#carousel0 img {
  margin-left: 0px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .slider-dot {
    bottom: 8px;
  }
}
.nb:hover {
  color: #ffcc00 !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: 90px !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: #ffcc00;
    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: #fff;
}
.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 {
 
  
}
.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;
    }
}
