@font-face {
  font-family: "THICCCBOI";
  src: url("../fonts/THICCCBOI-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "THICCCBOI";
  src: url("../fonts/THICCCBOI-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "THICCCBOI";
  src: url("../fonts/THICCCBOI-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "THICCCBOI";
  src: url("../fonts/THICCCBOI-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "THICCCBOI";
  src: url("../fonts/THICCCBOI-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "THICCCBOI";
  src: url("../fonts/THICCCBOI-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "THICCCBOI";
  src: url("../fonts/THICCCBOI-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "THICCCBOI";
  src: url("../fonts/THICCCBOI-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "THICCCBOI";
  src: url("../fonts/THICCCBOI-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "THICCCBOI";
  src: url("../fonts/THICCCBOI-ThicccAF.woff2") format("woff2");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "THICCCBOI", sans-serif !important;
}

#coming-soon-footer-banner {
  display: none !important;
}

a {
  text-decoration: none !important;
}

a, button {
  transition: 0.5s;
}

a {
  color: #121212;
}
a:hover, a:focus {
  color: #49918E;
}

i {
  font-style: normal;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}

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

header.page__header {
  position: relative;
  z-index: 8;
  margin-bottom: 88px;
}

.page__header--top {
  background: #121212;
  color: #fff;
  font-size: 16px;
}
.page__header--top .widget {
  list-style-type: none;
}
.page__header--top a {
  color: #fff;
}
.page__header--top .page__header--top--leftcol a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-flex;
  align-items: center;
}
.page__header--top .page__header--top--leftcol a svg {
  margin-right: 7px;
}
.page__header--top .page__header--top--leftcol a:first-child {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #363636;
}
.page__header--top .page__header--top--centercol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__header--top .page__header--top--centercol a span {
  color: #FFBB00;
  text-decoration: underline !important;
}
.page__header--top .page__header--top--rightcol {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page__header--top .page__header--top--rightcol a {
  margin-left: 3px;
}

.page__header--content .page__header--content--leftcol {
  min-height: 106px;
  max-height: 106px;
  display: flex;
  align-items: center;
  width: 40%;
}
.page__header--content .page__header--content--leftcol .menu.menu-ready {
  opacity: 1;
  visibility: visible;
}
.page__header--content .page__header--content--leftcol .menu {
  position: relative;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
.page__header--content .page__header--content--leftcol .menu li {
  position: relative;
  margin-right: 28px;
}
.page__header--content .page__header--content--leftcol .menu li a {
  transition: 0s;
  -webkit-transition: 0s;
  padding: 12px 0;
}
.page__header--content .page__header--content--leftcol .menu li a:hover {
  font-weight: 700;
  color: #121212;
}
.page__header--content .page__header--content--leftcol .menu li:last-child {
  margin-right: 0;
}
.page__header--content .page__header--content--leftcol .menu li:hover .mega-menu-wrapper {
  opacity: 1;
  visibility: visible;
}
.page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper {
  border: 1px solid #DEEBEB;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  min-width: 880px;
  margin-left: -30px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
}
.page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper .mega-menu-content {
  display: flex;
  margin-left: 42px;
}
.page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper .mega-menu-content a {
  position: relative;
  transition: 0.5s;
  display: inline-flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 30px;
}
.page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper .mega-menu-content a:first-child {
  margin-left: 0;
}
.page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper .mega-menu-content a:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #DCDCDC;
}
.page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper .mega-menu-content a:first-child {
  padding-right: 30px;
}
.page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper .mega-menu-content a:hover {
  color: #57b2af;
}
.page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper .mega-menu-content a img {
  max-width: 265px;
  height: auto;
  margin-bottom: 15px;
}
.page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper .mega-menu-content a span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper ul.sub-menu {
  padding-left: 0;
  list-style-type: none;
}
.page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper ul.sub-menu li {
  margin-right: 0;
  margin-bottom: 15px;
}
.page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper ul.sub-menu li:first-child {
  margin-bottom: 45px;
  color: #49918E;
  text-transform: uppercase;
}
.page__header--content .page__header--content--centercol {
  min-height: 106px;
  max-height: 106px;
  width: 20%;
  text-align: center;
}
.page__header--content .page__header--content--centercol img {
  max-height: 155px;
  width: auto;
  margin-top: 15px;
}
.page__header--content .page__header--content--rightcol {
  min-height: 106px;
  max-height: 106px;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page__header--content .page__header--content--rightcol button.mobile-menu {
  border: 0;
  outline: 0;
  background: transparent;
  display: none;
}
.page__header--content .page__header--content--rightcol button.mobile-menu svg line {
  transition: 0.5s;
}
.page__header--content .page__header--content--rightcol button.mobile-menu:hover svg line {
  stroke: #57b2af;
}
.page__header--content .page__header--content--rightcol .xoo-wsc-sc-cont {
  padding-right: 13px;
}
.page__header--content .page__header--content--rightcol .xoo-wsc-sc-cont .xoo-wsc-sc-bkcont:hover svg path {
  stroke: #57b2af;
}
.page__header--content .page__header--content--rightcol .xoo-wsc-sc-cont .xoo-wsc-sc-bkcont svg path {
  transition: 0.5s;
}
.page__header--content .page__header--content--rightcol .xoo-wsc-sc-cont .xoo-wsc-sc-bkcont .xoo-wsc-sc-count {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 500;
  top: 2px;
  right: -16px;
}
.page__header--content .page__header--content--rightcol .xoo-wsc-sc-cont .xoo-wsc-sc-subt {
  display: none;
}
.page__header--content .page__header--content--rightcol .my-account-top svg path {
  transition: 0.5s;
}
.page__header--content .page__header--content--rightcol .my-account-top:hover svg path {
  stroke: #57b2af;
}
.page__header--content .page__header--content--rightcol .wishlist-top {
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
}
.page__header--content .page__header--content--rightcol .wishlist-top svg path {
  transition: 0.5s;
}
.page__header--content .page__header--content--rightcol .wishlist-top:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 49px;
  background: #DCDCDC;
  left: -17px;
  top: -11px;
}
.page__header--content .page__header--content--rightcol .wishlist-top:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 49px;
  background: #DCDCDC;
  right: -17px;
  top: -11px;
}
.page__header--content .page__header--content--rightcol .wishlist-top:hover svg path {
  fill: #57b2af;
}
.page__header--content .page__header--content--rightcol .search-top {
  margin-right: 42px;
}
.page__header--content .page__header--content--rightcol .search-top form button {
  border: 0;
  outline: 0;
  background: #fff;
}
.page__header--content .page__header--content--rightcol .search-top form button svg path {
  transition: 0.5s;
}
.page__header--content .page__header--content--rightcol .search-top form button:hover svg path {
  stroke: #57b2af;
}
.page__header--content .page__header--content--rightcol .search-top form input[type=text] {
  margin-left: 3px;
  border: 0;
  outline: 0;
  font-size: 16px;
  color: #121212;
  max-width: 100px;
}
.page__header--content .page__header--content--rightcol .search-top form input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #121212;
}
.page__header--content .page__header--content--rightcol .search-top form input[type=text]::placeholder {
  opacity: 1;
  color: #121212;
}

.btn-pb {
  border-radius: 5px;
  background: #49918E;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 26px;
  display: inline-flex;
}
.btn-pb:hover {
  color: #fff;
  background: #57b2af;
}

.btn-pb.btn-pb02 {
  background: #fff;
  color: #49918E !important;
}
.btn-pb.btn-pb02:hover {
  background: #57b2af;
  color: #fff !important;
}

.home-slider {
  margin-top: -88px;
}
.home-slider .swiper-button-next svg, .home-slider .swiper-button-prev svg {
  width: 20px;
  height: auto;
}
.home-slider .home-slider--single {
  padding-left: 52px !important;
  padding-right: 52px !important;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-size: cover;
}
.home-slider .home-slider--single .home-slider--single--mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.43);
}
.home-slider .home-slider--single .home-slider--single--title {
  position: relative;
}
.home-slider .home-slider--single .home-slider--single--title h2 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 26px;
}
.home-slider .home-slider--single .home-slider--single--title h2 span {
  display: block;
}
.home-slider .home-slider--single .home-slider--single--content {
  position: relative;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.home-slider .home-slider--single .home-slider--single--content span {
  display: block;
}
.home-slider .home-slider--single .home-slider--single--buttons {
  position: relative;
}
.home-slider .home-slider--single .home-slider--single--buttons a {
  margin: 0 5px;
}

.homepage__search {
  padding-top: 48px;
  padding-bottom: 48px;
}
.homepage__search .homepage__search--content {
  display: flex;
  justify-content: center;
}
.homepage__search .homepage__search--content form {
  width: 100%;
  max-width: 530px;
  position: relative;
}
.homepage__search .homepage__search--content form input[type=text] {
  padding: 18px 30px;
  width: 100%;
  position: relative;
  border-radius: 41px;
  background: #F9F7F6;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  outline: 0;
}
.homepage__search .homepage__search--content form input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #121212;
}
.homepage__search .homepage__search--content form input[type=text]::placeholder {
  opacity: 1;
  color: #121212;
}
.homepage__search .homepage__search--content form button[type=submit] {
  padding: 11px 12px;
  top: 7px;
  right: 10px;
  border: 0;
  outline: 0;
  position: absolute;
  background: #121212;
  border-radius: 100%;
}
.homepage__search .homepage__search--content form button[type=submit] svg path {
  stroke: #fff;
}
.homepage__search .homepage__search--content form button[type=submit]:hover {
  background: #57b2af;
}

h2.h2-pb {
  text-align: center;
  color: #121212;
  font-size: 34px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 42px;
}

.homepage__cats .swiper--nav {
  margin-top: 32px;
}
.homepage__cats .homepage__cats--content .homepage__cats--single img {
  width: 100%;
  height: auto;
}
.homepage__cats .homepage__cats--content .homepage__cats--single span {
  display: block;
  width: 100%;
  color: #fff;
  background: #49918E;
  padding: 6px;
  text-align: center;
  transition: 0.5s;
}
.homepage__cats .homepage__cats--content .homepage__cats--single:hover span {
  background: #57b2af;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 26px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 7px;
  border-radius: 3px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #49918E;
}

footer#page__footer {
  margin-top: 100px;
  background: #121212;
}
footer#page__footer .page__footer--leftcol {
  border-right: 1px solid #414141;
  padding-top: 52px;
  padding-bottom: 100px;
}
footer#page__footer .page__footer--leftcol img {
  max-height: 123px;
  width: auto;
  margin-bottom: 30px;
}
footer#page__footer .page__footer--leftcol .footer--contact .widget {
  list-style-type: none;
}
footer#page__footer .page__footer--leftcol .footer--contact p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 6px;
}
footer#page__footer .page__footer--leftcol .footer--contact p:first-child {
  font-size: 14px;
  margin-bottom: 22px;
}
footer#page__footer .page__footer--leftcol .footer--contact p a {
  color: #49918E;
}
footer#page__footer .page__footer--leftcol .footer--contact span {
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  background: #49918E;
  padding: 2px 10px;
  display: inline-flex;
  margin-bottom: 12px;
}
footer#page__footer .page__footer--rightcol {
  display: flex;
  flex-wrap: wrap;
  padding-top: 52px;
  padding-left: 72px;
  position: relative;
}
footer#page__footer .page__footer--rightcol .footer--social {
  position: absolute;
  bottom: 64px;
  right: 0;
}
footer#page__footer .page__footer--rightcol .footer--social a {
  margin-left: 10px;
}
footer#page__footer .page__footer--rightcol .footer--menu04 {
  margin-top: -100px;
}
footer#page__footer .page__footer--rightcol .footer--menu {
  padding-right: 15px;
  width: 33.33%;
}
footer#page__footer .page__footer--rightcol .footer--menu .menu {
  list-style-type: none;
  padding: 0;
}
footer#page__footer .page__footer--rightcol .footer--menu .menu li {
  margin-bottom: 5px;
}
footer#page__footer .page__footer--rightcol .footer--menu .menu li a {
  font-size: 16px;
  color: #A0A0A0;
}
footer#page__footer .page__footer--rightcol .footer--menu .menu li a:hover {
  color: #fff;
}
footer#page__footer .page__footer--rightcol .footer--menu p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
footer#page__footer .page__footer--rightcol .footer--menu p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 30px;
  height: 3px;
  background: #49918E;
}

