@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/*Main Css */
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #333;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  font-family: "Lato";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
  font-family: "Lora";
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type=submit] {
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: unset;
}

a:hover {
  color: #ff5e14;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Roboto";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

/*header css*/
header {
  transition: all 0.4s ease-In-out;
}

.stickyOpen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: 0.3s ease-in-out;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
  width: 150px;
}

.top-header {
  background: #54565A;
  padding: 10px 0;
  text-align: center;
}
.top-header p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.main-header {
  padding: 15px 0 0;
  position: relative;
  z-index: 1;
}
.main-header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #1ECAD3;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.main-header .search input {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #54565A;
  font-family: "Lato";
  padding: 5px 0;
  width: 180px;
  border-bottom: 1px solid #54565A;
}

.top-opt li {
  display: inline-block;
  margin-left: 30px;
}
.top-opt li a {
  font-size: 24px;
  font-weight: 400;
  color: #54565A;
  position: relative;
}
.top-opt li a .num {
  width: 23px;
  height: 24px;
  background: #1ECAD3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  position: absolute;
  top: -12px;
  right: -12px;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #0f4c97;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
}

.menu li a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #5A5A5A;
  text-transform: capitalize;
  padding: 20px 60px;
  border-right: 1px solid #333;
}

.menu li:last-child a {
  border: none;
}

.menu li:hover a,
.menu li.active a {
  color: #4E5053;
  font-weight: 800;
}

.menuWrap {
  border-top: 6px double #333333;
  border-bottom: 6px double #333333;
  text-align: center;
  background: #fff;
}

/* Menu Dropdown CSS */
.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.dropdown-nav:hover {
  overflow: visible;
}

ul.dropdown {
  position: absolute;
  width: 100%;
  left: 0px;
  margin: auto;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.dropdown li a {
  padding: 0;
  font-size: 14px;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0px 0 15px;
  text-align: center;
  font-weight: 600;
  background: transparent !important;
}

ul.dropdown li.last a {
  margin-bottom: 0px;
}

ul.dropdown li a:hover {
  color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
  animation: btot 0.5s forwards;
  z-index: 9;
}

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
.theme-btn {
  padding: 20px 50px;
  background: #1ECAD3;
  border-radius: 8px;
  font-family: "Lato";
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  border: 3px double #1ECAD3;
}
.theme-btn:hover {
  background: none;
  color: #1ECAD3;
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 7%;
  padding-top: 80px;
  padding-bottom: 30px;
}

.banner-content h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #030314;
  text-transform: capitalize;
}
.banner-content h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 70px;
  color: #333333;
  padding: 15px 0;
  text-transform: capitalize;
}
.banner-content h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  text-transform: capitalize;
  border-top: 1px solid #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
  padding: 15px 0;
  display: inline-block;
}
.banner-content h4 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
  text-transform: uppercase;
  padding: 15px 0 0;
}
.banner-content h4 span {
  color: #00ADB6;
}
.banner-content h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  text-transform: capitalize;
}
.banner-content h5 span {
  font-weight: bold;
}
.banner-content ul {
  margin: 15px 0 15px 25px;
}
.banner-content ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #1ECAD3;
  text-transform: capitalize;
  list-style: disc;
}
.banner-content .banner-img img {
  width: 100%;
}

.rel-img {
  position: relative;
}
.rel-img .abs {
  position: absolute;
  bottom: -65px;
  left: 0;
}

.hm-sec1 {
  background: #54565A;
}
.hm-sec1 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 64px;
  text-align: center;
  text-transform: capitalize;
  padding: 60px 0 45px;
  color: #fff;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.4);
}
.hm-sec1 h2 span {
  display: block;
  font-size: 30px;
}
.hm-sec1 .direction-boxes {
  padding-left: 11%;
  padding-right: 11%;
}
.hm-sec1 .direction-box {
  padding: 50px 20px;
  text-align: center;
  height: 100%;
}
.hm-sec1 .direction-box img {
  background: #fff;
  width: 100%;
  height: 200px;
}
.hm-sec1 .direction-box h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding-bottom: 30px;
}
.hm-sec1 .direction-box h6 {
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 20px 0 15px;
  font-family: "Lato";
}
.hm-sec1 .direction-box p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.hm-sec1 .bg-blue {
  background: #1ECAD3;
}

