@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/*font-family: 'Open Sans', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap");
/*font-family: "Corinthia", cursive;*/
@font-face {
  font-family: "Recoleta DEMO";
  src: url("../webfonts/Recoleta-RegularDEMO.eot");
  src: url("../webfonts/Recoleta-RegularDEMO.eot?#iefix") format("embedded-opentype"), url("../webfonts/Recoleta-RegularDEMO.woff2") format("woff2"), url("../webfonts/Recoleta-RegularDEMO.woff") format("woff"), url("../webfonts/Recoleta-RegularDEMO.ttf") format("truetype"), url("../webfonts/Recoleta-RegularDEMO.svg#Recoleta-RegularDEMO") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "DM Sans", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*#### Common css start ######*/
.common-btn1 {
  position: relative;
  background-color: #82B5B4;
  border-color: #82B5B4;
  background-color: #97C4C3;
  border-color: #97C4C3;
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 30px;
  gap: 10px;
  transition: all 0.5s;
  font-weight: 600;
}
.common-btn1:hover {
  background-color: #82B5B4;
  border-color: #82B5B4;
  gap: 15px;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h2 {
  position: relative;
  width: 100%;
  font-size: 60px;
  color: #084468;
  font-family: "Recoleta DEMO";
  margin-bottom: 15px;
}

/*#### Common css end ######*/
/*#### Header css start ####*/
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 9;
}

.top-header {
  position: relative;
  width: 100%;
  padding: 5px 0px;
  background-color: #272828;
}
.top-header .top-head-info {
  position: relative;
  width: 100%;
}
.top-header .top-head-info p {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
}
.top-header .top-head-info p a {
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.top-header .top-head-info p a:hover {
  color: #82B5B4;
}

.header-menu-wrap {
  position: relative;
  width: 100%;
  padding: 10px 0px;
}
.header-menu-wrap .logo {
  position: relative;
  width: 100%;
  text-align: center;
}
.header-menu-wrap .navbar-nav li a {
  text-transform: uppercase;
}

.my-ac-wrap {
  position: relative;
}
.my-ac-wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  margin-bottom: 0px;
  gap: 12px;
}
.my-ac-wrap ul li a {
  color: #272828;
  font-size: 25px;
}
.my-ac-wrap ul li a .las {
  font-size: 30px;
}

.head-search-wrap {
  position: relative;
  width: 100%;
  max-width: 200px;
}
.head-search-wrap .search-box-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #D2D2D2;
  background-color: transparent;
  border-radius: 40px;
}
.head-search-wrap .search-box-inner .search-box {
  position: relative;
  width: calc(100% - 30px);
}
.head-search-wrap .search-box-inner .search-box .form-control {
  height: 40px;
  border: 0px;
  border-radius: 30px 0px 0px 30px;
  background-color: transparent;
  color: #423E3E;
  box-shadow: none;
}
.head-search-wrap .search-box-inner .search-box .form-control::-moz-placeholder {
  color: #423E3E;
}
.head-search-wrap .search-box-inner .search-box .form-control::placeholder {
  color: #423E3E;
}
.head-search-wrap .search-box-inner .search-btn-wrp {
  position: relative;
  width: 30px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.head-search-wrap .search-box-inner .search-btn-wrp .search-btn {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  font-size: 20px;
  color: #272828;
  border-radius: 0px 30px 30px 0px;
  padding-right: 0;
}
.head-search-wrap .search-Mob {
  display: none;
}

.cart {
  position: relative;
}
.cart .count {
  position: absolute;
  right: -20px;
  top: -15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #5b5a58;
  box-shadow: 0px 0px 0px 2px #fff;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

/*###*/
/*#### Header css end ####*/
/*### Banner css start ####*/
@keyframes slide-right {
  0% {
    transform: translateX(-100px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.banner-wrapper, .InnBanner-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100px;
  background: linear-gradient(180deg, #86C2E9 0%, #D1E8F6 74.72%, #B5D3E6 100%);
  overflow: hidden;
}

.InnBanner-wrapper {
  padding-bottom: 100px;
}

.banner-wrapper .banner-slider {
  position: relative;
  z-index: 1;
}

.banner-sld-items.slick-active .banner-right-img {
  animation: slide-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s both;
}

.banner-left-content {
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner-left-content h3 {
  position: relative;
  width: 100%;
  font-size: 60px;
  color: #084468;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: "Recoleta DEMO";
}
.banner-left-content h4 {
  position: relative;
  width: 100%;
  font-size: 80px;
  color: #084468;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Corinthia", cursive;
}
.banner-left-content p {
  position: relative;
  width: 100%;
  color: #423E3E;
  font-size: 16px;
  margin-bottom: 10px;
}
.banner-left-content .common-btn1 {
  background-color: #fff;
  border-color: #fff;
}

.banner-right-img {
  position: relative;
  width: 100%;
}

.bg-text {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0%;
  top: 0;
  font-size: 200px;
  font-weight: 500;
  font-family: "Recoleta DEMO";
  color: rgba(255, 255, 255, 0.168627451);
}

/**/
@keyframes cloudMoving {
  0% {
    background-position: 110% 100%;
  }
  100% {
    background-position: -5% 100%;
  }
}
@keyframes cloudMoving2 {
  0% {
    background-position: 150% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes cloudMoving3 {
  0% {
    background-position: 110% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
/**/
.cloud-img1 {
  position: absolute;
  width: 105%;
  height: 60px;
  right: 0px;
  top: 100px;
  background-image: url(../images/cloud-img1.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: cloudMoving 50s linear 0s infinite;
}

.cloud-img2 {
  position: absolute;
  width: 105%;
  height: 80px;
  right: 0px;
  top: 100px;
  background-image: url(../images/cloud-img2.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: cloudMoving2 70s linear 0s infinite;
}

.cloud-img3 {
  position: absolute;
  width: 105%;
  height: 70px;
  right: 0px;
  top: 50%;
  background-image: url(../images/cloud-img3.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: cloudMoving2 60s linear 0s infinite;
}

.cloud-img4 {
  position: absolute;
  width: 105%;
  height: 90px;
  right: 0px;
  bottom: -5%;
  background-image: url(../images/cloud-img4.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: cloudMoving2 40s linear 0s infinite;
}

.cloud-img5 {
  position: absolute;
  width: 105%;
  height: 110px;
  right: 0px;
  bottom: -8px;
  background-image: url(../images/cloud-img5.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: cloudMoving 30s linear 0s infinite;
}

.cloud-img6 {
  position: absolute;
  width: 105%;
  height: 50px;
  right: 0px;
  bottom: 80px;
  background-image: url(../images/cloud-img6.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: cloudMoving 20s linear 0s infinite;
}

/*######## Banner css end #######*/
/*##### Featured products section css start ###*/
.featured-products-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0px;
  background-color: #FEFCF5;
}
.featured-products-wrapper .common-btn1 {
  background-color: #EFFFFF;
  border-color: #EFFFFF;
}
.featured-products-wrapper .products-wrap .products-img {
  background-color: #fff;
}

.featured-OverWidth #featured-products-slider {
  position: relative;
}
.featured-OverWidth #featured-products-slider .featured-products-sld-items {
  position: relative;
  padding-right: 18px;
}

.products-wrap {
  position: relative;
  width: 100%;
}
.products-wrap .products-img {
  position: relative;
  width: 100%;
  background-color: #fff;
  background-color: #F5F5F5;
  padding: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 350px;
}
.products-wrap .products-img a:first-child {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.products-wrap .products-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s;
}
.products-wrap .products-img .wishlist {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  background-color: #EFFFFF;
  color: #272828;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.products-wrap .products-content {
  position: relative;
  width: 100%;
  padding-top: 10px;
}
.products-wrap .products-content h4 {
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #272828;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.products-wrap .products-content .rating-img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.products-wrap .products-content .price-cart-btn-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-wrap .products-content .price-cart-btn-wrap .price {
  position: relative;
  width: 40%;
  font-size: 20px;
  color: #272828;
  font-weight: 600;
}
.products-wrap .products-content .price-cart-btn-wrap .add-to-cart-btn-wrap {
  position: relative;
  width: 60%;
  text-align: right;
}
.products-wrap .products-content .price-cart-btn-wrap .add-to-cart-btn-wrap .add-to-cart-btn {
  position: relative;
  color: #272828;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  text-transform: uppercase;
  gap: 6px;
}
.products-wrap:hover .products-img img {
  transform: scale(1.1);
}

/*### dots css start ####*/
#featured-products-slider .slick-dots {
  position: relative;
  width: 100%;
  z-index: 9;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0px 15px 0px;
}
#featured-products-slider .slick-dots li {
  position: relative;
  margin: 0px 4px;
  line-height: 1;
}
#featured-products-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#featured-products-slider .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #423E3E;
  display: block;
  border-radius: 50%;
}
#featured-products-slider .slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  background-color: #272828;
  border: 2px solid #272828;
}

/*### dots css end*/
/*##### Featured products section css end ###*/
/*##### About Us section css start ###*/
.about-us-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0px;
  background-color: #80B4B3;
}
.about-us-wrapper .container {
  z-index: 1;
  position: relative;
}
.about-us-wrapper .AboutBg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
}
.about-us-wrapper .AboutBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-wrapper .AboutAfter-img {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 350px;
}
.about-us-wrapper .AboutAfter-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-img {
  width: 100%;
  height: 600px;
}
.about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.AboutUs-TitleBox {
  padding-left: 20px;
}
.AboutUs-TitleBox .common-title h2 {
  color: #fff;
  text-transform: capitalize;
}
.AboutUs-TitleBox .AboutUs-ParaBox {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  line-height: 1.6;
  margin-top: 30px;
  font-size: 17px;
}
.AboutUs-TitleBox .AboutUs-ListBox {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 40px 0px;
}
.AboutUs-TitleBox .AboutUs-ListBox li {
  padding-left: 30px;
  position: relative;
  font-family: "DM Sans", sans-serif;
}
.AboutUs-TitleBox .AboutUs-ListBox li::after {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 600;
  color: #FFF2C7;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
}
.AboutUs-TitleBox .AboutUs-ListBox li h5 {
  color: #fff;
  font-size: 19px;
}
.AboutUs-TitleBox .AboutUs-ListBox li p {
  margin-bottom: 0px;
  font-size: 17px;
}
.AboutUs-TitleBox .about-btn-wrap .common-btn1 {
  background-color: #EFFFFF;
  border-color: #EFFFFF;
}
.AboutUs-TitleBox .about-btn-wrap .common-btn1:hover {
  background-color: #fff;
  border-color: #fff;
}

/*##### About Us section css end ###*/
/*##### Why Choose section css start ###*/
.Choose-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0px;
  background: #FFFBF8;
}

.Choose-TitleBox .common-title h2 span {
  display: block;
}

.Choose-ParaBox {
  color: #272828;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.Choose-LMain {
  margin-top: 20px;
}
.Choose-LMain > * > *:not(:last-child) .Choose-LBox {
  border-right: 1px solid #E9E9E9;
  padding-right: 20px;
}
.Choose-LMain .Choose-LBox {
  text-align: center;
}
.Choose-LMain .Choose-LBox .Choose-LIcon {
  width: var(--ehw-CLI);
  height: var(--ehw-CLI);
  --ehw-CLI: 75px;
  margin: auto;
  margin-bottom: 30px;
}
.Choose-LMain .Choose-LBox .Choose-LIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Choose-LMain .Choose-LBox .Choose-LTPB h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
}
.Choose-LMain .Choose-LBox .Choose-LTPB p {
  margin-bottom: 0px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

/*##### Why Choose section css end ###*/
/*##### BestPro section css start ###*/
.BestPro-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0px;
}
.BestPro-wrapper > * > .row {
  justify-content: center;
}

.BestPro-TitleBox {
  text-align: center;
}

.BestPro-BigImg {
  width: 100%;
  overflow: hidden;
}
.BestPro-BigImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 1s;
}
.BestPro-BigImg:hover img {
  transform: scale(1.2);
}

.BestPro-SlBtn .common-btn1 {
  background-color: #B0D2D1;
  border-color: #B0D2D1;
}
.BestPro-SlBtn .common-btn1:hover {
  background-color: #82B5B4;
  border-color: #82B5B4;
}

.BestPro-OverWidth {
  margin-bottom: 20px;
}
.BestPro-OverWidth #BestPro-slider {
  position: relative;
}
.BestPro-OverWidth #BestPro-slider .BestPro-sld-items {
  position: relative;
  padding-right: 24px;
}
.BestPro-OverWidth .slick-track {
  margin-left: 0px;
}

/*### dots css start ####*/
#BestPro-slider .slick-dots {
  position: relative;
  width: 100%;
  z-index: 9;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0px 15px 0px;
}
#BestPro-slider .slick-dots li {
  position: relative;
  margin: 0px 4px;
  line-height: 1;
}
#BestPro-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#BestPro-slider .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #423E3E;
  display: block;
  border-radius: 50%;
}
#BestPro-slider .slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  background-color: #272828;
  border: 2px solid #272828;
}

