.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*="elementor-page-"]) .site-main {
    max-width: 100% !important;
}

/*
button {
  border-radius: none !important;
} */

.flex-ctr-spb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-auto-spb {
    display: flex;
    justify-content: space-between;
}

.flex-ctr {
    display: flex;
    align-items: center;
}

.flex-ctr-ctr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-input {
    display: flex;
    align-items: center;
}

.qty-input [type="button"].qty-count {
    border: 1px solid var(--primary-color);
    cursor: pointer;
    /* padding: 8px; */
    width: 40px;
    height: 40px;
    gap: 0px;
    border-radius: 50% !important;
    color: #093854;
    font-weight: 400;
    font-size: 28px;
    line-height: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-input [type="button"].qty-count span {
    line-height: 1;
    display: inline-block;
    color: var(--primary-color);
}

.qty-input [type="button"].qty-count--minus span {
    transform: translateY(-3px);
}

.qty-input [type="button"].qty-count:focus {
    background-color: transparent;
}

.qty-input [type="button"].qty-count.qty-count--minus {
    line-height: 0;
}

.qty-input [type="button"].qty-count:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #ffffff;
}

.qty-input [type="button"].qty-count:hover span {
    color: #ffffff;
}

.qty-input [type="button"].product-qty {
    width: 50px;
    text-align: center;
}

.add_meta_fields {
    background: #faf9f4;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 10px;
}

h1.product_title.entry-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 55.68px;
    letter-spacing: -0.008em;
    text-align: left;
    color: #0d0c07;
}

.woocommerce-product-details__short-description p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #093854;
    margin: 0;
}

.add_meta_fields h2.title {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    border-bottom: 1px solid #d0c190;
    padding-bottom: 20px;
}

.add_meta_fields .service-content h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #3d0332;
}

.add_meta_fields .service-content h3 {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #0d0c07;
    border-top: 1px solid #d0c190;
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.add_meta_fields .service-content ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #0d0c07;
    margin-bottom: 16px;
}

.add_meta_fields .service-content ul li::marker {
    color: #b89951;
}

.add_meta_fields .feature-item {
    list-style: none;
    gap: 10px;
    list-style-type: disc;
    margin-left: 20px;
}

.add_meta_fields .feature-item::marker {
    color: #b89951;
}

.add_meta_fields ul.product-features,
.add_meta_fields ul.product-faqs {
    margin: 0;
    padding: 0;
}

.add_meta_fields .feature-item .img_holder {
    width: 35px;
}

.add_meta_fields .feature-item .img_holder img {
    width: 20px;
}

.add_meta_fields .feature-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #0d0c07;
    margin-bottom: 16px;
    flex: 1;
}

.woocommerce-page input.lin_product-qty {
    border: none !important;
    margin: 0;
    padding: 0;
    width: 32px;
    outline: none;
    text-align: center;
    background: transparent;
}

.woocommerce-page input.product-qty {
    border: none !important;
    margin: 0;
    padding: 0;
    width: 32px;
    outline: none;
    text-align: center;
    background: transparent;
    font: 400 21px/1.2 var(--primary-font);
}

.qty_and_price {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #d0c190;
    border-bottom: 1px solid #d0c190;
    margin-top: 14px;
    margin-bottom: 24px;
}

.woocommerce-page .qty_and_price span.woocommerce-Price-amount.amount {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.008em;
    text-align: center;
    color: #0d0c07;
}

.add_to_cart_btns {
    display: flex;
    gap: 10px;
}

.add_to_cart_btns button {
    flex: 1;
}

div div.add_to_cart_btns button.button.alt,
a.checkout-button.button.alt.wc-forward.lin-checkout-btn,
#place_order,
#lin-update-btn {
    padding: 26px 30px 26px 30px;
    border-radius: 0;
    background-color: var(--secondary-color);
    color: #ffffff;
}

.lin_coupon {
    /* padding: 24px; */
    background-color: #f8f8f8;
}

.lin_coupon_wrap {
    display: flex;
}

.lin_coupon .lin_coupon_wrap input {
    border: 1px solid #09385433;
    border-radius: 0;
}

.lin_coupon .lin_coupon_wrap button {
    background-color: #ffffff !important;
    border: 1px solid var(--primary-color);
    padding: 18px 31px;
    border-radius: 0;
}

.lin_coupon_title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px 0 10px;
}

div div.add_to_cart_btns button.button.secondary {
    background-color: var(--primary-color) !important;
}

div div.add_to_cart_btns button.button.secondary:hover {
    background-color: var(--secondary-color) !important;
}

div div.add_to_cart_btns button.button.alt {
    padding: 16px 24px;
    font-size: 16px;
}

#lin-update-btn,
#place_order {
    padding: 16px 27px;
    background-color: var(--secondary-color) !important;
    transition: 0.3s;
    font-family: var(--global-font);
    font-size: 16px;
    font-weight: 400;
}

