﻿.yvc_pay_store_button
{
    width:90%; 
    text-align:center; 
    background:#000; 
    padding:20px 0; 
    color:#fed312; 
    font-size:20px;
    font-family:'montserratbold'; 
    border:3px solid #fff; 
    margin-top:30px;
    float: none;
    margin-inline: auto;
}

/*.yvc_checkout_deliver_address
{
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}*/



.yvc_checkout_deliver_address input
{
    border-style: none;
    box-shadow: none;
}

.yvc_pre_checkout
{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1em;
}


.yvc_store_checkout_order_summary
{
    display: grid;
    grid-template-columns: 128px 1fr auto auto;
    column-gap: 1em;
    width: 100%;
}

.yvc_store_checkout_order_summary .yvc_price
{
    width: 100%;
    text-align: center;
}



.yvc_store_checkout_order_totals
{
    display: grid;
    grid-template-columns: 1fr auto auto;
    column-gap: 3em;
}

.yvc_store_checkout_order_totals div:nth-child(2)
{
    font-size: 0.8em;
}

.yvc_store_checkout_order_totals div:nth-child(3n + 2)
{
    height: 42px;
}

.yvc_store_checkout_order_summary .yvc_cart_options
{
    display: grid;
    grid-template-columns: auto 42px auto;
    column-gap: 8px;
}

.yvc_store_checkout_order_summary .yvc_cart_options,
.yvc_store_checkout_order_summary .yvc_price
{
    margin-top: 1.1em;
}

.yvc_store_checkout_order_summary .yvc_hr
{
    grid-column: span 4;
    background-color: #aeadad;
    height: 2px;
    margin-block: 0.5em;
}

.yvc_store_checkout_order_summary .product_details
{
    display: grid;
    gap: 0.5em;
}

.yvc_store_checkout_order_summary .product_image img
{
    border-color: var(--light-yellow-background);
    border-width: 2px;
    border-style: solid;
}

.yvc_store_checkout_order_summary .product_details .product_title
{
    
}

.yvc_store_checkout_order_summary .product_details .product_description
{
    font-size: 0.6em;
}

.yvc_store_checkout_order_summary .product_details .product_description p:first-child
{
    margin-top: 0;
}

.yvc_store_checkout_order_summary .yvc_price.yvc_mobile
{
    display: none;
}

.yvc_store_checkout_button.invert
{
    background: white;
}


.yvc_checkout_total
{
    margin-top: 0.5em;
    font-size: 120%;
    font-weight: bold;
}

.yvc_store_product_container a
{
    color: inherit;
}

.yvc_store_menu_sidebar
{
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    height: fit-content;
}

.yvc_store_category_summary_container
{
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 1em;
}

.yvc_store_category_heading
{
    font-size: 180%;
    font-weight: bold;
}

.yvc_store_category_details
{
    display: grid; 
    grid-template-columns: 1fr 200px;
    font-size: 250%;
    font-weight: bold;
}

.yvc_store_category_details div:only-child
{
    grid-column: span 2;
}


.yvc_store_product_category_badge
{
    height: 2.5em;
}

.yvc_store_product_details
{
    cursor: pointer;
}

.yvc_store_product_details
{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    height: 100%;
}

.yvc_store_product_details_verbose
{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1em;
    background: white;
    padding: 1em;
    border-radius: 10px;
    border-color: black;
    border-style: solid;
}

.yvc_store_product_details_verbose.yvc_wide
{
    grid-template-columns: 1fr;
}

.yvc_store_product_details_verbose .yvc_cart_options_container
{
    display: grid;
    grid-column: 2;
    grid-template-columns: 1fr;
    height: fit-content;
    gap: 2em;
}

.yvc_store_product_details_verbose.yvc_wide .yvc_cart_options_container
{
    grid-column: 1;
    grid-template-columns: 1fr 1fr;
}


.yvc_store_product_details_verbose .yvc_store_product_description
{
    font-weight: normal;
    font-size: 1.2rem;
}


.yvc_store_product_details_verbose img:first-child
{
    max-height: 500px;
    object-fit: contain;
}

.yvc_store_product_details_verbose.wide img:first-child
{
    object-fit: contain;
}

.yvc_store_product_details_verbose .yvc_store_product_description
{
    grid-column: span 2;
}



