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


/*Cart Page Css*/
.woocommerce-page .entry-content,
.woocommerce-page header.header,
.woocommerce-page .woocommerce-products-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 thead td,
.woocommerce table.shop_table thead th {
    padding: 10px 10px;
    color: var(--black);
    border: 0px;
    transition: all 0.5s;
    border-right: 1px solid #0000001a;
    /* border-bottom: 1px solid var(--light-gray-color); */
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    border-right: 1px solid #0000001a;
}

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

.woocommerce table.shop_table td {
    font-weight: 400 !important;
    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);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

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

.woocommerce-page header.header,
.woocommerce-page .woocommerce-products-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;
    border-top: unset;
    border: 1px solid transparent;
    border-radius: .25rem;
    outline: none;
}

.woocommerce-form-login .lost_password a {
    color: var(--blue);
    font-weight: 700;
}

.woocommerce-form-login .lost_password a:hover {
    text-decoration: underline;
}

.woocommerce-info {
    background-color: #cce5ff;
    border-color: #b8daff;
}

.woocommerce-info a {
    color: #004085;
    font-weight: 700;
}

.woocommerce-info a:hover {
    text-decoration: underline;

}

.woocommerce-info a strong {
    color: #002752;
}

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

.woocommerce-account .woocommerce-error a,
.woocommerce-account .woocommerce-error li strong {
    color: #721c24;
    font-weight: 800;
}

.woocommerce-account .woocommerce-error a:hover {
    text-decoration: underline;
}

.woocommerce-error a {
    color: #721c24;
}

.woocommerce-error a strong {
    color: #491217;
}

.woocommerce-error a:hover strong {
    text-decoration: underline;
}

.woocommerce-message {
    background: #d4edda;
    border-color: #c3e6cb;
}

.woocommerce-message a {
    color: #155724;
    font-weight: 800;
}

.woocommerce-message a strong {
    color: #0b2e13;
}

.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: 60px;
}

.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);
    border-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(--black);
    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);
    /* padding: 0 14px !important; */
    height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    font-size: 16px !important;
    font-weight: 600;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:hover {
    color: var(--black);
}

.woocommerce-account .woocommerce .woocommerce-Addresses {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.woocommerce-account .woocommerce .woocommerce-Addresses address {
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}

.woocommerce-account .woocommerce .woocommerce-Addresses header a {
    font-size: 18px;
    line-height: 28px;
}

.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address {
    border: 1px solid #CCCCCC;
    padding: 20px;
    border-radius: 10px;
    flex: 1;
}

.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address header {
    display: flex;
    flex-direction: column;
    box-shadow: unset;
}

.woocommerce-account address {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #CCCCCC;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.woocommerce-MyAccount-navigation ul li:first-child a {
    border-radius: 10px 10px 0 0;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
    border-radius: 0 0 10px 10px;
}

.woocommerce-account .woocommerce-MyAccount-content form {
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    padding: 35px;
}

#account_display_name_description {
    font-size: 16px;
}

.woocommerce-account .woocommerce form fieldset {
    padding: 15px;
    border: 1px groove #CCCCCC;
}

.woocommerce-account .woocommerce form legend {
    padding: 0 12px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    width: auto;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-top: 10px;
    margin-bottom: 0;
}

.woocommerce .woocommerce-customer-details address {
    padding: 20px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin-top: 20px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form button.woocommerce-Button {
    margin-top: 30px;
}

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

.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set::after,
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set::before {
    display: none;
}

.woocommerce-page .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/*My Account Page Css*/
/**Order details page Start*/
.woocommerce-order-received .woocommerce-order-overview {
    margin: 20px 0 30px !important;
}

/* .woocommerce-order-received .woocommerce ul.order_details {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-order-received .woocommerce ul.order_details::before {
    display: none;

}

.woocommerce-order-received .woocommerce ul.order_details li {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--Poppins);
}

.woocommerce-order-received .woocommerce ul.order_details li strong {
    margin-top: 10px;
}

.woocommerce-order-received .woocommerce ul.order_details li {
    border: 1px solid #cccccc;
    border-left: 0;
    padding: 10px 20px;
    margin: 0;
}

.woocommerce-order-received .woocommerce ul.order_details li:first-child {
    border-left: 1px solid #CCCCCC;
    border-radius: 10px 0 0 10px;
}

.woocommerce-order-received .woocommerce ul.order_details li:last-child {
    border-radius: 0 10px 10px 0;
} */

.woocommerce-order-received .woocommerce-order-details {
    margin-top: 30px;
}

.woocommerce-order-received .woocommerce-customer-details {
    margin-top: 30px;
}

.custom-order-table {
    width: 100%;
    border-collapse: separate;
    border: 1px solid #0000001a;
    border-radius: 10px;
    overflow: hidden;
    border-spacing: 0;
}

.custom-order-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #0000001a;
}