.homepage__products {
  margin-top: 64px;
}
.homepage__products .homepage__products--top h2 span {
  color: #49918E;
}
.homepage__products .homepage__products--content .products {
  display: flex;
  flex-wrap: wrap;
}
.homepage__products .homepage__products--content .products .product {
  list-style-type: none;
  margin: 0 20px 30px 0;
}
.homepage__products .homepage__products--content .products.swiper .product {
  margin-left: 0;
  margin-right: 0;
}

.homepage__products.homepage__products01 {
  border-top: 1px solid #EBEBEB;
  padding-top: 64px;
}

.homepage__products.homepage__products02 {
  border-top: 1px solid #EBEBEB;
  padding-top: 64px;
}

.yith-add-to-wishlist-button-block {
  display: none !important;
}

.products .product {
  position: relative;
  font-size: 11px;
  font-weight: 500;
}
.products .product .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
  opacity: 0;
  visibility: hidden;
}
.products .product span.onsale {
  color: #fff;
  background: #DF1010;
  border-radius: 0;
  position: absolute;
  min-width: 0;
  min-height: 0;
  line-height: normal;
  padding: 4px 7px;
  margin: 12px 12px 0 0 !important;
  left: auto;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
}
.products .product span.new-product {
  font-weight: 500;
  color: #fff;
  background: #49918E;
  border-radius: 0;
  position: absolute;
  min-width: 0;
  min-height: 0;
  line-height: normal;
  padding: 4px 7px;
  margin: 12px 0 0 12px !important;
  left: auto;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
.products .product img {
  max-width: 100%;
  height: auto;
}
.products .product .add_to_cart_button, .products .product a.button {
  width: 100%;
  text-align: center;
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #121212;
  border-radius: 4px;
  font-size: 15px;
  background: #fff;
  color: #121212;
  font-weight: 500;
  padding: 12px 15px;
}
.products .product .add_to_cart_button svg, .products .product a.button svg {
  margin-right: 10px;
}
.products .product .add_to_cart_button svg path, .products .product a.button svg path {
  transition: 0.5s;
}
.products .product .add_to_cart_button:hover, .products .product a.button:hover {
  background: #121212;
  color: #fff;
}
.products .product .add_to_cart_button:hover svg path, .products .product a.button:hover svg path {
  stroke: #fff;
}
.products .product .product-custom--size {
  font-size: 15px;
  color: #49918E;
}
.products .product .woocommerce-loop-product__title {
  margin-top: 16px !important;
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 6px;
  padding-top: 0 !important;
}
.products .product .price {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}
.products .product .price del {
  margin-left: 10px;
  color: #121212 !important;
}
.products .product .price del span {
  font-size: 15px;
}
.products .product .price ins {
  text-decoration: none;
}
.products .product .price ins span {
  color: #DF1010 !important;
  font-size: 18px;
}
.products .product .price span {
  font-size: 18px;
  font-weight: 500;
  color: #121212 !important;
}
.products .product:hover .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
  opacity: 1;
  visibility: visible;
}

.homepage__buybyeffect {
  margin-top: 36px;
}
.homepage__buybyeffect .swiper--nav {
  margin-top: 32px;
}
.homepage__buybyeffect .homepage__buybyeffect--content .bbe--single {
  position: relative;
}
.homepage__buybyeffect .homepage__buybyeffect--content .bbe--single img {
  max-width: 100%;
  height: auto;
}
.homepage__buybyeffect .homepage__buybyeffect--content .bbe--single:hover .bbe--single--content {
  background: #57b2af;
}
.homepage__buybyeffect .homepage__buybyeffect--content .bbe--single .bbe--single--content {
  transition: 0.5s;
  position: absolute;
  background: rgba(0, 0, 0, 0.71);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 45px;
  padding: 30px;
  text-align: center;
  max-width: 210px;
  width: 100%;
}
.homepage__buybyeffect .homepage__buybyeffect--content .bbe--single .bbe--single--content .bbe--single--content--icon {
  min-height: 60px;
  margin-bottom: 12px;
}
.homepage__buybyeffect .homepage__buybyeffect--content .bbe--single .bbe--single--content p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.homepage__buybyeffect .homepage__buybyeffect--content .bbe--single .bbe--single--content p strong {
  display: block;
  font-size: 24px;
}