.yvc_store_product_details_verbose .yvc_store_product_price,
.yvc_store_product_details .yvc_store_product_price span,
.yvc_store_product_details .yvc_store_product_price_related span,
.yvc_store_product_details_verbose .yvc_store_product_price span
{
    height: 100px;
    background-color: var(--light-yellow-background);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 56px;
    font-weight: bold;
}

.yvc_store_category_summary_container .yvc_store_category_details p:first-child
{
    margin: 0;
}

.yvc_store_product_details .yvc_store_product_price span,
.yvc_store_product_details .yvc_store_product_price_related span
{
    width: 120px;
    height: 40px;
    font-size: 1em;
    object-fit: contain;
}

.yvc_cart_options input,
.yvc_cart_options .button_qty
{
     width: 3em;
     height: 3em;
     text-align: center;
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-size: 0.8rem;
}

.yvc_cart_options input:disabled
{
    border: 0;
    font-size: 130%;
    position: relative;
    top: -25%;
    color: black;
}

.yvc_cart_options .button_qty:focus
{
    border-color: var(--light-yellow-background);
    border-style: solid;
    border-width: 3px;
    border-radius: 360px;
}

.yvc_store_product_details_verbose input
{
   
}

.yvc_store_product_details_verbose .button_qty
{
   
}

.yvc_store_product_details .yvc_store_product_image
{
    height: 250px;
}

.yvc_store_booking_upsell .yvc_cart_options,
.yvc_store_product_details_verbose .yvc_cart_options
{
    display: grid; 
    gap: 8px; 
    grid-template-columns: 1fr 48px 1fr 5fr;
    align-items: center;
}

.yvc_store_product_details .yvc_add_to_cart_button,
.yvc_store_product_details_verbose .yvc_add_to_cart_button
{
    display: grid;
    grid-template-columns: 1fr 22px;
    height: 25px;
}

.yvc_store_product_details .yvc_add_to_cart_button,
.yvc_store_product_details_verbose .yvc_add_to_cart_button
{
    border: 3px solid #000;
    border-radius: 10px;
    background: var(--light-yellow-background);
    text-align: center;
    gap: 8px;
    padding: 8px;
    margin-left: 1em;
    font-size: 0.8rem;
    cursor: pointer;
    font-weight: bold;
}

 .yvc_add_to_cart_button div:first-child 
{
    display: flex;
    align-items: center;
    justify-self: center;
}

.yvc_store_product_details_verbose .yvc_add_to_cart_button:focus
{
    border-color: white;
    outline-color: black;
    outline-style: solid;
}


.yvc_store_product_details .yvc_store_product_image img 
{
        height: 250px;
        object-fit: contain;
}



.yvc_store_product_details .yvc_store_product_image_related img 
{
        height: 150px;
        object-fit: cover;
}

.yvc_store_product_heading
{
    display: grid;
    grid-template-columns: 1fr;
}



.yvc_store_product_container .yvc_store_product_category_badge span
{
    float: right;
    background: black;
    color: var(--dark-yellow-text);
    padding: 0.25em;
    margin-bottom: 0.5em;
}

.yvc_store_category_list
{
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 1em;
}

.yvc_store_related_list
{
    width: 100%;
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    gap: 1em;
}

.yvc_store_checkout,
.yvc_store_cat_menu
{
    display: grid; 
    grid-template-columns: 200px 1fr; 
    gap: 1em;
}

.yvc_store_product_details .yvc_store_product_title span,
.yvc_store_product_details_verbose h2
{
    font-size: 150%;
    font-weight: bold;
}

.yvc_store_product_details .yvc_store_product_title_related span
{
    font-weight: bold;
}

.yvc_store_product_details_verbose .yvc_store_product_title
{
    margin-top: 2em;
    margin-bottom: 1em;
}

.upsell_category_links
{
    column-gap: 0.5em;
    row-gap: 0.5em;
}


.upsell_category_links a
{
    display: block;
    padding: 0.5em;
    border-color: white;
    border-radius: 10px;
    border-width: 3px;
    color: black;
    border-style: solid;
    padding-inline: 1em;
}

.upsell_category_links a.yvc_selected
{
    background: black;
    color: white;
}

.yvc_store_product_details .yvc_store_product_description span
{
    font-size: 80%;
    font-weight: normal;
    font-family: initial;
    display: none;
}

