/*region product-listing */

.header-area {
    border-bottom: 3px solid var(--main);
}
.btn.btn-primary{
            background: none !important;
}
.btn.btn-primary:hover{
            background: none !important;
            color:black;
}
.main-text {
    color: #ff4b00;
    font-size: 13px !important;
    
}
.popup-actions button:last-child:hover {
    background:#54a4d9;
    color:white !important;
}
.product-listing {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
    margin-bottom: 10px;
}
.offer-image img {
    width: 88% !important;
}
/*endregion*/

/*region product-module*/
.heading {
    padding: 15px 0 20px;
}
.heading h3 {
    margin: 0;
    font-weight: 600;
    line-height: 26px;
    font-size: 18px;
}

.heading .left {
    position: relative;
}

.heading .right {
    margin-top: 5px;
}
.banner-item img {
 
    border-radius: 0px !important;
}
.product-listing .product {
    text-align: center;
    padding: 15px;
    background: #FFFFFF;
    position: relative;
    border: 1px solid #e5e5e5;
    margin: 0;
}
.product-listing .product .image {
    height: 210px;
}
.product .product-info {
    text-align: left;
    
}

.product .name {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    height: 48px;
    margin: 0 0 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product .name a {
    color: #000;
}

.product .caption {
    margin: 0 0 0px;
    position: relative;
    height : 35px;
    display: none;
}
.product-wrap .marks {
    display: flex;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 8;
    flex-direction: column;
    align-items: flex-start;
}

.product-wrap .marks .mark {
    background: #007c90 !important;
    width: auto;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 14px;
    margin-bottom: 2px;
    border-radius: 0 20px 20px 0;
    flex: 0 0 auto;
}
.caption .price-wrap {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 16px;
}
.caption .price-wrap.price {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.price-wrap .price-new {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.price-wrap .symbol {
    font-size: 10px;
    margin-right: 3px;
    font-weight: 700;
}

.price-wrap .price-old.price {
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 8px;
    color: #666;
}
.pc-builder-tbody .price-wrap .price-old.price {
    margin-left: 0px;
}
.product .product-info .price-wrap {
    height: 22px;
}
.actions button {
    background: 0;
    border: 1px solid #BDBDBD;
    padding: 7px 24px;
    cursor: pointer;
    transition: .3s;
}
.actions button.btn-cart:hover{
    background:#0d6efd !important;
}
.actions button:hover {
    background: black;
    color: #fff;
    border-color: black;
}

.actions button i {
    margin-right: 7px;
}

.actions button.btn-cart {
    width: 100%;
    margin: 15px 0 0 !important;
    font-size: 13px;
  border-radius: 8px;
    font-weight: 700;
    background: var(--main);
    border-color: var(--main);
    color: #fff;
    padding: 10px 26px;
}

.actions button.btn-compare {
  
    margin-top: 6px !important;
    border-radius: 8px;
    width: 100%;
    /* height: 85%; */
    margin: 0px 0 -8px;
    font-size: 11px;
    font-weight: 400;
    border-radius: 4;
    background: black;
    border-color: #fff;
    color: #ffffff !important;
    padding: 11px !important;
}

.btn:hover,
.actions .btn-cart:hover,
.cart-option #button-cart:hover {
    opacity: .9;
    transition: .3s;
    cursor: pointer;
    background: var(--met-black);
    border: 1px solid var(--black);
}
.actions .btn-cart:hover[disabled] {
    border-color: #d2d2d2;
}
.actions .btn-cart[disabled] {
    border-color: #D2D2D2;
}

.discount-badge {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: black;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    line-height: 15px;
    padding-top: 9px;
}

.discount-badge span {
    display: block;
}

.discount-badge p {
    margin: 0;
}
/*endregion*/

/*bidding info *module* css*/

.bid-info-module>span, .bid-info-module>span+span{
    background: black;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    margin-top: 8px;
}

.bid-info-module>span+span{
    margin-left: 10px;
}

.countdown label{
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

.btn-bid{
    border: 2px solid black;
    background: black;
    color:  #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    transition: 0.3s all;
    text-transform: unset;
}

#button-bid{
    text-transform: unset;
}

.btn-bid:hover{
    border: 2px solid black;
    background: transparent;
    color:  black;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
}

/*bidding info *product* css*/

.bid-info-product div, .bid-info-product span{
    background: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    padding: 5px 10px;
    margin: 15px 0;
}

.bid-info-product .price, .bid-info-product .symbol{
    box-shadow: unset;
}

.bidding-log{
    box-shadow: 0px 4px 30px rgb(200 200 200 / 60%);
}

.bidding-log-title{
    text-align: center;
    background: black;
    color: #fff;
}

.bidding-log-title h2{
    margin: 0;
}


.bidding-log-body{
    padding: 15px;
    overflow-y: scroll;
    height: 474px;
}

.bidding-log-body{
    text-align: center;
}

.bidding-log-body hr:last-child{
    display: none;
}

.product-info-all {
    min-height: 100%;
    padding: 20px 0px;
}

.bidding-input input{
    padding: 8px 10px;
    margin: 15px 0;
}

.bidding-input>input+span{
    background-color: black;
    color: #fff;
    padding: 12px 15px 13px 15px;
    font-weight: bold;
    font-size: 14px;
    margin: 0 10px 0 -4px;
}

.bidding-log-body::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 100px;
}

.bidding-log-body::-webkit-scrollbar {
    width: 5px;
}

.btn-ob-mobile{
        display: none;
        position: absolute;
        right: 0;
        margin: 0;
}
@media (max-width: 1320px) {
    .categorie-list .product-listing {
        grid-template-columns: repeat(5,1fr);
    }
    .product-listing {
        grid-template-columns: repeat(5,1fr);
    }
}
@media (max-width: 1299px){
    .bidding-log{
        margin-top: 15px;
    }
}

.price-wrap {
    color: red;
}

@media (max-width: 480px){
    .product .name {
        height: 65px;

    }
    .product-listing {
        grid-template-columns: repeat(2,1fr);
    }
    .categorie-list .product-listing {
        grid-template-columns: repeat(2,1fr);
    }
    .product-listing .product .image {
        height: 150px;
    }
    

}
@media (max-width: 370px){
    .product-listing .product .image {
        height: 130px;
    }
}
@media (max-width: 350px){
    .product .product-info .price-wrap {
        height: 40px;
    }
}



#carousel0 img {
  margin-left: 0px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .slider-dot {
    bottom: 0px;
  }
}
.nb:hover {
  color: #ff4b00 !important;
}