#lin-update-btn:hover,
#place_order:hover {
    background-color: var(--primary-color) !important;
}

div div.add_to_cart_btns button.button.alt:hover,
#place_order:hover,
#lin-update-btn:hover,
a.checkout-button.button.alt.wc-forward.lin-checkout-btn:hover {
    background-color: var(--primary-color);
}

@media (max-width: 1023px) {
    h1.product_title.entry-title,
    .qty_and_price span.woocommerce-Price-amount.amount {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    h1.product_title.entry-title,
    .qty_and_price span.woocommerce-Price-amount.amount {
        font-size: 36px;
    }

    .add_meta_fields h2.title,
    .add_meta_fields .service-content h2,
    .add_meta_fields .service-content h3 {
        font-size: 17px;
    }

    div div.add_to_cart_btns button.button.alt {
        padding: 18px 24px;
        font-size: 17px;
    }

    .add_meta_fields .feature-item p,
    .add_meta_fields .service-content ul li {
        font-size: 16px;
    }

    .qty-input [type="button"].qty-count {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }
}

html .woocommerce div.product h1.product_title.entry-title {
    font-size: 43px;
    font-weight: 400;
    line-height: 1.18;
    color: #093854;
    margin: 0;
}

@media (max-width: 575px) {
    html .woocommerce div.product h1.product_title.entry-title,
    .qty_and_price span.woocommerce-Price-amount.amount {
        font-size: 32px;
    }

    .add_meta_fields h2.title,
    .add_meta_fields .service-content h2,
    .add_meta_fields .service-content h3 {
        font-size: 16px;
    }

    div div.add_to_cart_btns button.button.alt {
        padding: 12px 24px;
        font-size: 16px;
    }

    .add_meta_fields .feature-item p,
    .add_meta_fields .service-content ul li {
        font-size: 15px;
    }
}

/* cart */
.lin_cart {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.lin_cart .actions {
    margin-top: 20px;
}

form.woocommerce-cart-form {
    flex: 1;
}

.border-none {
    border: none !important;
}

.woocommerce-page .cart-collaterals.lin-right-side {
    width: 440px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .lin-right-side .cart_totals {
    float: inherit;
    width: auto;
}

.shop_table-wrap {
    width: 100%;
    overflow: auto !important;
    scrollbar-width: thin;
}

form.woocommerce-cart-form table.shop_table tr th {
    padding: 18px;
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
}

.woocommerce table.shop_table * {
    font-weight: 500 !important;
}

form.woocommerce-cart-form
    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100px;
}

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 {
    overflow: hidden;
    border: 0;
    border-radius: 0;
}

form.woocommerce-cart-form thead {
    color: #ffffff;
    background: var(--primary-color);
}

form .woocommerce-checkout-review-order-table thead {
    color: #ffffff;
    background: var(--primary-color);
}

form.woocommerce-cart-form table.shop_table tr {
    position: relative;
    border-bottom: 1px solid red;
}

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

.lin_cart table.shop_table_responsive tr,
.lin_cart table.shop_table_responsive tr th,
.lin_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 {
    overflow: hidden;
    border: 1px solid #cfd6de;
    width: 100%;
}

.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: #f8f8f8 !important;
}

.woocommerce-checkout-review-order-table tr td {
    background: #f8f8f8 !important;
    padding: 16px 20px;
}

.lin_cart table.order_summery tr th,
.lin_cart table.order_summery tr td {
    background: #f8f8f8 !important;
    padding: 16px 20px;
}

.lin_cart table.order_summery tr td {
    text-align: right;
}

.lin_cart table.order_summery {
    border: none;
    margin: 0;
}

form.woocommerce-cart-form tr td {
    background: #f8f8f8 !important;
}

form.woocommerce-cart-form
    table.shop_table
    tbody
    tr.lin_cart_item:last-of-type {
    border-bottom: none !important;
}

.product_details {
    padding: 8px 0;
    flex: 1;
}

.product_details .variation {
    margin-top: 15px;
}

.lin_cart span.woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #1a1a1a;
}

form.woocommerce-cart-form table.shop_table tr td a.remove {
    color: black !important;
    background-color: transparent !important;
    padding-top: 3px;
}

.lin-right-side .title {
    color: #ffffff;
    background: var(--primary-color);
    padding: 18px;
}

.lin-right-side .title h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 3px 0;
    color: #ffffff;
}

.lin-right-side .cart_totals {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #f8f8f8;
}

a.checkout-button.button.lin-checkout-btn.alt.wc-forward {
    padding: 20px 0;
    margin: 20px;
    background-color: var(--secondary-color);
    transition: 0.3s;
}

a.checkout-button.button.lin-checkout-btn.alt.wc-forward:hover {
    background-color: var(--primary-color);
}

