:root {
    --light-gray-color: #ccc;
}


/*Cart Page Css*/
.woocommerce-page .entry-content,
.woocommerce-page header.header {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.woocommerce .cart .button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .cart-collaterals table.shop_table .shipping-calculator-form button.button,
body .woocommerce .checkout_coupon .form-row button.button,
.woocommerce a.button,
.woocommerce-page .woocommerce .button {
    display: inline-block;
    background-color: var(--blue) !important;
    padding: 11.5px 28px 11.5px 28px !important;
    border: 2px solid var(--blue) !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    border-radius: 2px;
    color: var(--white) !important;
    transition: var(--transition);
    min-height: 50px;
    font-family: var(--Poppins);
    text-transform: capitalize;
}

.woocommerce .cart .button:hover,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce .cart-collaterals table.shop_table .shipping-calculator-form button.button:hover,
body .woocommerce .checkout_coupon .form-row button.button:hover,
.woocommerce a.button:hover,
.woocommerce-page .woocommerce .button:hover {
    background-color: var(--yellow) !important;
    color: var(--black) !important;
    border-color: var(--yellow) !important;
}

.woocommerce-page .woocommerce h2,
.woocommerce-page .woocommerce h3,
.woocommerce-page .woocommerce h4,
.woocommerce-page .woocommerce h5,
form.checkout.woocommerce-checkout .woocommerce-checkout-review-order:before,
.col2-set h3,
.woocommerce-page .woocommerce h2 {
    font-family: var(--Poppins);
}

.woocommerce .cart-collaterals table.shop_table .shipping-calculator-form button.button {
    padding: 3px 25px !important;
    font-size: 16px;
    min-height: 40px;
}

.woocommerce-page .wc-proceed-to-checkout {
    padding: 0px;
    margin-top: 22px;
}

.woocommerce-page .wc-proceed-to-checkout a.checkout-button {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 0px;
}

.woocommerce-page .cart-collaterals .cart_totals {
    width: 50%;
    border: 1px solid var(--light-gray-color);
    padding: 20px;
    border-radius: 10px;
}

.woocommerce-page h1 {
    color: var(--black);
    font-size: 46px;
    font-weight: 600;
    line-height: 64px;
    text-align: left;
    text-transform: capitalize;
}

.woocommerce .shop_table .product-remove a.remove {
    color: var(--light-gray-color) !important;
    background: transparent;
    font-size: 34px;
    font-weight: 400;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.woocommerce .shop_table .product-remove a.remove:hover {
    color: var(--dark-blue) !important;
}

body .woocommerce table.shop_table {
    border: 1px solid var(--light-gray-color);
    border-radius: 10px;
    margin-bottom: 45px;
    overflow: hidden;
    border-spacing: 0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 10px 10px;
    color: var(--black);
    border: 0px;
    transition: all 0.5s;
    border-right: 1px solid var(--light-gray-color);
    border-bottom: 1px solid var(--light-gray-color);
}

.woocommerce .shop_table .product-remove {
    position: relative;
    width: 40px;
}

.woocommerce table.shop_table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.woocommerce table.shop_table th,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
}

.woocommerce-page table.cart td.actions {
    border: 0px;
}

.woocommerce table.shop_table td:last-child,
.woocommerce table.shop_table th:last-child {
    border-right: 0px;
}

.shop_table .product-name a,
.cart_totals .shop_table tr a {
    text-decoration: none;
    color: var(--blue);
    ;
}

.shop_table .product-name a:hover,
.cart_totals .shop_table tr a:hover {
    color: var(--dark-blue);
}

.woocommerce-page header.header {
    margin-bottom: 30px;
}

.woocommerce-page header.header a.post-edit-link {
    display: none;
}

.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    border-top: 0px;
    border-right: 1px solid var(--light-gray-color);
}

.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    border-top: 0px;
    border-right: 1px solid var(--light-gray-color);
}

.woocommerce-page .cart-collaterals .cart_totals tr td:last-child,
.woocommerce-page .cart-collaterals .cart_totals tr th:last-child {
    border-right: 0;
}

.cart_totals table tr:last-child th,
.cart_totals table tr:last-child td {
    border-bottom: 0;
}