.homepage__advantages {
  margin-top: 84px;
}
.homepage__advantages .homepage__advantages--content {
  display: flex;
  flex-wrap: wrap;
}
.homepage__advantages .homepage__advantages--content .advantages_single {
  width: 20%;
  text-align: center;
  padding: 0 30px;
}
.homepage__advantages .homepage__advantages--content .advantages_single img {
  margin-bottom: 7px;
}
.homepage__advantages .homepage__advantages--content .advantages_single p {
  font-size: 18px;
  color: #121212;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

.homepage__advantages {
  max-width: 1047px;
  margin-left: auto;
  margin-right: auto;
}

.homepage__aboutus {
  margin-top: 64px;
  max-width: 1047px;
  margin-left: auto;
  margin-right: auto;
}
.homepage__aboutus #videoModal .modal-dialog {
  max-width: calc(100% - 30px);
  width: 100%;
}
.homepage__aboutus button.btn--videomodal {
  display: none;
}
.homepage__aboutus .homepage__aboutus--video {
  cursor: pointer;
  position: relative;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
  -webkit-box-shadow: 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
  padding: 15px;
}
.homepage__aboutus .homepage__aboutus--video img {
  width: 100%;
  height: auto;
}
.homepage__aboutus .homepage__aboutus--video svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.homepage__aboutus .homepage__aboutus--content {
  margin-top: 72px;
  text-align: center;
}
.homepage__aboutus .homepage__aboutus--content h2.h2-pb {
  margin-bottom: 16px;
}
.homepage__aboutus .homepage__aboutus--content p {
  margin-top: 22px;
  font-size: 18px;
  line-height: 24px;
  color: #121212;
  font-weight: 500;
}

.homepage__reviews {
  margin-top: 72px;
  padding: 80px 0 60px 0;
  background: #49918E;
}
.homepage__reviews .swiper-pagination {
  margin-top: 42px !important;
}
.homepage__reviews .swiper-pagination .swiper-pagination-bullet {
  background: #98e0de !important;
}
.homepage__reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}
.homepage__reviews .homepage__reviews--content .review_single {
  min-height: 230px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
  -webkit-box-shadow: 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
}
.homepage__reviews .homepage__reviews--content .review_single .client_name {
  font-size: 20px;
  color: #121212;
  font-weight: 600;
  margin-bottom: 6px;
}
.homepage__reviews .homepage__reviews--content .review_single .reviews_single--content {
  color: #121212;
  font-size: 16px;
  line-height: 22px;
  margin-top: 22px;
}
.homepage__reviews .homepage__reviews--top h2 {
  color: #fff;
}

.homepage__blog {
  margin-top: 80px;
}
.homepage__blog .homepage__blog--content {
  display: flex;
  flex-direction: column;
}
.homepage__blog .swiper--nav {
  margin: 32px 0;
}
.homepage__blog .homepage__blog--footer {
  text-align: center;
}

.blog--single a {
  position: relative;
  display: flex;
}
.blog--single a:hover .post-content {
  bottom: 42px;
}
.blog--single a svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.blog--single a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.blog--single a .post-content {
  transition: 0.5s;
  padding: 0 30px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 32px;
}
.blog--single a .post-content .post-date {
  font-size: 11px;
  color: #fff;
  background: #49918E;
  padding: 4px 8px;
}
.blog--single a .post-content .post-title {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
  margin-top: 12px;
}

.homepage__contact {
  margin-top: 80px;
}
.homepage__contact a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 115px 84px;
  background-image: var(--banner-desktop);
}
.homepage__contact a h2 {
  color: #fff;
  text-align: left;
  font-size: 43px;
  line-height: 51px;
  margin-bottom: 26px;
}
.homepage__contact a h2 span {
  display: block;
}
.homepage__contact a p {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 36px;
}
.homepage__contact a p span {
  display: block;
}
.homepage__contact a .btn-pb {
  transition: 0.5s;
  color: #49918E !important;
  background: #fff;
}
.homepage__contact a .btn-pb:hover {
  background: #57b2af !important;
  color: #fff !important;
}

.wpc-filters-main-wrap input[type=checkbox], .wpc-filters-main-wrap input[type=radio] {
  border-radius: 0;
}

.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox] {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}

.wpc-filters-main-wrap input[type=checkbox]:after {
  width: 20px;
  height: 20px;
  border-radius: 0;
  left: 0;
  top: 0;
  border-color: #49918E;
}

.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]:hover {
  background-color: #57b2af;
}