.custom-order-table tbody td:last-child,
.custom-order-table thead th:last-child {
    border-right: none;
}

.custom-order-table thead th {
    border-bottom: 1px solid #0000001a;
    border-right: 1px solid #0000001a;
}

.custom-order-table th {
    text-align: left;
    padding: 12px;
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
}

.custom-order-table th,
.custom-order-table td {
    padding: 10px;
}


.custom-order-table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-right: 1px solid #0000001a;
}

.custom-order-table th {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 26px;
    color: #000;
}

.woocommerce .woocommerce-customer-details address {
    border-bottom-width: 1px !important;
    border-right-width: 1px !important;
    font-size: 17px;
    line-height: 26px;

}

.woocommerce .woocommerce-customer-details .woocommerce-columns {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.woocommerce .woocommerce-customer-details .woocommerce-columns::before,
.woocommerce .woocommerce-customer-details .woocommerce-columns::after {
    display: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    border: 1px solid #0000001a;
    padding: 20px;
    border-radius: 10px;
    flex: 1;
}

.woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {
    color: #000;
    font-weight: 400;
    border: 1px solid #0000001a;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-style: normal;
    font-size: 17px;
    line-height: 26px;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.table-responsive::-webkit-scrollbar {
    height: 6px;
}

/**Order details page End*/

/**Woo checkout login form start*/
.woocommerce-checkout .remember-forgot-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
}

.woocommerce-checkout .woocommerce form .remember-forgot-wrap-main .remember-forgot-wrap .form-row {
    margin-bottom: 0;
}

/**Woo checkout login form end*/

/**Shop page Start*/
.product-section-main.shop-page {
    padding: 0;
    margin: 0;
    background: unset;
}

.product-section-main.shop-page ul.products::before,
.product-section-main.shop-page ul.products:after {
    display: none;
}

.product-section-main.shop-page .product-content a.button {
    color: var(--black) !important;
    background-color: unset !important;
    padding: 0px !important;
}

.woocommerce-shop .custom-sorting-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 30px; */
}

.woocommerce-shop .woocommerce-result-count {
    margin-bottom: 0;
}

.woocommerce-shop .woocommerce-ordering {
    margin-bottom: 0;
}

.woocommerce .woocommerce-ordering .custom-select-wrapper {
    position: relative;
    z-index: 1;
}

.woocommerce .woocommerce-ordering select {
    border-color: #000;
    font-family: var(--Lato);
    font-size: 16px;
    line-height: 26px;
    appearance: none;
    outline: none;
    padding: 8px 40px 8px 15px;
}

.woocommerce .woocommerce-ordering .custom-select-wrapper:after {
    content: "";
    position: absolute;
    top: 56%;
    right: 15px;
    width: 13px;
    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='%23000000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

/* Remove the loading spinner icon */
.woocommerce-shop a.button.loading::after,
.woocommerce-shop button.button.loading::after {
    display: none !important;
}

.woocommerce-shop .custom-shop-wrapper {
    margin-bottom: 100px;
}

.woocommerce-shop .gr-testimonials-section {
    padding: 0 0 100px;

}

.custom-cart-drawer a.remove.remove_from_cart_button:hover {
    color: var(--white) !important;
    background-color: var(--blue);
    border-color: var(--blue);
}

.woocommerce-shop .woocommerce-products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



body .woocommerce .woocommerce-cart-form table.shop_table tbody tr:last-child td {
    border-top: 1px solid #0000001a;
}

/**Shop page End*/
.woocommerce-message a.restore-item:hover {
    text-decoration: underline;
}

/**single product calc fields start*/
.product-fields-calc {
    display: flex;
    width: 100%;
}

.product-fields-main {
    margin-top: 35px;
}

.product-fields-calc .field {
    display: flex;
    flex-direction: column;
}

.product-fields-calc label {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: var(--black);
    font-family: var(--Lato);
}

.product-fields-calc label span.required {
    color: #FF0000;
    margin-left: 2px;
}

.product-fields-calc input {
    margin-top: 13px;
    padding: 14px 15px 13px;
    font-size: 16px;
    line-height: 23px;
    color: var(--black);
    font-weight: normal;
    font-family: var(--Lato);
    outline: none;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
}

.product-fields-calc input::placeholder {
    color: var(--black);
    opacity: 0.3;
    font-family: var(--Lato);
}

.product-fields-calc input:focus,
.product-fields-calc input:focus:active {
    border-color: var(--blue);
    opacity: 100%;
}

.product-fields-calc.row {
    flex-direction: column;
    gap: 30px;
}

.product-fields-calc.row.product-16-panel {
    gap: 20px;
}

.product-fields-calc .panel-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    /* padding-right: 32px; */
}

