body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #000000;
  /*background-color: #f1f3f6;*/
  /*background-color: #e9eef5;*/
  background-color: #ffffff;
}


.middle-header {
  background-color: #FFFFFF;
  z-index: 100;
}

.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.login-divider-break{
  text-align: center;
  position: relative;
  top: 2px;
  padding-top: 1px;
  margin-bottom: 14px;
  line-height: 0;
}

.login-divider-break h5 {
  line-height: 1;
  font-size: 12px;
  color: #767676;
  font-weight: 400;
  z-index: 2;
  position: relative;
  top: 2px;
  display: inline-block;
  background-color: #fff;
  padding: 0 8px 0 7px;
}

.login-divider-break::after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}

.menu-toggle, .mricon .bi{
  font-size: 24px;
}

.mricon {
  display: flex;
  justify-content: flex-end;
  gap: 3px;
}

.mwish,.mcart {
  position: relative;
}

.logo {
  max-width: 195px;
}

.logo img{
  height: 40px;
}


.search-form input,.search-form .input-group-text {
  color: #000000;
  background: #f2f3f5;
  border: 0;
  border: none;
  outline: none !important;
}

.search-icon-btn {
  cursor: pointer;
}

*:focus {
  outline: none !important;
}

.rounded-left-pill {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}
.rounded-right-pill {
  border-bottom-right-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
}

.wish-anchor,.cart-anchor, .account-anchor{
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 40px;
  color: #000000;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.count {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  background: #da2e1f;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
}

.mwish .count,.mcart .count{
  right: -10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}


#nav a{
  color: #ffffff;
}

#catul > li:hover ul#subcatul {
  display: block;
}

#catbtn {
  background: #FD7E14;
}



.minicart-item_total {
  font-size: 16px;
  font-weight: 500;
}

/* home css */
.home-slider {
  position: relative;
}
.home-slider img {
  width: 100%;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #FFFFFF;
  box-shadow: 0 0 14px 1.5px rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  border: none;
  z-index: 9;
  color: grey;
  text-align: center;
}

.slick-arrow.slick-prev {
  left: 15px;
}

.slick-arrow.slick-next {
  right: 15px;
}

.img-top1,.img-top2 {
    width: 100%;
}
.itdiv {
    margin-bottom: 0.5rem;
  }

@media (min-width: 992px) { 
  .img-top1,.img-top2 {
    height: 202px;
  }

  .itdiv {
    margin-bottom: 1.4rem;
  }
}


.cat-img {
  height: 100px;
}
.cat-item {
  border: 1px solid #ffffff;
  padding-top: 5px;
}
.cat-item:hover {
  border: 1px solid #184d47;
}

.product-sec .title, .category-sec .title {
  font-size: 24px;
  color: #000000;
  font-family: "Inter", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.41;
  font-weight: 700;
}

.products .slick-slide {
      border: 1px solid #dbdfe3;
      margin: 2px;
    }
.products .slick-slide:hover {
      border: 1px solid #184d47;
    }

.products .product-item{
  position: relative;
  width: 255px !important;
  padding: 5px;
}

.products .product-img {
  position: relative;
text-align: center;
transition: transform 0.3s ease;
}

.products .primary-img {
  height: 165px !important;
}

.product-img img {
  max-height: 162px !important;
}

@media (max-width: 991.98px) { 
  .products .primary-img {
    height: 222px !important;
  }
}

@media (max-width: 767.98px) { 
  .products .primary-img {
    height: 158px !important;
  }
}
.product-rating .bi-star-fill {
  color: #bdbdbd;
}
.product-rating .rated-star {
  color: #fecb00 !important;
}

.products .product-name {
  font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
color: #000000;
line-height: 1.41;
}

.products .product-price {
font-size: 18px;
font-weight: 600;
font-family: "Dosis", sans-serif;
}

.prd-list-nav nav a, .prd-list-nav nav label {
  font-size: 13px;
  line-height: 1.2;
}

