/* cart */
:root {
    --brand-color: radial-gradient(
        ellipse at center,
        #f7ef9c 0%,
        #f5e58a 25%,
        #e6c768 55%,
        #c99832 80%,
        #a56e26 100%
    );
}

/* cart */
.cus_cart {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

form.woocommerce-cart-form {
    flex: 1;
}

.woocommerce-page .cart-collaterals.cus-right-side {
    width: 40%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cus-right-side .cart_totals {
    float: inherit;
    width: auto;
}

form.woocommerce-cart-form table.shop_table tr th {
    padding: 20px;
}

form.woocommerce-cart-form
    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100px;
    border-radius: 20px;
}

form.woocommerce-cart-form td.product-name {
    display: flex;
    gap: 20px;
}

form.woocommerce-cart-form .product_details a {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    text-align: left;
    color: #0d0c07 !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 1px solid #e4d9be;
}

form.woocommerce-cart-form thead {
    color: #15171a;
    background: var(--brand-color);
    border-radius: 20px;
}

form .woocommerce-checkout-review-order-table thead {
    color: #15171a;
    background: var(--brand-color);
    border-radius: 20px;
}

form.woocommerce-cart-form table.shop_table tr {
    position: relative;
}

form.woocommerce-cart-form table.shop_table tr,
form.woocommerce-cart-form table.shop_table tr th,
form.woocommerce-cart-form table.shop_table tr td {
    border: none;
}

.cus_cart table.shop_table_responsive tr,
.cus_cart table.shop_table_responsive tr th,
.cus_cart table.shop_table_responsive tr td {
    border: none;
}

#order_review table.woocommerce-checkout-review-order-table thead tr th {
    padding: 20px;
}

#order_review table.woocommerce-checkout-review-order-table {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e4d9be;
}

.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout-review-order-table tr th,
.woocommerce-checkout-review-order-table tr td {
    border: none;
}

.woocommerce-checkout-review-order-table tfoot tr th {
    background: #faf9f4 !important;
}

.woocommerce-checkout-review-order-table tr td {
    background: #faf9f4 !important;
    padding: 16px 20px;
}

.cus_cart table.order_summery tr th,
.cus_cart table.order_summery tr td {
    background: #faf9f4 !important;
    padding: 16px 20px;
}

.cus_cart table.order_summery tr td {
    text-align: right;
}

.cus_cart table.order_summery {
    border: none;
    margin: 0;
}

form.woocommerce-cart-form tr td {
    background: #faf9f4 !important;
}

form.woocommerce-cart-form table.shop_table tr td {
    border-bottom: 1px solid #e4d9be !important;
    padding: 20px;
}

.product_details {
    padding: 8px 0;
}

.cus_cart span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #0d0c07;
}

form.woocommerce-cart-form table.shop_table tr td a.remove {
    color: black !important;
    background-color: transparent !important;
    padding-top: 3px;
}

form.woocommerce-cart-form table.shop_table tr td a.remove:hover {
    background: var(--brand-color) !important;
    color: #f3efe2 !important;
}

.cus-right-side .title {
    color: #15171a;
    background: var(--brand-color);
    padding: 20px;
}

.cus-right-side .title h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    margin: 3px 0;
}

.cus-right-side .cart_totals {
    overflow: hidden;
    border-radius: 20px;
    background: #faf9f4;
    border: 1px solid #e4d9be;
}

a.checkout-button.button.cus-checkout-btn.alt.wc-forward {
    padding: 20px 0;
    margin: 20px;
    margin-top: 0;
}

.cus-right-side .cart_totals .wc-proceed-to-checkout {
    padding: 0;
}

form.checkout.woocommerce-checkout .cus-checkout-inputs {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.cart_item td.product-name > div {
    display: flex;
    gap: 16px;
    align-items: center;
}

.cart_item td.product-name a {
    width: 90px;
}

.cart_item td.product-name .product_details a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #0d0c07 !important;
    text-decoration: none;
}
a.checkout-button.button.cus-checkout-btn.alt.wc-forward {
    background: var(--brand-color) !important;
    font-size: 20px;
    border-radius: 100px;
    color: #0d0c07;
}
.woocommerce-page #content table.cart td.actions input#coupon_code {
    min-width: 150px;
    border-radius: 100px;
}
form .woocommerce-checkout-review-order-table thead {
    color: #15171a;
    background: var(--brand-color);
    border-radius: 20px;
}

form.woocommerce-cart-form table.shop_table tr {
    position: relative;
}

form.woocommerce-cart-form table.shop_table tr,
form.woocommerce-cart-form table.shop_table tr th,
form.woocommerce-cart-form table.shop_table tr td {
    border: none;
}

.cus-cart table.shop_table_responsive tr,
.cus-cart table.shop_table_responsive tr th,
.cus-cart table.shop_table_responsive tr td {
    border: none;
}

