html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

article,
aside,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

sub,
sup {
  vertical-align: baseline;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ul,
ol {
  list-style-position: inside;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul > li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font: 400 16px/27px "Instrument Sans", Arial, Verdana, sans-serif;
  background-color: #fff;
  min-width: 320px;
  color: #000;
  margin: 0;
  font-style: normal;
  -ms-overflow-style: scroll-bar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Oswald", Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #05aaa8;
  font-style: normal;
  margin: 0;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 68px;
}

h2,
.h2 {
  font-size: 55px;
  line-height: 58px;
}

h3,
.h3 {
  font-size: 48px;
  line-height: 57px;
}

h4,
.h4 {
  font-size: 45px;
  line-height: 48px;
}

h5,
.h5 {
  font-size: 40px;
  line-height: 40px;
}

h6,
.h6 {
  font-size: 35px;
  line-height: 37px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.btn {
  display: inline-block;
  padding: 9px 27px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-primary {
  font: 500 20px / normal "Oswald", Arial, Verdana, sans-serif;
  color: #d9ff00;
  background-color: #0e6635;
}

.btn-primary:hover {
  border-radius: 72px;
  background-color: #2FAF67;
}

.btn-secondary {
  font: 500 15px / normal "Oswald", Arial, Verdana, sans-serif;
  color: #fff;
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: center;
  color: #000;
  text-transform: uppercase;
}

.btn-secondary:hover {
  border-radius: 72px;
  background-color: #7FD858;
}

#page-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#page-head .container {
  max-width: 1002px;
}

#page-head {
  background-color: #f0f0f0;
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-logo {
  width: 35%;
}

.menu-list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.view-menu {
  position: relative;
}

.view-menu::after {
  position: absolute;
  width: 8px;
  height: 8px;
  color: #0e6635;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #0e6635;
  top: 3px;
  right: -17px;
  transform: rotate(46deg);
  content: "";
}

.order-logo-txt {
  color: #0e6635;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.nav-list li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 0;
}

.nav-list li a {
  color: #0e6635;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.08px;
}

.sub-nav-list {
  position: absolute;
  z-index: 999;
  background-color: #fff;
  width: 285px;
  left: -82px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0 0 30px 30px;
  padding-bottom: 10px;
  top: 33px;
  display: none;
}

.nav-list li:hover .sub-nav-list {
  display: block;
}

.nav-list li:hover .view-menu::after {
  transform: rotate(134deg);
}

.sub-nav-list li + li {
  border-top: 1px solid #0e6635;
}

.header-clr {
  width: 100%;
  height: 42px;
  background-color: #0e6635;
  display: block;
}

.page-banner .container {
  max-width: 1190px;
}

.banner-cont {
  padding-top: 220px;
  padding-bottom: 50px;
  max-width: 681px;
}

.banner-cont h1,
.banner-cont p {
  color: #fff;
}

.banner-cont h1 {
  margin-bottom: 36px;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 37px;
  text-align: center;
}

.banner-cont p {
  text-transform: capitalize;
  max-width: 422px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.62px;
  text-align: center;
}

.banner-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

.banner-bg-img.banner-bg-img-mbl {
  display: block;
}

.page-banner {
  position: relative;
}

.shop-sec {
  padding-top: 40px;
  padding-bottom: 74px;
}

.shop-sec .container {
  max-width: 1120px;
}

.shop-cont {
  text-align: center;
}

.shop-cont h2 {
  color: #0e6635;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 15px;
}

.shop-cont p {
  color: #0e6635;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.shop-cont p + p {
  max-width: 712px;
  margin: 0 auto;
  margin-top: 39px;
  font-weight: 500;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -7.5px;
}

.col3 {
  padding-inline: 7.5px;
  width: 100%;
}

.product-row .col3 {
  position: relative;
  margin-bottom: 10px;
}

.sngl-prd-sec .container {
  max-width: 1060px;
}

.sngl-prd-sec {
  background-color: #7fd858;
  padding-top: 54px;
  padding-bottom: 54px;
}

.product-row-anchr:hover::before {
  transform: scaleY(1);
}

.sngl-product-row-anchr .product-col-img img {
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.sngl-product-row-anchr .product-col-img img {
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.col-12 {
  width: 100%;
}

.product-col-img img {
  width: 100%;
}

.product-row-anchr:hover h5 {
  color: #fff;
  text-shadow: none;
}

.product-col3-content {
  position: absolute;
  bottom: 44px;
  left: 31px;
  transition: all 0.5s ease;
  z-index: 3;
}

.product-row-anchr h5 {
  position: relative;
  transition: all 0.8s ease;
  color: #000;
}

.product-row-anchr h5::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 100%;
  background-color: #0e6635;
  left: -31px;
  transition: width 0.6s ease-in-out;
}

.sngl-product-row-anchr h5::before {
  top: -13px;
  height: 70px;
  background-color: #05aaa8;
}

.product-row-anchr:hover h5 {
  color: #fff;
}

.product-row-anchr:hover h5::before {
  width: 112%;
  z-index: -1;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.product-row-anchr h5 span{
  font-size: 16px;
  line-height: 16px;
  padding-left: 30px;
  font-weight: 400;
  color: #fff;
  opacity: 0;
}

.product-row-anchr:hover h5 span{
	opacity: 1;
}

.product-sec {
  padding-top: 49px;
  padding-bottom: 80px;
}

.product-row-anchr {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-row-anchr::before {
  position: absolute;
  content: "";
  background-color: #0e6635;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  mix-blend-mode: multiply;
  z-index: 2;
  transition: transform 0.7s ease;
}

.sngl-product-row-anchr::before {
  background-color: #0E6635;
}

@keyframes wipeIn {
  0% {
    transform: scaleY(0);
    top: 100%;
  }

  80% {
    transform: scaleY(1);
    top: 0;
  }

  100% {
    transform: scaleY(1);
    top: 0;
  }
}

.row.product-row{
	row-gap: 43px;
}

.product-row-anchr:hover::before {
  animation: wipeIn 1.2s forwards ease;
}


.product-col-img {
  display: none;
}

.product-sec .container {
  max-width: 1032px;
}

.single-product-sec .single-product {
  display: flex;
  gap: 32px;
  width: 100%;
}

.single-product-right {
  width: 100%;
  padding-bottom: 30px;
}

.files-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.count-span {
  color: #696969;
  font-family: "Instrument Sans";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.8px;
  display: block;
  margin-bottom: 14px;
}

.single-product-left {
  color: #000;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.28px;
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}

.cleaner-content {
  color: #000;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.cleaner-content p {
  margin-bottom: 3px;
}

.files-haed h1 {
  color: #000;
}

.files-haed {
  margin-bottom: 35px;
}

.single-product-left p {
  margin-bottom: 3px;
}

.cleaner-point-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 28px;
  margin-bottom: 35px;
  margin-top: 17px;
}

.cleaner-point-list li {
  width: 229px;
  color: #555353;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.productgallerySlider .product-galler-img {
  padding-right: 15px;
}

.specifications h2,
.product-applications h2,
.product-available-left h3,
.product-available-right h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 13px;
  padding-bottom: 14px;
  color: #000;
  border-bottom: 1px solid #8dc7d9;
}

.product-available-left h3,
.product-available-right h3 {
  margin-bottom: 12px;
  padding-bottom: 13px;
}

.specification-list li,
.product-available-left-list li,
.product-available-left-right li {
  display: flex;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  color: #555353;
}

.product-available-left-list li,
.product-available-left-right li {
  line-height: 23px;
}

.specification-list li span {
  font-weight: 700;
  color: #000;
  width: 40%;
}

.specification-list li span.sprecs-descr {
  font-weight: 400;
  width: 60%;
  text-align: left;
  color: #555353;
  max-width: 150px;
}

.product-applications {
  font-size: 14px;
  line-height: 23px;
  color: #555353;
}

.product-available {
  display: flex;
  gap: 31px;
  margin-bottom: 20px;
}

.product-available-left,
.product-available-right {
  width: 100%;
}

.product-applications p {
  margin-bottom: 27px;
}

.product-available-btn {
  width: 200px;
  height: 48px;
}

.product-available-btn button {
  width: 100%;
  height: 100%;
}

.product-available-btn button svg {
  margin-left: 10px;
}

.product-available-btn button:hover {
  background-color: #2FAF67;
}

.products-section .container {
  position: relative;
}

.products-section .lang-list {
  position: absolute;
  content: "";
  left: 66px;
  top: -15px;
  z-index: 10;
}

.single-product-sec .lang-list,
.products-section .lang-list {
  display: flex;
  gap: 20px;
}

.products-section .lang-list li a,
.single-product-sec .lang-list li a {
  color: #555353;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.26px;
}

.products-section .lang-list li .active-lang,
.products-section .lang-list li a:hover,
.single-product-sec .lang-list li .active-lang,
.single-product-sec .lang-list li a:hover {
  color: #0e6635;
  text-decoration: underline;
  font-weight: 700;
}

.prdct-pric span {
  display: block;
  margin-bottom: 8px;
  color: #000;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.prdct-pric strong {
  color: #05AAA8;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 30px;
  line-height: 31px;
  border-radius: 31px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  padding: 6px 33px;
  display: block;
  width: 100%;
}

.lang-list {
  position: relative;
}

.lang-list li + li::before {
  position: absolute;
  content: "";
  background-color: #adadad;
  width: 16px;
  height: 1px;
  transform: rotate(90deg);
  top: 15px;
  left: 33px;
}

.dropdown {
  position: relative;
  width: 240px;
}

.dropdown-btn,
.dropdown-btn_mobile{
  width: 100%;
  padding: 12px 20px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #000;
  background: #f4f4f4;
}

.dropdown.active .dropdown-btn,
.dropdown.active .dropdown-btn_mobile{
  border-radius: 30px 30px 0 0;
  border-bottom: 0;
}

.dropdown-btn:after,
.dropdown-btn_mobile:after{
  content: "›";
  font-size: 18px;
  transition: transform 0.3s;
  color: #05aaa8;
}

.dropdown.active .dropdown-btn:after,
.dropdown.active .dropdown-btn_mobile:after{
  transform: rotate(90deg);
}

.dropdown-content,
.dropdown-content_mobile{
  display: none;
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  border-radius: 0 0 30px 30px;
  padding: 10px 0;
  z-index: 10;
  border: 1px solid #000;
  background: #f4f4f4;
  border-top: 0;
}

.dropdown.active .dropdown-content,
.dropdown.active .dropdown-content_mobile{
  display: block;
}

.dropdown-content div,
.dropdown-content_mobile div{
  padding: 10px 20px;
  font-size: 15px;
  cursor: pointer;
  color: #000;
  text-align: center;
  max-width: 180px;
}

.opt-side {
  display: flex;
  align-items: center;
  gap: 15px;
}

.opt-side h4 {
  color: #000;
  font-family: "Instrument Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.opt-and-qty {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.qty-side {
  display: flex;
  align-items: center;
  font-family: "Instrument Sans";
}

.qty-label {
  margin-right: 45px;
  padding: 5px 8px;
}

.qty-input {
  display: flex;
  border: 1px solid #05aaa8;
  border-radius: 4px;
  overflow: hidden;
}

.qty-input input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  color: #555353;
  font-family: "Instrument Sans";
  font-size: 16px;
  line-height: 27px;
}

.qty-buttons {
  display: flex;
  flex-direction: column;
  background: #00a9a9;
}

.qty-buttons button {
  border: none;
  background: #05aaa8;
  color: #fff;
  cursor: pointer;
  width: 20px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
}

.qty-buttons button:hover {
  background: #008f8f;
}

.single-product-sec .container,
.sndl-prd-sec .container{
  max-width: 1064px;
  position: relative;
}

.sngl-prd-row{
	margin-top: 40px;
	row-gap: 30px;
}

.sngl-prd-cont h2{
	color: #000;
	font-family: "Instrument Sans";
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	padding-bottom: 15px;
	border-bottom: 1px solid #C6C6C6;
	margin-bottom: 30px;
}

.sngl-prd-cont span{
	color: #000;
	font-family: "Instrument Sans";
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	display: block;
	margin-bottom: 12px;
}

.sngl-prd-cont p{
	color: #000;
	font-family: "Instrument Sans";
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 40px;
}

.prd-img-wrp{
	box-shadow: 0 5px 4px 1px rgba(0, 0, 0, 0.15);
}

.single-product-sec .lang-list {
  margin-top: 36px;
  margin-bottom: 43px;
}

.sngl-prd-row{
	margin-left: -30px;
	margin-right: -30px;
	align-items: center;
}

.sngl-prd-row .col-6{
	padding-left: 30px;
	padding-right: 30px;
}

.sngl-prd-cont .qty-label {
	margin-bottom: 0;
	color: #555353;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

#page-footer .container {
  max-width: 1220px;
}

#page-footer {
  background-color: #f2f2f2;
  padding-top: 28px;
  padding-bottom: 30px;
}

.row.footer-row {
  margin-left: -10px;
  margin-right: -10px;
}

.row.footer-row .col {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-add {
  width: 25%;
}

.footer-menu {
  width: 45%;
  position: relative;
}

.footerText {
	margin-top: 13px;
	font-size: 12px;
	color: #0e6635;
	font-family: "Instrument Sans";
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0.6px;
	text-align: center;
}

.footer-logo-cont {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-list li a {
  color: #0e6635;
  font-family: "Instrument Sans";
  font-size: 12px;
  line-height: normal;
}

.footer-list li {
  line-height: 0;
}

.footer-list li + li {
  padding-top: 5px;
}

.footer-logo {
  flex-shrink: 0;
}

.footer-logo-cont p {
  color: #0e6635;
  font-family: "Instrument Sans";
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.6px;
}

.footer-add h6 {
  color: #0e6635;
  font-family: "Instrument Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.08px;
  margin-bottom: 3px;
}

.footer-add p {
  color: #0e6635;
  font-family: "Instrument Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1.08px;
}

.menu-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.pageNavCollaspe {
  width: 58%;
}

.cart-logo {
  width: 7%;
  display: flex;
  justify-content: end;
}

.form-sec .container {
  max-width: 1040px;
}

.form-det label {
  color: #000;
  font-family: "Instrument Sans";
  font-size: 16px;
  line-height: 17px;
  padding-left: 20px;
  display: block;
  padding-bottom: 6px;
}

.form-det input,
.form-det textarea {
  border-radius: 12px;
  background: #f2f2f2;
  height: 45px;
  border: 0;
  width: 100%;
  padding: 10px 20px;
}

.form-det textarea {
  height: 98px;
  resize: none;
}

.form-det {
  margin-bottom: 15px;
}

.submit-btn {
  display: flex;
  justify-content: flex-end;
}

.form-sec {
  padding-top: 19px;
  padding-bottom: 116px;
}

.submit-btn button svg {
  margin-left: 10px;
}

.product-slider-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.productMainSlider {
  width: 80%;
}

.productgallerySlider {
  width: 20%;
}

.productgallerySlider .product-galler-img {
  margin-bottom: 10px;
  cursor: pointer;
}

.productgallerySlider img {
  width: 100%;
  border: 2px solid transparent;
}

.productgallerySlider .slick-current img {
  border-color: #05aaa8;
}

.slick-slide img {
  width: 100%;
}

.products-section .container {
  max-width: 1064px;
}

.cleaner-product-banner {
  position: relative;
}

.cleaner-product-banner-img,
.cleaner-product-banner-img-mbl{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.cleaner-product-banner-img{
  display: none;
}

.cleaner-product-banner-img img,
.cleaner-product-banner-img-mbl img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-section {
  padding-top: 60px;
  padding-bottom: 70px;
}

.product-info-col-img {
  height: 298px;
}

.product-info-col-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cleaner-product-content h1 {color: #0E6635;
  font-family: "Oswald";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 33px;
  border-top-right-radius: 33px;
  max-width: 553px;
  margin: 0 auto;
  padding-top: 5px;
}

.cleaner-product-content {
  padding-top: 100px;
}

.cleaner-product-banner .container {
  max-width: 1060px;
}

.product-info-col {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.product-info-col h2 {
  color: #adadad;
  font-family: "Instrument Sans";
  font-size: 48px;
  font-weight: 700;
  line-height: 51px;
}

.product-info-col span {
  color: #000;
  font-family: "Instrument Sans";
  font-size: 10px;
  line-height: 11px;
}

.product-info-col h3 {
  color: #000;
  font-family: "Instrument Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
  text-align: center;
}

.product-info-col .prd-price-span {
  color: #05aaa8;
  font-family: "Instrument Sans";
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 8px;
}

.cart-table-sec {
  padding-top: 33px;
  padding-bottom: 19px;
}

.cart-table-sec .container {
  max-width: 1087px;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.cart-table table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table th {
  background: #7ed957;
  color: #fff;
  padding: 12px;
  text-align: center;
}

.cart-table tr th:nth-child(1) {
  border-radius: 71px 0 0 71px;
}

.cart-table tr th:nth-child(3) {
  border-radius: 0 71px 71px 0;
}

.cart-table tr th:nth-child(4) {
  border-radius: 71px;
}

.cart-table tr td:nth-child(4) {
  border-bottom: 0 !important;
}

.cart-table td {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}

.cart-table tfoot td {
  border-bottom: 0;
}

.product-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-info img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.product-info .title,
.cart-table td {
  color: #000;
  font-family: "Instrument Sans";
  font-size: 14px;
  line-height: 17px;
}

.remove {
  border: none;
  background: none;
  font-size: 18px;
  color: #888;
  cursor: pointer;
}

.cart-table input[type="number"] {
  width: 50px;
  text-align: center;
  padding: 5px;
  border: 0;
  outline: none;
}

tfoot .total-label {
  text-align: right;
  font-weight: bold;
}

tfoot .total-price {
  font-weight: bold;
  font-size: 16px;
}

tfoot .total-price span {
  border: 1px solid #c7c7c7 !important;
  background-color: #fdfdfd;
  border-radius: 4px;
  padding: 9px 15px;
}

.cart-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
}

.cart-table thead tr th {
  color: #fff;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 31px;
}

.req-btn {
  background-color: transparent;
  color: #000;
  font-family: "Instrument Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.cart-buttons button svg {
  margin-left: 10px;
}

.thank-you-message {
	text-align: center;
	padding: 10px 20px;
	color: #0e6635;
	font-size: 20px;
}

.thank-you-message p a{
	color: #0e6635;
	text-decoration: underline;
}

.thank-you-message p a:hover{
	text-decoration: none;
}

.thank-you-message p + p{
	margin-top: 25px;
}

.cart-table-sec .thank-you.cart-buttons{
	max-width: 400px;
    margin: 0 auto;
}

.cart-table-sec .thank-you.cart-buttons a{
	width: 100%;
}

.language-list li a {
	color: #555353;
	font-size: 14px;
}

.language-list li a.lang-active {
	color: #0E6635;
	text-decoration: underline;
	font-weight: 700;
}

.language-list a + a {
	position: relative;
	margin-left: 5px;
	padding-left: 11px;
}

.language-list a + a:before {
	position: absolute;
	content: "|";
	left: 0;
	top: 0;
	color: #ADADAD;
}

.cart-logo {
	position: relative;
}

.cart-logo .cart-count {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 8px;
	font-weight: 600;
	color: #0E6635;
	width: 14px;
	height: 14px;
	background-color: #7ED956;
	border-radius: 100%;
	position: absolute;
	right: -7px;
	top: -7px;
}

.hp-banner-det{
	position: relative;
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.hp-banner-det::before{
	position: absolute;
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.4%, rgba(0, 0, 0, 0.67) 107.17%);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.hp-ban-img{
	position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: -2;
	background-repeat: no-repeat;
}

.hp-banner-cont h1{
	color: #FFF;
	font-size: 50px;
	line-height: 138%;
	text-transform: uppercase;
}

.hp-banner-cont p{
	color: #EEE;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0.32px;
}

.hp-banner-cont {
	max-width: 1180px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.hp-ban-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin-top: 44px;
}

.prev.page-numbers{
	margin-right: 30px;
}

.next.page-numbers{
	margin-left: 30px;
}

.page-numbers{
	color: #808080;
	font-family: "Instrument Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 106%;
	margin-left: 15px;
}

.page-numbers.current{
	font-weight: 700;
}

.sngl-back-btn{
	color: #0E6635;
	text-align: center;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	position: relative;
	padding-left: 60px;
	text-align: center;
	margin: 70px auto ;
	max-width: 225px;
	width: 100%;
	display: block;
}

.sngl-back-btn::before{
	position: absolute;
    content: "<<";
    font-size: 24px;
    transition: 0.3s all ease;
    color: #0E6635;
	width: 7px;
	height: 14px;
	left: 0;
	top: 1px;
}

.sngl-back-btn:hover::before{
	left: -10px;	
}

.product-info-row.row{
	row-gap: 30px;
}

.back-all.sngl-back-btn{
	max-width: 215px;
	margin: 0 auto;
	display: block;
	padding-left: 20px;
	margin-top: 30px;
}

.product-info-row.row{
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 30px;
}

.product-info-row.row .col-33{
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.prdt-col-img{
	margin-bottom: 15px;
	border-radius: 20px;
	background: #fff;
    box-shadow: 0 4px 1px 1px rgba(0, 0, 0, 0.15);
    overflow: hidden;
	display: block;
}

.prdt-col-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prdt-col strong{
	color: #000;
	text-align: center;
	font-family: "Instrument Sans";
	font-size: 14px;
	line-height: 15px;
	display: block;
	margin-bottom: 10px;
}

.prdt-col span{
	color: #000;
	font-family: "Instrument Sans";
	font-size: 14px;
	line-height: 15px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.banner-img-txt-wrp{
	display: flex;
	max-width: 1180px;
	row-gap: 12px;
	margin: 0 auto;
	padding-left: 40px;
    padding-right: 45px;
	padding-top: 30px;
	flex-wrap: wrap;
	width: 100%;
}

.banner-img-txt{
	max-width: 139px;
	padding-left: 12px;
	padding-right: 12px;
}

.banner-img-txt img{
   background: url(<path-to-image>) lightgray 50% / cover no-repeat;
   box-shadow: 0 70px 40px 2px rgba(0, 0, 0, 0.67);
   border-radius: 10px;
}

.banner-img-txt p{
	color: #EEE;
	text-align: center;
	font-family: "Instrument Sans";
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.26px;
	margin-top: 11px;
}

.bannerSlider .slick-dots button{
	  text-indent: -9999px;
	  border: 0;
	  border-radius: 100%;
	  width: inherit;
	  height: inherit;
	  background-color: #fff;
	  padding: 0;
}

.bannerSlider .slick-dots .slick-active button{
	background-color: #7FD858;
}

.bannerSlider .slick-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 25px;
	left: 47%;
	z-index: 9;
	margin-top: 0;
}

.bannerSlider .slick-dots li {
	width: 10px;
	height: 10px;
	margin-inline: 5px;
	padding: 0;
}

.bannerSlider .slickNext.slick-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 5;
  width: 50px;
  height: 50px;
  transform: translateY(-50%); /* keep position + rotate */
}


.bannerSlider .slickPrev.slick-arrow{
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 5;
  width: 50px;
  height: 50px;
  transform: translateY(-50%) rotate(180deg);
}

.bannerSlider .slick-arrow img{
	width: 100%;
	height: 100%;
}

.contact-us{
	display: flex;
	gap: 0;
}

.map-wrapper {
	margin-right: -169px;
}

.contact-left{
	text-align: center;
}

.contact-left{
	width: 100%;
}
.contact-right{
	width: 100%;
}
.contact-sec{
	margin-bottom: 6px;
}

.contact-left h6{
	margin-bottom: 31px;
	padding-top: 34px;
	color: #0E6635;
}

.contact-text-block {
	padding-top: 0;
	margin-bottom: 30px;
	max-width: 341px;
	margin-inline: auto;
}

.contact-left textarea,
.contact-left input,
.contact-left #message{
	margin-bottom: 12px;
	background-color: #EDEDED;
	color: #A89E9E;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.12px;
	border: 0;
	width: 426px;
	padding: 6px 33px;
	outline: 0;
	border-radius: 5px;
}
.contact-left input[type="submit"]{
	font: 500 20px/normal "Oswald", Arial, Verdana, sans-serif;
	color: #D9FF00;
	background-color: #05AAA8;
	padding: 10px 20px;
	border-radius: 50px;
}

.contact-left textarea{
	height: 151px;
	margin-bottom: 32px;
	resize: none;
}

.contact-left button{
	width: 100%;
}

.contact-left button svg{
	margin-left: 10px;
}

.contact-left #message{
	height: 151px;
	margin-bottom: 33px;
}

.contact-left p{
	margin-bottom: 43px;
	color: #585858;
}

.contact-right{
	position: relative;
	text-align: center;
	color: #fff;
}

.contact-sec::before{
	position: absolute;
	content: '';
	z-index: -1;
	top: 37.9%;
	bottom: 0;
	right: 0;
	background-color:#239655;
	width: 100%;
}

.contact-right h6{
	color: #fff;
	font-size: 30px;
  	line-height: 37px;
	margin-bottom: 10px;
}

.contact-right p{
  letter-spacing: 1.44px;
}

.contact-left textarea, 
.contact-left input, 
.contact-left #message{
	width: 100%;
}

.contact-sec .container{
	max-width: 1274px;
}

.sngl-prd-cont pre{
	white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}

.popup-deatail_fency input,
.popup-deatail_fency #message,
.popup-deatail_fency textarea{
	margin-bottom: 12px;
	background-color: #EDEDED;
	color: #A89E9E;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.12px;
	border: 0;
	width: 426px;
	padding: 6px 33px;
	outline: 0;
	border-radius: 5px;
}
.popup-deatail_fency select{
	margin-bottom: 12px;
	background-color: #EDEDED;
	color: #A89E9E;
	font-family: "Instrument Sans";
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.12px;
	border: 0;
	width: 426px;
	padding: 6px 33px;
	outline: 0;
	border-radius: 20px;
}
.popup-deatail_fency input[type="submit"]{
	font: 500 20px/normal "Oswald", Arial, Verdana, sans-serif;
	color: #D9FF00;
	background-color: #05AAA8;
	padding: 10px 20px;
	border-radius: 50px;
}
.popup-deatail_fency input[type="submit"]{
	height: 48px;
}
.popup-deatail_fency textarea{
	height: 151px;
	width: 100%;
	margin-bottom: 28px;
	resize: none;
}
.popup-deatail_fency select,
.popup-deatail_fency input{
	height: 38px;
}
.popup-deatail_fency select,
.popup-deatail_fency input,
.popup-deatail_fency #message{
	width: 100%;
}

.popup-deatail_fency #message{
	margin-bottom: 28px;
	height: 153px;
}
.popup-deatail_fency p{
	font-weight: 600;
	margin-bottom: 21px;
	font-size: 14px;
	line-height: 20px;
}

.popup-deatail_fency h4{
	margin-bottom: 9px;
	text-align:center;
	font-size: 30px;
}

.popup-deatail_fency button{
	width: 100%;
	height: 39px;
	font-size: 14px;
}

.popup-deatail_fency button svg{
	margin-left: 10px;
}

.popup-deatail_fency a{
	position: absolute;
	top: 14px;
	right: 18px;
}

.popup-deatail_fency a::before{
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
}

.popup-deatail{
	padding: 51px 30px 4px 30px;
	text-align: center;
	transform: translate(-50%, -50%);
  background: #FFF;
	border-radius: 9px;
	top: 50%;
  width: 100%;
}

.fancybox__backdrop {
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.fancybox__content {
	border-radius: 9px !important;
	padding: 25px 19px 34px !important;
	max-width: 558px !important;
}

.wpcf7-form.init {
	text-align: center !important;
}

.popup-deatail_fency .wpcf7-spinner {
	position: absolute;
	right: 50px;
	bottom: 90px;
}

.hp-ban-img{
	display: none;
}

.hp-ban-img-mbl{
	width: 100%;
}

.product-col-img.product-col-img-mobile{
	display: flex;
}

.productgallerySlider.slick-vertical .slick-slide{
	height: 80px !important;
    overflow: hidden;
}

.ftContactList {
	margin-top: 10px;
	font-size: 14px;
	color: #0e6635;
}

.ftContactList li {
	display: flex;
}

.ftContactList li a {
	color: #0e6635;
}

.ftContactList li a:hover {
	text-decoration: underline;
}

.ftContactList li strong {
	display: block;
	min-width: 115px;
}

.zoom-icon {
	position: absolute;
	z-index: 5;
	right: 10px;
	top: 6px;
}

@media (min-width: 576px) {
	.product-info-row.row .col-33{
		padding-left: 10px;
		padding-right: 10px;
		width: 50%;
	}
	
	.prdt-col-img img {
		min-height: 355px;
	}
}

@media (min-width: 768px) {
	.footer-add {
	  width: 30%;
	}
	
   .ftContactList{
	 font-size: 11px; 
   }
	
	.ftContactList li strong{
		min-width: 80px;
	}

	.footer-menu {
	  width: 40%;
	}
	
	.product-col-img{
		display: flex;
	}
	
	.product-col-img-mobile,
	.product-col-img.product-col-img-mobile{
		display: none;
	}
	
	.cleaner-product-banner-img-mbl,
	.hp-ban-img-mbl{
		display: none;
	}
	
	.cleaner-product-banner-img,
	.hp-ban-img{
		display: block;
	}
	
	.popup-deatail_fency select{
		border-radius: 5px;
		font-size: 16px;
	}
	.popup-deatail_fency p{
		font-size: 16px;
		line-height: 27px;
	}

	.popup-deatail_fency h4{
		margin-bottom: 9px;
		font-size: 35px;
	}

	.popup-deatail_fency button{
		height: 76px;
		font-size: 20px;
	}
	.hp-bann-wrap{
		min-height: 612px;	
	}
	
	.prdt-col-img img {
		min-height: 304px;
	}
	
	.cleaner-product-content-mbl {
		display: none;
	}
	
    .hp-bann-wrap{
		display: flex;
	  }
	
	.cart-desk-table tr:nth-child(odd) td{
		border-bottom: 1px solid #8DC7D9;
	}
	
	.cart-desk-table tr:nth-child(even) td{
		border-bottom: 1px solid #E4E4E4;
	}
	
	.cart-desk-table tfoot tr td{
		border-bottom: 0 !important;
	}

  .hp-banner-cont {
	padding: 65px 20px 50px 25px;
  }
	
  .product-slider-wrap {
	max-height: 480px;
	gap: 15px;
  }
	
  .product-applications.product-applications-mbl{
	display: none;
  }
	
  .col3 {
    width: 50%;
  }

  .banner-bg-img.banner-bg-img-mbl {
    display: none;
  }

  .banner-bg-img {
    display: block;
  }

  .banner-cont h1 {
    margin-bottom: 15px;
    font-size: 64px;
    line-height: 68px;
    text-align: start;
  }

  .banner-cont p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.4px;
    text-align: start;
  }

  .banner-cont {
    padding-top: 117px;
    padding-bottom: 90px;
  }

  .shop-cont p {
    line-height: 36px;
  }

  .shop-cont p + p {
    font-weight: 600;
    margin-top: 25px;
  }

  .cleaner-product-content {
    text-align: start;
  }

  .product-info-col {
    width: 33.33%;
  }

  .single-product-sec .slider-wrap-mobile {
    display: none;
  }

  .single-product-right {
    width: 47%;
    padding-bottom: 30px;
  }
  .single-product-left {
    width: 50%;
    padding-bottom: 30px;
  }

  .cleaner-product-content {
    padding-top: 267px;
  }

  .contact-left p {
    margin-bottom: 24px;
  }

  .contact-sec {
    margin-bottom: -6px;
  }

  .products-in-store.product-store-listbar {
    padding-block: 2px 120px;
  }

  .contact-right h6 {
    font-size: 35px;
    margin-bottom: 0;
  }

  .files-haed {
    border-bottom: 1px solid #8dc7d9;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    gap: 35px;
  }

  .files-img {
    padding-right: 25px;
    justify-content: start;
  }

  .prdct-pric {
    max-width: 145px;
    position: absolute;
    right: 0;
    top: -25px;
  }

  .form-det {
    width: 100%;
  }

  .col-6 {
    width: 50%;
  }

  .col-33 {
    width: 33%;
  }

  .col-33,
  .col-6 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .submit-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
  }

  .single-product-sec {
    padding-bottom: 65px;
  }

  .cart-mobile{
    display: none;
  }
	
 .product-info-row.row .col-33{
	padding-left: 10px;
	padding-right: 10px;
	width: 33.33%;
 }
	
	.contact-left p{
		margin-bottom: 24px;
	}
	.contact-sec{
		margin-bottom: -6px;
	}
	.contact-right h6{
		font-size: 35px;
		margin-bottom: 0;
	}
	.contact-text-block{
		padding-top: 77px;
	}
	.contact-sec::before {
		top: 0%;
		width: 49.6%;
	}
	.contact-us {
		gap:57px;
	}
	.contact-left h6 {
		margin-bottom: 15px;
		padding-top: 77px;
	}
	.contact-left{
		width: 49%;
	}
	.contact-right{
		width: 53%;
	}
	
	.footer-menu:before {
		position: absolute;
		content: "";
		left: -2px;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: #0e6635;
	}
	
	.footerText {
		text-align: left;
	}
}

