/* Header */
.header_top {
  top: 0;
  font-family: "Manrope";
  border-bottom: #ededed 1px solid;
  padding-top: 16px;
  position: sticky;
  z-index: 999999;
  background: #fff
}

.header_top_fixed{
  position: fixed;
  top: -98px;
  width: 100%;
}

.logo--header {
  height: 60px;
  display: block
}

.logo--header img,
.logo--header svg {
  min-width: 75px;
  max-width: 100%;
  object-fit: contain
}

.logo--header img,
.logo--header a,
.logo--header svg {
  display: block;
  height: 100%
}

.logo--header svg>path:first-child {
  fill: #3565ed
}

.search--header input {
  color: #777;
  border: none
}

.search--header .search-container {
  border: 1px solid rgba(119, 119, 119, .2);
  display: flex;
  justify-content: space-between;
  margin: 1em 0
}

.search--header .search-container,
.search--header .search_fld input,
.search--header .search_btn input {
  border-radius: 14px
}

.search--header>form {
  display: flex;
  height: 42px
}

.search--header .search_fld input,
.search--header .search_category input,
.search--header .search_btn input {
  height: 100%;
  width: 100%;
  display: block;
  outline: none !important;
  font-family: "Manrope"
}

.search--header .search_fld input,
.search--header .search_category input {
  padding: .6em 1em;
  z-index: 2
}

.search--header .search_btn {
  width: 30px;
  box-sizing: content-box;
  padding-right: 15px;
  position: relative
}

.search--header .search_btn input {
  cursor: pointer;
  font-size: 0;
  position: relative;
  background: none
}

.search--header .search_btn svg {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%) translatex(-50%);
  left: 50%
}

.search--header .search_fld {
  width: 70%
}

.search--header .search_fld input {
  font-size: 14px
}

.search--header .search_category {
  position: relative;
  width: 25%;
  min-width: 160px
}

.search--header .search_category input {
  font-size: 13px;
  font-weight: 600;
  padding-left: 2em
}

.search--header .search_category input::placeholder {
  color: #333
}

.search--header .search_category input:-ms-input-placeholder {
  color: #333
}

.search--header .search_category input::-ms-input-placeholder {
  color: #333
}

.search--header .search_category:after {
  content: "";
  position: absolute;
  right: 1.3em;
  top: 50%;
  height: 6px;
  width: 6px;
  border: 1px solid rgba(119, 119, 119, .51);
  border-left: none;
  border-top: none;
  transform: rotate(45deg) translatey(-70%);
  transform-origin: 50% 50%;
  z-index: 4
}

.search--header .search_category:before,
.search--header .search_btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background-color: rgba(119, 119, 119, .2);
  z-index: 4
}

.mm-navbar__title {
  font-weight: 600
}

.mm-menu--theme-light {
  font-size: 15px;
  --mm-color-background: #fff;
  --mm-color-border: rgb(0 0 0 / 8%);
  --mm-color-icon: rgb(0 0 0 / 0.4);
  --mm-color-text: rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed: rgb(0 0 0 / 0.4);
  --mm-color-background-highlight: rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis: rgb(255 255 255 / 0.75);
  --mm-color-focusring: #06c
}

.icon_search {
  border: none;
  background: none;
  z-index: 999;
  cursor: pointer
}

.icon_search:after {
  font-size: 20px;
  transition: opacity .25s ease;
  content: "";
  font-family: "font-icon";
  margin-left: 10px
}

.iconWishlist>a:before,
.iconCompare>a:before,
.iconLogin>a:before {
  content: "";
  font-family: "font-icon";
  margin-right: 10px
}

.iconWishlist>a:before {
  content: ""
}

.iconCompare>a:before {
  content: ""
}

.iconCompare>a:before {
  content: ""
}

.search_category-input {
  height: 100%;
  position: relative;
  cursor: pointer
}

.search_category-input:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0)
}

.search_category-input>input {
  position: relative
}

.search_category-dropdown {
  transition: all .25s ease;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  border: 1px solid rgba(119, 119, 119, .12);
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 50vh;
  padding: 17px 25px;
  min-width: 210px;
  z-index: 999;
  position: absolute;
  right: 0;
  white-space: nowrap;
}

.search_category-dropdown li {
  list-style: none;
  padding: 0
}

.search_category-dropdown li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #6a6a6a;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none
}

.search_category-dropdown li>ul {
  margin-left: 15px;
  padding: 0
}

.search_category-dropdown::-webkit-scrollbar {
  width: 5px
}

.search_category-dropdown::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .05)
}

.search_category-dropdown::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .12)
}

.search_category-dropdown.open {
  visibility: visible;
  opacity: 1
}

.support--header {
  display: flex;
  font-size: 14px;
  white-space: nowrap
}

.col-support {
  padding-left: 3em;
  margin: 1em 0
}

.support--header .sup_img {
  margin-right: 12px;
  display: flex;
  align-items: center
}

.support--header a {
  color: #3565ed;
  text-decoration: none;
  margin-top: .2em;
  font-weight: 900
}

.col-cart {
  margin: 1em 0
}

.cart--header a {
  text-decoration: none;
  display: flex;
  align-items: center
}

.icon-cart {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.icon-cart svg {
  fill: #3565ed !important
}

.icon-cart:after {
  content: "";
  background-color: #3565ed;
  border-radius: 50%;
  opacity: .15;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px
}

.icon-cart img{
  height: auto;
  width: 20px;
  display: block;
  margin: 0 auto;
}

.cart-count {
  position: absolute;
  top: 0px;
  right: -5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  background-color: #3565ed
}

.cart-count span {
  display: none
}

.cart-label {
  margin-left: 1em;
  color: #333;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 17px
}

.header_nav_PK-wrap {
  border-top: 1px solid #ededed
}

.header_nav_PK {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 0
}

.header_nav_PK>li>a {
  display: flex;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding-right: 25px;
  padding: 1em .3em
}

.header_nav_PK>li:first-child>a {
  padding-left: 0
}

.header_nav_PK>li>a>span {
  margin: 0 8px;
  color: #333
}

.header_nav_PK>li.menu-item-has-children {
  position: relative
}

.header_nav_PK>li.menu-item-has-children>a {
  padding-right: 1.6em
}

.header_nav_PK>li.menu-item-has-children>a:after {
  content: "";
  position: absolute;
  right: 1.3em;
  top: 45%;
  height: 6px;
  width: 6px;
  border: 1px solid rgba(119, 119, 119, .51);
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg) translatey(-70%);
  transform: rotate(45deg) translatey(-70%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 4
}

.header_nav_PK>li.menu-item-has-children:hover .dropdown-widgets {
  visibility: visible;
  opacity: 1
}

.dropdown-widgets-row {
  display: flex
}

.dropdown-column {
  flex: 1;
  min-width: 200px;
  padding: 15px
}

.dropdown-widgets-img img {
  max-width: 100%;
  margin-bottom: 1em
}

.dropdown-widgets-list>ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.dropdown-widgets-list a {
  color: #6a6a6a;
  text-decoration: none;
  padding: 8px 0;
  display: block;
  font-size: 14px;
  transition: color .25s ease
}

.dropdown-widgets-list a:hover {
  color: #3565ed
}

.dropdown-widgets {
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  border: 1px solid rgba(119, 119, 119, .12);
  padding: 17px 25px;
  background: #fff;
  z-index: 999
}

.dropdown-widgets-title {
  font-size: 20px;
  margin-bottom: 1em
}

.dropdown-widgets-title {
  text-decoration: none;
  color: inherit
}

.dropdown-widgets-title:hover {
  color: #3565ed
}

.dropdown-widgets-logos {
  display: flex;
  align-items: center;
  padding: 1em;
  background-color: rgba(242, 242, 242, .5)
}

.dropdown-widgets-logo {
  flex: 0;
  flex: 1
}

.dropdown-widgets-logo a {
  display: block;
  height: 57px;
  flex: 1;
  margin-left: 10px
}

.dropdown-widgets-logo:first-child a {
  margin-left: 0
}

.dropdown-widgets-logo img {
  max-width: 100%;
  opacity: .5;
  filter: grayscale(100%);
  transition: all .25s ease;
  max-height: 57px
}

.dropdown-widgets-logo:hover img {
  opacity: 1;
  filter: grayscale(0%)
}

.hamburger {
  padding: 15px 15px;
  padding-left: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  overflow: visible
}

.hamburger:hover {
  opacity: .7
}

.hamburger.is-active:hover {
  opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 33px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block
}

.hamburger-inner::before {
  top: -10px
}

.hamburger-inner::after {
  bottom: -10px
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: .075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top .075s .12s ease, opacity .075s ease
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom .075s .12s ease, transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .075s ease, opacity .075s .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .075s ease, transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.dropdown-widgets-list>ul>li.hot,
.dropdown-widgets-list>ul>li.new,
.dropdown-widgets-list>ul>li.best {
  display: flex
}

.dropdown-widgets-list>ul>li.hot:after,
.dropdown-widgets-list>ul>li.new:after,
.dropdown-widgets-list>ul>li.best:after {
  align-self: center;
  content: attr(data-label_text);
  z-index: 2;
  display: inline-block;
  margin-left: 5px;
  padding: 4px;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .3px;
  font-weight: 600;
  font-size: 9px;
  line-height: 1
}

.dropdown-widgets-list>ul>li.hot:after {
  background-color: #d41212
}

.dropdown-widgets-list>ul>li.new:after {
  background-color: #65b32e
}

.dropdown-widgets-list>ul>li.best:after {
  background-color: #fbbc34
}

.dropdown-widgets-image-wrap>div {
  position: absolute
}

.dropdown-widgets-image-wrap img {
  max-width: 100%
}

.dropdown-widgets-image-wrap {
  padding-bottom: 100%;
  position: relative
}

.dropdown-widgets-image-wrap--inner img,
.dropdown-widgets-image-general,
.dropdown-widgets-image-hover,
.dropdown-widgets-image-wrap--inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

.dropdown-widgets-image-general {
  z-index: 1
}

.dropdown-widgets-image-hover {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease
}

.dropdown-widgets-image-wrap:hover .dropdown-widgets-image-hover {
  visibility: visible;
  opacity: 1
}

.dropdown-widgets-image-actions {
  z-index: 2;
  right: 8px;
  top: 10px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: all .6s cubic-bezier(0.19, 1, 0.22, 1)
}

.dropdown-widgets-image-actions>a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0.5);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.dropdown-widgets-image-wrap:hover .dropdown-widgets-image-actions {
  opacity: 1;
  visibility: visible
}

.dropdown-widgets-image-wrap:hover .dropdown-widgets-image-actions>a {
  transform: scale(1)
}

a.wishlist:before {
  content: ""
}

a.like:before {
  content: ""
}

a.compare:before {
  content: ""
}

a.btn_cart_icon>span {
  display: none
}

a.btn_cart_icon:before {
  content: ""
}

.dropdown-widgets-image-wrap {
  overflow: hidden
}

.dropdown-widgets-image-wrap:hover .dropdown-widgets-image-btn {
  transform: translatey(0%);
  transition: all .25s ease
}

.dropdown-widgets-image-btn {
  z-index: 9;
  width: 100%;
  bottom: 0;
  transform: translatey(100%);
  background-color: #3565ed
}

.dropdown-widgets-image-btn a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 13px;
  position: relative;
  overflow: hidden
}

.dropdown-widgets-image-btn a:after {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  font-family: "font-icon";
  content: "";
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all .25s ease;
  z-index: 8;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center
}

.dropdown-widgets-image-btn a span {
  display: block;
  position: relative;
  top: 100%;
  transition: all .25s ease;
  padding: 1em
}

.dropdown-widgets-image-btn a:hover:after {
  transform: translateY(0%)
}

.dropdown-widgets-image-btn a:hover span {
  transform: translateY(-100%)
}

.dropdown-widgets-attributes {
  display: flex;
  font-size: 0;
  align-items: center;
  justify-content: center
}

.dropdown-widgets-attributes>div {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
  margin-left: 5px;
  border: 1px solid rgba(0, 0, 0, .15);
  box-sizing: border-box
}

.dropdown-widgets-attributes>div:first-child {
  margin-left: 0
}

.dropdown-widgets-attribute {
  position: relative
}

.dropdown-widgets-attribute.active:before {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  transform: scale(0.6);
  content: "";
  font-family: font-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  align-items: center
}

.dropdown-widgets-attribute.active:after {
  content: "";
  background-color: inherit;
  background-size: inherit;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
  opacity: .4;
  transform: scale(1.3);
  border-radius: inherit;
  transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2
}

.dropdown-widgets-featured-title {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  margin: 1em 0;
  margin-bottom: .5em;
  transition: color .25s ease
}

.dropdown-widgets-featured-title:hover {
  color: #3565ed
}

.woocommerce-variation-availability {
  color: #3565ed;
  font-size: 13px;
  text-align: center;
  margin: 1em 0;
  margin-bottom: 0;
  font-weight: 500
}

.woocommerce-variation-availability p {
  margin: 0
}

.rating__stars {
  text-align: center
}

.rating__stars-disabled {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 16px;
  text-align: center
}

.rating__stars-enabled {
  text-align: center;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2
}

.rating__stars-disabled:before {
  content: "" "" "" "" "";
  color: #bbb;
  font-family: "font-icon"
}

.rating__stars-enabled:before {
  content: "" "" "" "" "";
  color: #eabe12;
  font-family: "font-icon";
  z-index: 2
}

.woocommerce-Price-amount.amount {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #3565ed
}

.dropdown-widgets-attributes {
  margin-bottom: 6px
}

.dropdown-widgets-featured {
  border: 1px solid #ededed;
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding-left: 1.6em
}

.featured_nav_widget--items_title {
  border-bottom: 1px solid rgba(119, 119, 119, .15);
  font-size: 26px
}

.featured_nav_widget--items_title>span {
  border-bottom: 1px solid #3565ed;
  display: inline-block
}

.featured_nav_widget--items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em
}

.featured_nav_widget--item {
  width: 50%;
  display: flex;
  margin-bottom: 1.5em
}

.featured_nav_widget--item-title {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: color .25s ease;
  transition: color .25s ease
}

.featured_nav_widget--item-title:hover {
  color: #3565ed
}

.featured_nav_widget--item-img {
  height: 90px;
  width: 80px;
  position: relative;
  margin-right: 1em
}

.featured_nav_widget--item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.featured_nav_widget--item-price .woocommerce-Price-amount {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #3565ed
}

.dropdown-column {
  padding-left: 0
}

.dropdown-list-items {
  display: flex;
  flex-wrap: wrap
}

.dropdown-list-items>div {
  width: 50%
}

.dropdown-list-column {
  padding: .6em;
  padding-top: 0
}

.dropdown-widgets-title {
  font-size: 15px;
  font-weight: 600
}

.featured_nav_widget {
  border: 1px solid #ededed;
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding-left: 1.6em
}

.featured_nav_widget--items {
  margin-top: 0
}

.featured_nav_widget--item {
  width: 100%
}

.featured_nav_widget--item .rating__stars {
  text-align: left
}

.product-meta a {
  text-decoration: none;
  color: #777;
  font-size: 13px;
  margin-left: 5px;
  transition: color .25s ease
}

