


/*---------------------------------------
  02. Scroll To Top  bottom: 15px; add karavathi scroll thase
----------------------------------------*/
#scrollUp {
    border-radius: 2px;
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 28px;
    height: 45px;
    line-height: 49px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 45px;
    z-index: 200;
  }
  #scrollUp:hover {
  }
  
  @-webkit-keyframes scroll-ani-to-top {
    0% {
      opacity: 0;
      bottom: 0;
    }
    50% {
      opacity: 1;
      bottom: 50%;
    }
    100% {
      opacity: 0;
      bottom: 75%;
    }
  }
  @keyframes scroll-ani-to-top {
    0% {
      opacity: 0;
      bottom: 0;
    }
    50% {
      opacity: 1;
      bottom: 50%;
    }
    100% {
      opacity: 0;
      bottom: 75%;
    }
  }
  #scrollUp:hover i {
    -webkit-animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
            animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  #scrollUp i {
    color: #fff;
  }
   #scrollUp {
    background: #346aff none repeat scroll 0 0;
  }
  
  /*---------------------------------------
    End Scroll To Top
  ----------------------------------------*/
  
  /*---------------------------------------
    03. Our Category Area
  ----------------------------------------*/
  
  /*---------------------------
    Start Section Title
  ----------------------------*/
  
  
  .section__title--2 h2 {
      color: #313131;
      font-family: Poppins;
      font-size: 40px;
      font-weight: 700;
  }
  .section__title--2 p {
      color: #333;
      font-size: 18px;
      margin-top: 23px;
  }
  
  .section__title {
      position: relative;
      padding-left: 24px;
  }
  .section__title::before {
      background: rgba(0, 0, 0, 0) url("images/others/shape/3.png") repeat scroll 0 0 / cover ;
      bottom: 0;
      content: "";
      height: 160px;
      left: 0;
      position: absolute;
      width: 5px;
      z-index: 2;
  }
  
  .section__title h2 {
      color: #313131;
      font-size: 40px;
      text-transform: capitalize;
  }
  .section__title p {
      color: #7d7d7d;
      font-size: 18px;
      margin-top: 4px;
      text-transform: capitalize;
  }
  .section__title.text-center::before {
      left: 41%;
  }
  
  .title__border {
      position: relative;
  }
  .title__border::before {
      background: #ebebeb none repeat scroll 0 0;
      content: "";
      height: 3px;
      position: absolute;
      right: 10%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 63%;
  }
  
  .section__title__with__cat__link .title__border::before {
      right: 4%;
      width: 63%;
  }
  
  .section__title__with__cat__link {
      display: flex;
      justify-content: space-between;
  }
  .ht__gocat__link {
      margin-top: 10px;
  }
  .section__title__with__cat__link  .section__title {
      width: 88%;
  }
  .ht__gocat__link a {
      color: #346aff;
      font-size: 18px;
      font-weight: 700;
      transition: 0.3s;
  }
  .ht__gocat__link a:hover{
      color: #000;
  }
  
  /*---------------------------
    End Section Title
  ----------------------------*/
  
  
  .cat__hover__inner::before {
      background: rgba(0, 0, 0, 0) url("images/others/shape/4.png") repeat scroll 0 0 / cover ;
      bottom: 0;
      content: "";
      height: 160px;
      left: 0;
      position: absolute;
      width: 5px;
      z-index: 2;
  }
  
  .category {
      position: relative;
      margin-top: 40px;
  }
  .fr__hover__info {
      position: absolute;
      right: 20px;
      top: 20px;
  }
  .fr__product__inner {
      padding-top: 10px;
      text-align: center;
  }
  .fr__product__inner h4 a {
      color: #444;
      font-family: Old Standard TT;
      font-size: 14px;
      font-weight: 600;
      text-transform: capitalize;
      transition: all 0.3s ease 0s;
  }

  .fr__product__inner h4 a:hover{
      color: #346aff;
  }
  
  
   .fr__product__inner2 {
      padding-top: 10px;
      text-align: center;
  }
  .fr__product__inner2 h4 a {
      color: #fff;
      font-family: Old Standard TT;
      font-size: 14px;
      font-weight: 600;
      text-transform: capitalize;
      transition: all 0.3s ease 0s;
  }

  .fr__product__inner2 h4 a:hover{
      color: #346aff;
  }
  
  .fr__pro__prize {
      display: flex;
      justify-content: center;
      margin-top: 6px;
      
  }
  .fr__pro__prize li {
      color: #313131;
      font-family: Poppins;
      font-size: 16px;
      font-weight: 500;
      margin: 0 5px;
  }
  .fr__pro__prize li.old__prize {
      color: #888888;
  }

  .fr__product__inner7 {
    text-align: center;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
    color: #3e3e3e;
   
}

.fr__product__inner7h {
    display: -webkit-box;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     margin-bottom: 4px;
     text-align: center;
     width: auto;
     height: auto;
     max-height: 34px;
     font-size: 11px;
     font-weight: 400;
     font-stretch: normal;
     font-style: normal;
     line-height: 17px;
     letter-spacing: normal;
     color: #111;
 }

.fr__product__inner8 {
    max-height: 28px;
    overflow: hidden;
    line-height: 14px;
    margin: 6px 0 1px;
}

  
  /*---------------------------------------
    03. Good Sale Area
  ----------------------------------------*/
  
  
  .htc__good__sale {
      padding: 140px 0;
  }
  .htc__good__sale .row {
      align-items: center;
      display: flex;
  }
  
  .fr__prize__inner h2 {
      color: #494949;
      font-size: 36px;
      font-weight: 700;
      line-height: 45px;
      margin-bottom: 30px;
      padding-right: 10%;
  }
  .fr__prize__inner h3 {
      color: #494949;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 38px;
  }
  .fr__btn {
      background: #346aff none repeat scroll 0 0;
      color: #fff;
      display: inline-block;
      font-family: Poppins;
      font-size: 15px;
      height: 35px;
      line-height: 35px;
      padding: 0 36px;
      transition: 0.3s;
      margin-top:10px;
      margin-bottom:10px;
  }
  
  
  .fr__btn:hover {
      background: #222222 none repeat scroll 0 0;
      color: #fff;
  }
  
  
  .fr__btn12 {
    background: #b3e0ff none repeat scroll 0 0;
    color: #346aff;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    transition: 0.3s;
    margin-top:10px;
    border-radius: 20px;
}


.font_color1{
     color: #F25022;
    }
.font_color2{
     color: #FFB900;
    }
.font_color3{
     color: #7FBA00;
    }
.font_color4{
     color: #00A4EF;
    }
    
.fr__btn6 {
    background: #F25022 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    transition: 0.3s;
    margin-top:5px;
    border-radius: 50px;
}

.fr__btn6:hover {
    background: #00A4EF none repeat scroll 0 0;
    color: #fff;
}
.fr__btn7 {
    background: #FFB900 none repeat scroll 0 0;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    transition: 0.3s;
    margin-top:5px;
    border-radius: 50px;
}


.fr__btn7:hover {
    background: #00A4EF none repeat scroll 0 0;
    color: #fff;
}
     
    
    
 .fr__btn8 {
    background: #637381 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    transition: 0.3s;
    margin-top:5px;
    border-radius: 50px;
}

.fr__btn88 {
    background:  #F5F5F5 none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    transition: 0.3s;
    margin-top:5px;
    border-radius: 50px;
}


.fr__btn8:hover {
    background: #00A4EF none repeat scroll 0 0;
    color: #fff;
}


.fr__btn15 {
   
    color: #346aff;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    transition: 0.3s;
    margin-top:5px;
    border-radius: 50px;
}


.fr__btn15:hover {
    color: #346aff;
}

.fr__btn16 {
    background:  #d8f8c0 none repeat scroll 0 0;
    color: #41ae3c;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    transition: 0.3s;
    margin-top:5px;
    border-radius: 50px;
}


.fr__btn16:hover {
    color:#346aff;
}


.fr__btn19 {
    background:  #346aff20;
    color: #346aff;
    font-family: Poppins;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    transition: 0.3s;
    margin-top:5px;
    border-radius: 50px;
}


.fr__btn17:hover {
    color:#333;
}

.fr__btn9 {
    background: #00A4EF none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    transition: 0.3s;
    margin-top:10px;
    border-radius: 20px;
}


.fr__btn9:hover {
    background: #00A4EF none repeat scroll 0 0;
    color: #fff;
}


.fr__btn10 {
    background: #F5F5F5 none repeat scroll 0 0;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    transition: 0.3s;
    margin-top:5px;
    border-radius: 50px;
}


.fr__btn11 {
    background: #ffffff none repeat scroll 0 0;
    color:#346aff;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    transition: 0.3s;
    margin-top:5px;
    border-radius: 50px;
}

.fr__btn11:hover {
    background: #00A4EF none repeat scroll 0 0;
    color: #fff;
} 