.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    border-top: 0px;
    border-right: 1px solid var(--light-gray-color);
}

.woocommerce-page table.cart td.actions .coupon .input-text {
    width: 200px !important;
    border: 1px solid var(--light-gray-color);
    font-size: 16px;
    color: var(--black);
    opacity: 1;
    padding: 10px;
    margin-right: 10px;
    border-radius: 2px;
}

.woocommerce-page table.cart td.actions .coupon .input-text::placeholder {
    opacity: 30%;
    color: var(--black);
}

.woocommerce-page table.cart td.actions .coupon .input-text::placeholder {
    color: var(--black);
}

body .woocommerce table.shop_table .coupon {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-page .woocommerce {
    padding-bottom: 100px;
    font-family: var(--Lato);
}

.cart_totals .order-total .amount {
    font-weight: bold;
}

/* Quantity Wrapper */
.woocommerce .quantity {
    display: flex;
    align-items: center;
    border: 2px solid var(--light-gray-color);
    border-radius: 50px;
    overflow: hidden;
    width: fit-content;
    background: var(--white);
    font-family: var(--Poppins);
    margin: 0px auto;
}

/* Input Field */
.woocommerce .quantity input.qty {
    width: 55px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: transparent;
}

/* Remove default arrows */
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Plus & Minus Buttons */
.woocommerce .quantity .qtyminus,
.woocommerce .quantity .qtyplus {
    cursor: pointer;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 500;
    background: var(--light-gray);
    user-select: none;
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    font-size: 17px;
    line-height: 26px;
}

/*Cart Page Css*/



/*Checkout Page Css*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.1em;
}

.woocommerce-checkout .woocommerce-shipping-fields .checkbox input {
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
}

form.checkout.woocommerce-checkout div#customer_details {
    width: 60%;
    padding-right: 50px;
}

form.checkout.woocommerce-checkout h3#order_review_heading {
    display: none;
}

form.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 40%;
    padding: 20px;
    position: relative;
    background: var(--white);
    border-radius: 10px;
    border: 1px solid var(--light-gray-color);
}

form.checkout.woocommerce-checkout .woocommerce-checkout-review-order:before {
    content: "Your order";
    margin-bottom: 8px;
    display: inline-block;
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
}

span.select2-selection.select2-selection--single,
body .woocommerce form .form-row .input-text,
body .woocommerce form .form-row select {
    outline: none;
    border: 1px solid var(--light-gray-color);
    border-radius: 2px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 7px 15px 10px;
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
    line-height: 23px;
    transition: var(--transition);
    margin-top: 14px;
    font-family: var(--Lato);
}

.form-row span.select2-selection.select2-selection--single {
    padding: 0px;
    height: auto;
    position: relative;
}

span.select2-selection.select2-selection--single::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.965' height='9.353' viewBox='0 0 14.965 9.353'%3E%3Cpath d='M172.213,128.231a.935.935,0,1,0-1.231,1.408l6.678,5.843-6.678,5.843a.935.935,0,1,0,1.231,1.408l7.482-6.547a.936.936,0,0,0,0-1.408Zm0,0' transform='translate(142.964 -170.661) rotate(90)' fill='%23b2b2b2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 14px 15px 17px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

body .woocommerce form .form-row .input-text.input-text::placeholder,
body .woocommerce form .form-row textarea.input-text::placeholder {
    opacity: 30%;
    color: var(--black);
}

body .woocommerce form .form-row textarea.input-text {
    min-height: 80px;
    resize: none;
}

.woocommerce form .form-row .input-text:focus {
    border: 1px solid var(--blue);
}

.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3 {
    margin-top: 0;
}

body.woocommerce-checkout .woocommerce form .form-row {
    padding: 0;
    margin-bottom: 19px;
}

body.woocommerce-checkout .woocommerce form .form-row.notes {
    margin: 0px;
}

.woocommerce form .form-row label,
.woocommerce form .woocommerce-form-row label {
    font-size: 16px;
    line-height: 19px;
    font-family: var(--Lato);
    font-weight: bold;
    color: var(--black);
}

form.checkout.woocommerce-checkout .col-2 {
    margin-top: 20px;
}

form.checkout.woocommerce-checkout .col-1,
form.checkout.woocommerce-checkout .col-2 {
    width: 100%;
    border: 1px solid var(--light-gray-color);
    padding: 20px;
    border-radius: 10px;
}

form.checkout.woocommerce-checkout {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: unset !important;
    margin-top: 20px;
}

.woocommerce-privacy-policy-text p {
    font-size: 18px;
    line-height: 28px;
}

.woocommerce-privacy-policy-text a {
    color: var(--blue);
    ;
}

.woocommerce-privacy-policy-text a:hover {
    color: var(--dark-blue);
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
    font-size: 16px;
    color: var(--black);
    line-height: 26px;
}

.woocommerce-info {
    background-color: #cff4fc;
}

.woocommerce-error {
    background-color: #f8d7da;
}

.woocommerce-message {
    background: #d1e7dd;
}

.woocommerce .woocommerce-shipping-totals form .form-row {
    padding: 0px;
    margin: 0 0 19px;
}

.woocommerce-info a,
.woocommerce-error a,
.woocommerce-message a,
.woocommerce-form-login .lost_password a {
    color: var(--blue);
}

.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-message a:hover,
.woocommerce-form-login .lost_password a:hover {
    color: var(--black);
}

.woocommerce-form-login .lost_password {
    font-size: 18px;
    line-height: 28px;
}

form.checkout.woocommerce-checkout .woocommerce-checkout-review-order:before,
.col2-set h3,
.woocommerce-page .woocommerce h2 {
    content: "Your order";
    margin-bottom: 10px;
    display: inline-block;
    color: var(--black);
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 10px;
    background: var(--light-gray);
}

.woocommerce-checkout-review-order .woocommerce-info {
    margin-bottom: 10px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid var(--light-gray-color);
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    margin: 0px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: bold;
}

.woocommerce-checkout-review-order table.shop_table tbody th,
.woocommerce-checkout-review-order table.shop_table tfoot td,
.woocommerce-checkout-review-order table.shop_table tfoot th {
    border-top: 0px;
}

body .woocommerce .woocommerce-checkout-review-order table.shop_table {
    margin-bottom: 20px;
}

.woocommerce-checkout-review-order strong {
    font-weight: bold;
}

body .woocommerce .woocommerce-checkout-review-order table.shop_table tr.order-total th,
body .woocommerce .woocommerce-checkout-review-order table.shop_table tr.order-total td {
    border-bottom: 0px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid var(--light-gray-color);
    border-radius: 10px;
}

body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row,
.woocommerce form.checkout_coupon .form-row .input-text {
    margin: 0px;
}

.woocommerce form.checkout_coupon .form-row .input-text {
    height: 55px;
}

.woocommerce strong {
    font-weight: bold;
}

.woocommerce-page main#content {
    padding-top: 50px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--light-gray-color);
    outline: none;
    height: 32px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--blue)
}

/* Default placeholder (30% opacity) */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(0, 0, 0, 0.3);
    /* 30% opacity */
}