/*### dots css end*/
/*##### BestPro section css end ###*/
/*##### Testimonial section css start ###*/
.RWRP-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0px 200px;
  background-color: #80B4B3;
}
.RWRP-wrapper .container {
  position: relative;
  z-index: 1;
}
.RWRP-wrapper .RWRP-bg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
}
.RWRP-wrapper .RWRP-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.RWRP-wrapper .HAC-txt {
  position: absolute;
  display: inline-block;
  left: 0px;
  right: 0px;
  margin: auto;
  color: #fff;
  opacity: 0.17;
  line-height: 1;
  text-align: center;
  font-size: 1500%;
  bottom: -50px;
}

.RWRP-TitleBox .common-title h2 {
  color: #fff;
}
.RWRP-TitleBox .common-title h2 span {
  display: block;
}

.RWRP-OverWidth {
  width: 124%;
  margin-top: 30px;
}
.RWRP-OverWidth #RWRP-slider {
  position: relative;
}
.RWRP-OverWidth #RWRP-slider .RWRP-sld-items {
  position: relative;
  padding-right: 18px;
}
.RWRP-OverWidth #RWRP-slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ehw-RWSA);
  height: var(--ehw-RWSA);
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #272828;
  --ehw-RWSA: 50px;
  font-size: 20px;
  position: absolute;
  top: -150px;
  right: 20%;
}
.RWRP-OverWidth #RWRP-slider .slick-arrow.slick-prev {
  margin-right: 60px;
  left: auto;
}
.RWRP-OverWidth #RWRP-slider .slick-arrow::before {
  display: none;
}