.lin-right-side .cart_totals .wc-proceed-to-checkout {
    padding: 0;
}

form.checkout.woocommerce-checkout .lin-checkout-inputs {
    display: flex;
    gap: 24px;
    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;
    height: 90px;
    /* display: inline-block; */
}

.woocommerce-checkout .cart_item td.product-name a {
    width: 80px;
    height: 80px;
}

.cart_item td.product-name .product_details a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #093854 !important;
    text-decoration: none;
}

.woocommerce-checkout .cart_item td.product-name .product_details a {
    font-size: 16px;
}

.woocommerce-checkout div#payment {
    overflow: hidden;
    background: #f8f8f8 !important;
    border: 1px solid #f8f8f8;
    margin-bottom: 20px;
}

.woocommerce-checkout div#payment .title {
    color: #ffffff;
    background: var(--primary-color);
    padding: 18px;
}

.woocommerce-checkout div#payment .title h2 {
    color: #ffffff;
    font-size: 16px;
    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 #f8f8f8;
    margin-bottom: 20px;
}

@media (min-width: 1025px) {
    div#customer_details {
        position: sticky;
        top: 105px;
    }
}

.woocommerce-billing-fields h3 {
    background: var(--primary-color);
    padding: 18px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #ffffff;
    text-transform: capitalize;
}

.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-1 {
    width: auto;
}

div#order_review {
    width: 100%;
    top: 0;
    position: sticky;
}

div#order_review .shop_table-wrap {
    overflow: initial;
}

.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: #f8f8f8;
}

.woocommerce-billing-fields__field-wrapper {
    padding-top: 15px;
    gap: 14px;
    /* display: flex;
  flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.custom-checkout-wrappers {
    padding-top: 10px;
}

.woocommerce form .form-row label {
    /* text-transform: capitalize; */
    font: 400 16px/1.2 var(--primary-font);
    display: inline-block;
    margin-bottom: 10px;
}
.woocommerce form .checkout-checkboxes-section  .checkbox-row  label {
    font: 400 16px/1.2 var(--global-font);
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #09385433 !important;
    padding: 15px;
    font: 500 16px/1.2 var(--global-font);
}

.woocommerce form .form-row textarea {
    min-height: 322px;
}

.woocommerce-page form .custom-checkout-wrappers .form-row-first {
    float: initial;
}

html .woocommerce table.shop_table td,
html .woocommerce table.shop_table th {
    padding: 18px !important;
    font-size: 16px;
}

.woocommerce table.shop_table,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0 !important;
}

html .woocommerce table.shop_table .cart_item:not(:last-child) td {
    border-bottom: 1px dashed #09385433;
}

@media (max-width: 1400px) {
    .cart_item td.product-name .product_details a {
        font-size: 18px;
    }

    .product_details .variation {
        font-size: 14px;
    }
}

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

    form.woocommerce-cart-form table.shop_table tr td.product-name {
        padding-right: 50px !important;
    }
}

@media (min-width: 1023px) and (max-width: 1200px) {
    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::before {
        position: absolute;
        top: 10px;
        left: 20px;
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: start !important;
        display: block !important;
    }

    form.woocommerce-cart-form thead {
        display: none;
    }
}

@media (max-width: 1023px) {
    .lin_cart {
        display: block;
    }
}

@media (max-width: 991px) {
    form.checkout.woocommerce-checkout .lin-checkout-inputs {
        flex-direction: column;
    }

    .woocommerce-billing-fields h3,
    #order_review table.woocommerce-checkout-review-order-table thead tr th,
    .woocommerce-checkout div#payment .title {
        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: 16px;
    }

    div#order_review {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .woocommerce-additional-fields > h3 {
        font-size: 24px;
        margin: 0;
    }

    .woocommerce form .form-row textarea {
        min-height: 200px;
    }

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

    .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .cart_item td.product-name a {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
        padding: 11px;
    }

    .woocommerce form .form-row textarea {
        min-height: 150px;
    }

    html .woocommerce table.shop_table td,
    html .woocommerce table.shop_table th {
        padding: 10px;
    }
}