.f-btn.cmpr-toggler {
  bottom: 235px;
}
.f-btn {
  position: fixed;
  bottom: 20px;
  right: 1rem;
  z-index: 9999;
  background: var(--maincolor);
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  padding: 5px;
  text-transform: uppercase;
  cursor: pointer;
  width: 59px;
  height: 59px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), -5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  border: 1px solid #f2f4f8;
}
.f-btn:hover span,
.f-btn:hover .label {
  color: var(--maincolor);
}
.f-btn .total-items .counter {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  background: var(--yellowcolor);
  color: black;
  line-height: 20px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

/* Messenger Icon Container */
#messenger-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0078ff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
  cursor: pointer;
}

/* Hover effect */
#messenger-icon:hover {
  transform: scale(1.1);
}

/* Link Icon - ensures it links properly */
#messenger-icon a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

/* Position WhatsApp icon at the bottom-right */
.whatsapp-container {
    position: fixed;
    bottom: 95px;
    right: 5px;
    z-index: 9999; /* Ensure it stays on top of other elements */
}
/* WhatsApp icon styling */
.whatsapp-icon {
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--maincolor); /* WhatsApp Green */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: 1px solid #f2f4f8;
}
/* Hover effect for WhatsApp icon */
.whatsapp-icon:hover {
    background-color: var(--yellowcolor);
}
/* Styling for the message number list */
.whatsapp-numbers {
    display: none; /* Hide numbers by default */
    position: absolute;
    bottom: 50px; /* Position the numbers above the icon */
    right: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black background */
    color: white;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    width: 180px; /* Limit the width of the number container */
    z-index: 1000;
}
/* Display message numbers when hovering over the icon or numbers */
.whatsapp-container:hover .whatsapp-numbers {
    display: block;
}
/* Styling for each phone number */
.whatsapp-number {
    display: flex;
    align-items: center;
    margin: 8px 0;
}
.whatsapp-number i {
    margin-right: 10px;
    color: #25d366; /* WhatsApp Green color for the icon */
    font-size: 16px;
}
.whatsapp-number.fb i {
    margin-right: 10px;
    color: #316FF6; /* WhatsApp Green color for the icon */
    font-size: 16px;
}
.whatsapp-number a {
    color: white;
    text-decoration: none;
}
.whatsapp-number a:hover {
    color: #25d366; /* WhatsApp green on hover */
}
.whatsapp-number.fb a:hover {
    color: #316FF6; /* WhatsApp green on hover */
}

.contact-box .contact-icons{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 991px){
    .whatsapp-container{
        bottom: 25% !important;
    }
    #goTopBtn{
        bottom: 12% !important;
    }
}

.btn-compare{
    color: var(--maincolor) !important;
}
.btn-compare:hover{
    color: var(--yellowcolor) !important;
}
.product-module img{
    object-fit: contain !important;
}