.RWRP-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
}
.RWRP-wrap .RWRP-ProImg {
  width: 350px;
  height: 330px;
  overflow: hidden;
}
.RWRP-wrap .RWRP-ProImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.RWRP-wrap .RWRP-ProTxt {
  padding: 20px;
}
.RWRP-wrap .RWRP-ProTxt .TestiUser-StarBox {
  display: flex;
  gap: 6px;
  color: #D9D9D9;
  margin-bottom: 20px;
  /* .fa-regular {
      background: #D9D9D9;
  } */
}
.RWRP-wrap .RWRP-ProTxt .TestiUser-StarBox .fa-solid {
  color: #094468;
}
.RWRP-wrap .RWRP-ProTxt .TestiUser-para {
  font-family: "DM Sans", sans-serif;
  color: #423E3E;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  margin-bottom: 30px;
}
.RWRP-wrap .RWRP-ProTxt .TestiUser-para p {
  margin-bottom: 10px;
}
.RWRP-wrap .RWRP-ProTxt .TestiUser-para p:last-child {
  margin-bottom: 0px;
}
.RWRP-wrap .RWRP-ProTxt .TestiUser-title h5 {
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #272828;
  font-size: 18px;
  line-height: 1;
}
.RWRP-wrap .RWRP-ProTxt .TestiUser-title p {
  margin-bottom: 0px;
  color: #423E3E;
  line-height: 1;
  font-size: 14px;
}