.product-fields-calc .panel-row.single-row {
    padding-right: 0px;
}

.product-fields-calc.two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.product-fields-calc.two-col .field {
    width: 100%;

}

.product-fields-calc .panel-row .field {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    justify-content: space-between;
}

.product-fields-main .add-panel-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 20px;
}

.product-fields-main .add-panel-wrapper .common-btn {
    font-family: var(--Poppins);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    padding: 5px 18px 5px 18px;
    min-height: 40px;
}

.remove-row {
    background: var(--blue);
    border: none;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--white);
    padding: 0;
    transition: background 0.3s;
}

.remove-row:hover {
    background: var(--yellow);
}

.remove-row:hover svg path {
    stroke: var(--black);
}

.remove-row svg {
    width: 16px;
    height: 16px;
    display: block;
}

.product-fields-calc input[type=number]::-webkit-outer-spin-button,
.product-fields-calc input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-fields-calc input[type=number] {
    -moz-appearance: textfield;
}

.panel-row:first-child .remove-row {
    display: none;
}

.product-fields-calc .panel-row.bottom-text .field {
    flex-direction: row;
    display: flex;
}

.product-fields-calc .panel-row.bottom-text .read-only-display {
    color: var(--black);
    margin-left: 5px;
    font-size: 14px;
    line-height: 19px;
    font-family: var(--Lato);
}

.product-fields-calc .panel-row.bottom-text .row-field-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.product-fields-calc .panel-row.bottom-text .row-field-inner .field {
    justify-content: flex-start;
    align-items: center;
}

.product-fields-calc .panel-row.bottom-text {
    justify-content: space-between;
    align-items: center;
}

.product-fields-calc .panel-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

/**single product calc fields end*/

/*cart page panel fields start**/
.panel-row-cart .panel-title {
    font-size: 16px;
    line-height: 26 px;
}

.panel-dimensions {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--Poppins);
}

.panel-row-cart {
    margin-top: 4px;
}

.woocommerce-checkout-review-order .product-name .product-title {
    font-weight: 700;
}

.product-fields-calc input.error {
    border-color: #ff0000;
}

.product-fields-main .note {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    padding-bottom: 10px;
}

/* Fix the spacing and layout of the WooCommerce Dashboard text */
.woocommerce-MyAccount-content p {
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

.woocommerce-MyAccount-content p a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-cart .woocommerce-cart-form table.cart img {
    width: auto;
}

.woocommerce-cart table.cart .product-thumbnail a {
    width: 80px;
    display: flex;
}

.woocommerce table.cart td.product-thumbnail {
    width: 120px !important;
    max-width: 120px;
}

.woocommerce table.cart td.product-thumbnail img {
    width: auto;
    height: auto;
    display: block;
}

/*cart page panel fields end**/
@media only screen and (max-width: 1199px) {

    .woocommerce-page header.header,
    .woocommerce-page .woocommerce-products-header {
        margin-bottom: 26px;
    }

    .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;
    }

    /**My account start*/
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        padding-left: 40px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        font-size: 16px;
        line-height: 26px;
        padding: 11.5px 20px;
    }

    .woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address {
        padding: 16px;
    }

    .woocommerce-account address {
        padding: 12px;

    }

    .woocommerce-account .woocommerce .woocommerce-Addresses address {
        font-size: 16px;
        line-height: 26px;
    }

    .woocommerce-account .woocommerce .woocommerce-Addresses header a {
        font-size: 16px;
        line-height: 26px;
    }

    .woocommerce-account .woocommerce-MyAccount-content form {
        padding: 24px;
    }


    .woocommerce-page .col2-set .col-2,
    .woocommerce-page .col2-set .col-1 {
        width: 49% !important;
    }

    /**My account end*/
    /**Order recived start*/
    .woocommerce-order-received .woocommerce-order-overview {
        margin: 16px 0 20px !important;
    }

    .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
        padding: 16px;
    }

    .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {
        padding: 12px;
        font-size: 16px;
        margin-top: 0;
    }

    .woocommerce-order-received .woocommerce-order-details {
        margin-top: 20px;
    }

    .woocommerce-order-received .woocommerce-customer-details {
        margin-top: 20px;
    }

    /**Order recived end*/
    form.checkout.woocommerce-checkout div#customer_details {
        padding-right: 14px;
    }

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

    /**shop page start**/
    .woocommerce-shop .custom-shop-wrapper {
        margin-bottom: 70px;
    }

    .woocommerce-shop .gr-testimonials-section {
        padding-bottom: 70px;
        margin-bottom: 70px !important;
    }

    /**calc fields start*/
    .product-fields-main {
        margin-top: 30px;
    }

    .product-fields-calc .panel-row {
        gap: 16px;
    }

    .product-fields-calc input {
        font-size: 15px;
        line-height: 25px;
        min-height: 46px;
    }

    .product-fields-calc label {
        font-size: 15px;
    }

    /* .remove-row {
        width: 22px;
        height: 22px;
        bottom: 14px;
    } */
}

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

    /**Checkout page start**/
    form.checkout.woocommerce-checkout div#customer_details {
        width: 100%;
        padding-right: 0;
    }

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100%;
        margin-top: 20px;
    }

    /**Checkout page end**/
}