/* 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(--primary-color);
    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: 100%;
}

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

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    margin: 15px 0 0;
}

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

.woocommerce-info::before,
.woocommerce-message::before {
    color: var(--primary-color);
}

.woocommerce-billing-fields {
    background-color: #faf9f4;
}

.woocommerce-page .select2-container .select2-selection--single {
    height: 58px;
    width: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #09385433 !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 46px;
    right: 11px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 18px;
    padding-left: 22px;
}

.woocommerce-additional-fields__field-wrapper .optional,
.lin-checkout-inputs abbr {
    display: none;
}

/* Ensure product gallery container constrains width */
.woocommerce div.product div.images {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden; /* Prevent FlexSlider from expanding beyond container */
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    gap: 10px;
    padding-top: 10px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    max-width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
    padding: 16px 24px !important;
}
.m-phone-number {
    display: none;
    margin-left: 9px;
    margin-bottom: 10px;
}
@media (max-width: 1023px) {
    .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.lin-right-side {
        width: 100%;
        margin-bottom: 0;
    }

    form.woocommerce-cart-form {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .woocommerce-checkout .woocommerce form .form-row-first,
    .woocommerce-checkout .woocommerce form .form-row-last,
    .woocommerce-checkout .woocommerce-page form .form-row-first,
    .woocommerce-checkout .woocommerce-page form .form-row-last,
    .woocommerce-checkout .woocommerce-page .cart-collaterals.lin-right-side {
        width: 100%;
    }

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        padding: 18px 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: 0px 15px 0 0;
    }

    .lin-right-side .title {
        padding: 15px;
    }

    a.checkout-button.button.lin-checkout-btn.alt.wc-forward {
        padding: 17px;
        font-size: 17px;
    }

    .lin-right-side .title h2 {
        font-size: 17px;
    }

    .lin_cart .cart-collaterals span.woocommerce-Price-amount.amount {
        text-align: end;
        display: block;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        grid-template-columns: repeat(3, 1fr);
    }

    .m-phone-number {
        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%;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce-page .select2-container .select2-selection--single {
        height: 46px;
        width: auto;
    }
}

/* single page */
.wc-block-grid__product-price {
    display: none;
}

.single-variation-wrap {
    display: flex;
    flex-direction: column;
}

.woocommerce-variation.single_variation {
    order: 1;
}

.variations {
    order: 2; /* This moves the price to the top */
}

.variations_button {
    order: 3;
}


.cat_line {
    border: 1px solid #093854;
    max-width: 40px;
    height: 1px;
    flex: 1;
}

.attr_input.attr_tp_btn {
    border: 1px solid #ffeab8;
    border-radius: 100px;
    padding: 10px 50px;
    background: #fbfaf3;
    cursor: pointer;
}

.attr_input.attr_tp_btn:hover {
    border: 1px solid #093854;
}

.attr_input.attr_tp_btn.active {
    border: 1px solid #093854;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    background: transparent;
}

.variations tr {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.variations .label {
    padding: 20px 0 0;
}

.variations .form__field-wrap {
    gap: 20px;
    flex-wrap: wrap;
}

.add_to_cart_and_qnts {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.ln-type-product .add_to_cart_and_qnts {
    border-top: 1px dashed #dddddd;
    padding-top: 15px;
    margin-top: 15px;
}

button.single_add_to_cart_button.button.alt,
button.single_book_button.button.alt {
    padding: 16px 30px 16px 30px;
    background: var(--primary-color) !important;
    width: 100%;
}

button.single_book_button.button.alt.color-secondary {
    background-color: var(--secondary-color) !important;
}

button.single_add_to_cart_button.button.alt:hover,
button.single_book_button.button.alt:hover {
    background: var(--secondary-color);
}

.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-variation-wrap div.woocommerce-variation-price span.price {
    font-size: 32px;
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 38.4px;
}

.product-stock-status.in_stock {
    font-size: 12px;
    font-weight: 600;
    color: #009e0f;
    padding: 3px 10px;
    border: 1px solid #009e0f;
}

.product-stock-status.out_stock {
    font-size: 12px;
    font-weight: 600;
    color: var(--secondary-color);
    padding: 3px 10px;
    border: 1px solid var(--secondary-color);
}

html .woocommerce .woocommerce-product-rating {
    display: flex;
    gap: 10px;
}

.subtitle {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 24px;
}

.booking-section {
    background-color: var(--background-gray);
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 24px;
}

.price-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price {
    font-weight: bold;
    font-size: 18px;
}

.treatment-options,
.package-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.treatment-option,
.package-option {
    display: block;
    border-bottom: 1px dashed #093854a4;
    padding: 30px 0;
    cursor: pointer;
}

.treatment-option:last-of-type,
.package-option:last-of-type {
    border: none;
}

/* .treatment-option input[type="radio"],
.package-option input[type="radio"] {
    display: none;
} */

.treatment-option input[type="radio"]:checked + .option-content,
.package-option input[type="radio"]:checked + .option-content {
    border-color: var(--primary-color);
}

.option-header {
    display: flex;
    gap: 10px;
}

h3.option-header {
    font-size: 16px;
    margin-top: 0;
    color: var(--primary-color);
    margin-bottom: 0px;
}
.mt-10 {
    margin-top: 10px !important;
}
.option-content p {
    margin: 0;
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 300;
    line-height: normal;
}

.woocommerce .star-rating span {
    color: #fea500;
}

a.woocommerce-product-gallery__trigger {
    display: none;
}



.lin_wrapper,
.tax-product_cat .content-area .site-main {
    width: clamp(320px, 95%, 1262px);
    margin: 0 auto;
    padding: 0 15px;
}

.woocommerce.single-product .lin_container .lin_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.lin_wrapper .woocommerce-product-gallery {
    order: 1;
    flex: 0 0 calc(50% - 15px); /* 50% width minus half the gap */
    max-width: calc(50% - 15px);
    width: calc(50% - 15px);
}

.lin_wrapper .summary {
    order: 2;
    flex: 0 0 calc(50% - 15px); /* 50% width minus half the gap */
    max-width: calc(50% - 15px);
    width: calc(50% - 15px);
}

/* Product attributes section - appears after summary */
.lin-product-attributes-section {
    width: clamp(320px, 95%, 1262px);
    margin: 30px auto 0;
    padding: 0 15px;
    clear: both;
}

.lin_container > .lin-product-attributes-section {
    display: block;
}

/* When attributes are inside gallery on desktop */
.woocommerce-product-gallery > .lin-product-attributes-section {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
}

@media (max-width: 991px) {
    .woocommerce.single-product .lin_container .lin_wrapper {
        flex-direction: column;
        gap: 0;
    }

    .woocommerce.single-product .lin_container .lin_wrapper.fd_col {
        flex-direction: column;
    }

    /* On mobile, ensure gallery appears in summary flow */
    .lin_wrapper .woocommerce-product-gallery {
        order: initial;
        margin-bottom: 0 !important;
        flex: 1 1 100%; /* Reset to full width on mobile */
        max-width: 100%;
        width: 100%;
    }

    .lin_wrapper .summary {
        order: initial;
        flex: 1 1 100%; /* Reset to full width on mobile */
        max-width: 100%;
        width: 100%;
    }

    /* Mobile: add margin to product title */
    .product_title.entry-title {
        margin-bottom: 20px !important;
    }

    /* Mobile: limit thumbnails to 2 visible */
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li:nth-child(n+3) {
        display: none !important;
    }
}

/* Gallery images and video - 16:9 aspect ratio */
.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image--video {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.woocommerce-product-gallery__image:not(:first-child) {
    display: none !important;
}
.gallery-ready .woocommerce-product-gallery__image:not(:first-child) {
    display: block !important;
}

/* Prevent layout shift - ensure gallery has proper dimensions from start */
.woocommerce-product-gallery {
    min-height: 370px; /* Reserve space to prevent CLS */
    width: 100% !important; /* Prevent FlexSlider from setting 600% width */
    max-width: 100% !important; /* Constrain width during initialization */
    overflow: hidden; /* Hide overflow during FlexSlider initialization */
}

.woocommerce-product-gallery__wrapper {
    opacity: 1; /* Remove opacity transition that causes CLS */
    transition: none; /* Remove transition that can cause shifts */
    width: 100% !important; /* Prevent width expansion during initialization */
}
.gallery-ready.woocommerce-product-gallery__wrapper  {
    width: max-content !important;
    max-width: none !important;
}

/* Fix FlexSlider viewport width issue - prevents 600% width during initialization */
/* Constrain the viewport wrapper, but allow slides container to expand internally */
.woocommerce-product-gallery .flex-viewport-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important; /* Critical: hide overflow to prevent CLS */
}

.woocommerce-product-gallery .flex-viewport {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

/* Allow slides container to expand internally, but constrain it within viewport */
.woocommerce-product-gallery .flexslider .slides {
    /* Don't constrain slides width - FlexSlider needs this for functionality */
    /* But ensure it's contained within viewport */
    display: block;
}

/* Ensure individual slides are properly sized */
.woocommerce-product-gallery .flexslider .slides > li {
    width: 100% !important; /* Each slide should be 100% of viewport */
    flex-shrink: 0;
}

.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image--video {
    display: block;
    width: 100%;
    height: 100%;
}

.woocommerce-product-gallery__image img,
.woocommerce-product-gallery__image--video video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

/* Video thumbnail play button overlay */
.video_wrapper .flex-control-nav.flex-control-thumbs li:first-child {
    position: relative;
}

.video_wrapper .flex-control-nav.flex-control-thumbs li:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    pointer-events: none;
}

.video_wrapper .flex-control-nav.flex-control-thumbs li:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent white;
    pointer-events: none;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.8));
}