.product-listing .product{
    border-radius: 0.5rem !important;
}
.mtoo {
    color:#666666 !important;

}
.notification a {
    color: #ff4b00;
    font-weight: 700;
}
@media (max-width: 768px) {
    .btn-compare{
                padding: 3px 6px;
            border: none !important;;
    background: #f2f5f9 !important;;
    border-radius: 4px !important;;
    }
    .mi {
    line-height: 15px !important;
    font-size: 20px !important;
    margin-right: 5px !important;
    /* margin: 4px 0px; */
}
    .single-product-item .price-info {
        font-size: 16px;
        border: none;
        padding-bottom: 13px;
    }
}

    .mi{
            margin: 4px 0px;
    }
    .desktop-spacing::before,
    .desktop-spacing::after {
        content: "\00a0\00a0\00a0"; /* Adds 3 non-breaking spaces */
    }
}
.catagory-top-brand .item {
    padding: 9px;
    margin: 2px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: fit-content;
    max-height: fit-content;
}
.catagory-top-brand .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.top-child-catagory-main {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.catagory-top-brand-text {
    min-width: 99px;
    display: inline-block;
    line-height: 34px;
    padding: 8px 10px;
    color: #111;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 13px;
    font-weight: normal;
}
.catagory-top-brand-text:hover {
    color: white;
    background :#0d6efd;
}
.child-categories {
    margin-bottom: 1rem;
}

.child-categories h6 {
    margin: 0;
    font-size:11px;
    text-align: center;
}
.child-categories h6:hover {
    color: var(--maincolor);
}
@media (min-width: 768px) {
    .item.col {
        flex: 1 1 4%; /* Allows 4 items per row */
    }
}
@media (max-width: 767px) {
    .item.col {
        flex: 1 1 45%; /* Allows 2 items per row on smaller screens */
    }
}
.countdown-wrapper {
    background: var(--maincolor);
    display: inline-block;
    padding: 5px 5px;
    margin: 10px 0px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.offer-content .countdown {
    border-bottom: none;
}
.countdown {
    color: var(--yellowcolor);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.drop-menu-1 .submenu-arrow {
    float: right;
    font-size: 15px;
}
@media (min-width: 768px) {
    .offer-info, .countdown {
        display: flex;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
        justify-content: space-between;
    }
}
.quick-overview {
    margin-bottom: 6px;
    flex: 1 1 auto;
}
.quick-overview ul li {
    /* list-style: inside; */
    font-family: 'Open Sans' !important;
    max-width: 240px;
    font-size: 13px;
    color: #666;
    position: relative;
    line-height: 16px;
    padding-bottom: 10px;
    margin-left: 16px;
}
@media (max-width: 360px) {
.bnt {
    width: 462% !important;
    max-width: 462% !important;
}
}
.mtoo:hover {
   
color: black !important;
}
.buying-information{
    border-left:none;
}
.side-margin{
border-left: 1px solid rgba(0, 150, 136, 0.1);
}
.regular-price{
font-weight: 600;
font-size: 28px;
line-height: 30px;
color: #000000;
}

/* Styling for Offer Information and Countdown */
.offer-info, .countdown {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    justify-content: space-between;
}

/* Styling for Offer Details */
.single-offer-item .details {
    padding: 0px 5px;
    margin-right: 5px;
}
    #featured-offers .single-offer-item img {
    width: 100% !important;
}
#featured-offers{
    padding: 0px 5px;
}

.single-offer-item {
    background: white;
    border: 1px solid #efefef;
    margin-right: 12px;
    text-align: center;
}

/* Font size adjustments for smaller text */
.single-offer-item .details .offer-info,
.single-offer-item .details .countdown {
    font-size: 11px;
}

.info_form .contect-info-col-section h5{
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0px 10px;
}
.info_form .contect-info-col-section p{
    font-size: 15px;
    padding: 0px 0px 10px;
}
.info_form .contect-info-col{
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px 30px;
}
.info_form .elementor-icon-box-icon i,
.info_form .icon.icn a{
    background: var(--yellowcolor);
    padding: 10px;
    font-size: 20px;
}

.info_form .phone .icon.icn a{
    padding: 10px 12px;
}

.info_form .contact-details .contact-line{
    margin: 0px 0px 20px;
}

.info_form .info-text{
    padding: 0px 0px 0px 10px;
}

.info_form .elementor-icon-box-icon i{
    height: 40px;
    width: 40px;
}
.info_form .elementor-icon-box-wrapper,
.info_form .contact-details .phone,
.info_form .contact-details .email{
    display: flex;
}


.info_form .contact-details .phone,
.info_form .contact-details .email{
    align-items: center;
}

/* Styling for Offer Info */
.offer-info span {
    display: flex;
    align-items: center;
    color: #111;
}

/* Styling for Material Icons */
.offer-info .material-icons {
    margin-right: 5px;
    color: #666;
    height: 24px;
    width: 24px;
}

/* Heading Font Size */
.single-offer-item a h4 {
    font-size: 15px;
}

/* Container padding adjustment */
.bcv {
    padding: 0;
}

/* Hide Next Button Styling */
.hide-next-button {
    display: none !important;
}

/* Owl Carousel Item Width */
#featured-offers .owl-item {
    max-width: 310px;
}

/* Owl Carousel Navigation Buttons */
#offer-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}


#offer-slider .owl-nav .owl-prev {
    left: -25px;
}

#offer-slider .owl-nav .owl-next {
    right: -25px;
}

/* Owl Dots Styling */
#offer-slider .owl-dots {
    text-align: center;
    margin-top: 10px;
}
@media (min-width: 1250px) {
    #featured-offers .owl-item {
        max-width: 315px;
    }
}
@media (max-width: 1025px) {
    #featured-offers .owl-item {
        max-width: 330px;
    }
}

@media (max-width: 769px) {
    #featured-offers .owl-item {
        max-width: 246px;
    }
    #featured-offers .single-offer-item img{
        width: 100% !important;
    }
    .single-offer-item a h4 {
        font-size: 14px;
    }
    #offer-slider .owl-nav .owl-next {
        right: -15px;
    }
    .single-offer-item .details .offer-info,
    .single-offer-item .details .countdown {
        font-size: 9px;
    }
}

/* Responsive Styling for Small Screens */
@media (max-width: 600px) {
    #featured-offers .owl-item {
        max-width: 345px;
    }