.fr__btn7:hover {
    background: #00A4EF none repeat scroll 0 0;
    color: #fff;
}  


  /*---------------------------------------
    04. New Arrivals Area
  ----------------------------------------*/
  
  .product {
      margin-top: 40px;
      position: relative;
  }
  .product__wrap {
      margin-top: 30px;
  }
  .product__thumb a {
      display: block;
  }
  .product__thumb a img {
      width: 100%;
  }
  .product__offer {
      left: 30px;
      position: absolute;
      top: 20px;
  }
  .product__offer span {
      color: #346aff;
      font-family: 'Poppins', sans-serif;
      font-size: 13px;
      text-transform: uppercase;
  }
  .product__offer span.new {
      color: #ffa200;
  }
  .product__offer span + span {
      padding-left: 10px;
  }
  .product__thumb {
      position: relative;
      overflow: hidden;
  }
  .product__hover__info {
      bottom: -20px;
      margin: auto;
      position: absolute;
      width: 100%;
      opacity: 0;
      transition: 0.5s;
  }
  .product:hover .product__hover__info {
      bottom: 0px;
      opacity: 1;
  }
  
  .product__action {
      display: flex;
      justify-content: center;
      flex-flow: column;
  }
  .product__action li a {
      background: #fefefe none repeat scroll 0 0;
      display: inline-block;
      height: 50px;
      line-height: 60px;
      text-align: center;
      transition: all 0.4s ease 0s;
      width: 50px;
  }
  .product__action li {
      margin: 0;
      margin-bottom: 2px;
  }
  .product__action li a i {
      color: #313131;
      font-size: 18px;
      transition: all 0.4s ease 0s;
  }
  .product__action li a:hover {
      background: #346aff none repeat scroll 0 0;
  }
  .product__action li a:hover i {
      color: #fff;
  }
  
  .product__action li:nth-child(1) {
      opacity: 0;
      transition: opacity 300ms linear 0s;
  }
  .product__action li:nth-child(2) {
      opacity: 0;
      transition: opacity 500ms linear 0s;
  }
  .product__action li:nth-child(3) {
      opacity: 0;
      transition: opacity 700ms linear 0s;
  }
  
  .category:hover .product__action li:nth-child(1) {
      -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInRight;
            animation: 300ms ease-in-out 0s normal none 1 running fadeInRight;
      opacity: 1;
      transition: opacity 300ms linear 0s;
  }
  
  .category:hover .product__action li:nth-child(2) {
      -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
            animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
      opacity: 1;
      transition: opacity 500ms linear 0s;
  }
  
  .category:hover .product__action li:nth-child(3) {
      -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInRight;
            animation: 700ms ease-in-out 0s normal none 1 running fadeInRight;
      opacity: 1;
      transition: opacity 700ms linear 0s;
  }
  
  .category {
      overflow: hidden;
      position: relative;
  }
  .fr__product__inner.inner__position {
      background: #fff none repeat scroll 0 0;
      bottom: -20px;
      left: 0;
      opacity: 0;
      padding: 30px 20px;
      position: absolute;
      text-align: left;
      transition: all 0.5s ease 0s;
      width: 100%;
  }
  
  .inner__position .fr__pro__prize {
      float: left;
      justify-content: flex-start;
  }
  .category:hover .fr__product__inner.inner__position {
      bottom: 0;
      opacity: 1;
  }
  .inner__position .rating {
      display: flex;
      float: right;
  }
  .inner__position .fr__pro__prize {
      margin-top: 0;
  }
  .inner__position .fr__product__inner h4 a {
      display: block;
      margin-bottom: 8px;
  }
  
  
  .product__inner {
      padding-top: 25px;
      text-align: center;
  }
  .pro__prize {
      display: flex;
      justify-content: center;
      margin-top: 7px;
  }
  .product__details h2 {
      color: #444;
      font-family: Old Standard TT;
      font-size: 16px;
      font-weight: 600;
      text-transform: capitalize;
  }
  .pro__prize li {
      color: #313131;
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: 600;
  }
  .pro__prize li.old__prize {
      color: #888888;
      font-weight: 400;
      padding-right: 12px;
  }
  .htc__product__area {
      padding-top: 60px;
  }
  /*----------------------------------
    Show More Button
  -------------------------------------*/
  
  
  .ht__show__more__btn {
      text-align: center;
  }
  .ht__show__more__btn a {
      color: #313131;
      display: inline-block;
      font-size: 18px;
      margin-top: 56px;
      padding-bottom: 10px;
      position: relative;
      text-transform: capitalize;
      transition: all 0.4s ease 0s;
  }
  .ht__show__more__btn a::before {
      background: #333333 none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 4px;
      position: absolute;
      transition: all 0.4s ease 0s;
      width: 100%;
  }
  .ht__show__more__btn a:hover {
      color: #346aff;
  }
  .ht__show__more__btn a:hover::before {
      background: #346aff none repeat scroll 0 0;
  }
  
  /*---------------------------------------
    05. Testimonial Area
  ----------------------------------------*/
  
  
  .ht__testimonial__activation {
      overflow: hidden;
      padding: 100px 105px;
  }
  .testimonial {
      display: flex;
  }
  .testimonial__thumb {
      margin-right: 38px;
      min-width: 88px;
      position: relative;
  }
  .testimonial__details h4 {
      color: #333333;
      font-size: 16px;
      text-transform: capitalize;
  }
  .testimonial__details p {
      margin-top: 9px;
  }
  .testimonial__thumb::before {
      background: #252525 none repeat scroll 0 0;
      bottom: -7px;
      content: "";
      height: 3px;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 25px;
  }
  .testimonial__thumb img {
      width: 100%;
  }
  .quote {
      background: #346aff none repeat scroll 0 0;
      border-radius: 100%;
      height: 30px;
      line-height: 26px;
      position: absolute;
      right: -9px;
      text-align: center;
      width: 30px;
      top: 0;
  }
  .quote img {
      width: auto;
      display: inline-block;
  }
  .ht__testimonial__activation .slick-prev,
  .ht__testimonial__activation .slick-next {
      display: none !important;
  }
  
  /*------------------------------
      Testimonial 2
  -------------------------------*/
  
  
  .testimonial__area.testimonial--2 {
      padding: 60px 102px 115px 65px;
  }
  .testimonial--2 .ht__test__title h2 {
      color: #212121;
      font-size: 24px;
      font-weight: 500;
      text-transform: uppercase;
  }
  .testimonial--2 .ht__test__title p {
      color: #666666;
      font-size: 18px;
      font-style: italic;
      margin-top: 8px;
  }
  .testimonial--2 .ht__test__title {
      margin-bottom: 58px;
  }
  .testimonial--2 .testimonial__activation--2 .testimonial + .testimonial {
      margin-top: 96px;
  }
  /*---------------------------------------
    06. Blog Area
  ----------------------------------------*/
  
  
  .blog {
      margin-top: 40px;
  }
  .blog__thumb a img{
      width: 100%;
  }
  .ht__blog__wrap {
      margin-top: 30px;
  }
  .blog__details {
      padding-top: 34px;
  }
  .bl__date span {
      color: #777777;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      padding-bottom: 7px;
      position: relative;
  }
  .bl__date span::before {
      background: #000000 none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 3px;
      left: 0;
      position: absolute;
      width: 100%;
  }
  .blog__details h2 {
      color: #222222;
      font-size: 20px;
      font-weight: 500;
      line-height: 32px;
      margin-top: 22px;
  }
  .blog__details p {
      color: #777777;
      font-size: 17px;
      margin-bottom: 25px;
      margin-top: 18px;
  }
  .blog__btn a {
      color: #346aff;
      display: inline-block;
      font-family: "Poppins",sans-serif;
      font-size: 15px;
      transition: all 0.4s ease 0s;
  }
  .blog__btn a i {
      padding-right: 9px;
  }
  .blog__btn a:hover {
      color: #222;
  }
  
  /*---------------------------------------
    07. Brand Area
  ----------------------------------------*/
  
  .brand__list {
      display: flex;
      justify-content: space-between;
  }
  .ht__brand__inner {
    padding: 100px 0;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
  }
  .owl-carousel .owl-item img {
    width: 100%;
    
  }
  .brand__list li a img {
    display: block;
    margin: auto;
  }
  
  
  
  /*---------------------------------------
    08. Banner Area
  ----------------------------------------*/
  
  
  /*---------------------------------------
    09. Contact Area
  ----------------------------------------*/
  
  #googleMap{
      width: 100%;
      height: 371px;
  }
  
  #googleMap2{
      width: 100%;
      height: 371px;
  }
  .map-contacts--2 #googleMap {
      height: 500px;
      width: 100%;
  }
  
  /*---------------------------------------
    10. Service Area
  ----------------------------------------*/
  
  .htc__service__area {
      padding: 112px 0;
      position: relative;
  }
  .htc__service__area::before {
      background: #36b997 none repeat scroll 0 0;
      content: "";
      height: 1px;
      position: absolute;
      top: 45%;
      width: 100%;
  }
  .service {
      text-align: center;
  }
  .service__icon i {
      color: #212121;
      font-size: 44px;
  }
  .service__details h2 {
      background: #346aff none repeat scroll 0 0;
      color: #212121;
      display: inline-block;
      font-size: 20px;
      font-weight: 600;
      margin-top: 14px;
      padding: 0 30px 23px;
      position: relative;
      text-transform: uppercase;
      transition: all 0.4s ease 0s;
  }
  .service__details p {
      color: #212121;
      font-size: 16px;
      margin: 10px auto 0;
      width: 85%;
  }
  .service__details h2::before {
      background: #000000 none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 15px;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 2px;
  }
  .service__details h2:hover a {
      color: #fff;
  }
  .service__details h2 a {
      transition: all 0.4s ease 0s;
  }
  
  
  /*--------------------------
      Service 2
  ---------------------------*/
  
  .htc__service__area.service--2 {
      padding: 0;
  }
  .htc__service__area.service--2::before {
      display: none;
  }
  .service--2 .service {
      text-align: center;
      padding: 60px 30px;
  }
  
  /*---------------------------------------
    11. Promo Box Area
  ----------------------------------------*/
  
  
  
  
  .htc__promo__thumb {
      padding-bottom: 175px;
      padding-top: 93px;
  }
  .htc__promo__text {
      padding-left: 258px;
  }
  /*------------------
    Promo Style 2
  --------------------*/
  
  .htc__promo__box [class*="col-"] {
      padding: 0px;
  }
  
  .promobox {
      overflow: hidden;
      position: relative;
  }
  
  .promobox:hover .promo__thumb img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
  }
  .promo__thumb img {
      transition: all 0.5s ease 0s;
  }
  
  .ht__promo__details {
      left: 50%;
      position: absolute;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
  }
  .ht__promo__details h2 {
      color: #ffffff;
      display: inline-block;
      font-size: 40px;
      margin-bottom: 21px;
      padding-bottom: 9px;
      position: relative;
  }
  .ht__promo__details h2::before {
      background: #fff none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 3px;
      left: 0;
      position: absolute;
      width: 100%;
  }
  .ht__promo__details h4 {
      color: #ffffff;
      font-family: 'Old Standard TT', serif;
      font-size: 60px;
      font-weight: 700;
      position: relative;
      text-transform: uppercase;
  }
  .ht__promo__details h4::before {
      background: #fff none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 3px;
      position: absolute;
      width: 100%;
  }
  
  /*-----------------------------
    Promo Style 3
  ----------------------------*/
  
  
  .big__promo__inner {
      overflow: hidden;
      position: relative;
  }
  .big__promo__inner:hover .bg__promo__thumb img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
  }
  .bg__promo__thumb img {
      transition: all 0.5s ease 0s;
  }
  .big__promo__details {
      left: 94px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
  }
  .big__promo__box {
      left: 100px;
      position: absolute;
      top: 70px;
  }
  .big__promo__details h4 span {
      color: #346aff;
      display: block;
      font-family: 'Old Standard TT', serif;
      font-size: 72px;
      font-weight: 700;
      text-transform: uppercase;
  }
  .big__promo__details p span {
      color: #2e2e2e;
      display: block;
      font-size: 60px;
      font-weight: 700;
      line-height: 71px;
      text-transform: uppercase;
  }
  .big__promo__details p {
      left: 149%;
      position: absolute;
      top: 30%;
  }
  .promo__align--right .big__promo__box {
      right: 100px;
      left: auto;
  }
  
  /*-----------------------------
    Promo Style 4
  ----------------------------*/
  
  
  .htc__promobox--5 {
      padding: 115px 0;
  }
  .ht__promo__inner h6 {
      color: #346aff;
      font-size: 26px;
      font-weight: 500;
      margin-bottom: 20px;
      text-transform: capitalize;
  }
  .ht__promo__inner h2 {
      color: #343434;
      display: inline-block;
      font-size: 38px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      text-transform: uppercase;
  }
  .ht__promo__inner h4 {
      color: #000000;
      display: inline-block;
      font-family: 'Old Standard TT', serif;
      font-size: 60px;
      font-weight: 700;
      position: relative;
      text-transform: uppercase;
  }
  
  .ht__promo__inner h2::before {
      background: #343434 none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 3px;
      position: absolute;
      width: 100%;
  }
  .ht__promo__inner h4::before {
      background: #000000 none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 3px;
      position: absolute;
      width: 100%;
  }
  
  
  /*---------------------------------------
    12. About Area
  ----------------------------------------*/
  
  
  .htc__about__thumb {
      position: absolute;
      right: 90px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
  }
  
  .about {
      padding: 120px 0;
  }
  .ht__about__inner h2 {
      color: #346aff;
      font-size: 39px;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 30px;
      position: relative;
      text-transform: uppercase;
      z-index: 3;
  }
  .ht__about__inner h4 {
      color: #b3b3b3;
      font-family: 'Old Standard TT', serif;
      font-size: 90px;
      font-weight: 700;
      line-height: 40px;
      position: relative;
      z-index: 1;
  }
  .ht__about__details p {
      color: #222222;
      font-size: 17px;
      line-height: 26px;
  }
  .ht__about__details p + p {
      margin-top: 17px;
  }
  .ht__about__details {
      margin-top: 27px;
  }
  .ht__about__btn {
      margin-top: 23px;
  }
  .ht__about__btn a {
      background: #346aff none repeat scroll 0 0;
      border: 1px solid #346aff;
      color: #ffffff;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      height: 40px;
      line-height: 40px;
      padding: 0 28px;
      text-transform: uppercase;
      transition: all 0.3s ease 0s;
  }
  .ht__about__btn a:hover {
      background: transparent none repeat scroll 0 0;
      border: 1px solid #346aff;
      color: #346aff;
  }
  
  .ht__about__inner h2 span {
      color: #222222;
      position: relative;
  }
  .ht__about__inner h2 span::before {
      background: #000 none repeat scroll 0 0;
      bottom: 9px;
      content: "";
      height: 4px;
      position: absolute;
      width: 100%;
  }
  
  /*---------------------------------------
    13. Best Sell Product
  ----------------------------------------*/
  
  
  
  .ht__bann__details {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
  }
  .ht__bann__details p span {
      color: #fff;
      font-size: 64px;
      line-height: 77px;
      position: relative;
  }
  .ht__bann__details p span.theme-color {
      color: #346aff;
      font-family: "Poppins",sans-serif;
      font-weight: 700;
      margin-top: 16px;
      display: inline-block;
      margin-bottom: 19px;
  }
  .ht__bann__details p span::before {
      background: #fff none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 3px;
      position: absolute;
      width: 100%;
  }
  .ht__bann__details p span.theme-color::before {
      background: #4dd2b1 none repeat scroll 0 0;
  }
  
  .banner--2 {
      position: relative;
      overflow: hidden;
  }
  .banner--2::before {
      background: #fff none repeat scroll 0 0;
      content: "";
      height: 386px;
      left: 50%;
      opacity: 1;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(24deg);
              transform: translateY(-50%) rotate(24deg);
      transition: all 0.3s ease 0s;
      width: 1px;
  }
  
  .ht__bnn__thumb {
      overflow: hidden;
  }
  .ht__bnn__thumb:hover img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
  }
  .ht__bnn__thumb img {
      transition: all 0.5s ease 0s;
  }
  
  .htc__best__product {
    align-items: center;
    display: flex;
    margin-top: 40px;
  }
  
  .htc__best__pro__thumb {
      margin-right: 30px;
      min-width: 180px;
  }
  .htc__best__product__details h2 {
      color: #444;
      font-family: "Old Standard TT",serif;
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 17px;
      text-transform: capitalize;
  }
  .rating {
      display: flex;
  }
  .rating li i {
      color: #346aff;
      font-size: 15px;
  }
  .rating li + li {
      margin-left: 4px;
  }
  .rating li.old i {
      color: #777777;
  }
  
  
  .top__pro__prize {
      display: flex;
      margin-top: 13px;
  }
  .top__pro__prize li {
      color: #313131;
      font-family: Poppins;
      font-size: 15px;
      font-weight: 500;
  }
  .top__pro__prize li.old__prize {
      color: #888888;
      font-weight: 400;
      padding-right: 10px;
  }
  .product__action--dft {
      display: flex;
  }
  .product__action--dft li a {
      background: #f6f6f6 none repeat scroll 0 0;
      color: #313131;
      display: inline-block;
      font-size: 18px;
      height: 50px;
      line-height: 53px;
      text-align: center;
      transition: all 0.3s ease 0s;
      width: 50px;
  }
  .best__product__action {
      margin-top: 32px;
  }
  .product__action--dft li {
      margin-right: 4px;
  }
  .product__action--dft li a:hover {
      background: #346aff none repeat scroll 0 0;
      color: #fff;
  }
  
  
  .htc__best__sell__wrap .pro__prize {
      justify-content: flex-start;
      margin-top: 13px;
  }
  .htc__best__sell__wrap .product__action {
      justify-content: flex-start;
  }
  .htc__best__sell__wrap .product__action li a {
      background: #f6f6f6;
  }
  .htc__best__sell__wrap .product__action li a:hover {
      background: #346aff;
      color: #fff;
  }
  .htc__best__sell__wrap .best__product__action {
      margin-top: 33px;
  }
  
  /*---------------------------------------
    14. Intractive Banner Area
  ----------------------------------------*/
  
  .htc__inatractive__banner [class*="col-"] {
      padding: 0px;
  }
  
  .ht__intrac__details {
      left: 100px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
  }
  .ht__intrac__details h6 {
      color: #b7b7b7;
      font-size: 15px;
      letter-spacing: 7px;
      text-transform: uppercase;
  }
  .ht__intrac__details h1 {
      color: #ffffff;
      font-family: 'Old Standard TT', serif;
      font-size: 72px;
      font-weight: 700;
      line-height: 91px;
      margin-top: 17px;
      text-transform: uppercase;
  }
  .ht__intrac__btn a {
      background: #fff none repeat scroll 0 0;
      color: #222222;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      height: 50px;
      line-height: 50px;
      padding: 0 25px;
      text-transform: uppercase;
      transition: all 0.3s ease 0s;
  }
  .ht__intrac__btn {
      margin-top: 72px;
  }
  .ht__intrac__btn a:hover {
      background: #346aff none repeat scroll 0 0;
      color: #fff;
  }
  .ht__intrac__details::before {
      background: #346aff none repeat scroll 0 0;
      content: "";
      height: 386px;
      left: 50%;
      position: absolute;
      top: -45px;
      -webkit-transform: rotate(29deg);
              transform: rotate(29deg);
      width: 1px;
  }
  
  
  /*------------------------------
      Intractive Banner Style 2
  ---------------------------------*/
  
  .inc__banner--2 .ht__intrac__details {
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      text-align: center;
  }
  .inc__banner--2 .ht__intrac__details h6 {
      color: #ffffff;
      font-family: 'Old Standard TT', serif;
      font-size: 46px;
      font-weight: 700;
      letter-spacing: 2px;
      margin-bottom: 20px;
  }
  .inc__banner--2 .ht__intrac__details::before {
      display: none;
  }
  .inc__banner--2 .ht__intrac__details h2 {
      color: #ffffff;
      font-size: 112px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 88px;
  }
  .inc__banner--2 .ht__intrac__details span {
      display: block;
      text-align: left;
  }
  /*---------------------------------------
    15. Fashion Icon Area
  ----------------------------------------*/
  
  
  .htc__fashion__icon {
      padding: 211px 0;
  }
  .htc__fashion__icon__inner {
      text-align: center;
  }
  .htc__fashion__icon__inner h2 {
      color: #346aff;
      display: inline-block;
      font-size: 48px;
      margin-bottom: 50px;
      padding-bottom: 10px;
      position: relative;
      text-transform: uppercase;
  }
  .htc__fashion__icon__inner h2::before {
      background: #346aff none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 3px;
      position: absolute;
      width: 100%;
  }
  .ht__fson__btn a {
      background: #212121 none repeat scroll 0 0;
      color: #346aff;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      height: 50px;
      line-height: 50px;
      padding: 0 26px;
      text-transform: capitalize;
      transition: all 0.3s ease 0s;
  }
  .ht__fson__btn a i {
      padding-right: 9px;
  }
  .ht__fson__btn a:hover {
      background: #346aff none repeat scroll 0 0;
      color: #fff;
  }
  
  /*------------------------------
    16. Bradcaump Area
  --------------------------------*/
  
  .ht__bradcaump__wrap {
      align-items: center;
      display: flex;
      height: 270px;
  }
  .breadcrumb-item {
      color: #494949;
      font-family: "Poppins",sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-transform: capitalize;
  }
  .bradcaump-inner a.breadcrumb-item {
      font-weight: 500;
  }
  .brd-separetor {
      padding: 0 10px;
  }
  
  .brd-separetor i {
      color: #494949;
      font-size: 18px;
  }
  .bradcaump__inner {
      text-align: center;
  }
  
  /*------------------------------
    17. Product Sibebar Area
  --------------------------------*/
  
  .single-grid-view.tab-pane:not(.active) {
      display: none;
  }
  
  .htc__grid__top {
      display: flex;
      justify-content: space-between;
  }
  .htc__select__option {
      display: flex;
  }
  
  .view__mode {
      display: flex;
      flex-direction: row-reverse;
     }
  
  .view__mode li a i {
      background: #f7f6f8 none repeat scroll 0 0;
      color: #3f3f3f;
      display: inline-block;
      font-size: 25px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      transition: all 0.3s ease 0s;
      width: 42px;
  }
  .view__mode li + li {
      margin-left: 5px;
  }
  .view__mode li a:hover i {
      color: #346aff;
  }


  .view__mode1 {
    display: flex;
  }

