.page-wrapper
{
    overflow-x: hidden;
}
.locomix_svg_loader {
    width: 70px;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg id='eQwtPERfnC21' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 40' shape-rendering='geometricPrecision' text-rendering='geometricPrecision'%3E%3Cg id='eQwtPERfnC22'%3E%3Cpath d='M20,20h-20l7.8-3.1c0,0,6.3-2,9.1-9.1s3.1-7.8,3.1-7.8v20Z' fill='%2342878a'/%3E%3Cpath d='M20,20h20l-7.8-3.1c0,0-6.3-2-9.1-9.1s-3.1-7.8-3.1-7.8v20Z' fill='%23005a63'/%3E%3Cpath d='M20,20h-20l7.8,3.1c0,0,6.3,2,9.1,9.1s3.1,7.8,3.1,7.8v-20Z' fill='%237fb4b0'/%3E%3Cpath d='M20,20h20l-7.8,3.1c0,0-6.3,2-9.1,9.1s-3.1,7.8-3.1,7.8v-20Z' fill='%23c1e1d8'/%3E%3C/g%3E%3C/svg%3E");
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
}


.slider-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px; /* Adjust based on your image size */
    background: #f3f3f3; /* Placeholder background */
}

.loader {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

img.lazyload {
    opacity: 0; /* Hide the image initially */
    transition: opacity 0.5s ease-in-out;
}


.locomix-form-loader .loader_img
{
    display:flex;
    justify-content: center;
    width:100%;
    height:100%;
}
.locomix-form-loader .loader-text
{
    display:none;
}
#overlay .loader_img
{
    display: flex;
    align-items:center;
    justify-content: center;
    height:100%;
}
.bulk_table, .group_tiles_header
{
    margin-top:18px;
}
.bulk_table .header_div, .group_tiles_header
{
    background: var(--LB-text-color);
    border-radius: 10px 10px 0px 0px;
    color:#ffffff;
    padding: 6px 12px;
}
.bulk_table .header_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bulk_table .header_div .header_right_element {
    display:flex;
    align-items: center;
    width:50%;
}
.bulk_table .header_div h4, .group_tiles_header h4
{
    color:#ffffff;
}

.bulk_table .locomix_pricing_table_content, .group_tiles_main
{
    background: rgba(192, 225, 215, 0.25);
    border-radius: 0 0 10px 10px;
    padding:12px;
}
.group_tiles_main
{
    padding:18px 6px;
}
.group_tiles_main .checkmark_div {
    width: auto;
    color: var(--LB-text-color);
    position:absolute;
    top:0;
    right:6px;
}
.group_tiles_main .checkmark_div i
{
    color: var(--LB-text-color);
    margin:0;
    padding: 0;
}
table.wdp_pricing_table
{
    display:none;
}
.bulk_table .locomix_pricing_table_content ul li
{
    list-style: none;
    display: block;
    margin-bottom: 12px;
    width: auto;
    color:#ffffff;
}
.bulk_table .locomix_pricing_table_content ul
{
    margin:0;
    padding:0;
}
.locomix_product_extra_options_wrapper .bulk_table .locomix_pricing_table_content ul
{
    text-align:left;
    margin:0;
    padding:0
}
.locomix_current_design_preview
{
    display:none;
}
.locomix_product_extra_options_wrapper .bulk_table
{
    margin-top:5px;
}
.bulk_table .locomix_pricing_table_content ul li .quantity_price_container:hover
{
    /*border: 1px solid rgba(42, 96, 108, 0.75);*/
    outline-color:rgba(42, 96, 108, 0.75);
}
.bulk_table .locomix_pricing_table_content ul li .quantity_price_container
{
    background: #ffffff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    /*border: 1px solid rgba(129, 177, 188, 0.1);*/
    outline-width:thin;
    outline-style:solid;
    outline-color:transparent;
    border-radius: 10px;
    width:100%;
    display: flex;
    justify-content:space-between;
    cursor:pointer;
    min-height:32px;
    align-items:center;
}
.bulk_table .locomix_pricing_table_content ul li .quantity_price_container:focus
{
    background:#2a606c;
}
.locomix_product_extra_options_wrapper .bulk_table .locomix_pricing_table_content ul li .quantity_price_container
{
    padding: 5px 10px 5px 5px;
}



.bulk_table .locomix_pricing_table_content ul li .quantity_price_container span.quantity_lbl
{
    width: 62%;
    text-align: left;
    padding: 0 12px;
   
}
.bulk_table .locomix_pricing_table_content ul li .quantity_price_container span.price_lbl
{
    color:#4D4D4D;
    min-width:80px;
    text-align:center;
}
.bulk_table .locomix_pricing_table_content ul li span.percentage_lbl
{
    line-height: 18px;
    background: rgba(159, 4, 62, 1);
    height: auto;
    padding: 3px 0;
    margin-left: -3px;
    /* padding-right: 10px; */
    font-size: 13px;
    font-weight: 400;
    position:relative;
    width:42px;
    border-radius:2px;
    text-align:center;
    /* border-right:1px solid #9f043e; */
}
.bulk_table .locomix_pricing_table_content ul li span.percentage_lbl:after
{
    content: "";
    position: absolute;
    right: -9px;
    top: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid rgba(159, 4, 62, 1);
    border-radius:2px;
}



.bulk_table .locomix_pricing_table_content ul li:last-child
{
    margin:0;
}
.bulk_table .locomix_pricing_table_content ul li .locomix_quantity_container
{
    width:85%;
    text-align:left;
    display:inline-block;
}
.bulk_table .locomix_pricing_table_content ul li input[type="checkbox"]
{
    border: 1px solid #EDA05F;
}
.bulk_table .locomix_pricing_table_content ul li:last-child  label
{
    color:var(--LB-text-color);
    margin-bottom:-1.5px;
}
.bulk_table .locomix_pricing_table_content ul li input[name="locomix_quantity_input_field"]
{
    width:75px;
    border-radius:5px;
    padding:0 5px;
    border:1px solid #2A606C;
    color:#2A606C;
    font-weight:bold;
    text-align: center;
    font-size:15px;

}
.bulk_table .locomix_pricing_table_content ul li:last-child p.price 
{
    display:inline-block;
    vertical-align: middle;
    font-size:16px !important;
    font-weight:bold;
    width:36%;
    color:#000000;
    margin:0;
}
.bulk_table .locomix_pricing_table_content ul li:last-child p.price > span
{
    display:inline-block;
    width:45%;
}
.bulk_table .locomix_pricing_table_content ul li:last-child p.price del
{
    display:none;
}
.bulk_table .locomix_pricing_table_content ul li:last-child p.price  span, .bulk_table .locomix_pricing_table_content ul li:last-child p.price  ins
{
    font-weight:bold;
    text-align:center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
span.quanity_input_box
{
    display:none;
    margin-left:10px;
}
/* form.cart
{
    display:none !important;
} */
.locomix_product_price_summary p.price del
{
    text-decoration: none;
}
.locomix_product_price_summary p.price del span bdi
{
    text-decoration: line-through;
}

input[class="locomix_quantity_switcher"] + label, input[class="locomix_quantity_last_switcher"] + label {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #DF8B00;
    border-radius: 2px;
    cursor: pointer;
    line-height: 12.5px;
  
}
.spinner_img
{
    margin:0 auto;
}
.locomix_personalized_form_final_step input[class="locomix_quantity_last_switcher"] + label
{
    background:#ffffff;
}
input[class="locomix_quantity_switcher"]:checked + label, input[class="locomix_quantity_last_switcher"]:checked + label
{
    background:#DF8B00;
}
input[class="locomix_quantity_switcher"]:checked + label:after, input[class="locomix_quantity_last_switcher"]:checked + label:after {
position: relative;
top: -1px;
left: 0px;
content: '\2714';
font-size: 14px;
color:#ffffff;
}
  input[class="locomix_quantity_switcher"], input[class="locomix_quantity_last_switcher"] {
    display: none;
  }
  .locomix_product_price_summary
  {
    text-align:right;
    margin-top:20px;
  }
.locomix_product_price_summary p.price{
    text-align:right;
    width:auto;
    font-weight:bold;
}
.locomix_product_price_summary p, .locomix_product_price_summary label, .locomix_product_price_summary span
{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #2A606C;
}
.locomix_multiple_entry_summary div.quantity, .adp-total-price
{
    display:none
}
li.additional_information_tab
{
    display:none;
}
.dynamic_pricing_addtocart_control
{
    text-align: center;
    padding: 18px 0px;
    
    height:86px;
}
.pricing_float_btn
{
    position: fixed;
    bottom: 0px;
    width: 436px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    /* border-width: 0.5px 0.5px 0px 0px;
    border-style: solid;
    border-color: #005A63; */
    justify-content: center;
    display: flex;
    
}
.dynamic_pricing_addtocart_control button
{
    padding: 15px 18px;
    border-radius: 50px;
    border:none;
    font-size:18px;
    line-height:20px;
    font-weight:600;
    width:80%;
    background: var(--LB-red-theme-color);
}
.dynamic_pricing_addtocart_control button:hover
{
    background:var(--LB-red-theme-hover-color) !important;
}
.locomix_multiple_entry_summary table.variations, .locomix_multiple_entry_summary .single_variation_wrap
{
    /* visibility:hidden; */
    display:none !important;
}
.locomix_personalized_form_bar
{
    position: absolute;
    background: var(--LB-text-color);
    width: 26px;
    height: 100%;
    right: 0;
    z-index:5;
    cursor: pointer;
    display: flex;
    align-items: center;
    top:0;
    display:none;
    /* z-index:999; */
}
.locomix_personalized_form_bar span
{
    height:30px;
    position:absolute;
    top:50vh;
}
.locomix_personalized_form_bar span i
{
    transform: rotate(90deg);
    color: #ffffff;
    margin-left: 5px;
    position: fixed;
}
.locomix_personalized_form_bar span.openbar i
{
    transform: rotate(270deg);
}
.locomix_personalized_form_overlay
{
    position:absolute;
    height:100%;
    width:37%;
    right:0px;
    margin-right: -37%;
    color: #ffffff;
    z-index:5;
    top:0;
    display:none;
    /* z-index:999; */
    background: url('../images/product/personalized_form_innerbg.png'), #005A63;
    background-size: contain;
}
.locomix_personalized_form_overlay .locomix_personalized_form_first_step, .locomix_personalized_form_overlay .locomix_personalized_form_second_step, .locomix_personalized_form_overlay .locomix_personalized_form_final_step
{
    padding: 24px;
}
.locomix_personalized_form_overlay .locomix_personalized_form_first_step, .locomix_personalized_form_overlay .locomix_personalized_form_second_step, .locomix_personalized_form_overlay .locomix_personalized_form_final_step
{
    background: url('../images/product/personalized_form_innerbg.png'), #ffffff;
    height:100%;
    background-size:contain;
}
.locomix_personalized_form_second_step .locomix-form-design
{
    background-color:transparent;
}

.locomix_personalized_form_second_step .locomix-form-design .lococmix-custom-field
{
    background: #FFFFFF;
    border: 1px solid #81B1BC;
    border-radius: 10px;
    line-height:24px;
    color:#757575;
    height:36px;
    padding: 6px 12px;
}
.locomix_personalized_form_first_step select
{
    width: 100%;
    border: 1px solid var(--LB-text-color);
    border-radius: 10px;
    background-color: #fff;
    padding:6px 12px;
}
.locomix_personalized_form_overlay .locomix_personalized_form_first_step .row
{
    /* gap: 12px 0px; */
    margin-bottom: 12px;
}
.locomix_design_template_grid_heading
{
    margin-bottom:6px;
}
.row.locomix_design_templates_grid > *
{
    margin:6px 0;
}
.locomix_product_extra_options_wrapper
{
    margin: 12px 0;
}
.locomix_personalized_form_overlay .locomix_personalized_form_first_step .row div
{
    padding-left:0;
}
.locomix_personalized_form_overlay .locomix_personalized_form_first_step ul
{
    margin:0;
    padding:0;
    list-style:none;
    width:100%;
    text-align:center;
}
.locomix_personalized_form_overlay .locomix_personalized_form_first_step ul li
{
    display:inline-block;
    width: 22%;
    margin:0 15px 15px 0;
}
.locomix_personalized_form_overlay .locomix_personalized_form_first_step .row img
{
    max-width:100%;
    border-radius:125px;
    /* clip-path: circle(50%); */
    object-fit: cover;
    border: 1px solid var(--LB-text-color);
    /* height: 100%; */
}
.locomix_personalized_form_overlay .locomix_personalized_form_first_step .row a img
{
    /* outline-style: solid;
    outline-width:1px;
    outline-color:var(--LB-text-color); */
}

.locomix_personalized_form_overlay h4
{
    font-weight: 700;
    color:var(--LB-text-color);
}
.locomix_personalized_form_second_step, .locomix_form_next_to_second, .locomix_personalized_form_final_step
{
    display:none;
}

.personalized_loading_progress
{
    display:none;
    height:100%;
}
.modal-dialog, .modal-content
{
    z-index:1001;
}

.main-content
{
    padding: 0;
}
.locomix_product_title_section
{
    margin-bottom:18px;
    border-bottom: 1px solid #005A63;
}
.locomix_product_title_section h1
{
    text-transform: uppercase;
}
.locomix_product_title_section .row
{
    align-items: end;
    min-height:40px;
}
.locomix_product_title_section h4
{
    line-height: 36px;
}

/* Slider */
.slick-slider img {
    width: 100%; /* Ensures responsiveness */
    height: auto; /* Maintain aspect ratio */
}

.slick-list {
    /* min-height: 600px; */ 
} 
.locomix_multiple_before_summary .thumbnail-product-slider .slick-arrow:before
{
    box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.25);
    color: #005A63;
    border: 2px solid #FFFDFB;
    font-size:35px;
}
.locomix_multiple_before_summary .thumbnail-product-slider.morethanlimit
{
    padding:32px 0;
}
.locomix_multiple_before_summary .product-thumb-img-slider .slick-list
{
    min-height:500px;
}
.locomix_multiple_before_summary .woocommerce-product-gallery
{
    margin-bottom:18px !important;
}
.single_design_template .woocommerce-tabs
{
    margin-top:18px !important;
}
.locomix_multiple_before_summary .thumbnail-product-slider
{
    max-width:102px;
}
.locomix_multiple_before_summary .main-product-slider
{
    max-width:calc(100% - 112px);
}
.locomix_multiple_before_summary .thumbnail-product-slider .slick-arrow
{
    width:100%;
}
.woocommerce-product-gallery .product-thumb-img-slider .slick-slide
{
    opacity:1;
}
.woocommerce-product-gallery .product-thumb-img-slider .slick-slide img {
    border-radius: 5px;
}
.woocommerce-product-gallery .product-thumb-img-slider .slick-slide.slick-current img {
    border:1px solid var(--LB-text-color);
}
.woocommerce-product-gallery .main-product-slider .slick-slide img.img-fluid {
    border: 1px solid var(--LB-text-color) !important;
    border-radius: 5px;
}


/* Tabs */
.woocommerce-tabs ul.resp-tabs-list
{
    display:flex;
}
.woocommerce-tabs ul.resp-tabs-list li
{
    background: var(--LB-text-color) !important;
    padding:10px 0 !important;
    text-transform:capitalize;
    width:33.2%;
    text-align: center;
    border-bottom:none !important;
    padding:6px;
    border-radius: 10px 10px 0px 0px !important;
    border-width: 2px 2px 0px 2px;
    margin-right:0;
}
.woocommerce-tabs ul.resp-tabs-list li h2 {
    font-size:16px;
    color:#ffffff !important;
    font-weight:400;
    line-height:24px;
}

.woocommerce-tabs ul.resp-tabs-list li.resp-tab-active
{
    background: #ffffff !important;
    padding:6px;
    padding: 10px 0 !important;
    border-style: solid !important;
    border-color: #C0E1D7 !important;
    border-width: 2px 2px 0px 2px !important;
}
.woocommerce-tabs ul.resp-tabs-list li.resp-tab-active h2 {
    color:var(--LB-text-color) !important;
    font-size:18px;
    line-height:20px;
    font-weight:400;
}

#tab-title-custom_tab1
{
    margin:0 2px;
}
.woocommerce-tabs .tab-content.resp-tab-content-active
{
    padding:12px;
    border-style: solid;
    border-color: #C0E1D7;
    border-width: 0 2px 2px 2px;
    border-radius: 0px 0px 10px 10px !important;
}
.woocommerce-tabs .tab-content p
{
    font-size:16px;
    line-height: 24px;
    letter-spacing: 0.03em;
}
.related.products .slider-title, .title-border-bottom>.section-title
{
    padding-bottom:0;
    border-bottom:none;
    margin-bottom:6px;
}
.woocommerce-loop-product__excerpt
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Related products slider */
ul.products li.product-col
{
    padding:0;
}
ul.products li.product-col:not(.first)
ul.products li.product-col:not(.first)
{
    
    margin-left:12px;
}
ul.products li.product-col
{
    margin-right:12px;
}
.products-slider.products li.product
{
    border: 1px solid #C0E1D7;
    border-radius:10px;
    min-height:284px;
}
.related.products ul.products .product-content .woocommerce-loop-product__excerpt p
{
    line-height:18px;
    font-size:13px;
}
.related.products ul.products .product-content
{
    padding:18px 6px;
}
.related.products ul.products .product-image
{
    margin:0;
}
#product-tab:not(:last-child)
{
    margin-bottom:18px;
}
.related.products .product-image img
{
    border-radius: 10px 10px 0px 0px;
    border-color:#C0E1D7;
}
.related.products .product-content
{
    border-radius: 0 0 10px 10px;
    border-width: 0 1px 1px 1px;
    border-color:#C0E1D7;
    border-style:solid;
    padding:18px 6px;
    text-align:center;
}
.related.products ul.products h3
{
    margin-bottom:0;
    line-height:18px;
}
.related.products ul.products .add-links 
{
    margin-bottom:0;
    display:block;
    
}
.related.products .add-product-link .add_to_cart_button, .add-links .add_to_cart_read_more, .add-links .quickview, .add-links .yith-compare
{
    font-size:14px;
    line-height:18px;
    font-weight:600;
    padding:6px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: auto;
    border:none;
    height:30px;

}
ul.products .add-links .button
{
    border-radius:50px;
    
}
.locomix_related_carousel .product-inner
{
    padding:0 6px;
}
.related.products .locomix_related_carousel h3
{
    margin-bottom: 0;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222529;
    font-size:16px;
    font-weight:400;
}
.related.products ul.products
{
    margin-left:0;
    margin-right:0;
}

/* Right side bar */
.add-links .add_to_cart_button,li.product-default:hover
{
    line-height:18px;
    padding: 6px 18px;
}
.related.products ul.products .product-content .woocommerce-loop-product__excerpt p
{
    margin:0;
    padding:0;
    margin:12px 0;
}
.woocommerce-product-details__short-description
{
  /* --line-clamp: 3; */
  display: flex;
  flex-direction: column;
  align-items: start;
  line-height:20px;
  margin-bottom:18px;
}

.woocommerce-product-details__short-description .read-more__label, #tab-description .read-more__label , #tab-description .read-less__label
{
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color:var(--LB-text-color);
}
.read-more__checkbox {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.read-more__checkbox ~ .read-more__label::before {
  /* content: attr(data-read-more); */
}
/*
.read-more__checkbox:checked ~ .read-more__label::before {
  content: attr(data-read-less);
}
.read-more__checkbox:checked ~ p {
  --line-clamp: none;
  -webkit-line-clamp: var(--line-clamp); 
}*/
.woocommerce-product-details__short-description p,
.woocommerce-product-details__short-description span {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.03em;
  color:#000000;
}

.entry-summary .price {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  margin:0;
}
.locomix_product_price_section .price{
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  line-height: 34px;
}

.entry-summary .includes_tax, .locomix_product_price_section .includes_tax {
  font-weight: 300;
  font-size: 12px;
  text-align: center;
}
.personalize_operation_container .personalize_operation {
  font-size: 24px;
  font-weight: 700;
  background-color: #6bc258;
  border-color: #6bc258;
  border-radius:7px;
  padding:8px 28px;
}
.personalize_operation_container .personalize_operation:hover {
  background-color: #5ba54b;
  border-color: #5ba54b;
}
.single-product .variations .label label {
  font-size: 16px;
  font-weight: 500;
}
.locomix-addtocart-btn-container
{
  display:block;
  text-align:center;
  width: 100%;
  margin-top: 21px;
}
button.single_add_to_cart_button
{
  font-size: 18px;
  font-weight: 600;
  background-color: #005A63;
  color: #ffffff;
  padding: 15px 18px;
  border-radius:50px;
  line-height:20px;
}
button.single_add_to_cart_button:hover
{
  background-color: #004950;
  color:#ffffff;
}
button.single_add_to_cart_button:focus, button.single_add_to_cart_button:active
{
  background-color: #004950;
  color:#ffffff;
}
.locomix_design_cart_quantity label
{
  font-size: 16px;
  font-weight: 500;
  width:110px;
}
.locomix_product_price_section
{
  width: 145px;
}
.kk-reviews .kk-rating .kk-rating-stars .star
{
  width:22px;
  height:22px;
  background-size:22px;
}
.kk-reviews .kk-rating .kk-rating-stars .star-half
{
  background-position: 0 -34px;
}
.kk-reviews .kk-average-score, .kk-reviews .kk-rating-text
{
    line-height: 24px;
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
    font-style: italic;
    font-size: 15px;
    color: #000000;
    background: transparent;
    width: auto;
    height: auto;
    margin: 0px 10px 0 0;
    font-size: 16px;
}

.locomix_form_step2_controls, .locomix_form_step3_controls
{
    display:flex;
    justify-content: space-between;
}
.locomix_personalized_form_second_step .locomix-layers-listing
{
    padding:0;
}
.locomix_preview_saved_btn_container button
{
    padding: 6px 12px;
    border-radius: 50px;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    background-color: var(--porto-primary-color);
    color: var(--porto-primary-color-inverse);
    border:none;
}
.locomix_personalized_form_second_step .locomix-form-design
{
    margin: 12px 0;
}
.locomix_personalized_form_second_step .locomix-form-design .locomix-field-group, .locomix_personalized_form_second_step .locomix-form-design .locomix_clipkaart_cat_tool 
{
    margin-bottom:12px;
}
.locomix_personalized_form_second_step .locomix-form-design .locomix-label
{
    font-weight:400;
    color:#262626;
    padding-bottom:6px;
}
.locomix_personalized_form_second_step .locomix-form-design .cliparts-container
{
    margin:0;
}
.locomix_product_extra_options_wrapper .locomix-layers-listing
{
    padding:0;
}
.locomix_product_extra_options_wrapper select
{
    width:100%;
    background-color: #FFFFFF;
    border: 1px solid #81B1BC;
    border-radius: 10px;
    padding:6px 12px;
}
.locomix_product_extra_options_wrapper label
{
    color:#262626;
}
.locomix_product_extra_options_wrapper .locomix-field-group
{
    margin-bottom: 12px;
}
.locomix_product_extra_options_wrapper span.required
{
    color:var(--bs-red);
}
.bulk_table h4
{
    font-weight:400;
}
.locomix_product_extra_options_wrapper .bulk_table .locomix_pricing_table_content ul li .quantity_price_container span.quantity_lbl
{
    width:52%
}
#main .container > .row 
{
    margin:0 !important;
}
.locomix_multiple_entry_summary .woocommerce-tabs, .locomix_multiple_entry_summary .related.products
{
    display:none !important;
}
.locomix_multiple_entry_summary > p.price, .locomix_multiple_entry_summary .includes_tax, .related.products .owl-dots
{
    display:none;
}
.products-slider.owl-carousel .product
{
    margin-bottom:0 !important;
    margin-top: 0 !important;
}
.products-slider.owl-carousel .owl-stage-outer
{
    padding-top: 0 !important;
    margin-top:0 !important;
}
.resp-tab-content
{
    margin-bottom:6px;
}
.resp-accordion:not(.resp-tab-active)
{
    margin-bottom:6px;
}
.resp-tabs-container *:nth-last-child(2)
{
    margin-bottom:0;
}
.locomix_mobile_personalized_form_navi, .locomix_mobile_personalized_form_navi_pro
{
    height: 32px;
    width: 100%;
    background: url(../images/product/personalized_form_innerbg.png), #005A63;
    
    /* bottom: 0; */
    background-size: contain;
    z-index: 999;
    text-align: center;
    
    display: none;
}
.locomix_mobile_personalized_form_navi
{
    display:none;
}
.locomix_mobile_personalized_form_navi span i, .locomix_mobile_personalized_form_navi_pro span i
{
    color: #fff;
    font-size: 24px;
    
    line-height: 32px;
}
.locomix_mobile_personalized_form_navi_pro span i
{
    transform: rotate(180deg);
}
.locomix_mobile_personalized_form_navi_pro
{
    bottom:0;
    display: none;
    /* visibility:visible;
    display: none; */
    position: fixed;
    margin-left:-6px;
}
.locomix_adjust_btn
{
    display:none;
}
.related.products .slider-wrapper
{
    margin-left:-6px;
    margin-right:0;
}
.related.products .products-slider.owl-carousel .owl-stage-outer
{
    margin:0 !important;
    padding: 0 !important;
}
.last_quantity
{
    display:none;
}
.locomix_multiple_pricing_table .first_quantity
{
    display:none;
}
.locomix_multiple_pricing_table .last_quantity
{
    display:block;
}
.main-content .products.related
{
    padding:18px 0 0 0;
}
.bulk_table .locomix_pricing_table_content ul li .quantity_price_container.sel_done
{
    background:var(--LB-text-color) !important;
}
.bulk_table .locomix_pricing_table_content ul li .quantity_price_container.sel_done span.price_lbl, .bulk_table .locomix_pricing_table_content ul li .quantity_price_container.sel_done span.quantity_lbl
{
    color:#ffffff;
    font-weight:600;
}

.pricetable-toggle-switch {
    position: relative;
    display: flex;
    align-items: center; /* Align the toggle switch vertically */
    width:100%;

}

.pricetable-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pricetable-toggle-switch .toggle-slider {
    position: relative;
    display: flex; /* Changed to flex */
    align-items: center; /* Vertically center items */
    width: 100%;
    cursor: pointer;
    background-color: #ffffff;
    transition: .4s;
    border-radius: 40px;
}

.pricetable-toggle-switch .toggle-slider:before {
    position: absolute;
    content: "";
    height: calc(100% - 3px);
    width: 60%;
    background-color: #c0e1d7;
    transition: .4s;
    border-radius: 40px;
    left:2px;
}
.pricetable-toggle-switch .toggle-slider.total_price:before {
    width: 50%;
}

.pricetable-toggle-switch input:checked + .toggle-slider:before {
    transform: translateX(calc(100% - 4px));
}

.pricetable-toggle-switch input:focus + .toggle-slider {
    box-shadow: 0 0 1px #2196F3;
}

.pricetable-toggle-switch .left-text,
.pricetable-toggle-switch .right-text {
    white-space: nowrap;
    font-size: 16px;
    
    text-align:center;
    z-index:2;
    padding:3px;

}
.pricetable-toggle-switch .left-text {
    width:60%;
}
.pricetable-toggle-switch .right-text {
    width:40%;
}
.pricetable-toggle-switch .total_price .left-text {
    width:50%;
}
.pricetable-toggle-switch .total_price .right-text {
    width:48%;
}
#second_pricing_table .pricetable-toggle-switch .left-text,
#second_pricing_table .pricetable-toggle-switch .right-text {
    font-size:13px;
}

.pricetable-toggle-switch .left-text {
    left: 15px;
}

.pricetable-toggle-switch .lbl-text {
    color: #8c8c8c;
}

.pricetable-toggle-switch .right-text {
    right: 15px;
    color: #005a63;
    font-weight: 500;
}

.pricetable-toggle-switch input.pricetable_switch_checkbox:not(:checked) + .toggle-slider > .right-text {
    color: #8c8c8c;
    font-weight: 400;
}

.pricetable-toggle-switch input.pricetable_switch_checkbox:not(:checked) + .toggle-slider > .left-text {
    color: #005a63 !important;
    font-weight: 500;
    
}
.pricetable-toggle-switch input.pricetable_switch_checkbox:not(:checked) +  .toggle-slider:before {
    width:60%;
}
.pricetable-toggle-switch .toggle-slider.total_price input.pricetable_switch_checkbox:not(:checked) +  .toggle-slider:before {
    width:54%;
}


.lbl-text.right-text::before {
    content: "\2713";
    margin-right: 3px;
}
.pricetable-toggle-switch input.pricetable_switch_checkbox:not(:checked) + .toggle-slider > .right-text::before {
    content:"";
}
.pricetable-toggle-switch input.pricetable_switch_checkbox:not(:checked) + .toggle-slider > .left-text::before {
    content: "\2713";
    margin-right: 3px;
    
}
.bulk_table .header_right_element {
    color:#ffffff;
    font-size:16px;
}
.woocommerce-product-gallery {
    min-height: 628px;
    /* max-height: 628px; */
}
/*Media query starts*/
@media only screen and (min-width: 992px) and (max-width: 1358px)  {

    .container, .container-sm, .container-md, .container-lg, .container-xl
    {
        max-width:100%;
    }
    .bulk_table .locomix_pricing_table_content ul li .quantity_price_container span.quantity_lbl
    {
        width:48%;
    }

}

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

    .bulk_table .locomix_pricing_table_content ul li .quantity_price_container span.quantity_lbl
    {
        width:42%;
    }
    ul.pcols-sm-2 li.product-col
    {
        width:50%;
    }
    
}