/* Selected value (100% opacity) */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(0, 0, 0, 1);
    /* 100% opacity */
}

body .woocommerce form .shipping-calculator-form .form-row .input-text,
body .woocommerce form .shipping-calculator-form .form-row select {
    height: 40px;
}

.woocommerce form .shipping-calculator-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 9px 15px 12px;
}

body.woocommerce-checkout .woocommerce form p#billing_address_1_field,
body.woocommerce-checkout .woocommerce form p#shipping_address_1_field {
    margin-bottom: 0px;
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
    border-color: var(--light-gray-color);
}

span.select2.select2-container {
    margin-bottom: 3px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: calc(50% - 10px);
}

.woocommerce-checkout .woocommerce-form-login p:first-child {
    padding-bottom: 15px;
}

/*Checkout Page Css*/


/*My Account Page Css*/
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    margin-top: 10px;
    margin-bottom: 0px;
}

.woocommerce .col2-set form .form-row {
    padding: 0px;
    margin: 0 0 20px;
}

.woocommerce form.login .form-row:last-child,
.woocommerce form.register .form-row:last-child {
    margin: 0px;
}

.woocommerce form.register .button {
    margin-top: 20px;
}

/* .woocommerce-account .woocommerce form.login .form-row {
    display: block;
    margin: 0;
} */