.hm-sec3 {
  padding: 150px 0 40px;
}
.hm-sec3 .heading {
  text-align: center;
  margin-bottom: 60px;
}
.hm-sec3 .heading .line {
  display: block;
}
.hm-sec3 .heading h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 64px;
  text-transform: capitalize;
  color: #1ECAD3;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.hm-sec3 .heading h2:before {
  position: absolute;
  content: "";
  width: 135px;
  height: 8px;
  background-color: #1ECAD3;
  border-radius: 5px;
  top: 50%;
  left: -45%;
}
.hm-sec3 .heading h2:after {
  position: absolute;
  content: "";
  width: 135px;
  height: 8px;
  background-color: #1ECAD3;
  border-radius: 5px;
  top: 50%;
  right: -45%;
}

.prd-box {
  text-align: center;
  margin-bottom: 80px;
}
.prd-box .img-box {
  overflow: hidden;
  max-height: 500px;
}
.prd-box .img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.prd-box:hover .img-box img {
  transform: scale(1.05);
}
.prd-box a img {
  transition: 0.3s ease-in-out;
}
.prd-box a:hover {
  animation: btn 1.5s infinite ease-in-out;
}
.prd-box .txt {
  padding: 30px 0 0;
}
.prd-box h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #333;
}
.prd-box p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  padding: 5px 0 15px;
  text-transform: capitalize;
}

@keyframes btn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.hm-sec4 {
  padding-top: 120px;
}
.hm-sec4 h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 140%;
  color: #333333;
  text-transform: capitalize;
  padding-bottom: 50px;
}
.hm-sec4 h2 span {
  color: #1ECAD3;
}
.hm-sec4 ul {
  padding-left: 30px;
}
.hm-sec4 ul li {
  font-weight: 400;
  font-size: 30px;
  line-height: 180%;
  color: #5A5A5A;
  list-style: disc;
  text-transform: capitalize;
}

.hm-sec5 {
  text-align: center;
  padding: 65px 0 45px;
  background-color: #40b4bf;
}
.hm-sec5 h2 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.16;
  color: #fff;
  text-transform: capitalize;
}
.hm-sec5 h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 2.13;
  color: #fff;
  padding: 25px 0;
}
.hm-sec5 .shampoo-pad {
  margin-left: 9%;
  margin-right: 9%;
  background-color: #d8f0f2;
  padding: 60px;
}
.hm-sec5 .shampoo-pad .shampoo-box {
  border-right: 5px solid #333333;
  height: 100%;
  padding: 30px;
  padding: 30px 30px 30px 10px;
}
.hm-sec5 .shampoo-pad h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.hm-sec5 .shampoo-pad p {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  color: #333;
  font-family: "Lora";
}

.no-bdr {
  border: none !important;
}

.hm-sec6 {
  padding: 90px 0;
}
.hm-sec6 h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 64px;
  text-transform: capitalize;
  color: #333;
  padding-bottom: 40px;
}
.hm-sec6 h2 span {
  color: #1ECAD3;
}
.hm-sec6 h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 2;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 10px;
}
.hm-sec6 .bg {
  background: #333333;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 84% 46%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 84% 46%, 100% 100%, 0 100%);
  display: inline-block;
  padding: 0 50px 5px 20px;
}

.hm-sec7 .stimulate {
  background: #40B4BF;
  border-radius: 3px;
}
.hm-sec7 .stimulate h2 {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 45%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 45%, 100% 100%, 0 100%);
  display: inline-block;
  padding: 0 50px 5px 20px;
  font-weight: 700;
  font-size: 55px;
  line-height: 140%;
  color: #FFFFFF;
  background-color: #333;
}
.hm-sec7 .stimulate .txt {
  padding: 100px 60px 120px;
}
.hm-sec7 .stimulate h6 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  padding-bottom: 30px;
}
.hm-sec7 .stimulate P {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #FFFFFF;
}
.hm-sec7 .stimulate .img-box {
  margin-top: 50px;
}

footer {
  padding: 120px 0 50px;
}
footer .flogo {
  margin-bottom: 15px;
}
footer P {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #504F4F;
  padding-right: 35%;
}
footer h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  text-transform: capitalize;
  padding-bottom: 30px;
}
footer ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  color: #504F4F;
}
footer ul li a:hover {
  color: #40B4BF;
}
footer .info a, footer .info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #504F4F;
}
footer .info a i, footer .info p i {
  color: #1ECAD3;
  margin-right: 15px;
}
footer .info a:hover, footer .info p:hover {
  color: #40B4BF;
}
footer .info .fas.fa-phone-plus {
  transform: rotate(90deg);
}

.copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  background: #1ECAD3;
  padding: 10px 0;
}

.common-heading {
  padding-bottom: 50px;
}
.common-heading h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  color: #030314;
  padding-bottom: 15px;
}
.common-heading h2 {
  font-size: 55px;
  font-weight: bold;
  line-height: normal;
  color: #333;
  text-transform: capitalize;
}

.abt-sec1 {
  text-align: center;
}
.abt-sec1 .common-heading {
  text-align: center;
}
.abt-sec1 p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  color: #545559;
}

.c-pad {
  padding-left: 9%;
  padding-right: 9%;
}

.abt-sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.arr-right, .arr-left {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  bottom: 60%;
  font-size: 50px;
  color: #000;
}
.arr-right i, .arr-left i {
  font-weight: 300;
}

.arr-right {
  right: -80px;
}

.arr-left {
  left: -80px;
}

.abt-sec2 {
  padding-top: 50px;
}

.prd-sec1 .common-heading {
  text-align: center;
}

.ear-health-sec1 {
  padding-top: 110px;
}

/* accordion css */
.accordian li {
  margin-bottom: 30px;
}

.accordian li h4 {
  background-color: #333;
  line-height: normal;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 13%;
  position: relative;
  cursor: pointer;
  padding: 30px 60px;
  text-align: left;
}

.accordian h4::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  position: absolute;
  top: 37%;
  right: 60px;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

.accordian p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 15px;
  background: #40b4bf;
  text-align: left;
  padding: 40px 50px;
}

.accordian li > div {
  display: none;
}

.accordian li.active h4::after {
  content: "\f068";
}

.facts {
  padding-top: 100px;
}
.facts p {
  text-align: left;
  padding-right: 30px;
}

/* Dropdown css */
.menu > li.dropdown {
  position: relative;
}

.menu > li.dropdown::before {
  content: "\f078";
  font-family: "Font Awesome 5 pro";
  font-size: 10px;
  color: #000;
  position: absolute;
  right: 40px;
  top: 25px;
  margin: auto;
}

.dropdown-list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  width: 202px;
  background-color: rgb(84, 86, 90);
  text-align: left;
  right: 0;
  margin: auto;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  z-index: 2;
}

ul.menu li.dropdown:hover .dropdown-list {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.dropdown-list > li {
  margin-left: 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.dropdown-list > li.last {
  border-bottom: none;
}

.dropdown-list > li > a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
}

.dropdown-list > li:hover a {
  color: #fff !important;
}

.dropdown-list > li:hover {
  background-color: #1ECAD3;
}

.dropdown-list > li::before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* Shop Detail */
.product_showcase_nav {
  flex: 0 0 auto;
  width: 23%;
  float: left;
}

.product_showcase_nav .slick-slide {
  background: #dcd9d9;
  /* padding: 1.6rem 1rem;*/
  border-radius: 10px;
  margin: 0;
}

.product_showcase_nav .slick-slide img {
  opacity: 0.5;
  transition: 0.5s;
  width: 100%;
}

.product_showcase_nav .slick-current img {
  opacity: 1;
  width: 100%;
}

.product_showcase_nav .slick-slide {
  margin-bottom: 12px;
}

.product_showcase_slider {
  flex: 0 0 auto;
  width: 73%;
  /*background: #dcd9d9;*/
  border-radius: 10px;
  float: right;
}

.product_showcase_slider img {
  width: 100%;
  height: auto;
  /* padding: 5rem 2rem;*/
}

.related-prd h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
  padding-bottom: 35px;
}

.quantity-buttons input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: textfield;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 5px;
  text-align: center;
  width: 35px;
  height: 73px;
  color: #8d8d8d;
}

.product-actions {
  margin-top: 20px;
  display: flex;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  height: 72px;
  line-height: 71px;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.input-number-decrement {
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-right: -5px;
}

.input-number-increment {
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-left: -5px;
}

.input-number-decrement i, .input-number-increment i {
  color: #dedede;
}

.shop_item_detail .rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop_item_detail .rate .fas.fa-star {
  font-size: 11px;
  color: #f5a623;
  padding: 0 2px;
  margin: 0;
}

.shop_item_detail .rate p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
}

.shop_item_detail .rate i {
  margin: 0 5px;
  font-size: 15px;
}

.shop_item_detail h2 {
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
  padding: 20px 0;
}

.shop_item_detail .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop_item_detail .price p {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
}