@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%;
    } */

    form.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
        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% - 5px);
    }

    /**My account start*/
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        padding-left: 20px;
    }

    /**My account end*/

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

    .woocommerce .quantity .qtyminus,
    .woocommerce .quantity .qtyplus {
        font-size: 18px;
        padding: 5px 10px;
    }

    .woocommerce .quantity {
        border-width: 1px;
    }

}





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

    .woocommerce-page header.header,
    .woocommerce-page .woocommerce-products-header {
        margin-bottom: 22px;
    }

    .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: 50px;
    }

    .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: 6px 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;
    }

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

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

    form.woocommerce-form.woocommerce-form-login.login .remember-forgot-wrap label span::before {
        width: 14px;
        height: 14px;
    }

    /**My account start*/
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
        padding: 0;
    }

    .woocommerce-account .woocommerce .woocommerce-Addresses {
        flex-direction: column;
        gap: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content form {
        padding: 20px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        font-size: 15px;
        line-height: 25px;
        padding: 9.5px 15px;
    }

    .woocommerce-page .col2-set .col-2,
    .woocommerce-page .col2-set .col-1 {
        width: 100% !important;
    }

    form.lost_reset_password .woocommerce-form-row {
        padding-top: 10px;
    }

    /**my account responsive order spacing start*/
    .woocommerce-orders-table {
        border-collapse: separate !important;
        border-spacing: 0 15px !important;
        border: none !important;

    }

    .woocommerce table.woocommerce-orders-table.shop_table td {
        border-right: 1px solid #0000001a;
    }

    .woocommerce table.woocommerce-orders-table.shop_table td.woocommerce-orders-table__cell-order-date {
        border-top: 0px;
    }

    .woocommerce table.woocommerce-orders-table.shop_table td,
    .woocommerce table.woocommerce-orders-table.shop_table th {
        border-left: 1px solid #0000001a;
    }

    .woocommerce-orders-table__row {
        outline: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
        margin-bottom: 20px;
    }

    /**my account responsive order spacing end*/
    /**My account end*/
    /**Order recived page start*/
    .woocommerce .woocommerce-customer-details .woocommerce-columns {
        flex-direction: column;
    }

    .woocommerce .woocommerce-customer-details .woocommerce-columns .col-2 {
        margin-top: 0;
    }

    /**Order recived page end*/
    /**Woo checkout login form start*/
    .woocommerce-checkout .remember-forgot-wrap {
        gap: 20px;
        justify-content: space-between;
    }

    .woocommerce-checkout .woocommerce form .remember-forgot-wrap-main .remember-forgot-wrap .form-row {
        max-width: max-content;
    }

    /**Woo checkout login form end*/

    /**shoop page start**/

    .woocommerce-shop .custom-shop-wrapper {
        margin-bottom: 60px;
    }

    .woocommerce .woocommerce-ordering select {
        padding: 6px 38px 6px 15px;
    }

    .woocommerce-shop .gr-testimonials-section {
        padding-bottom: 60px;
        margin-bottom: 60px !important;
    }


    .woocommerce-orders-table__row {
        overflow: hidden;
        border-radius: 10px;
    }




    .woocommerce table.woocommerce-orders-table.shop_table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }

    .woocommerce table.woocommerce-orders-table.shop_table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }


    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        height: 47px;
    }

    .woocommerce .shop_table .product-remove a.remove {
        left: auto;
        transform: translate(0, -50%);
        color: #3cbdef !important;
        right: 1px;
    }

    body.single-product a.open-review-form.button.df-btn {
        padding: 8px 20px !important;
        font-size: 18px;
    }

    .woocommerce div.product .custom-product-layout .product-right.summary form.cart .button {
        padding: 7px 20px !important;
    }

    /**calc fields start*/
    .product-fields-calc label {
        font-size: 15px;
        line-height: 25px;
    }

    .product-fields-calc input {

        margin-top: 10px;
        height: 46px;
        margin-top: 8px;
    }

    .shop_table .product-name a,
    .cart_totals .shop_table tr a {
        font-size: 16px;
        line-height: 26px;
    }

    /**calc fields end*/
    .woocommerce-message {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}