.woocommerce-account .remember-forgot-wrap {
    display: flex;
    justify-content: space-between;
    gap: 5px 20px;
    flex-wrap: wrap;
}

.woocommerce-account .remember-forgot-wrap-main {
    display: flex;
    gap: 14px;
    flex-direction: column;
    margin-top: 20px;
}

.woocommerce .col2-set form .remember-forgot-wrap-main .form-row {
    margin: 0;
}

form.woocommerce-form.woocommerce-form-login.login .remember-forgot-wrap-main label span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 600;
}

.woocommerce-account .login-btn-row {
    margin-top: 20px;
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
    margin-top: 10px;
}

.woocommerce-account .woocommerce-form-login__rememberme {
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-account .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
    width: 16px;
    height: 16px;
}

form.woocommerce-form.woocommerce-form-login.login .remember-forgot-wrap label input[type="checkbox"]:checked+span::before {
    background-color: var(--blue);
}

form.woocommerce-form.woocommerce-form-login.login .remember-forgot-wrap label span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid var(--blue);
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

form.woocommerce-form.woocommerce-form-login.login .remember-forgot-wrap label input[type="checkbox"]:checked+span::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 9px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease-in-out;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
    display: block !important;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

form.lost_reset_password .woocommerce-form-row {
    margin-bottom: 20px;
    padding-top: 20px;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 15px 20px;
    transition: 0.4s;
    color: var(--black);
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    display: block;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #CCCCCC;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: 1px solid #CCCCCC;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--blue);
    color: var(--white);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 25%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 75%;
    padding-left: 50px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
    color: var(--blue);
    font-weight: 600;

}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:hover {
    color: var(--black);
}
.woocommerce-account .woocommerce .woocommerce-Addresses { 
    margin-top: 20px;
}
.woocommerce-account .woocommerce .woocommerce-Addresses address{
    font-style: normal;
}
.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address{
    border: 1px solid #CCCCCC;
    padding: 10px;
    border-radius: 10px;
 }
/*My Account Page Css*/


@media only screen and (max-width: 1199px) {
    .woocommerce-page h1 {
        font-size: 38px;
        line-height: 58px;
    }

    .woocommerce form.checkout_coupon .form-row .input-text {
        height: 50px;
    }

    .woocommerce-page .woocommerce {
        padding-bottom: 70px;
    }

    body .woocommerce table.shop_table {
        margin-bottom: 35px;
    }

    .woocommerce .cart .button,
    .woocommerce a.button,
    .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order,
    body .woocommerce .checkout_coupon .form-row button.button,
    .woocommerce-page .woocommerce .button {
        padding: 9px 25px !important;
        min-height: unset;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order:before,
    .col2-set h3,
    .woocommerce-page .woocommerce h2 {
        font-size: 26px;
        line-height: 36px;
    }
}




@media only screen and (max-width: 991px) {

    span.select2-selection.select2-selection--single,
    body .woocommerce form .form-row .input-text,
    body .woocommerce form .form-row select {
        height: 46px;
        padding: 7px 12px 10px;
    }

    span.select2-selection.select2-selection--single,
    body .woocommerce form .form-row .input-text,
    body .woocommerce form .form-row select {
        margin-top: 10px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 12px 12px 15px;
    }

    .woocommerce form .shipping-calculator-form .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 9px 12px 12px;
    }

    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        max-width: 500px;
    }

    body.woocommerce-checkout .woocommerce form .form-row,
    .woocommerce .woocommerce-shipping-totals form .form-row {
        margin-bottom: 16px;
    }

    form.checkout.woocommerce-checkout div#customer_details {
        width: 55%;
        padding-right: 30px;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
        width: 45%;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: calc(50% - 5px);
    }
}