.view__mode1 li a i {
    background: #f7f6f8 none repeat scroll 0 0;
    color: #3f3f3f;
    display: inline-block;
    font-size: 19px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 42px;
}
.view__mode1 li + li {
    margin-left: 5px;
}
.view__mode1 li a:hover i {
    color: #346aff;
}


  .ht__pro__qun span {
      color: #3f3f3f;
      font-size: 16px;
  }
  .htc__select__option .ht__select + .ht__select {
      margin-left: 20px;
  }
  
  .view__mode li.active a i {
      color: #346aff;
  }
  .title__line--3 {
      color: #3f3f3f;
      font-size: 24px;
      padding-bottom: 12px;
      position: relative;
      text-transform: uppercase;
  }
  .title__line--3::before {
      background: rgba(0, 0, 0, 0) url("images/others/shape/5.png") no-repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 4px;
      position: absolute;
      width: 100%;
  }
  .htc__category {
      margin-top: 40px;
  }
  .title__line--4 {
      border-bottom: 1px solid #cfcfcf;
      color: #212121;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 20px;
      padding-bottom: 15px;
      text-transform: uppercase;
  }
  .ht__cat__list li a {
      color: #444;
      font-size: 16px;
      font-weight: 600;
      text-transform: capitalize;
      transition: all 0.3s ease 0s;
  }
  .ht__cat__list li a:hover{
      color: #346aff;
  }
  .ht__cat__list li + li {
      padding-top: 11px;
  }
  
  .ht__pro__color {
      margin-top: 28px;
  }
  .ht__color__list {
      display: flex;
  }
  .ht__pro__size {
      margin-top: 38px;
  }
  .ht__color__list li a {
      background: #000 none repeat scroll 0 0;
      border-radius: 100%;
      color: #fff;
      display: inline-block;
      height: 30px;
      text-indent: -9999px;
      width: 30px;
  }
  .ht__color__list li + li {
      margin-left: 10px;
  }
  .ht__color__list li.grey a {
      background: #6657c5 none repeat scroll 0 0;
  }
  .ht__color__list li.lamon a {
      background: #10a8ff none repeat scroll 0 0;
  }
  .ht__color__list li.white a {
      background: #66bdbe none repeat scroll 0 0;
  }
  .ht__color__list li.red a {
      background: #a2be66 none repeat scroll 0 0;
  }
  .ht__color__list li.black a {
      background: #ae66be none repeat scroll 0 0;
  }
  .ht__color__list li.pink a {
      background: #e967a7 none repeat scroll 0 0;
  }
  .ht__size__list {
      display: flex;
  }
  .ht__size__list li a {
      color: #444;
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      line-height: 40px;
      text-transform: uppercase;
      transition: all 0.3s ease 0s;
  }
  .ht__size__list li + li {
      margin-left: 20px;
  }
  .ht__size__list li a:hover {
      color: #346aff;
  }
  .htc__tag {
      margin-top: 23px;
  }
  .ht__tag__list {
      display: flex;
      flex-flow: row wrap;
      margin-left: -5px;
      margin-right: -5px;
  }
  .ht__tag__list li a {
      color: #444;
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      text-transform: capitalize;
      transition: all 0.4s ease 0s;
  }
  .ht__tag__list li a:hover{
      color: #346aff;
  }
  .ht__tag__list li + li {
    margin-left: 9px;
    padding-left: 12px;
    position: relative;
  }
  .ht__tag__list li + li::before {
    content: "/";
    position: absolute;
    left: 0;
  }
  .htc__compare__area {
      margin-top: 31px;
  }
  .htc__compare__list li a {
      color: #444;
      font-size: 16px;
      font-weight: 600;
      line-height: 23px;
  }
  .htc__compare__list li + li {
      border-top: 1px solid #e1e1e1;
      padding: 10px 0;
  }
  .htc__compare__list li:last-child {
      border-bottom: 1px solid #e1e1e1;
  }
  .htc__compare__list li:first-child {
      padding-bottom: 10px;
  }
  .htc__compare__list li a i {
      float: right;
      transition: all 0.4s ease 0s;
  }
  .htc__compare__list li a:hover i {
      color: #ee393e;
  }
  .ht__com__btn {
      display: flex;
      justify-content: space-between;
      margin-top: 14px;
  }
  
  .htc__recent__product {
      margin-top: 39px;
  }
  .ht__com__btn li a {
      color: #ed1c24;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
  }
  .ht__com__btn li.compare a {
      background: #555555 none repeat scroll 0 0;
      color: #fffefe;
      display: inline-block;
      height: 30px;
      line-height: 30px;
      padding: 0 25px;
      transition: all 0.4s ease 0s;
  }
  .ht__com__btn li.compare a:hover {
      background: #346aff none repeat scroll 0 0;
  }
  .htc__recent__product__inner .htc__best__pro__thumb {
      min-width: 100px;
  }
  .htc__recent__product__inner .pro__prize {
      justify-content: flex-start;
  }
  .htc__recent__product__inner .htc__best__product {
      margin-top: 30px;
  }
  .htc__recent__product__inner {
      margin-top: 41px;
  }
  .price--output > span {
      float: left;
      color: #666666;
      font-size: 14px;
  }
  .price--output > * {
      display: inline-block;
      float: left;
  }
  .price__output--wrap {
      align-items: center;
      display: flex;
      justify-content: space-between;
  }
  .slider__range--output {
      margin-top: 18px;
  }
  .price--filter a {
      text-transform: uppercase;
      background: #333333;
      color: #fff;
      padding: 0 22px;
      height: 30px;
      display: inline-block;
      line-height: 30px;
      font-family: 'Poppins', sans-serif;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      transition: 0.4s;
  }
  .price--output input {
      padding-left: 10px;
      width: 70%;
  }
  .price--output input {
      border: medium none;
  }
  .price--filter a:hover{
      background: #346aff;
      color: #fff;
  }
  
  
  
  
  
  /*------------------------
    Shop List Sidebar
  ---------------------------*/
  
  .ht__list__product {
      margin-top: 40px;
  }
  .ht__list__product {
      display: flex;
  }
  .ht__list__thumb {
      margin-right: 40px;
      min-width: 290px;
  }
  .ht__list__thumb img {
      width: 100%;
  }
  .htc__list__details h2 {
      color: #444;
      font-family: Old Standard TT;
      font-size: 19px;
      font-weight: 600;
      margin-bottom: 12px;
      text-transform: capitalize;
  }
  .htc__list__details .pro__prize {
      justify-content: flex-start;
      margin-bottom: 11px;
      margin-top: 0;
  }
  .htc__list__details p {
      color: #666666;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 26px;
      margin-top: 15px;
  }
  .htc__list__details .product__action {
      justify-content: flex-start;
  }
  .ht__list__product .product__action li a {
      background: #f6f6f6 none repeat scroll 0 0;
  }
  .ht__list__product .product__action li + li {
      margin-left: 30px;
  }
  .ht__list__product .product__action li.ht__addto__cart a {
      background: #346aff none repeat scroll 0 0;
      color: #ffffff;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      height: 50px;
      line-height: 50px;
      padding: 0 17px 0 0;
      text-transform: uppercase;
      transition: all 0.4s ease 0s;
      width: auto;
  }
  .ht__list__product .product__action li.ht__addto__cart a i {
      background: #346aff none repeat scroll 0 0;
      border-right: 1px solid #fff;
      color: #fff;
      display: inline-block;
      height: 50px;
      line-height: 45px;
      margin: 0 17px 0 auto;
      position: relative;
      width: 50px;
  }
  
  .ht__list__product .product__action li.ht__addto__cart a:hover,
  .ht__list__product .product__action li.ht__addto__cart a.active {
      background: #212121 none repeat scroll 0 0;
  }
  .ht__list__product .product__action li.ht__addto__cart a.active:hover{
      background: #346aff;
  }
  .ht__list__product .product__action li a:hover {
      background: #346aff;
      color: #fff;
  }
  .ui-widget.ui-widget-content {
      background: #346aff none repeat scroll 0 0;
      border: 1px solid transparent;
      height: 5px;
  }
  .ui-slider .ui-slider-handle {
      cursor: default;
      height: 14px;
      position: absolute;
      touch-action: none;
      width: 14px;
      z-index: 2;
      border-radius: 100%;
  }
  .ui-slider-horizontal .ui-slider-handle {
      top: -6px;
  }
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
      background: #333333 none repeat scroll 0 0;
      border: 1px solid #333333;
      color: #333333;
  }
  .ui-slider-horizontal .ui-slider-range {
      height: 100%;
      top: -1px;
      background: #333333;
      height: 6px;
  
  }
  select.ht__select {
      background-color: #f7f6f8;
      border: 0 none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      background-image: url("images/icons/select-option.png");
      background-position: right 7% center;
      background-size: contain;
      background-repeat: no-repeat;
      padding: 0 32px 0 15px;
      background-size: 14px;
      height: 35px;
      color: #3f3f3f;
  }
  
  /*------------------------------
    18. Product Details
  --------------------------------*/
  
  .pro__single__content.tab-pane:not(.active) {
      display: none;
  }
  
  .product__small__images {
      bottom: 35px;
      display: flex;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
  }
  .htc__product__details__tab__content {
      position: relative;
  }
  .product__small__images li {
      border: 1px solid #fff;
      margin: 0 8px;
      transition: all 0.4s ease 0s;
  }
  .product__small__images li.active {
      border: 1px solid #346aff;
  }
  .product__small__images li:hover {
      border: 1px solid #346aff;
  }
  .ht__product__dtl h2 {
      color: #444;
      font-family: Old Standard TT;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
  }
  .ht__product__dtl h6 {
      color: #100d13;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      margin-top: 11px;
      margin-bottom: 11px;
  }
  .ht__product__dtl h6 span {
      color: #868686;
      font-family: 'Old Standard TT', serif;
      font-size: 15px;
      text-transform: uppercase;
  }
  .ht__product__dtl .pro__prize {
      justify-content: flex-start;
  }
  .ht__product__dtl p {
      color: #666666;
      font-size: 16px;
      line-height: 26px;
      margin-top: 12px;
  }
  .sin__desc p {
      color: #868686;
      display: inline-block;
      font-family: 'Old Standard TT', serif;
      font-size: 16px;
      font-weight: 400;
      text-transform: capitalize;
      margin: 0;
  }
  .sin__desc p span {
      color: #100d13;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      text-transform: capitalize;
  }
  .pro__color {
      display: flex;
      margin-left: 10px;
  }
  .sin__desc.align--left {
      align-items: center;
      display: flex;
      margin-top: 21px;
  }
  .pro__color li a {
      /*background: #000 none repeat scroll 0 0;*/
      display: inline-block;
      height: 20px;
      text-indent: -999999px;
      width: 20px;
  }
  .pro__color li + li {
      margin-left: 10px;
  }
  .pro__more__btn {
      margin-left: 10px;
  }
  .pro__more__btn a {
      border: 1px solid #d7d7d7;
      color: #212121;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      font-size: 12px;
      font-weight: 600;
      height: 20px;
      line-height: 19px;
      padding: 0 8px;
      text-transform: uppercase;
  }
  .ht__pro__desc {
      margin-top: 25px;
  }
  
  .pro__cat__list {
      display: flex;
      margin-left: 10px;
  }
  .pro__share {
      display: flex;
      margin-top: 16px;
  }
  
  .pro__color li.red a {
      background: #003471 none repeat scroll 0 0;
  }
  .pro__color li.green a {
      background: #754c24 none repeat scroll 0 0;
  }
  .pro__color li.balck a {
      background: #100d13 none repeat scroll 0 0;
  }
  .pro__cat__list li a {
      color: #666666;
      font-size: 16px;
      transition: 0.3s;
  }
  .pro__cat__list li a:hover{
      color: #346aff;
  }
  .pro__cat__list li + li {
      padding-left: 7px;
  }
  .pro__share li a {
      border-radius: 100%;
      color: #212121;
      display: inline-block;
      font-size: 16px;
      height: 32px;
      line-height: 36px;
      text-align: center;
      transition: all 0.3s ease 0s;
      width: 32px;
  }
  .pro__share li a:hover {
      background: #346aff none repeat scroll 0 0;
      color: #fff;
  }
  .pro__share li + li {
      margin-left: 9px;
  }
  .sin__desc.product__share__link {
      margin-top: 18px;
  }
  
  .sin__desc.product__share__link {
      margin-top: 18px;
  }
  .pro__details__tab {
      align-items: center;
      border-color: #e1e1e1;
      border-style: solid;
      border-width: 1px;
      display: flex;
      margin-bottom: 28px;
  }
  .pro__details__tab li {
      height: 45px;
      line-height: 45px;
      padding: 0 20px;
  }
  .pro__details__tab li a {
      color: #ffffff;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      transition: all 0.4s ease 0s;
  }
  .pro__details__tab li + li {
      border-left: 1px solid #e1e1e1;
  }
  .pro__details__tab li:last-child {
      border-right: 1px solid #e1e1e1;
  }
  .pro__details__tab li.active a {
      color: #333333;
  }
  .pro__details__tab li a:hover {
      color: #333333;
  }
  .pro__tab__content__inner p {
      color: #666666;
      font-size: 16px;
      line-height: 26px;
  }
  .pro__tab__content__inner h4.ht__pro__title {
      color: #000000;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 17px;
      margin-top: 30px;
      text-transform: capitalize;
  }
  .pro__tab__content__inner p + p {
      margin-top: 32px;
  }
  .ht__pro__details__content {
      padding-bottom: 90px;
  }
  select.select__size {
      border: 1px solid #afafaf;
      color: #afafaf;
      height: 20px;
      margin-left: 10px;
      width: 41px;
      padding: 0 4px;
  }
  
  select.select__size {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      background: rgba(0, 0, 0, 0) url("images/icons/select-option.png") no-repeat scroll 87% 7px / 10px 5px;
      padding-right: 16px;
  }
  
  
  
  /*---------------------------------------
    19. Our Cart Area
  ----------------------------------------*/
  
  .cart-title-area{
      padding-top: 30px;
  }
  .car-header-title h2{
      font-size: 20px;
      margin: 0;
      text-transform: uppercase;
  }
  .table-content table{
      background: #fff none repeat scroll 0 0;
      border-color: #c1c1c1;
      border-radius: 0;
      border-style: solid;
      border-width: 1px 0 0 1px;
      margin: 0 0 50px;
      text-align: center;
      width: 100%;
  }
  .table-content table th {
      border-top: medium none;
      padding: 20px 10px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle;
      white-space: nowrap;
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-weight: 600;
      font-size: 16px;
  }
  .table-content table th,.table-content table td{
      border-bottom: 1px solid #c1c1c1;
      border-right: 1px solid #c1c1c1;
  }
  .table-content table td{
      border-top: medium none;
      padding: 20px 10px;
      vertical-align: middle;font-size: 13px;
  }
  .table-content table td input{
      background: #e5e5e5 none repeat scroll 0 0;
      border: medium none;
      border-radius: 3px;
      color: #6f6f6f;
      font-size: 15px;
      font-weight: normal;
      height: 40px;
      padding: 0 5px 0 10px;
      width: 60px;
  }
  .table-content table td.product-subtotal {
      color: #313131;
      font-size: 14px;
      width: 120px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
  }
  .table-content table td.product-name a {
      color: #444;
      font-size: 16px;
      font-weight: 600;
      text-transform: capitalize;
  }
  .table-content table td.product-name{
      width: 270px;
  }
  .table-content table td.product-thumbnail{
      width: 130px;
  }
  .table-content table td.product-remove i {
      color: #212121;
      display: inline-block;
      font-size: 24px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      width: 40px;
  }
  .table-content table .product-price .amount {
      color: #313131;
      font-size: 14px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-weight: 600;
  }
  .table-content table td.product-remove i:hover {
      color: #ee393e;
  }
  .table-content table td.product-quantity{
      width: 180px;
  }
  .table-content table td.product-remove{
      width: 150px;
  }
  .table-content table td.product-price{
      width: 130px;
  }
  .table-content table td.product-name a:hover,.buttons-cart a:hover{
      color: #346aff
  }
  .buttons-cart a {
      background: #ebebeb none repeat scroll 0 0;
      color: #3f3f3f;
      font-family: 'Poppins', sans-serif;
      font-size: 12px;
      font-weight: 500;
      height: 62px;
      line-height: 62px;
      padding: 0 45px;
      text-transform: uppercase;
      display: inline-block;
  }
  .buttons-cart input,
  .coupon input[type="submit"],
  .coupon-info p.form-row input[type="submit"] {
      background: #252525 none repeat scroll 0 0;
      border: medium none;
      border-radius: 0;
      box-shadow: none;
      color: #fff;
      display: inline-block;
      float: left;
      font-size: 12px;
      font-weight: 700;
      height: 40px;
      line-height: 40px;
      margin-right: 15px;
      padding: 0 15px;
      text-shadow: none;
      text-transform: uppercase;
      transition: all 0.3s ease 0s;
      white-space: nowrap;
  }
  .buttons-cart input:hover,
  .coupon input[type=submit]:hover,
  .buttons-cart a:hover{
      background:#212121;
      color:#fff !important;
  }
  .buttons-cart--inner {
      display: flex;
      justify-content: space-between;
  }
  .buttons-cart a + a {
      margin-left: 20px;
  }
  .coupon {
      margin-bottom: 40px;
      overflow: hidden;
      padding-bottom: 20px;
  }
  .coupon h3{
      margin: 0 0 10px;font-size: 14px;
      text-transform: uppercase;
  }
  .coupon input[type=text]{
      border: 1px solid #c1c1c1;
      float: left;
      height: 40px;
      margin: 0 6px 20px 0;
      max-width: 100%;
      padding: 0 0 0 10px;
      width: 170px;
  }
  .cart_totals{
      float: left;
      text-align: right;
      width: 100%;
  }
  .cart_totals h2{
      border-bottom: 2px solid #c1c1c1;
      display: inline-block;
      font-size: 30px;
      margin: 0 0 35px;
      text-transform: uppercase;
  }
  .cart_totals table{
      border: medium none;
      float: right;
      margin: 0;
      text-align: right;
  }
  .cart_totals table th{
      border: medium none;
      font-size: 14px;
      font-weight: bold;
      padding: 0 20px 12px 0;
      text-align: right;
      text-transform: uppercase;
      vertical-align: top;
  }
  .cart_totals table td{
      border: medium none;
      padding: 0 0 12px;
      vertical-align: top;
  }
  .cart_totals table td .amount {
      color: #252525;
      float: right;
      font-size: 13px;
      font-weight: bold;
      margin-left: 5px;
      text-align: right;
      text-transform: uppercase;
  }
  .cart_totals table td ul#shipping_method{
      list-style: outside none none;
      margin: 0;
      padding: 0;
  }
  .cart_totals table td ul#shipping_method li{
      float: left;
      margin: 0 0 10px;
      padding: 0;
      text-indent: 0;
      width: 100%;
  }
  .cart_totals table td ul#shipping_method li input{
      margin: 0;
      position: relative;
      top: 2px;
  }
  a.shipping-calculator-button{
      font-weight: bold;
      color: #6f6f6f;
  }
  a.shipping-calculator-button:hover{
      color:#ff4136
  }
  .cart_totals table tr.order-total th,
  .cart_totals table tr.order-total .amount{
      font-size: 20px;
      text-transform: uppercase;
      white-space: nowrap;
  }
  .wc-proceed-to-checkout a{
      background: #252525 none repeat scroll 0 0;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      height: 50px;
      line-height: 50px;
      margin-top: 20px;
      padding: 0 30px;
      text-transform: none;
  }
  .wc-proceed-to-checkout a:hover{
      background: #ff4136;
      color: #fff !important;
  }
  .owl-theme .owl-controls .owl-page span {
      background: #ffffff none repeat scroll 0 0;
      border: 1px solid #c1c1c1;
      border-radius: 100%;
      display: block;
      height: 13px;
      margin: 3px;
      width: 13px;
      transition: 0.3s;
  }
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls.clickable .owl-page:hover span {
      border: 2px solid #c1c1c1;
  }
  .slider-area.slider-v4 {
      margin: 30px 0 35px 0;
  }
  .coupon p {
      margin-bottom: 12px;
  }
  
  .buttons-cart--inner {
      margin-bottom: 70px;
  }
  .ht__coupon__code {
      background: #ebebeb none repeat scroll 0 0;
      padding: 54px 70px;
  }
  .ht__coupon__code span {
      color: #3f3f3f;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
  }
  .coupon__box {
      margin-top: 19px;
      position: relative;
  }
  .coupon__box input {
      background: #ffffff none repeat scroll 0 0;
      border: 0 none;
      height: 56px;
      padding: 0 30px;
  }
  .ht__cp__btn {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
  }
  .ht__cp__btn a {
      background: #212121 none repeat scroll 0 0;
      color: #fff;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 500;
      height: 56px;
      line-height: 56px;
      padding: 0 27px;
      text-transform: uppercase;
      transition: all 0.4s ease 0s;
  }
  .ht__cp__btn a:hover {
      background: #346aff none repeat scroll 0 0;
  }
  .htc__cart__total h6 {
      background: #346aff none repeat scroll 0 0;
      font-size: 14px;
      font-weight: 500;
      height: 67px;
      line-height: 65px;
      padding: 0 32px;
      text-transform: uppercase;
      color: #fff;
  }
  .cart__total {
      border-top: 1px solid #ebebeb;
      display: flex;
      justify-content: space-between;
      padding-top: 18px;
  }
  .cart__total span {
      color: #3f3f3f;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
  }
  .payment__btn {
      margin-top: 54px;
  }
  .payment__btn li a {
      background: #ebebeb none repeat scroll 0 0;
      color: #3f3f3f;
      display: block;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      height: 65px;
      line-height: 65px;
      text-align: center;
      text-transform: uppercase;
      transition: all 0.4s ease 0s;
  }
  .payment__btn li + li {
      margin-top: 15px;
  }
  .payment__btn li a:hover,
  .payment__btn li.active a {
      background: #212121 none repeat scroll 0 0;
      color: #fff;
  }
  .payment__btn li.active a:hover{
    background: #ebebeb;
    color: #3f3f3f;
  }
  .htc__cart__total {
      padding-left: 110px;
  }
  
  .cart__desk__list {
      display: flex;
      justify-content: space-between;
  }
  .cart__desc li {
      color: #3f3f3f;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
  }
  .cart__desk__list {
      margin-bottom: 33px;
      margin-top: 38px;
  }
  .cart__desc li + li {
      padding-top: 18px;
  }
  .cart__price li + li {
      padding-top: 18px;
  }
  .cart__price li {
      color: #3f3f3f;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 600;
  }
  .product-name .pro__prize {
      margin-top: 4px;
  }
  
  
  /*---------------------------------------
    20. Our Blog Page
  ----------------------------------------*/
  
  
  .blog--page .blog__thumb {
      position: relative;
  }
  .bl_hover {
      bottom: 0;
      left: 0;
      position: absolute;
  }
  .bl_hover span {
      background: rgba(63, 217, 178, 0.86) none repeat scroll 0 0;
      color: #212121;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      font-size: 13px;
      font-weight: 500;
      height: 40px;
      line-height: 40px;
      padding: 0 17px;
      text-transform: uppercase;
  }
  .ht__blog__meta {
      display: flex;
  }
  .ht__blog__meta li i {
      background: #f5f5f5 none repeat scroll 0 0;
      border: 1px solid #ebebeb;
      border-radius: 100%;
      color: #212121;
      display: inline-block;
      font-size: 15px;
      height: 35px;
      line-height: 34px;
      margin-right: 14px;
      text-align: center;
      transition: all 0.4s ease 0s;
      width: 35px;
  }
  .ht__blog__meta li + li {
      margin-left: 18px;
  }
  .ht__blog__meta li {
      color: #666666;
      font-size: 15px;
      font-style: italic;
  }
  .ht__blog__meta {
      margin-top: 23px;
  }
  .ht__blog__meta li:hover i {
      color: #4bdbb6;
  }
  .blog--page .blog__details p {
      color: #666666;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 30px;
      margin-top: 23px;
      width: 93%;
  }
  .blog--page .blog__details h2 {
      color: #000000;
      font-weight: 600;
      line-height: 33px;
      margin-top: 17px;
  }
  .blog--page{
      margin-top: -50px;
  }
  .blog--page .blog {
      margin-top: 50px;
  }
  
  /*---------------------------------------
    21. Our Pagination
  ----------------------------------------*/
  
  .htc__pagenation {
      display: flex;
      justify-content: center;
      margin-top: 60px;
      flex-wrap: wrap;
  }
  .htc__pagenation li a {
      background: #f6f6f6 none repeat scroll 0 0;
      border-radius: 100%;
      color: #3f3f3f;
      display: inline-block;
      font-family: "Poppins",sans-serif;
      font-size: 13px;
      font-weight: 600;
      height: 45px;
      line-height: 45px;
      text-align: center;
      transition: all 0.3s ease 0s;
      width: 45px;
  }
  .htc__pagenation li {
      margin: 0 5px;
  }
  .htc__pagenation li.active a {
      background: #346aff none repeat scroll 0 0;
      color: #fff;
  }
  .htc__pagenation li a:hover {
      background: #346aff;
      color: #fff;
  }
  
  /*---------------------------------------
    22. Our Blog Details
  ----------------------------------------*/
  
  
  .htc__blog__details__wrap span.ht__fashion__show {
      color: #346aff;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      text-transform: uppercase;
  }
  .htc__blog__details__wrap h2 {
      color: #333333;
      font-size: 24px;
      font-weight: 600;
      line-height: 44px;
      margin-top: 5px;
      width: 86%;
  }
  .htc__blog__details__wrap ul.ht__blog__meta {
      margin-bottom: 44px;
      margin-top: 19px;
  }
  .bl__dtl p {
      color: #666666;
      font-size: 16px;
      line-height: 26px;
  }
  
  .bl__img img {
      width: 100%;
  }
  .bl__img {
      margin-top: 30px;
      margin-bottom: 30px;
  }
  
  
  .bl__dtl {
      padding-top: 46px;
  }
  .title__line--5 {
      color: #333333;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 30px;
      margin-top: 39px;
  }
  .bl__dtl p + p {
      margin-top: 26px;
  }
  .ht__comment__form__inner {
      display: flex;
      margin-left: -20px;
      margin-right: -20px;
  }
  .comment__form {
      padding: 0 20px;
      width: 50%;
  }
  .comment__form input {
      border: 1px solid #e2e2e2;
      color: #666666;
      font-size: 16px;
      height: 40px;
      padding: 0 20px;
  }
  .comment__form input + input {
      margin-top: 20px;
  }
  .comment__form.message textarea {
      background: transparent none repeat scroll 0 0;
      border: 1px solid #e2e2e2;
      min-height: 160px;
      padding: 10px 20px;
  }
  .ht__comment__btn {
      margin-top: 30px;
  }
  .ht__comment__btn a {
      background: #346aff none repeat scroll 0 0;
      border: 1px solid #346aff;
      color: #212121;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      height: 50px;
      line-height: 50px;
      padding: 0 30px;
      text-transform: uppercase;
      transition: all 0.4s ease 0s;
  }
  .ht__comment__btn a i {
      padding-right: 10px;
  }
  .ht__comment__btn a:hover {
      background: transparent none repeat scroll 0 0;
      border: 1px solid #346aff;
      color: #346aff;
  }
  .comment__thumb {
      margin-right: 30px;
      min-width: 70px;
  }
  .ht__comment__title {
      display: flex;
      justify-content: space-between;
  }
  .comment {
    display: flex;
  }
  .ht__comment__title h2 {
      color: #333333;
      font-size: 14px;
      font-weight: 500;
      line-height: 27px;
      margin: 0;
      text-transform: uppercase;
  }
  .ht__comment__details span {
      color: #949494;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
  }
  .ht__comment__details p {
      color: #333333;
      font-size: 16px;
  }
  .reply__btn a {
      background: #ebebeb none repeat scroll 0 0;
      border-radius: 4px;
      color: #333333;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      height: 30px;
      line-height: 28px;
      padding: 0 20px;
      text-transform: capitalize;
      transition: all 0.3s ease 0s;
  }
  .reply__btn a:hover {
      background: #346aff none repeat scroll 0 0;
      color: #fff;
  }
  .comment.comment--reply {
      margin-bottom: 47px;
      margin-left: 110px;
      margin-top: 47px;
  }
  .ht__bl__thumb img {
      width: 100%;
  }
  .bl__dtl blockquote {
      border-left: 0;
      font-size: 17.5px;
      margin: 0 0 20px;
      padding: 10px 20px;
      background: #346aff;
      color: #fff;
      margin-top: 20px;
      padding: 27px 34px;
  }
  
  
  
  /*---------------------------------------
    23. Our Contact Area
  ----------------------------------------*/
  
  
  .ht__bradcaump__area.bradcaump--2 {
      position: relative;
  }
  .bradcaump--2 .ht__bradcaump__wrap {
      height: auto;
      position: absolute;
      left: 320px;
      top: 113px;
  }
  .bradcaump--2 #googleMap {
      height: 670px;
  }
  .address {
      align-items: center;
      display: flex;
      margin-bottom: 40px;
  }
  .address__icon i {
      color: #fefefe;
      font-size: 36px;
  }
  .address__icon {
      background: #346aff none repeat scroll 0 0;
      height: 120px;
      line-height: 144px;
      text-align: center;
      width: 110px;
  }
  .address__details {
      background: #f5f5f5 none repeat scroll 0 0;
      flex-basis: calc(100% - 110px);
      padding: 32.5px 12px 33.5px 42px;
  }
  .address__details h2 {
      color: #212121;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
  }
  .address__details p {
      color: #666666;
      font-size: 16px;
      margin-top: 10px;
  }
  .address--2 {
      background: #f5f5f5 none repeat scroll 0 0;
      text-align: center;
  }
  .address--2 p a {
      color: #4d4d4d;
      font-size: 14px;
  }
  .address--2 p a i {
      color: #346aff;
      font-size: 18px;
      padding-right: 9px;
  }
  .address--2 p {
      padding: 41px 0;
  }
  .address--2 p + p {
      border-top: 1px solid #ffffff;
  }
  .title__line--6 {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 34px;
    text-transform: uppercase;
  }
  
  .contact-box input {
      background: #f5f5f5 none repeat scroll 0 0;
      border: 0 none;
      color: #666666;
      font-size: 16px;
      height: 62px;
      padding: 0 47px;
  }
  .single-contact-form + .single-contact-form {
      margin-top: 30px;
  }
  
  .contact-box.message textarea {
      background: #f5f5f5 none repeat scroll 0 0;
      border: 0 none;
      color: #666666;
      font-size: 16px;
      min-height: 220px;
      padding: 18px 47px;
  }
  .contact-btn {
      margin-top: 32px;
  }
  .fv-btn {
    background: #346aff none repeat scroll 0 0;
      border: 1px solid #346aff;
      color: #fff;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 600;
      height: 35px;
      line-height: 35px;
      margin-top:10px;
      margin-bottom:10px;
      padding: 0 30px;
      text-transform: uppercase;
      transition: all 0.4s ease 0s;
  }
  
   .fr__btn5 {
    background: #F25022 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: Poppins;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 36px;
    transition: 0.3s;
    margin-top:10px;
    margin-bottom:10px;
}
  
  .fv-btn:hover {
      background: transparent none repeat scroll 0 0;
      border: 1px solid #346aff;
      color: #346aff;
  }
  .fv-btn i {
      padding-right: 9px;
  }
  .contact-box.name {
      display: flex;
      margin-left: -20px;
      margin-right: -20px;
  }
  .contact-box.name input {
      margin: 0 20px;
      width: 50%;
  }
  
  /*---------------------------------------
    24. Our Wishlist Area
  ----------------------------------------*/
  .wishlist-table table {
      background: #fff none repeat scroll 0 0;
      border-color: #c1c1c1;
      border-radius: 0;
      border-style: solid;
      border-width: 1px 0 0 1px;
      width: 100%;
  }
  .wishlist-table table th {
      font-weight: 600;
  } 
  .wishlist-table table th, .wishlist-table table td {
      border-bottom: 1px solid #c1c1c1;
      border-right: 1px solid #c1c1c1;
      color: #000;
      font-family: Old Standard TT;
      font-size: 16px;
      font-weight: 600;
      padding: 15px 10px;
      text-align: center;
  }
  .wishlist-table table .product-remove {
      padding: 0 15px;
      width: 20px;
  }
  .wishlist-table table .product-remove > a, 
  .table-content table .product-remove > a {
      font-size: 25px;
  }
  .wishlist-table table .product-thumbnail {
      width: 150px;
  }
  .wishlist-table table td.product-price .amount {
      font-weight: 700;
  }
  .wishlist-table table .wishlist-in-stock {
      color: #444;
  }
  .wishlist-table table .product-add-to-cart > a {
      background: #252525 none repeat scroll 0 0;
      color: #fff;
      display: block;
      font-weight: 700;
      padding: 10px 56px;
      text-transform: uppercase;
      width: 260px;
  }
  .wishlist-table table .product-add-to-cart > a:hover{
      background: #346aff;
      color: #fff;
  }
  .wishlist-table table .product-add-to-cart {
      width: 240px;
  }
  .wishlist-share {
      margin-bottom: 35px;
      margin-top: 20px;
  }
  .wishlist-share ul li {
      display: inline-block;
      height: 21px;
      margin-left: 0;
      margin-right: 0;
  }
  .wishlist-share ul li a{background-position: left top;
      border: medium none;
      display: inline-block;
      height: 21px;
      width: 21px;
  }
  .wishlist-share ul li a:hover{
      background-position: left bottom;
  }
  .wishlist-share .social-icon ul {
      display: flex;
      justify-content: center;
      margin-top: 10px;
  }
  
  /* Banner With Pointer */
  
  .banner__info {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      left: 0;
      top: 0;
  }
  .pointer__tooltip{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 5px solid #346aff;
    background-color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
  }
  .pointer__tooltip:before{
    content: "\f129";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-family: FontAwesome;
    color: #346aff;
    font-size: 18px;
    width: 100%;
    height: 100%;
  }
  .prize__inner {
      position: relative;
  }
  .pointer__tooltip.pointer--1 {
      position: absolute;
      left: 64%;
      top: 9%;
  }
  .pointer__tooltip.pointer--2 {
      position: absolute;
      left: 72%;
      top: 52%;
  }
  .pointer__tooltip.pointer--3 {
    left: 3%;
    top: 56%;
  }
  
  .pointer__tooltip.pointer--4.align-top {
    left: -7%;
    top: 1%;
  }
  
  .pointer__tooltip.pointer--5.align-bottom {
    left: 31%;
    top: 34%;
  }
  
  
  .pointer__tooltip.pointer--6 {
    left: 74%;
    top: 2%;
  }
  .pointer__tooltip.pointer--7 {
    left: 76%;
    position: absolute;
    top: 67%;
  }
  .pointer__tooltip.pointer--8 {
    left: 78%;
    position: absolute;
    top: 2%;
  }
  .pointer__tooltip.pointer--9 {
    left: 17%;
    position: absolute;
    top: 40%;
  }
  .pointer__tooltip.pointer--10 {
    left: 36%;
    position: absolute;
    top: 59%;
  }
  .pointer__tooltip.pointer--11 {
    left: 80%;
    position: absolute;
    top: 63%;
  }
  .pointer__tooltip.pointer--12 {
    left: 140%;
    position: absolute;
    top: 62%;
  }
  .pointer__tooltip.pointer--13 {
    left: 196%;
    position: absolute;
    top: -42%;
  }
  .pointer__tooltip.pointer--14 {
    left: 227%;
    top: -1%;
    position: absolute;
  }
  .pointer__tooltip.pointer--15.align-top {
    left: 206%;
    top: 107%;
    position: absolute;
  }
  
  
  .tooltip__box {
      background: #fff;
      width: 240px;
      position: absolute;
      top: 0;
      right: 50%;
      -webkit-transform: translate3d(50%,-100%,0);
      transform: translate3d(50%,-100%,0);
      border-radius: 5px;
      opacity: 0;
      visibility: hidden;
      transition: all .3s cubic-bezier(0,0,.2,1);
      z-index: 10;
      padding: 20px;
      box-shadow: 0 2px 20px 0 rgba(0,0,0,0.07);
      text-align: center;
  }
  .pointer__tooltip:hover .tooltip__box{
      visibility: visible;
      opacity: 1;
      transition-delay: 0s;
      -webkit-transform: translateY(-110%) translateX(50%);
      transform: translateY(-110%) translateX(50%);
  }
  
  .pointer__tooltip.align-right .tooltip__box {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) translateX(100%);
      transform: translateY(-50%) translateX(100%);
  }
  .pointer__tooltip.align-right:hover .tooltip__box{
      -webkit-transform: translateY(-50%) translateX(110%);
      transform: translateY(-50%) translateX(110%);
  }
  
  
  .pointer__tooltip.align-left .tooltip__box {
      position: absolute;
      top: 50%;
      right: auto;
      left: 0;
      -webkit-transform: translateY(-50%) translateX(-100%);
      transform: translateY(-50%) translateX(-100%);
  }
  
  .pointer__tooltip.align-left:hover .tooltip__box{
      -webkit-transform: translateY(-50%) translateX(-110%);
      transform: translateY(-50%) translateX(-110%);
  }
  
  .pointer__tooltip.align-bottom .tooltip__box {
      position: absolute;
      top: auto;
      right: 50%;
      bottom: 0;
      -webkit-transform: translateY(100%) translateX(50%);
      transform: translateY(100%) translateX(50%);
  }
  
  .pointer__tooltip.align-bottom:hover .tooltip__box{
      -webkit-transform: translateY(110%) translateX(50%);
      transform: translateY(110%) translateX(50%);
  }
  
  
  .pointer__tooltip .tooltip__box h4, 
  .pointer__tooltip .tooltip__box p  {
      opacity: 0;
      transition: all .45s cubic-bezier(0,0,.2,1);
  }
  
  .pointer__tooltip:hover .tooltip__box h4, 
  .pointer__tooltip:hover .tooltip__box p {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0) !important;
      transform: translate3d(0,0,0) !important;
  }
  .pointer__tooltip .tooltip__box h4 {
      font-size: 20px;
      margin: 0;
      margin-bottom: 12px;
  
  }
  .pointer__tooltip .tooltip__box p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 0;    
      color: #737373;
  }
  
  
  
  /* Instagram Post */
  
  ul.htc__instagram__posts.owl-carousel li a {
      display: block;
  }
  
  ul.htc__instagram__posts.owl-carousel li img {
      width: 100%;
      display: block;
  }
  
  .htc__instagram__area ul li a{
      position: relative;
  }
  
  .htc__instagram__area ul li a:before{
      position: absolute;
      content: "";
      left: 0;
      background-color: #346aff;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all .3s ease 0s;
  }
  .htc__instagram__area ul li a:hover:before{
      opacity: .7;
  }
  .htc__instagram__area ul li a i{
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      right: 0;
      text-align: center;
      font-size: 25px;
      color: #fff;
      opacity: 0;
      transition: all .3s ease 0s;
      z-index: 99;
      
  }
  .htc__instagram__area ul li:hover i{
      opacity: 1;
  }
  
  
  /*Accordion styles*/
  .accordion .accordion__title{
      background: #f4f4f4;
      height: 65px;
      line-height: 65px;
      display: flex;
      align-items: center;
      padding: 0 30px;
      position: relative;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-family: "Poppins";
      cursor: pointer;
  }
  .accordion .accordion__title:before{
      content: "\f278";
      font-family: 'Material-Design-Iconic-Font';
      display: inline-block;
      padding-right: 10px;
      transition: all 0.3s ease-in-out 0s;
  }
  .accordion .accordion__title.active:before{
      content: "\f273";
  }
  .accordion .accordion__body{
      padding-top: 5px;
      padding-bottom: 5px;
  }
  
  
  /*Accordion body form styles*/
  .accordion__body__form{
      font-family: "Poppins";
  }
  .accordion__body__form .checkout-method__subtitle{
      letter-spacing: 1px;
      margin-bottom: 20px;
      color: #8c8c8c;
      font-family: 'OldStandardTT';
  }
  .accordion__body__form .checkout-method__title{
      font-size: 14px;
      color: #3f3f3f;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      margin-bottom: 15px; 
  }
  .accordion__body__form .checkout-method .checkout-method__title{
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      color: #000;
      font-size: 16px;
  }
  .accordion__body__form .checkout-method .checkout-method__title i.zmdi{
     padding-right: 13px;
     font-size: 24px;
     line-height: 24px;
  }
  .accordion__body__form .checkout-method .checkout-method__single{
      margin-bottom: 40px;
  }
  .accordion__body__form .checkout-method .checkout-method__single:last-child{
      margin-bottom: 0px;
  }
  .accordion__body__form .checkout-method .checkout-method__single .single-input{
      margin-left: 20px;
  }
  .accordion__body__form .checkout-method .checkout-method__single .single-input label{
      font-weight: 500;
      color: #000;
  }
  .accordion__body__form .checkout-method .checkout-method__single .single-input input[type="radio"]{
      margin-right: 10px;
  }
  .accordion__body .checkout-method__login p.require{
      color: #f10;
      letter-spacing: 1px;
  }
  .accordion__body .checkout-method__login .single-input{
      margin-bottom: 20px;
  }
  .accordion__body .checkout-method__login .single-input label{
      font-weight: 500;
      color: #000;
  }
  .accordion__body .checkout-method__login .single-input label:before{
      content: "*";
      padding-right: 15px;
      color: #c2a476;
  }
  .accordion__body .checkout-method__login .single-input input{
      height: 32px;
      line-height: 32px;
      padding-left: 15px;
      background-color: #f6f6f6;
      border: 1px solid #346aff;
  }
  .accordion__body .checkout-method__login .single-input input:focus,
  .accordion__body .checkout-method__login .single-input input:active{
      background: transparent;
      border: 1px solid #346aff;
  }
  .accordion__body .checkout-method__login .dark-btn{
      margin-top: 20px;
  }
  
  
  /*Billing Info*/
  .bilinfo .single-input,
  .paymentinfo-credit-content .single-input,
  .shipinfo .single-input{
      margin-top: 20px;
  }
  .bilinfo .single-input.mt-0,
  .paymentinfo-credit-content .single-input.mt-0,
  .shipinfo .single-input.mt-0{
      margin-top: 0px;
  }
  .bilinfo .single-input input,
  .shipinfo .single-input input,
  .paymentinfo-credit-content .single-input input,
  .bilinfo .single-input select,
  .paymentinfo-credit-content .single-input select,
  .shipinfo .single-input select{
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      font-family: "poppins";
      transition: all 0.3s ease-in-out 0s;
      border: 1px solid #888;
  }
  .bilinfo .single-input input:focus,
  .shipinfo .single-input input:focus,
  .paymentinfo-credit-content .single-input input:focus,
  .bilinfo .single-input select:focus,
  .shipinfo .single-input select:focus,
  .paymentinfo-credit-content .single-input select:focus,
  .bilinfo .single-input select:active,
  .paymentinfo-credit-content .single-input select:active,
  .shipinfo .single-input select:active{
      outline: none;
      border: 1px solid #346aff;
  }
  /*Shipinfo*/
  .shipinfo__title{
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #000;
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 15px;
  }
  .shipinfo p{
      font-family: "Poppins";
  }
  .shipinfo .ship-to-another-trigger{
      display: inline-block;
      margin-top: 20px;
      font-family: "Poppins";
      font-size: 16px;
  }
  .shipinfo .ship-to-another-trigger i.zmdi{
      padding-right: 5px;
  }
  
  .ship-to-another-content{
      display: none;
      margin-top: 30px;
  }
  
  
  /*Ship method*/
  .shipmethod .single-input{
      margin-top: 20px;
  }
  .shipmethod .single-input:first-child{
      margin-top: 0px;
  }
  .shipmethod .single-input label{
      font-family: "Poppins";
      color: #3333;
      font-weight: 500;
  }
  .paymentinfo .single-method a i.zmdi{
      padding-right: 5px;  
  }
  .paymentinfo .single-method a{
      display: inline-block;
      margin-top: 15px;
      font-family: "Poppins";
      font-size: 16px;
  }
  
  .paymentinfo-credit-content{
      margin-top: 30px;
      display: none;
  }
  
  /*Order details*/
  .order-details{
      background: #f4f4f4;
  }
  .order-details .order-details__title{
      padding: 30px 0;
      margin: 0 15px;
      border-bottom: 1px solid #ebebeb;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      font-family: "poppins";
      font-size: 16px;
      font-weight: 600;
      color: #3f3f3f;
  }
  .order-details .order-details__item{
      padding: 2px 0;
      margin: 0 30px;
      border-bottom: 1px solid #ebebeb;
  }
  .order-details .order-details__item .single-item{
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      -ms-align-items: center;
      align-items: center;
      padding: 5px;
  }
  .order-details .order-details__item .single-item .single-item__content{
      flex-grow: 2;
  }
  .order-details .order-details__item .single-item .single-item__content a{
      font-size: 16px;
      font-family: "OldStandardTT";
      letter-spacing: 1px;
      color: #666;
      transition: all 0.3s ease-in-out 0s;
  }
  .order-details .order-details__item .single-item .single-item__content a:hover{
      color: #346aff;
  }
  .order-details .order-details__item .single-item .single-item__content span{
      font-family: "Poppins";
      font-weight: 600;
      display: block;
  }
  .order-details .order-details__item .single-item .single-item__thumb{
      text-align: center;
      width: 60px;
      overflow: hidden;
      margin-right: 20px;
  }
  .order-details .order-details__item .single-item .single-item__remove{
      width: 35px;
      text-align: center;
      font-size: 22px;
      color: #212121;
  }
  .order-details .order-details__item .single-item .single-item__remove a:hover{
      color: #f10;
  }
  .order-details .order-details__count{
      margin: 0 30px;
      padding: 15px 0;
      border-bottom: 1px solid #ebebeb;
  }
  .order-details .order-details__count .order-details__count__single{
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      -ms-align-items: center;
      align-items: center;
      padding: 5px 0;
  }
  .order-details .order-details__count .order-details__count__single h5{
      color: #3f3f3f;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: 600;
  }
  .order-details .order-details__count .order-details__count__single span.price{
      width: 30%;
      text-align: left;
      font-weight: 600;
      font-family: "Poppins";
  }
  .order-details .ordre-details__total{
      margin: 0 30px;
      padding: 10px 0;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      justify-content: space-between;
  }


   /*Order 77*/
   .order-details7{
    background: #f4f4f4;
}
  .ordre-details__total7{
    margin: 0 10px;
    padding: 5px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.order-details__title7{
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px solid rgba(190, 51, 190, 0.733);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-family: "poppins";
    font-size: 16px;
    font-weight: 600;
    color: #3f3f3f;
}

.single-item__thumb7{
    text-align: center;
    width: 150px;
    overflow: hidden;
    margin-right: 20px;
}

  .order-details .ordre-details__total h5{
      color:#346aff;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: 700;
  }
  .order-details .ordre-details__total span.price{
      text-align: left;
      font-weight: 700;
      font-family: "Poppins";
      letter-spacing: 1px;
  }
  
  
  /*Buttons*/
  .dark-btn a{
      display: inline-block;
      height: 45px;
      line-height: 45px;
      text-align: center;
      text-transform: uppercase;
      background: #212121;
      color: #ffffff;
      font-family: "Poppins";
      padding: 0 45px;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 16px;
      transition: all 0.3s ease-in-out 0s;
  }
  .dark-btn a:hover{
      background: #346aff;
  }
  
  .slider__activation__wrap--5.slick-initialized.slick-slider {
      margin-left: -20px;
      margin-right: -20px;
  }
  /*New Code*/
  
  .box__layout {
      margin: 0 90px;
  }
  .ht__cat__thumb a img {
      width: 100%;
  }
  .slick-initialized .slick-slide {
      outline: none;
  }
  
  .email_verify_otp{display:none;}
  .height_60px{height:60px;}
  #email_otp_result{
      margin-top: 15px;
      font-size: 20px;
      font-weight: bold;
  }
  
  .mobile_verify_otp{display:none;}
  #mobile_otp_result{
      margin-top: 15px;
      font-size: 20px;
      font-weight: bold;
  }
  
  .forgot_password{margin-left: 10px;
      font-size: 20px;}
  
  .password_label{font-size:20px;}
  
  .coupon_style{width: 100%;height: 50px;}
  .mr5{margin-right:5px;}
  
  #coupon_result{
      padding: 33px;
      padding-top: 0px;
      font-size: 15px;
      font-weight: bold;
  }
  #coupon_box{
      display:none;
  }
  
  #size_attr{
      width:75px;
  }
  
  #cart_attr_msg{
      color: red;
      margin-top: 18px;
      font-size: 27px;
  }
  
  .text-primary {
    color: #3e4152 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    max-height: 1.2em;
    cursor: pointer;
    }
    
    .text-primary0 {
      color: #FFFFFF !important;
    }
    .text-primary1 {
      color: #753a10 !important;
    }
    .text-primary2 {
      color: #F25022 !important;
    }
    
     .text-primary2s {
      color: #F25022 !important;
      font-size: 12px;
    }
    
    .text-primary3 {
      color:#FFB900 !important;
    }
    
    .text-primary4 {
      color: #7FBA00 !important;
    }
    
     .text-primary4s {
      color: #7FBA00 !important;
      font-size: 11px;
    }
    
    .text-primary5 {
      color:#00A4EF!important;
    }
  
   .text-primary6 {
      color:#cb1400 !important;
      font-size: 20px;
     line-height: 21px;
   }
    
     .text-primary7 {
      color: #346aff!important;
    }
    
     .text-primary8 {
      color: #fff!important;
    }
   
   
    .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  
  .main{
    width: auto;
    height: auto;
    border: 1px solid black;
}