@media (min-width: 992px) {
	.footer-menu:before {
		left: 12px;
	}
	
	.hp-bann-wrap{
		min-height: 588px;	
	}
	
	.ftContactList li strong{
		min-width: 115px;
	}
	
	.ftContactList{
	 font-size: 12px; 
   }
	
	.prdt-col-img img {
		min-height: 328px;
	}
	
	.prdt-col strong{
		font-size: 20px;
		line-height: 21px;
		margin-bottom: 15px;
	}

	.prdt-col span{
		font-size: 20px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	
	.cleaner-product-content h1 {
	  font-size: 64px;
	  line-height: 68px;
	  max-width: 733px;
	}
	
  .hp-banner-cont{
	padding: 65px 40px 50px 45px;
  }
	
  .hp-banner-cont h1{
	font-size: 64px;
	line-height: 70px;
	margin-bottom: 20px;
  }
	
  .col3 {
    width: 33.33%;
  }

  .row.footer-row {
    margin-left: -28px;
    margin-right: -28px;
  }

  .row.footer-row .col {
    padding-left: 28px;
    padding-right: 28px;
  }

  .footer-logo-cont p {
    font-size: 12px;
  }

  .footer-logo-cont {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .product-info-col {
    width: 25%;
  }

  .product-info .title,
  .cart-table td {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
	.ftContactList{
	  font-size: 14px; 
   }
}

@media (max-width: 767px) {
	.cleaner-product-banner .container{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.thank-you-message{
		padding: 0;
		font-size: 16px;
	}
	
	.thank-you-message p + p {
		margin-top: 15px;
	}
	
	.bannerSlider .slickPrev.slick-arrow,
	.bannerSlider .slickNext.slick-arrow{
		top: 25%;
	}
	.contact-us{
	  flex-direction: column;	
	}
	.contact-right{
	  overflow: hidden;	
	}
	.sngl-prd-cont h2{
		text-align: center;
		font-size: 32px;
		font-weight: 400;
		line-height: 34px;
	}
	
	.sngl-prd-cont span,
	.sngl-prd-cont p{
		text-align: center;
	}
	
	.sngl-prd-cont .qty-label{
		display: none;	
	}
	
	.sngl-prd-img{
		width: 100%;
	}
	
	.sngl-back-btn{
		margin-top: 38px;	
	}
	
    .sngl-product-row-anchr h5::before {
        top: 0;
		height: 100%;
	}
	
	.product-row-anchr:hover h5::before{
		width: 12px;
		border-radius: 0;
	}
	
	.sngl-product-row-anchr h5{
		padding-top: 5px;
		padding-bottom: 5px;
		color: #000 !important;
		max-width: 208px;
	}
	
	.sngl-product-row-anchr::before{
		content: none;
	}
	
	.product-row-anchr h5 span{
		display: none;
	}
	
	.language-list{
		max-width: 90px;
		margin-left: auto;
	}
	
	.sngl-back-btn{
		max-width: 198px;
 		margin: 0 auto;
  		display: block;
	}
	
	.prdct-pric strong {
	  color: #0E6635;
	  font-size: 50px;
	  line-height: 106%;
	}
	
  .product-applications.product-applications-mbl{
	display: block;
	margin-top: 32px;
  }
	
  .cleaner-point-list li {
	font-size: 14px;
	font-weight: 400;
	line-height: 110%;
  }
	
  #address{
	height: 200px;	
  }
	
  .product-col-img {
    min-height: 440px;
  }
	
  .product-row-anchr h5 {
    color: #fff;
    text-shadow: none;
  }

  .row.footer-row {
    flex-direction: column;
    gap: 44px;
  }

  .row.footer-row .col {
    width: 100%;
  }

  .footer-logo-cont {
    align-items: center;
    gap: 37px;
  }

  .footer-logo-cont p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
  }

  .footer-logo {
    width: 142px;
  }

  .footer-logo img {
    width: 100%;
    height: 100%;
  }

  #page-footer {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .footer-menu {
    flex-direction: column;
    row-gap: 20px;
  }

  .footer-list {
    display: flex;
    flex-wrap: wrap;
    border-left: 0;
    padding-left: 0;
    row-gap: 17px;
  }

  .footer-list li {
    width: 100%;
	  text-align: center;
  }

  .footer-list li a {
   font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }

  .footer-add {
    text-align: center;
  }

  .footer-add h6 {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-bottom: 1px solid #0e6635;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }

  .footer-add p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.26px;
  }

  .banner-cont p {
    margin: 0 auto;
  }

  .products-section .lang-list {
    left: auto;
    right: 26px;
  }

  .product-available,
  .single-product-sec .single-product {
    flex-wrap: wrap;
  }

  .single-product-sec .product-btn-desktop,
  .single-product-sec .slider-wrap-desktop {
    display: none;
  }

  .single-product-left {
    display: block;
    width: 100%;
  }

  .single-product-right {
    width: 100%;
  }

  .slider-nav-thumbnails {
    margin: auto;
  }

  .single-product-sec .files-haed h1 {
    border-bottom: 1px solid #8dc7d9;
    padding-bottom: 11px;
    margin-bottom: 20px;
  }

  .single-product-sec .files-haed h1,
  .cleaner-content,
  .specifications h2,
  .cleaner-product-content,
  .store-header-right p {
    text-align: center;
  }

  .single-product-left p {
    margin-top: 7px;
	font-weight: 600;
	text-align: center;
	color: #000;
  }
	
	.product-applications-mbl p{
		text-align: start;
		font-weight: 400;
		color: #555353;
	}
	
  .product-available-right-list li{
	font-weight: 400;
  }

  .single-product-sec {
    padding-block: 4px 38px;
  }

  .single-product-rev {
    flex-direction: column-reverse;
  }

  .single-product-right {
    padding-bottom: 0;
  }

  .single-product-sec .single-product {
    gap: 10px;
  }

  .prdct-pric {
    margin-bottom: 40px;
	margin-top: 21px;
  }

  .cleaner-point-list li {
    width: 100%;
    text-align: center;
  }
	
	.cleaner-point-list li+li{
		margin-top: 20px;
	}

  .specification-list span {
    text-align: right;
    margin-right: 20px;
    display: block;
    max-width: 105px;
  }

  .opt-and-qty {
    align-items: center;
    flex-direction: column;
  }

  .opt-side {
    flex-direction: column;
  }

  .product-available-btn {
    margin: 0 auto;
	margin-bottom: 38px;
  }

  .single-product-sec .lang-list {
    margin-top: 36px;
    margin-bottom: -22px;
    max-width: 90px;
    margin-left: auto;
  }

  .pageNavCollaspe {
    width: 100%;
    position: absolute;
    left: 0;
    top: 78px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: transform 0.3s ease;
    text-align: center;
    z-index: 1;
  }

  .pageNavCollaspe:before {
    position: absolute;
    content: "";
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
  }

  .pgNavActive .pageNavCollaspe {
    transform: scaleY(1);
  }

  .pgNavOpener {
    display: block;
    position: relative;
    color: #fff;
    width: 24px;
    height: 24px;
  }

  .opener-wrap {
    position: absolute;
    right: 30px;
    background-color: #0e6635;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
  }

  .pgNavOpener .icnBar {
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
  }

  .pgNavOpener:before,
  .pgNavOpener:after,
  .pgNavOpener .icnBar {
    height: 3px;
    background-color: currentColor;
    transition: all 0.3s ease;
    border-radius: 10px;
  }

  .pgNavOpener:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
  }

  .pgNavOpener:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
  }

  .pgNavActive .pgNavOpener::before {
    transform: rotate(45deg) translate(7px, 6px);
  }

  .pgNavActive .pgNavOpener::after {
    transform: rotate(-45deg) translate(8px, -7px);
	top: 21px;
  }

  .pgNavActive .pgNavOpener .icnBar {
    opacity: 0;
    visibility: hidden;
  }

  .pgNavActive .pageNavCollapse {
    transform: scaleY(1);
  }

  .header-logo,
  .cart-logo {
    width: auto;
  }

  .cart-logo {
    margin-right: 70px;
  }

  .menu-wrap {
    flex-direction: column;
  }

  .header-clr {
    display: none;
  }

  .order-logo-txt {
    font-size: 16px;
    letter-spacing: 1.28px;
    background-color: #e3e3e3;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  #page-head {
    background-color: #fff;
  }

  #page-nav {
    width: 100%;
  }

  .sub-nav-list {
    position: static;
    width: 100%;
    background-color: #e3e3e3;
  }

  .nav-list li {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-list li .view-menu {
    display: block;
    text-align: start !important;
    padding-left: 28px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .view-menu::after {
    right: 40px;
    top: 11px;
  }

  .sub-nav-list {
    text-align: start;
    padding-top: 10px;
    border-radius: 0;
  }

  .sub-nav-list li a {
    text-align: start;
    padding-left: 28px;
    font-size: 14px;
  }

  .submit-btn button {
    width: 100%;
  }

  .product-slider-wrap {
    flex-direction: column;
  }

  .product-slider-wrap {
    flex-direction: column;
  }

  .productMainSlider {
    width: 100%;
  }

  .productgallerySlider {
    width: 100%;
    margin-top: 0;
  }

  .productgallerySlider .product-galler-img {
    margin: 0 5px;
	  height: 56px;
	  width: 67px !important;
  }
	
	.productgallerySlider .product-galler-img img {
		height: 100%;
		width: 100%;
		object-fit: contain;
	}

  .productgallerySlider .slick-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .productgallerySlider .slick-slide {
    width: 98px !important;
    height: 98px;
  }

  .productgallerySlider .slick-list {
    width: 100% !important;
    height: 120px;
  }

  .product-info-col {
    width: 50%;
  }

  .cart-desk-table {
    display: none;
  }

  .cart-buttons {
    flex-direction: column-reverse;
    row-gap: 34px;
    max-width: 267px;
    margin: 0 auto;
  }

  .cart-item {
    display: grid;
    grid-template-columns: 22px 96px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 10px;
    align-items: start;
    padding: 12px 0;
    border-bottom: 1px solid #7F7F7F;
  }

  .cart-item .remove {
    grid-column: 1;
    grid-row: 1;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #222;
    align-self: center;
  }

  .cart-item .thumb {
    grid-column: 2;
    grid-row: 1;
    width: 96px;
    height: auto;
    display: block;
  }

  .cart-item .details {
    grid-column: 3;
    grid-row: 1;
  }

  .cart-item .details .label {
    display: inline-block;
    color: #0e6635;
    font-family: "Instrument Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 2px;
    margin-top: 20px;
  }
  .cart-item .title {
    margin: 0;
    margin-top: 2px;
    color: #000;
    font-family: "Instrument Sans";
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
  }

  .cart-item .info-row {
    grid-column: 2 / 4;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr auto auto;
    column-gap: 24px;
    align-items: start;
  }

  .info .label {
    display: block;
    color: #0b8f4b;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 2px;
  }

  .info .value {
    color: #000;
    font-size: 16px;
  }

  .info.subtotal {
    justify-self: end;
    text-align: right;
  }

	.info.subtotal .value {
		font-weight: 600;
	}

	.cart-total {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 20px;
		padding-bottom: 34px;
		margin-top: 5px;
		margin-left: auto;
		border-top: 1px solid #7F7F7F;
	}
	
	.cart-total .label {
		font-weight: 800;
		font-size: 18px;
		max-width: 100px;
    	margin-left: auto;
    	margin-right: 30px;
	}

	.cart-total .amount {
		border: 1px solid #ccc;
		border-radius: 8px;
		padding: 6px 12px;
		background: #fff;
		font-weight: 800;
	}

	.cart-table-sec{
		padding-bottom: 60px;
	}

	.hp-ban-img{
		position: relative;
		min-height: 324px;
	}
	
	.banner-img-txt-wrp{
		position: absolute;
		top: 15px;
		left: 0;
		padding-top: 0;
	}
	
	.banner-img-txt p{
		  font-size: 8px;
		  line-height: 9px;
		  margin-top: 0px;
	}
	
	.banner-img-txt {
		max-width: 79px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.hp-ban-img img{
		min-height: 324px;
	}
	
	.hp-banner-cont h1{
		font-size: 30px;
 	    line-height: 41px;
		text-align: center;
		margin-bottom: 15px;
	}

	.hp-banner-cont{
		background-color: #0E6635;
		margin-top: -7px;
		padding: 34px 26px 45px 18px;
	}

	.hp-banner-cont p,
	.hp-banner-cont h1{
		max-width: 100%;
	}
	
	.cleaner-product-content{
		display: none;
	}
	
	.cleaner-product-banner{
		height: 470px;
	}
	
	.cleaner-product-content-mbl{
		padding-top: 399px;
        padding-bottom: 10px;
        position: relative;
        z-index: 1;
	}
	
	.cleaner-product-content-mbl h1{
		color: #FFF;
		text-align: center;
		font-family: "Oswald";
		font-size: 52px;
        font-weight: 700;
        line-height: 61px;
		margin-bottom: 20px;
	}
	
	.cleaner-product-content-mbl p{
		color: #EEE;
		text-align: center;
		font-family: "Instrument Sans";
		font-size: 18px;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 1.62px;
	}
	
	.popup-deatail_fency input, .popup-deatail_fency #message, .popup-deatail_fency textarea{
		font-size: 10px;
		border-radius: 20px;
	}
	
	.ftContactList li {
		justify-content: center;
	}
}

@media (max-width: 575px) {
  .product-info-col {
    width: 100%;
  }
	
  .product-info-row.row .col-33{
	padding-left: 0;
	padding-right: 0;
  }
	
  .cleaner-product-banner{
	height: 350px;	
  }
	
  .cleaner-product-content-mbl h1{
	font-size: 29px;
	line-height: 34px;
  }
	
  .cleaner-product-content-mbl {
	padding-top: 290px;
  }
}