#order_review table.woocommerce-checkout-review-order-table thead tr th {
    padding: 20px;
}

#order_review table.woocommerce-checkout-review-order-table {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f7ef9c;
}

.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout-review-order-table tr th,
.woocommerce-checkout-review-order-table tr td {
    border: none;
}

.woocommerce-checkout-review-order-table tfoot tr th {
    background: #faf9f4 !important;
}

.woocommerce-checkout-review-order-table tr td {
    background: #faf9f4 !important;
    padding: 16px 20px;
}

.cus-cart table.order_summery tr th,
.cus-cart table.order_summery tr td {
    background: #faf9f4 !important;
    padding: 16px 20px;
}

.cus-cart table.order_summery tr td {
    text-align: right;
}

.cus-cart table.order_summery {
    border: none;
    margin: 0;
}

.product_details {
    padding: 8px 0;
}

.cus-cart span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #0d0c07;
}

.cus-right-side .title {
    color: #1b1b1b;
    background: var(--brand-color);
    padding: 20px;
}

.cus-right-side .title h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    margin: 3px 0;
}

.cus-right-side .cart_totals {
    overflow: hidden;
    border-radius: 20px;
    background: #faf9f4;
    border: 1px solid #f7ef9c;
}

a.checkout-button.button.cus-checkout-btn.alt.wc-forward {
    padding: 20px 0;
    margin: 20px;
    margin-top: 0;
}

.cus-right-side .cart_totals .wc-proceed-to-checkout {
    padding: 0;
}

form.checkout.woocommerce-checkout .cus-checkout-inputs {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 16px;
}

.woocommerce-checkout div#payment {
    overflow: hidden;
    border-radius: 16px;
    background: #faf9f4 !important;
    border: 1px solid #f7ef9c;
    margin-bottom: 20px;
}

.woocommerce-checkout div#payment .title {
    color: #15171a;
    background: var(--brand-color);
    padding: 20px;
}

.woocommerce-checkout div#payment .title h2 {
    color: #15171a;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    margin: 0;
    padding: 0;
}

div#customer_details {
    display: flex;
    flex-direction: column;
    /* background: #faf9f4; */
    padding: 0;
    overflow: hidden;
    margin: 0;
    border: 1px solid #f7ef9c;
    border-radius: 20px;
    margin-bottom: 20px;
    width: 55%;
}
.order_review {
    width: 45%;
}
.page main .woocommerce-billing-fields h3 {
    background: var(--brand-color);
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #15171a;
    text-transform: capitalize;
}

.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-1 {
    width: auto;
}

/* div#order_review {
	width: 60%;
  } */

.woocommerce .col2-set .col-2 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.woocommerce .col2-set .col-2,
.woocommerce-billing-fields__field-wrapper,
.custom-checkout-wrappers {
    padding: 20px;
    padding-top: 0;
    background: #faf9f4;
}

.woocommerce-billing-fields__field-wrapper {
    padding-top: 15px;
}

.custom-checkout-wrappers {
    padding-top: 10px;
}

.woocommerce form .form-row label {
    text-transform: capitalize;
}
.woocommerce form .form-row .woocommerce-input-wrapper strong {
    width: 100%;
    display: block;
}
html body .woocommerce form .form-row input.input-text,
html body .woocommerce form .form-row .woocommerce-input-wrapper strong {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #f7ef9c;
    border-radius: 100px;
    padding: 14px;
}
.woocommerce-info,
.woocommerce-message {
    border-top-color: #e6c768 !important;
}
html body .woocommerce form .form-row textarea.input-text,
.woocommerce .store-pickup-fields .form-row input.input-text {
    border: 1px solid #f7ef9c !important;
    outline: none;
}
th.product-name {
    font-size: 16px;
}
.woocommerce form .form-row textarea {
    border-radius: 20px;
    border: 1px solid #f7ef9c;
    min-height: 358px;
}

.woocommerce-page form .custom-checkout-wrappers .form-row-first {
    float: initial;
}

html .woocommerce table.shop_table td,
html .woocommerce table.shop_table th {
    padding: 15px 20px;
}
.store-pickup-fields {
    display: none;
}
.store-pickup-fields.show {
    display: block;
}
.store-pickup {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f7ef9c;
    margin-bottom: 20px;
}
.store_pickup_body {
    padding: 10px 15px;
}
.store_pickup_header h3 {
    background: var(--brand-color);
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 13px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #15171a;
    text-transform: capitalize;
}
@media (max-width: 1180px) {
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 49%;
    }
}