.main7{
    width: auto;
    height: 400px;
    border: 1px solid pink;
}

.main8{
    width: auto;
    height:  260px;
   
}

.main9{
    width: auto;
    height: 325px;
    border: 1px solid #346aff;
}

.main10{
    width: auto;
    height:  360;
    padding: 5px;
    border: 1px solid #d6d6d6;
}

.main10-1{
    width: auto;
    height:  320px;
    padding: 5px;
    border: 1px solid #d6d6d6;
}


.main11{
    width: auto;
    height:  200px;
    padding: 5px;
    border: 1px solid #d6d6d6;
}
 
.align-baseline {
    vertical-align: baseline !important;
  }
  
  .align-top {
    vertical-align: top !important;
  }
  
  .align-middle {
    vertical-align: middle !important;
  }
  
  .align-bottom {
    vertical-align: bottom !important;
  }
  
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  
  .align-text-top {
    vertical-align: text-top !important;
  }

  .radius {
    border-radius: 0.7rem;
}

.align {
padding: 10px;

}


.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-title a {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #346aff;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    
}

.section-title a span {
    color: #346aff;
    font-size: 1rem;
    margin-left: 0.2rem;
}




.section-title1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-title1 a {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #346aff;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    
}

.section-title1 a span {
    color: #346aff;
    font-size: 1rem;
    margin-left: 0.2rem;
}