@media only screen and (min-width: 1358px) {

    .container, .container-sm, .container-md, .container-lg, .container-xl
    {
        max-width:1358px;
    }
    


}

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

    .container
    {

        padding-left:6px !important;
        padding-right:6px !important;
    }
    .pricetable-toggle-switch .left-text, .pricetable-toggle-switch .right-text {
        font-size:14px;
    }

}
@media only screen and (max-width:1240px){
    .pricetable-toggle-switch .left-text, .pricetable-toggle-switch .right-text {
        font-size:12px;
    }
}
@media only screen and (max-width:1025px){

    .locomix_multiple_before_summary .thumbnail-product-slider, .locomix_multiple_before_summary .main-product-slider
    {
        max-width:100%;
    }


}
@media only screen and (max-width:1024px){
    ul.resp-tabs-list{ display:none !important; }
    h2.resp-accordion{ display:block}

    .woocommerce-tabs h2.resp-accordion.resp-tab-active
    {
        font-weight:400;
        font-size:16px;
        color:var(--LB-text-color);
        border-bottom:none !important;
        border-width: 2px 2px 0 2px !important;
        border-color: #C0E1D7 !important;
        border-style: solid !important;
        border-radius: 10px 10px 0 0;
        padding:12px 12px 6px 12px !important;

    }
    .woocommerce-tabs .tab-content p
    {
        font-size:14px;
        line-height:20px;
    }
    .woocommerce-tabs h2.resp-accordion:not(.resp-tab-active)
    {
        background: var(--LB-text-color) !important;
        border-radius: 10px;
        color:#ffffff;
        font-size:14px;
        padding:6px !important;
        font-weight:400;
    }
    .woocommerce-tabs h2.resp-accordion:not(.resp-tab-active):before
    {
        transform:rotate(-90deg);
        margin-right:6px;
    }
    .main-content
    {
        padding:0;
    }
    .locomix_product_title_section, .woocommerce-product-details__short-description
    {
        margin-bottom:18px;
    }
    .bulk_table
    {
        margin-top:18px;
    }
    .dynamic_pricing_addtocart_control
    {
        margin-top:18px;
    }
    /* .locomix_multiple_before_summary .product-thumb-img-slider .slick-list
    {
        min-height: auto;
    } */
    .locomix_multiple_before_summary .product-thumb-img-slider .slick-list
    {
        min-height:76px;
        width:85%;
        left:50px;
        margin-top:6px;
    }
    .locomix_multiple_before_summary .product-thumb-img-slider .slick-slide img
    {
        border:none;
        margin:0 !important;
        border-left:solid 6px #FFFFFF;
    }
    /* .locomix_multiple_before_summary .product-thumb-img-slider .slick-slide:not(:first-child) img
    {
        
        border-left:solid 6px #FFFFFF;
    } */
    .locomix_multiple_before_summary .thumbnail-product-slider.morethanlimit
    {
        padding:0;
    }
    
    #product-tab:not(:last-child)
    {
        margin-bottom:18px;
    }
    
    .dynamic_pricing_addtocart_control button
    {
        width:85%;
    }
    .main-content .products.related
    {
        padding-bottom:18px;
    }
    .locomix_multiple_before_summary .thumbnail-product-slider .slick-arrow.slick-next
    {
        top:35%;
    }
    .locomix_multiple_before_summary .thumbnail-product-slider .slick-arrow
    {
        width:auto;
    }
    .locomix_related_carousel .product-inner
    {
        padding:0 0 0 6px;
    }
    .woocommerce-tabs .tab-content.resp-tab-content-active
    {
        padding:0 12px 12px 12px
    }
    .pricetable-toggle-switch .left-text, .pricetable-toggle-switch .right-text {
        font-size:11px;
    }
    .bulk_table .header_right_element {
        font-size:13px;
    }
    .bulk_table .header_div .header_right_element {
        width:54%;
    }

}