.prd-list-nav nav label {
  font-size: 13px;
  line-height: 1.2;
  position: relative;
  top: -2px;
  text-transform: capitalize;
}
.prd-prd-name {
  font-size: 0.9rem;
  text-transform: capitalize;
  line-height: 1.5;
}
.pname {
  text-transform: capitalize;
}
.prd-brand-name{
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #bdbdbd;
  text-decoration: none;
}

/* product details */

.pname {
  color: #000000;
  font-weight: 400;
  line-height: 1.41;
  font-size: 24px;
  font-weight: 600;
}

.stars-rating-text {
  color: #0F1111 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 000;
}

.pro-price .discounted-price {
  font-size: 28px;
  font-weight: 600;
  font-family: sans-serif;
}

.pro-price .price {
  color: #a3a3a3;
font-size: 20px;
}

.stext {
  font-weight: 600;
font-size: 14px;
color: #000000;
margin-right: 20px;
}



.add-to-cart {
  font-size: 14px;
}


/* footer css */
.footer {
  background-color: #e9eef5;
}
.footer a{
  color: #696968;
}
.footer-logo .play-store-icon {
  height: 50px;
}

#social-list a{
  font-size: 14px;
}

#social-list a i{
  font-size: 22px;
  padding-right: 7px;
}

#social-list .bi-facebook {
  color: #3b5998;
}

#social-list .bi-twitter {
  color: #1da1f2;
}

#social-list img {
  padding-right: 7px;
  position: relative;
  left: 2px;
  margin-right: 5px;
}

#social-list .bi-instagram {
  color: #d62976;
}

#social-list .bi-youtube {
  color: #FF0000;
}


.subscription input {
  position: relative;
  height: 50px;
  padding: 0 30px;
  padding-right: 140px;
  font-size: 14px;
  width: 100%;
  border: 0;
}
.subscription form {
  position: relative;
  max-width: 500px;
}

.subscription form .subbtn {
  position: absolute;
  right: 8px;
  top: 6px;
}

.subscription .whatsapp-icons {
  font-size: 62px;
  line-height: 1;
}

.call-us {
  padding: 30px 25px;
}


.wishlist-icon {
  position: absolute;
  z-index: 99;
  right: 0px;
  margin: 0px 5px;
  height: 34px;
  width: 34px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;

}
.wishlist-icon-2 {
  position: relative;
  z-index: 99;
  float: right;
  margin: 10px 0px;
  height: 34px;
  width: 34px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;

}

.wishlist-icon-2 .bi-suit-heart, .wishlist-icon-2 .bi-suit-heart-fill, .wishlist-icon .bi-suit-heart, .wishlist-icon .bi-suit-heart-fill {
  color: #000;
  cursor: pointer;
  font-size: 17px;
  position: relative;
  left: 8px;
  top: 3px;
}

.wishlist-icon-2 .bi-suit-heart,.wishlist-icon .bi-suit-heart {
  color: #000;
}
.wishlist-icon-2 .bi-suit-heart-fill, .wishlist-icon .bi-suit-heart-fill {
  color: #D71D1D;
}


.left-sidebar {
  width: 300px;
  min-height: 100%;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (min-width: 1200px) {
  .product-list {
    margin-left: 300px;
  }
}
 .product-list {
  padding: 20px 30px;
  transition: all 0.3s;
}
.imga{
  height: 162px;
}

.pqtysel {
  width: 100%;
  height: 30px;
  border: 1px solid rgba(0,0,0,.2);
  background: #ffffff;
  cursor: pointer;
  padding-left: 8px;
  color: rgba(0,0,0,.5);
}

.pcartadd{
  width: 100%;
  height: 30px;
  border: 1px solid rgba(0,0,0,.2);
  background: #ffffff;
  line-height: 30px;
  text-align: center;
  color: #2874f0;
  cursor: pointer;
}

.pcart .input-group-text,.scart .input-group-text{
  border-radius: 0px;
  cursor: pointer;
  font-size: 15px;
}

.pcart .input-group,.pcart .input-group-text, .pcart .form-control,.scart .input-group,.scart .input-group-text, .scart .form-control{
  height: 30px;
}
.scart .input-group{
  width: 122px;
}

.offer-label {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #ff5722;
  color: #fff;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: bold;
  z-index: 99;
}
/*-------------- Notifications -----------------*/


.notification-ui_dd-content {
    margin-bottom: 30px;
}

.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 7px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.notification-list--unread {
    border-left: 2px solid #29B6F6;
}

.notification-list .notification-list_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notification-list .notification-list_content .notification-list_img img {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    margin-right: 20px;
}

.notification-list .notification-list_content .notification-list_img i {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    margin-right: 20px;
    font-size: 30px;
}

.notification-list .notification-list_content .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
}