.lin_container .lin_container {
    width: 100%;
    padding: 0;
    margin: 0;
}

html .woocommerce a.woocommerce-review-link {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #093854;
}

html .woocommerce .woocommerce-product-rating {
    margin: 0;
    margin-bottom: 16px !important;
    padding: 0 !important;
}

.woocommerce-product-details__short-description {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 10px;
}

td.value {
    width: 100%;
}

label.treatment-option.attr_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.variations .right_side {
    padding-left: 15px;
    min-height: 40px; /* Reserve space to prevent CLS */
}

.variations .right_side > span,
.variations .right_side label {
    display: block;
    white-space: nowrap;
    color: var(--primary-color) !important;
    text-align: right;
}

.variations .right_side label {
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 24px; /* Reserve space for discount text */
}

.variations .right_side > span {
    font-size: 26px !important;
    font-weight: 400;
    font-family: var(--primary-font);
    min-height: 32px; /* Reserve space to prevent CLS */
    display: inline-block; /* Maintain height when empty */
}

/* Reserve space for discount text to prevent layout shift */
.variations .right_side label.discount_text {
    min-height: 20px;
    visibility: hidden; /* Use visibility instead of display to reserve space */
}

.variations .right_side label.discount_text.visible {
    visibility: visible;
}

.variations .right_side label.discount_text {
    color: #e2222b !important;
    font-weight: 400;
    margin-top: 0;
}