@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;
    }

    /**Woo checkout login form start*/
    .woocommerce-checkout .remember-forgot-wrap {
        flex-wrap: wrap;
        gap: 10px;
    }

    /**Woo checkout login form end*/

    .woocommerce .woocommerce-ordering select {
        font-size: 14px;
        line-height: 22px;
        padding: 5px 18px 6px 6px;
    }

    .woocommerce .woocommerce-ordering .custom-select-wrapper:after {
        width: 10px;
        height: 6px;
        right: 6px;
        top: 51%;
    }


    /**calc fields start*/
    .product-fields-calc.two-col {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .product-fields-calc input {
        height: 46px;
        padding: 12px;
    }

    .product-fields-calc .panel-row {
        flex-direction: column;
    }

    .product-fields-main {
        margin-top: 20px;
    }

    .product-fields-calc .panel-item {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        padding: 20px 20px 22px 20px;
        gap: 14px;
    }

    .product-fields-calc .panel-row.bottom-text {
        flex-direction: row;
    }

    .product-fields-calc .panel-row.single-row {
        padding: 20px;
    }

    /* .remove-row {
        top: 20px;
        right: 20px;
    } */

    .product-fields-main .add-panel-wrapper .common-btn {
        font-size: 12px;
        padding: 3px 16px 3px 16px;
        min-height: 35px;
    }

    /**calc fields start*/

    /*cart page panel fields start**/
    .woocommerce-page table.shop_table_responsive tr td::before {
        display: inline-block;
        width: 120px;
        font-weight: bold;
        text-align: left;
        content: attr(data-title);
    }

    /* Ensure the value on the right stays aligned */
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
        display: flex;
        align-items: flex-start;
    }

    .shop_table .product-name a,
    .cart_totals .shop_table tr a {
        margin-right: 10px;
    }

    /* Target the table labels in the Cart Totals section */
    .cart-collaterals .shop_table_responsive tr th,
    .cart-collaterals .shop_table_responsive tr td::before {
        display: inline-block;
        min-width: 120px;
        /* Adjust this to fit your longest label */
        width: 120px;
        text-align: left;
        font-weight: bold;
    }

    /* Ensure the data column aligns correctly next to the fixed width label */
    .cart-collaterals .shop_table_responsive tr td {
        display: flex !important;
        justify-content: flex-start;
        align-items: baseline;
        text-align: left !important;
    }

    /* Fix for the Shipment section specifically where text might wrap */
    .cart-collaterals .shop_table_responsive tr.shipping td {
        flex-wrap: wrap;
    }

    .woocommerce-cart-form__contents td.actions {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }

    /* Wrap the coupon input and button together */
    .woocommerce-cart-form__contents td.actions .coupon {
        display: flex !important;
        flex: 1 1 auto;
        width: 100%;
    }

    /* Force the input and buttons to share space */
    .woocommerce-cart-form__contents td.actions .coupon input#coupon_code {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 12px !important;
    }

    .woocommerce-cart-form__contents td.actions .coupon button[name="apply_coupon"] {
        width: 38% !important;
        margin: 0 !important;
        white-space: nowrap;
    }

    /* The Update Cart button */
    .woocommerce-cart-form__contents td.actions>button[name="update_cart"] {
        width: 100% !important;
        margin-top: 5px;
    }

    body .woocommerce table.shop_table .coupon {
        padding: 5px 0 !important;
    }

    /*cart page panel fields end**/
    /**calc fields end*/
}


@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%;
    }

    .woocommerce table.woocommerce-orders-table.shop_table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
        gap: 5px;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
        /* padding: 0 6px !important; */
        min-height: 35px;
        height: 35px;
        font-size: 15px !important;
        margin-bottom: 8px;
    }

    .product-fields-calc .panel-item {
        padding: 16px;
    }
}