#featured-offers{
padding: 0px;
}
    #featured-offers .owl-item .single-offer-item a {
        display: flex;
        justify-content: center;
    }

    #featured-offers .owl-item .offer-info {
        justify-content: center;
    }

    #offer-slider .owl-nav .owl-prev {
        left: -7px;
    }
    #offer-slider .owl-nav .owl-next {
        right: -5px;
    }

    .details .sub-head {
        padding: 0px 15px;
    }
}
@media (max-width: 435px) {
     #featured-offers .owl-item {
        max-width: 414px;
    }
 }
 
 @media (max-width: 426px) {
     #featured-offers .owl-item {
        max-width: 400px;
    }
    .single-offer-item .details .offer-info, .single-offer-item .details .countdown {
        font-size: 12px;
    }
    .single-offer-item a h4 {
        font-size: 15px;
    }
 }
 @media (max-width: 392px) {
     #featured-offers .owl-item {
        max-width: 378px;
    }
 }
 @media (max-width: 376px) {
    #featured-offers .owl-item {
        max-width: 364px;
    } 
 }
 @media (max-width: 325px) {
    #featured-offers .owl-item {
        max-width: 290px;
    } 
    .single-offer-item .details .offer-info, .single-offer-item .details .countdown {
        font-size: 10px;
    }
    .single-offer-item a h4 {
        font-size: 16px;
    }
 }



@media(max-width: 430px){
    .bnt {
        width: 508% !important;
        max-width: 508% !important;
    }
}
@media(max-width: 415px){
    .bnt {
        width: 490% !important;
        max-width: 490% !important;
    }
}
@media(max-width: 395px){
    .bnt {
        width: 460% !important;
        max-width: 460% !important;
    }
}
@media(max-width: 380px){
    .bnt {
        width: 440% !important;
        max-width: 440% !important;
    }
}
@media(max-width: 360px){
    .bnt {
        width: 420% !important;
        max-width: 420% !important;
    }
}
@media(max-width: 350px){
    .bnt {
        width: 372% !important;
        max-width: 372% !important;
    }
}
/*product page region*/

/* Base Button Styles */
.btn, .compare-button {
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block !important; /* Force display */
    width: auto !important; /* Prevent width issues */
    margin: 5px 0 !important; /* Add some spacing */
}

/* Specific Button Styles */
.submit-btn {
    background-color: #ff4b00;
    color: #000;
}

.compare-button {
    background-color: #f0f0f0;
    color: #333;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.compare-button:hover {
    background-color: #e0e0e0;
}

.mtoo {
    margin-right: 8px;
    font-size: 18px;
}

/* Quantity Controls - Ensure they're visible */
.quantity {
    display: flex !important;
    align-items: center;
}

.quantity span {
    padding: 8px 12px;
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 4px;
    margin: 0 2px;
}

.quantity .qty input {
    width: 40px !important;
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    /* Stack buttons vertically on mobile */
    .actions {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .btn {
        width: 100% !important;
        margin: 5px 0 !important;
        box-sizing: border-box;
    }
    
    /* Adjust quantity controls for mobile */
    .quantity {
        justify-content: center;
        width: 57%;
    }
    
    .quantity .qty input {
        width: 50px !important;
    }
}

/* Make sure buttons are never hidden */
#button-cart, .compare-button {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #eeeeee;
}

.container {
  margin: 0 auto;
}

.myimg-popup-title {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 38ch; /* 38 characters approx */
}


/* Custom Image Popup Gallery Styles */
.custom-image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  backdrop-filter: blur(5px);
}

.popup-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.popup-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: pan-x pan-y;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.popup-image {
     width: 93%;
    height: 45%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: high-quality;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  touch-action: pan-x pan-y;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.popup-image:hover {
  /* No zoom effect in popup - removed */
}

.popup-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff4b00;
  color: #000;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.popup-nav-btn:hover {
  background-color: #ff4b00;;
  color: black;
  transform: translateY(-50%) scale(1.1);
}

.popup-nav-btn.prev {
  left: 20px;
}

.popup-nav-btn.next {
  right: 20px;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  color: red;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex; /* Show the close button on all devices */
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.popup-close:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: red;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .popup-close {
    display: flex; /* Ensure visible on mobile */
  }
}

.popup-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 20px;
  z-index: 10;
}