.yvc_store_booking_upsell
{
    padding: 0.5em !important;
}

.yvc_store_booking_upsell .yvc_detail_rows
{
    display: grid; 
    grid-template-columns: 1fr;
    row-gap: .05em;
}

.yvc_store_booking_upsell .yvc_qty_price
{
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 2em;
}

.yvc_store_booking_upsell .yvc_detail_rows .yvc_qty_price input
{
    -moz-appearance: textfield;
    appearance: textfield;
    width: 3.5em;
    height: 100%;
    padding: 0.75em;
    box-sizing: border-box;
}

.yvc_store_booking_upsell .yvc_detail_rows  .yvc_qty_buttons
{
    display: grid; 
    grid-template-rows: auto 1fr auto
}

yvc_store_booking_upsell .yvc_detail_rows input::-webkit-inner-spin-button,
yvc_store_booking_upsell .yvc_detail_rows input::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
}

.yvc_store_booking_upsell .yvc_store_product_details
{
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 0.5em;
    font-size: 1em;
}


@media only screen and (max-width:960px)
{
    .yvc_store_checkout,
    .yvc_store_product_details_verbose
    {
        grid-template-columns: 1fr;
    }

    .yvc_store_product_details_verbose .yvc_span_2_1
    {
        grid-column: span 1;
    }

    .yvc_store_category_details
    {
        grid-template-rows: auto 1fr;
    }

    .yvc_store_category_details div:nth-child(1)
    {
        grid-column: span 2;
    }

    .yvc_store_category_details div:nth-child(2)
    {
        display: none;
    }

    .yvc_store_category_summary_container
    {
        grid-template-rows: auto 1fr; 
    }

    .yvc_store_product_details .yvc_store_product_image_related img
    {
        height: 100px;
    }

    .yvc_store_checkout_order_summary
    {
        row-gap: 1em;
    }

    .yvc_store_checkout_order_summary .yvc_hr
    .yvc_store_checkout_order_summary > *
    {
        grid-column: span 1;
    }

    

    .yvc_store_checkout_order_summary .yvc_hidable
    {
        display: none;
    }

    .yvc_store_product_details_verbose .yvc_cart_options_container    
    {
        grid-column: auto;
        gap: 1em;
    }

    .yvc_store_product_details_verbose.yvc_wide .yvc_cart_options_container
    {
        grid-template-columns: 1fr;
    }

    .yvc_store_product_details_verbose .yvc_store_product_description
    {
        grid-column: span 1;
    }
}

@media only screen and (max-width: 680px)
{
    
    .yvc_store_cat_menu,
    .yvc_store_category_list
    {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 600px)
{
    .yvc_pre_checkout
    {
        grid-template-columns: 1fr;
    }

}


@media only screen and (max-width:580px)
{
    .yvc_store_checkout_order_summary
    {
        grid-template-columns: 48px auto auto;
    }

    .yvc_store_checkout_order_summary .yvc_price
    {
        grid-column: 3;
    }

    .yvc_store_checkout_order_summary .yvc_cart_options
    {
        grid-column: span 3;
        width: fit-content;
        margin-left: auto;
    }

    .yvc_store_related_list
    {
        grid-template-columns: 1fr 1fr;
    }

    .yvc_store_checkout_order_summary .yvc_price.yvc_mobile
    {
        display: block;
    }

    .yvc_store_checkout_order_summary .yvc_price.yvc_desktop
    {
        display: none;
    }

     .yvc_store_checkout_order_totals
    {
        margin-top: 3em;
    }

     .yvc_store_checkout_order_summary .yvc_cart_options, .yvc_store_checkout_order_summary .yvc_price 
     {
        margin-top: 0;
     }


    .yvc_store_cat_menu
    {
        grid-template-columns: 1fr;
    }



    .yvc_store_menu_sidebar
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .yvc_store_menu_sidebar .featured
    {
        grid-column: span 2;
    }
    
}

@media only screen and (max-width: 480px)
{
    .yvc_store_booking_upsell .yvc_cart_options
    {
        grid-template-columns: auto 48px auto;
    }

    .yvc_store_booking_upsell .yvc_cart_options .yvc_add_to_cart_button
    {
        grid-column: span 3;
    }
}