.shop_item_detail .price p span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8d8d8d;
  padding-right: 15px;
}

.shop_item_detail .desc {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #8d8d8d;
  padding: 20px 0 25px;
}

.shop_item_detail .add {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0;
}

.shop_item_detail .add .add-btn a {
  margin: 0 10px;
  width: 350px;
  height: 71px;
  background-color: #1ECAD3;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 71px;
  letter-spacing: normal;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.shop_item_detail .add .add-btn a:hover {
  border: 1px solid #1ECAD3;
  background: none;
  color: #1ECAD3;
}

.shop_item_detail .add .wish i {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
}

.shop_item_detail .find {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shop_item_detail .find a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  color: #4a4141;
  margin-right: 22px;
}

.shop_item_detail .find a i {
  margin-right: 8px;
}

.shop_item_detail .in-stock {
  font-size: 16px !important;
  font-weight: normal !important;
  color: #4a4141 !important;
}

.description ul li {
  display: inline-block;
  margin-right: 15px;
}

.description ul li a {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #8d8d8d;
}

.description ul li.active a, .description ul li a:hover {
  background-color: #efefef;
  color: #262626;
}

.description ul {
  padding: 0;
  margin: 50px 0 40px;
}

.description p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #8d8d8d;
}

.description {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}

.shop_item_detail .tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.shop_item_detail .tags .sku p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  letter-spacing: normal;
  color: #262626;
  margin: 0;
}

.shop_item_detail .tags .share ul li {
  display: inline-block;
}

.shop_item_detail .tags .share ul {
  padding: 0;
  margin: 0;
}

.shop_item_detail .tags .share p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
}

.shop_item_detail .tags .share ul li a {
  font-size: 15px;
  color: #565656;
  margin-right: 8px;
}

.shop_item_detail .tags .share ul li a:hover {
  color: #a3bc60;
}

.description.dtl {
  padding: 50px 0;
}

.color-opt {
  display: flex;
  align-items: center;
  margin: 30px 0 30px;
}
.color-opt label {
  font-size: 18px;
  font-weight: 800;
  color: #262626;
  margin-right: 15px;
}
.color-opt select {
  width: 100%;
  border: 1px solid #dedede;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  font-family: "Lato";
  padding: 15px;
  border-radius: 5px;
  margin-right: 70px;
  cursor: pointer;
}

.blog-box {
  margin-bottom: 50px;
}
.blog-box .img-box {
  height: 250px;
  overflow: hidden;
}
.blog-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.blog-box:hover img {
  transform: scale(1.02);
}
.blog-box .clt {
  display: flex;
  align-items: center;
}
.blog-box h5 {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  margin-right: 35px;
}
.blog-box h5 span {
  color: #40b4bf;
}
.blog-box h6 i {
  color: #40b4bf;
  margin-right: 5px;
}
.blog-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: #262626;
  line-height: 1.2;
  padding: 20px 0;
  min-height: 110px;
}
.blog-box a {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
.blog-box a:hover {
  color: #40b4bf;
}
.blog-box a i {
  font-size: 14px;
  margin-left: 10px;
}
.blog-box .txt {
  box-shadow: 0 0 5px #e3e1e1;
  padding: 25px 15px;
  border-radius: 0 0 5px 5px;
}

.blog-sec {
  padding-top: 120px;
}
.blog-sec .common-heading {
  text-align: center;
}

.banner-box {
  margin: 15px -50px 0 35%;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 25px 15px;
}

@media (max-width: 1650px) {
  .mainBanner {
    padding-left: 5%;
  }
  .hm-sec1 .direction-boxes {
    padding-left: 9%;
    padding-right: 9%;
  }
  .hm-sec5 .shampoo-pad {
    margin-left: 7%;
    margin-right: 7%;
  }
  .c-pad {
    padding-left: 7%;
    padding-right: 7%;
  }
  .arr-left {
    left: -30px;
  }
  .arr-right {
    right: -30px;
  }
}
@media (max-width: 1440px) {
  .mainBanner {
    padding-left: 2%;
  }
  .hm-sec1 .direction-boxes {
    padding-left: 5%;
    padding-right: 5%;
  }
  .hm-sec5 .shampoo-pad {
    margin-left: 3%;
    margin-right: 3%;
  }
  .hm-sec1 .direction-box img {
    height: 180px;
  }
  .c-pad {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0f4c97;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }
  .logo img {
    max-width: 50%;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */