/*
Cart / Checkout
 */
#coupon_code {
    min-width: 150px;
    height: 44px;
    border: none;
    border-bottom: 1px solid var(--light-grey);
    margin-right: 15px;
}
.woocommerce form .form-row input.input-text {
    height: 45px;
    border: 1px solid var(--light-grey);
    padding-left: 15px;
    width: 100%;
    box-sizing: border-box;
}

.woocommerce form .form-row textarea.input-text {
    border: 1px solid var(--light-grey);
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.woocommerce form .form-row.place-order  {
    padding: 15px;
}

.wc-proceed-to-checkout {
    text-align: right;
}

.woocommerce .quantity .qty {
    height: 40px;
    border: 1px solid var(--light-grey);
}
address {
    box-sizing: border-box;
}
.woocommerce ul.order_details {
    padding: 0;
}
address {
    box-sizing: border-box;
}
.woocommerce-column--billing-address.col-1 {
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {width: 230px;}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;padding: 0;
    margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    color: #383838;
    margin-bottom: 3px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:after {
    margin-bottom: 3px;
    display: block;
    background:  #D9D9D9;
    content: '';
    height: 1px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child:after {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a ,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a  {
    background-color: var(--neutral);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a:hover {
    opacity: 1;
}


.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 280px);
}

.woocommerce-account .addresses .title .edit {
    font-size: 16px;
}

header.woocommerce-Address-title.title h3 {
    margin-top: 0;
    font-size: 22px;
}

.woocommerce-Address {
    padding-top: 20px;
}
fieldset {
    margin-bottom: 20px;
}
.woocommerce table.my_account_orders .button {
    padding: 5px 10px;
    font-size: 14px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 10px;
}
.woocommerce table.my_account_orders .button:after {
    display: none;
}

.woocommerce td.product-name dl.variation {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
    gap: 5px;
    font-size: 14px;
    line-height: 1em;
}

.woocommerce td.product-name dl.variation p{
    margin: 0;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 150px;
}

.form_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap-l);
}

.woocommerce form.woocommerce-checkout .col2-set .col-2,
.woocommerce-page form.woocommerce-checkout .col2-set .col-2,
.woocommerce form.woocommerce-checkout  .col2-set .col-1,
.woocommerce-page form.woocommerce-checkout  .col2-set .col-1 {
    float: none;
    width: 100%;
}

.woocommerce form.woocommerce-checkout h3 {
    margin-top: 0;
}

#order_review {
    padding: clamp(20px , 3vw, 30px) clamp(20px, 5vw, 60px);
    background: rgb(251, 249 ,248, 0.7);
}

#customer_details {
    padding-top: clamp(20px , 3vw, 30px);
}

.woocommerce  table.shop_table.woocommerce-checkout-review-order-table {
    border: none;
}
.woocommerce form.woocommerce-checkout h3 {
    font-weight: 400;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
    text-transform: capitalize;
    text-align: right;
}

.woocommerce table.shop_table tfoot tr.woocommerce-shipping-totals td {
    width: 100%;
}
.woocommerce table.shop_table tfoot tr.woocommerce-shipping-totals th {
    vertical-align: top;
}

.woocommerce table.shop_table tfoot tr td  ,
.woocommerce table.shop_table tfoot tr th  {
   padding: 15px 12px;
}

#shipping_method {
    li {
        padding-bottom: 5px;
        font-size: 16px;

    }
}

@media (max-width: 1250px) {
    #coupon_code {
        height: 46px;
    }
}

@media (max-width: 1024px) {
    .form_inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button + .button {
       margin-top: 10px;
    }
}

@media (max-width: 640px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        margin-top: 0;
    }


}

@media (max-width: 480px) {
    #coupon_code {
        width: 100%;
        margin: 0 0 10px;
    }
}