.archiveproducts--page {
  margin-top: -88px;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .menu {
  list-style-type: none;
  padding: 0;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .menu li.cat-bestsellers a {
  font-weight: 600;
  color: #E5AC31;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .menu li.cat-newproducts a {
  font-weight: 600;
  color: #49918E;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .menu li.cat-pricedrop a {
  font-weight: 600;
  color: #DF1010;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .menu li {
  margin-bottom: 20px;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .menu li a {
  font-size: 16px;
  color: #121212;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .menu li a:hover {
  color: #57b2af;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .archive-menu--title {
  padding-bottom: 15px;
  padding-top: 9.5px;
  margin-bottom: 30px;
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #EBEBEB;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .archive-menu--title .archive-menu--title--btn {
  display: none;
  border: 0;
  outline: 0;
  background: transparent;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .archive-menu--title .archive-menu--title--btn span {
  position: relative;
  top: 2px;
  color: #49918E;
  font-size: 26px;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .archive-menu--title .archive-menu--title--btn span.ct-minus {
  display: none;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .archive-menu--title.active .archive-menu--title--btn span.ct-plus {
  display: none;
}
.archiveproducts--page .archiveproducts--leftcol .archive-menu .archive-menu--title.active .archive-menu--title--btn span.ct-minus {
  display: inline;
}
.archiveproducts--page .archiveproducts--leftcol .widget {
  list-style-type: none;
}
.archiveproducts--page .archiveproducts--leftcol .widget_wpc_filters_widget {
  padding-top: 22px;
}
.archiveproducts--page .archiveproducts--leftcol .widget_wpc_filters_widget .wpc-filter-header .widget-title {
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination {
  padding: 30px 0;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers {
  border: 0;
  margin: 0;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li {
  border: 0;
  margin: 0 5px;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li .current {
  background-color: #49918E;
  color: #fff;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li span, .archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li a {
  padding: 13px 23px;
  border-radius: 100px;
  background-color: #EBEBEB;
  color: #121212;
  font-size: 15px;
  font-weight: 600;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li a:hover {
  background-color: #57b2af;
  color: #fff;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li a.prev svg, .archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li a.next svg {
  height: 12px;
  width: auto;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li a.prev svg path, .archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li a.next svg path {
  transition: 0.5s;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li a.prev:hover svg path, .archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li a.next:hover svg path {
  fill: #fff;
}
.archiveproducts--page .archiveproducts--rightcol .products .product {
  width: calc(25% - 12px);
  margin-right: 16px !important;
  margin-bottom: 30px !important;
}
.archiveproducts--page .archiveproducts--rightcol .products .product.last {
  margin-right: 0 !important;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-result-count {
  color: #121212;
  font-size: 15px;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-ordering {
  display: flex;
  align-items: center;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-ordering label {
  color: #121212;
  font-size: 15px;
  font-weight: 600;
  margin-right: 15px;
}
.archiveproducts--page .archiveproducts--rightcol .woocommerce-ordering select {
  outline: 0;
  border: 0;
  font-size: 15px;
  cursor: pointer;
}
.archiveproducts--page .archiveproducts--rightcol .products {
  border-top: 1px solid #EBEBEB;
  padding-top: 30px;
}
.archiveproducts--page .archiveproducts--top {
  position: relative;
  background-image: url(../img/category__topbg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 115px;
  padding-bottom: 55px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.archiveproducts--page .archiveproducts--top span.category--top--mask {
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.archiveproducts--page .archiveproducts--top h1 {
  position: relative;
  z-index: 7;
  text-align: center;
  color: #fff;
  font-size: 39px;
  line-height: 48px;
  font-weight: 600;
}

.category--description {
  padding-top: 32px;
}
.category--description h2, .category--description h3, .category--description h4, .category--description h5, .category--description h6 {
  font-weight: 600;
  color: #121212;
  position: relative;
  margin-bottom: 36px;
  padding-bottom: 12px;
}
.category--description h2:after, .category--description h3:after, .category--description h4:after, .category--description h5:after, .category--description h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 73px;
  background: #49918E;
}
.category--description h2 {
  font-size: 22px;
  line-height: 44px;
}
.category--description h3 {
  font-size: 20px;
  line-height: 42px;
}
.category--description h4 {
  font-size: 18px;
  line-height: 40px;
}
.category--description h5 {
  font-size: 16px;
  line-height: 38px;
}
.category--description h6 {
  font-size: 14px;
  line-height: 36px;
}
.category--description p {
  font-size: 15px;
  line-height: 27px;
  color: #121212;
}

.woocommerce-breadcrumb {
  color: #121212 !important;
  margin-bottom: 22px !important;
}
.woocommerce-breadcrumb a {
  color: #121212 !important;
}
.woocommerce-breadcrumb a:hover {
  color: #57b2af !important;
}

.singleproduct--page .related.products {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #EBEBEB;
}
.singleproduct--page .related.products h3 {
  text-align: center;
  font-size: 34px;
  line-height: 48px;
  color: #121212;
  font-weight: 600;
  margin-bottom: 52px;
}
.singleproduct--page .product__description {
  font-size: 17px;
  color: #121212;
  margin-top: 64px;
}
.singleproduct--page .product__description table td {
  padding: 7px 15px 7px 0;
}
.singleproduct--page .product__description .product__description--top h3 {
  font-size: 34px;
  line-height: 48px;
  color: #121212;
  font-weight: 600;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 26px;
  margin-bottom: 64px;
}
.singleproduct--page .singleproduct--page--rightcol {
  padding-left: 32px;
}
.singleproduct--page .singleproduct--page--rightcol .product__additional_description {
  margin-bottom: 32px;
}
.singleproduct--page .singleproduct--page--rightcol .product__additional_description p {
  font-size: 15px;
  line-height: 27px;
}
.singleproduct--page .singleproduct--page--rightcol .product__additional_description p strong {
  font-size: 18px;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart .single_variation_wrap {
  width: 100%;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart .single_variation_wrap .price {
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #49918E;
  margin-bottom: 14px;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form.variations_form {
  flex-direction: column;
  align-items: flex-start;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form.variations_form .variations {
  margin-bottom: 12px;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form.variations_form .variations tr {
  margin-bottom: 10px;
  display: block;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form.variations_form .variations tr .label {
  min-width: 170px;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form.variations_form .variations tr .value .reset_variations {
  margin-left: 10px;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form.variations_form .variations tr .value select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%2349918E' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
  outline: 0;
  cursor: pointer;
  border: 0;
  padding: 10px 50px 10px 15px;
  border-radius: 100px;
  background-color: #f9f7f6;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form {
  display: flex;
  align-items: center;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form button[type=submit] {
  margin-left: 15px;
  padding: 19px 72px;
  border-radius: 100px;
  background: #49918E;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form button[type=submit]:hover {
  background: #57b2af;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form .quantity.custom-quantity {
  background: #F9F7F6;
  border-radius: 100px;
  padding: 0 15px;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form .quantity.custom-quantity button {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form .quantity.custom-quantity button:hover {
  color: #57b2af;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form .quantity.custom-quantity input.qty::-webkit-outer-spin-button,
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form .quantity.custom-quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form .quantity.custom-quantity input.qty {
  -moz-appearance: textfield;
}
.singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form .quantity.custom-quantity input.qty {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  padding: 17px 0;
}
.singleproduct--page .singleproduct--page--rightcol .product--deliverytime {
  font-size: 15px;
  color: #595959;
  padding-top: 10px;
  padding-bottom: 40px;
}
.singleproduct--page .singleproduct--page--rightcol .product--deliverytime svg {
  margin-right: 3px;
}
.singleproduct--page .singleproduct--page--rightcol .xoo-wl-btn-container {
  margin: 10px 0;
}
.singleproduct--page .singleproduct--page--rightcol .xoo-wl-btn-container .xoo_wl_required_qty_cont {
  display: none;
}
.singleproduct--page .singleproduct--page--rightcol .xoo-wl-btn-container button {
  font-size: 20px;
  text-decoration: underline;
  text-align: left;
  font-weight: 600;
  color: #121212;
  width: auto;
  padding: 0;
  background: #fff !important;
}
.singleproduct--page .singleproduct--page--rightcol .xoo-wl-btn-container button:hover {
  color: #57b2af;
}
.singleproduct--page .singleproduct--page--rightcol .product--available .product--available--info {
  font-size: 15px;
  display: flex;
  align-items: center;
}
.singleproduct--page .singleproduct--page--rightcol .product--available .product--available--info span {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #121212;
  display: inline-flex;
  margin-right: 7px;
}
.singleproduct--page .singleproduct--page--rightcol .product--available .product--available--info.in-stock {
  color: #14890E;
}
.singleproduct--page .singleproduct--page--rightcol .product--available .product--available--info.in-stock span {
  background: #14890E;
}
.singleproduct--page .singleproduct--page--rightcol .product--available .product--available--info.low-stock {
  color: #e29200;
}
.singleproduct--page .singleproduct--page--rightcol .product--available .product--available--info.low-stock span {
  background: #e29200;
}
.singleproduct--page .singleproduct--page--rightcol .product--available .product--available--info.out-of-stock {
  color: #fa0000;
}
.singleproduct--page .singleproduct--page--rightcol .product--available .product--available--info.out-of-stock span {
  background: #fa0000;
}
.singleproduct--page .singleproduct--page--rightcol .size--legend {
  padding-top: 30px;
  padding-bottom: 36px;
}
.singleproduct--page .singleproduct--page--rightcol .size--legend a {
  font-size: 20px;
  font-weight: 600;
  color: #49918E;
}
.singleproduct--page .singleproduct--page--rightcol .size--legend a span {
  margin-left: 3px;
  text-decoration: underline;
}
.singleproduct--page .singleproduct--page--rightcol .size--legend a:hover {
  color: #57b2af;
}
.singleproduct--page .singleproduct--page--rightcol .product-categories a {
  font-size: 15px;
}
.singleproduct--page .singleproduct--page--rightcol h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
  color: #121212;
  margin-bottom: 16px;
}
.singleproduct--page .singleproduct--page--rightcol .product-price {
  font-size: 28px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 36px;
}
.singleproduct--page .singleproduct--page--rightcol .product-price del {
  font-size: 22px;
  opacity: 0.7;
  margin-right: 12px;
}
.singleproduct--page .singleproduct--page--rightcol .product-price ins {
  text-decoration: none;
}
.singleproduct--page .singleproduct--page--rightcol .product-price ins span {
  color: #DF1010 !important;
}
.singleproduct--page .singleproduct--page--rightcol .product-short-description {
  font-size: 15px;
  line-height: 27px;
  color: #121212;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.singleproduct--page .singleproduct--page--rightcol .product-attributes {
  display: flex;
  flex-wrap: wrap;
}
.singleproduct--page .singleproduct--page--rightcol .product-attributes .product-attribute {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 42px;
  margin-bottom: 15px;
}
.singleproduct--page .singleproduct--page--rightcol .product-attributes .product-attribute strong {
  font-size: 15px;
  color: #121212;
}
.singleproduct--page .singleproduct--page--rightcol .product-attributes .product-attribute span {
  margin-top: 12px;
  border: 1px solid #49918E;
  font-size: 18px;
  font-weight: 500;
  padding: 9.5px 18px;
  display: inline-flex;
}

.singlepage--content h1 {
  font-size: 39px;
  line-height: 48px;
  color: #49918E;
  font-weight: 600;
  text-align: center;
  margin-bottom: 42px;
}

.contactpage--leftcol h2, .contactpage--rightcol h2 {
  font-size: 20px;
  color: #121212;
  font-weight: 600;
  margin-bottom: 25px;
}

.contactpage--leftcol .contactinfo .contactinfo--single {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.contactpage--leftcol .contactinfo .contactinfo--single .contactinfo--single--content {
  margin-left: 15px;
}
.contactpage--leftcol .contactinfo .contactinfo--single .contactinfo--single--content a.maplink {
  text-decoration: underline !important;
}
.contactpage--leftcol .contactinfo .contactinfo--single .contactinfo--single--content span {
  display: block;
}

.contact--map {
  margin-top: 84px;
}

.row--pagecontact {
  padding-top: 52px;
}

.contactpage--rightcol .contactpage--rightcol--content {
  padding-left: 128px;
  border-left: 1px solid #E5E5E5;
}

.wpcf7 form input[type=submit] {
  transition: 0.5s;
  background: #49918E;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 17px 30px;
  border-radius: 100px;
}
.wpcf7 form input[type=submit]:hover {
  background: #57b2af;
}
.wpcf7 form input[type=date], .wpcf7 form input[type=number], .wpcf7 form input[type=text], .wpcf7 form input[type=tel], .wpcf7 form input[type=email], .wpcf7 form textarea {
  background: #F9F7F6;
  border: 0;
  outline: 0;
  border-radius: 100px;
  font-size: 16px;
  color: #121212;
  font-weight: 600;
  padding: 17px 30px;
  width: 100%;
}
.wpcf7 form input[type=date]::-moz-placeholder, .wpcf7 form input[type=number]::-moz-placeholder, .wpcf7 form input[type=text]::-moz-placeholder, .wpcf7 form input[type=tel]::-moz-placeholder, .wpcf7 form input[type=email]::-moz-placeholder, .wpcf7 form textarea::-moz-placeholder {
  color: #121212;
  opacity: 1;
}
.wpcf7 form input[type=date]::placeholder, .wpcf7 form input[type=number]::placeholder, .wpcf7 form input[type=text]::placeholder, .wpcf7 form input[type=tel]::placeholder, .wpcf7 form input[type=email]::placeholder, .wpcf7 form textarea::placeholder {
  color: #121212;
  opacity: 1;
}

.return--form {
  padding-top: 32px;
}
.return--form p {
  margin-bottom: 0;
}
.return--form input {
  margin-bottom: 16px;
}
.return--form textarea {
  border-radius: 32px !important;
}

li.link--return a {
  background: #49918E;
  color: #fff !important;
  padding: 3px 10px;
  border-radius: 100px;
  display: inline-flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce-order--buttons {
  text-align: center;
}
.woocommerce-order--buttons .btn-pb {
  padding-left: 64px;
  padding-right: 64px;
  font-size: 20px;
  border: 0;
  border-radius: 100px;
  margin: 0 7px;
}
.woocommerce-order--buttons .btn-pb.btn-pb02 {
  background: #121212;
  color: #fff !important;
}
.woocommerce-order--buttons .btn-pb.btn-pb02:hover {
  background: #57b2af;
}

.woocommerce-order-received .woocommerce-notice--success {
  display: none;
}
.woocommerce-order-received .woocommerce-order.hide {
  display: none;
}
.woocommerce-order-received .singlepage--content {
  padding-top: 42px;
}
.woocommerce-order-received h1 {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.error404 .page__header {
  padding-top: 42px;
}
.error404 .col-error-404 {
  padding-bottom: 57px;
  text-align: center;
}
.error404 .col-error-404 .btn-pb {
  padding-left: 64px;
  padding-right: 64px;
  font-size: 20px;
  border-radius: 100px;
}
.error404 .col-error-404 h1 {
  font-size: 260px;
  font-weight: 700;
  margin-bottom: 0;
}
.error404 .col-error-404 p {
  font-size: 95px;
  line-height: normal;
  font-weight: 700;
  color: #49918E;
  margin-bottom: 64px;
}
.error404 .page__header--top {
  display: none;
}
.error404 .page__header--content .page__header--content--leftcol, .error404 .page__header--content .page__header--content--rightcol {
  display: none;
}
.error404 .page__header--content .page__header--content--centercol {
  width: 100%;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #49918E;
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li a {
  border-radius: 5px;
  padding: 10px 15px;
  background: #F3EFE8;
  display: block;
  width: 100%;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #57b2af;
  color: #fff;
}

.woocommerce-checkout .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button {
  transition: 0.5s;
  outline: 0;
  border: 0;
  background: #49918E;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
}
.woocommerce-checkout .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button:hover {
  background: #57b2af;
}
.woocommerce-checkout #order-notes {
  display: none;
}
.woocommerce-checkout #order-notes textarea {
  min-height: 50px;
  max-height: 50px;
}
.woocommerce-checkout #order-notes textarea::-moz-placeholder {
  opacity: 0;
}
.woocommerce-checkout #order-notes textarea::placeholder {
  opacity: 0;
}

.singlepage--content--pagesizes p {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: normal;
  color: #595959;
  text-align: center;
}
.singlepage--content--pagesizes table {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.singlepage--content--pagesizes table tbody tr.tb-brown.tb-green-border {
  border-bottom: 1px solid #49918E;
}
.singlepage--content--pagesizes table tbody tr.tb-green {
  border-left: 4px solid #49918E;
}
.singlepage--content--pagesizes table tbody tr.tb-green td:first-child {
  color: #49918E;
}
.singlepage--content--pagesizes table tbody tr.tb-brown {
  border-left: 4px solid #E7DCCC;
}
.singlepage--content--pagesizes table tbody tr {
  border-left: 4px solid #fff;
}
.singlepage--content--pagesizes table tbody tr td {
  padding: 11px;
  border: 0;
  font-size: 14px;
}
.singlepage--content--pagesizes table tbody tr:nth-child(even) {
  background: #F3EFE8;
  border-bottom: 1px solid #E7DCCC;
}
.singlepage--content--pagesizes table tbody tr:nth-child(odd) {
  border-bottom: 1px solid #E7DCCC;
}
.singlepage--content--pagesizes table thead {
  border: 0;
}
.singlepage--content--pagesizes table thead tr {
  font-size: 13px;
  border: 0;
  background: #49918E;
  color: #fff;
}
.singlepage--content--pagesizes table thead tr th {
  border: 0;
  padding: 15px 10px;
}

.swiper--nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
.swiper--nav .swiper-button-prev, .swiper--nav .swiper-button-next {
  position: relative;
}
.swiper--nav .swiper-button-prev svg, .swiper--nav .swiper-button-next svg {
  width: 20px;
  height: auto;
}
.swiper--nav .swiper-button-prev svg path, .swiper--nav .swiper-button-next svg path {
  fill: #121212;
}

.archiveproducts--leftcol {
  width: 20%;
}

.archiveproducts--rightcol {
  width: 80%;
}

.products--related .swiper--nav {
  margin-top: 42px;
}

.woocommerce-form-register button[type=submit], .woocommerce-form-login button[type=submit] {
  background: #49918E;
  color: #fff !important;
}
.woocommerce-form-register button[type=submit]:hover, .woocommerce-form-login button[type=submit]:hover {
  background: #57b2af;
}

.woocommerce-form-register .woocommerce-privacy-policy-text p {
  display: flex;
  align-items: baseline;
}
.woocommerce-form-register .woocommerce-privacy-policy-text p label {
  margin-left: 7px;
}

.xoo-wsc-ft-totals .xoo-wsc-ft-amt-savings {
  display: none;
}

.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
  display: none;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
  border-radius: 100px;
}

.woocommerce-cart .wc-block-components-totals-coupon__content button[type=submit] {
  border: 0;
  outline: 0;
  border-radius: 100px;
  background: #49918E;
  color: #fff !important;
}
.woocommerce-cart .wc-block-components-totals-coupon__content button[type=submit]:hover {
  background: #57b2af;
}
.woocommerce-cart .wc-block-cart__submit-container a {
  background-color: #49918E;
  color: #fff !important;
  border-radius: 100px;
}
.woocommerce-cart .wc-block-cart__submit-container a:hover {
  background: #57b2af;
}

.sidebar-menu {
  position: fixed;
  inset: 0;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}

.sidebar-menu.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.sidebar-menu--top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.sidebar-menu--top img {
  height: 96px;
  width: auto;
}
.sidebar-menu--top button {
  border: 0;
  outline: 0;
  border-radius: 100px;
  background: #49918E;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px;
  margin-top: 20px;
}
.sidebar-menu--top button:hover {
  background: #57b2af;
}

.sidebar-menu--content {
  padding-bottom: 40px;
}

.sidebar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-menu .menu > li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.sidebar-menu .menu > li > a {
  display: block;
  padding: 16px 60px 16px 20px;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s;
}

.sidebar-menu .menu > li > a:hover {
  color: #49918E;
}

.sidebar-menu .mega-menu-content {
  display: none;
}

.sidebar-menu .submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-menu .submenu-toggle::before {
  content: "+";
  font-size: 24px;
  font-weight: 400;
  color: #49918E;
  transition: 0.3s;
}

.sidebar-menu .menu-item-has-children.active .submenu-toggle::before {
  transform: rotate(45deg);
}

.sidebar-menu .sub-menu {
  display: none;
  background: #f8f8f8;
  padding: 8px 0;
}

.sidebar-menu .sub-menu li {
  border: 0;
}

.sidebar-menu .sub-menu li a {
  display: block;
  padding: 12px 20px 12px 35px;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  text-decoration: none;
  transition: 0.2s;
}

.sidebar-menu .sub-menu li a:hover {
  color: #49918E;
  background: rgba(0, 0, 0, 0.03);
}

.sidebar-menu .mega-menu-parent-link {
  display: none;
}

.msidebar {
  overflow: hidden;
}

.fade-section {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-section.is-visible {
  opacity: 1;
}

.blog .blog--single, .archive .blog--single {
  margin-bottom: 30px;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
  right: 0;
  margin: 62% auto 0 auto;
  background: #fff !important;
  border-radius: 4px !important;
  max-width: 47px;
}

.woocommerce .wishlist-title {
  display: none;
}

.yith-wcwl-add-to-wishlist__feedback {
  display: none !important;
}

.page-id-226 .singlepage--content a {
  text-decoration: underline !important;
}

.products .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
  text-transform: lowercase;
  font-size: 14px;
}

@media (min-width: 768px) {
  .woocommerce-product-gallery__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .woocommerce-product-gallery__image {
    width: 100%;
  }
  .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1286px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1186px;
  }
}
@media (max-width: 1399px) {
  .page__header--top a {
    font-size: 14px;
  }
  .page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper .mega-menu-content a img {
    max-width: 240px;
  }
  .page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper {
    min-width: 820px;
  }
}
@media (max-width: 1199px) {
  .page__header--top .page__header--top--leftcol a:first-child {
    padding-right: 4px;
    margin-right: 4px;
    border: 0;
  }
  .page__header--top a {
    font-size: 13px;
  }
  .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none;
  }
  .error404 .col-error-404 p {
    font-size: 64px;
  }
  .error404 .col-error-404 h1 {
    font-size: 200px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form button[type=submit] {
    padding: 19px 36px;
  }
  .singleproduct--page .singleproduct--page--rightcol {
    padding-left: 15px;
  }
  .archiveproducts--page .archiveproducts--top h1 {
    font-size: 34px;
    line-height: 48px;
  }
  .archiveproducts--page .archiveproducts--rightcol .products .product.last {
    margin-right: 16px !important;
  }
  .archiveproducts--page .archiveproducts--rightcol .products .product:nth-child(3n) {
    margin-right: 0 !important;
  }
  .archiveproducts--page .archiveproducts--rightcol .products .product {
    width: calc(33.33% - 12px);
  }
  .contactpage--rightcol .contactpage--rightcol--content {
    padding-left: 80px;
  }
  .singlepage--content h1 {
    font-size: 34px;
    line-height: 48px;
  }
  .homepage__contact a h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper {
    min-width: 730px;
  }
  .page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper .mega-menu-content a img {
    max-width: 200px;
  }
  .page__header--content .page__header--content--leftcol .menu li .mega-menu-wrapper .mega-menu-content {
    margin-left: 22px;
  }
  .homepage__buybyeffect .homepage__buybyeffect--content .bbe--single .bbe--single--content {
    max-width: 185px;
  }
  .homepage__contact a {
    padding: 84px 84px;
  }
  .home-slider .home-slider--single .home-slider--single--content {
    font-size: 19px;
  }
  .home-slider .home-slider--single .home-slider--single--title h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .page__header--content .page__header--content--rightcol .search-top form input[type=text] {
    font-size: 15px;
  }
  .page__header--content .page__header--content--leftcol .menu li {
    margin-right: 15px;
  }
  .page__header--content .page__header--content--leftcol .menu li a {
    font-size: 15px;
  }
  .page__header--top .page__header--top--centercol a span {
    display: block;
  }
  .page__header--top--centercol a {
    text-align: center;
    line-height: 13px;
  }
  .page__header--top .page__header--top--leftcol a svg {
    margin-right: 5px;
  }
  .page__header--top--centercol .widget {
    margin-top: -4px;
  }
}
@media (max-width: 991px) {
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog .blog-page .col-md-4, .archive .blog-page .col-md-4 {
    width: 50%;
  }
  .error404 .col-error-404 .btn-pb {
    font-size: 18px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .error404 .col-error-404 p {
    font-size: 42px;
  }
  .error404 .col-error-404 h1 {
    font-size: 100px;
  }
  .error404 .page__header--content .row {
    justify-content: center;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form button[type=submit] {
    margin-left: 0;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form .quantity.custom-quantity {
    margin-bottom: 10px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form {
    flex-direction: column;
    align-items: flex-start;
  }
  .singleproduct--page .singleproduct--page--rightcol .size--legend {
    padding-top: 20px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-attributes .product-attribute span {
    font-size: 15px;
    padding: 8px 12px;
  }
  .woocommerce-product-gallery__wrapper {
    gap: 10px;
  }
  .archiveproducts--page .archiveproducts--leftcol .widget_wpc_filters_widget .wpc-filter-header .widget-title {
    font-size: 18px;
    line-height: 28px;
  }
  .archiveproducts--page .archiveproducts--rightcol .products .product:nth-child(3n) {
    margin-right: 16px !important;
  }
  .archiveproducts--page .archiveproducts--rightcol .products .product:nth-child(2n) {
    margin-right: 0 !important;
  }
  .archiveproducts--page .archiveproducts--rightcol .products .product {
    width: calc(50% - 8px) !important;
  }
  .archiveproducts--rightcol {
    width: 75%;
  }
  .archiveproducts--leftcol {
    width: 25%;
  }
  .archiveproducts--page .archiveproducts--top {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .archiveproducts--page .archiveproducts--top h1 {
    margin-bottom: 0;
  }
  .archiveproducts--page {
    margin-top: -16px;
  }
  .contactpage--rightcol--content .wpcf7-form .col-md-6 {
    width: 100%;
  }
  .contactpage--rightcol .contactpage--rightcol--content {
    padding-left: 32px;
  }
  .row--pagecontact {
    padding-top: 32px;
  }
  .singlepage--content h1 {
    margin-bottom: 26px;
  }
  .home header.page__header {
    margin-bottom: 88px;
  }
  header.page__header {
    margin-bottom: 16px;
  }
  .page__header--top .row {
    justify-content: space-between;
  }
  footer#page__footer .page__footer--rightcol {
    padding-left: 32px;
  }
  .homepage__contact a {
    padding: 64px 64px;
  }
  .blog--single a .post-content {
    bottom: 22px;
  }
  .blog--single a .post-content .post-title {
    font-size: 16px;
  }
  .homepage__reviews .homepage__reviews--content .review_single {
    padding: 30px 15px;
  }
  .homepage__advantages .homepage__advantages--content {
    justify-content: center;
  }
  .homepage__advantages .homepage__advantages--content .advantages_single {
    width: 33.33%;
  }
  .page__header--content {
    padding: 15px 0;
  }
  .page__header--content .page__header--content--rightcol button.mobile-menu {
    display: block;
    margin-left: 20px;
  }
  .page__header--content .page__header--content--rightcol {
    width: calc(100% - 130px);
    min-height: 0;
    max-height: 100%;
  }
  .page__header--content .page__header--content--centercol img {
    margin-top: 0;
    max-width: 90px;
    max-height: 100%;
    width: 100%;
  }
  .page__header--content .page__header--content--centercol {
    max-width: 130px;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 0;
    max-height: 100%;
  }
  .page__header--content .page__header--content--leftcol {
    display: none;
  }
  .page__header--top .page__header--top--centercol {
    display: none;
  }
  .page__header--top--leftcol, .page__header--top--rightcol {
    width: auto;
  }
}
@media (max-width: 767px) {
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart .single_variation_wrap .price {
    font-size: 19px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    flex-direction: row;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-price del {
    font-size: 19px;
    line-height: 26px;
  }
  .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
    margin: 60% auto 0 auto;
  }
  .homepage__contact a {
    background-image: var(--banner-mobile);
    background-position-x: center;
  }
  .singlepage--content p {
    font-size: 14px;
    line-height: 22px;
  }
  .woocommerce ul.order_details li {
    width: 50%;
    margin: 0 0 15px 0;
    padding: 0;
    border: 0;
  }
  .woocommerce ul.order_details {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-order--buttons .btn-pb {
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .page-template-page-sizes .table-responsive {
    position: relative;
    overflow-x: scroll;
  }
  .single-product .page__header {
    margin-bottom: 0;
  }
  .product-gallery-thumbs {
    margin-top: 8px;
  }
  .singleproduct--page .related.products {
    padding-top: 36px;
  }
  .singleproduct--page .related.products h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .singleproduct--page .product__description {
    margin-top: 30px;
  }
  .product__description p {
    font-size: 13px;
    line-height: 21px;
  }
  .product__description table {
    font-size: 13px;
    line-height: 21px;
  }
  .singleproduct--page .product__description .product__description--top h3 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 32px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form {
    flex-direction: row;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form .quantity.custom-quantity input.qty {
    padding: 14px 0;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form .quantity.custom-quantity input.qty {
    font-size: 13px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form button[type=submit] {
    font-size: 13px;
    font-weight: 700;
    padding: 17px 30px;
    margin-left: 12px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product--deliverytime {
    font-size: 13px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product--available .product--available--info {
    font-size: 13px;
  }
  .singleproduct--page .singleproduct--page--rightcol .size--legend {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .singleproduct--page .singleproduct--page--rightcol .size--legend a {
    font-size: 16px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-attributes .product-attribute span {
    padding: 4px 12px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-attributes .product-attribute span {
    font-size: 13px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-attributes .product-attribute strong {
    font-size: 13px;
  }
  .singleproduct--page .singleproduct--page--rightcol {
    padding-left: 12px;
    padding-top: 30px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product__additional_description ul {
    font-size: 13px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product__additional_description p strong {
    font-size: 13px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-short-description p, .singleproduct--page .singleproduct--page--rightcol .product__additional_description p {
    font-size: 13px;
    line-height: 21px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-price {
    font-size: 19px;
    margin-bottom: 26px;
  }
  .singleproduct--page .singleproduct--page--rightcol h1 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .archiveproducts--page--topcol {
    padding: 0;
  }
  .woocommerce .woocommerce-breadcrumb {
    font-size: 13px !important;
  }
  .wpc-filters-main-wrap li.wpc-term-item a {
    font-size: 15px;
  }
  .archiveproducts--page .archiveproducts--leftcol .widget_wpc_filters_widget .wpc-filter-header .widget-title {
    font-size: 17px;
    line-height: 27px;
  }
  .archiveproducts--page .archiveproducts--leftcol .archive-menu .archive-menu--title {
    margin-bottom: 25px;
    font-size: 17px;
  }
  .archiveproducts--page .archiveproducts--leftcol .archive-menu .menu li {
    margin-bottom: 12px;
  }
  .archiveproducts--page .archiveproducts--leftcol .archive-menu .menu li a {
    font-size: 15px;
  }
  .archiveproducts--leftcol .menu-category-menu-container {
    display: none;
  }
  .archiveproducts--leftcol .widget_wpc_filters_widget {
    display: none;
  }
  .archiveproducts--leftcol .menu-category-menu-container.active {
    display: block;
  }
  .archiveproducts--leftcol .widget_wpc_filters_widget.active {
    display: block;
  }
  .archiveproducts--page .archiveproducts--leftcol .archive-menu .archive-menu--title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .archiveproducts--page .archiveproducts--leftcol .archive-menu .archive-menu--title span.archive-menu--title--btn {
    display: inline-block;
  }
  .category--description h3 {
    font-size: 18px;
    line-height: 40px;
  }
  .archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination {
    padding: 15px 0;
  }
  .archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li a.prev svg, .archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li a.next svg {
    height: 11px;
    position: relative;
    top: -1px;
  }
  .archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li span, .archiveproducts--page .archiveproducts--rightcol .woocommerce-pagination .page-numbers li a {
    font-size: 13px;
    padding: 10px 18px;
  }
  .archiveproducts--page .archiveproducts--rightcol .products {
    border-top: 0;
    padding-top: 12px;
  }
  .archiveproducts--page .archiveproducts--rightcol .woocommerce-ordering select {
    font-size: 13px;
  }
  .archiveproducts--page .archiveproducts--rightcol .woocommerce-ordering label {
    font-size: 13px;
  }
  .archiveproducts--page .archiveproducts--rightcol .woocommerce-result-count {
    color: rgba(18, 18, 18, 0.5);
    font-size: 12px;
    width: 100%;
    margin-bottom: 6px;
  }
  .archiveproducts--page .archiveproducts--rightcol .woocommerce-ordering {
    float: left;
  }
  .archiveproducts--page .archiveproducts--top span.category--top--mask {
    background: rgba(0, 0, 0, 0.6);
  }
  .archiveproducts--page .archiveproducts--top {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .archiveproducts--page .archiveproducts--top h1 {
    font-size: 20px;
    line-height: 34px;
  }
  .archiveproducts--rightcol {
    width: 100%;
  }
  .archiveproducts--leftcol {
    width: 100%;
  }
  .contactpage--leftcol .contactinfo .contactinfo--single .contactinfo--single--content {
    font-size: 15px;
  }
  .row--pagecontact {
    padding-top: 12px;
  }
  .singlepage--content h1 {
    font-size: 20px;
    line-height: 34px;
  }
  .contact--map {
    margin-top: 12px;
  }
  .contactpage--rightcol .contactpage--rightcol--content {
    padding-left: 0;
    border-left: 0;
    padding-top: 26px;
  }
  .homepage__reviews {
    margin-top: 52px;
  }
  .homepage__contact {
    margin-top: 52px;
  }
  .homepage__buybyeffect .homepage__buybyeffect--content .bbe--single .bbe--single--content {
    padding: 30px 15px;
  }
  .page__header--content .page__header--content--rightcol .xoo-wsc-sc-cont {
    padding-right: 10px;
  }
  .page__header--content .page__header--content--rightcol .xoo-wsc-sc-cont .xoo-wsc-sc-bkcont .xoo-wsc-sc-count {
    width: 18px;
    height: 18px;
    line-height: 18px;
    right: -12px;
  }
  .homepage__buybyeffect .homepage__buybyeffect--content .bbe--single .bbe--single--content {
    max-width: 80%;
  }
  .homepage__advantages .homepage__advantages--content .advantages_single {
    padding: 0 7px;
  }
  .page__header--content {
    padding: 8px 0;
  }
  footer#page__footer .page__footer--rightcol .footer--social {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-bottom: 40px;
  }
  footer#page__footer .page__footer--rightcol .footer--menu .menu li {
    margin-bottom: 3px;
  }
  footer#page__footer .page__footer--rightcol .footer--menu .menu li a {
    font-size: 14px;
  }
  footer#page__footer .page__footer--rightcol .footer--menu04 {
    margin-top: 0;
  }
  footer#page__footer .page__footer--rightcol .footer--menu {
    width: 50%;
    margin-bottom: 30px;
  }
  footer#page__footer .page__footer--leftcol img {
    max-height: 96px;
    margin-bottom: 0;
  }
  footer#page__footer .page__footer--leftcol {
    padding-top: 32px;
    padding-bottom: 0;
    border-right: 0;
  }
  footer#page__footer .page__footer--leftcol .footer--contact {
    float: right;
  }
  .container--home-slider {
    max-width: 100%;
    padding: 0;
  }
  .container--home-slider .row {
    margin: 0;
  }
  .homepage__contact .container {
    max-width: 100%;
    padding: 0;
  }
  .home footer#page__footer {
    margin-top: 0;
  }
  footer#page__footer {
    margin-top: 64px;
  }
  .homepage__contact a {
    padding: 64px 20px;
  }
  .homepage__contact a p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .homepage__contact a h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .blog--single a .post-content .post-title {
    font-size: 14px;
  }
  .homepage__blog {
    margin-top: 40px;
  }
  .homepage__reviews .homepage__reviews--content .review_single {
    min-height: 0;
  }
  .homepage__reviews {
    padding: 42px 0 32px 0;
  }
  .homepage__products.homepage__products02 {
    padding-top: 32px;
    margin-top: 32px;
  }
  .homepage__aboutus .homepage__aboutus--content p {
    font-size: 16px;
    line-height: 22px;
  }
  .homepage__aboutus .homepage__aboutus--content {
    margin-top: 36px;
  }
  .homepage__aboutus {
    margin-top: 30px;
  }
  .homepage__aboutus .homepage__aboutus--video {
    padding: 7px;
  }
  .homepage__aboutus .homepage__aboutus--video svg {
    height: 42px;
    width: auto;
  }
  .homepage__advantages {
    margin-top: 10px;
  }
  .homepage__advantages .homepage__advantages--content .advantages_single p {
    font-size: 14px;
    line-height: 20px;
  }
  .homepage__advantages .homepage__advantages--content .advantages_single img {
    max-width: 100%;
    height: auto;
  }
  .homepage__buybyeffect .homepage__buybyeffect--content .bbe--single .bbe--single--content p {
    font-size: 14px;
  }
  .homepage__buybyeffect .homepage__buybyeffect--content .bbe--single .bbe--single--content p strong {
    font-size: 19px;
  }
  .homepage__products .swiper--nav {
    margin-top: 30px;
  }
  .homepage__products .homepage__products--content .products .product {
    margin: 0 20px 10px 0;
  }
  .products .product .woocommerce-loop-product__title {
    margin-bottom: 1px;
  }
  .products .product .price {
    margin-top: 7px;
  }
  .products .product .add_to_cart_button, .products .product a.button {
    padding: 8px 15px;
  }
  .products .product .add_to_cart_button svg, .products .product a.button svg {
    height: 13px;
    width: auto;
  }
  .products .product .add_to_cart_button, .products .product a.button {
    font-size: 12px;
  }
  .products .product .price span, .products .product .price ins span {
    font-size: 15px;
  }
  .products .product .product-custom--size {
    font-size: 13px;
  }
  .products .product .woocommerce-loop-product__title {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .homepage__products .homepage__products--content .products {
    display: block;
  }
  .homepage__products.homepage__products01 {
    padding-top: 32px;
    margin-top: 32px;
  }
  .homepage__cats .homepage__cats--content .homepage__cats--single span {
    font-size: 13px;
  }
  h2.h2-pb {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 26px;
  }
  .home-slider .home-slider--single {
    min-height: 300px;
  }
  .btn-pb {
    font-size: 12px;
    padding: 11px 22px;
  }
  .home-slider .home-slider--single .home-slider--single--content {
    margin-bottom: 26px;
  }
  .home-slider .home-slider--single .home-slider--single--content {
    font-size: 14px;
    line-height: 17px;
  }
  .home-slider .home-slider--single .home-slider--single--title h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .page__header--top .page__header--top--rightcol a {
    position: relative;
    top: -2px;
  }
  .page__header--top .page__header--top--rightcol a svg {
    height: 17px;
    width: auto;
  }
  .woocommerce-product-gallery__wrapper {
    display: flex;
    gap: 0;
  }
  .page__header--content .page__header--content--rightcol .search-top {
    display: none;
  }
  .page__header--top .page__header--top--leftcol a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .page__header--top a {
    font-size: 12px;
  }
  footer#page__footer .page__footer--leftcol {
    display: flex;
  }
  footer#page__footer .page__footer--leftcol .footer--contact {
    margin-left: 30px;
  }
  footer#page__footer .page__footer--leftcol .footer--contact p:first-child {
    font-size: 13px;
  }
  footer#page__footer .page__footer--leftcol .footer--contact p {
    font-size: 13px;
    margin-bottom: 0;
  }
  footer#page__footer .page__footer--leftcol .footer--contact p:first-child {
    margin-bottom: 10px;
  }
  footer#page__footer .page__footer--rightcol {
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .return--form input[type=submit] {
    white-space: normal;
    font-size: 16px !important;
  }
  .blog .blog--single, .archive .blog--single {
    margin-bottom: 15px;
  }
  .blog .blog-page .col-md-4, .archive .blog-page .col-md-4 {
    width: 100%;
  }
  .homepage__blog .homepage__blog--content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 419px) {
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form.variations_form .variations tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form.variations_form .variations tr .label {
    min-width: 0;
  }
  .woocommerce-cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    overflow-x: scroll;
  }
  .homepage__buybyeffect .homepage__buybyeffect--content .bbe--single img {
    width: 100%;
  }
  .homepage__buybyeffect .homepage__buybyeffect--content .bbe--single .bbe--single--content {
    max-width: 90%;
  }
  .homepage__buybyeffect .homepage__buybyeffect--content .bbe--single .bbe--single--content p strong {
    font-size: 16px;
  }
  .xoo-wsc-sm-info {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .page__header--top .row {
    justify-content: center;
  }
  .page__header--top .page__header--top--rightcol {
    display: none;
  }
  .page__header--top .page__header--top--leftcol a svg {
    margin-right: 3px;
  }
  .page__header--content .page__header--content--rightcol .wishlist-top:after {
    right: -11px;
  }
  .page__header--content .page__header--content--rightcol .wishlist-top:before {
    left: -11px;
  }
  .page__header--content .page__header--content--rightcol .wishlist-top {
    margin-left: 22px;
    margin-right: 22px;
  }
  .home-slider .home-slider--single .home-slider--single--content span {
    display: none;
  }
  .home-slider .home-slider--single .home-slider--single--buttons a {
    margin: 0 1px;
    padding: 11px 11px;
  }
  .page__header--content .page__header--content--rightcol button.mobile-menu {
    margin-left: 9px;
  }
  .home-slider .home-slider--single .home-slider--single--title h2 span {
    display: none;
  }
  .products .product .add_to_cart_button svg, .products .product a.button svg {
    margin-right: 5px;
  }
  .products .product .add_to_cart_button, .products .product a.button {
    padding: 8px 5px;
  }
  .homepage__buybyeffect .homepage__buybyeffect--content .bbe--single .bbe--single--content {
    bottom: 15px;
  }
  .woocommerce ul.order_details li {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .singleproduct--page .singleproduct--page--rightcol .product-add-to-cart form button[type=submit] {
    padding: 17px 24px;
  }
}/*# sourceMappingURL=style.css.map */