.notification-list .notification-list_feature-img img {
    height: 48px;
    width: 48px;
    border-radius: 5px;
    margin-left: 20px;
}

/*---------------wishlist sec-------------------------*/
.wishlist-sec .list{
  padding: 18px;
  background: #F3F8FC;
  border: 1px solid #BABABA;
}

.wlbtn {
  width: 120px;
}

/* ----------------------------------------- MultiCarousel ---------------------------------------------*/
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div {padding: 5px; margin:2px; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { width: 40px;height: 40px;left:0; }
    .MultiCarousel .rightLst { width: 40px;height: 40px;right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
/* -----------------------------------------End MultiCarousel ---------------------------------------------*/

.pname {
  font-size: 18px;
  font-weight: 500;
}

.prfnav .nav-link:hover {
    background-color: #e9ecef !important;
  }
/*------------------------------ pagination----------------------*/

#pagination .page-link{
  padding-top: 0px;
  padding-bottom: 0px;
}
/*------------------------------ Common ----------------------*/
.fw-500{
  font-weight: 500;
}

/*---------------------------------- Home page ---------------------------------*/
.pitem .input-group-text{
  font-size: 18px;
  padding: .375rem .375rem;
}

.product-content .product-price{
  font-size: 19px;
  font-weight: bold;
}

.product-content .product-price s{
  font-size: 15px;
  color:  #757C8D;
  font-weight: normal;
}
@media (max-width: 413.98px) {
  /* Styles for phones and very small screens */
  .home-container {
    padding:  3px !important;
  }

  .pqty {
    padding-bottom: 5px;
  }
  .pqtysel {
    height: 28px;
    font-size: 13px;
  }

  .pcartadd, .pcart {
    height: 30px;
    line-height: 30px;
    width: 70%;
    margin: 0px auto 3px auto;
  }


  .pcart .input-group, .pcart .form-control,.pcart .input-group-text {
    height: 30px;
    text-align: center;
  }

  .onerem {
    margin: 3px !important;
  }

}
@media (min-width: 414px) {
  /* Styles for phones and very small screens */
  .onerem {
    margin: 1rem !important;
  }
  .pqtyaddcart {
    display: flex;
    gap: 5px;
  }
  .pqty {
    width: 45%;
  }

  .pcart {
    width: 55%;
  }
  .pcart .input-group, .pcart .form-control,.pcart .input-group-text {
    text-align: center;
  }
}

/* Extra Small Devices (Phones, 0px to 575.98px) */
@media (max-width: 575.98px) {
  /* Styles for phones and very small screens */
  body {
    font-size: 12px;
  }
  .product-name {
    font-size: 0.9rem;
  }
}

/* Small Devices (Tablets, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Styles for portrait tablets and small devices */
}

/* Medium Devices (Tablets and Small Laptops, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Styles for landscape tablets and small laptops */
}

/* Large Devices (Laptops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Styles for laptops and small desktops */
}

/* Extra Large Devices (Desktops, 1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* Styles for desktops */
  .home-container {
    max-width: 90% !important;
  }
}

/* Extra Extra Large Devices (Large Desktops, 1400px and above) */
@media (min-width: 1400px) {
  /* Styles for large desktops and monitors */
  .home-container {
    max-width: 86% !important;
  }

  .main{
    max-width: 100%;
    margin: 0px auto;
  }

}