.product-meta a:first-child {
  margin-left: 0
}

.product-meta a:hover {
  color: inherit
}

.col-cart,
.col-support,
.col-logo {
  flex: 0
}

.col-search {
  flex: 1
}

.logo--header {
  min-width: 170px
}

.mobile-contacts{
  display: block;
  padding: 0px 20px 20px;
}

.mobile-contacts a{
  display: block;
  text-align: left;
}

@media(max-width: 992px) {
  .col-cart,
  .col-support,
  .col-logo {
      flex: 1
  }
  .header_nav_PK-wrap,
  .col-search,
  .col-support,
  .col-cart {
      display: none
  }
  .col-logo {
      display: flex;
      width: 100%;
      justify-content: space-between
  }
  .hamburger {
      display: block !important
  }
  .mobile_cart {
      display: block !important;
      margin-right: 1.3em
  }
  .col-support {
      padding-left: 15px
  }
  .container.container-header_top{
    max-width: var(--kmnd-container-max-width);
  }
}

@media(max-width: 576px) {
  :root {
      --mm-size: 80% !important;
      --mm-min-size: 240px !important;
      --mm-max-size: 275px !important
  }
}

/*.search-control.search_category{*/
/*  padding-left: 20px;*/
/*}*/

.search-control.search_category .search_category-input{
  display: block;
  border: none;
  font-size: 0.75rem;
  box-sizing: border-box;
  -webkit-appearance: none;
 -moz-appearance: none;
 text-indent: 1px;
 text-overflow: '';
 width: 100%;
}

.search-control.search_category select.search_category-input {
  display: none;
}

.header__lang{
  margin-left: 10px;
}

.header__lang a {
  border: none !important;
}

.js-wpml-ls-item-toggle.wpml-ls-item-toggle, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{
  background: none !important;
}

.js-wpml-ls-item-toggle.wpml-ls-item-toggle::after{
  content: "";
  position: absolute;
  right: 1.3em !important;
  top: 50% !important;
  height: 6px;
  width: 6px;
  border: 1px solid rgba(119, 119, 119, .51) !important;
  border-left: none !important;
  border-top: none !important;
  transform: rotate(45deg) translatey(-70%);
  transform-origin: 50% 50%;
  z-index: 4;
  background: none;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
  border: none !important;
}

.wpml-ls-legacy-dropdown-click{
  width: auto !important;
}

.header__lang a span{
  color: #333;
  font-size: 0.875rem;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
  padding: 10px 18px;
  border: 1px solid rgba(119,119,119,.12) !important;
  background: #fff;
  left: -19px !important;
  right: auto !important;
}

.lang_mobile{
  display: none;
}

@media (max-width: 992px){
  .header__lang{
     display: none;
  }
  .lang_mobile{
    display: block;
    margin-top: 10px;
    margin-left: auto;
  }
}

@media (max-width: 576px){
  .logo--header{
    min-width: auto;
  }
}

@media (min-width: 993px){
  .header_nav.mm-menu{
    display: none !important;
  }
}

/* Footer */

.footer {
  background-color: #282828;
  color: rgba(255, 255, 255, .6);
  padding: 3em 0;
  padding-bottom: 1em
}

.col-first_section_addres {
  display: flex;
  align-items: center
}

.first_section_addres_image {
  padding-right: 1.5em
}

.footer_info_item svg>rect {
  fill: #3565ed !important
}

.first_section_addres_content {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.first_section_addres_city {
  color: #fff;
  font-weight: 600;
  margin-bottom: .2em
}

.footer_row-icons {
  padding-bottom: 1em
}

.footer_info-row {
  border: 1px solid rgba(128, 134, 142, .2784313725);
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 2em 0;
  font-size: 14px
}

.footer_info-row a {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease
}

.footer_info-row a:hover {
  color: #fff
}

.footer_info-row ul {
  list-style-type: none;
  padding: 0
}

.footer_info-row ul>li {
  margin-bottom: 8px;
  font-size: 15px
}

.footer_info_item--title {
  color: #fff
}

.footer_info_contact_row svg {
  margin-right: 1em
}

.footer_copyright_row {
  padding: 1em 0;
  padding-bottom: 0;
  font-size: 14px
}

.footer_copyright_row a {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease
}

.footer_copyright_row a:hover {
  color: #fff
}

.footer_info_item>svg {
  max-width: 170px
}

.footer_info_item--title {
  margin-bottom: 3em
}

.footer_info_contact_row {
  margin-bottom: 7px
}

.footer_info_item p {
  margin: 1em 0;
  margin-bottom: 1.4em
}

.social_networks {
  padding-top: 0;
  margin-top: 20px
}

.soc_icons {
  font-family: "font-icon";
  margin-left: 1em
}

.soc_icons:first-child {
  margin-left: 0
}

.soc_icons:before {
  color: #fff
}

.facebook:before {
  content: ""
}

.instagram:before {
  content: ""
}

.linkedin:before {
  content: ""
}

.pinterest:before {
  content: ""
}

.twitter:before {
  content: ""
}

.whatsapp:before {
  content: ""
}

.youtube:before {
  content: ""
}

@media(max-width: 992px) {
  .col-first_section_addres {
      width: 33.3333333333%;
      flex: 33.3333333333%;
      padding-bottom: 1em
  }
  .footer_info-row {
      flex-wrap: wrap
  }
  .footer_info-row>div:nth-child(1),
  .footer_info-row>div:nth-child(2) {
      flex: 1 1 50%;
      margin-bottom: 1em
  }
}

@media(max-width: 768px) {
  .col-first_section_addres {
      width: 50%;
      flex: 50%
  }
}

@media(max-width: 576px) {
  .col-first_section_addres {
      width: 100%;
      flex: 100%
  }
  .footer_info-row>div {
      width: 100% !important;
      flex: 100% !important
  }
  .footer {
      padding: 2em 1em;
      padding-bottom: 1em
  }
  .footer .col:nth-of-type(1) .footer_info_item > img:nth-of-type(1){
    height: 50px;
    display: inline-block;
    margin-right: 15px;
  }
  .footer .col:nth-of-type(1) .footer_info_item > img:nth-of-type(2){
    height: 50px !important;
    display: inline-block;
  }
  .footer .footer_info_item--title{
    margin-bottom: 5px;
    margin-top: 15px;
  }
}

@media (min-width: 568px) and (max-width: 992px){
  .footer_info_item_content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .social_networks{
    margin-top: 0;
    margin-bottom: 7px;
  }
  .footer .footer_info_contact_row{
    margin-right: 15px;
  }
  .footer_info_item p{
    margin-top: 0;
    margin-bottom: 7px;
  }
  .footer_info-row>div:nth-child(1), .footer_info-row>div:nth-child(2){
    margin-bottom: 25px;
  }
  .footer_info_item--title{
    margin-bottom: 30px;
  }
  /* .footer .col:nth-of-type(2) .footer_info_item--title{
    text-align: left;
  }
  .footer .col:nth-of-type(2) .footer_info_item_content > p:first-of-type{
    line-height: 2;
  } */
  .footer .col:nth-of-type(1){
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .footer_info_item img:nth-of-type(2){
    margin-bottom: 10px;
  }
  .footer .col:nth-of-type(2){
    width: 25%;
    -webkit-flex-basis: unset;
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
  -webkit-box-flex: unset;
  -webkit-flex-grow: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  }
  .footer .col:nth-of-type(3){
    width: 25%;
    -webkit-flex-basis: unset;
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
  -webkit-box-flex: unset;
  -webkit-flex-grow: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  }
  .footer .col:nth-of-type(4){
    width: 25%;
    -webkit-flex-basis: unset;
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
  -webkit-box-flex: unset;
  -webkit-flex-grow: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  }
  .footer .col:nth-of-type(4){
    width: 25%;
    -webkit-flex-basis: unset;
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
  -webkit-box-flex: unset;
  -webkit-flex-grow: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  }
  .footer .col:nth-of-type(4) ul{
    columns: 2;
  }
  .product__section.product{
    padding-bottom: 0;
  }
  .footer .col:nth-of-type(1) .footer_info_item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer .col:nth-of-type(1) .footer_info_item > img:nth-of-type(1), .footer .col:nth-of-type(1) .footer_info_item > img:nth-of-type(2){
    height: 60px;
    width: auto;
    display: block;
  }
  .footer .col:nth-of-type(1) .footer_info_item > img:nth-of-type(1){
    margin-right: 15px;
  }
  .footer .col:nth-of-type(1) .footer_info_item > img:nth-of-type(2){
    margin-bottom: 0;
    margin-right: auto;
  }
  .footer__text-only{
    width: 50%;
    padding-left: 7.5px;
  }
}

/* Home */
.first_section {
  --swiper-theme-color: #3565ED
}

.first_section-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5em 0
}

.first_section-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

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

.first_section-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 760px;
  padding: 0 3.7em
}

.first_section-preh1 {
  font-size: 20px;
  font-weight: 600;
  color: #48bd24;
  margin: 1em 0
}

.first_section-h1 {
  font-size: 54px;
  color: #fff;
  line-height: 1.3em
}

.first_section-text {
  font-size: 18px;
  color: rgba(255, 255, 255, .6);
  margin: 1.6em 0
}

.button {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Manrope";
  display: inline-block;
  padding: 1em 1.8em;
  color: #fff;
  font-weight: 600;
  text-decoration: none !important;
  outline: none !important;
  font-size: 14px;
  margin: .8em;
  background: #0d0d0d;
  transition: all .25s ease
}

.button.button-accent {
  background: #0d0d0d;
  color: #fff;
  border: 1px solid #75f94c
}

.button.button-accent:hover {
  background: #48bd24
}

.button.button-fade {
  border: 1px solid rgba(255, 255, 255, .6);
  color: #fff;
  background: rgba(0, 0, 0, 0)
}

.button.button-fade:hover {
  border: 1px solid #75f94c
}

.first_section-content>* {
  transition: opacity .4s ease-out 200ms, bottom .4s ease-out 200ms;
  position: relative;
  bottom: -100px;
  opacity: 0
}

.swiper-slide.swiper-slide-active .first_section-content>* {
  opacity: 1;
  bottom: 0
}

.swiper-slide.swiper-slide-active .first_section-content>.first_section-h1 {
  transition-delay: .4s
}

.swiper-slide.swiper-slide-active .first_section-content>.first_section-text {
  transition-delay: .5s
}

.swiper-slide.swiper-slide-active .first_section-content>.first_section-buttons {
  transition-delay: .6s;
  transition-duration: .4s
}

@media(max-width: 992px) {
  .first_section-preh1 {
      font-size: 16px
  }
  .first_section-h1 {
      font-size: 43px;
      line-height: 1.4em
  }
  .first_section-text {
      font-size: 15px
  }
}

@media(max-width: 768px) {
  .first_section-h1 {
      font-size: 25px
  }
  .first_section-buttons>.button {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      box-sizing: border-box;
      font-size: 13px
  }
}

/* Category preview */
.category_previews {
  --swiper-theme-color: #3565ED
}

#category_previews_slider .swiper-button-next,
#category_previews_slider .swiper-button-prev {
  display: none
}

.category_previews-slide .category_previews-img {
  padding-bottom: 90%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #dededeff;
}

.category_previews-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .25s ease
}

.category_previews-slide .category_previews-img:hover img {
  transform: scale(1.2)
}

.category_previews-name {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 20px;
  margin: 1em 0;
  margin-bottom: 0em;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  font-weight: 500;
  text-align: center
}

.category_previews-name:hover {
  color: #3565ed
}

.category_previews-info {
  font-size: 13px;
  color: #686868;
  text-align: center
}

.category_previews-count {
  margin-right: 6px
}

.category_previews {
  padding: 3em 0
}

@media(max-width: 992px) {
  #category_previews_slider .swiper-button-next,
  #category_previews_slider .swiper-button-prev {
      display: block !important
  }
  #category_previews_slider {
      padding: 0 1em;
      --swiper-navigation-sides-offset: 0px;
      --swiper-navigation-size: 20px
  }
}

/* Discount product */

.discount_products {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 2em;
  overflow: hidden;
  background-image: url(../img/discount_products_bg_bb8a2cb2..jpg)
}

.discount_products--inner {
  background: #fff;
  padding: 2em
}

.discount_products--left_image {
  padding-bottom: 80%;
  width: 100%;
  position: relative
}

.discount_products--left_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.discount_products--items_title {
  border-bottom: 1px solid rgba(119, 119, 119, .15);
  font-size: 26px
}

.discount_products--items_title>span {
  border-bottom: 1px solid #3565ed;
  display: inline-block
}

.discount_products--items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em
}

.discount_products--item {
  width: 50%;
  display: flex;
  margin-bottom: 1.5em
}

.discount_products--item-title {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: color .25s ease;
  transition: color .25s ease
}

.discount_products--item-title:hover {
  color: #3565ed
}

.discount_products--item-img {
  height: 90px;
  width: 80px;
  position: relative;
  margin-right: 1em;
  background-color: #dededeff;
  -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.discount_products--item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.discount_products--item-price .woocommerce-Price-amount {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #3565ed
}

.discount_products--left_image--dot {
  position: absolute
}

.discount_products--left_image--dot:hover .discount_products--left_image--dot--content {
  visibility: visible;
  opacity: 1
}

.discount_products--left_image--dot--decor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  user-select: none;
  position: relative
}

.discount_products--left_image--dot--decor:before {
  content: "";
  z-index: 4;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2166f6
}

.discount_products--left_image--dot--decor:after {
  content: "";
  z-index: 2;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  animation: xts-pulse 2s ease infinite;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.discount_products--left_image--dot--content {
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  pointer-events: none;
  position: absolute;
  z-index: 150;
  background-color: #fff;
  border: 1px solid rgba(119, 119, 119, .12);
  top: -45px;
  bottom: auto;
  margin-top: 10px;
  padding: 20px;
  width: 260px;
  text-align: center
}

.discount_products--left_image--dot--content.left_pos {
  right: 100%;
  left: auto;
  margin-right: 20px
}

.discount_products--left_image--dot--content.right_pos {
  right: auto;
  left: 100%;
  margin-left: 20px
}

.discount_products--left_image--dot--title {
  font-size: 15px
}

.discount_products--left_image--dot--text {
  margin-top: .5em;
  font-size: 13px;
  color: #686868
}

@keyframes xts-pulse {
  0%,
  100% {
      transform: scale(1)
  }
  50% {
      transform: scale(1.2)
  }
}

@media(max-width: 992px) {
  .discount_products--left_image--dot--decor {
      position: static
  }
  .discount_products--left_image--dot--content {
      top: 100%;
      left: -120px !important
  }
}

@media(max-width: 768px) {
  .discount_products--item {
      width: 100%
  }
  .discount_products {
      padding-left: 0;
      padding-right: 0
  }
}

/* Popular products */

.popular_products {
  --swiper-theme-color: #3565ED;
  --swiper-navigation-sides-offset: 0;
  --swiper-navigation-size: 20px;
  margin: 2em 0
}

.popular_products-tabs {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  padding-top: 2em;
  border-top: 2px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(119, 119, 119, .2);
  margin-bottom: 20px;
  align-items: flex-end;
  padding-bottom: 0em;
  padding-left: 0
}

.popular_products-tabs--panel {
  overflow: auto
}

.popular_products-tabs--panel input{
  display: none;
}

.popular_products-tabs--panel label {
  margin-left: 1.6em;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  color: #777;
  font-size: 15px;
  display: inline-block;
  line-height: 3em;
  position: relative;
  padding: 0 .1em
}

.popular_products-tabs--panel input:checked + label {
  color: #000
}

.popular_products-tabs--panel input:checked + label:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #48bd24;
  position: absolute;
  bottom: 0;
  left: 0
}

