@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent !important;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0px auto;
}

@media (max-width: 1499px) {
  .container {
    max-width: 1370px !important;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}
ul {
  margin-bottom: 0px !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  color: #676767;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin-bottom: 0 !important;
}

h2 {
  color: #000;
  font-size: 67px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 50px;
}

h3 {
  color: #000;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  min-height: 85px;
  max-height: 85px;
  overflow: hidden;
}

button:focus {
  outline: none !important;
}

.cuscol {
  margin-bottom: 30px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

/* Banner Section */
.banner {
  position: relative;
  background-color: #622b00;
  overflow: hidden;
}
.banner::before {
  position: absolute;
  content: "";
  background-image: url(../images/banner_pata.webp);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.26;
}
.banner .capsec {
  padding: 140px 0;
}
.banner .capsec h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 74px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 14.06px;
}
.banner .capsec span {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6.6px;
  text-transform: uppercase;
  color: #fff;
}
.banner .capsec p {
  padding: 25px 0;
  color: #fff;
  width: 75%;
}
.banner .capsec a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 15px 40px;
  transition: all 0.5s;
  background-color: #4463D3;
  color: #fff;
  text-align: center;
  background-color: #fff;
  color: #000;
  display: inline-flex;
}
.banner .capsec a:hover {
  background-color: #000;
  color: #fff;
}
.banner .rightclient {
  position: absolute;
  bottom: -70px;
  z-index: 0;
}
.banner .rightclient img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: -20px;
}

.bannerbottomnav {
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
}
.bannerbottomnav img.btmnav {
  width: 100%;
}
.bannerbottomnav .search-form {
  position: relative;
}
.bannerbottomnav .search-input {
  border: 1px solid #e0e0e0;
  border-radius: 4px 0 0 4px;
  padding: 12px 15px;
  font-size: 14px;
  color: #666;
  background: white;
  border-right: none;
  height: 48px;
}
.bannerbottomnav .search-input:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: none;
}
.bannerbottomnav .search-input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.bannerbottomnav .search-input::placeholder {
  color: #999;
  font-size: 14px;
}
.bannerbottomnav .search-btn {
  background: #17a2b8;
  color: white;
  border: 1px solid #17a2b8;
  border-radius: 0 4px 4px 0;
  padding: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.bannerbottomnav .search-btn:hover {
  background: #138496;
  border-color: #138496;
}
.bannerbottomnav .search-btn:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}
.bannerbottomnav .search-icon {
  font-size: 16px;
}

/* Banner Section */
/* Featured Product */
.fetproduct {
  background: #f6f7f9;
  padding-bottom: 150px;
}
.fetproduct h2 {
  padding-bottom: 50px;
}
.fetproduct .slidoutr .producitm {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 25px;
}
.fetproduct .slidoutr .producitm .imgsec {
  /* height: 400px; */
  height: 317px;
  text-align: center;
}
.fetproduct .slidoutr .producitm .imgsec img {
  /* width: 100%; */
  height: 100%;
  /* -o-object-fit: cover;
     object-fit: cover; */
  text-align: center;
  display: inline-block;
}
.fetproduct .slidoutr .producitm .capsec {
  padding-top: 30px;
}
.fetproduct .slidoutr .producitm .capsec h3 {
  padding-bottom: 17px;
  font-size: 25px;
}
.fetproduct .slidoutr .producitm .capsec p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
  max-height: 2.8em;
}
.fetproduct .slidoutr .producitm .capsec .price {
  display: flex;
  align-items: center;
  padding: 27px 0;
}
.fetproduct .slidoutr .producitm .capsec .price span {
  color: #2facd6;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.fetproduct .slidoutr .producitm .capsec .price del {
  padding-left: 10px;
  color: #858585;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}
.fetproduct .slidoutr .producitm .capsec ul {
  display: flex;
  padding: 15px 0 33px 0;
}
.fetproduct .slidoutr .producitm .capsec ul li {
  margin-right: 15px;
}
.fetproduct .slidoutr .producitm .capsec ul li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 15px 40px;
  transition: all 0.5s;
  background-color: #2FACD6;
  color: #fff;
  text-align: center;
}
.fetproduct .slidoutr .producitm .capsec ul li a:hover {
  background-color: #000;
  color: #fff;
}
.fetproduct .slidoutr .producitm .capsec ul li a.trans {
  border-radius: 5px;
  border: 1px solid #2FACD6;
  background: #fff;
  color: #2FACD6;
}
.fetproduct .slidoutr .producitm .capsec ul li a.trans:hover {
  background: #2FACD6;
  border-color: #2FACD6;
  color: #fff;
}
.fetproduct .slidoutr .slick-slide {
  margin: 0 15px 20px 15px;
}
.fetproduct .slick-prev {
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  background: #fff;
  min-width: 63px;
  min-height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  left: -100px;
}
.fetproduct .slick-prev::before {
  content: "";
}
.fetproduct .slick-prev i {
  color: rgb(68, 99, 211);
  font-size: 25px;
}
.fetproduct .slick-prev:hover {
  background-color: rgb(68, 99, 211);
}
.fetproduct .slick-prev:hover i {
  color: #fff;
}
.fetproduct .slick-next {
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  background: #fff;
  min-width: 63px;
  min-height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  right: -100px;
}
.fetproduct .slick-next::before {
  content: "";
}
.fetproduct .slick-next i {
  color: rgb(68, 99, 211);
  font-size: 25px;
}
.fetproduct .slick-next:hover {
  background-color: rgb(68, 99, 211);
}
.fetproduct .slick-next:hover i {
  color: #fff;
}

/* Featured Product */
/* Top Selling Products */
.fetproduct.topsell {
  background-color: rgb(255, 255, 255);
  padding-bottom: 130px;
}

/* Top Selling Products */
/* Bathing Soap */
.fetproduct.bathsec {
  width: 100%;
}
.fetproduct.bathsec .slidoutr .producitm {
  height: 100%;
}

/* Bathing Soap */
/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  padding: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #fff;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #000;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottToparrow img.bottompath1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/*****************************
    Scroll to top css end
*****************************/
/* loader */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader img {
  width: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* loader */
.navbar-nav li.active a {
  color: #2FACD6 !important; /* Change to your desired active color */
  /* font-weight: bold; */
}
.dropdown-item.active, .dropdown-item:active{
  background: #fff;
  color: #2FACD6;
}

.vip-container {
  display: flex;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
  padding: 40px;
  box-sizing: border-box;
}

.vip-panel {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 10px;
  color: white;
  padding: 20px;
  transition: background-color 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vip-panel:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.vip-panel .content {
  z-index: 1;
}/*# sourceMappingURL=style.css.map */

/*pagination*/
.pagination .page-item.active .page-link{
  background-color: #2FACD6;
    border-color: #2FACD6;
}
.pagination .page-link {
    color: #2FACD6;
    background-color: transparent;
    border: 1px solid #dee2e6;
}
.producitm .price span{
  padding-right :0px 
}