@media only screen and (max-width: 991px) {
    
    /* .locomix_multiple_before_summary .product-thumb-img-slider .slick-list
    {
        width:100%;
        height:115px;
    }
    .locomix_multiple_before_summary .product-thumb-img-slider .slick-list .slick-track
    {
        left:0;
    }
    
    .locomix_multiple_before_summary .product-thumb-img-slider .slick-slide img
    {
        border:solid 3px #FFFFFF;
    }
    .locomix_multiple_before_summary .thumbnail-product-slider .slick-slide:not(:first-child)
    {
        margin-left:6px;
    }
    .locomix_multiple_before_summary .thumbnail-product-slider.morethanlimit
    {
        padding:0;
    } */
    .locomix_multiple_before_summary .product-thumb-img-slider .slick-list {
        width: 100%;
        left: 0;
    }
    .locomix_multiple_before_summary .thumbnail-product-slider .slick-arrow.slick-next, .locomix_multiple_before_summary .thumbnail-product-slider .slick-arrow.slick-prev
    {
        display:none !important;
    }
    .woocommerce-product-gallery {
        /* max-height: 628px; */
        min-height: 485px;
     }
    
    
}


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

    h1
    {
        font-size: 25px;
        line-height: 28px;
    }
    h4, p
    {
        font-size: 14px;
        line-height: 20px;
    }
    .shipping_time_lbl
    {
        text-align:left !important;
    }
    .main-content
    {
        padding:0;
    }
    .dynamic_pricing_addtocart_control
    {
        position:fixed;
        bottom:0;
        width:100%;
        border-width: 0.5px 0px;
        border-style: solid;
        border-color: #005A63;
        margin: 0 -6px;
        background: rgba(255, 255, 255, 0.9);
        z-index:999;
        padding:18px 0
    }
    .locomix_personalized_form_overlay
    {
        z-index:999;
        position:fixed;
    }
    .locomix_multiple_entry_summary .woocommerce-tabs, .locomix_multiple_entry_summary .related.products
    {
        display:block !important;
    }
    .locomix_multiple_before_summary .woocommerce-tabs, .locomix_multiple_before_summary .related.products
    {
        display:none !important;
    }
    .woocommerce-tabs ul.resp-tabs-list
    {
        display:none;
    }
    .locomix_multiple_entry_summary .woocommerce-tabs
    {
        margin-top:18px;
    }
    .woocommerce-product-details__short-description
    {
        margin-bottom:24px;
    }
    .locomix_personalized_form_overlay .locomix_personalized_form_first_step, .locomix_personalized_form_overlay .locomix_personalized_form_second_step, .locomix_personalized_form_overlay .locomix_personalized_form_final_step
    {
        overflow-y: scroll;
    }
    .locomix_form_step2_controls, .locomix_form_step3_controls
    {
        position: fixed;
        bottom: 0;
        border-width: 0.5px 0px;
        border-style: solid;
        border-color: var(--LB-text-color);
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        padding: 18px 6px;
        margin-left:-24px;
    }
    .locomix_personalized_form_second_step .locomix-form-design
    {
        padding-bottom:150px;
    }
    .locomix_current_design_preview
    {
        background: #9F043E;
        padding: 15px 12px;
    }
    .locomix_current_design_preview
    {
        display:block;
    }
    .locomix_personalized_form_overlay h4
    {
        font-size:18px;
    }
    .locomix_navigation_btn
    {
        font-size: 18px;
        line-height: 20px;
        padding:15px 18px;
    }
    .locomix_navigation_btn span
    {
        display:none;
    }
    .locomix_adjust_btn a
    {
        font-size: 18px;
        line-height: 20px;
        background: #9F043E;
        border-radius: 50px;
        color:#ffffff;
        padding: 15px 18px;
    }
    
    .locomix_navi_circle
    {
        width:50px;
        height:50px;
        border-radius:50%;
        text-align:center;
        background:var(--LB-text-color);
    }
    .locomix_navi_circle .locomix_navigation_btn
    {
        line-height:50px;
        padding:0;
        background:transparent;
    }
    .locomix_product_extra_options_wrapper
    {
        margin:12px 0 150px 0;
    }
    .locomix_order_cart
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section.page-top
    {
        display:none;
    }
    .locomix_product_title_section
    {
        margin-top:6px;
    }
    .pricetable-toggle-switch .left-text, .pricetable-toggle-switch .right-text {
        font-size:14px;
    }
    .bulk_table .header_right_element {
        font-size:16px;
    }
    #pricing_table_container h4 {
        font-size:18px;
    } 
    .bulk_table .header_div .header_right_element {
        width:50%;
    }
    .woocommerce-product-gallery {
        max-height: calc((25vw - 1.5em) + (100vw - 80px) + 1em);
        min-height: calc((25vw - 1.5em) + (100vw - 130px) + 1em);
    }
    form.cart {
        position: absolute;
    }

}