.left_side {
    display: flex;
    gap: 10px;
    align-items: center;
}
.left_side label {
height: 17px;
}
.option-content {
display: flex;
}
label.treatment-option.form__field.attr_input {
        align-items: center;
}
.woocommerce-breadcrumb {
    display: none;
}

.single-product #main {
    padding-top: 25px;
}

/* Select packedge*/
.service-types {
    margin-top: 30px;
}

.service-types__item p {
    font-size: 14px;
    font-weight: 500;
}

.service-types__item * {
    color: #093854;
}

.service-types__item {
    padding: 27px 21px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    background-color: #f8f8f8;
    transition: 0.3s;
    position: relative;
}

.service-types__item:last-child {
    margin-bottom: 0;
}

.service-types__item label {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    border: 2px dashed #cfd6de;
    cursor: pointer;
}

.service-types__item input:checked + label,
.service-types__item:hover label {
    border: 2px solid var(--primary-color);
}

.service-types__item__right p {
    margin: 3px 0 10px;
    font-weight: 500;

}

.service-types__item__right h4 {
    margin-bottom: 0;
}

.service-types__item__right {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-types__item__right * {
    white-space: nowrap;
}

a.reviews__pagination-btn,
a.shop__pagination-btn,
.shop__product-title a,
.shop__product-actions a {
    text-decoration: none !important;
}

.shop .shop__product-actions a,
.shop .shop__product-actions .btn-secondary {
    font-size: 14px;
    padding: 8px 12px;
}

.shop__product-actions .btn-secondary {
    background-color: var(--secondary-color);
}

.shop__pagination {
    margin-top: 80px;
}

.shop__pagination .shop_product {
    justify-content: center;
    width: max-content;
    margin: 0 auto;
    border: solid rgba(9, 56, 84, 0.2);
    border-width: 1px 0;
}

a.btn-primary.review-write-btn {
    text-decoration: none;
}

.related__slider_price {
    padding-top: 15px;
}

.product-attributes {
    margin-top: 20px;
}

.product-attributes__item {
    background-color: #fbfaf3;
    padding: 17px;
    margin-bottom: 16px;
}

.product-attributes__item__trigger {
    position: relative;
    padding-right: 50px;
    margin: 0;
    cursor: pointer;
    font-size: 21px;
}

.product-attributes__item__trigger-icon {
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 50% !important;
    background-color: var(--primary-color);
    display: block;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.product-attributes__item__trigger-icon::before,
.product-attributes__item__trigger-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 12px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: 0.3s;
    /* transform-origin: top; */
}

.product-attributes__item__trigger-icon::after {
    height: 12px;
    width: 1px;
}

.active .product-attributes__item__trigger-icon::after {
    scale: 0;
}

.product-attributes__item__body {
    padding-top: 15px;
    display: none;
}

.product-attributes__item__body p {
    font-size: 14px;
}

@media (max-width: 1366px) {
    .shop__product-actions a .icon {
        display: none;
    }
}

@media (max-width: 991px) {
    .single-product .woocommerce-product-gallery,
    .single-product .summary.entry-summary,
    .woocommerce div.product div.summary {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    h3.option-header {
        font-size: 17px;
    }

    .variations .right_side label {
        font-size: 14px;
    }

    .variations .right_side > span {
        font-size: 20px !important;
    }

    .treatment-option,
    .package-option {
        padding: 15px 0;
    }

    .variations .form__field-wrap {
        gap: 10px;
    }

    .attr_input.attr_tp_btn {
        padding: 6px 30px;
    }
}

@media (max-width: 575px) {
    .lin_wrapper,
    .tax-product_cat .content-area .site-main {
        width: 100%;
    }


    .service-types__item {
        /* flex-direction: column-reverse; */
        gap: 30px;
        padding: 12px;
    }

    h3.option-header {
        font-size: 14px;
    }
    .short-dec{
        font-size: 13px;
    }

    .variations .right_side label {
        font-size: 12px;
    }
    .option-content p {
        margin: 0;
        font-size: 12px;
        color: var(--primary-color);
        font-weight: 300;
        line-height: normal;
    }

    /* .service-types__item__right {
    text-align: center;
  } */

    .service-types__item__right svg {
        height: 42px;
        width: 42px;
    }

    .service-types__item p {
        font-size: 14px;
    }

    .product-attributes__item__trigger,
    .service-types__item h3 {
        margin: 0 0 14px;
    }

    .service-types__item__right h4 {
        font-size: 16px;
    }

    .variations .right_side > span {
        font-size: 16px !important;
    }
}

/* .faq__body.show {
  display: block !important;
} */

.custom-product-image-mobile img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 991px) {
    .custom-product-image-mobile {
        display: none;
    }
}

@media (max-width: 990px) {
    .pc-gallery .woocommerce-product-gallery__image {
        display: none;
    }
}

/* .slick-track {
    margin: 0 !important;
} */

.woocommerce-checkout #payment div.payment_box {
    background-color: transparent !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.makecommerce-picker-country .breaker {
    margin: 0;
}

.payment_box.payment_method_makecommerce {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.privacy-policy .page-content a {
    color: var(--secondary-color);
}

/* *************** Styles *************** */
.elementor-522
    .elementor-element.elementor-element-1300f0e
    .elementor-icon-list-text {
    flex: 1;
}

.select2-container--default .select2-selection--single {
    height: auto !important;
    border-radius: 0 !important;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color) !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 11px;
}

body
    div
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.wpcf7-form-control-wrap {
    height: auto;
    display: block;
}

/*
.lin_coupon_disable{
} */

.coupon-error {
    color: #e2222b;
    margin-top: 5px;
}

.lin-option {
    display: flex;
    align-items: center;
    margin: 16px 0;
}

.shop {
    padding: 50px 0;
}

.shop .lin-option {
    margin: 0 0 10px;
}

.shop .lin-option:last-child {
    margin: 0;
}

.lin-option label {
    margin-left: 12px;
    font-size: 16px;
    color: #333;
}

.shop .lin-option label,
.shop .popup-filter__item__field label {
    font: 600 15px/1.5 var(--global-font);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

/* Custom radio button styling */
.lin-radio-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.lin-radio-custom {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    border: 2px solid #ccc;
    background-color: white;
}

.lin-radio-input:checked + .lin-radio-custom {
    border-color: #0a3158;
    background-color: white;
}

.active + .lin-radio-custom {
    border-color: #0a3158;
    background-color: #0a3158;
}

.lin-radio-input:checked + .lin-radio-custom:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #0a3158;
}

.active + .lin-radio-custom:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #0a3158;
}