/*##### Testimonial section css end ###*/
/*##### New Arrivals section css start ###*/
.NewA-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0px;
  background: #EFF9F9;
  min-height: 700px;
  display: flex;
  align-items: center;
}
.NewA-wrapper .NewA-bg {
  position: absolute;
  inset: 0px;
  width: 66%;
  height: 100%;
}
.NewA-wrapper .NewA-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.NewA-wrapper > * > * > *:first-child {
  display: none;
}
.NewA-wrapper .NewA-TxtBox {
  text-align: center;
  width: 150%;
  padding: 60px;
}
.NewA-wrapper .NewA-TxtBox span {
  font-size: 16px;
}
.NewA-wrapper .NewA-TxtBox h2 {
  font-family: "Recoleta DEMO";
  font-size: 40px;
}
.NewA-wrapper .NewA-TxtBox ul {
  list-style: disc;
  display: inline-block;
}
.NewA-wrapper .NewA-TxtBox ul li {
  font-size: 15px;
  font-weight: 500;
}
.NewA-wrapper .NewA-TxtBox p {
  color: #423E3E;
  margin-bottom: 16px;
}
.NewA-wrapper .NewA-TxtBox .common-btn1 {
  background-color: #EFFFFF;
  border-color: #EFFFFF;
}

/*##### New Arrivals section css end ###*/
/*##### CTA section css start ###*/
.CTA-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0px;
}