.popular_products-tabs--title {
  font-size: 26px
}

.popular_products-tabs--title>span {
  border-bottom: 1px solid #3565ed;
  display: block;
  line-height: 1em;
  padding-bottom: .7em
}

.popular_products-image-wrap>div {
  position: absolute
}

.popular_products-image-wrap img {
  max-width: 100%
}

.popular_products-image-wrap {
  padding-bottom: 100%;
  position: relative
}

.popular_products-image-wrap--inner img,
.popular_products-image-general,
.popular_products-image-hover,
.popular_products-image-wrap--inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

.popular_products-image-general {
  z-index: 1;
  background-color: #dededeff;
}

.popular_products-image-hover {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease
}

.popular_products-image-wrap:hover .popular_products-image-hover {
  visibility: visible;
  opacity: 1
}

.popular_products-image-actions {
  z-index: 2;
  right: 8px;
  top: 10px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: all .6s cubic-bezier(0.19, 1, 0.22, 1)
}

.popular_products-image-actions>a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0.5);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.popular_products-image-wrap:hover .popular_products-image-actions {
  opacity: 1;
  visibility: visible
}

.popular_products-image-wrap:hover .popular_products-image-actions>a {
  transform: scale(1)
}

a.wishlist:before {
  content: ""
}

a.like:before {
  content: ""
}

a.compare:before {
  content: ""
}

a.btn_cart_icon>span {
  display: none
}

a.btn_cart_icon:before {
  content: ""
}

.popular_products-image-wrap {
  overflow: hidden
}

.popular_products-image-wrap:hover .popular_products-image-btn {
  transform: translatey(0%);
  transition: all .25s ease
}

.popular_products-image-btn {
  z-index: 9;
  width: 100%;
  bottom: 0;
  transform: translatey(100%);
  background-color: #fff !important;
}

.popular_products-image-btn a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 13px;
  position: relative;
  overflow: hidden
}

.popular_products-image-btn a span {
  display: block;
  position: relative;
  top: 100%;
  transition: all .25s ease;
  padding: 1em
}

.popular_products-image-btn a:hover:after {
  transform: translateY(0%)
}

.popular_products-image-btn a:hover span {
  transform: translateY(-100%)
}

.popular_products-info {
  text-align: center
}

.popular_products-attributes {
  display: flex;
  font-size: 0;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px
}

.popular_products-attributes>div {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
  margin-left: 5px;
  border: 1px solid rgba(0, 0, 0, .15);
  box-sizing: border-box
}

.popular_products-attributes>div:first-child {
  margin-left: 0
}

.popular_products-attribute {
  position: relative
}

.popular_products-attribute.active:before {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  transform: scale(0.6);
  content: "";
  font-family: font-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  align-items: center
}

.popular_products-attribute.active:after {
  content: "";
  background-color: inherit;
  background-size: inherit;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
  opacity: .4;
  transform: scale(1.3);
  border-radius: inherit;
  transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2
}

span.price del {
  color: #bbb
}

span.price del bdi {
  font-size: 13px;
  color: #bbb
}

span.price ins {
  text-decoration: none
}

.popular_products_variations {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .4em
}

.popular_products_variation {
  margin-right: 8px;
  padding: 0 4px;
  min-width: 17px;
  min-height: 17px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .6em;
  box-shadow: 0 0 0 1px rgba(119, 119, 119, .2) inset;
  color: #333;
  font-weight: 600;
  transition: all .6s cubic-bezier(0.19, 1, 0.22, 1)
}

.popular_products_variation:last-child {
  margin-right: 0
}

.popular_products-title {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  margin: 1em 0;
  margin-bottom: .5em;
  transition: color .25s ease
}

.popular_products-title:hover {
  color: #3565ed
}

.woocommerce-variation-availability {
  color: #3565ed;
  font-size: 13px;
  text-align: center;
  margin: 1em 0;
  margin-bottom: 0;
  font-weight: 500
}

.woocommerce-variation-availability p {
  margin: 0
}

.rating__stars {
  text-align: center
}

.rating__stars-disabled {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 16px;
  text-align: center
}

.rating__stars-enabled {
  text-align: center;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2
}

.rating__stars-disabled:before {
  content: "" "" "" "" "";
  color: #bbb;
  font-family: "font-icon"
}

.rating__stars-enabled:before {
  content: "" "" "" "" "";
  color: #eabe12;
  font-family: "font-icon";
  z-index: 2
}

.woocommerce-Price-amount.amount {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #3565ed
}

@media(max-width: 992px) {
  .popular_products-tabs {
      display: block
  }
  .popular_products-tabs--panel>label:first-of-type {
      margin-left: 0
  }
  .popular_products-tabs--title>span {
      border: none
  }
}

/* Best product */

.best_product {
  margin: 2em 0
}

.best_product-big {
  border: 2px solid #3565ed;
  padding: 2em
}

.best_product-title-general {
  font-size: 26px;
  margin-bottom: .7em
}

.best_product-image-wrap>div {
  position: absolute
}

.best_product-image-wrap img {
  max-width: 100%
}

.best_product-image-wrap {
  padding-bottom: 100%;
  position: relative
}

.best_product-image-wrap--inner img,
.best_product-image-general,
.best_product-image-hover,
.best_product-image-wrap--inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

.best_product-image-general {
  z-index: 1
}

.best_product-image-hover {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease
}

.best_product-image-wrap:hover .best_product-image-hover {
  visibility: visible;
  opacity: 1
}

.best_product-attributes {
  display: flex;
  font-size: 0;
  align-items: center;
  justify-content: center
}

.best_product-attributes>div {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
  margin-left: 5px;
  border: 1px solid rgba(0, 0, 0, .15);
  box-sizing: border-box
}

.best_product-attributes>div:first-child {
  margin-left: 0
}

.best_product-attribute {
  position: relative
}

.best_product-attribute.active:before {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  transform: scale(0.6);
  content: "";
  font-family: font-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  align-items: center
}

.best_product-attribute.active:after {
  content: "";
  background-color: inherit;
  background-size: inherit;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
  opacity: .4;
  transform: scale(1.3);
  border-radius: inherit;
  transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2
}

.best_product-title {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  margin: 1em 0;
  margin-bottom: .5em;
  transition: color .25s ease
}

.best_product-title:hover {
  color: #3565ed
}

.woocommerce-variation-availability {
  color: #3565ed;
  font-size: 13px;
  text-align: center;
  margin: 1em 0;
  margin-bottom: 0;
  font-weight: 500
}

.woocommerce-variation-availability p {
  margin: 0
}

.rating__stars {
  text-align: center
}

.rating__stars-disabled {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 16px;
  text-align: center
}

.rating__stars-enabled {
  text-align: center;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2
}

.rating__stars-disabled:before {
  content: "" "" "" "" "";
  color: #bbb;
  font-family: "font-icon"
}

.rating__stars-enabled:before {
  content: "" "" "" "" "";
  color: #eabe12;
  font-family: "font-icon";
  z-index: 2
}

.woocommerce-Price-amount.amount {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #3565ed
}

.best_product_bestsellers-tabs {
  display: flex;
  justify-content: space-between;
  padding-bottom: .7em;
  padding: 1em;
  padding-top: 2em;
  border-top: 2px solid rgba(0, 0, 0, 0)
}

.best_product_bestsellers-tabs--panel input{
  display: none;
}

.best_product_bestsellers-tabs--panel {
  overflow: auto
}

.best_product_bestsellers-tabs--panel label {
  margin-left: 1.6em;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  color: #777;
  font-size: 15px;
  display: inline-block;
  line-height: 3em;
  position: relative;
  padding: 0 .1em
}

.best_product_bestsellers-tabs--panel input:checked + label {
  color: #000
}

.best_product_bestsellers-tabs--panel input:checked + label:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #48bd24;
  position: absolute;
  bottom: 0;
  left: 0
}

.best_product_bestsellers-tabs--title {
  font-size: 26px
}

.best_product_bestsellers-products {
  display: flex;
  flex-wrap: wrap;
}

.bestsellers-products--col {
  width: 25%
}

.bestsellers-product {
  border: 1px solid rgba(119, 119, 119, .12);
  border-top: none;
  padding: 1em;
  height: 100%;
  transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  transform: translatey(0);
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

.bestsellers-product--image {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
  display: block;
  background-color: #dededeff;
}

.bestsellers-product--image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.bestsellers-product--labels {
  position: absolute;
  z-index: 3;
  display: flex;
  top: 15px;
  left: 15px
}

.bestsellers-product--labels>div {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 5px;
  font-weight: 600
}

.bestsellers-product--labels .hot {
  color: #d21c29
}

.bestsellers-product--labels .sale {
  color: #3565ed
}

.bestsellers-product--image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bestsellers-product--title {
  text-decoration: none;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  padding: .5em 0 0;
  transition: color .25s ease
}

.bestsellers-product--title:hover {
  color: #3565ed
}

.bestsellers-product--content .best_product-attributes {
  justify-content: flex-start
}

.bestsellers-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .5em;
  width: 100%;
  margin-top: auto;
}

.bestsellers-product--content .woocommerce-Price-amount.amount {
  text-align: left
}

.best_product-image-actions {
  display: flex;
  align-items: center;
  width: 100%;
}

.best_product-image-actions .quantity{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.best_product-image-btn .quantity{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.popular_products-image-btn .quantity{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

a.wishlist,
a.like,
a.compare,
a.btn_cart_icon {
  text-decoration: none;
  color: inherit;
  margin: .3em;
  font-family: font-icon
}

a.wishlist:before {
  content: ""
}

a.like:before {
  content: ""
}

a.compare:before {
  content: ""
}

a.btn_cart_icon>span {
  display: none
}

a.btn_cart_icon:before {
  content: ""
}

a.btn_cart_icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: background-color .25s ease, color .25s ease
}

.bestsellers-product:hover {
  transform: translatey(-10px)
}

.bestsellers-product:hover a.btn_cart_icon {
  background-color: #48bd24;
  color: #fff
}

.bestsellers-product--content {
  position: relative;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}

.bestsellers-product--content .bestsellers-hide-info {
  position: absolute;
  background: #fff;
  width: calc(100% + 2em + 2px);
  bottom: 0;
  left: calc(-1em - 1px);
  transform: translatey(100%);
  opacity: 0;
  visibility: hidden;
  transition: all .6d ease;
  border: 1px solid rgba(119, 119, 119, .12);
  border-top: none;
  padding: 0 1em
}

.bestsellers-product:hover {
  z-index: 9999
}

.bestsellers-product:hover .bestsellers-hide-info {
  visibility: visible;
  opacity: 1;
  z-index: 9999
}

.attributes-row {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  padding: .5em 0
}

.attributes-row:last-child {
  border: none
}

.attributes-row p {
  margin: 0
}

.attributes-row a {
  text-decoration: none;
  color: inherit
}

.attributes-row a:hover {
  color: #3565ed
}

.attributes-name,
.attributes-value {
  font-size: 13px;
  color: #686868
}

.attributes-name {
  color: #242424;
  font-weight: 500;
  padding-right: 1em
}

.attributes-value {
  text-align: right
}

.best_product-image-wrap {
  overflow: hidden
}

.best_product-image-wrap:hover .best_product-image-btn {
  transform: translatey(0%);
  transition: all .25s ease
}

.best_product-image-btn {
  z-index: 9;
  width: 100%;
  bottom: 0;
  transform: translatey(100%);
  background-color: #ffffff !important;
}

.best_product-image-btn a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 13px;
  position: relative;
  overflow: hidden
}

.best_product-image-btn a span {
  display: block;
  position: relative;
  top: 100%;
  transition: all .25s ease;
  padding: 1em
}

.best_product-image-btn a:hover:after {
  transform: translateY(0%)
}

.best_product-image-btn a:hover span {
  transform: translateY(-100%)
}

.best_product-big .best_product-image-actions {
  z-index: 2;
  right: 8px;
  top: 10px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: all .6s cubic-bezier(0.19, 1, 0.22, 1)
}

.best_product-big .best_product-image-actions>a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0.5);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.best_product-big .best_product-image-wrap:hover .best_product-image-actions {
  opacity: 1;
  visibility: visible
}

.best_product-big .best_product-image-wrap:hover .best_product-image-actions>a {
  transform: scale(1)
}

@media(max-width: 1340px) {
  a.btn_cart_icon,
  a.compare,
  a.like,
  a.wishlist {
      margin: .15em
  }
}

@media(max-width: 1200px) {
  .best_product_bestsellers-tabs {
      display: block
  }
  .best_product_bestsellers-tabs--panel>label:first-of-type {
      margin-left: 0
  }
  .best_product>.container>.row {
      display: block
  }
  .best_product>.container>.row>.col:first-child {
      width: 100%;
      max-width: 100%
  }
  .best_product-title-general {
      text-align: center;
      width: 100%
  }
  .best_product-image-wrap {
      padding-bottom: calc(50% + 120px) !important;
      margin-left: auto;
      margin-right: auto;
      width: 57%
  }
  .best_product-image-wrap--inner{
    height: calc(100% - 120px) !important;
  }
  .best_product-info {
      width: 40%
  }
  .best_product-big-inner {
      display: flex;
      flex-wrap: wrap
  }
  .popular_products-image-wrap{
    padding-bottom: calc(100% + 120px) !important;
  }
  .popular_products-image-wrap--inner{
    height: calc(100% - 120px) !important;
  }
}

@media(max-width: 992px) {
  .bestsellers-products--col {
      width: 50%
  }
  .best_product-info {
      width: 100%
  }
}

@media(max-width: 768px) {
  .bestsellers-products--col {
      width: 100%
  }
  .bestsellers-product--image {
      padding-bottom: 78%
  }
  .best_product-big a.like,
  .best_product-big a.compare {
      display: none
  }
}


