.main-banner-sec{
    width: 100%;
    float: left;
    //padding-top: 52px;
    padding-bottom: 12px;
}
.elementor.elementor-106.elementor-location-header{
margin-bottom:unset !important;
}
.banner-inner-con{
    display: grid;
    gap: 16px;
    justify-content: space-between;
    grid-template-columns: 18.5% 60.5% 18.5%;
}
.banner-inner-con figure img{
    width: 100%;
    border-radius: 8px;
}
.banner-slider > .swiper{
    height: 100%;
}
.banner-slider figure{
    height: 100%;
}
.banner-slider figure img {
    height: 98.5%;
    object-fit: cover;
    object-position: left;
}
.banner-right-con{
    gap: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.banner-slider .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background-color: #00796b;
}
.banner-slider .swiper-pagination-bullet-active{
    width: 28px;
    border-radius: 8px;
    background-color: #00796b;
    transition: all .7s ease-in-out;
}
/* banner ended */
.popular-categories{
    width: 100%;
    float: left;
    padding-top: 24px;
    padding-bottom: 24px;
}
.popular-slide {
  text-align: center;
}

.popular-slide a {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.popular-slide a > figure {
  border-radius: 100%;
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f3f8;
  border: 1px solid #c6c6c6;
  margin-bottom: 10px;
  transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.popular-slide a > h6 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  transition: color 0.3s ease-in-out;
}

.popular-slide a:hover h6 {
  color: #00796b;
  font-weight: 500;
}

.popular-slide a:hover figure {
  border-color: #00796b;
  transform: scale(1.05);
}
.popular-slider {
    overflow: hidden;
}
.popular-slider{
    padding: 26px 15px 0 ;
}
.vendor-contact-con{
    width: 100%;
    float: left;
    padding-top: 24px;
    padding-bottom: 24px;
}
.vendor-banner figure{
    max-height: 194px;
}
.vendor-banner figure img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.special-offer-con{
    width: 100%;
    float: left;
    padding-top: 24px;
    padding-bottom: 24px;
}
.special-offer-heading{
    margin-bottom: 24px;
}
.special-offer-listing{
    display: grid;
    gap: 10px;
    list-style: none;
    grid-template-columns: repeat(4 , 1fr);
}
.special-offer-list a{
    display: inline-block;
}
.special-offer-list a img{
    width: 100%;
    border-radius: 8px;
}
.bg-signupbanner{
    display: flex;
    gap: 15px;
    align-items: center;
    height: 48px;
    margin-top: 12px;
    width: 100%;
    float: left;
    background: url("../images/sigupBanner.svg") no-repeat center;
    background-size: cover;
    position: relative;
}
.bg-sigupbannerbutton-gradient {
    font-weight: 600;
    color: #fff;
    height: 48px;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 100px 100px 0;
    background-image: linear-gradient(283deg, #332ab7 9.27%, #3c64b0 36.82%, #2fc389 90.73%);
}
.download-text{
  font-size: 14px;
    font-weight: 600;
    color: #222;
    width: 100%;
    display: flex;
    justify-content: center;
}
.download-text > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-text img {
    width: 40px;
    height: 29px;
    flex-grow: 1;
    object-fit: cover;
    position: relative;
    top: 3px;
}
.download-text a{
    color: #1bab6e;
}
.products_item{
    border-radius: 6px;
    border: 1px solid #e1e1e1;
}
.products_content {
    padding: 15px;
}
.products_rating{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.products_rating svg{
    width: 16px;
    height: 16px;
    color: #1bab6e;
    text-align: center;
    vertical-align: middle;
}
.products_title a{
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
    color: #999;
}
.products_title h2{
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}
.products_rating span{
    font-size: 11px;
    color: #999;
}
.price_box a{
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
.new-price{
    font-size: 17px;
    font-weight: 800;
    color: #000;
}
.old_price{
    font-size: 14px;
    font-weight: 700;
    color: #999;
}
.add-cart button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    padding: 12px;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #1bab6e;
    border-radius: 5px;
    cursor: pointer;

}
.recent-product-con .generic-heading-btn{
    margin-bottom: 24px;
}
.products_item_img{
    position: relative;
    padding: 0 10px;
    padding-top: 30px;
}
.favorite_icon_box svg{
    width: 16px;
    height: 16px;
}
.favorite_icon_box {
    position: absolute;
    top: 10px;
    right: 10px;
}
.favorite_icon{
    /* width: 32px;
    height: 32px; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
}
.favorite_icon:hover{
    background: #222;
}
.products_item_img figure{
    text-align: center;
    /* padding-top: 10px; */
}
.product_tag_box{
    position: absolute;
    /* top: 20px; */
    top: 10px;
    left: 10px;
    font-size: 10px;
    color: #fff;
}
.product_tag{
    width: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D23636;
    border-radius: 5px 0 0 5px;
    gap: 10px;
}
.dots{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius:50% ;
    background: #fff;
}
.triangle {
    position: absolute;
    right: -16px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 10px 17px;
    border-color: transparent transparent transparent #D23636;
}
.swiper-button-next{
    right: -20px !important;
}
.swiper-button-prev{
    left: -20px !important;
}
.swiper-button-next, .swiper-button-prev{
    width: 48px !important;
    height: 48px !important;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #eee;
    margin-top: 0 !important;
    transform: translateY(-50%);
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 15%);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 800 !important;
}
/**/
.filter-buttons {
    text-align: center;
}

.filter-buttons button {
    margin: 5px;
    padding: 10px 20px;
color: #000;
    border: none;
    background: #ddd;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.filter-buttons button.active {
    background-color: #1bab6e;
    color: white;
}

.arrivals_tab .swiper {
    width: 100%;
    padding: 20px 0;
}


.hidden {
    display: none !important;
}
.arrivals_tab{
    width: 100%;
    float: left;
}
.app-download{
    width: 100%;
    float: left;
}
/*brand logo*/

.brand-logo{
    width: 100%;
    float: left;
    padding-top: 24px;
    padding-bottom: 24px;
}
.brans-logo{
    height: 86px;
    padding: 10px;
    display: flex;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    border: 1px solid #efefef;
}
.brand-slider{
    width: 100%;
    position: relative;
}

.brans-logo a:hover{
    cursor: pointer;
}
.brans-logo a:hover figure{
    transform: scale(1.05);
}
.brans-logo a figure img{
    width: 40px;
    object-fit: contain;
}
.brand-slider .swiper-button-next:after, .brand-slider .swiper-button-prev:after{
    font-size: 14px !important;
}
.brand-logo .generic-heading-btn , .feature-highlights-con .generic-heading-btn{
    padding-bottom: 24px;
}
/*PRICE FILTER*/
.price-filter{
    float: left;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}
/*CONDITION-EXPLAINED*/
.condition-exp{
    width: 100%;
    float: left;
    padding-top: 24px;
    padding-bottom: 24px;
   background:  #f2f2f2f2;
}
.condition-exp-inner{
    display: grid;
    gap: 15px;
    justify-content: space-between;
    grid-template-columns: 28% 70%;
}
.condition-text h6{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.condition-text h6 span{
    color: #00796b;
    display: inline-block;
}
.condition-text p{
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}




:root {
  --bg: #0f172a;
  --card: #1e293b;
  --tooltip: #f1f5f9;
  --primary: #6366f1;
  --text: #0f172a;
  --radius: 16px;
}

.card-grid {
  display: flex;
  gap: 55px;
  flex-wrap: wrap;
}

.hover-card {
    z-index: 5;
    display: flex;
    outline: none;
    cursor: pointer;
    position: relative;
    flex-direction: column;
    /* transition: transform 0.3s ease-in-out; */
}

.hover-card:hover, .hover-card:focus {
  transform: scale(1.05);
  transition: all 0.4s ease-in-out;
}

.hover-card figure {
  width: 138px;
  height: 138px;
  display: flex;
  border-radius: 9999px;
  align-items: flex-end;
  justify-content: center;
  border: 3px solid #e1e1e1;
}
.hover-card img{
    width: 75px;
    height: 105px;
    object-fit: contain;
}
.hover-card:hover figure {
    border-color: #1bab6e;
    background-color: #D4F4e6;
}
.tooltip {
  position: absolute;
  top: -56%;
  left: 50%;
  z-index: 999;
  opacity: 0;
  width: 110px;
  padding: 8px 12px;
  color: var(--text);
  border-radius: 16px;
  pointer-events: none;
  background: #f1f5f9;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.hover-card:hover .tooltip,
.hover-card:focus .tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.tooltip{
    font-size: 12px;
    color: #000000;
    line-height: 13px;
}

.tooltip h4 {
  margin: 0;
  font-weight: 600;
}

.tooltip p {
  margin-top: 4px;
}

.tooltip-actions {
  display: flex;
  gap: 8px;
}







.card-grid-inner{
    display: inline-block;
    margin: 0 auto;

}

.hover-card span{
    margin-top: -10px;
    padding: 5px;
    display: flex;
    gap: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    background: #eaeaea;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-transform: capitalize;
}
.hover-card:hover span{
    color: white;
    background: #00796B;
}
/*feature-highlights*/
.feature-highlights-con{
    width: 100%;
    float: left;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #f2f2f2f2;
}
.feature-highlights-inner{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4 , 1fr);
}
.feature-highlights{
    display: flex;
    gap: 15px;
    padding: 28px 20px;
    border-radius: 8px;
    background: #D4F4E6;
    align-items: center;
}
.feature-highlights > div h6{
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}
.feature-highlights > div a{
    color: #1bab6e;
    font-size: 13px;
    line-height: 14px;
    display: inline-block;
    text-decoration: underline;
}
.feature-highlights-con .generic-heading-btn h3{
    color: #5a5a5a;
}
.slider-wrap-con{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.products_item_img figure img {
        width: 100%;
}
.popular-static-data{
    display: none;
}
.feature-highlights figure{
    width: 42px;
}
.feature-highlights figure img{
    max-width: 100%;
    object-fit: contain;
}
.tabs-slides-inner{
    display: none;
}