@media only screen and (max-width: 768px) {
    .woocommerce-form-login .lost_password {
        font-size: 16px;
        line-height: 26px;
    }

    #add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
    .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
    .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
        font-size: 16px;
    }

    .woocommerce .cart-collaterals table.shop_table_responsive tr td,
    .woocommerce-page .cart-collaterals table.shop_table_responsive tr td {
        text-align: left !important;
    }

    form.checkout.woocommerce-checkout div#customer_details {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 35px;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
        width: 1000%;
    }

    .woocommerce .quantity {
        margin: 0px 0px 0px auto;
    }

    .woocommerce-checkout .woocommerce-shipping-fields .checkbox input {
        width: 14px;
        height: 14px;
    }

    .woocommerce .quantity .qtyminus,
    .woocommerce .quantity .qtyplus {
        padding: 8px 12px;
    }

    .woocommerce .quantity input.qty {
        width: 50px;
    }

    .woocommerce .shop_table .product-remove {
        width: 100%;
        height: 40px;
    }

    .woocommerce-page main#content {
        padding-top: 40px;
    }

    .woocommerce form .form-row label,
    .woocommerce form .woocommerce-form-row label {
        font-size: 15px;
        line-height: 18px;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: var(--white);
    }

    .woocommerce table.shop_table_responsive tr td::before {
        font-size: 16px;
        line-height: 26px;
        font-weight: bold;
        padding-right: 10px;
    }

    .woocommerce table.shop_table td,
    .woocommerce table.shop_table th {
        border-right: 0px;
    }

    .woocommerce-page h1 {
        font-size: 32px;
        line-height: 42px;
    }

    body .woocommerce table.shop_table {
        margin-bottom: 30px;
    }

    .woocommerce-page .wc-proceed-to-checkout {
        margin-top: 15px;
    }

    .woocommerce-page .woocommerce {
        padding-bottom: 60px;
    }

    .woocommerce .cart .button,
    .woocommerce-page .woocommerce .button,
    .woocommerce a.button,
    .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order,
    body .woocommerce .checkout_coupon .form-row button.button {
        padding: 8px 20px !important;
        font-size: 16px;
        line-height: 26px;
    }

    body .woocommerce table.shop_table .coupon {
        padding-bottom: 10px !important;
    }

    .woocommerce-privacy-policy-text p {
        font-size: 16px;
        line-height: 26px;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order:before,
    .col2-set h3,
    .woocommerce-page .woocommerce h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        font-size: 14px;
        line-height: 24px;
    }

    .woocommerce table.shop_table th,
    .woocommerce-page .cart-collaterals .cart_totals tr th {
        font-size: 16px;
    }

    .woocommerce form.checkout_coupon .form-row .input-text {
        height: 46px;
    }

    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
        border-right: 1px solid var(--light-gray-color);
    }

    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td:last-child,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table th:last-child {
        border-right: 0px;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: auto !important;
    }

    .woocommerce-page .col2-set .col-2 {
        margin-top: 25px;
    }

    .woocommerce-page .cart-collaterals .cart_totals {
        max-width: 100%;
    }

    body.woocommerce-cart .woocommerce table.cart td.actions .coupon,
    body.woocommerce-cart #content table.cart td.actions .coupon {
        float: left;
        width: calc(100% - 143px);
    }

    body.woocommerce-cart .woocommerce table.shop_table .actions .button {
        float: right;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text {
        width: 180px !important;
    }
}


@media only screen and (max-width: 576px) {

    .woocommerce form .col2-set .form-row-first,
    .woocommerce form .col2-set .form-row-last {
        width: 100%;
    }

    body.woocommerce-cart .woocommerce table.shop_table .actions .button {
        float: none;
    }

    body.woocommerce-cart .woocommerce table.cart td.actions .coupon,
    body.woocommerce-cart #content table.cart td.actions .coupon {
        float: none;
        width: 100%;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: 100% !important;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text {
        height: 46px;
        width: 100% !important;
        margin: 0px;
    }

    .woocommerce table.cart td.actions .coupon .button {
        margin-top: 10px;
    }

}


@media only screen and (max-width: 479px) {
    body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row.form-row-last {
        margin-top: 10px;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text {
        width: 100% !important;
        margin-right: 0px;
    }

    .woocommerce form.checkout_coupon p {
        width: 100%;
    }

    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register {
        gap: 0px;
    }

    .woocommerce form.checkout_coupon p button {
        width: 100%;
    }
}