.best_product-image-actions form{
  width: 100%;
  display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
  -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.best_product-image-actions button:nth-of-type(1){
  margin-left: auto;
}

.best_product-image-actions button:nth-of-type(1), .best_product-image-actions button:nth-of-type(2){
  width: 30px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 border: solid 1px var(--kmnd-body-border-color-secondary);
 -webkit-transition: var(--kmnd-transition);
 -o-transition: var(--kmnd-transition);
 transition: var(--kmnd-transition);
 height: 100%;
 color: var(--kmnd-body-color-tertiary);
 min-height: 50px;
 cursor: pointer;
 font-size: 0.875rem;
}

.best_product-image-actions .quantity input{
  -moz-appearance: textfield;
  color: var(--kmnd-body-color-tertiary);
  border-left: none;
  border-right: none;
  border-top: solid 1px var(--kmnd-body-border-color-secondary);
  border-bottom: solid 1px var(--kmnd-body-border-color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  text-align: center;
  min-height: 50px;
  width: 45px;
  font-size: 0.875rem;
}

.best_product-image-actions .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.best_product-image-actions button:nth-of-type(1):active, .best_product-image-actions button:nth-of-type(2):active, .best_product-image-actions button:nth-of-type(1):focus, .best_product-image-actions button:nth-of-type(2):focus{
  border-top: solid 1px var(--kmnd-body-border-color-secondary);
 border-bottom: solid 1px var(--kmnd-body-border-color-secondary);
}

.best_product-image-actions button:nth-of-type(1):hover, .best_product-image-actions button:nth-of-type(2):hover{
  color: var(--kmnd-body-color-primary-inverted);
  border-color: var(--kmnd-body-border-color-accent);
  background: var(--kmnd-body-background-accent);
}

.best_product_bestsellers .bestsellers-product-footer .cart{
  -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* .bestsellers-product-footer .woocommerce-Price-amount{
  margin-top: 20px;
} */

.bestsellers-product-footer .button.alt{
  outline: none !important;
 -webkit-box-shadow: none !important;
         box-shadow: none !important;
 border: none !important;
 min-height: 42px;
 padding: 5px 20px;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 text-align: center;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
 font-size: 0.813rem;
 background: var(--kmnd-body-background-accent);
 color: var(--kmnd-body-color-primary-inverted);
 -webkit-transition: var(--kmnd-transition);
 -o-transition: var(--kmnd-transition);
 transition: var(--kmnd-transition);
 text-decoration: none;
 cursor: pointer;
 border-radius: 0px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0;
 width: 100%;
}

.bestsellers-product-footer .button.alt:hover {
  background: var(--kmnd-body-background-neutral);
}


.best_product-image-btn form, .popular_products-image-btn form{
  padding-top: 10px;
  display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
  -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.popular_products-image-btn button:nth-of-type(1), .best_product-image-btn button:nth-of-type(1){
  margin-left: auto;
}

.popular_products-image-btn button:nth-of-type(2), .best_product-image-btn button:nth-of-type(2){
  margin-right: auto;
}

.popular_products-image-btn button:nth-of-type(1), .popular_products-image-btn button:nth-of-type(2), .best_product-image-btn button:nth-of-type(1), .best_product-image-btn button:nth-of-type(2){
  width: 30px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 border: solid 1px var(--kmnd-body-border-color-secondary);
 -webkit-transition: var(--kmnd-transition);
 -o-transition: var(--kmnd-transition);
 transition: var(--kmnd-transition);
 height: 100%;
 color: var(--kmnd-body-color-tertiary);
 height: 50px;
 cursor: pointer;
 font-size: 0.875rem;
 box-sizing: border-box;
}

.popular_products-image-btn .quantity input, .best_product-image-btn .quantity input{
  -moz-appearance: textfield;
  color: var(--kmnd-body-color-tertiary);
  border-left: none;
  border-right: none;
  border-top: solid 1px var(--kmnd-body-border-color-secondary);
  border-bottom: solid 1px var(--kmnd-body-border-color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  text-align: center;
  height: 50px;
  width: 45px;
  font-size: 0.875rem;
  box-sizing: border-box;
}

.popular_products-image-btn .quantity input::-webkit-inner-spin-button, .best_product-image-btn .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.popular_products-image-btn button:nth-of-type(1):active, .popular_products-image-btn button:nth-of-type(2):active, .best_product-image-btn button:nth-of-type(1):focus, .best_product-image-btn button:nth-of-type(2):focus{
  border-top: solid 1px var(--kmnd-body-border-color-secondary);
 border-bottom: solid 1px var(--kmnd-body-border-color-secondary);
}

.popular_products-image-btn button:nth-of-type(1):hover, .popular_products-image-btn button:nth-of-type(2):hover, .best_product-image-btn button:nth-of-type(1):hover, .best_product-image-btn button:nth-of-type(2):hover{
  color: var(--kmnd-body-color-primary-inverted);
  border-color: var(--kmnd-body-border-color-accent);
  background: var(--kmnd-body-background-accent);
}

.popular_products-image-btn .button.alt, .best_product-image-btn .button.alt{
  outline: none !important;
 -webkit-box-shadow: none !important;
         box-shadow: none !important;
 border: none !important;
 min-height: 42px;
 padding: 5px 20px;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 text-align: center;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
 font-size: 0.813rem;
 background: var(--kmnd-body-background-accent);
 color: var(--kmnd-body-color-primary-inverted);
 -webkit-transition: var(--kmnd-transition);
 -o-transition: var(--kmnd-transition);
 transition: var(--kmnd-transition);
 text-decoration: none;
 cursor: pointer;
 border-radius: 0px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0;
 width: 100%;
}

.popular_products-image-btn .button.alt:hover, .best_product-image-btn .button.alt:hover {
  background: var(--kmnd-body-background-neutral);
}

/* Catalog OLD */


.product-item__tags {
  margin: 0 0 7px;
  color: #686868;
  font-size: 14px;
}
.product-item__attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-item__attributes .best_product-attributes {
  margin-right: auto;
}
.product-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.product-item__button {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #f1f1f1;
  border-radius: 50%;
  height: 42px !important;
  width: 42px !important;
  margin: 0 0 0 auto !important;
}
.product-item__button span {
  position: absolute;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(50%, -50%) scaleX(0);
      -ms-transform: translate(50%, -50%) scaleX(0);
          transform: translate(50%, -50%) scaleX(0);
  background-color: #439665;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 30px;
  white-space: nowrap;
  height: 100%;
  padding: 0 40px 0 20px;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
}
.product-item:hover .product-item__button {
  background-color: #48bd24;
  color: #fff;
}
.product-item:hover .product-item__button span {
  -webkit-transform: translate(0%, -50%) scaleX(1);
      -ms-transform: translate(0%, -50%) scaleX(1);
          transform: translate(0%, -50%) scaleX(1);
  opacity: 1;
}

@media (max-width: 992px) {
  .product-item:hover .product-item__button span {
    display: none !important;
  }
}
.catalog__section {
  padding: 48px 0;
}
.catalog__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-no-results .catalog__title {
  display: none;
}

.catalog__title {
  font-size: 26px;
  margin: 0;
  font-weight: 400;
  width: 100%;
}
.catalog__sort select {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 30px 0 15px;
  font-size: 14px;
  border-radius: 0;
  height: 42px;
  min-width: 204px;
  border: 1px solid rgba(119, 119, 119, 0.2);
  color: #777;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
     text-overflow: "";
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='%23777777'/%3E%3C/g%3E%3C/svg%3E") no-repeat 95% center;
}
.catalog__sort select ::-ms-expand {
  display: none;
}
.catalog__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog__col {
  margin-top: 18px;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}
.catalog__col:nth-of-type(4n+4) {
  margin-right: 0;
}

@media (max-width: 992px) {
  .catalog__section {
    padding: 32px 0;
  }
  .catalog__col {
    width: calc((100% - 60px) / 3);
  }
  .catalog__col:nth-of-type(4n+4) {
    margin-right: 30px;
  }
  .catalog__col:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .catalog__col {
    width: calc(50% - 15px);
  }
  .catalog__col:nth-of-type(3n+3) {
    margin-right: 30px;
  }
  .catalog__col:nth-of-type(even) {
    margin-right: 0;
  }
}
.rated__section {
  padding: 48px 0;
}
.rated__section .bestsellers-product {
  border-bottom: 1px solid rgba(119, 119, 119, 0.12);
}
.rated__title {
  font-size: 26px;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
.rated__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rated__col {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 18px;
}
.rated__col:nth-of-type(3n+3) {
  margin-right: 0;
}

@media (max-width: 992px) {
  .rated__section {
    padding: 32px 0;
  }
}
@media (max-width: 576px) {
  .rated__col {
    width: 100%;
    margin-right: 0;
  }
}

/* Product */

.product__section {
  padding: 48px 0;
}
.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__col {
  width: calc(50% - 15px);
  margin-right: 30px;
}
.product__col:nth-of-type(even) {
  margin-right: 0;
}
.product__img {
  display: block;
  width: 100%;
  height: auto;
}
.product__title {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 28px;
}
.product__description p, .product__overview p {
  /* margin: 0 0 20px; */
  color: #7A7A7A;
  line-height: 1.6;
}

.product__description{
  margin-bottom: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 18;
  line-clamp: 18;
  -webkit-box-orient: vertical;
}
.product__description p a, .product__overview p a {
  text-decoration: none;
  color: #3565ed;
}
.product__description ul, .product__overview ul {
  margin: 0;
}
.product__description ul li, .product__overview ul li {
  margin: 0 0 20px;
  color: #7A7A7A;
  line-height: 1.6;
}
.product__description ul li a, .product__overview ul li a {
  text-decoration: none;
  color: #3565ed;
}
.product__description .video, .product__overview .video {
  display: block;
  margin: 0 auto 20px;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.product__description .video iframe, .product__overview .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* .product__overview {
  padding-top: 48px;
} */
.product__tables-title {
  margin-top: 48px;
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.product__tables-title:before, .product__tables-title:after {
  content: "";
  display: block;
  border-top: 1px solid rgba(119, 119, 119, 0.2);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.product__tables-title:before {
  margin-right: 20px;
}
.product__tables-title:after {
  margin-left: 20px;
}
.product__tables table {
  width: 100%;
}
.product__tables table tr {
  background: rgba(51, 51, 51, 0.031372549);
}
.product__tables table tr:nth-of-type(even) {
  background: none;
}
.product__tables table tr:first-of-type td {
  border-top: 1px solid #E4E4E4;
}
.product__tables table td {
  padding: 30px 30px 30px 30px;
  color: #686868;
  border-bottom: 1px solid #E4E4E4;
}

@media (max-width: 992px) {
  .product {
    padding: 32px 0;
  }
  /* .product__overview {
    padding-top: 32px;
  } */
  .product__tables {
    margin-top: 32px;
  }
}
@media (max-width: 576px) {
  .product__row {
    display: block;
  }
  .product__col {
    margin-right: 0;
    width: 100%;
  }
  .product__col:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .product__tables-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .product__tables table td {
    padding: 20px 20px 20px 20px;
  }
}
.logo--header__2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo--header__2 a svg:nth-of-type(2) {
  display: block;
  width: auto;
  height: 40px;
}

.footer__sublogo {
  display: block;
  width: auto;
  height: 80px;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .logo--header__2 a svg:nth-of-type(2) {
    height: 50px;
  }
}
@media (max-width: 576px) {
  .logo--header__2 a svg:nth-of-type(1) {
    display: block;
    height: 40px;
    width: auto;
  }
  .logo--header__2 a svg:nth-of-type(2) {
    height: 40px;
  }
}

/* Catalog */

.catalog-heading__section {
  background: #232323;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 105px 0;
  position: relative;
  z-index: 1;
}

.catalog-heading__btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-heading__btn svg {
  display: block;
  height: 18px;
  width: auto;
  margin-right: 5px;
}

.catalog-heading__btn span {
  font-size: 0.875rem;
  color: var(--kmnd-body-color-primary-inverted);
}

.catalog-heading__filters > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-heading__filters > ul > li {
  position: relative;
  padding: 10px 15px;
}

.catalog-heading__filters > ul > li > a {
  text-decoration: none;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: inline-block;
  font-weight: 500;
  color: var(--kmnd-body-color-primary-inverted);
  position: relative;
}

.catalog-heading__filters > ul > li > a:after {
  content: '';
  display: block;
  height: 1px;
  background: #439665;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.catalog-heading__filters > ul > li.current-menu-item > a:after, .catalog-heading__filters > ul > li:hover > a:after {
  width: 100%;
}

.catalog-heading__filters > ul > li > ul {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  padding: 17px 25px;
  background: var(--kmnd-body-background-primary);
  list-style: none;
  width: 220px;
}

.catalog-heading__filters > ul > li > ul > li {
  padding: 8px 0;
}

.catalog-heading__filters > ul > li > ul > li > a {
  text-decoration: none;
  display: block;
  font-weight: 500;
  color: var(--kmnd-body-color-secondary);
  font-size: 0.938rem;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.catalog-heading__filters > ul > li > ul > li > a:hover {
  color: rgba(51, 51, 51, 0.7);
}

.catalog-heading__filters > ul > li:hover > ul {
  pointer-events: auto;
  opacity: 1;
}

@media (max-width: 992px) {
  .catalog-heading__section {
    padding: 15px 0;
  }
  .catalog-heading__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-heading__filters {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .catalog-heading__filters > ul {
    display: block;
  }
  .catalog-heading__filters > ul > li {
    padding: 10px 30px 10px 0;
  }
  .catalog-heading__filters > ul > li:after {
    content: '';
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    -webkit-transform: translate(0%, -50%) rotate(0deg);
        -ms-transform: translate(0%, -50%) rotate(0deg);
            transform: translate(0%, -50%) rotate(0deg);
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='-4.5 0 20 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.366 19.708c.405.39 1.06.39 1.464 0l8.563-8.264a1.95 1.95 0 0 0 0-2.827L1.768.292A1.063 1.063 0 0 0 .314.282a.976.976 0 0 0-.011 1.425l7.894 7.617a.975.975 0 0 1 0 1.414L.366 18.295a.974.974 0 0 0 0 1.413'/%3E%3C/svg%3E") no-repeat center/cover;
    will-change: transform;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
  }
  .catalog-heading__filters > ul > li > a {
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .catalog-heading__filters > ul > li > ul {
    pointer-events: auto;
    opacity: 1;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 0;
    background: none;
    padding: 0;
    width: 100%;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
  }
  .catalog-heading__filters > ul > li > ul > li {
    padding: 8px 0;
    display: block;
  }
  .catalog-heading__filters > ul > li > ul > li > a {
    color: var(--kmnd-body-color-primary-inverted);
  }
  .catalog-heading__filters > ul > li > ul > li:last-of-type {
    padding-bottom: 0;
  }
  .catalog-heading__filters > ul > li.menu-item-has-children:after {
    display: block;
  }
  .catalog-heading__filters > ul > li.current-menu-item > a:after {
    width: 100%;
  }
  .catalog-heading__filters > ul > li.opened:after {
    -webkit-transform: translate(0%, -50%) rotate(90deg);
        -ms-transform: translate(0%, -50%) rotate(90deg);
            transform: translate(0%, -50%) rotate(90deg);
  }
  .catalog-heading__filters > ul > li.opened > ul {
    max-height: 500px;
  }
  .catalog-heading__filters > ul > li.opened > a span:nth-of-type(1):after {
    width: 100%;
  }
  .catalog-heading__filters.opened {
    max-height: 2000px;
  }
}

.catalog__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog__title {
  margin: 0;
}

.catalog__sort-label {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.catalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog__col {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-top: 20px;
}

.catalog__col:nth-of-type(4n+4) {
  margin-right: 0;
}

.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.catalog__item a {
  text-decoration: none;
  display: block;
}

.catalog__item-label {
  font-size: 0.875rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  height: 50px;
  width: 50px;
  /* padding-left: 10px;
  padding-right: 10px; */
  top: 15px;
  left: 15px;
  z-index: 3;
  background: var(--kmnd-body-background-primary);
}

.catalog__item-image {
  position: relative;
  width: 100%;
  display: block;
}

.catalog__item-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #dededeff;
}

.catalog__item-image:after {
  content: '';
  display: block;
  position: relative;
  padding-top: 111.0091743119266%;
}

.catalog__item-image a img{
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog__item-image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.catalog__item-image figure:nth-of-type(1) {
  z-index: 1;
}

.catalog__item-image figure:nth-of-type(2) {
  z-index: 2;
  opacity: 0;
}

.catalog__item-image:hover figure:nth-of-type(2) {
  opacity: 1;
}

.catalog__item-body {
  padding: 10px 0 7px;
}

.catalog__item-name {
  color: var(--kmnd-body-color-secondary);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  font-weight: 500;
}

.catalog__item-name:hover {
  color: var(--kmnd-body-color-accent);
}

.catalog__item-description {
  color: var(--kmnd-body-color-fourth);
  font-size: 0.875rem;
}

.catalog__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  margin-top: auto;
}

.catalog__item-bottom.cart:before, .catalog__item-bottom.cart:after{
  display: none !important;
}

.catalog__item-price {
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: auto;
  color: var(--kmnd-body-color-accent);
}

.catalog__item-bottom .woocommerce-Price-amount{
  /* margin-top: 20px; */
  font-size: 1.125rem;
  font-weight: 500;
  /* margin-right: auto; */
  color: var(--kmnd-body-color-accent);
}

.woocommerce div.product form.cart{
  margin-bottom: 0 !important;
}

.to-cart {
  margin-left: 10px;
}

.kmnd-added-to-cart {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--kmnd-container-max-width);
  padding-left: var(--kmnd-container-padding);
  padding-right: var(--kmnd-container-padding);
}

.catalog__item-bottom form.cart{
  margin-bottom: 0 !important;
  -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.single__item-bottom{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.catalog__item-bottom{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.catalog__item-counter{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}


.catalog__item-btn {
  min-height: 50px;
  margin-left: 5px;
}

.accessories-btn {
  min-height: 50px;
  margin-left: 0;
  min-width: 105px;
}

.catalog__item-btn.ajax_add_to_cart {
  line-height: 40px;
}

.added_to_cart {
  display: none!important;
}

.catalog__pagination {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .catalog__item-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog__item-btn {
    min-height: 42px;
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
}

@media (max-width: 992px) {
  .catalog__sort select {
    opacity: 0;
  }
  .catalog__sort-label {
    display: block;
  }
  .catalog__col {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .catalog__col:nth-of-type(4n+4) {
    margin-right: 20px;
  }
  .catalog__col:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .catalog__item-label {
    width: 40px;
    height: 40px;
    font-size: 0.75rem;
  }
  .catalog__item .counter__btn{
    min-height: 42px;
  }
}

@media (max-width: 576px) {
  .catalog__col {
    /* width: calc(50% - 10px);
    margin-right: 20px; */
    width: 100%;
    margin-right: 0;
  }
  .catalog__col:nth-of-type(3n+3) {
    /* margin-right: 20px; */
    margin-right: 0;
  }
  .catalog__col:nth-of-type(even) {
    margin-right: 0;
  }
  .catalog__item-price {
    font-size: 0.875rem;
  }
}

.showitem__section {
  padding: 70px 0 0;
}

.showitem__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: #F2F2F2;
  position: relative;
  min-height: 280px;
  width: 100%;
}

.showitem__wrapp:hover .showitem__image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.showitem__content {
  max-width: 290px;
  padding: 30px;
  background: #F2F2F2;
  position: relative;
  z-index: 1;
}

.showitem__image {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 280px);
  height: 100%;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.showitem__pretitle {
  color: var(--kmnd-body-color-fourth);
  margin-bottom: 10px;
}

.showitem__title {
  margin-bottom: 20px;
  color: #242424;
  font-size: 1.25rem;
}

@media (max-width: 576px) {
  .showitem__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .showitem__content {
    width: 100%;
  }
  .showitem__image {
    position: relative;
    width: 100%;
  }
  .showitem__image:after {
    content: '';
    position: relative;
    display: block;
    padding-top: 100%;
  }
}

.additional__section {
  padding: 70px 0 0;
}

.additional__section .catalog__row .additional__row{
  width: 100%;
}

.additional__section .catalog__row .additional__row .quantity .minus, .additional__section .catalog__row .additional__row .quantity .plus{
  display: none !important;
}

.additional__section .catalog__row .additional__row .quantity .qty{
  margin: 0 !important;
}

.additional__title {
  margin: 0;
}

.additional__heading {
  padding-bottom: 20px;
}

.additional__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.additional__col {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-top: 20px;
}

.additional__col:nth-of-type(4n+4) {
  margin-right: 0;
}

.additional__item {
  width: 100%;
  position: relative;
  display: block;
}

.additional__item:after {
  content: '';
  position: relative;
  display: block;
  padding-top: 111.38461538461539%;
}

.additional__item a {
  text-decoration: none;
  display: block;
}

.additional__item:hover .additional__item-content {
  opacity: 1;
}

.additional__item-label {
  font-size: 0.875rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 15px;
  left: 15px;
  z-index: 3;
  background: var(--kmnd-body-background-primary);
}

.additional__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.additional__item-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.additional__item-image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.additional__item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  will-change: opacity;
  padding: 15px 30px;
  z-index: 2;
  opacity: 0;
}

.additional__item-name {
  color: var(--kmnd-body-color-secondary);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  font-weight: 500;
  text-align: center;
}

.additional__item-name:hover {
  color: var(--kmnd-body-color-accent);
}

.additional__item-description {
  color: var(--kmnd-body-color-fourth);
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 2px;
}

.additional__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.additional__item-price {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: var(--kmnd-body-color-accent);
}

.additional__item-btn {
  margin-top: 10px;
}

.additional__item .additional__item-btn{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 120px;
}

.additional__item .catalog__item-counter{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
}

.additional__item-image a img{
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.additional__section .additional__col .additional__item .additional__item-content .cart{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.additional__section .additional__col .additional__item .additional__item-content .cart .catalog__item-counter{
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px){
  .additional__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .additional__item:after {
    display: none;
  }
  .additional__item-image {
    position: relative;
    height: auto;
    margin-bottom: 10px;
  }
  .additional__item-image:after {
    content: '';
    position: relative;
    display: block;
    padding-top: 111.11111111111111%;
  }
  .additional__item-content {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .additional__item-price {
    margin-bottom: 10px;
  }
  .additional__item-btn {
    margin-top: auto;
    width: 100%;
  }
  .additional__item-label {
    width: 40px;
    height: 40px;
    font-size: 0.75rem;
  }
  .additional__item .counter__btn{
    min-height: 42px;
  }
  .additional__item .catalog__item-counter{
    margin-bottom: 10px;
  }
  .additional__item-content{
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start
  }
  .additional__item-description{
    margin-bottom: auto;
  }
}

@media (max-width: 992px) {
  .additional__col {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .additional__col:nth-of-type(4n+4) {
    margin-right: 20px;
  }
  .additional__col:nth-of-type(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .additional__col {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .additional__col:nth-of-type(3n+3) {
    margin-right: 20px;
  }
  .additional__col:nth-of-type(even) {
    margin-right: 0;
  }
}

.rated__section {
  padding: 70px 0 0;
}

.rated__section_last {
  padding-bottom: 70px;
}

.rated__title {
  margin: 0;
}

.rated__heading {
  padding-bottom: 20px;
}

.rated__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rated__col {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 18px;
}

.rated__col:nth-of-type(3n+3) {
  margin-right: 0;
}

.rated__item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.rated__item a {
  text-decoration: none;
  display: block;
}

.rated__item-label {
  font-size: 0.875rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 15px;
  left: 15px;
  z-index: 3;
  background: var(--kmnd-body-background-primary);
}

.rated__item-image {
  position: relative;
  width: 100%;
  display: block;
}

.rated__body {
  padding: 10px 0 7px;
}

.rated__item-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.rated__item-image a img{
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rated__item-image:after {
  content: '';
  display: block;
  position: relative;
  padding-top: 111.0091743119266%;
}

.rated__item-image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rated__item-body {
  padding: 10px 0 7px;
}

.rated__item-name {
  color: var(--kmnd-body-color-secondary);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  font-weight: 500;
}

.rated__item-name:hover {
  color: var(--kmnd-body-color-accent);
}

.rated__item-description {
  color: var(--kmnd-body-color-fourth);
  font-size: 0.875rem;
}

.rated__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  margin-top: auto;
  -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  width: 100%;
}

.rated__item-bottom form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.rated__item-price, .rated__item-bottom .woocommerce-Price-amount.amount{
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: auto;
  color: var(--kmnd-body-color-accent);
}

.rated__item-btn {
  height: 42px;
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  margin-left: 5px;
  background: #F1F1F1 !important;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.rated__item-btn:active, .rated__item-btn:focus {
  background: #F1F1F1 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.rated__item-btn svg path {
  stroke: var(--kmnd-body-color-primary);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.rated__item-btn:hover {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  background: var(--kmnd-body-background-accent) !important;
}

.rated__item-btn:hover svg path {
  stroke: var(--kmnd-body-color-primary-inverted);
}

@media (max-width: 992px) {
  .rated__item-label {
    width: 40px;
    height: 40px;
    font-size: 0.75rem;
  }
  .rated__item-bottom .counter__btn{
    min-height: 42px;
  }
}

@media (max-width: 576px) {
  .rated__col {
    width: 100%;
    margin-right: 0;
  }
}

.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__col {
  width: calc(50% - 15px);
  margin-right: 30px;
}

.product__col:nth-of-type(even) {
  margin-right: 0;
}

.product__subrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__subcol {
  margin-right: 30px;
}

.product__subcol:nth-of-type(1) {
  width: calc(60% - 15px);
}

.product__subcol:nth-of-type(2) {
  width: calc(40% - 15px);
}

.product__subcol:nth-of-type(even) {
  margin-right: 0;
}

.product__preview {
  position: relative;
  margin-bottom: 10px;
}

.product__preview-item {
  position: relative;
  display: block;
}

.product__preview-zoom {
  position: absolute;
  bottom: 15px;
  left: 15px;
  height: 42px;
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--kmnd-body-background-primary);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.product__preview-zoom svg path {
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.product__preview-zoom:hover svg path:first-of-type {
  fill: #777;
}

.product__preview-image, .product__preview-item  .woocommerce-product-gallery__image{
  width: 100%;
  position: relative;
  display: block;
  width: 100%;
}

.product__preview-image:after, .product__preview-item  .woocommerce-product-gallery__image:after {
  content: '';
  position: relative;
  display: block;
  padding-top: 110.8955223880597%;
}

.product__preview-item  .woocommerce-product-gallery__image img{
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__preview-arrow {
  min-width: 40px;
  width: 100%;
  max-width: 40px;
  height: 40px;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  /* -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); */
  will-change: transform;
  background: var(--kmnd-body-background-accent);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__preview-arrow:hover{
  background: var(--kmnd-body-background-neutral);
}

.product__preview-arrow:after {
  display: none;
}

.product__preview-arrow svg {
  
  /* -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  will-change: transform; */
}

/* .product__preview-arrow svg path {
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
} */

/* .product__preview-arrow:hover svg path {
  fill: rgba(0, 0, 0, 0.5);
} */

/* .product__preview:hover .product__preview-arrow {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
} */

.product__thumbs-image, .product__thumbs-item .woocommerce-product-gallery__image {
  position: relative;
  display: block;
  width: 100%;
}

.product__thumbs-image:after, .product__thumbs-item .woocommerce-product-gallery__image:after {
  content: '';
  position: relative;
  display: block;
  padding-top: 110.625%;
}

.product__thumbs-item .woocommerce-product-gallery__image img{
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__thumbs-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}

.product__overview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.product__title {
  font-size: 1.75rem;
  margin: 0 0 20px;
  padding-right: 90px;
  color: var(--kmnd-body-color-secondary);
  line-height: 1.2;
}

.product__brand {
  top: 0;
  right: 0;
  position: absolute;
  text-decoration: none;
  display: inline-block;
}

.product__brand img {
  max-width: 90px;
  max-height: 50px;
  object-position: center;
  object-fit: contain;
}

.product__price, .product__price span, .product__price bdi {
  color: var(--kmnd-body-color-accent);
  font-size: 1.375rem;
  font-weight: 600;
}

.product__price.price ins{
  text-decoration: none;
}

.product__price.price del .woocommerce-Price-amount.amount bdi, .product__price.price del .woocommerce-Price-amount.amount span{
  color: var(--kmnd-body-color-tertiary);
}

.product__price-text {
  margin: 0 0 20px;
  color: var(--kmnd-body-color-fourth);
  font-size: 0.75rem;
}

.product__actions form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.product__counter {
  margin-right: 10px;
}

.product__counter .quantity{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__counter .quantity button{
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px var(--kmnd-body-border-color-secondary);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  height: 100%;
  color: var(--kmnd-body-color-tertiary);
  min-height: 50px;
  cursor: pointer;
  font-size: 0.875rem;
}

.product__counter .quantity button:focus, .product__counter .quantity button:active{
  border: solid 1px var(--kmnd-body-border-color-secondary);
}

.product__counter .quantity button:hover{
  color: var(--kmnd-body-color-primary-inverted);
  border-color: var(--kmnd-body-border-color-accent);
  background: var(--kmnd-body-background-accent);
}

@media (max-width: 992px){
  .product__counter .quantity button{
    min-height: 42px;
  }
}

.product__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9px;
}

.product__share-item {
  height: 14px;
  text-decoration: none;
  display: block;
  margin-left: 14px;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  opacity: 0.8;
  will-change: opacity;
}

.product__share-item img {
  height: 100%;
  width: auto;
  display: block;
}

.product__share-item:hover {
  opacity: 1;
}

.product__share-item:first-of-type {
  margin-left: 4px;
}

.product__description {
  color: var(--kmnd-body-color-fourth);
  line-height: 1.8;
}

.product__description ol, .product__description ul {
  margin-left: 20px;
  margin-top: 20px;
}

.product__description p {
  margin-top: 20px;
}

.product__additional {
  margin-top: 40px;
  margin-bottom: 75px;
}

.product__additional-slider-wrapp {
  position: relative;
}

.product__additional-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.product__additiona-title {
  color: #666666 !important;
  font-size: 1.125rem;
  margin: 0 0 20px;
  font-weight: 500;
}

.product__additional-item {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 10px;
  background: #F8F8F8;
  height: 100%;
  /* min-height: 80px; */
}

.product__additional-item:hover .product__additional-name {
  color: var(--kmnd-body-color-accent) !important;
}

.product__additional-image,  .product__additional-item img{
  width: 50px;
  position: relative;
  display: block;
  height: auto;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product__additional-image:after {
  content: '';
  position: relative;
  display: block;
  padding-top: 100%;
}

.product__additional-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product__additional-name {
  color: var(--kmnd-body-color-secondary) !important;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  font-weight: 500;
}

.product__additional-price,  .product__additional-content .amount bdi, .product__additional-content .amount bdi span{
  color: var(--kmnd-body-color-accent);
  font-weight: 500;
  font-size: 1.125rem;
}


.product__additional-arrow {
  width: auto;
  height: auto;
  margin-top: 0;
}

.product__additional-arrow:after {
  display: none;
}

.product__additional-arrow svg path {
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.product__additional-arrow:hover svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.product__additional-arrow_prev {
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  top: 50%;
  left: -5px;
}

.product__additional-arrow_next {
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  top: 50%;
  right: -5px;
  left: auto;
}

.product__extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 55px;
}

.product__extra-item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.product__extra-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.product__extra-image {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.4;
}

.product__extra-image img {
  max-width: 100%;
  max-height: 100%;
}

.product__extra-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product__extra-name {
  color: #242424 !important;
  font-weight: 500;
}

.product__extra-text {
  color: var(--kmnd-body-color-fourth);
}

@media (max-width: 1200px) {
  .product__extra-item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .product__extra-item:nth-of-type(3n+3) {
    margin-right: 20px;
  }
  .product__extra-item:nth-of-type(even) {
    margin-right: 0;
  }
  .product__additional-arrow {
    display: none;
  }
}

@media (max-width: 992px) {
  
  .product__additional{
    margin-bottom: 0;
  }
  .product__extra{
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .product__row {
    display: block;
  }
  .product__col {
    width: 100%;
  }
  .product__subrow {
    display: block;
  }
  .product__subcol {
    margin-right: 0;
  }
  .product__subcol:nth-of-type(1) {
    width: 100%;
  }
  .product__subcol:nth-of-type(2) {
    width: 100%;
  }
  .product__gallery {
    margin-bottom: 30px;
  }
  .product__preview-arrow{
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .product__brand {
    position: relative;
    right: 0;
    left: 0;
    margin-bottom: 25px;
  }
  .product__title {
    padding-right: 0;
  }
  .product__actions {
    margin-bottom: 20px;
  }
  .product__extra {
    display: block;
  }
  .product__extra-item {
    width: 100%;
    margin-right: 0px;
  }
  .product__extra-item:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .product__extra-item:nth-of-type(even) {
    margin-right: 0;
  }
}

.product-info__section {
  padding-top: 40px;
}

.product-info__tabs-list {
  list-style: none;
  border-bottom: 1px solid var(--kmnd-body-border-color-primary);
  margin-bottom: 25px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-info__tabs-list::-webkit-scrollbar {
  display: none;
}

.product-info__tabs-item {
  display: inline-block;
  padding: 15px 0;
  margin-right: 30px;
  color: #666;
  z-index: 1.125rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  font-weight: 600;
}

.product-info__tabs-item a{
  text-decoration: none;
  color: inherit;
}

.product-info__tabs-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--kmnd-body-border-color-accent);
  display: block;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  opacity: 0;
}

.product-info__tabs-item:last-of-type {
  margin-right: 0;
}

.product-info__tabs-item.tabs__item_active {
  color: var(--kmnd-body-color-secondary);
}

.product-info__tabs-item.tabs__item_active:after {
  opacity: 1;
}

.product-info__tabs-content h2{
  font-size: 1.625rem;
  margin: 10px 0 10px;
  font-weight: normal;
  color: #242424;
}

.product-info__description-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-info__description-col:nth-of-type(1) {
  width: calc(75% - 15px);
  margin-right: 30px;
}

.product-info__description-col:nth-of-type(2) {
  width: calc(25% - 15px);
}

.product-info__logos {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-info__logos-item {
  margin-top: 20px;
  text-decoration: none;
  display: block;
}

.product-info__logos-item:first-of-type {
  margin-top: 0;
}

.product-info__logos-item img {
  display: block;
  height: 30px;
  width: auto;
}

.product-info__delivery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-info__delivery-col:nth-of-type(1) {
  width: calc(38% - 20px);
  margin-right: 20px;
}

.product-info__delivery-col:nth-of-type(2) {
  width: 62%;
}

.product-info__delivery-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}

.product-info__delivery-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.product-info__delivery-benefit {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.product-info__delivery-benefit:nth-of-type(4n+4) {
  margin-right: 0;
}

.product-info__delivery-benefit-image {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.4;
}

.product-info__delivery-benefit-image img {
  max-width: 100%;
  max-height: 100%;
}

.product-info__delivery-benefit-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-info__delivery-benefit-name {
  color: #242424;
  font-weight: 500;
}

.product-info__delivery-benefit-text {
  color: var(--kmnd-body-color-fourth);
}

/* .woocommerce .product-info__tabs-content table.shop_attributes {
  width: 100%;
}

.woocommerce .product-info__tabs-content {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
} */

.woocommerce .product-info__tabs-content table.woocommerce-product-attributes{
  width: 100%;
}

.table__holder::-webkit-scrollbar {
  display: none;
}

.woocommerce .product-info__tabs-content table.shop_attributes thead th {
  padding: 12px 0px 4px 20px;
  text-align: left;
  font-weight: 500;
  font-size: 0.875rem;
}

.woocommerce .product-info__tabs-content table.shop_attributes tbody tr:first-of-type td, .product-info__tabs-content table.shop_attributes tbody tr:first-of-type th {
  border-top: solid 1px var(--kmnd-body-border-color-primary);
  font-style: normal;
}

.woocommerce .product-info__tabs-content table.shop_attributes tbody tr:nth-of-type(even) {
  background: #F9F9F9;
}

.woocommerce .product-info__tabs-content table.shop_attributes tbody td {
  padding: 8px 10px 8px 20px;
  font-weight: normal;
  font-size: 0.875rem;
  color: var(--kmnd-body-color-secondary);
  font-style: normal;
}

.woocommerce .product-info__tabs-content table.shop_attributes tbody th {
  color: var(--kmnd-body-color-fourth);
  padding: 8px 10px 8px 20px;
  font-weight: normal;
  font-size: 0.875rem;
  font-style: normal;
  text-align: left;
}

.woocommerce table.shop_attributes td p, .woocommerce table.shop_attributes th p{
  padding: 0;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .product-info__description-row {
    display: block;
  }
  .product-info__description-col:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
  }
  .product-info__description-col:nth-of-type(2) {
    width: 100%;
    margin-top: 40px;
  }
  .product-info__delivery-row {
    display: block;
  }
  .product-info__delivery-col:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .product-info__delivery-col:nth-of-type(2) {
    width: 100%;
  }
  .product-info__delivery-image {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-info__delivery-benefit {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .product-info__delivery-benefit:nth-of-type(even){
    margin-right: 0;
  }
  .product-info__logos{
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
  }
  .product-info__logos-item{
    margin-right: 10px;
    margin-top: 10px;
  }
  .product-info__logos-item:first-of-type{
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .product-info__tabs-list {
    margin-left: -15px;
    width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-info__delivery-benefits {
    display: block;
  }
  .product-info__delivery-benefit {
    width: 100%;
  }
  .product-info__tabs-content h2{
    font-size: 1.25rem;
  }
}

.cart__heading {
  background: #f9f9f9;
  padding: 20px 0;
  margin-bottom: 50px;
}

.cart__section {
  padding-bottom: 50px;
  padding-top: 50px;
}

.checkout__section {
  padding-top: unset;
}

.cart__progress-list {
  list-style: none;
}

.cart__progress-item {
  display: inline-block;
  color: #969696;
  font-size: 1.375rem;
}

.cart__progress-item a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.cart__progress-item:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 20 20'%3E%3Cpath fill='%23bbb' fill-rule='evenodd' d='M10 0 8.565 1.393 16.172 9H0v2h16.172l-7.586 7.586L10 20l10-10L10 0'/%3E%3C/svg%3E") no-repeat center/contain;
  margin: 0 15px;
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
}

.cart__progress-item:last-of-type:after {
  display: none;
}

.cart__progress-item_current {
  color: var(--kmnd-body-color-secondary);
}

.cart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__col:nth-of-type(1) {
  width: calc(63% - 30px);
  margin-right: 30px;
}

.cart__col:nth-of-type(2) {
  width: 37%;
}

.cart__totals {
  border: solid 2px var(--kmnd-body-border-color-accent);
  padding: 30px;
}

.cart__totals-title {
  font-size: 1.625rem;
  margin-bottom: 10px;
}

.cart__totals-list {
  list-style: none;
  margin-bottom: 30px;
}

.cart__totals-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #E4E4E4;
}

.cart__totals-list li span:nth-of-type(1) {
  text-transform: uppercase;
  font-size: 0.875rem;
}

.cart__totals-list li span:nth-of-type(2) {
  font-weight: 500;
  color: var(--kmnd-body-color-accent);
}

.cart__totals-notice {
  color: var(--kmnd-body-color-fourth);
  margin-bottom: 20px;
}

.cart__totals-notice a {
  text-decoration: none;
  color: var(--kmnd-body-color-accent);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  font-weight: 500;
}

.cart__totals-notice a:hover {
  opacity: 0.8;
}

.cart__totals-btn {
  /* margin-top: 20px; */
  width: 100%;
  min-height: 50px;
}

.cart__table-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__table-heading-item {
  color: #242424;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 15px 10px;
}

.cart__table-heading-item:nth-of-type(1) {
  -webkit-box-flex: 40px;
      -ms-flex: 40px;
          flex: 40px;
  padding: 15px 10px 15px 0;
}

.cart__table-heading-item:nth-of-type(2) {
  -webkit-box-flex: 100px;
      -ms-flex: 100px;
          flex: 100px;
}

.cart__table-heading-item:nth-of-type(3) {
  -webkit-box-flex: 326px;
      -ms-flex: 326px;
          flex: 326px;
}

.cart__table-heading-item:nth-of-type(4) {
  -webkit-box-flex: 129px;
      -ms-flex: 129px;
          flex: 129px;
}

.cart__table-heading-item:nth-of-type(5) {
  -webkit-box-flex: 177px;
      -ms-flex: 177px;
          flex: 177px;
}

.cart__table-heading-item:nth-of-type(6) {
  -webkit-box-flex: 129px;
      -ms-flex: 129px;
          flex: 129px;
  text-align: right;
  padding: 15px 0 15px 10px;
}

.cart__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E4E4E4;
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__table-item:first-of-type {
  border-top: 1px solid #E4E4E4;
}

.cart__table-item-remove {
  -webkit-box-flex: 40px;
      -ms-flex: 40px;
          flex: 40px;
  cursor: pointer;
  padding: 15px 10px 15px 0;
  position: relative;
}

.cart__table-item-remove:after{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 -0.5 21 21'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M12.018 10 21 18.554 19.481 20 10.5 11.446 1.518 20 0 18.554 8.981 10 0 1.446 1.518 0 10.5 8.554 19.481 0 21 1.446z'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: var(--kmnd-transition);
  will-change: opacity;
  opacity: 1;
  -webkit-transform: translate(-0%,-50%);
        -ms-transform: translate(-0%,-50%);
            transform: translate(-0%,-50%);
  position: absolute;
  top: 50%;
  left: 0%;
  pointer-events: none;
}

/* .cart__table-item-remove:before{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 20%;
  cursor: pointer;
  -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
} */

.cart__table-item-remove:hover:after{
  opacity: 0.5;
}

.cart__table-item-remove a{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cart__table-item-remove svg path {
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.cart__table-item-remove svg:hover path {
  fill: #A5A5A5;
}

.cart__table-item-image {
  -webkit-box-flex: 100px;
      -ms-flex: 100px;
          flex: 100px;
  padding: 15px 10px;
}


.cart__table-item-image a {
  text-decoration: none;
  display: block;
  position: relative;
  width: 80px;
  height: 90px;
  background-color: #dededeff;
}

.cart__table-item-image a img{
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart__table-item-image figure {
  position: relative;
  display: block;
  width: 80px;
  height: 90px;
}

.cart__table-item-content {
  -webkit-box-flex: 761px;
      -ms-flex: 761px;
          flex: 761px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__table-item-name {
  -webkit-box-flex: 326px;
      -ms-flex: 326px;
          flex: 326px;
  padding: 15px 10px;
}

.cart__table-item-name a {
  text-decoration: none;
  color: var(--kmnd-body-color-secondary);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.cart__table-item-name a:hover {
  color: var(--kmnd-body-color-accent);
}

.cart__table-item-price {
  -webkit-box-flex: 129px;
      -ms-flex: 129px;
          flex: 129px;
  padding: 15px 10px;
  color: var(--kmnd-body-color-tertiary);
}

/* .cart__table-item-price span {
  display: none;
} */

.cart__table-item-price span, .cart__table-item-price bdi{
  color: var(--kmnd-body-color-tertiary);
  font-size: 1rem;
  font-weight: normal;
}

.cart__table-item-request {
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  cursor: pointer;
}

.cart__table-item-request:hover {
  opacity: 0.8;
}

.cart__table-item-counter .quantity{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__table-item-counter .quantity button{
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px var(--kmnd-body-border-color-secondary);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  height: 100%;
  color: var(--kmnd-body-color-tertiary);
  height: 50px;
  cursor: pointer;
  font-size: 0.875rem;
  box-sizing: border-box;
}

.cart__table-item-counter .quantity button:active, .cart__table-item-counter .quantity button:focus{
  border: solid 1px var(--kmnd-body-border-color-secondary);
}

.cart__table-item-counter .quantity button:hover{
  color: var(--kmnd-body-color-primary-inverted);
  border-color: var(--kmnd-body-border-color-accent);
  background: var(--kmnd-body-background-accent);
}

.cart__table-item-counter .quantity input[type='number'] {
  -moz-appearance: textfield;
  color: var(--kmnd-body-color-tertiary);
  border-top: solid 1px var(--kmnd-body-border-color-secondary);
  border-bottom: solid 1px var(--kmnd-body-border-color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  text-align: center;
  height: 50px;
  width: 45px !important;
  font-size: 0.875rem;
  box-sizing: border-box;
}

.cart__table-item-counter .quantity input[type='number']::-webkit-outer-spin-button, .cart__table-item-counter .quantity input[type='number']::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.cart__table-item-counter .quantity input[type='number']:hover, .cart__table-item-counter .quantity input[type='number']:active, .cart__table-item-counter .quantity input[type='number']:focus{
  border-top: solid 1px var(--kmnd-body-border-color-secondary) !important;
  border-bottom: solid 1px var(--kmnd-body-border-color-secondary) !important;
}

.cart__table-item-counter {
  -webkit-box-flex: 177px;
      -ms-flex: 177px;
          flex: 177px;
  padding: 15px 10px;
}

.cart__table-item-counter span {
  display: none;
}

.cart__table-item-counter .counter__btn {
  min-height: 40px;
  width: 25px;
}

.cart__table-item-counter .counter__value {
  min-height: 40px;
  width: 35px;
}

.cart__table-item-subtotal {
  -webkit-box-flex: 129px;
      -ms-flex: 129px;
          flex: 129px;
  text-align: right;
  padding: 15px 0 15px 10px;
  color: var(--kmnd-body-color-accent);
}

.cart__table-item-description {
  display: none;
}

.cart__table-item-subtotal span, .cart__table-item-subtotal bdi{
  color: var(--kmnd-body-color-accent);
  font-size: 1rem;
  font-weight: normal;
}

.cart__subtable {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.cart__subtable-btn {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  min-height: 42px;
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.813rem;
  background: #f1f1f1;
  color: var(--kmnd-body-color-secondary);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  text-decoration: none;
  cursor: pointer;
}

.cart__subtable-btn:active, .cart__subtable-btn:focus {
  background: #f1f1f1;
  color: var(--kmnd-body-color-secondary);
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}


.cart__subtable-btn:hover {
  background: #e9e9e9;
}

.cart__subtable-btn_inactive {
  opacity: 0.6;
  pointer-events: none;
}

.cart__subtable.actions .coupon{
  display: none;
}

.cart__form {
  margin-top: 35px;
}

.cart__form .input {
  margin-bottom: 20px;
}

.cart__subtable-btn{
  font-weight: normal;
  border-radius: 0;
  margin: 0;
  background: var(--kmnd-body-background-accent);
  color: white;
}

.cart__form-title {
  font-size: 1.625rem;
  font-weight: normal;
  color: #242424;
  margin: 0 0 20px;
}

.cart__empty {
  padding: 100px 0;
}

.cart__empty-image {
  display: block;
  height: 180px;
  width: auto;
  margin: 0 auto 15px;
}

.cart__empty-title {
  font-size: 2.625rem;
  margin-bottom: 15px;
  color: #242424;
}

.cart__empty-text {
  margin-bottom: 20px;
  color: var(--kmnd-body-color-fourth);
}

.woocommerce-form-coupon-toggle{
  display: none;
}

.cart__section .woocommerce-billing-fields label, .cart__section .woocommerce-additional-fields label{
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--kmnd-body-color-secondary);
  margin-bottom: 5px;
}

.cart__section .woocommerce-billing-fields label abbr, .cart__section .woocommerce-additional-fields label abbr{
  color: #E01020;
  text-decoration: none !important;
}

.cart__section .woocommerce-billing-fields input, .cart__section .woocommerce-additional-fields input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: solid 1px var(--kmnd-body-border-color-secondary) !important;
  background: none !important;
  padding: 0 15px;
  height: 42px;
  font-size: 0.875rem;
  vertical-align: middle;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.cart__section .woocommerce-billing-fields input::-webkit-input-placeholder, .cart__section .woocommerce-additional-fields input::-webkit-input-placeholder {
  color: #BBBBBB;
}
.cart__section .woocommerce-billing-fields input::-moz-placeholder, .cart__section .woocommerce-additional-fields input::-moz-placeholder {
  color: #BBBBBB;
}
.cart__section .woocommerce-billing-fields input::-ms-input-placeholder, .cart__section .woocommerce-additional-fields input::-ms-input-placeholder {
  color: #BBBBBB;
}
.cart__section .woocommerce-billing-fields input::placeholder, .cart__section .woocommerce-additional-fields input::placeholder {
  color: #BBBBBB;
}

.cart__section .woocommerce-billing-fields input:focus, .cart__section .woocommerce-billing-fields input:active, .cart__section .woocommerce-billing-fields input:hover, .cart__section .woocommerce-additional-fields input:focus, .cart__section .woocommerce-additional-fields input:active, .cart__section .woocommerce-additional-fields input:hover {
  border: solid 1px rgba(119, 119, 119, 0.3) !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
}

.cart__section .woocommerce-billing-fields textarea, .cart__section .woocommerce-additional-fields textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: solid 1px var(--kmnd-body-border-color-secondary) !important;
  background: none !important;
  padding: 10px 15px;
  min-height: 190px;
  font-size: 0.875rem;
  vertical-align: middle;
  resize: vertical;
}

.cart__section .woocommerce-billing-fields textarea::-webkit-input-placeholder, .cart__section .woocommerce-additional-fields textarea::-webkit-input-placeholder {
  color: #BBBBBB;
}

.cart__section .woocommerce-billing-fields textarea::-moz-placeholder, .cart__section .woocommerce-additional-fields textarea::-moz-placeholder {
  color: #BBBBBB;
}

.cart__section .woocommerce-billing-fields textarea::-ms-input-placeholder, .cart__section .woocommerce-additional-fields textarea::-ms-input-placeholder {
  color: #BBBBBB;
}

.cart__section .woocommerce-billing-fields textarea::placeholder, .cart__section .woocommerce-additional-fields textarea::placeholder {
  color: #BBBBBB;
}

.cart__section .woocommerce-billing-fields textarea:focus, .cart__section .woocommerce-billing-fields textarea:active, .cart__section .woocommerce-billing-fields textarea:hover , .cart__section .woocommerce-additional-fields textarea:focus, .cart__section .woocommerce-additional-fields textarea:active, .cart__section .woocommerce-additional-fields textarea:hover {
  border: solid 1px rgba(119, 119, 119, 0.3) !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
}

.cart__section .woocommerce-billing-fields .select2-selection, .cart__section .woocommerce-additional-fields .select2-selection{
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: solid 1px var(--kmnd-body-border-color-secondary) !important;
  background: none !important;
  padding: 0 15px;
  height: 42px;
  font-size: 0.875rem;
  vertical-align: middle;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  border-radius: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__section .woocommerce-billing-fields .select2-selection:hover, .cart__section .woocommerce-billing-fields .select2-selection:active, .cart__section .woocommerce-billing-fields .select2-selection:focus, .cart__section .woocommerce-additional-fields .select2-selection:hover, .cart__section .woocommerce-additional-fields .select2-selection:active, .cart__section .woocommerce-additional-fields .select2-selection:focus{
  border: solid 1px rgba(119, 119, 119, 0.3) !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
}

.cart__section .woocommerce-billing-fields .select2-selection__rendered, .cart__section .woocommerce-additional-fields .select2-selection__rendered{
  color: var(--kmnd-body-color-primary);
  font-size: 0.875rem;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
}

.cart__section .woocommerce-billing-fields .select2-selection__arrow, .cart__section .woocommerce-additional-fields .select2-selection__arrow{
  top: 7px;
}

.cart__section .woocommerce-billing-fields input, .cart__section .woocommerce-additional-fields input{
  margin-bottom: 20px;
}

/* .cart__section .woocommerce-billing-fields input:last-child, .cart__section .woocommerce-additional-fields input:last-child{
  margin-bottom: 0;
} */

.cart__section .woocommerce-billing-fields textarea, .cart__section .woocommerce-additional-fields textarea{
  margin-bottom: 20px;
}

/* .cart__section .woocommerce-billing-fields textarea:last-child, .cart__section .woocommerce-additional-fields textarea:last-child{
  margin-bottom: 0;
} */

.cart__section .woocommerce-billing-fields .select2-container, .cart__section .woocommerce-additional-fields .select2-container{
  margin-bottom: 20px;
}

/* .cart__section .woocommerce-billing-fields .select2-container:last-child, .cart__section .woocommerce-additional-fields .select2-container:last-child{
  margin-bottom: 0;
} */

.cart__section .woocommerce-billing-fields h3, .cart__section .woocommerce-additional-fields h3{
  font-size: 1.625rem;
  font-weight: normal;
  color: #242424;
  margin: 0 0 20px;
}

.cart__section .woocommerce-additional-fields #order_comments{
  margin-bottom: 0;
}

.cart__section .woocommerce-checkout-review-order table{
  width: 100%;
  display: block;
}

.cart__section .woocommerce-checkout-review-order table thead{
  display: none;
}

.cart__section .woocommerce-checkout-review-order table .cart_item:first-of-type{
  padding-top: 5px;
}

.cart__section .woocommerce-checkout-review-order table .cart_item, .cart__section .woocommerce-checkout-review-order table tfoot tr{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
}

.cart__section .woocommerce-checkout-review-order table .product-name, .cart__section .woocommerce-checkout-review-order table tfoot th{
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: normal;
}

.cart__section .product-name strong {
  font-weight: inherit;
}

.cart__section .woocommerce-checkout-review-order table .product-name strong, .cart__section .woocommerce-checkout-review-order table tfoot th strong{
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: normal;
} 

.cart__section .woocommerce-checkout-review-order table .product-total, .cart__section .woocommerce-checkout-review-order table tfoot td{
  font-weight: 500;
  color: var(--kmnd-body-color-accent);
}

.cart__section .woocommerce-checkout-review-order table tbody, .cart__section .woocommerce-checkout-review-order table tfoot{
  width: 100%;
  display: block;
}

.cart__section .woocommerce-checkout-review-order table tbody tr{
  width: 100%;
}

.cart__section .woocommerce-checkout-payment .payment_methods{
  display: none;
}

.cart__section .woocommerce-checkout-payment .woocommerce-privacy-policy-text{
  color: var(--kmnd-body-color-fourth);
  margin-bottom: 20px;
  margin-top: 30px;
}

.cart__section .woocommerce-checkout-payment .woocommerce-privacy-policy-text a{
  text-decoration: none;
    font-weight: 500;
    color: var(--kmnd-body-color-accent);
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.cart__section .woocommerce-checkout-payment .button.alt{
  margin: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  min-height: 50px;
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.813rem;
  background: var(--kmnd-body-background-accent);
  color: var(--kmnd-body-color-primary-inverted);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px;
}

.cart__section .woocommerce-checkout-payment .button.alt:focus, .cart__section .woocommerce-checkout-payment .button.alt:active{
  background: var(--kmnd-body-background-accent);
  color: var(--kmnd-body-color-primary-inverted);
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.cart__section .woocommerce-checkout-payment .button.alt:hover{
  background: var(--kmnd-body-background-neutral);
}

@media (max-width: 992px) {
  .cart__row {
    display: block;
  }
  .cart__col:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .cart__col:nth-of-type(2) {
    width: 100%;
  }
  .cart__empty-title {
    font-size: 2.25rem;
  }
  .cart__empty-image {
    height: 150px;
  }
  .cart__table-item-counter .quantity button{
    height: 42px !important;
    width: 25px !important;
  }
  .cart__table-item-counter .quantity input[type='number']{
    width: 35px !important;
    height: 42px !important;
  }
}

@media (max-width: 576px) {
  .cart__progress-item {
    display: none;
  }
  .cart__progress-item_current {
    display: block;
  }
  .cart__progress-item_current:after {
    display: none;
  }
  .cart__table-heading {
    display: none;
  }
  .cart__table-item {
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border: none;
    border-bottom: 1px solid #E4E4E4;
  }
  .cart__table-item:first-of-type {
    border-top: none;
  }
  .cart__table-item-remove {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 0;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .cart__table-item-content {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cart__table-item-image {
    padding: 0 15px 0 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .cart__table-item-image figure {
    height: 110px;
    width: 100px;
  }
  .cart__table-item-name {
    padding: 0 30px 0 0;
    margin-bottom: 10px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .cart__table-item-price {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px dashed var(--kmnd-body-border-color-secondary);
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .cart__table-item-description{
    display: block;
    color: #242424 !important;
    font-size: 0.688rem !important;
    text-transform: uppercase;
  }
  .cart__table-item-price span.woocommerce-Price-amount.amount {
    margin-left: auto;
  }
  .cart__table-item-counter {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px dashed var(--kmnd-body-border-color-secondary);
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .cart__table-item-counter span {
    display: block;
    color: #242424;
    font-size: 0.688rem;
    text-transform: uppercase;
  }
  .cart__table-item-subtotal {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cart__table-item-subtotal span.woocommerce-Price-amount.amount {
    margin-left: auto;
  }
  .cart__subtable-btn {
    width: 100%;
  }
  .cart__empty-title {
    font-size: 1.5rem;
  }
  .cart__empty-image {
    height: 120px;
  }
}

.search__section {
  padding: 50px 0;
}

.search__empty-image {
  display: block;
  height: 180px;
  width: auto;
  margin: 0 auto 15px;
}

.search__empty-title {
  font-size: 2.625rem;
  margin-bottom: 15px;
  color: #242424;
}

.search__empty-text {
  margin-bottom: 20px;
  color: var(--kmnd-body-color-fourth);
}

.search__section .catalog__item-bottom form.cart{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  justify-content: space-between;
}

.search__section .catalog__item-bottom form.cart .catalog__item-counter .quantity button{
  display: none !important;
}

@media (min-width: 993px){
  .search__section .catalog__item-bottom form.cart .catalog__item-counter{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border: solid 1px var(--kmnd-body-border-color-secondary);
  }
  .search__section .catalog__item-bottom form.cart .catalog__item-counter .counter__btn {
    height: 14px;
    border: none;
    text-align: center;
    width: 100%;
    font-size: 0.75rem;
  }
  .search__section .catalog__item-bottom form.cart .catalog__item-counter input[type='number']{
    height: 20px;
    font-size: 0.75rem;
  }
}

@media (max-width: 1400px){
  .search__section .catalog__item-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search__section  .catalog__item-btn {
    min-height: 42px;
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
  .single__item-bottom  .catalog__item-btn {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .search__empty-title {
    font-size: 2.25rem;
  }
  .search__empty-image {
    height: 150px;
  }
  .catalog__item-btn.ajax_add_to_cart {
    line-height: 32px;
  }
}

@media (max-width: 576px) {
  .search__empty-title {
    font-size: 1.5rem;
  }
  .search__empty-image {
    height: 120px;
  }
}

.terms__section {
  padding: 50px 0;
}

.error__section {
  padding: 50px 0;
}

.thank_you {
  padding: 100px 0;
}

.error__num {
  color: var(--kmnd-body-color-accent);
  font-size: 16rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.thank_you .kmnd-container .error__num {
  color: var(--kmnd-body-color-accent);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.error__title {
  font-size: 3.25rem;
  line-height: 1;
  margin: 0 auto 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.thank_you .kmnd-container .error__title {
  font-size: 1rem;
  line-height: 1;
  margin: 30px auto 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.error__text {
  color: var(--kmnd-body-color-fourth);
  margin: 0 0 20px;
}

.error__form .input {
  margin-right: 2px;
}

.error__form form{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 576px) {
  .error__num {
    font-size: 7.5rem;
  }
  .error__title {
    font-size: 1.375rem;
  }
}

.contacts__section {
  padding: 50px 0 100px;
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__col {
  width: 50%;
}

.contacts__col:nth-of-type(1) {
  padding: 10px 40px 10px 10px;
  border-right: solid 1px #7773;
}

.contacts__col:nth-of-type(2) {
  padding: 10px 10px 10px 40px;
}

.contacts__title {
  font-size: 2.125rem;
  font-weight: normal;
  margin: 0 0 10px;
}

.contacts__subtitle {
  color: var(--kmnd-body-color-fourth);
  margin-bottom: 20px;
  max-width: 425px;
}

.contacts__form .input, .contacts__form .textarea {
  margin-bottom: 20px;
}

.contacts__title2 {
  font-size: 1.625rem;
  color: #242424;
  margin-bottom: 20px;
  font-weight: normal;
}

.contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts__item {
  width: calc(50% - 10px);
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__item:nth-of-type(even) {
  margin-right: 0;
}

.contacts__item-image {
  height: 40px;
  width: 40px;
  margin-right: 20px;
}

.contacts__item-text {
  color: var(--kmnd-body-color-secondary);
  font-weight: 500;
}

.contacts__item-text a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}

.contacts__item-text a:hover {
  color: var(--kmnd-body-color-accent);
}

.contacts__divider {
  border: none;
  border-top: 1px solid #7773;
  margin: 20px 0;
}

.contacts__text {
  color: var(--kmnd-body-color-fourth);
}

.contacts__text a {
  text-decoration: none;
  color: inherit;
}

.contacts__text a strong, .contacts__text a b {
  color: var(--kmnd-body-color-secondary);
}

@media (max-width: 992px) {
  .contacts__title {
    font-size: 1.75rem;
  }
  .contacts__items {
    flex-direction: column;
  }
  .contacts__item {
    width: 100%;
  }
  .contacts__item:nth-child(2) {
    order: 1;
  }
  .contacts__item:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .contacts__row {
    display: block;
  }
  .contacts__col {
    width: 100%;
  }
  .contacts__col:nth-of-type(1) {
    padding: 0;
    border: none;
  }
  .contacts__col:nth-of-type(2) {
    padding: 0;
    margin-top: 20px;
  }
  .contacts__title {
    font-size: 1.625rem;
  }
}

.about__section {
  padding: 20px 0 0;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__col {
  width: calc(50% - 20px);
  margin-right: 40px;
}

.about__col:nth-of-type(even) {
  margin-right: 0;
}

.about__image {
  display: block;
  width: 100%;
  height: auto;
}

.about__pretitle {
  margin-bottom: 10px;
  color: var(--kmnd-body-color-fourth);
}

.about__title {
  font-size: 2.625rem;
  font-weight: normal;
  margin: 0 0 10px;
}

.about__text {
  color: var(--kmnd-body-color-fourth);
  line-height: 2;
}

.about__content {
  padding: 50px 0 0;
}

.about__video {
  padding: 50px 0 0;
}

@media (max-width: 992px) {
  .about__section {
    padding-top: 50px;
  }
  .about__row {
    display: block;
  }
  .about__col {
    width: 100%;
    margin-right: 0;
  }
  .about__col:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .about__pretitle {
    text-align: center;
  }
  .about__title {
    font-size: 2.25rem;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .about__section {
    padding-top: 50px;
  }
  .about__title {
    font-size: 2rem;
  }
}

.benefits__section {
  padding-top: 70px;
}

.benefits__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefits__col {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
}

.benefits__col:nth-of-type(5n+5) {
  margin-right: 0;
}

.benefits__item {
  height: 100%;
  padding: 80px 40px 80px 40px;
  background: #F8F8F8;
}

.benefits__num {
  font-size: 3.25rem;
  color: var(--kmnd-body-color-accent);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.benefits__title {
  margin-bottom: 10px;
  color: #242424;
  font-size: 1.625rem;
}

.benefits__text {
  color: var(--kmnd-body-color-fourth);
}

@media (max-width: 992px) {
  .benefits__col {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-top: 20px;
  }
  .benefits__col:nth-of-type(even) {
    margin-right: 0;
  }
  .benefits__col:nth-of-type(5n+5) {
    margin-right: 0;
    width: 100%;
  }
  .benefits__col:nth-of-type(1), .benefits__col:nth-of-type(2) {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .benefits__section {
    padding-top: 50px;
  }
  .benefits__row {
    display: block;
  }
  .benefits__col {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .benefits__col:nth-of-type(1) {
    margin-top: 0;
  }
  .benefits__col:nth-of-type(2) {
    margin-top: 20px;
  }
}

.stats__section {
  padding-top: 70px;
}

.stats__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stats__col {
  width: calc(50% - 10px);
  margin-right: 20px;
}

.stats__col:nth-of-type(even) {
  margin-right: 0;
}

.stats__subrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stats__subcol {
  width: calc(50% - 10px);
  margin-right: 20px;
}

.stats__subcol:nth-of-type(even) {
  margin-right: 0;
}

.stats__dev {
  color: var(--kmnd-body-color-secondary);
  font-weight: 600;
  margin-bottom: 20px;
}

.stats__dev a {
  text-decoration: none;
  color: inherit;
}

.stats__text {
  color: var(--kmnd-body-color-secondary);
  margin-bottom: 20px;
  max-width: 480px;
}

.stats__num {
  font-size: 2.375rem;
  color: var(--kmnd-body-color-accent);
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
}

.stats__title {
  margin-bottom: 10px;
  color: #242424;
  font-size: 1.25rem;
}

.stats__subtext {
  color: var(--kmnd-body-color-fourth);
}

@media (max-width: 576px) {
  .stats__section {
    padding-top: 50px;
  }
  .stats__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .stats__col {
    width: 100%;
    margin-right: 0;
  }
  .stats__col:nth-of-type(2) {
    margin-bottom: 20px;
  }
}

.follow__section {
  padding-top: 70px;
}

.follow__section_last {
  padding-bottom: 110px;
}

.follow__title {
  text-align: center;
  font-size: 2.625rem;
  font-family: var(--kmnd-body-color-secondary);
  font-weight: normal;
  margin: 0 0 10px;
}

.follow__text {
  text-align: center;
  max-width: 737px;
  margin: 0 auto 20px;
  color: var(--kmnd-body-color-fourth);
}

.follow__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.follow__soc a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  height: 30px;
  width: 30px;
  background: #f1f1f1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 8px;
}

.follow__soc a:last-of-type {
  margin-right: 0;
}

.follow__soc a img {
  height: 14px;
  width: auto;
  display: block;
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  -webkit-filter: invert(64%) sepia(0%) saturate(329%) hue-rotate(173deg) brightness(89%) contrast(90%);
          filter: invert(64%) sepia(0%) saturate(329%) hue-rotate(173deg) brightness(89%) contrast(90%);
}

.follow__soc a:hover {
  background: var(--kmnd-body-background-accent);
}

.follow__soc a:hover img {
  -webkit-filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(174deg) brightness(112%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(174deg) brightness(112%) contrast(101%);
}

@media (max-width: 992px) {
  .follow__title {
    font-size: 2.25rem;
  }
}

@media (max-width: 576px) {
  .follow__section {
    padding: 60px 0;
  }
  .follow__title {
    font-size: 2rem;
  }
}

.popup-cookies {
  position: fixed;
  padding: 25px;
  width: 370px;
  z-index: 100;
  bottom: 15px;
  right: 15px;
  background: var(--kmnd-body-background-primary);
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}

.popup-cookies__title {
  font-size: 1.25rem;
  color: var(--kmnd-body-color-secondary);
  margin: 0 0 20px;
}

.popup-cookies__text {
  color: var(--kmnd-body-color-fourth);
  margin: 0 0 20px;
  font-size: 0.875rem;
}

@media (max-width: 576px) {
  .popup-cookies {
    width: 370px;
    max-width: calc(100% - 30px);
  }
  .discount_products--left_image--dot:nth-of-type(1):hover .discount_products--left_image--dot--content{
    right: -26px !important;
    left: auto !important;
  }
  .discount_products--left_image--dot:nth-of-type(3):hover .discount_products--left_image--dot--content{
    right: -62px !important;
    left: auto !important;
  }
  .discount_products--left_image--dot--content.right_pos{
    left: auto !important;
    margin-left: 0 !important;
  }
}


.mm-panels .menu-icon{
    margin-right: 6px;
    position: relative;
    top: 4px;
}

.otgs-development-site-front-end{
  display: none !important;
}


.footer_info_item img:nth-of-type(2){
  height: 90px;
  width: auto;
  display: block;
}

.product-template-default .breadcrumbs__section{
  border: none;
  padding-bottom: 0;
}

.product-template-default .breadcrumbs__section .breadcrumbs__divider{
  display: none;
}

.product__id{
  color: var(--kmnd-body-color-secondary) !important;
  font-weight: 500;
}
.product__id .c-secondary.fw-500{
  color: #7A7A7A;
  font-weight: normal;
}

.product__share p{
  color: var(--kmnd-body-color-secondary) !important;
  font-weight: 500;
}

del .woocommerce-Price-amount.amount bdi, del .woocommerce-Price-amount.amount span{
  color: var(--kmnd-body-color-tertiary);
}

ins{
  text-decoration: none !important;
}

.cart__section .woocommerce-error{
  list-style: none;
  margin-bottom: 20px;
}

.cart__section .woocommerce-error li{
  color: #E01020;
  font-size: 0.875rem;
}


.select2-container--open .select2-dropdown{
  top: -42px;
}

@media (min-width: 993px){
  .header_top{
    top: -100px;
  }
}

.archive .catalog__item-counter.counter .quantity button{
  display: none;
}

.cky-btn {
  max-width: 28%!important;
  border-radius: 0!important;
}

.cky-consent-container {
  width: 370px!important;
}

.cky-box-bottom-right {
  bottom: 15px!important;
  right: 15px!important;
}

.cky-consent-container .cky-consent-bar {
  border: 0!important;
  border-radius: 0!important;
}

.cky-notice .cky-title {
  font-size: 1.25rem!important;
  color: var(--kmnd-body-color-secondary)!important;
  margin: 0 0 20px!important;
  font-weight: normal!important;
}

.cky-notice-des {
  color: var(--kmnd-body-color-fourth) !important;
  margin: 0 0 20px!important;
  font-size: 0.875rem!important;
}

.woocommerce-notices-wrapper, .woocommerce-notices-shortcode{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--kmnd-container-max-width);
  padding-left: var(--kmnd-container-padding);
  padding-right: var(--kmnd-container-padding);
}

.woocommerce-message{
  margin-top: 25px;
  margin-bottom: 25px;
  border: solid 2px var(--kmnd-body-border-color-accent);
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; */
  /* -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; */
}

.woocommerce-message .button{
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  min-height: 42px;
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.813rem;
  background: var(--kmnd-body-background-accent);
  color: var(--kmnd-body-color-primary-inverted);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  text-decoration: none;
  cursor: pointer;
  margin: 0 0 0 10px;
  border-radius: 0px;
  font-weight: 300;
  white-space: nowrap;
  margin-left: auto;
  -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}

.woocommerce-message .button:active, .woocommerce-message .button:focus{
  background: var(--kmnd-body-background-accent);
  color: var(--kmnd-body-color-primary-inverted);
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.woocommerce-message .button:hover {
  background: var(--kmnd-body-background-neutral);
}

.cart__empty-button .btn.button.wc-backward{
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  min-height: 42px;
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.813rem;
  background: var(--kmnd-body-background-accent);
  color: var(--kmnd-body-color-primary-inverted);
  -webkit-transition: var(--kmnd-transition);
  -o-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  text-decoration: none;
  cursor: pointer;
  margin: 0 0 0 10px;
  border-radius: 0px;
  font-weight: 300;
}

.cart__empty-button .btn.button.wc-backward:active, .cart__empty-button .btn.button.wc-backward:focus{
  background: var(--kmnd-body-background-accent);
  color: var(--kmnd-body-color-primary-inverted);
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.cart__empty-button .btn.button.wc-backward:hover {
  background: var(--kmnd-body-background-neutral);
}

.cky-revisit-bottom-left {
  display: none!important;
}

@media (min-width: 993px){
  .discount_products--left_image--dot:nth-of-type(3) .discount_products--left_image--dot--content.right_pos{
    left: -145px;
    top: 16px;
  }
}

@media (min-width: 577px) and (max-width: 992px){
  .discount_products--left_image--dot:nth-of-type(1) .discount_products--left_image--dot--content.left_pos{
    left: -140px !important;
    right: auto;
  }
}

.best_product-info{
  text-align: center;
}

@media (max-width: 1200px){
  .best_product-image-wrap .best_product-image-btn{
    transform: translatey(0%);
  }
  .popular_products-image-wrap .popular_products-image-btn {
    transform: translateY(0%);
  }
}

.logo--header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo--header img:nth-of-type(2){
  display: block;
    width: auto;
    height: 40px;
}

@media (max-width: 992px){
  .logo--header{
    position: relative;
    top: -6px;
  }
}

#popular_products_slider_button-next:before, #popular_products_slider_button-prev:before{
  height: 60px;
  width: 60px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
}

@media (min-width: 993px) and (max-width: 1200px){
  .container.container-header_nav_PK{
    max-width: 100% !important;
  }
  .header_nav_PK>li>a>span{
    margin: 0;
  }
}

.product__additional-name, .additional__item-name, .bestsellers-product--title, .best_product-title, .discount_products--item-title, .popular_products-title, .catalog__item-name, .rated__item-name{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bestsellers-product--labels .catalog__item-label{
  position: relative;
  top: 0;
  left: 0;
}

#category_previews_slider:not(.swiper-initialized) .swiper-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#category_previews_slider:not(.swiper-initialized) .swiper-slide{
  display: none;
}

#category_previews_slider:not(.swiper-initialized) .swiper-slide:nth-of-type(1), #category_previews_slider:not(.swiper-initialized) .swiper-slide:nth-of-type(2), #category_previews_slider:not(.swiper-initialized) .swiper-slide:nth-of-type(3), #category_previews_slider:not(.swiper-initialized) .swiper-slide:nth-of-type(4), #category_previews_slider:not(.swiper-initialized) .swiper-slide:nth-of-type(5){
  display: block;
  margin-right: 30px;
  width: calc((100% - 30px - 30px - 30px - 30px) / 5);
}

#category_previews_slider:not(.swiper-initialized) .swiper-slide:nth-of-type(5){
  margin-right: 0;
}




#popular_products_slider:not(.swiper-initialized) .swiper-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#popular_products_slider:not(.swiper-initialized) .swiper-slide{
  display: none;
}

#popular_products_slider:not(.swiper-initialized) .swiper-slide:nth-of-type(1), #popular_products_slider:not(.swiper-initialized) .swiper-slide:nth-of-type(2), #popular_products_slider:not(.swiper-initialized) .swiper-slide:nth-of-type(3), #popular_products_slider:not(.swiper-initialized) .swiper-slide:nth-of-type(4), #popular_products_slider:not(.swiper-initialized) .swiper-slide:nth-of-type(5){
  display: block;
  margin-right: 30px;
  width: calc((100% - 30px - 30px - 30px - 30px) / 5);
}

#popular_products_slider:not(.swiper-initialized) .swiper-slide:nth-of-type(5){
  margin-right: 0;
}

.footer_info_item_contacts img{
  margin-right: 7px;
}

.product-template-default .additional__section{
  padding-bottom: 70px;
}

.product__section .catalog__item-btn{
  width: auto;
}

@media (min-width: 577px) and (max-width: 992px){
  .product__subcol:nth-of-type(1){
    width: calc(63% - 7.5px);
    margin-right: 15px;
  }
  .product__subcol:nth-of-type(2){
    width: calc(37% - 7.5px);
  }
}

.mobile-contacts.support--header br{
  display: none;
}

nav.header_nav_PK{
  padding-right: 40px;
}

.mobile-btn-wrapp{
  margin-left: 20px;
  margin-top: 14px;
}

.mobile-btn-wrapp a{
  color: #fff;
  font-size: 15px;
}

.container-header_nav_PK .d-none.d-lg-block .btn{
  font-size: 14px;
}