@charset "UTF-8";
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/pt-sans-v12-latin_cyrillic-regular.eot);
  src: local(""),url(../fonts/pt-sans-v12-latin_cyrillic-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/pt-sans-v12-latin_cyrillic-regular.woff2) format("woff2"),url(../fonts/pt-sans-v12-latin_cyrillic-regular.woff) format("woff"),url(../fonts/pt-sans-v12-latin_cyrillic-regular.ttf) format("truetype"),url(../fonts/pt-sans-v12-latin_cyrillic-regular.svg#PTSans) format("svg")
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/pt-sans-v12-latin_cyrillic-italic.eot);
  src: local(""),url(../fonts/pt-sans-v12-latin_cyrillic-italic.eot?#iefix) format("embedded-opentype"),url(../fonts/pt-sans-v12-latin_cyrillic-italic.woff2) format("woff2"),url(../fonts/pt-sans-v12-latin_cyrillic-italic.woff) format("woff"),url(../fonts/pt-sans-v12-latin_cyrillic-italic.ttf) format("truetype"),url(../fonts/pt-sans-v12-latin_cyrillic-italic.svg#PTSans) format("svg")
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/pt-sans-v12-latin_cyrillic-700.eot);
  src: local(""),url(../fonts/pt-sans-v12-latin_cyrillic-700.eot?#iefix) format("embedded-opentype"),url(../fonts/pt-sans-v12-latin_cyrillic-700.woff2) format("woff2"),url(../fonts/pt-sans-v12-latin_cyrillic-700.woff) format("woff"),url(../fonts/pt-sans-v12-latin_cyrillic-700.ttf) format("truetype"),url(../fonts/pt-sans-v12-latin_cyrillic-700.svg#PTSans) format("svg")
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/pt-sans-v12-latin_cyrillic-700italic.eot);
  src: local(""),url(../fonts/pt-sans-v12-latin_cyrillic-700italic.eot?#iefix) format("embedded-opentype"),url(../fonts/pt-sans-v12-latin_cyrillic-700italic.woff2) format("woff2"),url(../fonts/pt-sans-v12-latin_cyrillic-700italic.woff) format("woff"),url(../fonts/pt-sans-v12-latin_cyrillic-700italic.ttf) format("truetype"),url(../fonts/pt-sans-v12-latin_cyrillic-700italic.svg#PTSans) format("svg")
}
html {
  box-sizing: border-box
}
*,
:after,
:before {
  box-sizing: inherit
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: url(../images/bg-new.jpg) center 0 no-repeat fixed #fff;
  color: #222;
  font-family: "PT Sans",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4
}
iframe,
img,
video {
  max-width: 100%;
  height: auto
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px
}
a {
  color: #222
}
a:not([class]),
a[href^="mailto:"],
a[href^="tel:"] {
  color: currentColor
}
a[href^="mailto:"],
a[href^="tel:"] {
  text-decoration: none
}
.visually-hidden {
  position: absolute!important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  padding: 0!important;
  border: 0!important;
  height: 1px!important;
  width: 1px!important;
  overflow: hidden
}
.h1,
.h2,
.h3,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal
}
.h1,
h1 {
  margin: .5em 0;
  font-size: 22px
}
.text-uppercase {
  text-transform: uppercase
}
.text-bold {
  font-weight: 700
}
.text-center {
  text-align: center
}
.site-header__main {
  position: relative;
  background-image: url(../images/header-decor.png);
  background-repeat: repeat-x;
  background-position: 0 0
}
.site-header__main .mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(-100%,0);
  transition: transform .6s cubic-bezier(.77,.2,.05,1);
  z-index: 9999
}
.site-header__main .mobile-nav.animate {
  transform: none
}
.site-header__primary {
  position: relative;
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: center
}
.site-header__logo {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto
}
.site-header__customer-area {
  margin-top: 10px
}
.site-header__customer-area .auth-panel {
  margin-bottom: 15px
}
.site-header__ecommerce {
  display: flex;
  justify-content: center
}
.site-header__ecommerce .mini-cart {
  margin-left: 20px
}
.site-header__contacts {
  line-height: 1.2
}
.site-header__contacts .mail-link,
.site-header__contacts .phone-link {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  text-shadow: -2px -1px 0 #fff,-2px 0 0 #fff,-2px 1px 0 #fff,-1px -2px 0 #fff,-1px -1px 0 #fff,-1px 0 0 #fff,-1px 1px 0 #fff,-1px 2px 0 #fff,0 -2px 0 #fff,0 -1px 0 #fff,0 0 0 #fff,0 1px 0 #fff,0 2px 0 #fff,1px -2px 0 #fff,1px -1px 0 #fff,1px 0 0 #fff,1px 1px 0 #fff,1px 2px 0 #fff,2px -1px 0 #fff,2px 0 0 #fff,2px 1px 0 #fff
}
.site-header__contacts .phone-link {
  font-size: 20px
}
.site-header__contacts .mail-link,
.site-header__contacts .social-icons {
  margin-top: 5px
}
.site-header__secondary .woocommerce-product-search {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto
}
.site-header__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(-100%,0);
  transition: transform .6s cubic-bezier(.77,.2,.05,1);
  z-index: 9999
}
.site-header__nav.animate {
  transform: none
}
.site-header__nav .menu-item:nth-child(7) {
  flex-grow: 1
}
.site-header__mobile-navigations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 10px
}
.site-body {
  flex: 1 0 auto;
  padding-bottom: 30px
}
.site-body__main {
  margin-bottom: 10px
}
.site-body__sidebar {
  display: none
}
.site-footer__subscription {
  margin-bottom: 30px
}
.site-footer__main-wrapper {
  padding-top: 20px;
  padding-bottom: 20px
}
.site-footer__widget-area .widget_nav_menu .menu-item {
  padding-top: 5px;
  padding-bottom: 5px
}
.site-footer__widget-area .widget_nav_menu .menu-item__link {
  display: inline-block;
  transition: .3s
}
.site-footer__widget-area .widget_nav_menu .current-menu-item .menu-item__link,
.site-footer__widget-area .widget_nav_menu .menu-item__link:focus,
.site-footer__widget-area .widget_nav_menu .menu-item__link:hover {
  color: #a2a2a2
}
.site-footer__widget-area + .site-footer__widget-area {
  margin-top: 20px
}
.site-footer__widget-area .widget__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700
}
.site-footer__social-widgets #vk_widget {
  margin-bottom: 20px
}
.site-footer__social-widgets #ok_group_widget iframe {
  width: 100%!important
}
.wpcf7-not-valid-tip {
  font-size: 16px
}
.wpcf7 form .wpcf7-response-output {
  display: inline-block;
  margin: 1.5em 0 0;
  padding: .4em .8em
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
  color: #dc3232
}
.wpcf7 form.sent .wpcf7-response-output {
  padding: 0;
  border: none;
  color: #000;
  font-weight: 700
}
.grecaptcha-badge {
  visibility: hidden
}
.mc-logo,
a#mc-link {
  opacity: 0!important
}
#mc-container .mc-comment-menu,
.cc .mc-comments .mc-comment-wrap:hover .mc-comment-vote .mc-comment-dislike,
.mc-comments .mc-comment-time,
.mc-comments meta[itemprop=dateCreated],
a.mc-subscr-toggle {
  display: none!important
}
.sidebar__item + .sidebar__item {
  margin-top: 20px
}
.sidebar .widget__title {
  color: #d60505;
  font-size: 22px
}
.sidebar .widget_nav_menu .menu-item,
.sidebar .widget_product_categories .cat-item {
  padding-top: 5px;
  padding-bottom: 5px
}
.sidebar .widget_nav_menu .menu-item a,
.sidebar .widget_product_categories .cat-item a {
  display: inline-block
}
.sidebar a {
  text-decoration: none
}
.sidebar a:hover {
  text-decoration: underline
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px
}
.gallery-item {
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  margin: 0 0 8px;
  padding-left: 4px;
  padding-right: 4px
}
.gallery-columns-2 .gallery-item {
  flex-basis: 50%;
  max-width: 50%
}
.gallery-icon {
  vertical-align: top
}
.gallery-icon a {
  display: block
}
.gallery-icon img {
  width: 100%;
  vertical-align: top;
  border: 4px solid #94cfac
}
.gallery-caption {
  padding: 10px 0;
  text-align: center;
  line-height: 1.2
}
.request-price-btn {
  display: inline-block;
  padding: .46667em .66667em;
  margin-bottom: .55556em;
  border: none;
  border-radius: .26667em;
  background-color: #f20224;
  color: #fff;
  font-weight: 700;
  font-size: .83333em;
  line-height: 1.06667em;
  cursor: pointer;
  transition: opacity .5s
}
.summary .request-price-btn {
  font-size: 18px
}
.request-price-btn:focus,
.request-price-btn:hover {
  opacity: .8
}
.product__inner .request-price-btn {
  width: 100%
}
.request-price-form {
  font-size: .83333em;
  line-height: 1.06667
}
.request-price-form input[type=email],
.request-price-form input[type=submit],
.request-price-form input[type=text] {
  width: 100%;
  margin-bottom: 5px;
  padding: 3px 5px;
  color: #222
}
.request-price-form input[type=submit] {
  cursor: pointer
}
.request-price-note {
  margin-bottom: 5px;
  color: #f20224;
  font-size: .93333em
}
.request-price-wrapper {
  margin-bottom: 10px;
  text-align: left
}
.summary .request-price-wrapper {
  max-width: 250px
}
.skip-btn {
  padding: 0;
  background: 0 0;
  border: none;
  color: #ad3831;
  font-weight: 700;
  font-size: .83333em;
  cursor: pointer
}
.buy-product,
.product__buy {
  display: none
}
.is-show-price .buy-product,
.is-show-price .product__buy,
.visible-prices .buy-product,
.visible-prices .product__buy {
  display: block
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%
}
.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
  content: ' ';
  display: table
}
.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
  clear: both
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: auto
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  text-align: right
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 80px
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left
}
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
  display: none
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%
}
.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
  content: ' ';
  display: table
}
.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
  clear: both
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  clear: right;
  float: right
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before {
  content: ' ';
  display: table
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.product_list_widget li::after,
.woocommerce-page ul.product_list_widget li::before {
  content: ' ';
  display: table
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
  clear: both
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto
}
.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
  content: ' ';
  display: table
}
.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
  clear: both
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}
.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem
}
.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: .7em;
  top: .7em;
  cursor: pointer
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "";
  text-decoration: none
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  color: #585858
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto
}
.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
  text-align: left;
  padding: 0 1em 0 0;
  float: left
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-billing-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before {
  content: ' ';
  display: table
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
  clear: both
}
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative
}
@keyframes spin {
  100% {
    transform: rotate(360deg)
  }
}
@font-face {
  font-family: star;
  src: url(../fonts/star.eot);
  src: url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: WooCommerce;
  src: url(../fonts/WooCommerce.eot);
  src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal
}
.woocommerce-store-notice,
p.demo_store {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0,0,0,.2);
  display: none
}
.woocommerce-store-notice a,
p.demo_store a {
  color: #fff;
  text-decoration: underline
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important
}
.admin-bar p.demo_store {
  top: 32px
}
.clear {
  clear: both
}
.woocommerce .blockUI.blockOverlay {
  position: relative
}
.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: '';
  animation: 1s ease-in-out infinite spin;
  background: url(../images/icons/loader.svg) center center/cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0,0,0,.75)
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red!important;
  text-decoration: none;
  font-weight: 700;
  border: 0
}
.woocommerce a.remove:hover {
  color: #fff!important;
  background: red
}
.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: .857em;
  margin-top: 10px
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative
}
.woocommerce div.product p.stock {
  font-size: .92em
}
.woocommerce div.product .stock {
  color: #77a464
}
.woocommerce div.product .out-of-stock {
  color: red
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: .5s cubic-bezier(.795,-.035,0,1);
  margin: 0;
  padding: 0
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  position: relative
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6b6b
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 0
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0
}
.woocommerce div.product p.cart {
  margin-bottom: 2em
}
.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
  content: ' ';
  display: table
}
.woocommerce div.product p.cart::after {
  clear: both
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px
}
.woocommerce div.product form.cart table td {
  padding-left: 0
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: .83em
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
  border: 0
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5,1.5)
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: .25;
  padding-right: 2.618em
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: .618em;
  right: 1em;
  animation: 2s linear infinite spin
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #dfdcde;
  text-decoration: none;
  background-image: none;
  color: #515151
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #a46497;
  color: #fff;
  -webkit-font-smoothing: antialiased
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #96588a;
  color: #fff
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #a46497;
  color: #fff
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: .5;
  padding: .618em 1em
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #ebe9eb
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0,0,0,.1);
  margin-bottom: 1.618em;
  width: 100%
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0,0,0,.1);
  margin: 0;
  line-height: 1.5
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0,0,0,.1);
  margin: 0;
  line-height: 1.5
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0,0,0,.025)
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0,0,0,.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em
}
.woocommerce table.shop_table td del,
.woocommerce table.shop_table td small {
  font-weight: 400
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0,0,0,.1)
}
.woocommerce table.my_account_orders {
  font-size: .85em
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "\2193";
  display: inline-block
}
.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  list-style: none
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
  float: left;
  clear: both;
  margin-right: .25em;
  display: inline-block;
  list-style: none
}
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  margin: 0
}
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
  margin-bottom: 0
}
.woocommerce td.product-name p.backorder_notification {
  font-size: .83em
}
.woocommerce td.product-quantity {
  min-width: 80px
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
  content: ' ';
  display: table
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0,0,0,.1)
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
  content: ' ';
  display: table
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 .25em
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0
}
.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
  content: ' ';
  display: table
}
.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
  clear: both
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s;
  transition: opacity .5s .5s;
  opacity: 0
}
.woocommerce form .form-row label {
  line-height: 1.2;
  margin-bottom: 7px
}
.woocommerce form .form-row label.hidden {
  visibility: hidden
}
.woocommerce form .form-row label.inline {
  display: inline
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: .5em 0 0;
  clear: both;
  display: none;
  position: relative
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0;
  border-style: solid;
  border-color: #1e85be transparent transparent;
  z-index: 100;
  display: block
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0!important;
  text-decoration: none;
  visibility: hidden
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  resize: vertical
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #ff0507
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #ff0507
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px
}
.woocommerce ul#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0
}
.woocommerce ul#shipping_method li {
  margin: 0 0 .5em;
  line-height: 1.5em;
  list-style: none
}
.woocommerce ul#shipping_method li input {
  margin: 3px .4375em 0 0;
  vertical-align: top
}
.woocommerce ul#shipping_method li label {
  display: inline
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0
}
.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none
}
.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  content: ' ';
  display: table
}
.woocommerce ul.order_details::after {
  clear: both
}
.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5
}
.woocommerce ul.order_details li:last-of-type {
  border: none
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 700
}
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 2em
}
.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 0
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0,0,0,.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  margin-bottom: 0;
  padding-left: 1.5em
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: 0 0 1px;
  list-style: none
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
  content: ' ';
  display: table
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  color: #ff0507
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  overflow: hidden;
  zoom: 1
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  text-decoration: none;
  color: #ff0507;
  vertical-align: inherit;
  margin-right: .5em
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: .8751em
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a46497
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #462940;
  border: 0
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .5em
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none
}
.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none
}
.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
  content: ' ';
  display: table
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  color: #ff0507
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block
}
.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
  display: block!important
}
.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
  display: none!important
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none;
  width: auto;
  word-wrap: break-word
}
.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
  content: ' ';
  display: table
}
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  clear: both
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none!important;
  padding-left: 0!important;
  margin-left: 0!important
}
.woocommerce-message {
  border-top-color: #8fae1b
}
.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b
}
.woocommerce-info {
  border-top-color: #1e85be
}
.woocommerce-info::before {
  color: #1e85be
}
.woocommerce-error {
  border: 4px solid #ff007b;
  font-weight: 700
}
.woocommerce-error::before {
  content: "\e016";
  color: #ff007b
}
.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
  content: ' ';
  display: table
}
.woocommerce-account .woocommerce::after {
  clear: both
}
.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
  content: ' ';
  display: table
}
.woocommerce-account .addresses .title::after {
  clear: both
}
.woocommerce-account .addresses .title h3 {
  float: left
}
.woocommerce-account .addresses .title .edit {
  float: right
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0
}
.woocommerce-account ul.digital-downloads li::before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none
}
.woocommerce-account ul.digital-downloads li .count {
  float: right
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 174px
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  box-shadow: none;
  vertical-align: top
}
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  vertical-align: middle
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0
}
#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
  content: ' ';
  display: table
}
#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
  clear: both
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: .5em;
  display: inline-block
}
#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "";
  text-decoration: none
}
#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0
}
#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: .83em
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0
}
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0
}
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 35%
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em
}
#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #767676
}
#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%
}
#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #77a464
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb
}
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0
}
#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none
}
#add_payment_method .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
  clear: left
}
#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: 400
}
#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%
}
#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
  clear: both
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ebe9eb
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none
}
#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
  content: ' ';
  display: table
}
#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
  clear: both
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
  background-color: #ebd4de
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none
}
#add_payment_method #payment ul.payment_methods li img + img,
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px
}
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
  content: ' ';
  display: table
}
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both
}
#add_payment_method #payment div.form-row,
#add_payment_method #payment ul.payment_methods li.wc_payment_method,
.woocommerce-cart #payment div.form-row,
.woocommerce-cart #payment ul.payment_methods li.wc_payment_method,
.woocommerce-checkout #payment div.form-row,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
  padding: 1em
}
#add_payment_method #payment div.malinnik-payment_box,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.malinnik-payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.malinnik-payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #e0c9d2;
  color: #515151
}
#add_payment_method #payment div.malinnik-payment_box input.input-text,
#add_payment_method #payment div.malinnik-payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.malinnik-payment_box input.input-text,
.woocommerce-cart #payment div.malinnik-payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.malinnik-payment_box input.input-text,
.woocommerce-checkout #payment div.malinnik-payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6
}
#add_payment_method #payment div.malinnik-payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.malinnik-payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.malinnik-payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
  color: #bbb3b9
}
#add_payment_method #payment div.malinnik-payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.malinnik-payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.malinnik-payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
  color: #bbb3b9
}
#add_payment_method #payment div.malinnik-payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.malinnik-payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.malinnik-payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
  color: #bbb3b9
}
#add_payment_method #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none;
  margin: 0
}
#add_payment_method #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 .5em
}
#add_payment_method #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer
}
#add_payment_method #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.malinnik-payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative
}
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0
}
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px
}
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(../images/icons/credit-cards/visa.svg)
}
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(../images/icons/credit-cards/mastercard.svg)
}
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(../images/icons/credit-cards/laser.svg)
}
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(../images/icons/credit-cards/diners.svg)
}
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(../images/icons/credit-cards/maestro.svg)
}
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(../images/icons/credit-cards/jcb.svg)
}
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(../images/icons/credit-cards/amex.svg)
}
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.malinnik-payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.malinnik-payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.malinnik-payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(../images/icons/credit-cards/discover.svg)
}
#add_payment_method #payment div.malinnik-payment_box span.help,
#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.malinnik-payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.malinnik-payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: .857em;
  color: #767676;
  font-weight: 400
}
#add_payment_method #payment div.malinnik-payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.malinnik-payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.malinnik-payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em
}
#add_payment_method #payment div.malinnik-payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.malinnik-payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.malinnik-payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0
}
#add_payment_method #payment div.malinnik-payment_box::before,
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.malinnik-payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.malinnik-payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #e0c9d2;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em
}
#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle
}
#add_payment_method #payment .wc_payment_method.payment_method_yookassa_epl,
#add_payment_method #payment .wc_payment_method.payment_method_yookassa_widget,
.woocommerce-cart #payment .wc_payment_method.payment_method_yookassa_epl,
.woocommerce-cart #payment .wc_payment_method.payment_method_yookassa_widget,
.woocommerce-checkout #payment .wc_payment_method.payment_method_yookassa_epl,
.woocommerce-checkout #payment .wc_payment_method.payment_method_yookassa_widget {
  position: relative;
  background-color: #e7d3e7;
  border: 6px solid #ff007b
}
#add_payment_method #payment .wc_payment_method.payment_method_yookassa_epl:before,
#add_payment_method #payment .wc_payment_method.payment_method_yookassa_widget:before,
.woocommerce-cart #payment .wc_payment_method.payment_method_yookassa_epl:before,
.woocommerce-cart #payment .wc_payment_method.payment_method_yookassa_widget:before,
.woocommerce-checkout #payment .wc_payment_method.payment_method_yookassa_epl:before,
.woocommerce-checkout #payment .wc_payment_method.payment_method_yookassa_widget:before {
  content: "";
  position: absolute;
  top: -21px;
  right: 6px;
  width: 108px;
  height: 85px;
  background-image: url(../images/present-box.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2
}
#add_payment_method #payment .wc_payment_method.payment_method_yookassa_epl .malinnik-payment_box,
#add_payment_method #payment .wc_payment_method.payment_method_yookassa_widget .malinnik-payment_box,
.woocommerce-cart #payment .wc_payment_method.payment_method_yookassa_epl .malinnik-payment_box,
.woocommerce-cart #payment .wc_payment_method.payment_method_yookassa_widget .malinnik-payment_box,
.woocommerce-checkout #payment .wc_payment_method.payment_method_yookassa_epl .malinnik-payment_box,
.woocommerce-checkout #payment .wc_payment_method.payment_method_yookassa_widget .malinnik-payment_box {
  background-color: #dcc9db
}
#add_payment_method #payment .wc_payment_method.payment_method_yookassa_epl .malinnik-payment_box:before,
#add_payment_method #payment .wc_payment_method.payment_method_yookassa_widget .malinnik-payment_box:before,
.woocommerce-cart #payment .wc_payment_method.payment_method_yookassa_epl .malinnik-payment_box:before,
.woocommerce-cart #payment .wc_payment_method.payment_method_yookassa_widget .malinnik-payment_box:before,
.woocommerce-checkout #payment .wc_payment_method.payment_method_yookassa_epl .malinnik-payment_box:before,
.woocommerce-checkout #payment .wc_payment_method.payment_method_yookassa_widget .malinnik-payment_box:before {
  border: 1em solid #dcc9db;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent
}
.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  background: rgba(0,0,0,.05)
}
.woocommerce-invalid #terms {
  outline: red solid 2px;
  outline-offset: 2px
}
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 1em
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733
}
.woocommerce-password-hint {
  margin: .5em 0 0;
  display: block
}
.product__inner .price,
.single-product-summary .price {
  color: #cf1516
}
.product__inner .price ins,
.single-product-summary .price ins {
  display: inline-block;
  font-weight: 700;
  text-decoration: none
}
.product__inner .price del,
.single-product-summary .price del {
  opacity: .5;
  display: inline-block
}
.shop-content__breadcrumbs {
  margin-bottom: .6em
}
.shop-content__breadcrumbs-wrapper {
  margin-bottom: 15px
}
.shop-content__result-ordering-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px
}
.shop-content__result-ordering-wrapper .woocommerce-result-count {
  flex-basis: 100%;
  margin-top: 0;
  margin-bottom: .6em
}
.shop-content__result-ordering-wrapper .woocommerce-ordering {
  margin-bottom: 0
}
mark.count {
  background: 0 0;
  font-weight: 400
}
ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
  padding: 0;
  list-style: none
}
ul.products li.product {
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 12px;
  padding-left: 2px;
  padding-right: 2px
}
ul.products li.product-category a {
  text-decoration: none
}
ul.products li.subscribe-form-item {
  margin-bottom: 12px
}
ul.products li.catalog-video-item {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-size: contain
}
ul.products li.catalog-video-item video {
  vertical-align: top
}
ul.products li.catalog-video-item_source_youtube {
  aspect-ratio: 16/9
}
ul.products li.catalog-video-item_source_youtube > iframe {
  opacity: 0
}
.woocommerce-loop-category__title,
.woocommerce-loop-product__title {
  margin-bottom: .55556em;
  line-height: 1.3;
  font-weight: 700;
  word-wrap: break-word;
  -ms-hyphens: auto;
  hyphens: auto
}
.woocommerce-loop-product__link {
  text-decoration: none
}
.product .onsale {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  padding: 0 4px 4px;
  background-color: rgba(207,21,22,.8);
  color: #ffb87a;
  line-height: 1;
  z-index: 1
}
.product__inner {
  position: relative;
  text-align: center
}
.product__inner .size-woocommerce_thumbnail {
  width: 100%;
  display: block;
  margin-bottom: 4px
}
.product__inner .price {
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: .857em
}
.product__inner .price .from {
  font-size: .67em;
  margin: -2px 0 0;
  text-transform: uppercase;
  color: rgba(132,132,132,.5)
}
.product__inner .video-container {
  position: relative;
  margin-bottom: 4px;
  aspect-ratio: 1/1
}
.product__inner .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.product__link {
  text-decoration: none
}
.product__link .highlight {
  color: #ff0507
}
li.product {
  padding-top: 30px
}
.product.present > .product__inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: -38px;
  width: 27.58621%;
  height: 65px;
  background-image: url(../images/presents.png);
  background-repeat: no-repeat;
  background-size: 100%
}
.product.present > .single-product-summary {
  margin-top: 35px
}
.product.present .free-product-label {
  background-color: #ff1c2e!important
}
.free-product-label {
  position: absolute;
  top: -30px;
  height: 30px;
  line-height: 30px!important
}
li.product.present .free-product-label {
  width: 100%;
  background-color: #ff1c2e!important
}
.single-product-summary .free-product-label {
  padding-left: 10px;
  padding-right: 10px
}
.malinnik-registration-note {
  color: #ff0507;
  font-size: 14px;
  font-weight: 500;
  font-family: Tahoma;
  font-style: italic;
  text-decoration: underline
}
#yith-wcwl-popup-message {
  display: none!important
}
.product__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.product__buttons a.add_to_cart_button {
  margin-top: .2em;
  padding-left: .618em;
  padding-right: .618em;
  font-size: .83333em
}
.product__buttons .add_to_cart_button,
.product__buttons .dsfps_ajax_add_to_cart,
li.product.sold-individually:not(.purchasable) .product__buttons .button {
  flex-grow: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
li.product.sold-individually:not(.purchasable) .product__buttons .button {
  pointer-events: none;
  background-color: #dfdcde
}
.product__buttons .added_to_cart {
  display: inline-block;
  margin-top: 5px;
  flex-basis: 100%;
  font-size: 90%
}
.product__buttons .added_to_cart + .yith-wcwl-add-to-wishlist {
  margin-top: 5px
}
.product__buttons .yith-wcwl-add-to-wishlist {
  margin-top: .2em;
  padding-left: 5px;
  padding-right: 5px
}
.product__buttons .yith-wcwl-add-button {
  height: 100%
}
.product__buttons .yith-wcwl-add-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none
}
.product__buttons .yith-wcwl-add-button a span {
  display: none
}
.product__buttons .yith-wcwl-icon {
  margin-right: 0;
  font-size: 1.27778em
}
.product__buttons .yith-wcwl-icon.fa-heart {
  color: #ff0507
}
.single-product-summary,
.single-product-summary .woocommerce-product-gallery {
  margin-bottom: 20px
}
.single-product-summary .price {
  margin-bottom: .8em;
  font-size: 1.25em
}
.single-product-summary form.cart {
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em
}
.single-product-summary form.cart .quantity {
  margin-right: 10px
}
.single-product-summary .yith-wcwl-add-to-wishlist {
  margin-top: 1em;
  margin-bottom: 1em
}
.single-product-summary .yith-wcwl-add-button a {
  vertical-align: middle
}
.single-product-summary .yith-wcwl-add-button a.delete_item .yith-wcwl-icon {
  margin-right: 0
}
.single-product-summary .yith-wcwl-add-button .yith-wcwl-icon {
  font-size: 28px
}
.single-product-summary .yith-wcwl-add-button .yith-wcwl-icon.fa-heart {
  color: #ff0507
}
.woocommerce-product-details__short-description p:first-child {
  margin-top: 0
}
.stock-status {
  font-weight: 700
}
.stock-status_instock {
  color: #0d8209
}
.stock-status_outofstock {
  color: #cf1516
}
.amount-order-note {
  line-height: normal;
  font-size: 95%
}
.amount-order-note span {
  color: #ff4e00;
  font-weight: 700
}
.recently-viewed-products h2,
.related h2 {
  color: #ff0507
}
h2.recently-viewed-products {
  background-color: #ffd8de;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px
}
.woocommerce-product-search {
  display: flex;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden
}
.shop-content .woocommerce-product-search {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px
}
.woocommerce-product-search .search-field {
  min-width: 100px;
  padding: 8px 0 8px 15px;
  flex-grow: 1;
  border: none
}
.woocommerce-product-search button[type=submit] {
  flex: 0 0 40px;
  border: none;
  background: url(../images/icon-search.svg) 10px center/18px 18px no-repeat #fff;
  text-indent: -9999px;
  cursor: pointer
}
.dgwt-wcas-search-wrapp {
  min-width: 0
}
.site-header__nav + .dgwt-wcas-search-wrapp {
  margin-top: 15px
}
.shop-content__breadcrumbs-wrapper > .dgwt-wcas-search-wrapp {
  margin-bottom: 10px
}
.site-body__main > .dgwt-wcas-search-wrapp {
  margin-bottom: 5px
}
.dgwt-wcas-sf-wrapp {
  color: #222;
  font-family: "PT Sans",sans-serif
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  height: auto;
  padding: 4px 10px;
  border: 1px solid #cf1516;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 10px 15px
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
  color: #222;
  font-style: normal;
  line-height: normal
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
  color: #222;
  font-style: normal;
  line-height: normal
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: #222;
  font-style: normal;
  line-height: normal
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  min-width: 73px;
  height: auto;
  background: linear-gradient(to top,#cf1516,#f26063);
  border-radius: 0 4px 4px 0;
  text-transform: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: 700
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before {
  content: none
}
.dgwt-wcas-suggestions-wrapp {
  background: #fff;
  border-width: 0 1px 1px;
  border-color: #cf1516
}
.dgwt-wcas-st-title {
  color: #ad3831
}
.dgwt-wcas-suggestion {
  border-color: #f38a8a
}
.dgwt-wcas-suggestion-selected {
  background: rgba(207,21,22,.03)
}
.woocommerce-billing-fields label span {
  color: #ff4e00;
  font-size: smaller;
  font-weight: 500
}
.product-labels {
  margin: 0;
  padding: 0;
  list-style: none
}
.product__inner .product-labels,
.single-product-summary .product-labels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.free-product-label,
.product-labels__item {
  padding: 0 4px 2px;
  background-color: rgba(255,28,46,.8);
  color: #ffb87a;
  font-size: 90%;
  font-weight: 700;
  line-height: 1
}
.free-product-label + .free-product-label,
.free-product-label + .product-labels__item,
.product-labels__item + .free-product-label,
.product-labels__item + .product-labels__item {
  margin-top: 2px
}
.inventory-level {
  margin-top: -4px;
  margin-bottom: 4px;
  padding-bottom: .16667em;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2
}
.mini-desc {
  position: relative;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1
}
.mini-desc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fea8a8;
  opacity: .7;
  z-index: -1
}
.buy-info__title {
  margin-bottom: 4px;
  padding-left: 8px;
  color: #006400;
  font-size: 1em
}
.buy-info__content,
.payment-details_style-1 .payment-details__content {
  padding: 1em 1.3em;
  background-color: #f0fff0;
  color: #006400;
  border: 3px double #006400;
  font-size: 18px;
  font-weight: 700
}
.buy-info__content p,
.payment-details_style-1 .payment-details__content p {
  margin: 0
}
.buy-info__content .mail-link,
.payment-details_style-1 .payment-details__content .mail-link {
  text-transform: none
}
.buy-info__map {
  text-align: center
}
.buy-info__map-image {
  vertical-align: top
}
.entry-content .buy-info {
  margin-bottom: 40px
}
.payment-details {
  text-transform: uppercase
}
.payment-details__title {
  margin-bottom: .5em;
  color: #006400;
  font-weight: 700;
  font-size: 120%;
  text-align: center
}
.payment-details__content {
  padding: .8em 1em;
  background-color: #f0fff0;
  color: #006400;
  border: 2px solid #006400;
  font-weight: 700
}
.payment-details__content p:first-child {
  margin-top: 0
}
.payment-details__content p:last-child {
  margin-bottom: 0
}
.entry-content .payment-details {
  margin-top: 1.5em;
  margin-bottom: 1.5em
}
.payment-form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
  background-color: #f5f5f5
}
.payment-form__footer,
.payment-form__head {
  background-color: #ececec;
  padding: 10px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.payment-form__head {
  border-bottom: 1px solid #ddd
}
.payment-form__footer {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd
}
.payment-form__body {
  padding: 4px 16px 20px
}
.payment-form__title {
  margin-bottom: .6em;
  color: #006400;
  font-size: larger;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}
.payment-form__fields {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 5px
}
.payment-form__fields .payment-form__control {
  padding-left: 15px;
  padding-right: 15px;
  flex-basis: 100%;
  max-width: 100%
}
.payment-form__control {
  margin-top: 20px
}
.payment-form__label {
  position: relative;
  display: block;
  margin-bottom: 3px;
  font-size: smaller;
  line-height: 1.2
}
.payment-form__label:before {
  content: "* ";
  color: #ff0507;
  font-weight: 700
}
.payment-form__input {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #ececec;
  border-radius: 3px;
  color: #383838;
  font-size: 16px;
  transition: border-color .15s ease-in-out
}
.payment-form__input:focus {
  background-color: #fff;
  border: 1px solid #ccc;
  outline: 0
}
.payment-form__input:focus[readonly] {
  background-color: #fafafa;
  border: 1px solid #ececec
}
.payment-form__input.processing {
  border-color: red
}
.payment-form__submit.btn,
.single-product-summary .yith-wcwl-add-button a.payment-form__submit {
  background-color: #f04b02!important;
  color: #fff
}
.payment-form__submit.btn:hover,
.single-product-summary .yith-wcwl-add-button a.payment-form__submit:hover {
  opacity: .8
}
.payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin: 0 -5px;
  padding: 0;
  list-style: none
}
.payment-icons__item {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center
}
.woocommerce-order-details .payment-icons__item:last-child {
  margin-bottom: 5px
}
.payment-icons__icon {
  vertical-align: top;
  border-radius: 4px
}
.malinnik-pay-order {
  margin: 1.5em 0;
  padding: .8em 1em;
  border: 2px solid #ff0507;
  text-align: center
}
.malinnik-pay-order__link {
  display: block;
  color: #ff4e00;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none
}
.woocommerce form .form-row .optional {
  display: none
}
.malinnik-payment_box p:first-child,
.payment_box p:first-child {
  margin-top: 0
}
.malinnik-cart-item__thumb {
  margin-bottom: 10px
}
.malinnik-cart-item__thumb img {
  vertical-align: top
}
.malinnik-payment-method-checkbox {
  line-height: 1.3
}
.payment_method_yookassa_epl .malinnik-payment-method-checkbox,
.payment_method_yookassa_widget .malinnik-payment-method-checkbox {
  padding-right: 90px
}
.malinnik-payment-method-notice {
  margin: .5em 0;
  color: #ff007b;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  text-shadow: -2px -1px 0 #fff,-2px 0 0 #fff,-2px 1px 0 #fff,-1px -2px 0 #fff,-1px -1px 0 #fff,-1px 0 0 #fff,-1px 1px 0 #fff,-1px 2px 0 #fff,0 -2px 0 #fff,0 -1px 0 #fff,0 0 0 #fff,0 1px 0 #fff,0 2px 0 #fff,1px -2px 0 #fff,1px -1px 0 #fff,1px 0 0 #fff,1px 1px 0 #fff,1px 2px 0 #fff,2px -1px 0 #fff,2px 0 0 #fff,2px 1px 0 #fff;
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: normal
}
.cart_totals tr.cart-subtotal,
.cart_totals tr.order-total,
.cart_totals tr.woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table tr.cart-subtotal,
.woocommerce-checkout-review-order-table tr.order-total,
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th {
  background-color: #e8ffe5
}
.cart_totals tr.woocommerce-shipping-totals td[data-title="Доставка"],
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td[data-title="Доставка"] {
  padding: 0;
  background-color: #ffffe5!important
}
.cart_totals tr.woocommerce-shipping-totals td[data-title="Доставка"] .woocommerce-shipping-destination,
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td[data-title="Доставка"] .woocommerce-shipping-destination {
  margin: 0;
  padding: 9px 12px;
  border-top: 1px solid #fff
}
.cart_totals tr.woocommerce-shipping-totals td[data-title="Доставка"] .woocommerce-shipping-destination:empty,
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td[data-title="Доставка"] .woocommerce-shipping-destination:empty {
  display: none
}
.cart_totals .woocommerce-shipping-methods li,
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
  padding: 9px 12px;
  margin-bottom: 0!important
}
.cart_totals .woocommerce-shipping-methods li + li,
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li + li {
  border-top: 1px solid #fff
}
.cart_totals .woocommerce-shipping-methods li.flat_rate1,
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li.flat_rate1 {
  background-color: #ffe5e6
}
.cart_totals .woocommerce-shipping-methods li.flat_rate4,
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li.flat_rate4 {
  background-color: #ffe5f2
}
.woocommerce-MyAccount-navigation > ul {
  margin-top: 0;
  padding: 0;
  list-style: none
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  color: #d60505;
  text-decoration: none
}
.woocommerce-MyAccount-content {
  margin-bottom: 2em
}
.woocommerce-MyAccount-content .acf-field-image[data-name=avatar] {
  padding: 0;
  margin: .8em 0
}
.woocommerce-MyAccount-content .acf-field-image[data-name=avatar] .acf-label {
  display: none
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a[href="#tab-reviews"] {
  color: #ff0507
}
.commentlist {
  padding-left: 0;
  list-style: none
}
.commentlist__item {
  margin-bottom: 20px
}
.comment-item {
  font-size: 15px
}
.comment-item__inner {
  display: flex;
  align-items: flex-start
}
.comment-item__avatar {
  flex-shrink: 0;
  margin-right: 10px
}
.comment-item__avatar .avatar {
  vertical-align: top;
  border-radius: 4px
}
.comment-item__body {
  flex-grow: 1
}
.comment-item__content {
  line-height: 1.3
}
.comment-item__content p {
  margin-top: .4em;
  margin-bottom: .4em
}
.comment-item ul.children {
  margin-top: 20px;
  padding-left: 20px;
  list-style: none
}
.comment-respond {
  margin-top: 1em
}
#commentform {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}
#commentform .comment-form-comment {
  margin: 0;
  flex-basis: 100%;
  max-width: 100%;
  font-size: 90%
}
#commentform .comment-form-author,
#commentform .comment-form-email {
  margin-top: 5px;
  width: 49%;
  font-size: 90%
}
#commentform .comment-form-author label,
#commentform .comment-form-email label {
  display: block
}
#commentform .comment-form-author input,
#commentform .comment-form-email input {
  width: 100%
}
#commentform .comment-form-email {
  margin-left: auto
}
#commentform .comment-form-cookies-consent {
  width: 100%;
  margin: 0
}
#commentform .form-submit {
  margin: 0 0 0 auto
}
#commentform .comment-notes {
  display: none
}
.comment-form-comment label[for=comment] {
  display: block
}
.comment-form-comment textarea {
  width: 100%
}
.comment-form-attachment {
  font-size: small
}
.comment-form-attachment__autoembed-links-notice,
.comment-form-attachment__file-size-notice,
.comment-form-attachment__label {
  display: none!important
}
.comment-reply-title {
  display: block;
  margin-bottom: 5px
}
.comment-form-cookies-consent {
  font-size: small
}
.cdek-notification {
  color: gray;
  line-height: 1
}
.cdek-notification span {
  color: #ff4e00;
  text-transform: uppercase
}
.qty-package {
  font-weight: 700;
  color: #cf1516
}
.product.no-sample .buy-sample,
.product.no-sample [name=dsfps-simple-add-to-cart] {
  display: none;
  pointer-events: none
}
.product.sample .buy-product .price,
.product.sample .product-data .qty-package {
  color: #ff4e00
}
.product.sample .buy-sample .price {
  color: #cf1516
}
.buy-sample__buttons .dsfps_added_to_cart {
  font-size: 16px
}
.dsfps_added_to_cart + .dsfps_added_to_cart {
  display: none
}
.buy-sample {
  display: flex;
  flex-direction: column;
  padding: 3px 7px;
  border: 1px dashed #222
}
.buy-sample__title {
  margin-bottom: 5px;
  font-weight: 700
}
.buy-sample__price {
  line-height: 1
}
.buy-sample__desc {
  margin-top: .5em;
  order: 1
}
.buy-sample .dsfps-free-sample-btn {
  min-height: 43px
}
.summary .buy-sample {
  margin-bottom: 15px
}
.change-price-form__fields {
  display: inline-flex;
  margin-left: -10px;
  margin-right: -10px
}
.change-price-form__fields label {
  margin: 0 10px
}
.banner img {
  vertical-align: top
}
.banner-text {
  padding: 5px 15px;
  background: linear-gradient(to bottom,#f26063 0,#cf1516 100%);
  color: #fff;
  text-align: center;
  font-weight: 700
}
.banner-text__link {
  display: block;
  text-decoration: none;
  color: currentColor
}
.cta-link {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase
}
.cta-link__link {
  color: #ff0507;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: -2px -1px 0 #fff,-2px 0 0 #fff,-2px 1px 0 #fff,-1px -2px 0 #fff,-1px -1px 0 #fff,-1px 0 0 #fff,-1px 1px 0 #fff,-1px 2px 0 #fff,0 -2px 0 #fff,0 -1px 0 #fff,0 0 0 #fff,0 1px 0 #fff,0 2px 0 #fff,1px -2px 0 #fff,1px -1px 0 #fff,1px 0 0 #fff,1px 1px 0 #fff,1px 2px 0 #fff,2px -1px 0 #fff,2px 0 0 #fff,2px 1px 0 #fff
}
.cta-link__title {
  color: #ff4e00
}
.catalog-cta {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1
}
.catalog-cta__link {
  text-decoration: none
}
.catalog-cta__title {
  display: block;
  padding: 6px;
  background-color: #ff0042;
  color: #fff;
  font-family: Arial;
  font-size: 16px
}
.catalog-cta__title span {
  color: #ffe500
}
.catalog-cta__subtitle {
  color: #ca0000;
  font-size: 14px
}
.woocommerce-additional-fields {
  position: relative;
  padding-top: calc(323 / 800 * 100%)
}
.woocommerce-additional-fields:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: calc(323 / 800 * 100%);
  background-image: url(../images/gift-bow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}
.woocommerce-additional-fields #order_comments_field > label,
.woocommerce-additional-fields > h3 {
  visibility: hidden;
  display: none
}
.woocommerce-additional-fields #order_comments_field {
  position: relative;
  padding-bottom: calc(336 / 675 * 100%)
}
.woocommerce-additional-fields #order_comments_field:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(-10px);
  padding-top: calc(336 / 675 * 100%);
  background-image: url(../images/gift-boxes.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}