/* Responsive Design */
@media (max-width: 768px) {
  .popup-content {
    padding: 0;
  }
  
  .popup-image-container {
    width: 100%;
    height: 100%;
  }
  
  .popup-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .popup-nav-btn.prev {
    left: 10px;
  }
  
  .popup-nav-btn.next {
    right: 10px;
  }
  
  .popup-counter {
    bottom: 10px;
    font-size: 14px;
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {
  .popup-nav-btn {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .popup-nav-btn.prev {
    left: 5px;
  }
  
  .popup-nav-btn.next {
    right: 5px;
  }
}

/* Animation for popup */
.custom-image-popup.show {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.popup-image {
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from { 
    opacity: 0;
    transform: scale(0.8);
  }
  to { 
    opacity: 1;
    transform: scale(1);
  }
}

/* Hide navigation buttons when only one image */
.popup-nav-btn.hidden {
  display: none;
}

/* ... existing code ... */

@media (max-width: 1255px) {
  .qwer {
    display: none !important;
  }
}

/* ... existing code ... */

@media (max-width: 1255px) {
  /* Styles for screens 1255px and smaller */
  /* ... (Your existing styles for this breakpoint) ... */
}

@media (min-width: 1256px) { /* IMPORTANT: 1256px, not 1255px */
  .qwe {
    display: none !important;
  }
}

/* ... existing code ... */

.product-overview-area {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background-color: white;
  padding: 30px;
}

@media (max-width: 767px) {
  .product-overview-area {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
}

@media (max-width: 500px) {
  .product-overview-area {
    padding: 15px;
  }
}

/* -----Image Section-----  */

.product-overview-area .image-section {
  min-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media (max-width: 991px) {
  .product-overview-area .image-section {
    min-width: 25%;
  }
}

@media (max-width: 767px) {
  .product-overview-area .image-section {
    width: 100%;
  }
}

.product-overview-area .image-section .main-image {
  max-width: 500px;
}

@media (max-width: 767px) {
  .product-overview-area .image-section .main-image {
    max-width: 350px;
  }
}

.product-overview-area .image-section .main-image img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.product-overview-area .image-section .gallery-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.product-overview-area .image-section .gallery-images img {
  border: 1px solid #eeeeee;
  cursor: pointer;
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  .product-overview-area .image-section .gallery-images img {
    width: 60px;
    height: 60px;
  }
}

.product-overview-area .image-section .banner {
  width: 100%;
  height: 100px;
}

@media (max-width: 767px) {
  .product-overview-area .image-section .banner {
    max-height: 70px;
  }
}

.product-overview-area .image-section .banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* -------Spec section-------  */

.product-overview-area .product-info-short {
  /* width: 100%; */ /* Let flexbox handle width distribution */
  flex: 1 1 45%; /* Decrease space for info, increase for image */
}

.product-overview-area .product-info-short h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.product-overview-area .product-info-short .short-info-badge {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-overview-area .product-info-short .short-info-badge .badge {
  padding: 5px 10px;
  background-color: #f5f6fb;
  color:black;
  border-radius: 100px;
  font-size: 14px;
}

@media (max-width: 500px) {
  .product-overview-area .product-info-short .short-info-badge .badge {
    font-size: 12px;
  }
}

.product-overview-area .product-info-short .short-info-badge .badge .label {
  color: #666666;
}

.product-overview-area .product-info-short .short-info-badge .badge .value {
  color: black;
  font-weight: 500;
}

.product-overview-area .product-info-short > .price {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-overview-area .product-info-short .price .sale-price {
  font-size: 36px;
  font-weight: 500;
  color: #007c90;
}

.product-overview-area .product-info-short .price .discount {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-overview-area .product-info-short .price .percentage {
  font-size: 14px;
  font-weight: 500px;
  color: rgb(234 179 8);
}

.product-overview-area .product-info-short .price .regular-price {
  font-size: 18px;
  color: rgb(148 163 184);
  text-decoration: line-through;
  font-weight: 500;
  line-height: 0px;
}

.product-overview-area .product-info-short .short-description {
  margin-top: 20px;
}

.product-overview-area .product-info-short .short-description h2 {
  font-size: 18px;
  font-weight: 500;
}

.product-overview-area .product-info-short .short-description .list {
  margin-top: 10px;
  font-size: 14px;
  margin-left: 15px;
  color: var(--main);
  line-height: 22px;
}

.product-overview-area .product-info-short .short-description a {
  color: var(--main);
  font-weight: 400;
  margin-top: 10px;
  display: block;
  text-decoration: none;
}

.product-overview-area .product-info-short .payment {
  margin-top: 20px;
}

.product-overview-area .product-info-short .payment h2 {
  font-size: 18px;
  font-weight: 400;
}

.product-overview-area .product-info-short .payment .methods {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media (max-width: 500px) {
  .product-overview-area .product-info-short .payment .methods {
    flex-direction: column;
  }
}

.product-overview-area .product-info-short .payment .methods .box {
  border: 1px solid #e3d9d9;
  max-width: 250px;
  display: flex;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
  flex: 1;
}

@media (max-width: 500px) {
  .product-overview-area .product-info-short .payment .methods .box {
    max-width: 100%;
  }
}

.product-overview-area .product-info-short .payment .methods .box .price {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}

.product-overview-area .product-info-short .payment .methods .box p {
  font-size: 12px;
  color: #999999;
}

.product-overview-area .product-info-short .payment .actions {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 500px) {
  .product-overview-area .product-info-short .payment .actions {
    gap: 10px;
  }
}

.product-overview-area .product-info-short .payment .actions .quantity {
    height:52px;
  display: inline-block;
  border: 1px solid #000;
}

.product-overview-area .product-info-short .payment .actions .quantity span {
    
    padding: 6px 12px !important;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

.product-overview-area
  .product-info-short
  .payment
  .actions
  .quantity
  span.qty {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.product-overview-area .product-info-short .payment .actions .quantity input {
  padding: 0;
  border: none;
  text-align: center;
  font-weight: bold;
}

.product-overview-area
  .product-info-short
  .payment
  .actions
  button#button-cart {
  border: 0;
  font-weight: 700;
  background-color: black;
  line-height: 16px;
  color: white;
  padding: 10px 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .product-overview-area
    .product-info-short
    .payment
    .actions
    button#button-cart {
    display: none;
  }
}

.product-overview-area .product-info-short .payment .actions button#buy-now {
  border: 0;
  font-weight: 700;
  background-color: #ff4b00 !important;
  line-height: 16px;
  color: black !important;
  padding: 10px 30px !important;
height:52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-overview-area
  .product-info-short
  .payment
  .actions
  button.compare-button {
  border: 0;
  font-weight: 700;
  background-color: transparent;
  color: black;
  padding: 10px 10px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .product-overview-area
    .product-info-short
    .payment
    .actions
    button.compare-button {
    display: none;
  }
}






.old-price{
     
}

.lb-data .lb-caption {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1em !important;

    background: linear-gradient(to right, #ff1717, #fbe113) !important; /* Black to dark gray */
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

/* Override close button style */
.lb-close {
    color: red !important;
    font-size: 32px !important;
    opacity: 1 !important;
}



/* Style for all option containers */
.form-group.required {
    margin-bottom: 20px !important;
    padding: 15px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
}

/* Style for option labels */
.form-group.required label.control-label {
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 12px !important;
    display: block !important;
    font-size: 16px !important;
}

/* Style for checkbox/radio options container */
#input-option<?php echo $option['product_option_id']; ?> {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

/* Style for each checkbox/radio option */
.checkbox, .radio {
    margin: 0 !important;
}

.checkbox label, .radio label {
    display: flex !important;
    align-items: center !important;
    padding: 10px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    background: #f9f9f9 !important;
    margin: 0 !important;
}

/* Style for selected options */
.checkbox input[type="checkbox"]:checked + span,
.radio input[type="radio"]:checked + span {
    color: #000 !important;
    font-weight: 600 !important;
}

.checkbox input[type="checkbox"]:checked ~ label,
.radio input[type="radio"]:checked ~ label {
    border-color: #000 !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 1px #000 !important;
}

/* Hide default checkbox/radio */
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

/* Custom checkbox/radio */
.checkbox label:before,
.radio label:before {
    content: '' !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
    border: 1px solid #999 !important;
    border-radius: 3px !important;
    background: white !important;
}

.radio label:before {
    border-radius: 50% !important;
}

/* Checked state */
.checkbox input[type="checkbox"]:checked + label:before,
.radio input[type="radio"]:checked + label:before {
    background-color: #000 !important;
    border-color: #000 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M10.28 2.28L4 8.56 1.72 6.28a1 1 0 00-1.41 1.41l3 3a1 1 0 001.41 0l7-7a1 1 0 00-1.41-1.41z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.radio input[type="radio"]:checked + label:before {
    background-image: none !important;
    box-shadow: inset 0 0 0 4px white !important;
}

/* Hover effect */
.checkbox label:hover,
.radio label:hover {
    border-color: #999 !important;
    background-color: #f0f0f0 !important;
}

/* Price styling */
.checkbox .price, .radio .price {
    color: #007c90 !important;
    font-weight: 600 !important;
    margin-left: 5px !important;
}

/* For color swatches (if you have image options) */
.img-thumbnail {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    border: 1px solid #ddd !important;
    margin-right: 10px !important;
}

/* Selected color swatch */
input[type="radio"]:checked ~ label .img-thumbnail {
    border: 2px solid #000 !important;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .checkbox label, .radio label {
        padding: 8px 12px !important;
        font-size: 14px !important;
    }
    
    .checkbox label:before, 
    .radio label:before {
        width: 16px !important;
        height: 16px !important;
    }
}

  .magnify-gallery {
    display: grid;
    gap: 20px;
    max-width: 800px;
    margin: 30px auto;
    flex-wrap: wrap;
  }

  .magnify-main {
    position: relative;
    flex: 1 1 400px;
  }

  .magnify-image-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #ddd;
  }

  .magnify-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .magnify-zoom-box {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #aaa;
    pointer-events: none;
  }

  .magnify-zoom-result {
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: 200%;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: none;
    
      z-index: 9999;
  }

  .magnify-thumbs {
    display: inline-flex;
    gap: 12px;
  }

  .magnify-thumbs img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.2s, border 0.2s;
  }

  .magnify-thumbs img:hover,
  .magnify-thumbs img.active {
    border-color: #007bff;
    transform: scale(1.05);
  }
  
   /* Modal base */
  .magnify-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    flex-direction: column;
  }
  .magnify-modal.active {
    display: flex;
  }
  .magnify-modal img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  .modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
  }
  .modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    user-select: none;
  }
  .modal-arrow.left {
    left: 30px;
  }
  .modal-arrow.right {
    right: 30px;
  }

  /* Clearer magnifier zoom */
  .magnify-zoom-result {
    background-size: 300%; /* was 200% */
    background-repeat: no-repeat;
    background-position: center;
  }

  @media (max-width: 768px) {
    .magnify-gallery {
      flex-direction: column;
      align-items: center;
    }
    .magnify-zoom-result {
      position: relative;
      width: 100%;
      margin-top: 10px;
    }
  }

    #lightbox{
            top: 22% !important;
    }
        .product-gallery-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        flex: 0 0 55%; /* Increase space for image gallery container */
    }
    
    .main-image-wrapper {
        max-width: 100%;
        width: auto;
        border-radius: 12px;
        overflow: hidden;
       
    }
    
    .main-product-image {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease, cursor 0.3s ease;
        transform-origin: center center;
        cursor: pointer;
    }
    
    .main-product-image:hover {
        cursor: zoom-in;
        z-index: 10;
    }
    
    .thumbnail-gallery {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-start; /* Changed from center to flex-start */
    }
    
    .thumb-link {
        display: inline-block;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #ddd;
        transition: box-shadow 0.3s;
        cursor: pointer;
    }
    
    .thumb-link:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.15);
    }
    
    .thumb-image {
        width: 70px;
        height: 70px;
        object-fit: cover;
        transition: transform 0.3s ease, cursor 0.3s ease;
        transform-origin: center center;
        cursor: pointer;
    }
    
    .thumb-image:hover {
        cursor: zoom-in;
        z-index: 10;
    }


    .btn {
        padding: 12px 20px;
        font-size: 16px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-weight: bold;
        transition: all 0.3s ease;
    }
    .buy-now {
        background-color: #28a745;
        color: white;
    }
    .out-of-stock-btn {
        background-color: #dc3545;
        color: white;
        cursor: not-allowed;
    }
    .call-btn {
        background-color: #ffc107;
        color: black;
        cursor: not-allowed;
    }
    .pre-order-btn {
        background-color: #007bff;
        color: black;
    }
    .contact-number {
        margin-top: 10px;
        font-size: 14px;
        color: #333;
        font-weight: 500;
    }

    /* Color Options Styling - Now Visible! */
    .fs-color-options {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 5px;
    }
    
    .fs-color-option {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 10px;
        border-radius: 20px;
        border: 1px solid #ddd;
        background: white;
        cursor: pointer;
        transition: all 0.2s;
    }
    
    .fs-color-option.active {
        border-color: #ff4b00;
        background-color: #fff8e6;
        box-shadow: 0 0 0 1px #ff4b00;
    }
    
    .fs-color-dot {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: inline-block;
    }
    
    .fs-color-label {
        font-size: 13px;
        color: #333;
    }
    
    /* Quantity Selector */
    .fs-quantity-selector {
        margin-top: 5px;
    }
    
    .fs-qty-controls {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .fs-qty-btn {
        width: 32px;
        height: 32px;
        background: #f5f5f5;
        border: none;
        font-size: 16px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .fs-quantity-selector input {
        width: 40px;
        text-align: center;
        border: none;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        height: 32px;
    }
    
    /* Rest of the styles remain the same as previous version */
    .fs-pre-order-popup {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .fs-popup-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        backdrop-filter: blur(3px);
    }
    
    .fs-popup-container {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: 80vh;
        background: white;
        border-radius: 16px 16px 0 0;
        padding: 20px;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
        animation: fsSlideUp 0.3s ease-out;
        overflow-y: auto;
    }
    
    @keyframes fsSlideUp {
        from { transform: translateY(100%); }
        to { transform: translateY(0); }
    }
    
    .fs-popup-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
    }
    
    .fs-product-thumb {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        overflow: hidden;
        margin-right: 12px;
        border: 1px solid #eee;
        flex-shrink: 0;
    }
    
    .fs-product-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .fs-product-meta {
        flex-grow: 1;
    }
    
    .fs-product-meta h4 {
        margin: 0 0 4px 0;
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }
    
    .fs-price {
        color: #ff4b00;
        font-weight: bold;
        font-size: 16px;
    }
    
    .fs-close-popup {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 22px;
        color: #999;
        cursor: pointer;
        background: none;
        border: none;
        padding: 5px;
    }
    
    .fs-compact-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .fs-form-group input,
    .fs-form-group textarea {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        transition: all 0.2s;
    }
    
    .fs-form-group input:focus,
    .fs-form-group textarea:focus {
        border-color: #ff4b00;
        outline: none;
        box-shadow: 0 0 0 2px rgba(255,204,0,0.2);
    }
    
    .fs-form-group textarea {
        resize: vertical;
        min-height: 80px;
    }
    
    .fs-form-row {
        display: flex;
        gap: 15px;
    }
    
    .fs-color-selection,
    .fs-quantity-selector {
        flex: 1;
    }
    
    .fs-color-selection label,
    .fs-quantity-selector label {
        display: block;
        margin-bottom: 6px;
        font-size: 13px;
        color: #666;
    }
    
    .fs-submit-btn {
        width: 100%;
        background: #ff4b00;
        color: #000;
        border: none;
        border-radius: 8px;
        padding: 14px;
        font-weight: 600;
        font-size: 15px;
        cursor: pointer;
        transition: all 0.2s;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 5px;
    }
    
    .fs-submit-btn:hover {
        background: #000;
        color: #ff4b00;
    }
    
    .fs-btn-icon {
        font-size: 18px;
    }
    
    /* Desktop View */
    @media (min-width: 768px) {
        .fs-popup-container {
            left: 50%;
            bottom: auto;
            top: 50%;
            transform: translate(-50%, -50%);
            max-height: 80vh;
            max-width: 420px;
            border-radius: 16px;
            animation: fsFadeIn 0.3s ease-out;
        }
        
        @keyframes fsFadeIn {
            from { opacity: 0; transform: translate(-50%, -45%); }
            to { opacity: 1; transform: translate(-50%, -50%); }
        }
        
        .fs-product-thumb {
            width: 80px;
            height: 80px;
        }
        
        .fs-product-meta h4 {
            font-size: 17px;
        }
    }
    


@media (min-width: 1024px) {
    .myimg-popup-next {
        right: -10% !important;
    }

    .myimg-popup-prev {
        left: -10% !important;
    }
}

/* Hide old popup styles if present */
.popup, .f-in, .popup-inner, .lb-body, .lb-footer, .popup-close, .button { display: none !important; }

.product-image-popup {
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.product-image-popup.f-in {
  visibility: visible !important;
  opacity: 1;
}
.product-image-popup-inner {
  background: #fff;
  border-radius: 10px;
  max-width: 95vw;
  max-height: 90vh;
  box-shadow: 0 8px 40px rgba(0,0,0,0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.product-image-popup-body {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-image-popup-body img {
  max-width: 80vw;
  max-height: 70vh;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
  background: #fff;
}
.product-image-popup-footer {
  width: 100%;
  background: #222;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  box-sizing: border-box;
}
.product-image-popup-title {
  font-weight: 500;
  font-size: 16px;
  flex: 1 1 auto;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-image-popup-counter {
  font-size: 14px;
  opacity: 0.7;
  margin-left: 20px;
}

.product-image-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 1023px) {
    .myimg-popup-inner {
        max-width: 100vw !important;
        border-radius: 0 !important;
        top: 23% !important;
    }
}

@media (min-width: 768px) {
    .myimg-popup-title {
    font-weight: 600;
    font-size: 13px !important;
    }
    .myimg-popup-inner {
     
        left: 37% !important;
        top: 16% !important;
     
    }
}

.product-image-popup-close:after {
  content: "close";
  font-family: 'Material Icons';
  font-size: 28px;
  color: #e53935;
}
.product-image-popup-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s;
}
.product-image-popup-prev {
  left: 10px;
}
.product-image-popup-next {
  right: 10px;
}
.product-image-popup-prev:after {
  content: "chevron_left";
  font-family: 'Material Icons';
  font-size: 32px;
  color: white;
}
.product-image-popup-next:after {
  content: "chevron_right";
  font-family: 'Material Icons';
  font-size: 32px;
  color: white;
}
.product-image-popup-button:hover, .product-image-popup-close:hover {
  background: #ffeaea;
}

.old-price{
     
}

.yy {
  text-decoration: line-through;
}


@media (max-width: 900px) {
  .product-image-popup-inner { max-width: 99vw; }
  .product-image-popup-body img { max-width: 95vw; max-height: 60vh; }
}
@media (max-width: 600px) {
  .product-image-popup-inner { max-width: 100vw; border-radius: 0; }
  .product-image-popup-body img { max-width: 98vw; max-height: 40vh; }
  .product-image-popup-footer { font-size: 13px; padding: 8px 8px; }
  .product-image-popup-close, .product-image-popup-button { width: 32px; height: 32px; }
  .product-image-popup-close:after, .product-image-popup-prev:after, .product-image-popup-next:after { font-size: 24px; }
}

.myimg-popup {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
}
.myimg-popup.show {
  display: flex;
}
.myimg-popup-inner {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.25);
  max-width: 30vw;
  max-height: 90vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 0;
}
@media (max-width: 900px) {
  .myimg-popup-inner { max-width: 99vw; }
  .myimg-popup-inner img { width: 350px; height: 350px; max-width: 95vw; max-height: 50vh; }
}
@media (max-width: 600px) {
  .myimg-popup-inner { max-width: 100vw; border-radius: 0; }
  .myimg-popup-inner img { width: 90vw; height: 40vw; min-height: 180px; max-width: 98vw; max-height: 40vh; }
  .myimg-popup-title, .myimg-popup-counter { font-size: 13px; }
  .myimg-popup-close, .myimg-popup-prev, .myimg-popup-next { width: 32px; height: 32px; }
  .myimg-popup-close:after, .myimg-popup-prev:after, .myimg-popup-next:after { font-size: 24px; }
}
.myimg-popup-close {
  position: absolute; top: 10px; right: 10px;
  width: 36px; height: 36px;
  background: #fff; border-radius: 50%; box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10;
}
.myimg-popup-close:after {
  content: "close";
  font-family: 'Material Icons'; font-size: 28px; color: #e53935;
}
.myimg-popup-prev, .myimg-popup-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px;
  background: #111; border-radius: 50%; box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10; transition: background 0.2s;
}
.myimg-popup-prev { left: 10px; }
.myimg-popup-next { right: 10px; }
.myimg-popup-prev:after {
  content: "chevron_left";
  font-family: 'Material Icons'; font-size: 32px; color: white;
}
.myimg-popup-next:after {
  content: "chevron_right";
  font-family: 'Material Icons'; font-size: 32px; color: white;
}
.myimg-popup-inner img {
  width: 100%;
  height: auto;
  max-width: 90vw;
  max-height: 58vh;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  margin: 24px 0 8px 0;
  display: block;
}
.myimg-popup-title {
  font-weight: 500; font-size: 16px; color: #222; margin-bottom: 4px; text-align: center;
  max-width: 80vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.myimg-popup-counter {
  font-size: 14px; color: #888; margin-bottom: 12px; text-align: center;
}


.product-overview-area .product-info-short .payment .actions .quantity {
    margin-top: 7px !important;
}
.product-overview-area .product-info-short .payment .actions .quantity {
    margin-top: 7px !important;
    margin-right: 0;
}

/*product page region end*/