.CTA-Titlebox {
  margin-bottom: 30px;
}

.form-box .form-control {
  box-shadow: none;
  outline: none;
  background: #F3F3F3;
  border-color: #F3F3F3;
  color: #272828;
  min-height: 58px;
  font-weight: 600;
}
.form-box .form-control::-moz-placeholder {
  color: #272828;
}
.form-box .form-control::placeholder {
  color: #272828;
}

.CTA-ImgBox {
  width: 100%;
  height: 550px;
}
.CTA-ImgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}

/*##### CTA section css end ###*/
/*##### footer section css start ###*/
.footer-section {
  background: #80B4B3;
  position: relative;
  overflow: hidden;
}
.footer-section .inner-footer {
  padding: 60px 0px 30px;
}
.footer-section .footer-CTABox h3 {
  font-family: "Recoleta DEMO";
  color: #fff;
  font-size: 36px;
}
.footer-section .footer-CTABox p {
  color: #fff;
}
.footer-section .FootCTA-form .form-control, .footer-section .FootCTA-form .form-control:hover, .footer-section .FootCTA-form .form-control:focus {
  position: relative;
  border-color: #fff;
  background: #fff;
  color: #272828;
  font-size: 15px;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 400;
  min-height: 60px;
  box-shadow: none;
  outline: none;
}
.footer-section .FootCTA-form .form-control::-moz-placeholder, .footer-section .FootCTA-form .form-control:hover::-moz-placeholder, .footer-section .FootCTA-form .form-control:focus::-moz-placeholder {
  color: #272828;
}
.footer-section .FootCTA-form .form-control::placeholder, .footer-section .FootCTA-form .form-control:hover::placeholder, .footer-section .FootCTA-form .form-control:focus::placeholder {
  color: #272828;
}
.footer-section .FootCTA-form .common-bgBtn, .footer-section .FootCTA-form .common-bgBtn:visited, .footer-section .FootCTA-form .common-bgBtn:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #272828;
}
.footer-section .foot-title {
  font-family: "Recoleta DEMO";
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 22px;
}
.footer-section .foot-list, .footer-section .contact-list {
  margin-bottom: 0px;
}
.footer-section .foot-list li, .footer-section .contact-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
}
.footer-section .foot-list li:not(:last-child), .footer-section .contact-list li:not(:last-child) {
  margin-bottom: 14px;
}
.footer-section .foot-list li a, .footer-section .foot-list li a:visited, .footer-section .foot-list li a:focus, .footer-section .foot-list li > *, .footer-section .contact-list li a, .footer-section .contact-list li a:visited, .footer-section .contact-list li a:focus, .footer-section .contact-list li > * {
  font-weight: 400;
  transition: all ease-in-out 0.8s;
  color: #fff;
  font-size: 16px;
}
.footer-section .foot-list li a:hover, .footer-section .contact-list li a:hover {
  color: #084468;
}
.footer-section .FootSocial-list {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 0px;
}
.footer-section .FootSocial-list li a, .footer-section .FootSocial-list li a:visited, .footer-section .FootSocial-list li a:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--ehw-social));
  height: calc(var(--ehw-social));
  border-radius: 50%;
  margin: 0 auto;
  transition: all ease-in-out 0.8s;
  color: #fff;
  background: transparent;
  font-size: 24px;
}
.footer-section .FootSocial-list li a:hover {
  background: transparent;
  color: #084468;
}
.footer-section .copy-box {
  padding-bottom: 40px;
}
.footer-section .copy-box .foot-title {
  margin-bottom: 10px;
}
.footer-section .copy-box .CopyLine {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.23;
}
.footer-section .copy-box .copy-text {
  text-align: right;
  color: #fff;
  font-size: 15px;
}