@media only screen and (max-width: 575px) {
    .bulk_table .locomix_pricing_table_content ul li .quantity_price_container span.quantity_lbl
    {
        width:42%;
    }
    .bulk_table .locomix_pricing_table_content ul li:last-child p.price > span, .bulk_table .locomix_pricing_table_content ul li:last-child p.price
    {
        width:auto;
    }
    .personalized_form_section h4
    {
        text-align:center;
    }
    .woocommerce-product-gallery {
        max-height: calc((25vw - 1.5em) + (100vw - 85px) + 1em);
        min-height: calc((25vw - 1.5em) + (100vw - 110px) + 1em);
     }
}
   @media only screen and (max-width: 500px) {
       .woocommerce-product-gallery {
       max-height: calc((25vw - 1.5em) + (100vw - 70px) + 1em);
       min-height: calc((25vw - 1.5em) + (100vw - 100px) + 1em);
    }
   }

@media only screen and (max-width: 360px) {
    .pricetable-toggle-switch .left-text, .pricetable-toggle-switch .right-text {
        font-size:12px;
    }
    .bulk_table .header_right_element {
        font-size:14px;
    }
    #pricing_table_container h4 {
        font-size:16px;
    } 
    .woocommerce-product-gallery {
        max-height: calc((25vw - 1.5em) + (100vw - 65px) + 1em);
        min-height: calc((25vw - 1.5em) + (100vw - 65px) + 1em);
    }
}
@media only screen and (max-width: 360px) {
    .woocommerce-product-gallery {
        max-height: calc((25vw - 1.5em) + (100vw - 56px) + 1em);
        min-height: calc((25vw - 1.5em) + (100vw - 56px) + 1em);
    }
}