.woocommerce-additional-fields #order_comments {
  min-height: 240px
}
.woocommerce-additional-fields #order_comments::-moz-placeholder {
  color: red
}
.woocommerce-additional-fields #order_comments:-moz-placeholder,
.woocommerce-additional-fields #order_comments:-ms-input-placeholder,
.woocommerce-additional-fields #order_comments::-moz-placeholder,
.woocommerce-additional-fields #order_comments::-webkit-input-placeholder,
.woocommerce-additional-fields #order_comments::placeholder {
  color: red
}
.malinnik-checkout-review-order-table {
  margin-bottom: 10px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px
}
.malinnik-checkout-review-order-table .cart_item {
  padding: 9px 12px
}
.malinnik-checkout-review-order-table .cart_item + .cart_item {
  border-top: 1px solid rgba(0,0,0,.1)
}
.malinnik-checkout-review-order-table .cart_item .amount {
  white-space: nowrap;
  font-weight: 700
}
.malinnik-checkout-review-order-table .cart_item .amount:before {
  content: "("
}
.malinnik-checkout-review-order-table .cart_item .amount:after {
  content: ")"
}
.malinnik-checkout-review-order-table + .woocommerce-checkout-review-order-table tbody,
.malinnik-checkout-review-order-table + .woocommerce-checkout-review-order-table thead {
  display: none
}
.malinnik-checkout-review-order-table + .woocommerce-checkout-review-order-table tfoot .cart-subtotal td,
.malinnik-checkout-review-order-table + .woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  border-top: none
}
.recently-viewed__btn.btn,
.single-product-summary .yith-wcwl-add-button a.recently-viewed__btn {
  padding: .3em .8em;
  background: linear-gradient(to top,#cf1516,#f26063);
  color: #fff;
  font-size: 14px;
  border-radius: 5px
}
.recently-viewed__btn.btn:hover,
.single-product-summary .yith-wcwl-add-button a.recently-viewed__btn:hover {
  opacity: .7
}
.woocommerce-notices-wrapper:empty {
  display: none
}
.attention-box {
  padding: 10px 15px;
  background-color: #fec3c3;
  color: #d60505;
  font-weight: 700;
  line-height: normal;
  text-align: center
}
.attention-box_wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px
}
#register-form input[type=email] {
  display: none
}
#register-form .form-row {
  padding: 0
}
#register-form-buttons,
#register-form-code,
#register-form-resend,
#register-form-reset {
  display: none
}
.verification #register-form-buttons,
.verification #register-form-code {
  display: block
}
.verification #register-form-consent,
.verification #register-form-phone,
.verification #register-form-submit {
  display: none
}
#register-form-buttons .btn,
#register-form-buttons .single-product-summary .yith-wcwl-add-button a,
.single-product-summary .yith-wcwl-add-button #register-form-buttons a {
  width: 100%
}
#register-form-resend {
  margin-bottom: 10px
}
#register-form-resend-countdown button {
  background: 0 0;
  border: none;
  padding: 0;
  text-align: left;
  font-weight: 700;
  font-size: 16px
}
#countersms,
#register-form-message.error {
  color: #d60505
}
#register-form-message {
  font-size: 14px;
  color: gray
}
.sms-register__title {
  margin-bottom: .5em;
  font-size: 20px;
  font-weight: 700
}
.sms-register #register-form {
  display: inline-block;
  margin: 0
}
.woocommerce-form-login-toggle + .sms-register {
  display: none
}
.malinnik-edit-address {
  line-height: normal
}
.malinnik-edit-address h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400
}
.malinnik-edit-address .attention {
  color: #d60505;
  font-size: 16px
}
.woocommerce-form-login,
.woocommerce-form-register {
  background-color: #fff
}
p.info {
  margin: 2px 0;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  background: #ef4190;
  background: linear-gradient(180deg,#ef4190 0,#d22362 100%)
}
.cdek-address-field {
  font-size: 16px
}
.cdek-address-field label {
  color: #d60505
}
.cdek-address-field textarea {
  border-color: #d60505
}
.info-bar {
  position: relative;
  background: linear-gradient(to top,#cf1516,#f26063);
  box-shadow: 3px 3px 6px rgba(0,0,0,.5);
  z-index: 1
}
.info-bar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.info-bar__text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px #333,1px -1px #333,-1px 1px #333,-1px -1px #333,3px 3px 6px rgba(0,0,0,.5);
  text-align: center;
  font-size: 14px;
  line-height: 1.2
}
.info-bar__text a {
  color: #fff;
  text-decoration: none
}
.info-bar__icons {
  margin-top: 5px;
  margin-bottom: 5px;
  flex: 0 0 auto
}
.info-bar__icons .social-icon__image {
  width: 30px;
  height: 30px
}
.info-bar .menu-toggle {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto
}
.social-icons {
  display: inline-flex;
  margin: 0 -3px;
  padding: 0;
  list-style: none
}
.social-icons__item {
  flex: 0 0 auto;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.social-icon__link {
  display: inline-block;
  text-decoration: none
}
.social-icon__link_network_vk {
  position: relative
}
.social-icon__link_network_vk:after {
  content: "ОТЗЫВЫ";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  color: #efb4c6;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: -1px -1px 0 #222,-1px 0 0 #222,-1px 1px 0 #222,0 -1px 0 #222,0 0 0 #222,0 1px 0 #222,1px -1px 0 #222,1px 0 0 #222,1px 1px 0 #222
}
.social-icon__image {
  vertical-align: top
}
.logo {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.auth-panel {
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-shadow: -1px -1px 0 #222,-1px 0 0 #222,-1px 1px 0 #222,0 -1px 0 #222,0 0 0 #222,0 1px 0 #222,1px -1px 0 #222,1px 0 0 #222,1px 1px 0 #222
}
.auth-panel__link {
  color: currentColor;
  text-transform: uppercase;
  text-decoration: none
}
.counter-box {
  display: inline-block
}
.counter-box__link {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none
}
.counter-box__icon {
  color: #fff;
  font-size: 50px;
  text-shadow: -2px -1px 0 #222,-2px 0 0 #222,-2px 1px 0 #222,-1px -2px 0 #222,-1px -1px 0 #222,-1px 0 0 #222,-1px 1px 0 #222,-1px 2px 0 #222,0 -2px 0 #222,0 -1px 0 #222,0 0 0 #222,0 1px 0 #222,0 2px 0 #222,1px -2px 0 #222,1px -1px 0 #222,1px 0 0 #222,1px 1px 0 #222,1px 2px 0 #222,2px -1px 0 #222,2px 0 0 #222,2px 1px 0 #222
}
.counter-box__value {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  background-color: #ff0507;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.mini-cart {
  position: relative;
  display: inline-block
}
.mini-cart__content {
  display: block;
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 360px;
  padding-top: 20px;
  z-index: 99
}
.mini-cart__content .widget_shopping_cart {
  background-color: #fff;
  padding: 20px
}
.mini-cart__content .woocommerce-mini-cart__empty-message {
  margin-top: 0;
  margin-bottom: 0
}
.menu-toggle {
  display: block;
  width: 40px;
  height: 28px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer
}
.menu-toggle:focus {
  outline: 0
}
.menu-toggle__hamburger {
  position: relative;
  background-color: #fff;
  transition: .3s
}
.menu-toggle__hamburger,
.menu-toggle__hamburger:after,
.menu-toggle__hamburger:before {
  width: 40px;
  height: 4px
}
.menu-toggle__hamburger:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  background-color: #fff;
  transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)
}
.menu-toggle__hamburger:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  transition: top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)
}
.menu-toggle__hamburger.animate {
  background-color: transparent
}
.menu-toggle__hamburger.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s
}
.menu-toggle__hamburger.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s
}
.menu-toggle-btn {
  padding: .44444em 1.11111em;
  border-radius: 100px;
  border: none;
  background-color: #ea4f51;
  box-shadow: 0 0 10px 0 #d90f1d;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer
}
.menu-toggle-btn.active {
  background-color: red
}
.main-navigation__menu {
  margin: 0;
  padding: 10px 15px;
  background: #ff0507;
  background: linear-gradient(to top,#f26063,#cf1516);
  list-style: none;
  overflow: hidden
}
.main-navigation .menu-item {
  padding-top: 3px;
  padding-bottom: 3px
}
.main-navigation .menu-item-has-children {
  padding-bottom: 0
}
.main-navigation .menu-item .sub-menu {
  margin-top: 3px;
  padding-left: 0
}
.main-navigation .menu-item .sub-menu .menu-item {
  font-weight: 400
}
.main-navigation .menu-item + .menu-item {
  border-top: 1px solid #fff
}
.main-navigation .menu-item__link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-decoration: none;
  line-height: normal
}
.menu-item {
  line-height: normal
}
.menu-item-object-product_cat {
  font-weight: 600
}
.menu-item_has-icon {
  display: flex;
  align-items: center
}
.menu-item__icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  max-width: 30px;
  margin-right: 7px
}
.menu-item__icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%
}
.menu-item__icon_name_minusinskie-tomaty:before {
  background-image: url(../images/heart.png)
}
.sidebar .menu-item__link_cat_minusinskie-tomaty {
  color: #ff0024
}
.menu-item__icon_name_tomaty-gnomy:before {
  background-image: url(../images/heart.png)
}
.sidebar .menu-item__link_cat_tomaty-gnomy {
  color: #ff0024
}
.menu-item__icon_name_lezhkie-tomaty:before {
  background-image: url(../images/heart.png)
}
.sidebar .menu-item__link_cat_lezhkie-tomaty {
  color: #ff0024
}
.menu-item__icon_name_tomat-f1:before {
  background-image: url(../images/heart.png)
}
.sidebar .menu-item__link_cat_tomat-f1 {
  color: #ff0024
}
.menu-item__icon_name_krasnye-tomaty:before {
  background-image: url(../images/red-tomato.png)
}
.sidebar .menu-item__link_cat_krasnye-tomaty {
  color: red
}
.menu-item__icon_name_rozovye-malinovye-tomaty:before {
  background-image: url(../images/pink-tomato.png)
}
.sidebar .menu-item__link_cat_rozovye-malinovye-tomaty {
  color: #d0012d
}
.menu-item__icon_name_oranzhevye-tomaty:before {
  background-image: url(../images/orange-tomato.png)
}
.sidebar .menu-item__link_cat_oranzhevye-tomaty {
  color: #f04b02
}
.menu-item__icon_name_zheltye-tomaty:before {
  background-image: url(../images/yellow-tomato.png)
}
.sidebar .menu-item__link_cat_zheltye-tomaty {
  color: #f0ab18
}
.menu-item__icon_name_shokoladnye-korichnevye-burye-tomaty:before {
  background-image: url(../images/chocolate-tomato.png)
}
.sidebar .menu-item__link_cat_shokoladnye-korichnevye-burye-tomaty {
  color: #803b09
}
.menu-item__icon_name_zelenye-tomaty-semena:before {
  background-image: url(../images/green-tomato.png)
}
.sidebar .menu-item__link_cat_zelenye-tomaty-semena {
  color: #806e24
}
.menu-item__icon_name_chernye-tomaty:before {
  background-image: url(../images/black-tomato.png)
}
.sidebar .menu-item__link_cat_chernye-tomaty {
  color: #60504a
}
.menu-item__icon_name_tomaty-s-antocyanom:before {
  background-image: url(../images/anthocyanin-tomato.png)
}
.sidebar .menu-item__link_cat_tomaty-s-antocyanom {
  color: #604e4e
}
.menu-item__icon_name_tomaty-bikolory:before {
  background-image: url(../images/bicolor-tomato.png)
}
.sidebar .menu-item__link_cat_tomaty-bikolory {
  color: #ff5400
}
.menu-item__icon_name_tomaty-pushystye-mohnatye-opushennye:before {
  background-image: url(../images/shaggy-tomato.png)
}
.sidebar .menu-item__link_cat_tomaty-pushystye-mohnatye-opushennye {
  color: #e3597d
}
.sidebar .menu-item__link_cat_nizkoroslye-tomaty-dlya-otkrytogo-grunta,
.sidebar .menu-item__link_cat_nizkoroslye-tomaty-dlya-teplicy {
  color: #ff0024
}
.sidebar .menu-item__cat_semena-klubniki {
  background-color: #ff2e31
}
.sidebar .menu-item__link_cat_semena-klubniki {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-zemkluniki {
  background-color: #ff2e31
}
.sidebar .menu-item__link_cat_semena-zemkluniki {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_perecz-sladkij {
  background-color: #fda47c
}
.sidebar .menu-item__link_cat_perecz-sladkij {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_perec-ostryy {
  background-color: #fc7ad0
}
.sidebar .menu-item__link_cat_perec-ostryy {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-ogurcov {
  background-color: #bcfd7d
}
.sidebar .menu-item__link_cat_semena-ogurcov {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-ogurdyni {
  background-color: #f8fd7c
}
.sidebar .menu-item__link_cat_semena-ogurdyni {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_kukuruza {
  background-color: #f8fd7c
}
.sidebar .menu-item__link_cat_kukuruza {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_luk-repchatyy-semena {
  background-color: #fda97b
}
.sidebar .menu-item__link_cat_luk-repchatyy-semena {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_malina-besshipnaya {
  background-color: #ff2e31
}
.sidebar .menu-item__link_cat_malina-besshipnaya {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-kapusty {
  background-color: #ff772e
}
.sidebar .menu-item__link_cat_semena-kapusty {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_kartofel-semena {
  background-color: #c9083a
}
.sidebar .menu-item__link_cat_kartofel-semena {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-svekla {
  background-color: #fd9dcf
}
.sidebar .menu-item__link_cat_semena-svekla {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-mikrozelen {
  background-color: #d8114e
}
.sidebar .menu-item__link_cat_semena-mikrozelen {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_zemlyanika-remontantnaya-bezusaya {
  background-color: #fc7a7c
}
.sidebar .menu-item__link_cat_zemlyanika-remontantnaya-bezusaya {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_aktinidiya-kolomikta {
  background-color: #fdf27c
}
.sidebar .menu-item__link_cat_aktinidiya-kolomikta {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-cvetov {
  background-color: #fd7abe
}
.sidebar .menu-item__link_cat_semena-cvetov {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_plodovye-dekorativnye-derevya-i-kustarniki {
  background-color: #fa7c7d
}
.sidebar .menu-item__link_cat_plodovye-dekorativnye-derevya-i-kustarniki {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_goroh-saharnyj-bez-pergamenta {
  background-color: #b2d0aa
}
.sidebar .menu-item__link_cat_goroh-saharnyj-bez-pergamenta {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_elki-golubye-semena-el-golubaya {
  background-color: #b2d0aa
}
.sidebar .menu-item__link_cat_elki-golubye-semena-el-golubaya {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-zelen {
  background-color: #81fe7c
}
.sidebar .menu-item__link_cat_semena-zelen {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-morkovi {
  background-color: #fda17c
}
.sidebar .menu-item__link_cat_semena-morkovi {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-irgi {
  background-color: #b77bff
}
.sidebar .menu-item__link_cat_semena-irgi {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-arbuza {
  background-color: #fd7bc3
}
.sidebar .menu-item__link_cat_semena-arbuza {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-dyni {
  background-color: #f8fd7c
}
.sidebar .menu-item__link_cat_semena-dyni {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_semena-tykvy {
  background-color: #fda97b
}
.sidebar .menu-item__link_cat_semena-tykvy {
  padding-left: 10px;
  padding-right: 10px
}
.sidebar .menu-item__cat_yabloni-s-rozovoy-myakotiu {
  background-color: #fd7b97
}
.sidebar .menu-item__link_cat_yabloni-s-rozovoy-myakotiu {
  padding-left: 10px;
  padding-right: 10px
}
#nav_menu-10 .widget__title {
  height: 20px;
  visibility: hidden
}
.btn,
.single-product-summary .yith-wcwl-add-button a {
  display: inline-block;
  padding: .6em 1em;
  background-color: #ebe9eb;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: .25s
}
.btn:focus,
.btn:hover,
.single-product-summary .yith-wcwl-add-button a:focus,
.single-product-summary .yith-wcwl-add-button a:hover {
  background-color: #dfdcde
}
.btn_has-icon,
.single-product-summary .yith-wcwl-add-button a {
  display: inline-flex;
  align-items: center
}
.btn_color_lightblue {
  background-color: #cdebf3
}
.btn_color_lightblue:focus,
.btn_color_lightblue:hover {
  background-color: #a4dbe9
}
.btn_color_yellow {
  background-color: #ffdb1b;
  color: #fff
}
.btn_color_yellow:focus,
.btn_color_yellow:hover {
  background-color: #f6cf00
}
.btn_wide {
  width: 100%
}
.subscribe-form {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background-color: #97ddfe;
  color: #fff;
  line-height: normal
}
.subscribe-form input[type=email],
.subscribe-form input[type=text] {
  border: none
}
.subscribe-form a {
  color: #222
}
.subscribe-form__info {
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700
}
.subscribe-form__info p {
  margin-top: 0
}
.subscribe-form__control_type_input {
  margin-bottom: 10px
}
.subscribe-form__control_type_submit {
  display: inline-flex;
  align-items: center;
  margin-top: 20px
}
.subscribe-form__agreement {
  margin-bottom: 0
}
.subscribe-form__agreement span {
  color: #222
}
.s-subscribe-form {
  padding: 10px;
  background: linear-gradient(to bottom,#f78361 0,#ea3c00 100%);
  color: #fff;
  font-size: 14px
}
.s-subscribe-form input[type=email],
.s-subscribe-form input[type=submit],
.s-subscribe-form input[type=text] {
  border: none;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  font-size: 16px
}
.s-subscribe-form__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start
}
.s-subscribe-form a {
  color: #fff
}
.s-subscribe-form__info {
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 700;
  text-align: center
}
.s-subscribe-form__control {
  width: 175px;
  margin: 0 5px 10px
}
.s-subscribe-form__control_type_submit {
  margin-bottom: 0
}
.s-subscribe-form__control_type_submit .btn,
.s-subscribe-form__control_type_submit .single-product-summary .yith-wcwl-add-button a,
.single-product-summary .yith-wcwl-add-button .s-subscribe-form__control_type_submit a {
  background-color: #e75001;
  border: 1px solid #a8b2bb!important;
  color: #fff;
  text-transform: uppercase
}
.s-subscribe-form__control_type_submit .btn:focus,
.s-subscribe-form__control_type_submit .btn:hover,
.s-subscribe-form__control_type_submit .single-product-summary .yith-wcwl-add-button a:focus,
.s-subscribe-form__control_type_submit .single-product-summary .yith-wcwl-add-button a:hover,
.single-product-summary .yith-wcwl-add-button .s-subscribe-form__control_type_submit a:focus,
.single-product-summary .yith-wcwl-add-button .s-subscribe-form__control_type_submit a:hover {
  background-color: #ce4700
}
.s-subscribe-form .wpcf7-spinner {
  display: none
}
.s-subscribe-form .wpcf7-response-output {
  display: block!important;
  padding: 0!important;
  margin: 5px 0 0!important;
  color: #fff!important;
  border: none!important;
  text-align: center;
  font-size: 13px
}
.s-subscribe-form .wpcf7-response-output:empty {
  margin-top: 0!important
}
.s-subscribe-form .wpcf7-not-valid-tip {
  display: none
}
.subscribe-image {
  vertical-align: top
}
.page-numbers {
  padding: 0;
  list-style: none
}
.page-numbers li {
  display: inline-block
}
.widget + .widget {
  margin-top: 20px
}
.widget__title {
  margin-bottom: 5px
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.widget ul ul {
  padding-left: 20px
}
.widget_nav_menu a {
  color: currentColor;
  text-decoration: none
}
.contact-data__items {
  margin: 0;
  padding: 0;
  list-style: none
}
.contact-data__item_phones {
  font-size: 120%;
  font-weight: 700
}
.contact-data__item-label {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700
}
.contact-data__item + .contact-data__item {
  margin-top: .6em
}
.contact-data .social-icons {
  padding-left: 0
}
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
  padding: .5em .625em;
  border: 1px solid #e5e5e5
}
input[type=number],
select {
  padding: .5em;
  border: 1px solid #e5e5e5
}
.form-control_wide {
  width: 100%
}
.acceptance-wrapper {
  text-align: center;
  padding-top: 8px
}
@media only screen and (min-width:360px) {
  .site-header__primary {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left
  }
  .site-header__logo {
    margin-left: 0;
    margin-right: 0;
    max-width: 50%
  }
  .site-header__customer-area {
    flex-basis: 100%
  }
  .site-header__contacts {
    text-align: right
  }
  ul.products li.product {
    flex-basis: 25%;
    max-width: 25%;
    font-size: 60%
  }
  .menu-toggle-btn {
    font-size: 16px
  }
}
@media only screen and (min-width:480px) {
  .woocommerce-additional-fields #order_comments {
    min-height: 200px
  }
  #register-form-resend-countdown {
    width: 100%
  }
  .verification #register-form-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
  }
  .verification #register-form-buttons :before {
    content: none
  }
  .menu-toggle-btn {
    font-size: 18px
  }
}
@media only screen and (min-width:576px) {
  .h1,
  .site-header__contacts .phone-link,
  h1 {
    font-size: 24px
  }
  .site-footer__main-wrapper {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .site-footer__widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .site-footer__widget-area {
    flex-grow: 1
  }
  .site-footer__widget-area + .site-footer__widget-area {
    margin-top: 0
  }
  .site-footer__social-widgets #ok_group_widget,
  .site-footer__social-widgets #vk_widget {
    flex-grow: 1;
    width: 50%
  }
  .site-footer__social-widgets {
    display: flex;
    flex-basis: 100%
  }
  .site-footer__social-widgets #ok_group_widget {
    margin-right: 20px
  }
  .shop-content__result-ordering-wrapper {
    flex-wrap: nowrap;
    align-items: center
  }
  .shop-content__result-ordering-wrapper .woocommerce-result-count {
    flex-basis: auto;
    margin-right: 20px;
    margin-bottom: 0
  }
  ul.products li.product {
    font-size: 85%
  }
  .buy-info__content,
  .payment-details_style-1 .payment-details__content {
    font-size: 110%
  }
  .payment-form__fields .payment-form__control {
    flex-basis: 50%;
    max-width: 50%
  }
  .malinnik-cart-item {
    display: flex;
    align-items: center
  }
  .malinnik-cart-item__thumb {
    margin-right: 15px;
    margin-bottom: 0;
    flex-shrink: 0
  }
  .auth-panel {
    font-size: 20px;
    text-shadow: -2px -1px 0 #222,-2px 0 0 #222,-2px 1px 0 #222,-1px -2px 0 #222,-1px -1px 0 #222,-1px 0 0 #222,-1px 1px 0 #222,-1px 2px 0 #222,0 -2px 0 #222,0 -1px 0 #222,0 0 0 #222,0 1px 0 #222,0 2px 0 #222,1px -2px 0 #222,1px -1px 0 #222,1px 0 0 #222,1px 1px 0 #222,1px 2px 0 #222,2px -1px 0 #222,2px 0 0 #222,2px 1px 0 #222
  }
}
@media only screen and (min-width:670px) {
  .product__buttons .added_to_cart+.yith-wcwl-add-to-wishlist,
  .product__buttons a.add_to_cart_button {
    margin-top: 0
  }
  .product__buttons .added_to_cart {
    order: 1
  }
  .product__buttons .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    margin-left: 3px;
    border: 1px solid #ebe9eb;
    border-radius: 3px
  }
}
@media only screen and (min-width:680px) {
  .payment-icons {
    justify-content: space-around;
    flex-wrap: nowrap
  }
}
@media only screen and (min-width:768px) {
  .h1,
  h1 {
    font-size: 32px
  }
  .site-header__primary {
    flex-wrap: nowrap
  }
  .site-header__logo {
    max-width: 100%
  }
  .site-header__customer-area {
    margin-top: 0;
    margin-right: 20px;
    margin-left: 20px;
    flex-basis: auto
  }
  .site-header__contacts {
    order: 1
  }
  .site-header__secondary .woocommerce-product-search {
    margin-right: 0
  }
  .shop-content__breadcrumbs {
    margin-bottom: 0;
    margin-right: 20px
  }
  ul.products li.product {
    font-size: 100%
  }
  .single-product-summary {
    display: flex;
    justify-content: space-between
  }
  .single-product-summary .woocommerce-product-gallery {
    margin-bottom: 0;
    flex-basis: 65%;
    max-width: 65%
  }
  .single-product-summary .summary {
    flex-basis: 34%;
    max-width: 34%
  }
  .single-product-summary .entry-title {
    margin-top: 0
  }
  .shop-content .woocommerce-product-search {
    order: 1;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0
  }
  .woocommerce-product-search {
    white-space: nowrap
  }
  .woocommerce-additional-fields #order_comments {
    min-height: 180px
  }
  .info-bar {
    padding-top: 5px;
    padding-bottom: 5px
  }
  .info-bar__inner {
    flex-wrap: nowrap;
    align-items: center
  }
  .info-bar__text {
    margin-right: 15px;
    font-size: 18px
  }
  .info-bar .menu-toggle {
    margin-left: 20px
  }
  .auth-panel {
    white-space: nowrap
  }
  .subscribe-form {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 45px
  }
  .subscribe-form__fields {
    display: flex;
    align-items: flex-start;
    font-size: 120%
  }
  .subscribe-form__control_type_input {
    margin-bottom: 0;
    margin-right: 10px
  }
  .subscribe-form__control_type_submit {
    margin-top: 0;
    flex-basis: 180px
  }
}
@media only screen and (min-width:992px) {
  .site-header {
    margin-bottom: 30px
  }
  .site-header__customer-area .auth-panel,
  .site-header__primary {
    margin-bottom: 0
  }
  .site-header__ecommerce {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: -15px;
    z-index: 2
  }
  .site-header__nav {
    position: static;
    transform: none
  }
  .site-header__nav .menu-item:nth-child(7) {
    min-width: 300px
  }
  .site-body {
    padding-bottom: 50px
  }
  .site-body__primary {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start
  }
  .site-body__main {
    margin-bottom: 0;
    flex-grow: 1;
    order: 1
  }
  .site-body__sidebar {
    display: block;
    flex: 0 0 220px;
    max-width: 220px;
    margin-right: 10px
  }
  .entry-header .entry-title,
  .page-header .page-title {
    margin-top: 0
  }
  .site-footer__subscription {
    margin-bottom: 50px
  }
  .site-footer__main {
    display: flex
  }
  .site-footer__widgets {
    flex-basis: 73%;
    margin-top: 0;
    margin-right: 2%
  }
  ul.products.columns-5 li.product {
    flex-basis: 20%;
    max-width: 20%
  }
  .catalog-cta__title {
    font-size: 36px
  }
  .catalog-cta__subtitle {
    font-size: 24px
  }
  .info-bar__text {
    font-size: 20px
  }
  .info-bar__icons .social-icon__image {
    width: 50px;
    height: 50px
  }
  .info-bar .menu-toggle {
    display: none
  }
  .mini-cart:hover .mini-cart__content {
    left: auto;
    right: 0
  }
  .info-bar .menu-toggle-btn {
    display: none
  }
  .main-navigation__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
    background: 0 0;
    overflow: visible
  }
  .main-navigation .menu-item {
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0
  }
  .main-navigation .menu-item:not(:last-child) {
    margin-right: 8px
  }
  .main-navigation .menu-item .sub-menu {
    display: none;
    margin-top: 0
  }
  .main-navigation .menu-item + .menu-item {
    border-top: none
  }
  .main-navigation .menu-item__link {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    color: #4b5e6d;
    border: 2px solid transparent;
    border-radius: 3px
  }
  .wp-child-theme-malinnik-next .main-navigation .menu-item__link {
    color: #222
  }
  .main-navigation .menu-item__link_cat_semena-klubniki {
    color: #b92121
  }
  .main-navigation .menu-item__link_cat_kupit-cherenki {
    color: #f60
  }
  .main-navigation .menu-item__link:focus,
  .main-navigation .menu-item__link:hover,
  .main-navigation .menu-item_accent > .menu-item__link {
    background-color: #aecbe9;
    background: linear-gradient(to bottom,#fdfdfd,#aecbe9 50%,#aecbe9);
    border-color: #aecbe9
  }
  .wp-child-theme-malinnik-next .main-navigation .menu-item__link:focus,
  .wp-child-theme-malinnik-next .main-navigation .menu-item__link:hover,
  .wp-child-theme-malinnik-next .main-navigation .menu-item_accent > .menu-item__link {
    background-color: #feea01;
    background: linear-gradient(to bottom,#fdfdfd,#feea01 50%,#feea01);
    border-color: #feea01
  }
  .main-navigation .current-menu-item > .menu-item__link {
    background-color: #a7dba3;
    background: linear-gradient(to bottom,#fdfdfd,#a7dba3 50%,#a7dba3);
    border-color: #a7dba3
  }
  .wp-child-theme-malinnik-next .main-navigation .current-menu-item > .menu-item__link {
    background-color: #ff045d;
    background: linear-gradient(to bottom,#fdfdfd,#ff045d 50%,#ff045d);
    border-color: #ff045d
  }
  .main-navigation .menu-item_accent-2 > .menu-item__link {
    color: #b92121;
    font-weight: 700;
    background: linear-gradient(to bottom,#fdfdfd,#f9889d 50%,#f98b9f);
    border-color: #f9889d
  }
  .subscribe-form__info {
    font-size: 30px
  }
  .s-subscribe-form__fields {
    flex-wrap: nowrap
  }
  .s-subscribe-form__info {
    width: auto;
    margin-bottom: 0;
    height: 34px;
    display: flex;
    align-items: center;
    flex-basis: 50%;
    padding-right: 10px
  }
  .s-subscribe-form__control {
    margin-bottom: 0
  }
}
@media only screen and (min-width:1080px) {
  .site-header__nav .menu-item:nth-child(7) {
    min-width: 0;
    flex-grow: 0
  }
  .site-header__nav .menu-item:nth-child(8) {
    flex-grow: 1;
    min-width: 300px
  }
}
@media only screen and (min-width:1160px) {
  .site-header__nav .menu-item:nth-child(8) {
    min-width: 400px;
    flex-grow: 1
  }
}
@media only screen and (min-width:1170px) {
  .site-header__primary {
    position: relative
  }
  .site-header__ecommerce {
    margin-top: 10px
  }
  .site-header__contacts .phone-link {
    font-size: 36px
  }
  .site-header__contacts .mail-link {
    font-size: 26px
  }
  .site-header__secondary {
    position: relative
  }
  .site-header__secondary .woocommerce-product-search {
    position: absolute;
    right: 0;
    top: 100%
  }
  .site-body {
    padding-bottom: 80px
  }
  .site-footer__main-wrapper {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .site-footer__social-widgets #vk_widget {
    margin-bottom: 0
  }
  .gallery-item {
    flex-basis: 25%;
    max-width: 25%
  }
  .gallery-columns-3 .gallery-item {
    flex-basis: 33.333333%;
    max-width: 33.333333%
  }
  .gallery-columns-5 .gallery-item {
    flex-basis: 20%;
    max-width: 20%
  }
  .gallery-columns-6 .gallery-item {
    flex-basis: 16.666666%;
    max-width: 16.666666%
  }
  .product__buttons a.add_to_cart_button {
    font-size: 1em
  }
  .product__buttons .yith-wcwl-add-to-wishlist {
    width: 40px
  }
  .subscribe-form__info {
    font-size: 38px
  }
}
@media only screen and (max-width:991px) {
  .info-bar__icons {
    display: none
  }
  .info-bar__icons .social-icon__link_network_vk:after {
    position: static
  }
  .main-navigation .menu-item.menu-item_accent,
  .main-navigation .menu-item__cat_sorta-tomatov .menu-item {
    position: relative;
    border: none!important
  }
  .main-navigation .menu-item.menu-item_accent:before,
  .main-navigation .menu-item__cat_sorta-tomatov .menu-item:before {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 100%;
    top: 0;
    left: -15px;
    z-index: 0
  }
  .main-navigation .menu-item.menu-item_accent:after,
  .main-navigation .menu-item__cat_sorta-tomatov .menu-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #fff
  }
  .main-navigation .menu-item.menu-item_accent .menu-item__link,
  .main-navigation .menu-item__cat_sorta-tomatov .menu-item .menu-item__link {
    position: relative;
    width: 100%;
    z-index: 2
  }
  .main-navigation .menu-item__cat_sorta-tomatov .menu-item:before {
    background-color: #ff5b8d
  }
  .main-navigation .menu-item.menu-item_accent:before {
    background-color: #ee8e39
  }
  .main-navigation .menu-item-70 {
    display: none
  }
}
@media only screen and (max-width:768px) {
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: none
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right!important
  }
  .woocommerce table.shop_table_responsive tr td.order-actions,
  .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left!important
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left
  }
  .woocommerce table.shop_table_responsive tr td.actions::before,
  .woocommerce table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-page table.shop_table_responsive tr td.actions::before,
  .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
    display: none
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0,0,0,.025)
  }
  .woocommerce table.my_account_orders tr td.order-actions,
  .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left
  }
  .woocommerce table.my_account_orders tr td.order-actions::before,
  .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none
  }
  .woocommerce table.my_account_orders tr td.order-actions .button,
  .woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: .125em .25em .125em 0
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%
  }
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    text-align: center!important
  }
  .woocommerce #content table.cart .product-thumbnail:before,
  .woocommerce table.cart .product-thumbnail:before,
  .woocommerce-page #content table.cart .product-thumbnail:before,
  .woocommerce-page table.cart .product-thumbnail:before {
    content: none
  }
  .woocommerce #content table.cart td.actions,
  .woocommerce table.cart td.actions,
  .woocommerce-page #content table.cart td.actions,
  .woocommerce-page table.cart td.actions {
    text-align: left
  }
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    float: none;
    padding-bottom: .5em
  }
  .woocommerce #content table.cart td.actions .coupon::after,
  .woocommerce #content table.cart td.actions .coupon::before,
  .woocommerce table.cart td.actions .coupon::after,
  .woocommerce table.cart td.actions .coupon::before,
  .woocommerce-page #content table.cart td.actions .coupon::after,
  .woocommerce-page #content table.cart td.actions .coupon::before,
  .woocommerce-page table.cart td.actions .coupon::after,
  .woocommerce-page table.cart td.actions .coupon::before {
    content: ' ';
    display: table
  }
  .woocommerce #content table.cart td.actions .coupon::after,
  .woocommerce table.cart td.actions .coupon::after,
  .woocommerce-page #content table.cart td.actions .coupon::after,
  .woocommerce-page table.cart td.actions .coupon::after {
    clear: both
  }
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
    box-sizing: border-box
  }
  .woocommerce #content table.cart td.actions .coupon .button.alt,
  .woocommerce #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce table.cart td.actions .coupon .button.alt,
  .woocommerce table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page #content table.cart td.actions .coupon .button.alt,
  .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page table.cart td.actions .coupon .button.alt,
  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: right
  }
  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    display: block;
    width: 100%
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
    float: none;
    text-align: left
  }
  .woocommerce-page.woocommerce-checkout form.login .form-row,
  .woocommerce.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none
  }
  .woocommerce #payment .terms,
  .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em
  }
  .woocommerce .lost_reset_password .form-row-first,
  .woocommerce .lost_reset_password .form-row-last,
  .woocommerce-page .lost_reset_password .form-row-first,
  .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%
  }
}
@media only screen and (max-width:767px) {
  .recently-viewed-products h2,
  .related h2 {
    font-size: 20px
  }
  .inventory-level {
    font-size: 9px
  }
  .mini-desc {
    font-size: 9px;
    font-weight: 700
  }
}
@media only screen and (max-width:575px) {
  .malinnik-checkout-review-order-table {
    font-size: 15px
  }
  .malinnik-checkout-review-order-table .malinnik-cart-item {
    text-align: center
  }
}
@media only screen and (max-width:479px) {
  .product__link .highlight {
    font-size: .833334em;
    text-transform: lowercase
  }
}
@media only screen and (max-width:427px) {
  .s-subscribe-form__control_type_input {
    flex-basis: 47%;
    margin-left: auto;
    margin-right: auto
  }
}