/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
*/

/* ===================================
   OSTON CHECKOUT PREMIUM
   =================================== */

.w-checkout-order-review{
    background:#fff;
    border:1px solid #E8E3D6;
    border-radius:10px;
    padding:28px;
}

.w-checkout-order-review h3{
    margin-bottom:24px;
    font-size:28px;
    font-weight:800;
    color:#5E6B4D;
}

/* ===================================
   PRODUCT CARD
   =================================== */

.oston-product-row td{
    padding:0 !important;
    border:none !important;
}

.oston-product{

    display:flex;
    align-items:center;
    gap:16px;

    width:100%;

    padding:14px 18px;

    background:#F6F4EF;

    border:1px solid #E8E3D6;
    border-radius:10px;

    margin-bottom:14px;

    box-sizing:border-box;
}

.oston-product-image{
    flex-shrink:0;
}

.oston-product-image img{
    width:50px;
    height:50px;
    object-fit:cover;
    border-radius:5px;
}

.oston-product-content{

    margin-right:auto;

    text-align:left;

    min-width:0;
}

.oston-product-title{

    font-size:16px;
    font-weight:700;
    line-height:1.4;

    color:#1F2937;

    text-align:left !important;
}

.oston-product-qty{

    margin-top:4px;

    font-size:13px;

    color:#7B7B7B;

    text-align:left !important;
}

.oston-product-price{

    font-size:16px;
    font-weight:800;

    color:#1F2937;

    white-space:nowrap;

    flex-shrink:0;
}

/* ===================================
   DELIVERY
   =================================== */

.oston-shipping-methods{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin:7px 0px 5px 0px;
    width:100%;
}

.oston-shipping-card{

    position:relative;

    display:flex;
    align-items:center;
    justify-content:space-between;

    width:100%;
    min-height:72px;

    padding:18px 20px 18px 52px;

    background:#fff;

    border:1px solid #E8E3D6;
    border-radius:10px;

    box-sizing:border-box;

    cursor:pointer;

    transition:.25s ease;
}

.oston-shipping-card:hover{
    border-color:#A7B49A;
}

.oston-shipping-card input{
    display:none;
}

.oston-shipping-card:before{

    content:'';

    position:absolute;

    left:20px;
    top:50%;

    transform:translateY(-50%);

    width:16px;
    height:16px;

    border-radius:100%;

    border:2px solid #A7B49A;

    transition:.25s ease;
}

.oston-shipping-card:has(input:checked){

    background:#F6F4EF;

    border-color:#5E6B4D;

    box-shadow:
    0 8px 24px rgba(94,107,77,.08);
}

.oston-shipping-card:has(input:checked):before{

    background:#5E6B4D;

    border-color:#5E6B4D;
}

.oston-shipping-left{
    flex:1;
}

.oston-shipping-title{

    font-size:18px;
    font-weight:700;

    color:#1F2937;

    text-align:left !important;
}

.oston-shipping-right{

    text-align:right;

    flex-shrink:0;
}

.oston-shipping-price{

    font-size:16px;
    font-weight:800;

    color:#5E6B4D;
}

.oston-free{

    font-size:16px;
    font-weight:800;

    color:#5E6B4D;
}

/* ===================================
   TOTAL
   =================================== */

.order-total{
    border-top:none !important;
}

.order-total th,
.order-total td{

    font-size:18px !important;
    font-weight:800;

    color:#1F2937;
}

/* ===================================
   HIDE DEFAULT TABLE
   =================================== */

.woocommerce-checkout-review-order-table thead{
    display:none;
}

.cart-subtotal{
    display:none;
}

/* ===================================
   MOBILE
   =================================== */

@media (max-width:768px){

    .w-checkout-order-review{
        padding:18px;
        border-radius:10px;
    }

    .w-checkout-order-review h3{
        font-size:24px;
    }

    .oston-product{
        padding:12px;
        gap:12px;
    }

    .oston-product-image img{
        width:30px;
        height:30px;
    }

    .oston-product-title{
        font-size:14px;
    }

    .oston-product-price{
        font-size:16px;
    }

    .oston-shipping-row td,
    .oston-shipping-cell{
        padding:0 !important;
        width:100% !important;
    }

    .oston-shipping-card{
        width:100% !important;
        max-width:none !important;
        min-height:64px;
        padding:16px 16px 16px 48px;
    }

    .oston-shipping-card:before{
        left:16px;
    }

    .oston-shipping-title{
        font-size:16px;
    }

    .oston-shipping-price,
    .oston-free{
        font-size:16px;
    }

    .order-total th,
    .order-total td{
        font-size:18px !important;
    }
}




.oston-shipping-heading{

    font-size:18px;

    margin-bottom:10px;

    font-weight:800;

    color:#5E6B4D;

    text-align:left !important;

    width:100%;

    display:block;

}




@media (max-width:768px){

    .order-total{
        display:flex !important;
        justify-content:space-between !important;
        align-items:center !important;
        width:100% !important;
    }

    .order-total th,
    .order-total td{
        display:block !important;
        width:auto !important;
        margin:0 !important;
        padding:0 !important;
    }

    .order-total td{
        text-align:right !important;
    }

}