.fontspace {
    color: #282c3f;
    font-size: 1rem;
    margin-left: 0.2rem;
     margin-top: 20px;
}

.fontspace1 {
    color: #282c3f;
    font-size: 1rem;
    margin-left: 0.2rem;
     margin-top: 10px;
}


#main2 {
    width: 100%;
    height: auto;
   
   }

#main2 img{
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    border: 1px solid #eee;
    object-fit: contain;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.hlfuqw {
    position: absolute;
    top: 0px;
    left: 0px;
}

.gKHXZJ {
    font-size: 0.625rem;
    line-height: 1rem;
    font-weight: 400;
    display: block;
    --text-opacity: 1;
    color: rgba(255, 255, 255, var(--text-opacity));
    text-transform: uppercase;
    background-color: #346aff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0.5rem 0px;
    --bg-opacity: 1;   
   }

.kkRHYp {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0.125rem 0.625rem;
    border-radius: 0.5rem 0px;
    --bg-opacity: 1;
    background-color: #346aff;
}

.hello {
    white-space: pre-line;
    color: #333;
    line-height: 17px;
    font-size: 14px;
}

.bg-light6 {
    background-color:#1992df !important;
  }
  
  .bg-light7 {
    background-color:#97563e !important;
  }
  
  .bg-light8 {
    background-color:#5868be !important;
  }
  
   .bg-light9 {
    background-color:#f6699e !important;
  }
  
 