@media (max-width: 1023px) {
    .cus-cart {
        display: block;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last,
    .woocommerce-page .cart-collaterals.cus-right-side {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .cus_cart {
        flex-direction: column;
    }
    .woocommerce-billing-fields h3,
    #order_review table.woocommerce-checkout-review-order-table thead tr th,
    .woocommerce-checkout div#payment .title {
        font-size: 17px;
        padding: 15px;
    }

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce .col2-set .col-2 {
        padding: 15px;
    }

    .cart_item td.product-name .product_details a,
    .woocommerce-checkout div#payment .title h2 {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    form.checkout.woocommerce-checkout .cus-checkout-inputs {
        flex-direction: column;
    }
    div#customer_details {
        width: 100%;
    }
    .order_review {
        width: 100%;
    }
    .woocommerce-additional-fields > h3 {
        font-size: 24px;
        margin: 0;
    }

    .woocommerce form .form-row textarea {
        min-height: 200px;
    }

    div#order_review {
        width: 100%;
    }

    form.woocommerce-cart-form table.shop_table tr td.product-remove {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 0;
        border: none !important;
    }

    form.woocommerce-cart-form table.shop_table tr td.product-name {
        position: relative;
    }

    form.woocommerce-cart-form
        table.shop_table
        tr
        td.product-name
        .product-name-wrap {
        padding-top: 0px;
    }

    form.woocommerce-cart-form table.shop_table tr td.product-name::before {
        position: absolute;
        top: 10px;
        left: 20px;
        display: none;
    }

    /* .woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
	  display: table-row;
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
	  display: table-cell;
	}*/

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: start !important;
    }
}

@media (max-width: 575px) {
    .woocommerce-additional-fields > h3 {
        font-size: 20px;
    }

    .cart_item td.product-name .product_details a {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
        padding: 14px;
    }

    .woocommerce form .form-row textarea {
        min-height: 150px;
    }
}

/* form.woocommerce-cart-form table.shop_table tr td a.remove {
	line-height: 0.8;
  } */

.wc_payment_methods .woocommerce-info {
    background-color: #ffffff;
}

.woocommerce-info,
.woocommerce-message {
    border-top-color: var(--brand-color);
    border-radius: 15px;
    font-size: 19px;
    line-height: 1.5;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 49%;
}

.select2-container--default
    .select2-results__option--highlighted[cusa-selected],
.select2-container--default
    .select2-results__option--highlighted[data-selected] {
    background-color: #f5e58a;
    color: #15171a;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    margin: 15px 0 0;
}

.woocommerce-privacy-policy-text p {
    font-size: 19px;
    line-height: 1.5;
}

.woocommerce-info::before,
.woocommerce-message::before {
    color: var(--brand-color);
}

.woocommerce-billing-fields {
    background-color: #faf9f4;
}

.woocommerce-additional-fields {
    padding-top: 20px;
}

.select2-container .select2-selection--single {
    height: 50px;
    border-radius: 50px;
    border: 1px solid #f7ef9c !important;
    border-radius: 60px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 46px;
    right: 11px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 30px;
    font-size: 18px;
    padding-left: 22px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    gap: 10px;
    padding-top: 10px;
    grid-template-columns: repeat(auto-fit, minmax(19%, 1fr));
}

.woocommerce div.product div.images .flex-control-thumbs li {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}
.name-inputs {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.name-inputs > div {
    flex: 1;
}
textarea#pickup_address {
    min-height: 130px;
}
@media (max-width: 767px) {
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        padding: 18px 24px;
    }
    .name-inputs {
        flex-direction: column;
    }
    form.woocommerce-cart-form {
        margin-bottom: 24px;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        margin-bottom: 0;
    }

    .woocommerce-privacy-policy-text p,
    .woocommerce-info,
    .woocommerce-message {
        font-size: 16px;
    }

    #add_payment_method #payment ul.payment_methods,
    .woocommerce-cart #payment ul.payment_methods,
    .woocommerce-checkout #payment ul.payment_methods {
        padding: 15px;
    }

    /*
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td:first-child:before {
	  margin: 25px 15px 0 0;
	} */

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        margin: 5px 15px 0 0;
    }

    .cus-right-side .title {
        padding: 15px;
    }

    a.checkout-button.button.cus-checkout-btn.alt.wc-forward {
        padding: 17px;
        font-size: 17px;
    }

    .cus-right-side .title h2 {
        font-size: 17px;
    }

    .cus-cart .cart-collaterals span.woocommerce-Price-amount.amount {
        text-align: end;
        display: block;
    }
}

@media (max-width: 575px) {
    .woocommerce-privacy-policy-text p,
    .woocommerce-info,
    .woocommerce-message {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    button.button.alt {
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
    background: radial-gradient(
        ellipse at center,
        #f7ef9c 0%,
        #f5e58a 25%,
        #e6c768 55%,
        #c99832 80%,
        #a56e26 100%
    );
    color: #15171a !important;
}
select#pickup_location {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #f7ef9c;
    border-radius: 100px;
    padding: 17px;
}
.woocommerce-checkout a {
    color: var(--brand-color);
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    div
    .woocommerce
    button.button {
    background: var(--brand-color);
    border-radius: 100px;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    color: #15171a;
}
.order_review {
    position: sticky;
    top: 0;
}