/*##### footer section css end ###*/
/*##### ProListPage section css start ###*/
.ProListPage-wrapper {
  position: relative;
  width: 100%;
  padding: 80px 0px;
}

/* Shop page start */
.left-sidebar {
  position: sticky;
  top: 90px;
  top: 20px;
}
.left-sidebar .category-main-wrap {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.left-sidebar .sidebar-title {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #084468;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
}

.left-category-wrap {
  margin-bottom: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.category-ImgTxt, .category-ImgTxt:visited, .category-ImgTxt:focus {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #272828;
  transition: all ease-in-out 0.5s;
}

.category-ImgTxt:hover {
  color: #82B5B4;
}

.category-img {
  --ehw-CimG: 30px;
  width: var(--ehw-CimG);
  height: var(--ehw-CimG);
  border-radius: 50%;
  border: 1px solid #f7f7f7;
}
.category-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.left-category-wrap .accordion_list.active .category-arrow .up-down-wrrow:after {
  content: "\f106";
}

.left-category-wrap .accordion_list .category-arrow .up-down-wrrow:after {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 600;
}

.category-MainTitle h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.accordion_list .category-ImgTxtArrow {
  padding: 10px 20px;
}

.accordion_list:last-child .category-ImgTxtArrow, .accordion_list:last-child .accordion_body {
  border-bottom: none;
}

.accordion_list.active .category-ImgTxtArrow, .accordion_list .category-ImgTxtArrow, .accordion_list .accordion_body {
  border-bottom: 1px solid #dbdbdb;
}

.category-ImgTxtArrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.accordion_list.active .accordion_body {
  display: flex;
}

.accordion_list .accordion_body {
  margin-left: 0px;
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 10px 20px;
}

.accordion_list .cat-body.accordion_body .accordion_sub_list {
  font-family: "DM Sans", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  list-style-type: none;
  cursor: pointer;
  color: #272828;
  margin-bottom: 0px;
}
.accordion_list .cat-body.accordion_body .accordion_sub_list .CateLink a.active {
  font-weight: 900;
  color: #084468;
}
.cat-body.accordion_body .accordion_sub_list .CateLink, .cat-body.accordion_body .accordion_sub_list .CheckBox {
  width: 100%;
}

.cat-body.accordion_body .accordion_sub_list .CateLink {
  position: relative;
  padding-left: 15px;
}

.cat-body.accordion_body .accordion_sub_list .CateLink::before {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #084468;
}

.cat-body.accordion_body .accordion_sub_list a, .cat-body.accordion_body .accordion_sub_list a:focus, .cat-body.accordion_body .accordion_sub_list a:visited {
  position: relative;
  width: 100%;
  display: block;
  color: #272828;
  font-size: 15px;
  transition: all ease-in-out 0.5s;
  font-weight: 500;
}

.cat-body.accordion_body .accordion_sub_list a:hover, .cat-body.accordion_body .accordion_sub_list a[aria-current=page] {
  color: #084468;
}

.cat-body.accordion_body .accordion_sub_list .CheckBox {
  display: flex;
  width: 100%;
}

.cat-body.accordion_body .accordion_sub_list .CheckBox > .checkbox-MainBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  gap: 10px;
  text-transform: capitalize;
  color: #272828;
  line-height: 1;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  background: rgba(8, 68, 104, 0.3);
  border-radius: 4px;
  padding: 16px 16px;
  font-size: 15px;
  font-weight: 600;
}

.cat-body.accordion_body .accordion_sub_list .CheckBox > input:checked ~ .checkbox-MainBox {
  background: rgba(8, 68, 104, 0.9);
  color: #fff;
}

.cat-body.accordion_body .accordion_sub_list .CheckBox input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.cat-body.accordion_body .accordion_sub_list .CheckBox > .checkbox-MainBox > div {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.cat-body.accordion_body .accordion_sub_list .CheckBox > .checkbox-MainBox > div > .checkbox-Span > span {
  --ehw-FLCDS: 18px;
  width: var(--ehw-FLCDS);
  height: var(--ehw-FLCDS);
  border-radius: 4px;
  padding: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
  border: 1px solid #084468;
  background: #fff;
  font-size: 15px;
  position: relative;
}

.cat-body.accordion_body .accordion_sub_list .CheckBox > .checkbox-MainBox > div > .checkbox-Span > span::before {
  content: "";
  position: absolute;
  inset: 0px;
  margin: auto;
  width: calc(var(--ehw-FLCDS) - 8px);
  height: calc(var(--ehw-FLCDS) - 12px);
  border-bottom: 2px solid #084468;
  border-left: 2px solid #084468;
  transform: rotate(-45deg);
  margin-top: 3.5px;
  visibility: hidden;
  opacity: 0;
}

.cat-body.accordion_body .accordion_sub_list .CheckBox > input:checked ~ .checkbox-MainBox > div > .checkbox-Span > span::before {
  opacity: 1;
  visibility: visible;
}

/* Shop page end */
/* ProFilter start */
.filterSort-box {
  display: none;
}

.filter-title {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 22px;
}

.BCS-SortBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.Sort-Mainbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.filterIcon, .filterIcon:visited, .filterIcon:focus, .filterIcon:hover {
  font-size: 20px;
  color: #272828;
  transition: all ease-in-out 0.5s;
}

.Sort-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
}

.Sort-box .select-box {
  border: none;
  padding: 0px;
  font-size: 14px;
  background: transparent;
}

.Sort-box .select-box select, .Sort-box .select-box select:hover, .Sort-box .select-box select:focus {
  box-shadow: none;
  outline: none;
  padding: 0px 5px;
  padding-right: 24px;
  border: none;
  color: #272828;
  font-weight: 600;
  min-height: 30px;
}

.Sort-box .select-box select option {
  padding: 0px 10px;
}

.Sort-box .select-box::before {
  display: none;
}

.Sort-box .select-box::after {
  border-right-color: #272828;
  border-bottom-color: #272828;
  right: 6px;
  top: 24%;
}

/* ProFilter end */
/*##### ProListPage section css end ###*//*# sourceMappingURL=style.css.map */

/* Star Rating */
.star-rating {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    height: 1em;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: 'star';
    overflow: hidden;
    color: #ffa500;
}

.star-rating::before {
    content: "★★★★★";
    opacity: 0.25;
}

.star-rating span {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: black;
}

.star-rating span::before {
    content: "★★★★★";
}


/* spinner start */

.contact-form .submitting .form-spinner {
    visibility: visible;
}
.contact-form .form-spinner {
    visibility: visible;
    visibility: hidden;
    display: inline-block;
    background-color: #c6c8ca;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 10px;
    position: relative;
    vertical-align: middle;
}
.contact-form .form-spinner::before {
    content: '';
    position: absolute;
    background-color: #424242;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes identifier {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.wpcf7-response-output {
    /* color: rgba(var(--white-color), 1) !important; */
    font-size: 15px;
    margin-top: 16px !important;
}

/* spinner end */

/* Pagination */

a.page-numbers {
    padding: 5px 10px !important;
    border: 1px solid #80b4b3 !important;
    color: #000;
}
span.page-numbers.current {
    display: inline-block;
    border: 1px solid #80b4b3;
    padding: 5px 15px;
    background: #084468;
    color: #fff;
    font-weight: 600;
}
.pagination-inner {
    display: block;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


.custom-single-wishlist {
  display: inline-flex; 
  align-items: center; 
  gap: 5px;
}

/* Category Activation in shop & category */
/* .cat-body .accordion_sub_list.active a {
    color: #b4c7d1;
    font-weight: bolder;
} */