.baby-items .baby-item {
   
    float: left;
    width: 100px;
    height: 120px;
    text-align: center;
    margin: 5px 2px;
    background: #fff;
}
.baby-items .baby-item .baby-item-bg {
    width: 100px;
    height: 100px;
    background:#f1f3f4; 
    border-radius: 50%;
    justify-content: center;
    margin-top: 5px;
}

.baby-items .baby-item .baby-item-bg img {
    padding-top: 25px;
    width: 100px;
    height: 100px;
    
}

    .baby-items .baby-item-name {
    font-size: 14px;
    font-weight: bold;
    color: #111;
}

img {
    vertical-align: top;
}


.wrapper1{
    height: 40px;
    min-width: 35px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    border: 1px solid var(--rds-color-bluegray-300, #41ae3c);
    box-sizing: border-box;
    width: 112px;
    height: 32px;
    padding: 8px;
    display: flex;
    gap: 4px;
}
.wrapper1 span{
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
.wrapper1 span.num{
  font-size: 17px;
  text-align: center;
  pointer-events: none;
}


/* sidenav Addtional Style 1 */
#sidenav {
    max-height: 100vh;
    height: 100vh;
    max-width: 70vw;
    min-width: 200px;
    overflow-x: hidden;
    overflow-y: auto;
  
    transition: all .3s ease-in-out;
    transform: translate(-150%, 0px);
    -webkit-transform: translate(-150%, 0px);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -ms-transform: translate(-150%, 0px);
  
  }
  
  #sidenav.active {
    transition: all .3s ease-in-out;
    transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .4);
  }
  
  #overlay {
    width: 100vw;
    height: 100vh;
    display: none;
    animation: fade 5s;
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
  }
  
  #overlay.active {
    display: block;
  }
  
  @keyframes fade {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @-moz-keyframes fade {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fade {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @-o-keyframes fade {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  .burger {
    color:#346aff;
  }
  
  .burger span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
  }
  
  .pointer {
    cursor: pointer;
  }
  
  .close {
    width: 23px;
    height: 23px;
  }
  
  .cross {
    height: 23px;
    width: 2px;
    border-radius: 3px;
  }
  
  .cross.left {
    transform: rotate(45deg);
  }
  
  .cross.right {
    transform: rotate(-45deg);
  }
  
  .align-middle {
    vertical-align: middle
  }

/* sidenav Addtional colse 1 */


.animated-hr {
  height: 4px;
  border: none;
  margin: 20px 0;
  width: 100%;
  background: linear-gradient(90deg, #000000, #ff4b2b, #ff416c);
  background-size: 200% 100%;
  animation: shimmer 2s linear infinite, grow-fade 0.8s ease forwards;
  animation-delay: 0s, 0s;
  opacity: 0;
  width: 0;
  border-radius: 4px; /* ✅ Rounded edges */
}

@keyframes shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@keyframes grow-fade {
  0%   { width: 0; opacity: 0; }
  100% { width: 100%; opacity: 1; }
}


 /* ✅ login and register  */

.auth-box {
        max-width: 400px;
        margin: 30px auto;
        padding: 30px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #f9f9f9;
    }

    .auth-tabs {
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }

    .tab-btn {
        padding: 10px 20px;
        background: #e0e0e0;
        border: none;
        cursor: pointer;
        font-weight: bold;
        border-radius: 5px;
    }

    .tab-btn.active {
        background: #0d6efd;
        color: white;
    }

    .auth-form {
        display: none;
        flex-direction: column;
    }

    .auth-form.active {
        display: flex;
    }

    .auth-form input {
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

    .auth-form button {
        padding: 10px;
        background: #0d6efd;
        border: none;
        color: white;
        border-radius: 4px;
        cursor: pointer;
    }

    .field_error {
        color: red;
        font-size: 13px;
        margin-bottom: 5px;
    }

    #form_msg {
        text-align: center;
        margin-top: 20px;
    }

    /* ✅ login and end  */

    .qty-animated {
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% { transform: scale(1); }
  50% { transform: scale(1.25); }
  100% { transform: scale(1); }
}

.qty-btn, .cart-btn {
  transition: transform 0.2s ease;
}
.qty-btn:active, .cart-btn:active {
  transform: scale(1.1);
}

.scale-effect {
  animation: scalePop 0.3s ease-in-out;
}

@keyframes scalePop {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.qty-input {
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 4px;
  background: #f9f9f9;
  transition: transform 0.2s ease-in-out;
}

.qty-btn {
  padding: 6px 10px;
  background: #7FBA00;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
   text-align: center;
}

.qty-btn:hover {
  background-color: #368c2e;
}



.cart-message {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
    position: fixed; /* or absolute if inside a container */
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    min-width: 250px;
    max-width: 80%;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.4s ease-in-out;
}

.cart-message.success {
    background-color: #d4edda;
    color: #155724;
}

.cart-message.error {
    background-color: #f8d7da;
    color: #721c24;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}


.select-animated {
  animation: fadeIn 0.5s ease-in-out;
}



.mini-select {
    width: 70px;
    padding: 4px 6px;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 5px;
    border: 1px solid #7FBA00;
}

.gap-2 {
    gap: 10px;
}
.flex-wrap {
    flex-wrap: wrap;
}

.card-title {
    font-size: 15px;
    height: 45px;
    overflow: hidden;
}

.card-img-top {
    transition: transform 0.3s ease;
}

.card-img-top:hover {
    transform: scale(1.05);
}


/* related-scroller */


.related-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.related-scroll::-webkit-scrollbar {
  height: 6px;
}
.related-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.related-card {
  flex: 0 0 auto;
  width: 160px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  animation: slideIn 0.5s ease forwards;
}

.related-card:hover {
  transform: translateY(-4px);
}

.related-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 1px 1px 0 0;
}

.related-info {
  padding: 8px;
  text-align: center;
}

.related-name {
  font-weight: 600;
  font-size: 14px;
  margin: 6px 0;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.related-price {
  color: #d0021b;
  font-weight: bold;
  font-size: 14px;
}

.desc {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.you-might-like-title {
  animation: fadeInUp 0.8s ease-out;
}


/* recently-scroller */

.recently-scroller {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.recently-scroller::-webkit-scrollbar {
    height: 6px;
}
.recently-scroller::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 4px;
}

.recent-card {
    flex: 0 0 auto;
    width: 160px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
    text-align: center;
}

.recent-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.recent-card .info {
    padding: 10px;
}

.recent-card .info h6 {
    font-size: 14px;
    margin: 5px 0;
    line-height: 1.3em;
    height: 2.6em; /* 1.3em × 2 lines */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.recent-card .info .price {
    margin: 5px 0;
}

.recent-card .info .desc {
    font-size: 12px;
    color: #777;
}

.recent-card .info .icons {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    gap: 10px;
}


/* recently-scroller  end */

.review_heading {
    font-weight: 600;
    color: #333;
}

.submit_review_hint {
    color: #777;
    font-size: 16px;
}

.panel {
    border: 1px solid #e0e0e0;
}

.comment-post img {
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 4px;
}

.product-image-wrapper {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.product-img-animated {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.product-img-animated:hover {
    transform: scale(1.05);
    cursor: zoom-in;
}


.star-rating {
  font-size: 1.6rem;
  color: #ffc107;
  cursor: pointer;
}
.star {
  display: inline-block;
  margin-right: 4px;
}

.product-rating {
  color: #ffc107; /* Bootstrap warning color / gold */
  font-size: 1.4rem;
}
.product-rating span {
  font-size: 1rem;
  color: #6c757d;
}

.review-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px;
  margin-bottom: 1px;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  overflow: hidden;
}

.review-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4px;
  gap: 10px;
}

.stars {
  color: #f39c12;
  font-size: 18px;
  white-space: nowrap;
}





.review-name {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
}

.review-date {
  font-size: 12px;
  color: #777;
  white-space: nowrap;
}

.review-text {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}


/* show only 4 lines */

.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* show only 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-text.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  color: #c0392b; /* red text */
}


/* show only 4 lines end */



/* review */
.review-scroll-wrapper {
  overflow-x: auto;
  padding-bottom: 1px;
}

.review-scroll-track {
  display: flex;
  gap: 12px;
  white-space: nowrap;
}

.review-image {
  height: 100px;
  width: auto;
  border-radius: 4px;
  border: 1px solid #ccc;
  flex-shrink: 0;
}


.review-thumb {
  width: 35px;
  height: 35px;
  object-fit: cover;
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.2s;
}
.review-thumb:hover {
  transform: scale(1.05);
}

.review-scroll-wrapper {
  overflow-x: auto;
  padding-top: 2px;
}
.review-scroll-track {
  display: flex;
  gap: 10px;
}

.clamp-text {
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.clamp-text.expanded {
  -webkit-line-clamp: unset;
  max-height: unset;
}


/* image set side categories fit */

.image-fit {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.2s;
}
.image-fit:hover {
  transform: scale(1.05);
}


.image-set {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.2s;
}
.image-set:hover {
  transform: scale(1.05);
}
 /* image set side categories fit end */

 .preview-area img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.preview-area img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.preview-area {
  display: flex;
  flex-wrap: wrap;
}



/* Adds left margin between blocks */
.block-left-space {
    margin-left: 20px; /* Adjust as needed */
}

/* Optional: Padding instead */
.block-left-padding {
    padding-left: 20px;
    
}


.container2 {
      max-width: 960px;
      margin: 40px auto;
      padding: 20px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    }

    .title {
      text-align: center;
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 30px;
      color: #222;
    }

    .description-block {
      margin-bottom: 24px;
      padding: 16px 20px;
      border-left: 5px solid #0d6efd;
      background-color: #f8f9fa;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .description-block:hover {
      background-color: #e9ecef;
    }

    .desc-label {
      font-size: 16px;
      font-weight: 600;
      color: #343a40;
      margin-bottom: 6px;
    }

    .desc-content {
      font-size: 14px;
      color: #495057;
      line-height: 1.6;
      max-height: 7.8em; /* 5 lines x 1.6 line height */
      overflow: hidden;
      position: relative;
      transition: max-height 0.4s ease;
    }

    .desc-content.truncated::after {
      content: '...';
      position: absolute;
      bottom: 0;
      right: 0;
      padding-left: 30px;
      background: linear-gradient(to right, transparent, #f8f9fa 80%);
    }

    .desc-content.expanded {
      max-height: 1000px; /* allow full expansion */
    }


     
    /* Container for tabs */
.tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
}

/* Tab item */
.tab {
  flex: 1;
  text-align: center;
  padding: 0;
  background: #e9ecef;
  border: 1px solid #ddd;
  border-bottom: none;
}

/* Tab link (inside <a>) */
.tab a {
  display: block;
  padding: 10px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}


/* Active tab */
.tab.active {
  background: #346aff;
}

.tab.active a {
  color: #fff; /* ✅ White text */
}

.see-also-card {
  background: #fff;
  transition: transform 0.2s ease;
}

.see-also-card:hover {
  transform: translateY(-4px);
}

.qty-input {
  border: 1px solid #41ae3c;
}


.see-also-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
}

.see-also-card {
  flex: 0 0 auto;
  width: 180px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  scroll-snap-align: start;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.see-also-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}

.see-also-info {
  margin-top: 10px;
}

.product-name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.product-price {
  font-size: 13px;
  color: #41ae3c;
  font-weight: bold;
}


.limited-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 0;
}

.limited-card {
  flex: 0 0 auto;
  width: 180px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(255, 0, 0, 0.2);
  text-align: center;
}

.limited-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}

.limited-info {
  margin-top: 10px;
}

.low-stock {
  color: red;
  font-size: 13px;
  font-weight: bold;
}

.limited-scroll {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding-bottom: 10px;
}

.limited-card {
  border-radius: 8px;
  background: #fff;
  min-width: 180px;
  max-width: 180px;
  flex-shrink: 0;
  border: 1px solid #eee;
}



.subcategory-scroll-wrapper {
  overflow-x: auto;
  padding: 10px 0;
  margin-bottom: 20px;
}

.subcategory-scroll {
  display: flex;
  justify-content: center; /* CENTER the items */
  gap: 20px;
  padding: 0 10px;
  min-width: max-content; /* Ensures scroll if too many items */
}

.subcategory-item {
  text-align: center;
  color: #333;
  text-decoration: none;
  width: 80px;
  flex: 0 0 auto;
}

.subcategory-item.active .circle-img {
  border: 3px solid green;
}

.circle-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 6px;
  border: 2px solid #ccc;
}

.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subcategory-name {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subcategory-scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.category-item a {
    transition: transform 0.3s ease;
  }

  .category-item a:hover {
    transform: scale(1.05);
  }

  .category-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
    display: block;
    margin: 0 auto;
  }

  .category-item.active .category-img {
    border-color: green;
  }

  .category-name {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }



/* Scrollable container */
/* Scrollable container */
.category-scroll-container {
  position: relative;
  overflow: hidden;
  padding: 10px 0 20px;
  background: #fff;
}

.category-scroll {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  gap: 20px 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
  scrollbar-width: none; /* Firefox */
}

.category-scroll::-webkit-scrollbar {
  display: none; /* Chrome */
}

.category-item {
  width: 80px;
  text-align: center;
  flex-shrink: 0;
}

.category-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.3s;
}

.category-icon img {
  width: 70%;
  height: auto;
  object-fit: contain;
}

.category-label {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
}

/* Scrollbar track */
.scrollbar-track {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

/* Scrollbar thumb */
.scrollbar-thumb {
  height: 6px;
  background: #222;
  width: 40px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* Default: Hide on larger screens */
.scrollbar-track {
  display: none;
}

/* Show only on screens ≤ 768px (mobile) */
@media (max-width: 768px) {
  .scrollbar-track {
    display: block;
  }
}

.category-item {
  text-decoration: none;
  color: inherit;
}


.product-size-box {
    margin: 20px 0;
}

.size-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.size-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.size-box-btn {
    padding: 10px 16px;
    border: 1px solid #ccc;
    background: white;
    font-size: 14px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    min-width: 50px;
    text-align: center;
}

.size-box-btn:hover,
.size-box-btn.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.size-error-msg {
    color: red;
    font-size: 13px;
    margin-top: 8px;
}



/* Scroll wrapper only needed for mobile */
.see-also-scroll-wrapper {
  overflow-x: auto;
  padding-bottom: 10px;
}

/* Responsive grid */
.see-also-cards {
  display: grid;
  gap: 16px;
}

/* 2-row grid on large screens */
@media (min-width: 768px) {
  .see-also-cards {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-auto-rows: auto;
  }
}

/* Horizontal scroll (2 rows) for small screens */
@media (max-width: 767px) {
  .see-also-cards {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr); /* 2 rows */
    width: max-content;
  }
}

/* Card styling */
.see-also-card {
  width: 160px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 0 4px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.see-also-card:hover {
  transform: scale(1.03);
}

.see-also-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 2-line truncation for product name */
.product-name {
  font-size: 0.9rem;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.color-variant-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.variant-card {
  border: 2px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  width: 180px;
  text-align: center;
  position: relative;
  transition: border 0.3s ease;
  cursor: pointer;
}

.variant-card.selected {
  border: 2px solid #007bff;
}

.variant-card .badge-top {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fff;
  border: 2px solid red;
  color: red;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 5px;
  font-weight: bold;
  z-index: 2;
}

.carousel {
  position: relative;
  height: 180px;
}

.carousel-images img {
  width: 100%;
  height: auto;
  display: none;
  border-radius: 4px;
}

.carousel-images img.active {
  display: block;
}

.carousel-dots {
  text-align: center;
  margin-top: 5px;
}

.carousel-dots .dot {
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.carousel-dots .dot.active {
  background-color: #007bff;
}

.color-swatches {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 5px 0;
}

.color-swatches li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #444;
  cursor: pointer;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 160px;
  margin: auto;
}

.carousel-images {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.carousel-img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.carousel-img.active {
  display: block;
}

.carousel-dots {
  text-align: center;
  margin-top: 6px;
}

.carousel-dots .dot {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.carousel-dots .dot.active {
  background-color: #333;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.8);
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
}

.carousel-prev {
  left: 4px;
}

.carousel-next {
  right: 4px;
}



.pro__color {
    list-style: none;
    padding: 4px;
    margin: 0;
    display: flex;
    gap: 10px;
     justify-content: center;
}

.pro__color li.color-circle {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #333;
    position: relative;
    text-align: center;
    overflow: hidden;
    line-height: 1.1;
    text-shadow: 0 0 2px #000; /* helps with visibility on light colors */
}

.pro__color li.color-circle.selected {
    box-shadow: 0 0 0 3px #00cc66;
}

.pro__color li.color-circle .color-label {
    pointer-events: none;
    z-index: 1;
    text-align: center;
}


.pro__color {
  list-style: none;
  padding: 0;
  margin: 10px auto;
  display: flex;
  justify-content: center;
}
.pro__color li.color-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.pro__color li.color-circle.selected {
  border: 2px solid #000; /* highlight selected */
}

.color-variant-list {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.variant-card {
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s ease;
    width: 180px;
}

.variant-card.selected {
    border-color: #3366cc;
    box-shadow: 0 0 0 2px rgba(51,102,204,0.2);
}

.carousel-images img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    border-radius: 4px;
    margin-bottom: 5px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
}

.carousel-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
}

.carousel-dots .dot.active {
    background: #3366cc;
}


/*//////////111/////*/

.color-variant-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.variant-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    width: 220px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.variant-card.selected {
    border-color: #4CAF50;
    box-shadow: 0 0 0 2px #4CAF50;
}

.variant-header {
    margin-bottom: 10px;
    position: relative;
}

.best-seller-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #FF5722;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

.variant-color-name {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.variant-seller {
    font-size: 12px;
    color: #666;
    margin-top: 3px;
}

.carousel {
    position: relative;
    margin-bottom: 10px;
}

.carousel-images {
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    height: 180px;
}

.carousel-images img, .no-image-placeholder {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

.carousel-images img.active, .no-image-placeholder.active {
    display: block;
}

.no-image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #999;
}

.no-image-placeholder i {
    font-size: 40px;
    margin-bottom: 10px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.carousel-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 3px;
    cursor: pointer;
}

.carousel-dots .dot.active {
    background: #4CAF50;
}

.variant-stock {
    font-size: 14px;
    color: #555;
    text-align: center;
}

.out-of-stock {
    color: #F44336;
    font-weight: bold;
}

/* Color selection circles */
.pro__color {
    display: flex;
    gap: 10px;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.color-circle.selected {
    border-color: #333;
    transform: scale(1.1);
}

.color-circle .color-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.color-circle:hover .color-tooltip {
    visibility: visible;
    opacity: 1;
    bottom: calc(100% + 5px);
}

/*//////////////22*/



.size-selector-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.size-option {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    min-width: 60px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.size-option:hover {
    border-color: #666;
}

.size-option.selected {
    border-color: #4CAF50;
    background-color: #f5fff5;
    box-shadow: 0 0 0 1px #4CAF50;
}

.size-option.out-of-stock {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #f9f9f9;
}

.size-label {
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
}

.stock-info {
    display: block;
    font-size: 12px;
    color: #666;
}

.size-option.selected .stock-info,
.size-option.selected .size-label {
    color: #4CAF50;
}

.size-option.out-of-stock .stock-info {
    color: #f44336;
}

.size-guide-link {
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.size-guide-link a {
    color: #0066cc;
    font-size: 14px;
}

.size-guide-link a:hover {
    text-decoration: underline;
}

.size-feedback {
    font-size: 13px;
    color: #4CAF50;
}

.hidden {
    display: none;
}




/* /////3/*/

.quantity-selector-wrapper {
    margin: 12px 0;
}

.quantity-control-group {
    display: flex;
    gap: 6px;
}

.quantity-label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.quantity-input-group {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.quantity-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border: none;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quantity-btn:hover {
    background: #f3f4f6;
}

.quantity-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.quantity-btn svg {
    pointer-events: none;
}

.quantity-input {
    width: 48px;
    height: 36px;
    text-align: center;
    border: none;
    border-left: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
    font-size: 14px;
    font-weight: 500;
    -moz-appearance: textfield;
    appearance: textfield;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.stock-availability {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}





.variant-scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.variant-card {
    width: 150px;
    height: 250px;
    flex-shrink: 0;
    scroll-snap-align: start;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    text-align: center;
}

.variant-card img {
    width: 100px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 6px;
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
}
.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 50%;
    background: #ccc;
    transition: background 0.3s;
}
.owl-dot.active {
    background: #333;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.icon {
    font-size: 1.5rem;
    margin: 0;
}




.option-btn {
    border: 2px solid #ccc;
    padding: 8px 16px;
    margin: 3px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    font-weight: bold;
}
.option-btn.active {
    border-color: blue;
    color: blue;
}


 .price-list {
        list-style: none;
        padding: 0;
        margin: 0.5rem 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.75rem;
    }
    
    .original-price {
        color: #6c757d;
        font-size: 1rem;
    }
    
    .current-price {
        color: #28a745;
        font-size: 1.5rem;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .discount-percentage {
        background: #ffc107;
        color: #212529;
        font-size: 0.85rem;
        padding: 0.2rem 0.5rem;
        border-radius: 4px;
        font-weight: 600;
    }
    
    .price-savings {
        color: #dc3545;
        font-size: 0.9rem;
        font-weight: 500;
    }
    
    @media (max-width: 768px) {
        .price-list {
            flex-direction: column;
            align-items: flex-start;
            gap: 0.25rem;
        }
        
        .current-price {
            font-size: 1.3rem;
        }
    }





/* Product Grid Styles */
.product-cell {
  padding: 10px;
  vertical-align: top;
}

.product-card {
  background: white;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  max-width: 180px;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.product-image {
  text-align: center;
  margin-bottom: 10px;
}

.product-img {
  width: 125px;
  height: 125px;
  object-fit: contain;
  border-radius: 4px;
}

.product-details {
  padding: 5px;
}

.product-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  height: 36px;
  overflow: hidden;
}

.product-title a {
  color: #333;
  text-decoration: none;
}

.product-title a:hover {
  color: #e53935;
}

.price-info {
  margin-bottom: 8px;
}

.original-price {
  font-size: 12px;
  color: #777;
}

.current-price {
  font-size: 16px;
  font-weight: 700;
  color: #e53935;
  margin: 4px 0;
}

.discount-badge {
  background: #e53935;
  color: white;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
  font-weight: 600;
}

.savings {
  font-size: 12px;
  color: #2e7d32;
  font-weight: 500;
}

.delivery-notice {
  background: #f5fff0;
  border: 1px solid #e0f7d0;
  border-radius: 8px;
  padding: 6px 10px;
  margin: 8px 0;
}

.delivery-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 11px;
  color: #2e7d32;
}

.delivery-time {
  font-size: 10px;
  color: #555;
  padding-left: 21px;
  line-height: 1.4;
}

.product-description {
  font-size: 12px;
  color: #666;
  margin: 8px 0;
  line-height: 1.4;
  height: 36px;
  overflow: hidden;
}

.like-system {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #666;
}

.heart-icon {
  color: #e53935;
}

.see-more {
  color: #e53935;
  font-weight: 600;
  text-decoration: none;
  float: right;
}

.see-more:hover {
  text-decoration: underline;
}

/* List View Specific Styles */
.product-card.list-view {
  display: flex;
  gap: 15px;
  max-width: 100%;
}

.product-card.list-view .product-image {
  margin-bottom: 0;
  flex: 0 0 125px;
}

.product-card.list-view .product-details {
  flex: 1;
}

.product-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.wishlist-btn, .cart-btn {
  color: #666;
  font-size: 16px;
  transition: color 0.2s;
}

.wishlist-btn:hover {
  color: #e53935;
}

.cart-btn:hover {
  color: #2e7d32;
}

        