.shop .lin-radio-input:checked + .lin-radio-custom:after {
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
}

@media (max-width: 767px) {
    .shop {
        padding: 30px 0;
    }
}

.single-product .lin_discount_rules {
    margin-bottom: 0 !important;
}

.woocommerce ul#shipping_method {
    white-space: nowrap;
}

body.woocommerce .woocommerce-breadcrumb {
    width: clamp(320px, 95%, 1262px);
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce div.product form.cart .variations label.discount_text {
    margin-bottom: 0;
}
.page-content a.shop__product-permalink {
    text-decoration: none;
}

/* Company Invoice Checkout Fields */
.woocommerce-checkout .company-field {
    transition: all 0.3s ease;
}

.woocommerce-checkout .company-field:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 1px var(--primary-color) !important;
}

/* Company invoice checkbox styling */
.woocommerce-checkout #company_invoice {
    margin-right: 10px;
    transform: scale(1.2);
}

.woocommerce-checkout #company_invoice:checked {
    accent-color: var(--primary-color);
}

.woocommerce-checkout label[for="company_invoice"] {
    font-weight: 500;
    color: var(--primary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Company fields container */
.woocommerce-checkout .company-fields-container {
    margin-top: 20px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

/* Responsive adjustments for company fields */
@media (max-width: 768px) {
    .woocommerce-checkout .company-fields-container {
        padding: 15px;
        margin-top: 15px;
    }

    .woocommerce-checkout label[for="company_invoice"] {
        font-size: 14px;
    }
}

/* Cart Notification Bubble */
.cart-notification-bubble {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    background-color: #00273c;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 39, 60, 0.3);
    visibility: hidden;
}

.cart-notification-bubble.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    visibility: visible;
}

.cart-notification-bubble.hide {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
    visibility: hidden;
}

/* Arrow pointing up to cart */
.cart-notification-bubble::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #00273c;
}

.bubble-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bubble-icon {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.bubble-text {
    font-size: 14px;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cart-notification-bubble {
        padding: 10px 16px;
        font-size: 12px;
        border-radius: 6px;
    }

    .bubble-text {
        font-size: 12px;
    }

    .bubble-icon {
        font-size: 14px;
    }
}

/* Make sure the cart container has relative positioning */
.header__cart.ln-cart {
    position: relative;
}

/* Ensure the cart link wrapper also has relative positioning for proper bubble positioning */
a[href*="/cart"] {
    position: relative;
}

/* Company Invoice Section - New Separate Section */
.company-invoice-section {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin: 20px 0;
    position: relative;
}

.company-invoice-section h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color, #093854);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
}

.company-invoice-checkbox {
    margin-bottom: 20px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    font-size: 16px;
    position: relative;
    padding-left: 35px;
}

.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.checkbox-label:hover input ~ .checkmark {
    border-color: var(--primary-color, #093854);
}

.checkbox-label input:checked ~ .checkmark {
    background-color: var(--primary-color, #093854);
    border-color: var(--primary-color, #093854);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

.company-fields {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px;
    margin-top: 15px;
}

.company-fields .form-row {
    margin-bottom: 15px;
}

.company-fields .form-row:last-child {
    margin-bottom: 0;
}

.company-fields label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.company-fields input[type="text"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.company-fields input[type="text"]:focus {
    outline: none;
    border-color: var(--primary-color, #093854);
    box-shadow: 0 0 0 2px rgba(9, 56, 84, 0.1);
}

.company-fields input[type="text"]::placeholder {
    color: #999;
}

/* Responsive design for company invoice section */
@media (max-width: 768px) {
    .company-invoice-section {
        padding: 20px;
        margin: 15px 0;
    }

    .company-invoice-section h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .checkbox-label {
        font-size: 15px;
        padding-left: 30px;
    }

    .checkmark {
        height: 20px;
        width: 20px;
    }

    .checkmark:after {
        left: 6px;
        top: 3px;
        width: 5px;
        height: 8px;
    }

    .company-fields {
        padding: 15px;
    }

    .company-fields input[type="text"] {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* Checkout Checkboxes Section - Before Purchase Button */
.checkout-checkboxes-section {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.checkout-checkboxes-section .checkbox-row {
    margin-bottom: 5px;
}

.checkout-checkboxes-section .checkbox-row:last-child {
    margin-bottom: 0;
}

.checkout-checkboxes-section .checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
}

.checkout-checkboxes-section .checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkout-checkboxes-section .checkmark {
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.checkout-checkboxes-section .checkbox-label:hover input ~ .checkmark {
    border-color: var(--primary-color, #093854);
}

.checkout-checkboxes-section .checkbox-label input:checked ~ .checkmark {
    background-color: var(--primary-color, #093854);
    border-color: var(--primary-color, #093854);
}

.checkout-checkboxes-section .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkout-checkboxes-section .checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

.checkout-checkboxes-section .checkbox-text {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.checkout-checkboxes-section .checkbox-text a {
    color: var(--primary-color, #093854);
    text-decoration: underline;
    font-weight: 600;
}

.checkout-checkboxes-section .checkbox-text a:hover {
    color: #000;
}

/* Responsive design for checkout checkboxes */
@media (max-width: 768px) {
    .checkout-checkboxes-section {
        padding: 15px;
        margin: 15px 0;
    }

    .checkout-checkboxes-section .checkbox-label {
        font-size: 13px;
        padding-left: 30px;
    }

    .checkout-checkboxes-section .checkmark {
        height: 18px;
        width: 18px;
        top: 1px;
    }

    .checkout-checkboxes-section .checkmark:after {
        left: 5px;
        top: 1px;
        width: 4px;
        height: 8px;
    }

    .checkout-checkboxes-section .checkbox-text {
        font-size: 13px;
    }
}

/* Validation Error Styling for Checkout Checkboxes */
.terms-error-message {
    color: #e2401c !important;
    font-size: 12px !important;
    margin-top: 5px !important;
    font-weight: 500;
    background: #fef7f1;
    padding: 8px 12px;
    border-radius: 4px;
    border-left: 3px solid #e2401c;
    animation: fadeIn 0.3s ease-in;
}

.required-field .checkmark {
    border-color: #e2401c !important;
    box-shadow: 0 0 0 1px #e2401c;
}

.required-field .checkbox-text {
    color: #e2401c !important;
    font-weight: 600;
}

/* Animation for error messages */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Focus state for required fields */
.checkout-checkboxes-section .checkbox-label:has(input:focus) .checkmark {
    border-color: var(--primary-color, #093854);
    box-shadow: 0 0 0 2px rgba(9, 56, 84, 0.1);
}

/* Error state styling */
.checkout-checkboxes-section .checkbox-label.error .checkmark {
    border-color: #e2401c;
    background-color: #fef7f1;
}

.checkout-checkboxes-section .checkbox-label.error .checkbox-text {
    color: #e2401c;
}
