.info-bubble {
  font-size: 16px;
  padding: 10px;
  border-radius: 7px;
  background-color: #eee;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.info-bubble:after {
  content: "";
  display: table;
  clear: both;
}
@font-face {
  font-family: 'Futura';
  src: url('./futura2/futurabold-webfont.eot');
  src: url('./futura2/futurabold-webfont.eot?#iefix') format('embedded-opentype'), url('./futura2/futurabold-webfont.woff2') format('woff2'), url('./futura2/futurabold-webfont.woff') format('woff'), url('./futura2/futurabold-webfont.ttf') format('truetype'), url('./futura2/futurabold-webfont.svg#futurabold') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('./futura2/futurademic-webfont.eot');
  src: url('./futura2/futurademic-webfont.eot?#iefix') format('embedded-opentype'), url('./futura2/futurademic-webfont.woff2') format('woff2'), url('./futura2/futurademic-webfont.woff') format('woff'), url('./futura2/futurademic-webfont.ttf') format('truetype'), url('./futura2/futurademic-webfont.svg#futurademicregular') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('./futura2/futurabookc-webfont.eot');
  src: url('./futura2/futurabookc-webfont.eot?#iefix') format('embedded-opentype'), url('./futura2/futurabookc-webfont.woff2') format('woff2'), url('./futura2/futurabookc-webfont.woff') format('woff'), url('./futura2/futurabookc-webfont.ttf') format('truetype'), url('./futura2/futurabookc-webfont.svg#futurabookcregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamProRRegular";
  src: url("./gotham/GothamProRRegular.eot");
  /* IE9 Compat Modes */
  src: url("./gotham/GothamProRRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("./gotham/GothamProRRegular.svg") format("svg"), /* Legacy iOS */ url("./gotham/GothamProRRegular.ttf") format("truetype"), /* Safari, Android, iOS */ url("./gotham/GothamProRRegular.woff") format("woff"), /* Modern Browsers */ url("./gotham/GothamProRRegular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 18px;
  font-family: 'Futura', sans-serif;
  line-height: 1.4;
  color: #000;
}
body.home #content {
  padding-top: 0;
}
body.home .content-area,
body.home .hentry {
  margin-bottom: 0;
}
a {
  color: #ea005a;
}
a.button:active {
  transform: scale(0.97);
}
p.price,
.stock,
.v-stock {
  text-align: center;
}
.subscription-inner {
  background: #eee;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.subscription-inner p {
  margin-bottom: 0;
}
.subscription-inner p.padding {
  margin-bottom: 10px;
}
.subscription-inner p.small {
  opacity: 0.7;
}
.subscription-inner.active {
  background: #dbf6ef;
}
.subscription-inner.active .outline {
  font-size: 80%;
}
.subscription-inner.on-hold {
  background: #f8eadb;
}
.subscription-inner.cancelled {
  background: #eee;
}
.shop_table_responsive.my_account_subscriptions tr.order td,
.shop_table_responsive.my_account_orders tr.order td {
  background: none !important;
}
.shop_table_responsive.my_account_subscriptions tr.order.cancelled,
.shop_table_responsive.my_account_orders tr.order.cancelled {
  color: #888;
}
.shop_table_responsive.my_account_subscriptions tr.order.cancelled a,
.shop_table_responsive.my_account_orders tr.order.cancelled a {
  color: #888;
}
.shop_table_responsive.my_account_subscriptions tr.order.cancelled .button,
.shop_table_responsive.my_account_orders tr.order.cancelled .button {
  border-color: #888;
  color: #888;
}
.shop_table_responsive.my_account_subscriptions tr.order.active,
.shop_table_responsive.my_account_orders tr.order.active {
  background: #dbf6ef;
}
.shop_table_responsive.my_account_subscriptions tr.order.on-hold,
.shop_table_responsive.my_account_orders tr.order.on-hold {
  background: #f8eadb;
}
@media (max-width: 767px) {
  .shop_table_responsive.my_account_subscriptions tr.order,
  .shop_table_responsive.my_account_orders tr.order {
    display: table;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .shop_table_responsive.my_account_subscriptions tr.order td,
  .shop_table_responsive.my_account_orders tr.order td {
    padding: 5px;
  }
  .shop_table_responsive.my_account_orders tr.order {
    border: 2px solid #eee;
  }
  table.shop_table.order_details th,
  table.shop_table.order_details td {
    padding: 10px;
  }
}
table.shop_table.subscription_details a.cancel,
table.shop_table.subscription_details a.skip_next,
table.shop_table.subscription_details a.ship_now_keep_date,
table.shop_table.subscription_details a.ship_now_recalculate,
table.shop_table.subscription_details a.edit-subscription {
  display: block;
  text-align: center;
  margin: 10px 0;
}
table.shop_table.subscription_details a.edit-subscription {
  background: #00B8BC;
}
table.shop_table.subscription_details a.cancel {
  background: #eee;
  color: #000;
  /* border: 2px solid; */
}
table.shop_table.subscription_details tr td {
  padding: 10px 10px 10px 0;
  line-height: 1;
  background: none;
  width: 50%;
}
table.shop_table.subscription_details tr td:first-child {
  font-weight: bold;
}
table.shop_table.subscription_details tr.change-frequency td,
table.shop_table.subscription_details tr.change-next-date td,
table.shop_table.subscription_details tr.subscr-actions td,
table.shop_table.subscription_details tr.change-frequency input,
table.shop_table.subscription_details tr.change-next-date input,
table.shop_table.subscription_details tr.subscr-actions input {
  width: 100%;
}
table.shop_table.subscription_details tr.change-frequency input,
table.shop_table.subscription_details tr.change-next-date input,
table.shop_table.subscription_details tr.subscr-actions input {
  margin-bottom: 5px;
}
table.shop_table.subscription_details tr.subscr-actions td a {
  max-width: 100% !important;
}
button#subscription-confirm-new-date {
  color: #fff;
  line-height: 1;
  width: 100%;
}
button[name="edit-subscription-button"] {
  color: #fff;
  margin: 20px 0;
}
button,
.button,
.input-text,
input,
textarea {
  border-radius: 7px;
  font-family: 'Futura';
  font-weight: bold;
}
.button {
  font-family: 'Futura';
  /*background: @color-action;
    border-radius: 0;
    padding: 8px 18px;
    display: inline-block;
    margin: 5px 0;
    color: #fff;
    letter-spacing: 0.5px;*/
  font-weight: bold;
  background: #EA005A;
  border-radius: 7px;
  padding: 8px 18px;
  display: inline-block;
  margin: 5px 0;
  color: #fff;
}
.outline {
  /*background: @color-action;
    border-radius: 0;
    padding: 8px 18px;
    display: inline-block;
    margin: 5px 0;
    color: #fff;
    letter-spacing: 0.5px;*/
  font-family: 'Futura';
  /*background: @color-action;
    border-radius: 0;
    padding: 8px 18px;
    display: inline-block;
    margin: 5px 0;
    color: #fff;
    letter-spacing: 0.5px;*/
  font-weight: bold;
  background: #EA005A;
  border-radius: 7px;
  padding: 8px 18px;
  display: inline-block;
  margin: 5px 0;
  color: #fff;
  color: #EA005A;
  border: 2px solid #EA005A;
  background: none;
}
input,
.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea,
.suggestions-input {
  font-size: 18px;
  font-family: 'Futura';
  border-radius: 7px;
  background: #fff;
  border: 2px solid #ddd;
  box-shadow: none !important;
  line-height: 1;
  padding: 10px 12px !important;
  box-sizing: border-box;
}
input:focus,
.input-text:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus,
.suggestions-input:focus {
  background-color: #fff;
  border-color: #777;
}
b,
strong {
  font-weight: bold;
}
.nomargins {
  margin: 0;
}
.woocommerce-billing-fields input[type=number],
.woocommerce-address-fields input[type=number] {
  font-weight: 400;
}
.added_to_cart {
  font-weight: normal;
  color: #ea005a;
  background: none;
  border-bottom: 1px solid #ffb7d3;
  line-height: 1.3;
  padding: 0;
  margin: 0.5rem;
  border-radius: 0 !important;
}
.added_to_cart:after {
  display: none;
}
.added_to_cart.alt,
.added_to_cart,
.widget a.button.checkout {
  border-radius: 7px;
}
.added_to_cart.alt:active,
.added_to_cart:active,
.widget a.button.checkout:active {
  transform: scale(0.97);
}
.products .woocommerce-Price-amount:nth-child(2) {
  position: relative;
  text-decoration: none !important;
  font-size: 0;
}
.products .woocommerce-Price-amount:nth-child(2)::before {
  content: "от ";
  font-size: 18px;
  position: relative;
  width: 20px;
  top: -2px;
  left: 0;
}
.products span.price {
  display: flex !important;
  justify-content: center;
  flex-direction: row-reverse;
}
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.page-template-template-homepage .entry-header h1,
h1 {
  font-size: 2.2rem;
  line-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
body,
button,
input,
textarea {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 900;
  letter-spacing: 0;
}
/*headings*/
h1,
.h1 {
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin-bottom: 0.7rem;
}
h2,
.h2 {
  font-size: 1.3rem;
  line-height: 1.4rem;
}
h3,
.h3 {
  font-size: 1.15rem;
}
h4,
.h4 {
  font-size: 1.05rem;
  line-height: 1.3rem;
  font-weight: bold;
}
h5,
.h5 {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
}
/*.woocommerce-MyAccount-content h2{
    .h2();
}*/
.text-center {
  text-align: center;
}
.huge {
  color: #ea005a;
  font-size: 2.5rem;
  letter-spacing: -1px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0rem;
  display: inline-block;
}
.floating1,
.floating2,
.floating3 {
  animation-name: floating;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.floating2 {
  animation-delay: 1000ms;
}
.floating3 {
  animation-delay: 2000ms;
}
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -7px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.col-full {
  max-width: 1280px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .col-full {
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
}
/*header*/
body.home #masthead,
body.is-a-landing-page #masthead {
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 2;
  padding: 0;
}
@media (max-width: 1023px) {
  body.home #masthead,
  body.is-a-landing-page #masthead {
    min-height: 58px;
    padding: 12px 0;
  }
}
body.home .site-content .col-full,
body.is-a-landing-page .site-content .col-full {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding: 0;
}
body.is-a-landing-page #masthead .logo-main {
  left: 15px;
}
body.is-a-landing-page #masthead .logo-main svg {
  margin: 0;
}
body.is-a-landing-page #masthead .user-location .location-ask,
body.is-a-landing-page #masthead .user-location .available-cities-wrapper {
  left: -5px;
}
body.is-a-landing-page .storefront-primary-navigation .mobile-menu-btn,
body.is-a-landing-page .storefront-primary-navigation .site-header-cart {
  display: none;
}
body.is-a-landing-page .storefront-primary-navigation .desktop-menu,
body.is-a-landing-page .storefront-primary-navigation .site-search {
  display: none;
}
body.is-a-landing-page .storefront-primary-navigation .btn {
  position: absolute;
  right: 15px;
  margin: 0;
  font-size: 1rem;
  border: 2px solid #EA005A;
  color: white;
  padding: 8px 14px;
  line-height: 1;
}
body.is-a-landing-page .storefront-breadcrumb,
body.is-a-landing-page .entry-header,
body.is-a-landing-page #zcwMiniButton,
body.is-a-landing-page .mobile-navigation,
body.is-a-landing-page #site-header-cart,
body.is-a-landing-page #desktop-login-cart,
body.is-a-landing-page #global-cart {
  display: none !important;
}
body.is-a-landing-page .site-content .col-full {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding: 0;
}
body.is-a-landing-page footer .b1,
body.is-a-landing-page .mobile-navigation {
  display: none !important;
}
@media (min-width: 1024px) {
  body.is-a-landing-page .desktop-only {
    display: inline-block;
  }
  body.is-a-landing-page #desktop-phone {
    float: right;
    width: 300px !important;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dropin {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
#masthead {
  padding: 12px 0;
  border: none;
  width: 100%;
  background: none;
}
#masthead .user-location {
  position: relative;
  z-index: 2;
}
#masthead .user-location .user-city-wrapper:hover label {
  display: inline-block !important;
}
#masthead .user-location .user-city-wrapper:hover label:not(.active) {
  top: 100%;
  left: 0;
  padding: 10px 50px 10px 20px;
}
#masthead .user-location .user-city-wrapper {
  display: none;
}
#masthead .user-location .location-ask,
#masthead .user-location .available-cities-wrapper,
#masthead .user-location label:not(.active) {
  position: absolute;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
#masthead .user-location .location-ask::after,
#masthead .user-location .available-cities-wrapper::after,
#masthead .user-location label:not(.active)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  width: 0;
  height: 0;
  border-top: 0;
  border-left: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  margin-left: -10px;
  margin-top: -10px;
}
#masthead .user-location .available-cities-wrapper {
  display: none;
}
#masthead .user-location .available-cities-wrapper label,
#masthead .user-location .available-cities-wrapper a {
  position: relative;
  display: block !important;
  width: 100%;
  padding: 5px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ea005a;
}
#masthead .user-location .available-cities-wrapper label::after,
#masthead .user-location .available-cities-wrapper a::after {
  display: none;
}
#masthead .user-location .location-ask,
#masthead .user-location .available-cities-wrapper {
  top: 50px;
  left: -35px;
  width: 300px;
  padding: 10px 20px;
}
#masthead .user-location .location-ask::after,
#masthead .user-location .available-cities-wrapper::after {
  left: 10%;
}
#masthead .user-location .location-ask span,
#masthead .user-location .available-cities-wrapper span {
  cursor: pointer;
}
#masthead .user-location .location-ask span.confirm,
#masthead .user-location .available-cities-wrapper span.confirm {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 20px;
  color: #fff;
  background: #ea005a;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#masthead .user-location .location-ask span.another-city,
#masthead .user-location .available-cities-wrapper span.another-city {
  color: #ea005a;
  display: inline-block;
  padding: 7px 0;
}
#masthead .user-location label {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
}
#masthead .user-location label:hover {
  color: #ea005a;
}
#masthead .user-location label.active {
  margin-left: 20px;
}
#masthead .user-location label.active::after {
  left: -17px;
  right: auto;
  background: url('./img/pin-location.svg') no-repeat center;
  background-size: contain;
}
#masthead.scrolled {
  position: fixed !important;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: dropin 0.4s;
}
#masthead.scrolled svg g {
  fill: #000 !important;
}
#masthead.dark svg {
  animation: fadein 2s;
}
#masthead.dark svg g {
  fill: #fff;
}
#masthead.dark #desktop-phone {
  animation: fadein 2s;
}
#masthead.dark #desktop-phone a {
  color: #fff;
}
#masthead .logo-main {
  display: inline-block;
  /* margin: 0 auto; */
  position: absolute;
  width: 50%;
  left: 25%;
  margin-top: 2px;
  /* top: 0; */
}
#masthead .logo-main svg {
  max-width: 130px;
  height: 26px;
  margin: 0 auto;
  display: block;
}
#masthead .site-header-cart {
  display: inline-block;
  float: right;
}
.city-select-popup .location-ask,
.city-select-popup .available-cities-wrapper,
.city-select-popup label:not(.active) {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.city-select-popup .location-ask::after,
.city-select-popup .available-cities-wrapper::after,
.city-select-popup label:not(.active)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  width: 0;
  height: 0;
  border-top: 0;
  border-left: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  margin-left: -10px;
  margin-top: -10px;
}
.city-select-popup .available-cities-wrapper {
  display: none;
}
.city-select-popup .available-cities-wrapper label,
.city-select-popup .available-cities-wrapper a {
  position: relative;
  display: block !important;
  width: 100%;
  padding: 5px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ea005a;
}
.city-select-popup .available-cities-wrapper label::after,
.city-select-popup .available-cities-wrapper a::after {
  display: none;
}
.city-select-popup .location-ask,
.city-select-popup .available-cities-wrapper {
  top: 50px;
  left: -35px;
  width: 300px;
  padding: 10px 20px;
}
.city-select-popup .location-ask::after,
.city-select-popup .available-cities-wrapper::after {
  left: 10%;
}
.city-select-popup .location-ask span,
.city-select-popup .available-cities-wrapper span {
  cursor: pointer;
}
.city-select-popup .location-ask span.confirm,
.city-select-popup .available-cities-wrapper span.confirm {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 20px;
  color: #fff;
  background: #ea005a;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.city-select-popup .location-ask span.another-city,
.city-select-popup .available-cities-wrapper span.another-city {
  color: #ea005a;
  display: inline-block;
  padding: 7px 0;
}
.city-select-popup label {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
}
.city-select-popup label:hover {
  color: #ea005a;
}
.city-select-popup label.active {
  margin-left: 20px;
}
.city-select-popup label.active::after {
  left: -17px;
  right: auto;
  background: url('./img/pin-location.svg') no-repeat center;
  background-size: contain;
}
.city-select-popup input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.desktop-menu,
.desktop-menu2,
.shop-menu {
  display: none;
}
.desktop-menu li.menu-item-has-children:after {
  content: '';
  position: relative;
  display: inline-block;
  top: -2px;
  right: 3px;
  width: 5px;
  height: 5px;
  transition: transform 0.3s;
  border: solid #000;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg);
}
.desktop-menu li.menu-item-has-children:hover:after {
  transform: rotate(-135deg);
  color: #EA005A;
  border-color: #EA005A;
}
@media (max-width: 1279px) {
  .desktop-menu ul > li:last-of-type {
    display: none !important;
  }
}
.sidebar-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
}
.sidebar-wrapper .social-block .main-social-title {
  display: none;
}
.sidebar-wrapper__header {
  background: #F2F2F2;
}
.sidebar-wrapper__header .user-login {
  display: flex;
  gap: 10px;
  align-items: center;
  color: black;
  text-decoration: underline;
  margin: 15px;
}
.sidebar-wrapper__header .user-location {
  display: flex;
  margin: 0 !important;
  padding: 0 25px 10px 25px;
  position: relative;
}
.sidebar-wrapper__header .user-location .user-city-wrapper {
  width: 100%;
}
.sidebar-wrapper__header .user-location label {
  font-size: 18px !important;
}
.sidebar-wrapper__header .user-location:before {
  content: '';
  position: relative;
  display: inline-block;
  top: 6px;
  width: 23px;
  height: 21px;
  margin-right: 5px;
  background: url('/wp-content/plugins/theme-customisations-master/custom/img/location-point.svg') no-repeat center;
}
.sidebar-wrapper__search {
  padding: 10px 25px;
  display: flex;
}
.sidebar-wrapper__search input {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sidebar-wrapper__search .btn {
  padding: 14px 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sidebar-wrapper__search svg {
  width: 20px;
  height: 18px;
  color: white;
  margin-top: 6px;
}
.sidebar-wrapper__login {
  padding: 10px;
}
.sidebar-wrapper__user {
  display: flex;
  flex-direction: column;
  padding: 4px 15px;
}
.sidebar-wrapper__user a.user-account {
  text-decoration: underline;
}
.sidebar-wrapper__logout {
  text-align: right;
}
.sidebar-wrapper__logout a {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-end;
  color: #000;
}
.mobile-menu .menu {
  padding: 15px 25px;
  margin: 0;
  list-style: none;
}
.mobile-menu .menu li:nth-child(-n+2) a {
  font-weight: 600;
}
.mobile-menu .menu ul.sub-menu > li a {
  font-weight: normal !important;
}
.mobile-menu .menu .menu-item {
  display: block;
  position: relative;
}
.mobile-menu .menu .menu-item-has-children {
  border-bottom: 1px solid #e0e0e0;
  border-bottom-style: dotted;
}
.mobile-menu .menu .menu-item:focus {
  border: none;
}
.mobile-menu .menu .menu-item .sub-menu {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s, max-height 0.4s;
}
.mobile-menu .menu .menu-item.is-active .sub-menu {
  opacity: 1;
  max-height: 100%;
}
.mobile-menu .menu .menu-item a {
  color: #ea005a;
  padding: 13px 0;
  display: block;
}
.mobile-menu .menu .menu-item.menu-item-has-children:after {
  content: '';
  position: absolute;
  right: 0;
  top: 24px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url('/wp-content/plugins/theme-customisations-master/custom/img/down-chevron.svg') no-repeat center;
  background-size: contain;
  transition: transform 0.4s;
}
.mobile-menu .menu .menu-item.is-active.menu-item-has-children:after {
  transform: rotate(-180deg);
}
.user-location {
  min-width: 100px;
}
.user-location.open label {
  display: inline-block !important;
}
.user-location.open label.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.user-location .title {
  display: none;
}
.user-location label {
  position: relative;
  display: none !important;
  order: 2;
  padding: 5px 0;
  white-space: nowrap;
  cursor: pointer;
}
.user-location label.active {
  display: inline-block !important;
  order: 1;
}
.user-location label.active::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -22px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url('./img/down-chevron.svg') no-repeat center;
  background-size: contain;
}
.user-location input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
div[data-simplersidebar="mask"] {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.5) !important;
}
div[data-simplersidebar="mask"]::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url('./img/cross-menu.svg') no-repeat center;
  background-size: contain;
}
@media (min-width: 370px) {
  div[data-simplersidebar="mask"]::after {
    left: 315px;
    right: auto;
  }
}
.mobile-navigation {
  clear: both;
  background: #fff;
}
.mobile-navigation a {
  border: none !important;
}
.mobile-navigation .user-location {
  margin: 10px;
}
.mobile-navigation .user-location label {
  margin-right: 40px;
  font-size: 1.4rem;
  color: #ea005a;
}
.mobile-navigation .user-location .location-ask,
.mobile-navigation .user-location .available-cities-wrapper {
  display: none !important;
}
.mobile-navigation .phones {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  width: 100%;
}
.mobile-navigation .phones p {
  margin-bottom: 10px;
  color: #777;
  line-height: 1;
  font-size: 16px;
}
.mobile-navigation .phone {
  font-size: 1.5rem;
  display: inline-block;
  color: #ea005a;
}
.mobile-navigation .callback {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin: 0;
}
.mobile-navigation .whatsapp,
.mobile-navigation .telegram {
  width: 33px;
  height: 33px;
  background-image: url('./img/whatsapp-colored.svg');
  background-repeat: no-repeat;
  background-size: 33px 33px;
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.mobile-navigation .telegram {
  background-image: url('./img/telegram-color.svg');
  display: none;
}
@media (min-width: 350px) {
  .mobile-navigation .telegram {
    display: inline-block;
  }
}
.mobile-navigation .phones,
#sidebar-wrapper .social-block {
  padding: 25px;
}
#sidebar-wrapper .social-block p {
  margin-bottom: 10px;
  color: #777;
}
.storefront-bar {
  background: #e5e5e5;
}
@media (max-width: 1024px) {
  .storefront-bar {
    display: none;
  }
}
.storefront-bar__container {
  display: flex;
  align-items: center;
  height: 40px;
}
.storefront-bar__side-left {
  display: flex;
  height: auto;
  align-items: center;
}
.storefront-bar__side-right {
  margin-left: auto;
}
.storefront-bar__navigation ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  height: auto;
  list-style: none;
}
.storefront-bar__navigation ul li {
  padding: 0 15px;
}
.storefront-bar__navigation ul li a {
  color: #000000;
}
.storefront-bar__navigation ul li a:hover {
  color: #EA005A;
}
.storefront-bar__search form {
  margin: 0;
}
.storefront-bar__search form input {
  font-size: 14px;
  padding: 5px 27px 5px 8px !important;
  border-radius: 15px;
}
.storefront-bar__search form .search__button {
  cursor: pointer;
}
.storefront-bar__search form .search__button:hover {
  color: #777;
}
@media (min-width: 1024px) {
  .storefront-primary-navigation {
    padding: 12px 0;
  }
}
.mobile-login {
  padding: 20px;
  font-size: 1.4rem;
  display: block;
}
.cart-contents .amount,
.cart-contents .count,
#desktop-phone,
.storefront-sticky-add-to-cart {
  display: none;
}
.storefront-primary-navigation .site-header-cart .cart-contents {
  display: block !important;
}
.storefront-primary-navigation .mobile-menu-btn {
  float: left;
}
.storefront-primary-navigation .site-header-cart .cart-contents,
.storefront-primary-navigation .mobile-menu-btn,
.storefront-primary-navigation .mobile-phone-btn {
  width: 32px;
  height: 32px;
  background-size: 32px;
  background-repeat: no-repeat;
  display: inline-block;
}
.storefront-primary-navigation .mobile-menu-btn {
  background-image: url('./img/menu-button.svg');
}
.storefront-primary-navigation #nav-right {
  float: right;
}
.storefront-primary-navigation #nav-right #desktop-phone {
  display: none;
}
.storefront-primary-navigation #nav-right #global-cart .icon,
.storefront-primary-navigation #nav-right #desktop-login-cart .icon {
  background-image: url('./img/shopping-cart.svg');
  width: 32px;
  height: 32px;
  background-size: 32px;
  background-repeat: no-repeat;
  display: inline-block;
  opacity: 1;
}
.storefront-primary-navigation #nav-right #global-cart .text,
.storefront-primary-navigation #nav-right #desktop-login-cart .text {
  display: none;
}
.storefront-primary-navigation #nav-right #desktop-login-cart {
  display: none;
}
body.full-cart .storefront-primary-navigation #global-cart .icon {
  position: relative;
}
body.full-cart .storefront-primary-navigation #global-cart .icon:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ea005a;
  display: block;
  position: absolute;
  top: -3px;
  right: -4px;
  border-radius: 100%;
  -webkit-animation: color-change-2x 1s ease-in-out infinite alternate-reverse;
  animation: color-change-2x 1s ease-in-out infinite alternate-reverse;
}
body.full-cart .storefront-primary-navigation #global-cart.animation-pulse-active .icon:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #ea005a;
  display: block;
  position: absolute;
  top: -3px;
  right: -4px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation: pulse-2 2s cubic-bezier(0, 0.2, 0.8, 1);
  animation: pulse-2 2s cubic-bezier(0, 0.2, 0.8, 1);
}
body.full-cart .storefront-primary-navigation #global-cart.animation-pulse-active .icon:after {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation: pulse 2s cubic-bezier(0, 0.2, 0.8, 1);
  animation: pulse 2s cubic-bezier(0, 0.2, 0.8, 1);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ea005a5e;
    box-shadow: 0 0 0 0 #ea005a5e;
  }
  50% {
    -webkit-box-shadow: 0 0 0 8px #ea005a5e;
    box-shadow: 0 0 0 8px #ea005a5e;
  }
  70% {
    -webkit-box-shadow: 0 0 0 8px #ea005a5e;
    box-shadow: 0 0 0 8px #ea005a5e;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #ea005a5e;
    box-shadow: 0 0 0 0 #ea005a5e;
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ea005a5e;
    box-shadow: 0 0 0 0 #ea005a5e;
  }
  50% {
    -webkit-box-shadow: 0 0 0 8px #ea005a5e;
    box-shadow: 0 0 0 8px #ea005a5e;
  }
  70% {
    -webkit-box-shadow: 0 0 0 8px #ea005a5e;
    box-shadow: 0 0 0 8px #ea005a5e;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #ea005a5e;
    box-shadow: 0 0 0 0 #ea005a5e;
  }
}
@-webkit-keyframes pulse-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ea005a5e;
    box-shadow: 0 0 0 0 #ea005a5e;
  }
  20% {
    -webkit-box-shadow: 0 0 0 8px #ea005a5e;
    box-shadow: 0 0 0 8px #ea005a5e;
  }
  80% {
    -webkit-box-shadow: 0 0 0 8px #ea005a5e;
    box-shadow: 0 0 0 8px #ea005a5e;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #ea005a5e;
    box-shadow: 0 0 0 0 #ea005a5e;
  }
}
@keyframes pulse-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ea005a5e;
    box-shadow: 0 0 0 0 #ea005a5e;
  }
  20% {
    -webkit-box-shadow: 0 0 0 8px #ea005a5e;
    box-shadow: 0 0 0 8px #ea005a5e;
  }
  80% {
    -webkit-box-shadow: 0 0 0 8px #ea005a5e;
    box-shadow: 0 0 0 8px #ea005a5e;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #ea005a5e;
    box-shadow: 0 0 0 0 #ea005a5e;
  }
}
body.not-logged-in.page-id-7 .storefront-primary-navigation .mobile-menu-btn {
  background-image: url('./img/icon-back.svg');
}
.storefront-primary-navigation .mobile-menu-btn.active {
  -webkit-animation: rotate-center 0.3s ease-out both;
  animation: rotate-center 0.3s ease-out both;
  background-image: url('./img/icon-close.svg');
}
.storefront-primary-navigation .site-header-cart .cart-contents {
  position: relative;
}
@keyframes rotate-center {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.social-links {
  display: none;
}
/*footer*/
.site-info {
  display: none;
}
.site-footer {
  background: #fbfbfb;
  color: #333;
  padding: 3% 0;
}
.site-footer ul li {
  font-size: 16px;
  padding: 0.3rem 0;
}
.site-footer ul li.heading {
  font-weight: bold;
}
.site-footer a,
.site-footer ul li a {
  line-height: 1.2;
  display: inline;
  border-bottom: 1px solid #ccc;
  color: #333;
}
.site-footer a:hover,
.site-footer ul li a:hover {
  color: #ea005a;
  border-color: #ea005a;
}
.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100%;
  margin-right: 5.33333333px;
  opacity: 0.5;
  border: none;
  vertical-align: text-bottom;
}
.icon.map-pin {
  background-image: url('./img/icon-pin.svg');
}
.icon.telephone {
  background-image: url('./img/icon-phone.svg');
}
#mc_embed_signup {
  max-width: 730px;
  margin: 0 auto;
}
#mc-embedded-subscribe-form {
  margin-bottom: 35px !important;
  padding: 0 15px !important;
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll {
  position: relative !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#mc-embedded-subscribe-form #mce-responses {
  position: absolute !important;
  top: 105% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#mc-embedded-subscribe-form #mce-responses div.response {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
}
#mc-embedded-subscribe-form #mce-responses div.response::before {
  font-size: 14px !important;
}
#mc-embedded-subscribe-form #mce-responses div.response#mce-success-response::before {
  content: 'Спасибо за подписку!';
}
#mc-embedded-subscribe-form #mce-responses div.response#mce-error-response::before {
  content: 'Этот email уже подписан на рассылку. ';
}
#mc-embedded-subscribe-form #mce-responses div.response#mce-error-response a {
  font-size: 0 !important;
}
#mc-embedded-subscribe-form #mce-responses div.response#mce-error-response a::before {
  content: ' Нажмите сюда чтобы обновить ваш профиль';
  font-size: 14px !important;
}
#mc-embedded-subscribe-form label {
  display: none !important;
}
#mc-embedded-subscribe-form h2 {
  width: 100%;
  margin-bottom: 5px !important;
  font-size: 18px;
  font-family: 'Futura', sans-serif;
}
#mc-embedded-subscribe-form .mc-field-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 50% !important;
  min-height: 45px !important;
  padding: 0 !important;
}
#mc-embedded-subscribe-form #mce-EMAIL {
  width: 100% !important;
  height: 45px;
  line-height: 45px !important;
  border-top: 2px solid #ddd !important;
  border-bottom: 2px solid #ddd !important;
  border-left: 2px solid #ddd !important;
  border-right: none !important;
  border-radius: 7px 0 0 7px !important;
}
#mc-embedded-subscribe-form #mc-embedded-subscribe {
  width: 125px !important;
  height: 45px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  background: #ea005a !important;
  line-height: 1.1 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-border-top-right-radius: 7px !important;
  border-top-right-radius: 7px !important;
  -webkit-border-bottom-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}
#mc-embedded-subscribe-form [for="mce-EMAIL"].mce_inline_error {
  min-width: 300px !important;
  font-size: 0 !important;
  padding-left: 0 !important;
}
#mc-embedded-subscribe-form [for="mce-EMAIL"].mce_inline_error::before {
  content: 'Введите действительный адрес эл. почты';
  font-size: 14px !important;
}
.subscribe-block {
  display: none;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}
#subscribe-form {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
#subscribe-form .subscribe-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
#subscribe-form #subsribe-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 100px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
#subscribe-form .subscribe-submit-btn {
  width: 125px;
  min-width: 125px;
  height: 45px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}
.blog_share.external.social {
  font-weight: 700;
  text-align: end;
  margin-bottom: 1rem;
}
.blog_share.external.social .icon {
  opacity: 1;
}
.blog_share.external.social .icon:first-of-type {
  margin-left: 5px;
}
.external + .external {
  margin-top: -0.5rem !important;
}
.external.social .icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  margin-right: 8.33333333px;
  opacity: 0.5;
  border: none;
}
.external.social .whatsapp {
  background-image: url('./img/whatsapp.svg');
}
.external.social .instagram {
  background-image: url('./img/instagram.svg');
}
.external.social .vk {
  background-image: url('./img/vk.svg');
}
.external.social .facebook {
  background-image: url('./img/facebook.svg');
}
.external.social .youtube {
  background-image: url('./img/youtube.svg');
}
.external.social .odnoklassniki {
  background-image: url('./img/odnoklassniki.svg');
}
.external.social .telegram {
  background-image: url('./img/telegram.svg');
}
.external.social .tiktok {
  background-image: url('./img/tiktok.svg');
}
.external.social .zen {
  background-image: url('./img/zen.svg');
}
.main-social-title {
  font-size: 16px;
  font-weight: bold;
}
.social-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  text-align: left;
}
#menu-footer-menu {
  margin-bottom: 1rem;
}
#menu-footer-menu li {
  display: block;
  text-align: center;
}
#menu-footer-menu li a {
  padding: 2%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
#menu-social li {
  display: inline;
}
#menu-social li a {
  font-size: 0.75rem;
  padding: 2%;
}
.payment-logos {
  padding: 2% 0;
  text-align: center;
}
.payment-logos .visa,
.payment-logos .mastercard {
  background-image: url('./img/004-visa.svg');
  width: 50px;
  height: 50px;
  background-size: 50px;
  display: inline-block;
  margin: 2%;
  opacity: 0.1;
}
.payment-logos .mastercard {
  background-image: url('./img/005-mastercard.svg');
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0.5rem 0 !important;
  border: none;
  border-radius: 7px;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  text-decoration: underline;
  line-height: 1;
  font-weight: bold;
}
.woocommerce-message p,
.woocommerce-info p,
.woocommerce-error p {
  margin-bottom: 0;
}
.woocommerce-message {
  display: -webkit-flex;
  display: flex;
  padding: 10px;
}
@media (max-width: 380px) {
  .woocommerce-message {
    font-size: 14px;
  }
}
.woocommerce-message .button[href*="cart"] {
  -webkit-order: 2;
  order: 2;
  margin-left: auto;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.woocommerce-info {
  background-color: #eee;
  color: #000;
}
.woocommerce-info .button,
.woocommerce-info a,
a.ywpar-button-message {
  display: inline;
  float: none;
  line-height: 1;
  color: #000 !important;
  padding: 0;
  font-weight: normal;
}
.woocommerce-info .button:hover,
.woocommerce-info a:hover,
a.ywpar-button-message:hover {
  opacity: 1;
}
.page-template-template-homepage .site-main,
.page-template-template-homepage .type-page {
  padding: 0;
}
.home.page:not(.page-template-template-homepage) #masthead {
  margin-bottom: 0;
}
body.home #content .col-full,
body.page-id-1212 #content .col-full {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
body.page-id-1212 .storefront-breadcrumb {
  display: none;
}
.hidden-xs {
  display: none !important;
}
/* ===================================================
==================== FAQ =============================
=================================================== */
#homepage-faq {
  margin: 1.5rem 0;
}
#homepage-faq .tab-content {
  display: none;
}
#homepage-faq .tab-content.current {
  display: inherit;
}
.nAccordian .question {
  margin: 1.5rem 0 0 0;
  color: #ea005a;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}
.nAccordian .question:after {
  content: "+";
  font-size: 2rem;
  font-family: sans-serif;
  font-weight: 100;
  line-height: 0.6;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
}
.nAccordian .question.active {
  font-weight: bold;
  color: #000;
}
.nAccordian .question.active:after {
  content: "–";
}
.nAccordian .answer {
  text-align: left;
  display: none;
}
.woocommerce-tabs {
  padding-top: 0;
}
.woocommerce-tabs .panel {
  margin-bottom: 20px !important;
}
.woocommerce-tabs .panel h2:first-of-type {
  font-weight: 900;
  letter-spacing: 0;
  font-size: 1.3rem;
  line-height: 1.4rem;
}
.woocommerce-tabs table {
  display: block;
  width: 100%;
  overflow: auto;
}
.woocommerce-tabs ul.tabs,
ul.tabs {
  border: none;
  padding: 0px;
  list-style: none;
  display: table;
  margin: 0 auto 1rem;
  text-align: center;
}
.woocommerce-tabs ul.tabs li,
ul.tabs li {
  border: none;
  display: inline-block;
  border-radius: 7px;
  background: none;
  color: #ea005a;
  font-weight: bold;
  font-size: 16px;
  margin: 0.6rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  cursor: pointer;
}
.woocommerce-tabs ul.tabs li a,
ul.tabs li a {
  display: block;
  border-bottom: 1px dotted;
  padding: 0;
  font-weight: bold;
}
.woocommerce-tabs ul.tabs li:after,
ul.tabs li:after {
  display: none;
}
.woocommerce-tabs ul.tabs li.active,
ul.tabs li.active,
.woocommerce-tabs ul.tabs li.current,
ul.tabs li.current {
  position: relative;
  background: #ffeaf2;
  margin: 0;
}
.woocommerce-tabs ul.tabs li.active a,
ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.current a,
ul.tabs li.current a {
  color: #ea005a;
  padding: 0.7rem 0.6rem;
  border: none;
  margin: 0;
}
.woocommerce-tabs ul.tabs li.active:after,
ul.tabs li.active:after,
.woocommerce-tabs ul.tabs li.current:after,
ul.tabs li.current:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 45.8%;
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #ffeaf2 transparent;
  display: block;
  width: 0;
}
.button.secondary,
ul.products .button,
form.woocommerce-cart-form .coupon button {
  font-size: 16px;
  background: #ffeaf2;
  color: #ea005a;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 7px;
  line-height: 1 !important;
  padding: 10px 18px;
  border-radius: 30px;
}
.button.secondary:hover,
ul.products .button:hover,
form.woocommerce-cart-form .coupon button:hover,
.button.secondary:active,
ul.products .button:active,
form.woocommerce-cart-form .coupon button:active {
  font-size: 16px;
  background: #ffeaf2;
  color: #ea005a;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 7px;
  line-height: 1 !important;
  padding: 10px 18px;
  border-radius: 30px;
}
ul.products .button {
  margin-top: 0;
}
ul.products li .price span.woocommerce-Price-amount:nth-child(2) {
  text-decoration: line-through;
  top: 2px;
  position: relative;
}
form.woocommerce-cart-form .coupon button {
  margin-top: 0;
  width: 100%;
  display: block;
}
ul.products li.product.outofstock {
  filter: grayscale(1);
  opacity: 0.7;
}
ul.products li.product.outofstock .add_to_cart_button {
  display: none;
}
/* ===================================================
==================== CATALOGUE =======================
=================================================== */
#main-page-shop-root {
  max-width: 1280px;
  margin: 0 auto !important;
  padding: 0 15px;
  justify-content: space-between;
  flex-wrap: nowrap !important;
}
@media (max-width: 768px) {
  #main-page-shop-root {
    flex-wrap: wrap !important;
    margin-bottom: 20px !important;
  }
}
#main-page-shop-root .category {
  width: 24% !important;
  height: 300px !important;
  margin: 0 !important;
  padding: 2% 1% !important;
}
#main-page-shop-root .category.cats,
#main-page-shop-root .category.dogs {
  background-size: 75% !important;
}
@media (max-width: 768px) {
  #main-page-shop-root .category {
    width: 100% !important;
    height: 100px !important;
    min-height: 100px !important;
    margin-bottom: 10px !important;
    padding: 3% 50px 3% 3% !important;
  }
  #main-page-shop-root .category.cats,
  #main-page-shop-root .category.dogs {
    background-size: contain !important;
  }
}
@media (min-width: 1024px) {
  #main-page-shop-root .category span {
    font-size: 1.9rem !important;
  }
}
#shop-root,
#main-page-shop-root {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  #shop-root.sidebar,
  #main-page-shop-root.sidebar {
    padding: 0;
  }
}
#shop-root .category,
#main-page-shop-root .category {
  height: 25vh;
  width: 100%;
  padding: 5%;
  border-radius: 15px;
}
#shop-root .category span,
#main-page-shop-root .category span {
  display: inline;
  color: #000;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-weight: normal;
}
#shop-root .category.treats,
#main-page-shop-root .category.treats,
#shop-root .category.kogtetki-i-domiki,
#main-page-shop-root .category.kogtetki-i-domiki,
#shop-root .category.vitamini-i-uhod,
#main-page-shop-root .category.vitamini-i-uhod,
#shop-root .category.knigi,
#main-page-shop-root .category.knigi,
#shop-root .category.wc,
#main-page-shop-root .category.wc,
#shop-root .category.sanitize,
#main-page-shop-root .category.sanitize,
#shop-root .category.freeze,
#main-page-shop-root .category.freeze {
  height: 15vh;
  min-height: 100px;
  padding-right: 30%;
  margin-top: 3%;
}
#shop-root .category.sanitize,
#main-page-shop-root .category.sanitize {
  display: none;
}
#shop-root .category.cats,
#main-page-shop-root .category.cats,
#shop-root .category.dogs,
#main-page-shop-root .category.dogs {
  width: 48.5%;
  height: 40vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#shop-root .category.cats,
#main-page-shop-root .category.cats {
  margin-right: 3%;
  background: #f5c3cf;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-cat-cats.jpg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
#shop-root .category.dogs,
#main-page-shop-root .category.dogs {
  background: #b5b2e9;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-cat-dogs.jpg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
#shop-root .category.treats,
#main-page-shop-root .category.treats {
  background: #dcdedd;
  background-image: url(https://superpet.ru/wp-content/uploads/2021/05/superpet-lakomstva-cats2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#shop-root .category.treats.dogz,
#main-page-shop-root .category.treats.dogz {
  background: #dcdedd;
  background-image: url(https://superpet.ru/wp-content/uploads/2021/05/superpet-lakomstva-dogs.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#shop-root .category.wc,
#main-page-shop-root .category.wc {
  background: #f9e99b;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-special-pellets-1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#shop-root .category.sanitize,
#main-page-shop-root .category.sanitize {
  background: #BBEAB4;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-cat-bioneat.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#shop-root .category.freeze,
#main-page-shop-root .category.freeze {
  background: #eee;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-cat-freezer.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#shop-root .category.kogtetki-i-domiki,
#main-page-shop-root .category.kogtetki-i-domiki {
  background: #a9e6d9;
  background-image: url(https://superpet.ru/wp-content/uploads/2021/12/karton-domik-category-1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#shop-root .category.vitamini-i-uhod,
#main-page-shop-root .category.vitamini-i-uhod {
  background: #f5c3cf;
  background-image: url(https://superpet.ru/wp-content/uploads/2022/05/vitamini-i-uhod.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#shop-root .category.knigi,
#main-page-shop-root .category.knigi {
  background: #b5b2e9;
  background-image: url(https://superpet.ru/wp-content/uploads/2022/05/knigi.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (min-width: 500px) {
  #shop-root .category,
  #main-page-shop-root .category {
    padding: 5% 10% 5% 5%;
    border: 5px solid #fff;
  }
  #shop-root .category span,
  #main-page-shop-root .category span {
    font-size: 1.5rem;
  }
}
@media (min-width: 700px) {
  #shop-root .category,
  #main-page-shop-root .category {
    padding: 3% 20% 3% 3%;
  }
  #shop-root .category.cats,
  #main-page-shop-root .category.cats,
  #shop-root .category.dogs,
  #main-page-shop-root .category.dogs {
    width: 50%;
  }
  #shop-root .category.cats,
  #main-page-shop-root .category.cats {
    margin-right: 0;
  }
  #shop-root .category.treats,
  #main-page-shop-root .category.treats,
  #shop-root .category.wc,
  #main-page-shop-root .category.wc,
  #shop-root .category.sanitize,
  #main-page-shop-root .category.sanitize,
  #shop-root .category.freeze,
  #main-page-shop-root .category.freeze,
  #shop-root .category.vitamini-i-uhod,
  #main-page-shop-root .category.vitamini-i-uhod,
  #shop-root .category.knigi,
  #main-page-shop-root .category.knigi,
  #shop-root .category.kogtetki-i-domiki,
  #main-page-shop-root .category.kogtetki-i-domiki {
    margin-top: 0;
  }
  #shop-root .category span,
  #main-page-shop-root .category span {
    font-weight: bold;
  }
  #shop-root .category.treats,
  #main-page-shop-root .category.treats,
  #shop-root .category.wc,
  #main-page-shop-root .category.wc,
  #shop-root .category.sanitize,
  #main-page-shop-root .category.sanitize,
  #shop-root .category.freeze,
  #main-page-shop-root .category.freeze,
  #shop-root .category.vitamini-i-uhod,
  #main-page-shop-root .category.vitamini-i-uhod,
  #shop-root .category.knigi,
  #main-page-shop-root .category.knigi,
  #shop-root .category.kogtetki-i-domiki,
  #main-page-shop-root .category.kogtetki-i-domiki {
    padding: 5% 20% 5% 5%;
    width: 100%;
    height: 20vh;
    min-height: 150px;
  }
}
@media (min-width: 1024px) {
  #shop-root .category,
  #main-page-shop-root .category {
    padding: 3% 30% 3% 3%;
    border: 10px solid #fff;
    border-radius: 30px;
  }
  #shop-root .category span,
  #main-page-shop-root .category span {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }
  #shop-root .category.cats,
  #main-page-shop-root .category.cats,
  #shop-root .category.dogs,
  #main-page-shop-root .category.dogs {
    height: 50vh;
  }
  #shop-root .category.treats,
  #main-page-shop-root .category.treats,
  #shop-root .category.wc,
  #main-page-shop-root .category.wc,
  #shop-root .category.sanitize,
  #main-page-shop-root .category.sanitize,
  #shop-root .category.freeze,
  #main-page-shop-root .category.freeze,
  #shop-root .category.vitamini-i-uhod,
  #main-page-shop-root .category.vitamini-i-uhod,
  #shop-root .category.knigi,
  #main-page-shop-root .category.knigi,
  #shop-root .category.kogtetki-i-domiki,
  #main-page-shop-root .category.kogtetki-i-domiki {
    width: 50%;
    padding: 3% 10% 3% 3%;
    height: 200px;
  }
  #shop-root .category.treats span,
  #main-page-shop-root .category.treats span,
  #shop-root .category.wc span,
  #main-page-shop-root .category.wc span,
  #shop-root .category.sanitize span,
  #main-page-shop-root .category.sanitize span,
  #shop-root .category.freeze span,
  #main-page-shop-root .category.freeze span,
  #shop-root .category.vitamini-i-uhod span,
  #main-page-shop-root .category.vitamini-i-uhod span,
  #shop-root .category.knigi span,
  #main-page-shop-root .category.knigi span,
  #shop-root .category.kogtetki-i-domiki span,
  #main-page-shop-root .category.kogtetki-i-domiki span {
    font-size: 1.7rem;
  }
}
#shop-root .category:after,
#main-page-shop-root .category:after {
  margin-left: 5px;
  font-weight: normal;
  font-size: 24px;
  display: inline-block;
  background: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  line-height: 24px;
}
#shop-root .category:hover,
#main-page-shop-root .category:hover {
  filter: brightness(1.03);
}
#shop-root .category:hover span,
#main-page-shop-root .category:hover span {
  color: #EA005A;
  border-color: #EA005A;
}
#shop-root.sidebar,
#main-page-shop-root.sidebar {
  margin-bottom: 0;
}
#shop-root.sidebar .category,
#main-page-shop-root.sidebar .category {
  height: auto;
  min-height: 60px;
  padding: 2% 10% 2% 2%;
  text-decoration: none;
  border-radius: 15px;
  width: 50%;
}
#shop-root.sidebar .category span,
#main-page-shop-root.sidebar .category span {
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  #shop-root.sidebar .category,
  #main-page-shop-root.sidebar .category {
    width: 100%;
    padding: 15px;
    padding-right: 25%;
    height: 90px;
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  #shop-root.sidebar .category span,
  #main-page-shop-root.sidebar .category span {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  #shop-root.sidebar .category span,
  #main-page-shop-root.sidebar .category span {
    font-size: 1.2rem;
  }
}
.widget_product_categories {
  margin-top: 1rem;
}
.widget_product_categories .product-categories {
  display: flex !important;
  flex-wrap: wrap;
}
.widget_product_categories li {
  padding: 0 !important;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.widget_product_categories li:nth-child(2n) {
  margin-right: 0;
}
.widget_product_categories li:first-child {
  margin-top: 0 !important;
}
.widget_product_categories li:before {
  display: none !important;
}
.widget_product_categories li a {
  display: block;
  height: 70px;
  font-weight: normal !important;
  color: #000 !important;
  text-decoration: none !important;
  line-height: 1.1;
  text-decoration: none;
  padding: 15px;
  padding-right: 20%;
  border-radius: 7px;
}
.widget_product_categories li a:before {
  display: none;
}
.widget_product_categories li a:hover {
  filter: brightness(1.03);
  color: #EA005A !important;
}
.widget_product_categories li .count {
  float: none;
  color: #727272;
}
.widget_product_categories li.current-cat a {
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  position: relative;
  font-weight: bold !important;
  border: 3px solid;
  /*
                &:after{
                    content: "";
                    //background: #000;
                    //width: 6px;
                    //height: 100%;
                    display: block;
                    position: absolute;
                    top: 0;
                    right: -30px;
                    //right: -15px;

                    border-top: 50px solid transparent;
                    border-bottom: 50px solid transparent;
                    border-left: 20px solid green;
                }
                */
}
.widget_product_categories li.current-cat a:after {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff !important;
}
@keyframes scaleDown {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0px #fff, 0 0 0 0px #ccc;
  }
  100% {
    transform: scale(0.96);
  }
}
.widget_product_categories .cat-item-15 {
  display: none !important;
}
.widget_product_categories .cat-item-19 a {
  background: #f5c3cf;
}
.widget_product_categories .cat-item-20 a {
  background: #b5b2e9;
}
.widget_product_categories .cat-item-79 a {
  background: #eee;
}
.widget_product_categories .cat-item-171 a {
  background: #f9e99b;
}
.widget_product_categories .cat-item-172 a {
  background: #BBEAB4;
}
.widget_product_categories .cat-item-187 a {
  background: #eee;
}
.widget_product_categories ul.children {
  display: none;
}
.woocommerce-products-header__title,
.wc-nested-category-layout-category-title {
  text-align: center;
}
.widget-area {
  /*
    .widget > .product-categories{
        //font-size: 0.9rem;

        //background: lighten(@color-active, 52%);
        //padding: 0.7rem;
        //border-radius: 10px;
        margin: 0.1rem 0;


        li{
            padding: 0;
            display: block;
            margin: 1rem 0;


            &:before{
                display: none;
            }
            &.current-cat{
                //border-left: 3px solid @color-active;
                a{

                }

            }
            a{
                font-weight: normal;
                color: @color-active;
                //text-transform: uppercase;
                text-decoration: none;
                padding: 0.6rem 0.9rem;
                padding-right: 0;
            }
            .count{
                float: none;
                color: #727272;
            }

            ul.children{
                @pad: 1.5rem;
                margin: 0 0 @pad*1.2 @pad;

                //hide 3rd level on mobile
                ul.children{
                    display: none;
                }
            }
        }
        li.current-cat{
            a{
                background: #ea005a0f;
                border-radius: 30px;
                padding-right: 0.6rem;
            }
            ul li a{
                padding-right: 0;
                background: none !important;
            }
        }
        li.cat-parent,
        li.cat-item-171,
        li.cat-item-172{
            //background-color: blue;

            >a{
                //font-size: 1.1rem;
                //font-weight: bold;
            }
        }
    }
    */
}
.widget-area .category-toggle {
  display: block;
  text-align: center;
  letter-spacing: 0.4px;
}
.widget-area .category-toggle:after {
  content: "▼";
  float: right;
}
.widget-area .category-toggle.active:after {
  content: "▲";
}
.site-main ul.products {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.site-main ul.products li {
  width: 49%;
  margin-bottom: 1rem;
  padding: 0 5px;
}
.site-main ul.products li:nth-child(odd) {
  margin-right: auto;
}
@media (max-width: 767px) {
  .site-main ul.products li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .site-main ul.products li .woocommerce-loop-product__title {
    min-height: 24px;
    max-height: 44px;
    overflow: hidden;
  }
}
.site-main ul.products .qib-container {
  display: none !important;
}
.wc-nested-category-layout-category-image {
  display: none;
}
ul.products li.product img {
  margin-bottom: 0.7rem;
  width: 95%;
}
ul.products li.product a.woocommerce-LoopProduct-link:hover .product_thumbnail_hover {
  opacity: 1;
}
ul.products li.product img.product_thumbnail_hover {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  width: -moz-calc(87%);
  width: -webkit-calc(87%);
  width: -o-calc(87%);
  width: calc(95% - 8px);
  transform: translate(-50%, 0);
}
#woocommerce_product_categories-4 {
  margin-bottom: 1.5rem;
}
.wc-nested-category-layout-category-title {
  font-size: 2rem;
}
.wc-nested-category-layout-category-title a {
  font-weight: bold;
}
.woocommerce-products-header__title.page-title {
  text-align: center;
}
.storefront-sorting {
  display: none;
}
/*cart*/
p.woocommerce-shipping-destination {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
}
.cart-empty,
.return-to-shop {
  text-align: center;
}
ul.products li.product .price {
  margin-bottom: 5px;
}
ul.products li.product .price ins {
  position: relative;
  top: -4px;
}
.cost-per-liter {
  margin: 0 0 5px 0;
  font-size: 14px;
  display: inline-flex;
  padding: 0 10px;
  background: #e8e8e8;
  color: #6d6d6d;
  border-radius: 15px;
}
/* ===================================================
==================== PRODUCT =========================
=================================================== */
a.reset_variations {
  display: none !important;
}
.woocommerce-variation-price .price {
  font-weight: 900;
  letter-spacing: 0;
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin-bottom: 0.7rem;
  font-weight: normal;
}
.product-type-variable:not(.outofstock) .entry-summary > p.price,
.product-type-variable:not(.outofstock) .entry-summary > .yith-par-message {
  display: none !important;
}
.storefront-breadcrumb {
  margin-bottom: 0;
}
.single-product div.product form.cart .quantity {
  float: none;
  margin: 0 0 0.3rem 0;
  display: inline-block;
}
.single-product .woocommerce-variation-add-to-cart,
.single-product .type-product form.cart {
  text-align: center;
  margin: 1rem 0;
  display: table;
  width: 100%;
}
.single-product .type-product form.cart .quantity {
  width: 50px;
  text-align: center;
}
.single-product .type-product form.cart .quantity input {
  line-height: 1;
  width: 100%;
  text-align: center;
}
.single-product .type-product form.cart button.plus,
.single-product .type-product form.cart button.minus {
  font-size: 43px;
  font-weight: bold;
  padding: 0 15px;
  line-height: 43px;
  vertical-align: top;
  background: none;
  width: 60px;
  margin: 0;
  text-align: center;
}
.single-product .type-product form.cart button.plus:hover,
.single-product .type-product form.cart button.minus:hover,
.single-product .type-product form.cart button.plus:active,
.single-product .type-product form.cart button.minus:active,
.single-product .type-product form.cart button.plus:focus,
.single-product .type-product form.cart button.minus:focus {
  color: #ea005a;
}
/*@media(min-width: 400px){
    .quantity-block{
        .label{
            width: 25%;
            margin-left: 20%;
        }
    }
}*/
button.single_add_to_cart_button {
  margin-top: 0.75rem;
  width: 100%;
}
body.woocommerce-checkout .woocommerce-form-login {
  max-width: 400px;
  margin: 0 auto;
}
body.woocommerce-checkout .woocommerce-form-login .form-row {
  width: 100%;
}
#invitation-id {
  margin-right: 5px;
}
.single-product div.product .product_meta a {
  font-weight: normal;
  color: #ea005a;
  text-decoration: none;
}
.stock.in-stock {
  display: none;
}
.up-sells.upsells.products h2 {
  text-align: center;
}
.please-review {
  background: #ea005a12;
  padding: 1rem !important;
  border-radius: 1rem;
  margin: 1rem 0 2rem 0;
  max-width: 700px;
}
.please-review p {
  margin-bottom: 5px;
}
.review-form-container .review-form {
  margin-bottom: 0;
}
.review-form-container textarea {
  font-weight: normal;
  height: 150px;
}
.review-form-container .label {
  margin-bottom: 5px;
}
.review-form-container .label2 {
  margin-bottom: 15px;
}
.review-form-container .btn-review {
  cursor: pointer;
  background: none;
  padding: 7px 10px;
  display: inline-block;
  margin: 5px;
  border-radius: 7px;
  border: 2px solid #ea005a;
  color: #ea005a;
  font-weight: bold;
}
.review-form-container .btn-review.active {
  background: #ea005a;
  color: #fff;
}
.review-form-container input.file-upload {
  width: 100%;
  border: none;
  background: none;
  padding: 0 !important;
  margin: 0 0 5px 0 !important;
}
#reviews .commentlist li {
  margin-bottom: 1rem;
}
#reviews .commentlist li .comment_container .comment-text {
  width: 100%;
}
#reviews .commentlist li p.meta {
  margin-bottom: 0.5rem;
}
#reviews .commentlist li p.meta time {
  display: inline-block;
}
#reviews .commentlist li .description p {
  margin-bottom: 10px;
}
#reviews .commentlist li .photos_tumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#reviews .commentlist li .photos_tumb .thumb_photo {
  width: 50%;
  flex-grow: 1;
  padding: 5px;
}
#reviews .commentlist li .photos_tumb .thumb_photo img {
  width: 100%;
  height: auto;
}
#reviews .commentlist li ul {
  margin: 0.5rem 0 1rem 0;
  color: #ea005a;
  border-left: 3px solid #ea005a;
  padding-left: 1rem;
}
#reviews .commentlist li ul time {
  display: none;
}
#reviews .commentlist li ul .woocommerce-review__author {
  font-size: 80%;
}
#reviews .more_comments_show {
  margin: 0 auto;
  display: block;
}
.woocommerce-review__author {
  display: block;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 1.15rem;
}
.woocommerce-review__published-date {
  float: right;
  display: block;
}
.new_review_status {
  display: block;
  background: #eee;
  padding: 10px;
  border-radius: 7px;
  margin: 1rem 0;
}
/* ===================================================
==================== VARIATIONS ======================
=================================================== */
.woocommerce-product-gallery {
  margin-bottom: 1rem !important;
}
h1.product_title,
.woocommerce-variation-price {
  text-align: center;
}
h1.product_title {
  margin-bottom: 1rem;
}
table.variations tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
table.variations td {
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  color: #666;
}
.variable-items-wrapper {
  list-style: none;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.variable-items-wrapper .image-variable-item.selected {
  background: #FEEDF3;
  border-color: #FEEDF3;
  outline: none;
}
.variable-items-wrapper .button-variable-item {
  cursor: pointer;
  text-align: center;
  padding: 10px !important;
  border-radius: 7px !important;
  list-style: none;
  vertical-align: middle;
  width: 30%;
  margin: 1%;
}
.variable-items-wrapper .button-variable-item span {
  border-bottom: 1px dotted;
  line-height: 1.1;
  letter-spacing: 0px;
  text-transform: none;
  color: #EA005A !important;
}
.variable-items-wrapper .button-variable-item.selected {
  background: #FEEDF3;
  border-color: #FEEDF3;
  outline: none;
}
.variable-items-wrapper .button-variable-item.selected span {
  border: none;
  color: #EA005A !important;
}
.variable-items-wrapper .button-variable-item.disabled span {
  text-decoration: line-through;
  color: #bbb !important;
}
.wcsatt-options-wrapper {
  text-align: left;
  background: #ffeaf2;
  padding: 15px;
  border-radius: 7px;
}
.wcsatt-options-wrapper p {
  margin-bottom: 5px;
  font-weight: bold;
}
.wcsatt-options-wrapper ul {
  margin-bottom: 0;
}
.single-product div.product .single_variation .price,
.single-product div.product p.price {
  margin: 0 !important;
}
.yith-par-message-variation,
.yith-par-message {
  text-align: center;
}
.yith-par-message-variation span,
.yith-par-message span {
  padding: 10px 0 0 0;
  margin-bottom: 0;
}
.single-product div.product .summary {
  margin-bottom: 1rem;
}
.single-product div.product p.price {
  white-space: nowrap;
  padding-right: 10px;
  line-height: 1.3;
  text-align: center;
}
.single-product div.product p.price del,
.single-product div.product p.price ins {
  display: inline;
  text-align: left;
  margin-left: 0;
}
.single-product div.product p.price del {
  font-size: 90%;
}
.single-product div.product .yith-par-message {
  display: block;
}
.single-product div.product .yith-par-message {
  /*float: left;
        width: 50%;*/
}
.single-product div.product form.cart {
  margin-bottom: 0;
}
.single-product div.product form.cart.bundle_form .item_qty:after {
  content: " шт.";
}
.single-product div.product .product_meta {
  border-top: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
  display: none;
}
.single-product div.product .variations_button {
  padding-top: 0;
}
.jgtb-add-to-subscription {
  text-align: center;
  background: #ffeaf2;
  padding: 15px;
  border-radius: 12px;
}
select#jgtb_add_to_existing {
  height: auto;
  border: none;
  /* background: #ccc; */
  padding: 5px;
}
.single_add_to_cart_button {
  width: 60%;
}
.key-features {
  margin-bottom: 1rem;
}
.key-features ul {
  list-style: none;
  margin: 0 auto;
  text-align: left;
}
.key-features ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.wc-nonpurchasable-message {
  font-size: 1.1rem;
  background: #ea005a !important;
  color: #fff !important;
}
.wc-nonpurchasable-message a {
  color: #fff !important;
  border-color: #fff;
}
.wc-nonpurchasable-message a:hover {
  color: #000;
  border-color: #000;
}
.wc-nonpurchasable-message p {
  margin-bottom: 0;
}
.ywpar_apply_discounts_container form.ywpar_apply_discounts {
  margin-bottom: 0;
}
.ywpar_apply_discounts_container #ywpar_apply_discounts {
  background: #ea005a;
  color: #fff !important;
  /*background: @color-action;
    border-radius: 0;
    padding: 8px 18px;
    display: inline-block;
    margin: 5px 0;
    color: #fff;
    letter-spacing: 0.5px;*/
  font-family: 'Futura';
  /*background: @color-action;
    border-radius: 0;
    padding: 8px 18px;
    display: inline-block;
    margin: 5px 0;
    color: #fff;
    letter-spacing: 0.5px;*/
  font-weight: bold;
  background: #EA005A;
  border-radius: 7px;
  padding: 8px 18px;
  display: inline-block;
  margin: 5px 0;
  color: #fff;
  border: none;
  display: block;
  width: 100%;
  font-size: 1rem;
}
.ywpar_apply_discounts_container .form-row-last {
  margin-bottom: 0;
}
.shop_table_responsive {
  margin-bottom: 0;
}
#post-7 h1 {
  text-align: center;
  margin: 1rem 0;
}
body.not-logged-in article#post-9 {
  text-align: center;
}
.cart-collaterals .cart_pet_calc {
  margin-bottom: 2rem;
}
.cart-collaterals .cart_pet_calc .my_pet_cart {
  margin-bottom: 1rem;
}
.cart-collaterals .cart_totals {
  background: #ffeaf2;
  border-radius: 14px;
  padding: 1rem;
  width: 100% !important;
}
.cart-collaterals .cart_totals .shop_table tr td,
.cart-collaterals .cart_totals .shop_table tr th {
  padding-bottom: 10px;
}
.cart-collaterals .cart_totals .cart_totals {
  float: none;
  width: 100%;
}
.cart-collaterals .cart_totals .checkout-button,
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-bottom: 0;
}
.cart-collaterals .cart_totals .checkout-button {
  font-size: 1.1rem !important;
}
.add_pets_to_lk {
  font-size: small;
  margin: 1rem 0 0 0;
}
#save_pet_calc_mess {
  margin: 5px 0 0 0;
}
#save_pet_calc {
  font-size: 16px;
  background: #ffeaf2;
  color: #ea005a;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 7px;
  line-height: 1 !important;
  padding: 10px 18px;
  border-radius: 30px;
}
.my_pet_descriptions_cart {
  margin-bottom: 1rem;
}
/* ===================================================
==================== CHECKOUT =======================
=================================================== */
@media (max-width: 767px) {
  #c_appartments_field,
  #c_domofon_field,
  #c_floor_field,
  #c_exit_field {
    width: 49%;
    float: left;
  }
  #c_appartments_field,
  #c_floor_field {
    margin-right: 2% !important;
  }
}
body.woocommerce-checkout #content {
  max-width: 640px;
  margin: 0 auto;
}
body.woocommerce-checkout #content table tbody td {
  background: none;
}
body.woocommerce-checkout #content #woocommerce-cart-notice-free-delivery {
  display: none;
}
body.woocommerce-checkout #content .woocommerce-shipping-methods li {
  width: 100%;
  display: inline-block;
}
body.woocommerce-checkout #content .woocommerce-shipping-methods li label {
  line-height: 1.2;
}
body.woocommerce-checkout #content .woocommerce-shipping-methods li:first-child {
  padding-right: 10px;
}
body.woocommerce-checkout #content table th {
  background: none;
}
body.woocommerce-checkout #content #order_review table {
  background: #E8F6EB;
  padding: 0.5rem;
  border-radius: 7px;
}
body.woocommerce-checkout #content #order_review table th,
body.woocommerce-checkout #content #order_review table td {
  background-color: transparent !important;
  padding: 0.2rem;
  font-size: 1rem;
}
body.woocommerce-checkout #content tr.cart-shipping-price td:nth-child(2) {
  text-align: right;
}
body.woocommerce-checkout #content tr.order-total td,
body.woocommerce-checkout #content tr.cart-discount td {
  text-align: right;
}
body.woocommerce-checkout #content tr.recurring-totals,
body.woocommerce-checkout #content tr.recurring-total ~ tr.cart-shipping-price {
  display: none;
}
#delivery_date_text {
  color: #777;
}
#billing_adress_select,
.pet-calculator__select,
#ywcdd_timeslot,
#ywcdd_datepicker,
#select_weight {
  font-size: 18px;
  font-family: 'Futura';
  border-radius: 7px;
  background: #fff;
  border: 2px solid #ddd;
  box-shadow: none !important;
  line-height: 1;
  padding: 10px 12px !important;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  width: 100%;
  padding-right: 34px !important;
  position: relative;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI5Mi4zNjJweCIgaGVpZ2h0PSIyOTIuMzYycHgiIHZpZXdCb3g9IjAgMCAyOTIuMzYyIDI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MjsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0DQoJCUMxLjgwNyw3Mi45OTgsMCw3Ny4yNzksMCw4Mi4yMjhjMCw0Ljk0OCwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDdsMTI3LjkwNywxMjcuOTA3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4DQoJCXM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhMMjg2LjkzNSw5NS4wNzRjMy42MTMtMy42MTcsNS40MjctNy44OTgsNS40MjctMTIuODQ3QzI5Mi4zNjIsNzcuMjc5LDI5MC41NDgsNzIuOTk4LDI4Ni45MzUsNjkuMzc3eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.85em auto, 100%;
  line-height: normal;
}
#billing_adress_select::-ms-expand,
.pet-calculator__select::-ms-expand,
#ywcdd_timeslot::-ms-expand,
#ywcdd_datepicker::-ms-expand,
#select_weight::-ms-expand {
  display: none;
}
#billing_adress_select:focus,
.pet-calculator__select:focus,
#ywcdd_timeslot:focus,
#ywcdd_datepicker:focus,
#select_weight:focus {
  border-color: #777;
  box-shadow: 0 0 0 0 -moz-mac-focusring;
  outline: none;
}
button[name='update_cart'] {
  display: none !important;
}
.postalcode-hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.delivery-date {
  font-size: 0.8rem;
}
.delivery-date label.button,
.delivery-date .button {
  /*
        margin: 0.2rem;
        background-color: #f2f2f2;
        color: #43454b;
        */
  font-size: 0.9rem;
  font-weight: normal;
  background: none;
  padding: 0;
  margin: 0.2rem 0;
  color: #000;
  display: inline-block;
  border-radius: 0;
  text-align: left;
  width: 100%;
}
.delivery-date label.button:before,
.delivery-date .button:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f111";
  margin-right: 0.8em;
}
.delivery-date label.button.is-active,
.delivery-date .button.is-active {
  /*background-color: #ea005a;
            color: #fff;*/
}
.delivery-date label.button.is-active:before,
.delivery-date .button.is-active:before {
  color: #ea005a;
  content: "\f192";
}
.custom-shipping {
  margin: 0;
}
.custom-shipping ul {
  list-style: none;
  margin: 0;
}
.custom-shipping th {
  background-color: transparent;
}
.custom-shipping #shipping-data {
  display: inline;
}
.custom-shipping input {
  display: none;
}
.custom-shipping input:checked + label::before {
  content: "\f192";
  color: #ea005a;
}
.custom-shipping input + label {
  display: block;
  margin-left: 0 !important;
}
.custom-shipping input + label::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -0.125em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f111";
  margin-right: 0.5407911em;
  -webkit-transition: color, ease, 0.2s;
  transition: color, ease, 0.2s;
}
.custom-shipping label {
  margin-left: 5px;
}
#order_review tr.shipping,
#order_review tr.cart-subtotal.recurring-total {
  display: none;
}
.checkout-subscribe-prompt,
.checkout-subscribe-action {
  display: none;
}
#payment .place-order .button,
.wc-proceed-to-checkout .button.checkout-button {
  background-color: #ea005a;
  font-weight: bold;
}
.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #ea005a;
}
.woocommerce-terms-and-conditions-wrapper p {
  font-size: 0.7rem;
}
table.woocommerce-checkout-review-order-table .product-name {
  width: 72%;
}
.type-page h1.entry-title {
  text-align: center;
}
.checkout.woocommerce-checkout .form-row {
  margin-bottom: 0.8rem;
}
.checkout.woocommerce-checkout .form-row label {
  display: none;
}
.checkout.woocommerce-checkout .form-row.create-account {
  margin-bottom: 0.2rem;
}
.checkout.woocommerce-checkout .form-row.create-account label {
  display: block;
}
table.custom-shipping th {
  display: none;
}
table.custom-shipping th,
table.custom-shipping td {
  padding: 0 0.5rem 0 0;
  line-height: 1.5;
}
table.custom-shipping th li,
table.custom-shipping td li {
  margin-bottom: 0.7rem;
}
#payment .payment_methods li .payment_box,
#payment .place-order {
  padding: 0px;
}
#payment .payment_methods > li:not(.woocommerce-notice),
#payment .payment_methods > li:not(.woocommerce-notice):hover,
#payment .payment_methods > li .payment_box,
#payment .place-order {
  background: none;
}
#payment .payment_methods li .payment_box {
  padding: 0;
}
#payment .payment_methods > .wc_payment_method > label,
#payment .payment_methods > .woocommerce-PaymentMethod > label {
  padding: 0;
  margin: 0.5rem 0;
}
.payment_method_cod p,
.woocommerce-privacy-policy-text p {
  font-size: 16px;
  color: #7e7f96;
  line-height: 1.4;
}
.suggestions-suggestions strong {
  color: #ea005a !important;
}
.suggestions-addon[data-addon-type="clear"] {
  background-image: url('./img/003-close-button.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
.form-row.woocommerce-invalid input.input-text {
  background: #fff3f3;
  border-color: #c60000;
}
.ywcdd_select_delivery_date_content {
  margin: 2rem 0;
}
.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
  padding: 10px;
}
#h_address_field {
  margin-top: 1rem;
}
#order_review_heading,
.storefront-handheld-footer-bar {
  display: none;
}
p.create-account {
  margin-bottom: 0.2rem;
}
.about-registration,
.password-info {
  color: #777;
  font-size: 0.8rem;
  line-height: 1.4;
}
#account_password_field {
  margin: 0.5rem 0 0.5rem 0;
}
/* ===================================================
==================== MY ACCOUNT ======================
=================================================== */
#account-special-offers h2.title {
  text-align: center;
}
.owl-carousel.special-offers .owl-item > div {
  padding: 0;
}
.owl-carousel.special-offers .owl-item > div .special-offer {
  padding: 15px;
  background: #eee;
  height: 270px;
  border-radius: 14px;
  position: relative;
}
.owl-carousel.special-offers .owl-item > div .special-offer button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: block;
  width: auto;
  color: #fff;
  padding: 5px 10px;
}
.special-offers_hidden {
  display: none !important;
}
.special-offers__item {
  display: none;
  position: relative;
}
.special-offers__close {
  position: absolute;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  line-height: 2;
  border-radius: 7px;
  text-align: center;
  color: #000;
  font-style: normal;
}
.special-offers__close:hover {
  opacity: 0.75;
}
.special-offers__show-hidden {
  margin: 0 0 30px 0;
  text-align: center;
}
.woocommerce-orders-table {
  background: none;
}
.woocommerce-orders-table tr {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}
.woocommerce-orders-table tr td {
  padding: 0.4rem 0;
  background: none !important;
}
.woocommerce-orders-table__cell-order-actions a {
  margin: 3px;
}
.woocommerce-MyAccount-navigation {
  margin-left: -10px;
}
.woocommerce-MyAccount-navigation ul {
  border: none;
}
.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  margin: 2px 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #ea005a0f;
  color: #ea005a;
  border-radius: 21px;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 5px 13px;
  border-radius: 7px;
}
.woocommerce-MyAccount-navigation ul li a:before {
  display: none;
}
.my_account_orders .button.view {
  background: #ccc;
  color: #000;
}
.my_account_orders .button.view::after {
  display: none;
}
.ywpar-wrapper {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
table.ywpar_points_rewards {
  width: 100%;
}
table.ywpar_points_rewards th {
  padding: 1rem 0.5rem;
}
table.ywpar_points_rewards td {
  text-align: left;
  padding: 0.5rem;
  vertical-align: middle;
}
.cart_totals .woocommerce-shipping-methods {
  display: block;
  text-align: left;
  margin-top: 2rem;
}
.cart_totals .woocommerce-Price-amount {
  font-weight: bold;
}
table.cart {
  margin-bottom: 1rem;
}
table.cart td.product-remove a.remove {
  top: 5px;
  right: 0;
}
table.cart .shop_table tr.cart_item input.qty {
  padding: 4px 5px !important;
  width: auto;
  line-height: 1;
  vertical-align: middle;
}
.subscription-offer {
  margin-bottom: 5px;
}
.subscription-advantages {
  margin: 0 0 1rem 0;
  list-style: none;
  font-size: 16px;
}
.subscription-advantages li {
  color: #ea005a;
}
.subscription-advantages li:before {
  content: "✓";
  margin-right: 5px;
}
.cart_totals h2 {
  display: none;
}
.cart_totals h2.subscription-title {
  display: block;
}
.cart_totals p {
  font-weight: normal;
}
.cart_totals table tr td,
.cart_totals table tr th {
  background-color: transparent;
  padding: 0;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
}
.cart_totals .cart-subtotal,
.cart_totals .woocommerce-shipping-totals,
.cart_totals tr.recurring-totals,
.cart_totals tr.shipping.recurring-total,
.cart_totals .wcsatt-add-cart-to-subscription-wrapper {
  display: none;
}
.cart_totals tr.order-total.recurring-total {
  padding-top: 1rem;
  line-height: 1.32;
}
.cart_totals .shop_table tr th,
.cart_totals .shop_table tr td {
  background: none;
  display: inline-block;
}
.cart_totals .shop_table tr td {
  width: 60%;
  font-weight: normal;
  text-align: left;
}
.cart_totals .shop_table tr td:before {
  display: none;
}
.cart_totals .shop_table tr th {
  width: 40%;
}
.cart_totals .shop_table tr .first-payment-date {
  line-height: 1;
  margin-top: 5px;
  opacity: 0.5;
}
#shippingComments {
  padding: 10px 0 0 0;
}
#showOrderComments {
  /*.secondary();
    padding: 6px 10px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 auto;
    */
  margin-bottom: 8px;
}
.repeat-order {
  background: #ea005a0f;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 1rem;
  max-width: 400px;
}
.repeat-order p {
  margin-bottom: 5px;
}
.repeat-order p.order-again {
  margin-bottom: 0;
}
ul.order_details {
  margin: 0 0 1rem 0;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  width: 50%;
  padding: 15px;
}
.woocommerce-table--order-details tfoot tr th {
  text-align: right;
}
.bundled_table_item .product-name {
  padding-left: 5%;
}
#yith-wacp-popup .yith-wacp-content {
  padding: 2rem 1rem 1rem 1rem;
}
#yith-wacp-popup .yith-wacp-close {
  right: 10px;
  top: 10px;
  opacity: 1;
}
#yith-wacp-popup .yith-wacp-main {
  box-shadow: none;
  border-radius: 1rem;
}
#yith-wacp-popup .yith-wacp-overlay {
  background: rgba(0, 0, 0, 0.4);
}
#yith-wacp-popup .button {
  display: block;
  text-transform: uppercase;
}
#yith-wacp-popup .button.go-cart {
  background: #ea005a !important;
  color: #fff !important;
}
/*popup*/
#spu-600 {
  color: #fff;
  text-align: center;
  background-image: url('img/coupon-gift.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 30%;
}
#spu-600 h1,
#spu-600 h2,
#spu-600 h3 {
  color: #fff;
}
#spu-600 .pop_border {
  border: 3px solid #fff;
}
#spu-600 .pop_inner {
  margin: 25px;
}
#spu-600 .button {
  background: #fff;
  color: #000;
}
/*zadarma*/
#zcwMiniButton {
  background: rgba(0, 0, 0, 0.8) !important;
}
#zcwMiniButton .zsb__text {
  font-size: 0.9rem !important;
  line-height: 1.1 !important;
  font-family: 'Futura' !important;
}
.z-callme-widget.callme.callme .callme__content {
  border-radius: 7px !important;
  box-shadow: none !important;
}
.refshare {
  background: #eee;
  padding: 1rem;
  border-radius: 14px;
  margin-bottom: 1rem;
}
.reflink-wrap #reflink {
  text-decoration: underline;
  border-radius: 7px;
  background: #fff;
  border: 2px solid #ddd;
  padding: 8px 12px !important;
  margin-bottom: 0.5rem;
}
.reflink-wrap .copyref {
  background-color: #ea005a;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 7px;
}
@media (max-width: 640px) {
  .z-modal-window .z-m-w__img {
    display: none !important;
  }
}
.z-modal-window.z-m-w {
  padding: 20px !important;
}
.qib-button:not(#qib_id):not(#qib_id) {
  background: none !important;
  border-color: transparent !important;
  font-size: 36px !important;
  font-weight: bold !important;
  line-height: 43px !important;
  vertical-align: top !important;
  width: 40px !important;
  text-align: center !important;
  height: 45px !important;
  color: #000;
  border: none !important;
  outline-color: transparent !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  width: 50px !important;
  height: 45px !important;
  border: 2px solid #ddd !important;
  -webkit-border-radius: 7px !important;
  border-radius: 7px !important;
  background: #fff !important;
}
.cart_item .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  height: 38px !important;
}
.cart_item .qib-button:not(#qib_id):not(#qib_id) {
  font-size: 30px !important;
  height: 38px !important;
  line-height: 38px !important;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
  height: 45px !important;
  margin-top: 0.75rem !important;
  margin-left: 0 !important;
}
/*smartphone cart styles*/
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody tr.cart_item {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 7px 0;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td {
    background-color: transparent;
    padding: 1px;
    display: inline-block;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item:first-child:before {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-remove {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 2;
    border: none;
    width: 10%;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-remove a.remove {
    position: absolute;
    top: 0px;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-remove a.remove:before {
    color: #444;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-thumbnail {
    display: none;
    width: 15%;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-thumbnail img {
    width: 100%;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-price {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-name {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.3;
    padding: 0 35px 0 0;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-name:before {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-quantity {
    width: auto;
    margin-right: auto;
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-quantity .qty {
    padding: 2px !important;
    width: 50px;
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-quantity:before {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-subtotal {
    width: 25%;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-subtotal:before {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody .bundled_table_item td.product-name,
  .woocommerce-cart-form .shop_table tbody .bundled_table_item td.product-quantity {
    font-size: 80% !important;
    line-height: 1 !important;
  }
  .woocommerce-cart-form .shop_table tbody .bundled_table_item_indent {
    padding-left: 0;
  }
  .woocommerce-cart-form .shop_table tbody .bundled_table_item_indent:before {
    content: "↳";
    color: #ea005a;
  }
  #zcwMiniButton {
    display: none !important;
  }
}
@media (min-width: 330px) and (max-width: 400px) {
  .woocommerce-cart-form .shop_table tbody tr.cart_item {
    padding: 10px 0;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td {
    font-size: 100%;
    vertical-align: middle;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-remove {
    width: 10%;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-thumbnail {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-price {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-name {
    width: 100%;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-quantity {
    width: auto;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-subtotal {
    width: 25%;
  }
  .woocommerce-cart-form .shop_table tbody .bundled_table_item td.product-name,
  .woocommerce-cart-form .shop_table tbody .bundled_table_item td.product-quantity {
    line-height: 3 !important;
  }
}
@media (min-width: 380px) {
  .ywcdd_timeslot_content,
  .ywcdd_datepicker_content {
    width: 49%;
    float: left;
  }
  .ywcdd_datepicker_content {
    margin-right: 2%;
  }
}
table.cart td.actions {
  text-align: left;
}
table.cart td.actions .coupon {
  border-bottom: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  float: none;
}
/* ===================================================
==================== ORDER RECEIVED ==================
=================================================== */
.link.whatsapp,
.link.telegram {
  display: inline;
  font-weight: bold;
  border-bottom: 1px solid;
}
.link.whatsapp {
  color: #00c665;
  border-color: #00c665;
}
.link.telegram {
  color: #31A0D7;
  border-color: #31A0D7;
}
/* ===================================================
==================== BLOG =========================
=================================================== */
body.blog #primary article,
body.archive #primary article {
  margin-bottom: 1rem;
}
body.blog #primary article .left,
body.archive #primary article .left {
  width: 70%;
  float: left;
  padding-right: 10px;
}
body.blog #primary article .right,
body.archive #primary article .right {
  width: 30%;
  float: right;
}
body.blog #primary article .right img,
body.archive #primary article .right img {
  width: 100%;
}
body.blog #primary article h2,
body.archive #primary article h2 {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}
body.blog #primary article p.intro,
body.archive #primary article p.intro {
  font-size: 0.9rem;
  line-height: 1.3;
  color: #777;
  margin-bottom: 5px;
}
body.blog #primary article p.categories,
body.archive #primary article p.categories {
  font-size: 16px;
  color: #999;
}
body.blog #primary article p.categories a,
body.archive #primary article p.categories a {
  color: #999;
  text-decoration: underline;
}
article.type-post .posted-on,
article.type-post .post-author,
article.type-post .post-comments {
  display: none;
}
article.type-post .entry-header {
  margin-bottom: 0;
  border: none;
}
article.type-post .wp-block-pullquote {
  padding: 1rem 0;
}
article.type-post .wp-block-pullquote p {
  font-size: 1.3rem !important;
  line-height: 1.9rem !important;
}
#toc_container {
  border-radius: 20px;
  padding: 15px;
}
#toc_container ul ul {
  margin-left: 10px;
}
.toc_list li ul li a:before {
  content: "— ";
  color: #aaa;
}
.toc_list a {
  padding: 4px 0;
  display: inline-block;
}
#no-pets-img {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin: 0 auto;
  background-image: url('img/pusheen-sleeping.gif');
  background-size: 100%;
}
/*my account*/
#submit-ajax-sms {
  border-radius: 7px;
  max-width: 400px;
  margin: 0 auto 0;
  height: 300px;
}
#submit-ajax-sms h3 {
  line-height: 1.2;
}
#submit-ajax-sms p {
  line-height: 1.3;
  margin-bottom: 10px;
}
#submit-ajax-sms p label {
  margin-bottom: 10px;
}
#submit-ajax-sms p:last-child {
  margin-bottom: 0;
}
#submit-ajax-sms small {
  color: #777;
}
#submit-ajax-sms small a {
  color: #777;
  text-decoration: underline;
}
#submit-ajax-sms .form-tel-sms,
#submit-ajax-sms .form-tel-sms_number {
  font-size: 1.5rem;
  color: #000;
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: #eee;
}
#submit-ajax-sms .form-tel-sms:active,
#submit-ajax-sms .form-tel-sms_number:active,
#submit-ajax-sms .form-tel-sms:focus,
#submit-ajax-sms .form-tel-sms_number:focus {
  border-color: #ea005a;
  background-color: #fff;
}
#submit-ajax-sms .no_sed_sms {
  text-align: center;
  display: block;
}
#submit-ajax-sms .no_sed_sms:before {
  content: "⚠️";
  display: block;
  font-size: 2rem;
}
#submit-ajax-sms_notise button,
#submit-ajax-sms button {
  display: block;
  width: 100%;
}
#send_new_sms_out {
  text-align: center;
  font-size: 16px;
}
#my-account-index a {
  display: block;
  padding: 10px;
  background: #ea005a;
  border-radius: 7px;
  color: #fff;
}
#my-account-index .tile h2 {
  margin: 0;
  color: #fff;
}
.my_pets .my_pet {
  width: 48%;
  display: inline-block;
  padding: 1rem;
  border-radius: 10px;
  background: #eee;
  margin: 0 2% 2% 0;
  vertical-align: top;
}
.my_pets .my_pet:nth-child(2n) {
  margin-right: 0;
}
.my_pets .my_pet_add {
  margin: 1rem 0 0 0;
}
.woocommerce-Address {
  margin-bottom: 1.5rem;
}
.woocommerce-Address .user-address {
  background: #eee;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 7px;
  font-style: normal;
  margin: 0 0 0.5rem 0;
}
.woocommerce-Address a {
  margin: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1139px) {
  /*cart*/
  .cart-collaterals {
    width: 48%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.subscription-old-warning {
  background: #00b8bc38;
  padding: 1rem;
  border-radius: 7px;
  margin-bottom: 1rem;
}
/*checkout*/
body.page-id-8 .woocommerce-form-coupon-toggle,
body.page-id-8 .woocommerce-breadcrumb,
body.page-id-8 #yith-par-message-cart,
body.page-id-8 .woocommerce-form-login-toggle {
  display: none;
}
body.page-id-8 #masthead.scrolled {
  position: inherit !important;
  animation: none;
  box-shadow: none;
}
body.page-id-8.quick-order .woocommerce-form-login-toggle,
body.page-id-8.quick-order #shippingComments,
body.page-id-8.quick-order #return_box_name_field,
body.page-id-8.quick-order #desktop-menu {
  display: none;
}
/*cart page*/
body.not-logged-in.page-id-7 .b1,
body.total-orders-0.page-id-7 .b1,
body.not-logged-in.page-id-7 #woocommerce-cart-notice-free-delivery,
body.total-orders-0.page-id-7 #woocommerce-cart-notice-free-delivery,
body.not-logged-in.page-id-7 .cart_pet_calc,
body.total-orders-0.page-id-7 .cart_pet_calc,
body.not-logged-in.page-id-7 .subscription-offer,
body.total-orders-0.page-id-7 .subscription-offer,
body.not-logged-in.page-id-7 .subscription-advantages,
body.total-orders-0.page-id-7 .subscription-advantages,
body.not-logged-in.page-id-7 .wcsatt-options-cart,
body.total-orders-0.page-id-7 .wcsatt-options-cart,
body.not-logged-in.page-id-7 .woocommerce-breadcrumb,
body.total-orders-0.page-id-7 .woocommerce-breadcrumb,
body.not-logged-in.page-id-7 .mobile-navigation,
body.total-orders-0.page-id-7 .mobile-navigation {
  display: none !important;
}
body.page-id-7 #yith-par-message-cart {
  display: none;
}
/*login page*/
body.not-logged-in.page-id-9 .b1 {
  display: none !important;
}
/*landings*/
body.not-logged-in.is-a-landing-page .b1,
body.is-a-landing-page .b1 {
  display: none !important;
}
body.not-logged-in.is-a-landing-page footer .container .row .col-3,
body.is-a-landing-page footer .container .row .col-3 {
  width: 100%;
  text-align: center;
}
.cloudpayments-card-selection {
  border-left: 1px solid #ccc;
  padding-left: 20px;
  margin: 0 0 20px 7px;
}
.cloudpayments-card-selection input {
  -webkit-appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0 !important;
  margin-right: 0.5407911em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  border: none;
  outline-color: transparent;
}
.cloudpayments-card-selection input:checked {
  background: #fff;
  border: 6px solid #ea005a;
}
.cloudpayments-card-selection label {
  display: block;
  margin: 5px 0;
}
body.is-a-landing-page footer .b1,
body.is-a-landing-page .mobile-navigation {
  display: none !important;
}
.desktop-only {
  display: none;
}
a {
  font-weight: normal;
}
p,
ul {
  font-family: 'Futura';
  font-size: 18px;
}
.anchor {
  position: relative;
}
.anchor a {
  position: absolute;
  left: 0px;
  top: -55px;
}
.btn,
.simple-link {
  font-family: 'Futura';
  font-weight: 300;
}
.simple-link:after {
  content: "➞";
  margin-left: 5px;
}
.learn-more {
  margin: 10px;
  display: block;
}
.small {
  font-size: 0.9rem;
}
.btn-action {
  /*background: @color-action;
    border-radius: 0;
    padding: 8px 18px;
    display: inline-block;
    margin: 5px 0;
    color: #fff;
    letter-spacing: 0.5px;*/
  font-family: 'Futura';
  /*background: @color-action;
    border-radius: 0;
    padding: 8px 18px;
    display: inline-block;
    margin: 5px 0;
    color: #fff;
    letter-spacing: 0.5px;*/
  font-weight: bold;
  background: #EA005A;
  border-radius: 7px;
  padding: 8px 18px;
  display: inline-block;
  margin: 5px 0;
  color: #fff;
}
select.inline {
  width: auto;
  color: #EA005A;
  border: none;
  border-bottom: 3px solid #f1c5d6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  font-family: 'Futura';
  font-weight: bold;
}
ul.red-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.red-bullets li {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  position: relative;
}
ul.red-bullets li:before {
  content: "•";
  color: #EA005A;
  position: absolute;
  left: -1rem;
}
ol.red-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol.red-bullets li {
  margin-bottom: 0.8rem;
  margin-left: 2.4rem;
  position: relative;
  counter-increment: my-awesome-counter;
}
ol.red-bullets li:before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-weight: bold;
  background: #00B8BC;
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.7rem;
  left: -2.4rem;
  border-radius: 100%;
  position: absolute;
}
.switch-timeline {
  display: flex;
  flex-wrap: wrap;
  font-size: 80%;
}
.switch-timeline .step {
  text-align: center;
  padding: 10px;
  width: 50%;
  margin-bottom: 0.5rem;
}
.switch-timeline img {
  width: 100%;
  margin: 0 auto 0.5rem;
  max-width: 200px;
}
.switch-timeline .t1,
.switch-timeline .t2 {
  display: block;
}
.switch-timeline .t2 {
  color: #EA005A;
  font-family: 'FuturaDemiC';
}
.highlight {
  background: #FDDEE7;
  padding: 3px 0;
}
.with-padding {
  padding: 0 15px;
}
.intro-slideshow .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.intro-slideshow h1,
.intro-slideshow .h1 {
  margin: 1rem 0;
}
.intro-slideshow img {
  border-radius: 0;
}
.superpet-variety {
  text-align: center;
  color: #fff;
  /*beef*/
  /*turkey*/
  /*chicken*/
  /*rabbit*/
  /*duck*/
}
.superpet-variety h1,
.superpet-variety h2,
.superpet-variety h3,
.superpet-variety a {
  color: #fff;
}
.superpet-variety h2 {
  padding: 0 15px;
}
.superpet-variety .title {
  font-weight: 900;
  letter-spacing: 0;
  font-size: 1.15rem;
  margin: 0.7rem 0;
}
.superpet-variety p {
  margin-bottom: 0 !important;
}
.superpet-variety a {
  margin: 0 0.2rem;
}
.superpet-variety.color-0,
.superpet-variety.color--1 {
  background: #EA005A;
}
.superpet-variety.color-2 {
  background: #6460BE;
}
.superpet-variety.color-3 {
  background: #00D79C;
}
.superpet-variety.color-4 {
  background: #777;
}
.superpet-variety.color-1 {
  background: #A9643F;
}
.superpet-variety a.catalogue {
  display: inline-block;
  margin: 4px;
  background: rgba(0, 0, 0, 0.3);
  padding: 9px 10px;
  line-height: 1;
  border-radius: 25px;
  font-size: 16px;
}
.superpet-variety .button {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
.superpet-variety .owl-theme .owl-dots {
  margin: 1rem 0;
}
.superpet-variety .owl-theme .owl-dots .owl-dot:hover span,
.superpet-variety .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}
.superpet-variety .owl-carousel .owl-item img {
  border-radius: 0;
}
.landing__main {
  /*home*/
}
.landing__main .tile {
  padding: 25px 0px;
}
.landing__main .tile h2 {
  text-align: center;
}
.landing__main .tile p {
  margin-bottom: 15px;
}
.landing__main .tile img {
  border-radius: 0;
}
.landing__main .tile .btn-wrap {
  text-align: center;
}
.landing__main .tile.last {
  margin-bottom: 0;
  padding-bottom: 0;
}
.landing__main .tile.intro {
  background: #f2eef8;
  background-image: url('https://superpet.ru/wp-content/uploads/2020/03/girl1-mobile.jpg');
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 500px;
  margin: 0;
  padding-top: 75px;
  /*DARK BACKGROUNDS*/
}
@media (min-height: 700px) {
  .landing__main .tile.intro {
    height: 80vh;
  }
}
.landing__main .tile.intro .text {
  max-width: 90%;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  padding-top: 0;
}
.landing__main .tile.intro .text ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.landing__main .tile.intro.s1,
.landing__main .tile.intro.zen1 {
  background: #F7C2D2;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/s3-mobile.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.landing__main .tile.intro.s2 {
  background: #b5b2e9;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/s2-mobile.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.landing__main .tile.intro.s3 {
  background: #4ae1b8;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/s1-mobile.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.landing__main .tile.intro.s5 {
  background: #ffbf51;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/11/s5-mobile.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.landing__main .tile.intro.s6 {
  background: #efefef;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/11/s6-mobile.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.landing__main .tile.intro.s4 {
  background: #E00046;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/10/slide4-superpet-mobile.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.landing__main .tile.intro.zen2 {
  background: #eeeeee;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/10/slide5-superpet-mobile.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.landing__main .tile.intro.zen3 {
  background: #bbdcd1;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/10/zen3-superpet-mobile.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.landing__main .tile.intro.veterinarian {
  background: #f2eef8;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/veterinar-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.intro.girl2 {
  background: #D7CDE4;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/girl2-landing-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.intro.girl3 {
  background: #f2eef8;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/girl3-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.intro.yoga {
  background: #faf2f0;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/yoga-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.intro.breed {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.intro.british {
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-british-shorthair-mobile.jpg);
}
.landing__main .tile.intro.mainecoon {
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-mainecoon-mobile.jpg);
}
.landing__main .tile.intro.bengal {
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-bengal-mobile.jpg);
}
.landing__main .tile.intro.burmese {
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-burmese-mobile.jpg);
}
.landing__main .tile.intro.british-chinchilla {
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-british-chinchilla-mobile.jpg);
}
.landing__main .tile.intro.sfinks {
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-sphynx-mobile.jpg);
}
.landing__main .tile.intro.russianblue {
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-russianblue-mobile.jpg);
}
.landing__main .tile.intro.abyssinian {
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-aby-mobile.jpg);
}
.landing__main .tile.intro.somali {
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-somali-mobile.jpg);
}
.landing__main .tile.intro.abyssinian,
.landing__main .tile.intro.mainecoon,
.landing__main .tile.intro.bengal,
.landing__main .tile.intro.sfinks,
.landing__main .tile.intro.russianblue,
.landing__main .tile.intro.exotic,
.landing__main .tile.intro.burmese,
.landing__main .tile.intro.british-chinchilla,
.landing__main .tile.intro.british,
.landing__main .tile.intro.britishlonghair,
.landing__main .tile.intro.somali {
  background-color: #000;
  color: #fff;
}
.landing__main .tile.intro.abyssinian h1,
.landing__main .tile.intro.mainecoon h1,
.landing__main .tile.intro.bengal h1,
.landing__main .tile.intro.sfinks h1,
.landing__main .tile.intro.russianblue h1,
.landing__main .tile.intro.exotic h1,
.landing__main .tile.intro.burmese h1,
.landing__main .tile.intro.british-chinchilla h1,
.landing__main .tile.intro.british h1,
.landing__main .tile.intro.britishlonghair h1,
.landing__main .tile.intro.somali h1 {
  color: #fff;
}
.landing__main .tile.intro.scottish {
  background: #f5eddb;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/landing-hero-scottish-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.intro.persian {
  background: #f5eddb;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/persian-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.intro.britishlonghair {
  background: #000;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/britishlonghair-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.landing__main .tile.intro.britishlonghair h1 {
  color: #fff;
}
.landing__main .tile.intro.birman {
  background: #F4ECDB;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/birman-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.intro.cornishrex {
  background: #D6D4DA;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/cornishrex-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.intro.exotic {
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-exotic-mobile.jpg);
}
.landing__main .tile.intro.himalayan {
  background: #000;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/himalayan-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.landing__main .tile.intro.himalayan h1 {
  color: #fff;
}
.landing__main .tile.intro.norwegianforestcat {
  background: #EAEAEA;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/norwegianforestcat-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.intro.oriental {
  background: #EAEAEA;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/oriental-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.intro.siamese {
  background: #EAEAEA;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/siamese-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.intro.turkishangora {
  background: #EAEAEA;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/03/turkishangora-mobile.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__main .tile.human .image {
  padding: 0 15px;
}
.landing__main .tile.human .image img {
  width: 100%;
}
.landing__main .tile.truly .image img {
  width: 100%;
  max-width: 400px;
}
.landing__main .tile.pricing {
  background: #ffeaf2;
  text-align: center;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.landing__main .tile.pricing .cost {
  font-size: 2.7rem;
  line-height: 1;
  margin: 0 0 1rem 0;
}
.landing__main .tile.pricing label {
  margin: 0;
  line-height: 1.2;
}
.landing__main .tile.pricing input,
.landing__main .tile.pricing label {
  margin: 0;
}
.landing__main .tile.pricing h4 {
  margin-bottom: 0.7rem;
}
.landing__main .tile.pricing .small {
  margin-bottom: 0;
}
.landing__main .tile.pricing .pet_type,
.landing__main .tile.pricing .pet_activity,
.landing__main .tile.pricing .pet_weight,
.landing__main .tile.pricing .pet_result {
  padding: 1rem 0;
  max-width: 320px;
  margin: 0 auto;
}
.landing__main .tile.pricing .pet_weight {
  max-width: 200px;
}
.landing__main .tile.pricing .pet_type {
  max-width: 200px;
  margin: 0 auto;
}
.landing__main .tile.pricing .pet_type .left,
.landing__main .tile.pricing .pet_type .right {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 1;
}
.landing__main .tile.pricing .pet_activity .column {
  width: 33%;
  float: left;
}
@media (max-width: 767px) {
  .landing__main .tile.pricing .pet_activity .column:nth-of-type(2) {
    padding-left: 5px;
  }
  .landing__main .tile.pricing .pet_activity .column:nth-of-type(2) label {
    text-align: center;
  }
  .landing__main .tile.pricing .pet_activity .column:nth-of-type(3) {
    padding-left: 15px;
  }
  .landing__main .tile.pricing .pet_activity .column:nth-of-type(3) label {
    text-align: end;
  }
}
.landing__main .tile.pricing .emoji {
  display: block;
  font-size: 2rem;
}
.landing__main .tile.pricing .checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
.landing__main .tile.pricing .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.landing__main .tile.pricing .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 3px solid #EA005A;
  border-radius: 3px;
}
.landing__main .tile.pricing .checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
.landing__main .tile.pricing .checkbox input:checked ~ .checkmark {
  background-color: #EA005A;
}
.landing__main .tile.pricing .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.landing__main .tile.pricing .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.landing__main .tile.pricing .checkbox .checkmark:after {
  left: 3px;
  top: -1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.landing__main .tile.pricing.pouches .pet_result {
  padding: 1rem;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 10px;
}
.landing__main .tile.pricing.pouches select {
  border: 3px solid #EA005A !important;
  font-weight: 300;
}
.landing__main .tile.pricing.pouches p.small {
  color: rgba(0, 0, 0, 0.5);
}
.landing__main .tile.pricing.pouches .pouches-count {
  display: flex;
}
.landing__main .tile.pricing.pouches .pouches-count .cost {
  margin-bottom: 3px;
}
.landing__main .tile.pricing.pouches .pouches-count p {
  line-height: 1;
  margin: 0;
}
.landing__main .tile.pricing.pouches .pouches-count .col {
  width: 50%;
  padding: 0 10px;
}
.landing__main .tile.pricing.calc .checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  border-width: 0 2px 2px 0;
}
.landing__main .tile.selection {
  margin-top: 25px;
  padding: 0;
}
.landing__main .tile.selection h2 {
  padding: 0 15px;
}
.landing__main .tile.selection .slider_variety_thumbs {
  margin-top: 2rem;
  height: 90px;
}
.landing__main .tile.selection .slider_variety_thumbs .swiper-slide {
  width: 20%;
  height: 50px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.landing__main .tile.selection .slider_variety_thumbs .swiper-slide.swiper-slide-thumb-active {
  transform: scale(1.3);
}
.landing__main .tile.selection .slider_variety_thumbs .swiper-slide.s1 {
  background-image: url('https://superpet.ru/wp-content/uploads/2020/02/superpet-iz-kuritsy-thumb.jpg');
}
.landing__main .tile.selection .slider_variety_thumbs .swiper-slide.s2 {
  background-image: url('https://superpet.ru/wp-content/uploads/2020/02/superpet-iz-kuritsy-thumb2.jpg');
}
.landing__main .tile.selection .slider_variety_thumbs .swiper-slide.s3 {
  background-image: url('https://superpet.ru/wp-content/uploads/2020/02/superpet-iz-kuritsy-thumb3.jpg');
}
.landing__main .tile.selection .slider_variety_thumbs .swiper-slide.s4 {
  background-image: url('https://superpet.ru/wp-content/uploads/2020/02/superpet-iz-kuritsy-thumb4.jpg');
}
.landing__main .tile.selection .slider_variety_thumbs .swiper-slide.s5 {
  background-image: url('https://superpet.ru/wp-content/uploads/2020/02/superpet-iz-kuritsy-thumb5.jpg');
}
.landing__main .tile.selection .slider_variety_thumbs .swiper-slide.s6 {
  background-image: url('https://superpet.ru/wp-content/uploads/2020/02/superpet-iz-kuritsy-thumb6.jpg');
}
.landing__main .tile.selection .slider_variety.swiper-container2 {
  height: 75vh;
}
.landing__main .tile.selection .slider_variety .swiper-slide {
  vertical-align: top;
  background-image: url('https://superpet.ru/wp-content/uploads/2020/02/superpet-packet-pattern-isometric.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.landing__main .tile.selection .slider_variety .hero {
  padding: 0;
  position: absolute;
  top: 0;
}
.landing__main .tile.selection .slider_variety .txt {
  max-width: 70%;
  margin: 0 auto;
}
.landing__main .tile.selection .slider_variety p {
  margin-bottom: 0;
}
.landing__main .tile.human .image,
.landing__main .tile.comfort .image,
.landing__main .tile.variety .image,
.landing__main .tile.human .htmlvideo,
.landing__main .tile.comfort .htmlvideo,
.landing__main .tile.variety .htmlvideo {
  margin: 1rem auto;
  position: relative;
}
.landing__main .tile.human .image img,
.landing__main .tile.comfort .image img,
.landing__main .tile.variety .image img,
.landing__main .tile.human .htmlvideo img,
.landing__main .tile.comfort .htmlvideo img,
.landing__main .tile.variety .htmlvideo img {
  margin: 0 auto;
}
.landing__main .tile.human .image:before,
.landing__main .tile.comfort .image:before,
.landing__main .tile.variety .image:before,
.landing__main .tile.human .htmlvideo:before,
.landing__main .tile.comfort .htmlvideo:before,
.landing__main .tile.variety .htmlvideo:before {
  position: absolute;
  content: '';
  z-index: -1;
  display: block;
  min-height: 200px;
  min-width: 200px;
  width: 300px;
  height: 300px;
  background: #ffeaf2;
  background-size: 1600% 1600%;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  perspective: 1000px;
  animation: transform 50s ease-in-out infinite both alternate, movement 40s ease-in-out infinite both;
  right: -150px;
  left: auto;
  top: -130px;
}
.landing__main .tile.human .image:after,
.landing__main .tile.comfort .image:after,
.landing__main .tile.variety .image:after,
.landing__main .tile.human .htmlvideo:after,
.landing__main .tile.comfort .htmlvideo:after,
.landing__main .tile.variety .htmlvideo:after {
  position: absolute;
  content: '';
  z-index: -1;
  display: block;
  min-height: 200px;
  min-width: 200px;
  width: 100px;
  height: 100px;
  background: #ECECF7;
  background-size: 1600% 1600%;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  perspective: 1000px;
  animation: transform 50s ease-in-out infinite both alternate, movement 40s ease-in-out infinite both;
  left: -70px;
  bottom: -40px;
  animation: transform 20s ease-in-out infinite both alternate, movement 10s ease-in-out infinite both;
}
.landing__main .tile.noblob .image:before,
.landing__main .tile.noblob .htmlvideo:before,
.landing__main .tile.noblob .image:after,
.landing__main .tile.noblob .htmlvideo:after {
  display: none;
}
.landing__main .tile.vet {
  background-image: linear-gradient(0deg, #FFFFFF 2%, #dfdef1 97%);
  padding: 25px 0;
}
.landing__main .tile.vet .image,
.landing__main .tile.vet .author {
  display: inline-block;
  vertical-align: middle;
}
.landing__main .tile.vet .image {
  width: 130px;
  height: 130px;
  margin-left: 15px;
  border-radius: 100%;
  background: url('https://superpet.ru/wp-content/uploads/2021/03/superperphoto_300_f2eef5.png');
  background-size: 100% 100%;
}
.landing__main .tile.vet .author {
  width: 50%;
  max-width: 200px;
  padding-left: 15px;
}
.landing__main .tile.vet .author h2 {
  text-align: left;
}
.landing__main .tile.vet .author p {
  margin-bottom: 0;
}
.landing__main .tile.vet .text {
  margin-top: 1rem;
  width: 100%;
}
.landing__main .tile.vet .text .quote {
  padding-left: 3rem;
  margin-bottom: 2rem;
  position: relative;
}
.landing__main .tile.vet .text .quote:before {
  content: "“";
  color: #6460BE;
  font-family: serif;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: -1rem;
  left: 0.1rem;
}
.landing__main .tile.vet .text .quote:after {
  content: "“";
  color: #6460BE;
  font-family: serif;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  bottom: -1rem;
  right: 0.1rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.landing__main .tile.vet .video-reviews-wrapper {
  display: none;
}
.landing__main .tile.top6 {
  background: #ffdf4b;
}
.landing__main .tile.top6 h2 {
  margin-bottom: 1rem;
}
.landing__main .tile.top6 h4 {
  margin: 1.5rem 0 0.5rem 0;
}
.landing__main .tile.top6.slider {
  background: none;
}
.landing__main .tile.top6.slider .wrap {
  padding: 0;
}
.landing__main .tile.top6.slider h2 {
  padding: 0 15px;
}
.landing__main .tile.top6.slider .with-padding {
  padding: 0;
}
.landing__main .tile.top6.slider img {
  border-radius: 100%;
  box-shadow: none;
  margin-bottom: 15px;
  width: 100%;
}
.landing__main .tile.top6.slider .owl-item > div > span {
  display: block;
  text-align: center;
}
.landing__main .tile.top6.slider .owl-item > div > span h4 {
  margin-top: 0;
}
.landing__main .tile.top5 h2,
.landing__main .tile.whyswitch h2 {
  padding: 25px 15px 0px;
}
.landing__main .tile.top5 .hide-on-mobile,
.landing__main .tile.whyswitch .hide-on-mobile {
  display: none;
}
@media (min-width: 768px) {
  .landing__main .tile.top5 .swiper-container2,
  .landing__main .tile.whyswitch .swiper-container2 {
    display: none;
  }
  .landing__main .tile.top5 .hide-on-mobile,
  .landing__main .tile.whyswitch .hide-on-mobile {
    display: flex;
  }
}
.landing__main .tile.top5 .swiper-container2,
.landing__main .tile.whyswitch .swiper-container2 {
  margin: 20px 0;
}
.landing__main .tile.top5 .swiper-container2 .swiper-slide,
.landing__main .tile.whyswitch .swiper-container2 .swiper-slide {
  width: 70%;
}
.landing__main .tile.top5 .swiper-container2 .swiper-slide .hero,
.landing__main .tile.whyswitch .swiper-container2 .swiper-slide .hero {
  width: 100%;
  margin: 0 auto;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 20px;
  height: 370px;
}
.landing__main .tile.top5 .swiper-container2 .swiper-slide .emoji,
.landing__main .tile.whyswitch .swiper-container2 .swiper-slide .emoji {
  font-size: 3rem;
}
.landing__main .tile.top5 .swiper-container2 .swiper-slide p,
.landing__main .tile.whyswitch .swiper-container2 .swiper-slide p {
  font-size: 17px;
  line-height: 1.3;
}
.landing__main .tile.top5 img.swiper-img,
.landing__main .tile.whyswitch img.swiper-img {
  margin: 0 auto 20px;
  max-width: 60%;
}
.landing__main .tile .video-reviews-wrapper {
  margin-top: 0rem;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.landing__main .tile .video-reviews-wrapper::-webkit-scrollbar {
  width: 0;
}
.landing__main .tile .video-reviews-wrapper .video-reviews {
  white-space: nowrap;
}
.landing__main .tile .video-reviews-wrapper .video-reviews.vet {
  width: 1115px;
}
.landing__main .tile .video-reviews-wrapper .video {
  display: inline-block;
  max-width: 260px;
  height: auto;
  margin-left: 15px;
  position: relative;
  white-space: normal;
  vertical-align: top;
}
.landing__main .tile .video-reviews-wrapper .video a:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  background: rgba(234, 0, 90, 0.75);
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.landing__main .tile .video-reviews-wrapper .video a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -17.5px;
  margin-left: -8.75px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 28px;
  border-color: transparent transparent transparent #fff;
}
.landing__main .tile .video-reviews-wrapper .video a:hover img {
  filter: brightness(1.2);
}
.landing__main .tile .video-reviews-wrapper .video a:hover:before {
  background: #EA005A;
  transform: scale(1.05);
  z-index: 1;
}
.landing__main .tile .video-reviews-wrapper .video a:hover:after {
  transform: scale(1.05);
  z-index: 1;
}
.landing__main .tile .video-reviews-wrapper .video img {
  width: 100%!important;
  height: auto !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.landing__main .tile .video-reviews-wrapper.photos {
  margin-bottom: 1rem;
}
.landing__main .tile .video-reviews-wrapper.photos .video {
  max-width: 208px;
}
.landing__main .tile .video-reviews-wrapper.photos .lazy-loaded {
  box-shadow: none;
}
.landing__main .tile .video-reviews-wrapper.starter {
  margin-bottom: 1rem;
}
.landing__main .tile .video-reviews-wrapper.starter .video {
  max-width: 90px;
  margin: 0;
  padding: 0 5px;
}
.landing__main .tile .video-reviews-wrapper.starter .video a:before,
.landing__main .tile .video-reviews-wrapper.starter .video a:after {
  display: none;
}
.landing__main .tile .video-reviews-wrapper.starter .video img {
  box-shadow: none;
  margin: 0 auto;
  width: 80% !important;
}
.landing__main .tile .video-reviews-wrapper.starter .video .title {
  display: block;
  text-align: center;
  line-height: 1.1;
  margin-top: 0.5rem;
  font-size: 80%;
}
.landing__main .tile .video-reviews-wrapper.starter .lazy-loaded {
  box-shadow: none;
}
.landing__main .tile.frozen {
  min-height: 500px;
  height: 90vh;
  background: url('https://superpet.ru/wp-content/uploads/2020/02/delivered-frozen-superpet-mobile.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.landing__main .tile.frozen .text p {
  text-align: center;
}
.landing__main .tile.video-reviews .text {
  text-align: center;
}
.landing__main .tile.starter h3 {
  text-align: center;
}
.landing__main .tile.starter .starter-pricing {
  padding: 15px;
  background: #ffeaf2;
  text-align: center;
}
.landing__main .tile.starter .starter-pricing p {
  margin: 0;
}
.landing__main .tile.starter .starter-pricing p.terms {
  opacity: 0.5;
  font-size: 90%;
  clear: both;
}
.landing__main .tile.starter .starter-pricing .btn {
  margin: 1rem 0;
  display: block;
}
.landing__main .tile.starter .owl-item img {
  border-radius: 0;
}
.landing__main .tile.founders .text {
  text-align: center;
}
.landing__main .tile.founders .video-container {
  position: relative;
  padding-bottom: 47%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.landing__main .tile.founders .video-container iframe,
.landing__main .tile.founders .video-container object,
.landing__main .tile.founders .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing__main .tile.instagram .text {
  text-align: center;
}
.landing__main .tile.instagram .simple-link {
  margin: 0;
  display: block;
}
.landing__main .tile.support {
  text-align: center;
}
.landing__main .tile.support .text {
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}
.landing__main .tile.support .text:before {
  position: absolute;
  content: '';
  z-index: -1;
  display: block;
  min-height: 200px;
  min-width: 200px;
  width: 250px;
  height: 250px;
  background: #FEE8EE;
  background-size: 1600% 1600%;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  perspective: 1000px;
  animation: transform 50s ease-in-out infinite both alternate, movement 40s ease-in-out infinite both;
  left: 35px px;
}
.landing__main .tile.support .text h3 {
  margin: 0 0 1rem 0;
}
.landing__main .tile.support .text .chat a {
  text-align: left;
  display: block;
  padding: 10px;
  display: inline-block;
  width: 50%;
  float: left;
  line-height: 1;
}
.landing__main .tile.support .text .chat a .icon {
  vertical-align: middle;
  opacity: 1;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.landing__main .tile.support .text .chat a .icon svg {
  width: 20px;
  height: 20px;
}
.landing__main .tile.compare {
  background: #F6F4EF;
}
.landing__main .tile.compare .small {
  opacity: 0.75;
  text-align: center;
}
.landing__main .tile.whysuperpet {
  background: #ECECF7;
}
.landing__main .tile.whysuperpet .group {
  display: flex;
  flex-wrap: wrap;
}
.landing__main .tile.whysuperpet .group .block {
  margin: 0 0 0.5rem 0;
  padding: 0 5px;
  width: 50%;
  text-align: center;
}
.landing__main .tile.whysuperpet .group .block svg {
  display: block;
  margin: 0 auto;
  height: 80px;
}
.landing__main .tile.whysuperpet .group .block span {
  display: block;
  line-height: 1.2;
}
.landing__main .tile.certificates .card img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.landing__main .tile.trial {
  background: #6460BE;
  color: #fff;
  text-align: center;
}
.landing__main .tile.trial h2 {
  color: #fff;
}
.landing__main .tile.trial .wrap {
  padding: 0 15px;
}
.landing__main .tile.trial .wrap div {
  width: 100%;
}
.landing__main .tile.trial img {
  margin-top: 2rem;
}
.landing__main .tile.specials .specials-slideshow .owl-nav {
  display: none;
}
.landing__main .tile.specials .specials-slideshow div a {
  padding: 15px;
  height: 120px;
  background: #eee;
  border-radius: 15px;
  display: block;
  font-weight: 300;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.07);
}
.landing__main .tile.specials .specials-slideshow div a:hover {
  filter: brightness(1.1);
}
.landing__main .tile.specials .specials-slideshow div a span {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  width: 70%;
}
.landing__main .tile.specials .specials-slideshow div a.friends {
  background: #EA005A;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-special-friends.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.landing__main .tile.specials .specials-slideshow div a.friends span {
  color: #fff;
}
.landing__main .tile.specials .specials-slideshow div a.pellets {
  background: #00B8BC;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-special-pellets.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.landing__main .tile.specials .specials-slideshow div a.pellets span {
  color: #000;
}
.landing__main .tile.specials .specials-slideshow div a.cashback {
  background: yellow;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-special-cashback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.landing__main .tile.specials .specials-slideshow div a.cashback span {
  color: #000;
}
.landing__main .tile.specials .specials-slideshow div a.review300 {
  background: #6460BE;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-special-300.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.landing__main .tile.specials .specials-slideshow div a.review300 span {
  color: #fff;
}
.landing__main .tile.specials .specials-slideshow div a.review100 {
  background: #ccc;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-special-100.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.landing__main .tile.specials .specials-slideshow div a.review100 span {
  color: #000;
}
.landing__main .tile.specials .specials-slideshow div a.delivery {
  background: #4AE2B8;
  background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-special-delivery.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.landing__main .tile.specials .specials-slideshow div a.delivery span {
  color: #000;
}
.landing__main .tile.specials .specials-slideshow div a.lakomstvo-40 {
  background: #4AE2B8;
  background-image: url(img/bonus-lakomstvo40.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.landing__main .tile.specials .specials-slideshow div a.lakomstvo-40 span {
  color: #000;
}
.landing__main .tile.delivery {
  background: #eef2f5;
  padding-bottom: 0;
}
.landing__main .tile.delivery h2 {
  margin-bottom: 1.5rem;
}
.landing__main .tile.delivery p,
.landing__main .tile.delivery ul {
  text-align: left;
}
.landing__main .tile.delivery .txt {
  padding: 0 15px;
}
.landing__main .tile.delivery .map {
  background-image: url(https://superpet.ru/wp-content/uploads/2020/05/superpet-safe-delivery-man.jpg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 50vh;
}
.landing__main .tile.superpet-variety .owl-carousel .owl-nav,
.landing__main .tile.specials .owl-carousel .owl-nav {
  display: none;
}
.landing__main.without-background .tile {
  background: #ffeaf2 !important;
}
.landing__main.without-background .tile .pet_weight #select_weight {
  width: 100% !important;
}
.landing__main.without-background .tile .checkbox {
  display: initial !important;
}
.landing__main.without-background .text {
  width: 100% !important;
  margin: auto !important;
}
.compare_table {
  margin: 1rem 0;
}
.compare_table .heading {
  text-align: center;
  font-family: 'Futura-Bold';
  margin-bottom: 0.5rem;
}
.compare_table .column {
  display: flex;
  padding: 6px;
  border-bottom: 1px solid #ccc;
}
.compare_table .column:last-child {
  border: none;
}
.compare_table .column .text {
  line-height: 1.2;
}
.compare_table .column .text,
.compare_table .column .number {
  width: 50%;
}
.compare_table .column .number {
  text-align: right;
}
.compare_table .column .number.final {
  font-weight: bold;
  line-height: 1.5;
}
.compare_table.kibble .final,
.compare_table.canned .final {
  color: red;
}
.compare_table.superpet .final {
  color: green;
}
.noscroll {
  overflow: hidden;
}
.video-thumb-grid {
  position: relative;
  font-size: 0;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}
.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.video-modal .overlay {
  z-index: 0;
  background: rgba(13, 1, 61, 0.82);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}
.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
}
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
  }
}
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
  }
}
.close-video-modal {
  display: block;
  position: absolute;
  left: 50%;
  top: -60px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.close-video-modal svg {
  width: 40px;
  height: 40px;
  margin-left: -40px/2;
}
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}
.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}
.show-video-modal .video-modal .overlay {
  opacity: 1;
}
.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}
.nAccordian .question {
  cursor: pointer;
  font-weight: bold;
}
.nAccordian .question.active {
  font-weight: bold;
}
.htmlvideo {
  display: block;
  height: 100%;
  width: 100%;
  max-height: 400px;
  min-height: 290px;
  background-size: 100% 100%;
  padding: 0;
  margin: 0;
  max-width: 400px;
  margin: 1rem auto;
  position: relative;
}
@media (max-width: 767px) {
  .htmlvideo video {
    max-height: 400px;
  }
}
video {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .tabs-block ul.tabs li {
    font-size: 18px;
  }
}
#quick-order .quick-order-check-set {
  display: -webkit-flex;
  display: flex;
  max-width: 320px;
  margin: 15px auto;
}
#quick-order .quick-order-check-set .radio-set-wrapper {
  width: 50%;
}
#quick-order .quick-order-check-set.choose-animal-block img {
  margin: auto;
}
#quick-order .quick-order-check-set input {
  display: none;
}
#quick-order .quick-order-check-set input:checked ~ label::after {
  display: block;
}
#quick-order .quick-order-check-set label {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-weight: normal;
}
#quick-order .quick-order-check-set label::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#quick-order .quick-order-check-set label::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  display: none;
  width: 14px;
  height: 14px;
  background: #ea005a;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#quick-order .quick-order-check-set label span {
  display: block;
  font-size: 14px;
}
#quick-order {
  width: 100%;
  margin: 0 auto;
}
#quick-order h3,
#quick-order p {
  text-align: center;
}
#quick-order p {
  margin-bottom: 15px;
}
#quick-order label {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 4px 2px;
  padding: 0;
  text-align: left;
  display: block;
}
#quick-order input,
#quick-order select {
  width: 100%;
  margin: 0 0 10px 0;
}
#quick-order input[type=submit] {
  border-radius: 10px;
  padding: 13px !important;
}
#quick-order .small {
  margin-bottom: 3px;
  text-align: left;
  opacity: 0.5;
}
.tile.human .htmlvideo.composition {
  max-width: 1280px;
  max-height: 100%;
  margin: 50px auto 0;
}
.tile.human .htmlvideo.composition::before {
  width: 200px;
  height: 200px;
  left: 200px;
  top: -100px;
}
@media (min-width: 768px) {
  .tile.human .htmlvideo.composition {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .tile.human .htmlvideo.composition::before,
  .tile.human .htmlvideo.composition::after {
    display: none;
  }
}
#composition-carousel .item {
  display: -webkit-flex;
  display: flex;
  padding: 0;
}
#composition-carousel .item img {
  width: 30vw;
  height: 30vw;
  margin-right: 30px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#composition-carousel .title {
  font-size: 1.4rem;
}
#composition-carousel .description-block {
  padding: 5px;
  background: #fff;
}
#composition-carousel .description {
  margin-bottom: 20px;
  font-size: 16px;
}
#composition-carousel .composition {
  font-size: 16px;
}
#composition-carousel .owl-dots {
  margin-left: 30vw;
  text-align: left;
}
#composition-carousel .owl-dots .owl-dot {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
#composition-carousel .owl-dots .owl-dot:first-child {
  margin-left: 30px;
}
#composition-carousel .owl-dots .owl-dot.active img {
  border-color: #000;
}
#composition-carousel .owl-dots .owl-dot span {
  display: none;
}
#composition-carousel .owl-dots img {
  border: 4px solid transparent;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 767px) {
  #composition-carousel .item {
    display: block;
    padding: 0 15px;
  }
  #composition-carousel .item img {
    width: 100%;
    height: auto;
  }
  #composition-carousel .description-block {
    margin-top: 70px;
    padding: 0;
    background: none;
  }
  #composition-carousel .description {
    display: none;
  }
  #composition-carousel .owl-dots {
    position: absolute;
    top: 96vw;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #composition-carousel .owl-dots .owl-dot {
    margin: 0 5px;
  }
  #composition-carousel .owl-dots .owl-dot:first-child {
    margin-left: 5px;
  }
}
@media (min-width: 500px) {
  #composition-carousel .owl-dots {
    top: 98vw;
  }
}
@media (min-width: 900px) {
  #composition-carousel .owl-dots {
    top: auto;
    position: absolute;
    bottom: -10px;
  }
}
.owl-carousel.landing {
  margin-bottom: 1rem;
}
.owl-carousel.landing .owl-item img {
  box-shadow: none;
}
.owl-carousel.landing .owl-item > div {
  padding: 0;
}
.owl-carousel.landing .owl-nav {
  display: none;
}
.owl-carousel.landing .owl-dots {
  margin-top: 0.5rem;
}
.scrolling-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.scrolling-wrapper .card {
  width: 50%;
  padding: 10px;
}
.fast-utp {
  background-color: #5f469e;
  color: #fff;
  padding: 15px;
}
.fast-utp .utp {
  display: block;
  margin: 8px 0;
}
#homepage-faq .question,
#homepage-faq .answer {
  line-height: 1.4;
  font-weight: normal;
}
#homepage-faq .question.active {
  font-weight: bold;
}
@media (min-width: 400px) {
  #quick-order .quick-date-wrap,
  #quick-order .quick-interval-wrap {
    width: 50%;
    float: left;
  }
  #quick-order .quick-date-wrap {
    padding-right: 5px;
  }
  select {
    height: 46px;
  }
  .scrolling-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .scrolling-wrapper .card {
    width: 25%;
  }
}
@media (min-width: 768px) {
  ul.red-bullets li {
    margin-left: 1.5rem;
  }
  ul.red-bullets li:before {
    left: -1.5rem;
  }
  #content {
    padding-top: 0;
  }
  .storefront-primary-navigation .btn {
    top: -2px;
  }
  .video {
    max-width: 80%;
  }
  .landing__main .floating-panel .icon.phone {
    width: auto;
  }
  .landing__main .floating-panel .icon.phone span {
    vertical-align: top;
    line-height: 1;
    margin: 10px 0 0 10px;
    font-weight: bold;
  }
  .landing__main ul.red-bullets li {
    margin-bottom: 1rem;
  }
  .landing__main .tile {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .landing__main .tile .wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .landing__main .tile .column-1,
  .landing__main .tile .column-2,
  .landing__main .tile .column-3,
  .landing__main .tile .column-4,
  .landing__main .tile .column-5,
  .landing__main .tile .column-6,
  .landing__main .tile .column-7,
  .landing__main .tile .column-8,
  .landing__main .tile .column-9,
  .landing__main .tile .column-10 {
    float: left;
    display: block;
    min-height: 1px;
    padding: 0 5px;
  }
  .landing__main .tile .column-2 {
    width: 16.66666667%;
  }
  .landing__main .tile .column-3 {
    width: 25%;
  }
  .landing__main .tile .column-4 {
    width: 33.33333333%;
  }
  .landing__main .tile .column-5 {
    width: 41.66666667%;
  }
  .landing__main .tile .column-6 {
    width: 50%;
  }
  .landing__main .tile .column-7 {
    width: 58.33333333%;
  }
  .landing__main .tile .column-8 {
    width: 66.66666667%;
  }
  .landing__main .tile h2 {
    max-width: 700px;
    margin: 0 auto;
  }
  .landing__main .tile.intro {
    height: auto;
    background-color: #f2eef8;
    background-image: none;
    padding: 0;
    padding-top: 50px;
    /*DARK BACKGROUNDS*/
  }
  .landing__main .tile.intro .wrap {
    height: 600px;
    padding-bottom: 0;
    margin: 0 auto;
    background-image: url('https://superpet.ru/wp-content/uploads/2020/03/girl1-desktop.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .landing__main .tile.intro .text {
    display: inline-block;
    width: 50%;
    margin: 150px 0 0 0;
    text-align: left;
  }
  .landing__main .tile.intro.s1,
  .landing__main .tile.intro.zen1 {
    background-image: none;
    background: #F7C2D2;
  }
  .landing__main .tile.intro.s1 .wrap,
  .landing__main .tile.intro.zen1 .wrap {
    background: #F7C2D2;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/slide2-superpet-desktop.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.s2 {
    background-image: none;
    background: #B5B2E9;
  }
  .landing__main .tile.intro.s2 .wrap {
    background: #B5B2E9;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/slide3-superpet-desktop.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .landing__main .tile.intro.s3 {
    background-image: none;
    background: #4AE1B8;
  }
  .landing__main .tile.intro.s3 .wrap {
    background: #4AE1B8;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/slide1-superpet-desktop.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .landing__main .tile.intro.s4 {
    background-image: none;
    background: #E00046;
  }
  .landing__main .tile.intro.s4 .wrap {
    background: #E00046;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/10/slide4-superpet-desktop.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .landing__main .tile.intro.s5 {
    background-image: none;
    background: #ffba52;
  }
  .landing__main .tile.intro.s5 .wrap {
    background: #ffba52;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/11/husky-girl-desktop.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .landing__main .tile.intro.s6 {
    background-image: none;
  }
  .landing__main .tile.intro.s6 .wrap {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/11/s6-desktop.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .landing__main .tile.intro.zen2 {
    background-image: none;
    background: #eeeeee;
  }
  .landing__main .tile.intro.zen2 .wrap {
    background: #eeeeee;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/10/slide5-superpet-desktop.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .landing__main .tile.intro.zen3 {
    background-image: none;
    background: #bbdcd1;
  }
  .landing__main .tile.intro.zen3 .wrap {
    background: #bbdcd1;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/10/zen3-superpet-desktop.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .landing__main .tile.intro.veterinarian {
    background-image: none;
  }
  .landing__main .tile.intro.veterinarian .wrap {
    background: #f2eef8;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/veterinar-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.girl2 {
    background-image: none;
  }
  .landing__main .tile.intro.girl2 .wrap {
    background: #D7CDE4;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/girl2-landing-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.girl3 {
    background-image: none;
  }
  .landing__main .tile.intro.girl3 .wrap {
    background: #f2eef8;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/girl3-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.yoga {
    background-image: none;
  }
  .landing__main .tile.intro.yoga .wrap {
    background: #e0dae7;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/yoga-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.breed {
    background-image: none;
  }
  .landing__main .tile.intro.breed .wrap {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.abyssinian,
  .landing__main .tile.intro.mainecoon,
  .landing__main .tile.intro.bengal,
  .landing__main .tile.intro.sfinks,
  .landing__main .tile.intro.russianblue,
  .landing__main .tile.intro.exotic .landing__main .tile.intro.burmese,
  .landing__main .tile.intro.british-chinchilla,
  .landing__main .tile.intro.british,
  .landing__main .tile.intro.britishlonghair,
  .landing__main .tile.intro.somali {
    background-image: none;
    background-color: #000;
  }
  .landing__main .tile.intro.abyssinian .wrap,
  .landing__main .tile.intro.mainecoon .wrap,
  .landing__main .tile.intro.bengal .wrap,
  .landing__main .tile.intro.sfinks .wrap,
  .landing__main .tile.intro.russianblue .wrap,
  .landing__main .tile.intro.exotic .landing__main .tile.intro.burmese .wrap,
  .landing__main .tile.intro.british-chinchilla .wrap,
  .landing__main .tile.intro.british .wrap,
  .landing__main .tile.intro.britishlonghair .wrap,
  .landing__main .tile.intro.somali .wrap {
    background-color: #000;
    color: #fff;
  }
  .landing__main .tile.intro.abyssinian .wrap h1,
  .landing__main .tile.intro.mainecoon .wrap h1,
  .landing__main .tile.intro.bengal .wrap h1,
  .landing__main .tile.intro.sfinks .wrap h1,
  .landing__main .tile.intro.russianblue .wrap h1,
  .landing__main .tile.intro.exotic .landing__main .tile.intro.burmese .wrap h1,
  .landing__main .tile.intro.british-chinchilla .wrap h1,
  .landing__main .tile.intro.british .wrap h1,
  .landing__main .tile.intro.britishlonghair .wrap h1,
  .landing__main .tile.intro.somali .wrap h1 {
    color: #fff;
  }
  .landing__main .tile.intro.british .wrap {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-british-shorthair.jpg);
  }
  .landing__main .tile.intro.mainecoon .wrap {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-mainecoon.jpg);
  }
  .landing__main .tile.intro.bengal .wrap {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-bengal.jpg);
  }
  .landing__main .tile.intro.sfinks .wrap {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-sphynx.jpg);
  }
  .landing__main .tile.intro.russianblue .wrap {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-russianblue.jpg);
  }
  .landing__main .tile.intro.abyssinian .wrap {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-aby.jpg);
  }
  .landing__main .tile.intro.exotic .wrap {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-exotic.jpg);
  }
  .landing__main .tile.intro.exotic .wrap {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-exotic.jpg);
  }
  .landing__main .tile.intro.burmese .wrap {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-burmese.jpg);
  }
  .landing__main .tile.intro.british-chinchilla .wrap {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-british-chinchilla.jpg);
  }
  .landing__main .tile.intro.somali .wrap {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-poroda-somali-1.jpg);
  }
  .landing__main .tile.intro.scottish {
    background-image: none;
  }
  .landing__main .tile.intro.scottish .wrap {
    background: #f5eddb;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/landing-hero-scottish-desktop2.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.persian {
    background-image: none;
  }
  .landing__main .tile.intro.persian .wrap {
    background: #f5eddb;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/persian-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.britishlonghair {
    background-image: none;
  }
  .landing__main .tile.intro.britishlonghair .wrap {
    background: #000;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/britishlonghair-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
  }
  .landing__main .tile.intro.britishlonghair .wrap h1 {
    color: #fff;
  }
  .landing__main .tile.intro.birman {
    background-image: none;
  }
  .landing__main .tile.intro.birman .wrap {
    background: #F4ECDB;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/birman-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.cornishrex {
    background-image: none;
  }
  .landing__main .tile.intro.cornishrex .wrap {
    background: #D6D4DA;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/cornishrex-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.himalayan {
    background-image: none;
  }
  .landing__main .tile.intro.himalayan .wrap {
    background: #000;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/himalayan-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
  }
  .landing__main .tile.intro.himalayan .wrap h1 {
    color: #fff;
  }
  .landing__main .tile.intro.norwegianforestcat {
    background-image: none;
  }
  .landing__main .tile.intro.norwegianforestcat .wrap {
    background: #EAEAEA;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/norwegianforestcat-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.oriental {
    background-image: none;
  }
  .landing__main .tile.intro.oriental .wrap {
    background: #EAEAEA;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/oriental-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.siamese {
    background-image: none;
  }
  .landing__main .tile.intro.siamese .wrap {
    background: #EAEAEA;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/siamese-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.intro.turkishangora {
    background-image: none;
  }
  .landing__main .tile.intro.turkishangora .wrap {
    background: #EAEAEA;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/03/turkishangora-desktop.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing__main .tile.truly h2 {
    margin-bottom: 1rem;
  }
  .landing__main .tile.human h2 {
    text-align: left;
  }
  .landing__main .tile.human .image {
    padding: 0;
  }
  .landing__main .tile.top6 .inside,
  .landing__main .tile.comfort .inside,
  .landing__main .tile.vet .inside,
  .landing__main .tile.variety .inside,
  .landing__main .tile.starter .inside {
    padding: 3rem 0;
    margin: 0 auto;
  }
  .landing__main .tile.top6 {
    background: #ffdf4b;
  }
  .landing__main .tile.top6 .reasons {
    padding-left: 2rem;
  }
  .landing__main .tile.top6 .reasons h4:first-child {
    margin-top: 0;
  }
  .landing__main .tile.top6 .image {
    background: url('https://superpet.ru/wp-content/uploads/2020/03/DSC_1405-2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    height: 600px;
  }
  .landing__main .tile.top6.slider {
    background: none;
    text-align: center;
  }
  .landing__main .tile.top6.slider img {
    width: 70%;
    max-width: 200px;
    margin: 0 auto;
  }
  .landing__main .tile.top6.slider .with-padding {
    padding: 0 15px;
  }
  .landing__main .tile.top6.slider .reasons {
    display: flex;
    flex-wrap: wrap;
  }
  .landing__main .tile.top6.slider .reasons div {
    width: 50%;
    display: block;
    padding: 15px;
  }
  .landing__main .tile.comfort .image,
  .landing__main .tile.variety .image,
  .landing__main .tile.human .image {
    max-width: 80%;
    margin: 0 auto;
  }
  .landing__main .tile.comfort .image img,
  .landing__main .tile.variety .image img,
  .landing__main .tile.human .image img {
    width: 100%;
  }
  .landing__main .tile.vet {
    background: #f2eef5;
    padding: 0;
  }
  .landing__main .tile.vet .inside {
    padding-bottom: 0;
  }
  .landing__main .tile.vet .image {
    width: 34%;
    height: 40vh;
    float: left;
    margin-left: 6%;
    border-radius: 0;
    background: none;
  }
  .landing__main .tile.vet h2 {
    margin-left: 0;
  }
  .landing__main .tile.vet .author,
  .landing__main .tile.vet .text {
    width: 60%;
    max-width: 100%;
    float: right;
  }
  .landing__main .tile.vet .text .quote {
    line-height: 1.4;
    margin-left: -3rem;
  }
  .landing__main .tile.vet .wrap {
    padding: 50px 0;
    background-image: url(https://superpet.ru/wp-content/uploads/2021/03/superperphoto_f2eef5.jpg);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .landing__main .tile.vet .video-reviews-wrapper,
  .landing__main .tile.video-reviews .video-reviews-wrapper {
    margin-top: 30px;
    clear: both;
  }
  .landing__main .tile.vet .video-reviews-wrapper .video-reviews,
  .landing__main .tile.video-reviews .video-reviews-wrapper .video-reviews {
    width: 100%;
  }
  .landing__main .tile.vet .video-reviews-wrapper .video-reviews .video,
  .landing__main .tile.video-reviews .video-reviews-wrapper .video-reviews .video {
    width: 33%;
    max-width: 100%;
    margin-left: 0;
    padding: 30px;
  }
  .landing__main .tile.vet .video-reviews-wrapper {
    margin-top: 30px;
    clear: both;
  }
  .landing__main .tile.vet .video-reviews-wrapper .video-reviews .video {
    width: 25%;
  }
  .landing__main .tile.human h2,
  .landing__main .tile.vet h2,
  .landing__main .tile.video-reviews h2,
  .landing__main .tile.pricing h2 {
    margin-bottom: 1rem;
  }
  .landing__main .tile.starter h2 {
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .landing__main .tile.starter h3 {
    margin-top: 2rem;
  }
  .landing__main .tile.starter .image {
    padding: 0 2rem 0 2rem;
  }
  .landing__main .tile.starter .starter-pricing {
    padding: 20px;
    max-width: 600px;
    margin: 0.5rem auto;
    border-radius: 20px;
  }
  .landing__main .tile.starter .starter-pricing h2,
  .landing__main .tile.starter .starter-pricing h3 {
    text-align: center;
    margin: 0;
  }
  .landing__main .tile.starter .starter-pricing .btn-wrap {
    margin: 0 auto;
    max-width: 300px;
  }
  .landing__main .tile.starter .starter-pricing .btn-wrap a {
    margin: 5px 0;
  }
  .landing__main .tile.support {
    padding: 0;
  }
  .landing__main .tile.support h2 {
    margin-bottom: 0.5rem;
  }
  .landing__main .tile.support .wrap {
    display: table;
  }
  .landing__main .tile.support .chat {
    max-width: 400px;
    margin: 0 auto;
  }
  .landing__main .tile.support .text {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
  }
  .landing__main .tile.support .text:before {
    top: -60px;
    left: 100px px;
    width: 300px;
    height: 300px;
  }
  .landing__main .tile.whysuperpet .group .block {
    padding: 20px;
    width: 33%;
    text-align: center;
  }
  .landing__main .tile.whysuperpet.x4 .group .block {
    width: 25%;
  }
  .landing__main .tile.certificates h2 {
    margin-bottom: 2rem;
  }
  .landing__main .tile.certificates .card {
    padding: 25px;
  }
  .landing__main .tile.trial {
    background: #6460BE;
    color: #fff;
    text-align: center;
  }
  .landing__main .tile.trial h2 {
    margin-bottom: 1rem;
  }
  .landing__main .tile.trial .wrap {
    padding: 0 15px;
    display: table;
    width: 100%;
  }
  .landing__main .tile.trial .wrap div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .landing__main .tile.trial img {
    margin: 0 auto;
    max-width: 400px;
  }
  .landing__main .tile.specials h2 {
    margin-bottom: 2rem;
  }
  .landing__main .tile.specials .specials-slideshow div a {
    height: 200px;
    padding: 30px;
  }
  .landing__main .tile.specials .specials-slideshow div a span {
    font-weight: 900;
    letter-spacing: 0;
    font-size: 1.7rem;
    line-height: 1.7rem;
    margin-bottom: 0.7rem;
    font-weight: 300;
    line-height: 1.1;
    width: 60%;
  }
  .landing__main .tile.superpet-variety .owl-carousel .owl-nav,
  .landing__main .tile.specials .owl-carousel .owl-nav {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -33.33333333px;
    width: 100%;
  }
  .landing__main .tile.superpet-variety .owl-carousel .owl-nav button.owl-next,
  .landing__main .tile.specials .owl-carousel .owl-nav button.owl-next,
  .landing__main .tile.superpet-variety .owl-carousel .owl-nav button.owl-prev,
  .landing__main .tile.specials .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 10px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0;
  }
  .landing__main .tile.superpet-variety .owl-carousel .owl-nav button.owl-next span,
  .landing__main .tile.specials .owl-carousel .owl-nav button.owl-next span,
  .landing__main .tile.superpet-variety .owl-carousel .owl-nav button.owl-prev span,
  .landing__main .tile.specials .owl-carousel .owl-nav button.owl-prev span {
    color: #000;
    font-size: 70px;
    line-height: 30px;
  }
  .landing__main .tile.superpet-variety .owl-carousel .owl-nav button.owl-prev,
  .landing__main .tile.specials .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  .landing__main .tile.superpet-variety .owl-carousel:hover .owl-nav,
  .landing__main .tile.specials .owl-carousel:hover .owl-nav {
    display: block;
  }
  .landing__main .tile.superpet-variety .owl-carousel .owl-nav {
    top: 43%;
  }
  .landing__main .tile.delivery {
    padding: 0;
  }
  .landing__main .tile.delivery h2 {
    text-align: left;
    margin-bottom: 2rem;
  }
  .landing__main .tile.delivery .map {
    background: none;
    height: 40vh;
    margin: 0;
  }
  .landing__main .tile.delivery .wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/05/superpet-safe-delivery-man.jpg);
    background-size: auto 70%;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .compare h2 {
    padding-bottom: 2rem;
  }
  .compare_table {
    display: flex;
  }
  .compare_table .heading,
  .compare_table .column {
    width: 16.66666667%;
  }
  .compare_table .heading {
    text-align: right;
  }
  .compare_table .column {
    display: block;
    border: none;
    height: auto;
    vertical-align: middle;
    padding: 0;
  }
  .compare_table .column .text,
  .compare_table .column .number {
    width: 100%;
    text-align: center;
  }
  .compare_table .column .text {
    height: 50%;
    font-size: 1rem;
    padding: 0 5px;
  }
  .compare_table .column .number {
    font-size: 1.5rem;
  }
  .compare_table.kibble .heading {
    margin-top: 85px;
  }
  .compare_table.kibble .column {
    height: 170px;
  }
  .compare_table.kibble .text {
    opacity: 0.5;
  }
  .compare_table.canned,
  .compare_table.superpet {
    padding: 34px 0;
  }
  .compare_table.canned .column,
  .compare_table.superpet .column {
    margin: 0;
  }
  .compare_table.canned .column .text,
  .compare_table.superpet .column .text {
    display: none;
  }
  .compare_table.kibble,
  .compare_table.canned {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  #quick-order input,
  #quick-order select {
    font-size: 20px !important;
    margin-bottom: 10px;
  }
  #quick-order p.small {
    margin-bottom: 0;
  }
  #quick-order select {
    height: 52px;
  }
  #quick-order #quick-name,
  #quick-order #quick-tel,
  #quick-order #quick-email {
    margin: 0 auto 10px;
    display: block;
  }
  #quick-order .final-order-button,
  #quick-order #quick-name,
  #quick-order #quick-tel,
  #quick-order #quick-email {
    width: 70%;
  }
  #quick-order .terms {
    margin-top: 10px;
  }
  .fast-utp {
    display: flex;
    flex-wrap: wrap;
  }
  .fast-utp .utp {
    width: 33%;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .up-to-tablet-full {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .desktop-only {
    display: inline-block;
  }
  .landing__main .tile.whysuperpet .group .block {
    padding: 20px;
    width: 16.66666667%;
    text-align: center;
  }
  .landing__main .tile.starter .image {
    padding-right: 5rem;
  }
  .landing__main .tile.starter .video-reviews-wrapper.starter .video-reviews {
    width: 100%;
  }
  .landing__main .tile.starter .video-reviews-wrapper.starter .video {
    max-width: 20%;
  }
  .landing__main .tile.top6 {
    background: #ffdf4b;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-top-prichin-pereyti4.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .landing__main .tile.top6.slider .reasons div {
    width: 33%;
    padding: 30px 15px;
  }
  .landing__main .tile.top6--dogs {
    background-color: #b3afe6 !important;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/11/corgi-girl-desktop.jpg);
    background-size: cover !important;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .landing__main .tile.pricing {
    background: #F7C2D2;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-stoimost-desktop3.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .landing__main .tile.pricing.pricing--dogs {
    background: #eef2f5;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/boy-hugging-french-superpet1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .landing__main .tile.pricing.pouches {
    background: #EEF2F5;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/girl-hugging-mainecoon-superpet.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .landing__main .tile.pricing.pouches.dog {
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/boy-hugging-french-superpet1.jpg);
  }
  .landing__main .tile.pricing.pouches .pet_result {
    background: none;
  }
  .landing__main .tile.pricing .pouches-count .cost {
    font-size: 3rem;
  }
  .landing__main .tile.pricing .text {
    background: rgba(255, 255, 255, 0.8);
    width: 50%;
    border-radius: 20px;
    margin-left: 50%;
    padding: 20px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    max-width: 600px;
  }
  .landing__main .tile.pricing .pet_type,
  .landing__main .tile.pricing .pet_activity,
  .landing__main .tile.pricing .pet_weight,
  .landing__main .tile.pricing .pet_result {
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .landing__main .tile.pricing .pet_result {
    max-width: 600px;
  }
  .landing__main .tile.pricing .pet_weight {
    max-width: 300px;
  }
  .landing__main .tile.pricing .pet_type {
    max-width: 250px;
  }
  .landing__main .tile.pricing .pet_weight,
  .landing__main .tile.pricing .pet_activity {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .landing__main .tile.pricing .pet_weight h4,
  .landing__main .tile.pricing .pet_activity h4 {
    text-align: left;
    width: 40%;
  }
  .landing__main .tile.pricing .pet_weight .column,
  .landing__main .tile.pricing .pet_activity .column {
    width: 20%;
    vertical-align: middle;
  }
  .landing__main .tile.pricing .pet_weight h4 {
    padding-top: 5px;
  }
  .landing__main .tile.pricing .pet_weight #select_weight {
    width: 20%;
  }
  .landing__main .tile.pricing .cost {
    font-size: 2rem;
    font-weight: 900;
  }
  .landing__main .tile.delivery .wrap {
    background-size: auto 100%;
  }
  .compare_table .column .number,
  .compare_table .column .number.final {
    font-size: 1.8rem;
    line-height: 1;
  }
  .switch-timeline {
    font-size: 100%;
  }
  .switch-timeline .step {
    padding: 10px 30px;
    margin-bottom: 0;
  }
  .owl-carousel.landing .owl-nav {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 1;
  }
  .owl-carousel.landing .owl-nav .owl-prev {
    left: -60px;
  }
  .owl-carousel.landing .owl-nav .owl-next {
    right: -60px;
  }
  .owl-carousel.landing .owl-nav .owl-prev,
  .owl-carousel.landing .owl-nav .owl-next {
    position: absolute;
    background: none !important;
    margin-top: -40px;
    display: block;
    color: #EA005A;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ffeaf2 !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
  }
  .owl-carousel.landing .owl-dots {
    margin-top: 1rem;
  }
  .owl-carousel.landing .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
  }
  .fast-utp {
    font-size: 120%;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .landing__main .tile.top6--dogs {
    background-size: contain !important;
  }
}
@-webkit-keyframes transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
@keyframes transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
@-webkit-keyframes movement {
  0%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translateY(20%) rotateY(10deg);
    transform: translateY(20%) rotateY(10deg);
  }
}
@keyframes movement {
  0%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translateY(20%) rotateY(10deg);
    transform: translateY(20%) rotateY(10deg);
  }
}
@media (min-width: 1440px) {
  .landing__main .tile.top6 {
    background-size: contain;
  }
}
/*landing-short*/
.intro-advantages {
  background: #6c4998;
  color: #fff;
  text-align: center;
}
.intro-advantages strong {
  font-size: 120%;
  display: block;
}
.rawplate {
  background: #ececf8;
}
.rawplate .wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.rawplate .plate {
  width: 100%;
  display: block;
  margin: 15px 0;
}
.rawplate .why-exp.point {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.3;
  padding: 0 0 15px 0;
}
.rawplate .why-exp.point img {
  width: 30%;
  padding-right: 10px;
  margin: 0 auto;
  vertical-align: top;
}
.rawplate .why-exp.point strong {
  display: block;
}
.rawplate .why-exp.point p {
  width: 70%;
}
/*slider*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  border-radius: 15px;
}
.owl-carousel .owl-item > div {
  padding: 5px 10px 14px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.14);
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 100%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ea005a;
}
/* ==== GRID SYSTEM ==== */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container .row {
  position: relative;
  width: 100%;
}
.container .row .col-1,
.container .row .col-2,
.container .row .col-3,
.container .row .col-4,
.container .row .col-5,
.container .row .col-6,
.container .row .col-7,
.container .row .col-8,
.container .row .col-9,
.container .row .col-10,
.container .row .col-11,
.container .row .col-12 {
  width: 96%;
}
.container .row .col-1-sm {
  width: 4.33%;
}
.container .row .col-2-sm {
  width: 12.66%;
}
.container .row .col-3-sm {
  width: 21%;
}
.container .row .col-4-sm {
  width: 29.33%;
}
.container .row .col-5-sm {
  width: 37.66%;
}
.container .row .col-6-sm {
  width: 46%;
}
.container .row .col-7-sm {
  width: 54.33%;
}
.container .row .col-8-sm {
  width: 62.66%;
}
.container .row .col-9-sm {
  width: 71%;
}
.container .row .col-10-sm {
  width: 79.33%;
}
.container .row .col-11-sm {
  width: 87.66%;
}
.container .row .col-12-sm {
  width: 96%;
}
.container .row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}
.container .row::after {
  content: "";
  display: table;
  clear: both;
}
.container .hidden-sm {
  display: none;
}
@media only screen and (min-width: 45em) {
  /* 720px */
  .container .row .col-1 {
    width: 4.33%;
  }
  .container .row .col-2 {
    width: 12.66%;
  }
  .container .row .col-3 {
    width: 21%;
  }
  .container .row .col-4 {
    width: 29.33%;
  }
  .container .row .col-5 {
    width: 37.66%;
  }
  .container .row .col-6 {
    width: 46%;
  }
  .container .row .col-7 {
    width: 54.33%;
  }
  .container .row .col-8 {
    width: 62.66%;
  }
  .container .row .col-9 {
    width: 71%;
  }
  .container .row .col-10 {
    width: 79.33%;
  }
  .container .row .col-11 {
    width: 87.66%;
  }
  .container .row .col-12 {
    width: 96%;
  }
  .container .row .hidden-sm {
    display: block;
  }
}
#billing_address_1_field {
  display: none !important;
}
/*SUGGESTIONS.CSS*/
.suggestions-nowrap {
  white-space: nowrap;
}
.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.61804697em !important;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}
.suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute;
}
.suggestions-addon[data-addon-type="spinner"] {
  background: rgba(255, 255, 255, 0.75) url("data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=") 50% 50% no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.suggestions-addon[data-addon-type="clear"] {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
.suggestions-addon[data-addon-type="clear"]:hover {
  opacity: 1;
}
.suggestions-suggestions {
  background: #ffffff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
}
.suggestions-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}
.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden;
}
.suggestions-suggestion:hover {
  background: #f7f7f7;
}
.suggestions-selected {
  background: #f0f0f0;
}
.suggestions-selected:hover {
  background: #f0f0f0;
}
.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
}
.suggestions-constraints {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  display: none;
}
.suggestions-constraints:empty {
  display: none !important;
}
.suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em;
}
.suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 0.25em;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
.suggestions-constraints li .suggestions-remove:hover {
  opacity: 1;
}
.suggestions-constraints li span {
  vertical-align: middle;
}
.suggestions-subtext {
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: '';
}
.calculator-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.3);
}
#pet-calculator__submit_msg {
  width: 100%;
}
.pet-calculator {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 10001;
  width: 367px;
  padding: 38px;
  font-size: 14px;
  color: #000;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  box-sizing: border-box;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}
.pet-calculator * {
  box-sizing: border-box;
}
.pet-calculator .input {
  width: 100%;
  /*height: 41px;
      padding: 0 13px;
      border: 2px solid @lite-grey-color;
      border-radius: @radius;
      font-family: @font;*/
  font-size: 1rem;
}
.pet-calculator .select {
  font-family: 'Futura';
  width: 100%;
}
.pet-calculator .btn {
  width: 100%;
  padding: 13px 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: #EA1C5A;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
}
.pet-calculator .step-back {
  display: block;
  width: 32px;
  height: 20px;
  font-size: 0;
  background: url('./img/step-back.svg') no-repeat center;
  background-size: contain;
}
.pet-calculator img {
  width: 100%;
  height: auto;
}
.pet-calculator > .pet-calculator__close {
  position: absolute;
  top: -42px;
  left: 50%;
  display: block;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  font-size: 0;
  background: url('./img/cross.svg') no-repeat center;
}
.pet-calculator__step-wrapper {
  width: 100%;
}
.pet-calculator__step {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 470px;
  padding: 38px;
  background: #fff;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pet-calculator__step--step2 .pet-calculator__title {
  margin-bottom: 15px;
}
.pet-calculator__step--step4 {
  min-height: 570px;
}
.pet-calculator__step-counter {
  margin-bottom: 27px;
  text-align: center;
  color: #9B9B9B;
}
.pet-calculator__title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.pet-calculator__input {
  width: 100%;
  /*height: 41px;
      padding: 0 13px;
      border: 2px solid @lite-grey-color;
      border-radius: @radius;
      font-family: @font;*/
  font-size: 1rem;
}
.pet-calculator__select-wrapper {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
}
.pet-calculator__select-wrapper select {
  margin-right: 7px;
}
.pet-calculator__select-wrapper select:last-child {
  margin-right: 0;
}
.pet-calculator__select {
  font-family: 'Futura';
  width: 100%;
}
.pet-calculator__select option {
  display: block;
  padding: 5px 0;
}
.pet-calculator__tip {
  margin-top: 5px;
  text-align: center;
  color: #9B9B9B;
}
.pet-calculator__fieldset {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.pet-calculator__fieldset--gender {
  position: relative;
  z-index: 2;
  margin-top: 48px;
}
.pet-calculator__fieldset--gender .pet-calculator__title {
  margin-bottom: 21px;
}
.pet-calculator__fieldset--type {
  margin-bottom: 30px;
}
.pet-calculator__pet-image {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  font-size: 4rem;
  text-align: center;
}
.pet-calculator__radio-button-group-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.pet-calculator__radio-buttons-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 27px;
}
.pet-calculator__radio-buttons-wrapper--activity {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 15px;
}
.pet-calculator__radio-buttons-wrapper--activity::after {
  content: '';
}
.pet-calculator__radio-buttons-wrapper--activity .pet-calculator__radio-button-group-wrapper {
  position: relative;
}
.pet-calculator__radio-buttons-wrapper--activity .pet-calculator__radio-button-group-wrapper::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 25px;
  right: 25px;
  z-index: 1;
  display: block;
  height: 4px;
  background: #000;
}
.pet-calculator__radio-buttons-wrapper--activity .pet-calculator__radio-button-wrapper {
  position: relative;
  z-index: 2;
}
.pet-calculator__radio-buttons-wrapper--activity .pet-calculator__radio-button-wrapper:nth-of-type(2) {
  margin: 0 auto;
}
.pet-calculator__radio-buttons-wrapper--activity h2 {
  width: 100%;
}
.pet-calculator__radio-buttons-wrapper--activity input:checked ~ label span::before {
  border-width: 9px;
}
.pet-calculator__radio-buttons-wrapper--activity label span {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pet-calculator__radio-buttons-wrapper--activity label span::before {
  width: 32px;
  height: 32px;
  margin-right: 0;
  margin-bottom: 5px;
  background: #fff;
}
.pet-calculator__radio-button {
  display: none;
}
.pet-calculator__radio-button:checked ~ label span::before {
  border-color: #EA1C5A;
  background: #fff;
}
.pet-calculator__label--radio {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1;
}
.pet-calculator__label--radio span {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pet-calculator__label--radio span::before {
  content: '';
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border: 5px solid #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  box-sizing: border-box;
}
.pet-calculator__results {
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 22px;
}
.pet-calculator__results-message {
  position: relative;
  padding: 15px;
  font-size: 16px;
  background: #CBECDC;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.pet-calculator__results-message::before,
.pet-calculator__results-message::after {
  content: '';
  position: absolute;
}
.pet-calculator__results-message::before {
  top: 100%;
  z-index: 1;
  width: 14px;
  height: 14px;
  left: 20px;
  background: #CBECDC;
}
.pet-calculator__results-message::after {
  bottom: -22px;
  z-index: 2;
  width: 18px;
  height: 18px;
  left: 23px;
  background: #fff;
  transform: rotate(45deg);
}
.pet-calculator__results-pet-pic {
  position: relative;
  z-index: 3;
  margin-top: 15px;
}
.pet-calculator__results-amount {
  display: inline-block;
  margin-right: 3px;
}
.pet-calculator__next-step,
.pet-calculator__submit {
  padding: 13px 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: #EA1C5A;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  width: 100%;
  margin-top: auto;
}
.pet-calculator__next-step.keyboard-up,
.pet-calculator__submit.keyboard-up {
  display: none;
}
.pet-calculator__prev-step {
  position: absolute;
  top: 37px;
  left: 38px;
  display: block;
  width: 32px;
  height: 20px;
  font-size: 0;
  background: url('./img/step-back.svg') no-repeat center;
  background-size: contain;
}
.pet-calculator__input-error {
  margin-top: 5px;
  font-size: 10px;
  color: red;
  text-align: center;
}
@media (max-width: 500px) {
  .pet-calculator {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 0;
    transform: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .pet-calculator.android .pet-calculator__next-step.keyboard-up {
    display: none;
    top: auto;
    bottom: 15px;
  }
  .pet-calculator:not(.android) .pet-calculator__next-step.keyboard-up.move {
    opacity: 1;
  }
  .pet-calculator:not(.android) .pet-calculator__next-step.keyboard-up.move ~ .pet-calculator__next-step {
    display: none;
  }
  .pet-calculator .pet-calculator__prev-step {
    top: 22px;
    left: 15px;
  }
  .pet-calculator__close:not(.pet-calculator__prev-step) {
    display: none;
  }
  .pet-calculator__step {
    min-height: 100px;
    padding: 23px 15px 15px;
  }
  .pet-calculator .pet-calculator__next-step.keyboard-up {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    display: block;
    z-index: 1;
    width: auto;
    opacity: 0;
    bottom: auto;
  }
  .pet-calculator__fieldset--gender.move {
    display: none;
  }
}
@media (min-width: 768px) {
  #masthead.scrolled .storefront-primary-navigation #nav-right {
    margin-top: -5px;
  }
  #masthead.scrolled .storefront-primary-navigation #nav-right .phone-number {
    line-height: 1;
  }
  #masthead.scrolled .storefront-primary-navigation #nav-right #desktop-login-cart .icon,
  #masthead.scrolled .storefront-primary-navigation #global-cart .icon {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
  #masthead.scrolled .storefront-primary-navigation #desktop-login-cart .sub-menu {
    margin-top: 25px;
  }
  body,
  p,
  .p,
  ul {
    font-size: 20px;
  }
  input,
  .input-text,
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=url],
  textarea,
  select,
  #billing_adress_select,
  .pet-calculator__select,
  #ywcdd_timeslot,
  #ywcdd_datepicker,
  #select_weight,
  .suggestions-input,
  body.woocommerce-checkout #content #order_review table th,
  body.woocommerce-checkout #content #order_review table td,
  ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product h2,
  ul.products li.product h3 {
    font-size: 20px;
  }
  .lead {
    font-size: 23px;
    line-height: 1.4;
  }
  small,
  .small {
    font-size: 16px;
  }
  h1,
  .h1 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 1.2rem;
  }
  h2,
  .h2 {
    font-size: 1.9rem;
    line-height: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  h4,
  .h4 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .woocommerce-MyAccount-content h2 {
    font-size: 1.9rem;
    line-height: 2rem;
  }
  #masthead .col-full {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .superpet-variety {
    background: none !important;
    color: #000;
  }
  .superpet-variety h1,
  .superpet-variety h2,
  .superpet-variety h3,
  .superpet-variety a {
    color: #000;
  }
  .superpet-variety h2 {
    padding-bottom: 1.5rem;
  }
  .superpet-variety a.catalogue {
    background: none;
    color: #EA005A;
    font-size: 20px;
  }
  .superpet-variety .title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .superpet-variety .owl-carousel .owl-item > div {
    padding: 15px;
  }
  .superpet-variety .owl-theme .owl-dots .owl-dot:hover span,
  .superpet-variety .owl-theme .owl-dots .owl-dot.active span {
    background: #EA005A;
  }
  .superpet-variety .button {
    margin-top: 1rem;
    background: #EA005A;
    color: #fff;
  }
  .shop-menu {
    display: block;
    width: 100%;
    clear: both;
  }
  .shop-menu ul {
    text-align: center;
    list-style: none;
    padding: 0;
    /*display:flex;
            flex-wrap:wrap;
            justify-content: flex-start;*/
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 10px 0;
  }
  .shop-menu ul li {
    display: inline-block;
  }
  .shop-menu ul li a {
    padding: 8px 5px;
    margin: 0 10px;
    display: block;
  }
  .shop-menu ul li a:hover {
    color: #EA005A;
  }
  .shop-menu ul li:first-child a {
    margin-left: 0;
  }
  #masthead.scrolled .shop-menu {
    margin-top: 5px;
  }
  #masthead.scrolled .shop-menu ul {
    border: none;
    margin: 0 0 0 0;
  }
  #masthead.scrolled .shop-menu ul li a {
    padding: 10px 5px;
  }
  .block.hero {
    display: table;
  }
  .block.hero .img.mobile {
    display: none;
  }
  .block.hero .img.desktop,
  .block.hero .txt {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .block.hero .txt {
    text-align: left;
  }
  .homepage.block.advantages .advantage .text .title {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .homepage.block.advantages .advantage .text p {
    font-size: 20px;
  }
  .homepage.block.advantages .advantage .text p.small {
    font-size: 16px;
  }
  .advantages.health .advantage {
    width: 50%;
    float: left;
    padding: 2%;
  }
  .advantages.health .advantage .img {
    display: none;
  }
  .advantages.health .advantage:nth-child(2n+1) {
    clear: both;
  }
  .p.woocommerce-mini-cart__total.total {
    display: none;
  }
  .storefront-primary-navigation .col-full {
    position: relative;
  }
  .storefront-primary-navigation .site-header-cart {
    position: absolute;
    right: 30px;
    width: 80px !important;
    text-align: center;
  }
  #menu-main2 li a:hover,
  #desktop-login-cart ul li a:hover {
    color: #ea005a;
  }
  #menu-main li ul,
  #menu-shop li ul,
  #desktop-login-cart ul {
    display: none;
    width: 100%;
    position: absolute;
    background-color: #ffeaf2;
    top: 27px;
    left: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 0 0 10px 10px;
    border-top: none;
  }
  #menu-main li ul li,
  #menu-shop li ul li,
  #desktop-login-cart ul li {
    display: block;
    padding: 0;
  }
  #menu-main li ul li a,
  #menu-shop li ul li a,
  #desktop-login-cart ul li a {
    font-size: 20px;
    padding: 0.8rem !important;
    display: block;
    border-radius: 0;
    margin: 0;
  }
  #menu-shop li ul {
    top: 35px;
  }
  #menu-shop li ul li a {
    padding-left: 20px !important;
  }
  #desktop-login-cart .sub-menu {
    margin-top: 35px;
    left: -50%;
  }
  #desktop-login-cart .sub-menu:after {
    left: 50%;
  }
  #menu-main li.menu-item-has-children,
  #menu-shop li.menu-item-has-children,
  #desktop-login-cart {
    position: relative;
  }
  #menu-main li.menu-item-has-children ul,
  #menu-shop li.menu-item-has-children ul,
  #desktop-login-cart ul {
    background: #fff;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    position: absolute;
    transition: all 0.5s ease;
    text-align: left;
    left: 0;
    display: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    margin-top: 12px;
  }
  #menu-main li.menu-item-has-children ul:after,
  #menu-shop li.menu-item-has-children ul:after,
  #desktop-login-cart ul:after {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    border-left: 0;
    margin-left: -10px;
    margin-top: -10px;
  }
  #menu-main li.menu-item-has-children:hover > ul,
  #menu-shop li.menu-item-has-children:hover > ul,
  #desktop-login-cart:hover > ul,
  #menu-main li.menu-item-has-children ul:hover,
  #menu-shop li.menu-item-has-children ul:hover,
  #desktop-login-cart ul:hover,
  #menu-main li.menu-item-has-children:focus-within > ul,
  #menu-shop li.menu-item-has-children:focus-within > ul,
  #desktop-login-cart:focus-within > ul {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 2;
    padding: 10px 0;
  }
  #menu-main li.menu-item-has-children ul li,
  #menu-shop li.menu-item-has-children ul li,
  #desktop-login-cart ul li {
    clear: both;
    width: 100%;
  }
  #menu-main li.menu-item-has-children ul {
    min-width: 300px;
  }
  #menu-shop li.menu-item-has-children ul {
    min-width: 100px;
  }
  .storefront-primary-navigation #nav-right {
    width: 170px;
  }
  .storefront-primary-navigation #nav-right #desktop-login-cart,
  .storefront-primary-navigation #nav-right #global-cart {
    text-align: center;
    width: 95px;
    display: inline-block;
  }
  .storefront-primary-navigation #nav-right #desktop-login-cart > a,
  .storefront-primary-navigation #nav-right #global-cart > a {
    display: block;
    padding-bottom: 10px;
  }
  .storefront-primary-navigation #nav-right #desktop-login-cart .icon,
  .storefront-primary-navigation #nav-right #global-cart .icon {
    margin: 0;
  }
  .storefront-primary-navigation #nav-right #desktop-login-cart .text,
  .storefront-primary-navigation #nav-right #global-cart .text {
    font-size: 16px;
    color: #000;
    line-height: 1;
  }
  .storefront-primary-navigation #nav-right #desktop-login-cart {
    display: inline-block;
  }
  .storefront-primary-navigation #nav-right #desktop-login-cart .icon {
    background-image: url('./img/paw.svg');
  }
  .storefront-primary-navigation #nav-right #desktop-login-cart .text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 3px;
  }
  .storefront-primary-navigation #nav-right #global-cart {
    width: 70px;
  }
  .storefront-primary-navigation #nav-right #global-cart .icon {
    background-image: url('./img/shopping-cart.svg');
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    opacity: 1;
  }
  .storefront-primary-navigation #nav-right #global-cart .text {
    display: block;
  }
  .storefront-primary-navigation .site-header-cart .cart-contents {
    width: 40px;
    height: 40px;
    border: 1px solid red;
  }
  .storefront-primary-navigation .site-header-cart .cart-contents {
    background-position-x: 100%;
  }
  .site-header-cart .cart-contents {
    padding: 0;
    position: relative;
  }
  .site-header-cart .cart-contents .amount {
    line-height: 0.8;
    width: 100%;
    display: block;
    font-weight: bold;
  }
  .site-header-cart .cart-contents::after {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    content: "";
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
  .cart-contents .amount,
  .cart-contents .count {
    display: block;
    display: none !important;
  }
  .woocommerce-additional-fields {
    margin-bottom: 3rem;
  }
  .col2-set .col-1,
  .col2-set .col-2 {
    margin-bottom: 0;
  }
  .storefront-full-width-content.woocommerce-account .entry-header {
    padding-bottom: 2rem;
  }
  .woocommerce-cart .entry-header,
  .woocommerce-checkout .entry-header {
    padding-bottom: 3rem !important;
  }
  #h_address_field {
    margin-top: 2rem;
  }
  #order_review_heading {
    display: block;
  }
  .woocommerce-tabs ul.tabs,
  ul.tabs {
    text-align: left;
    padding-left: 1px;
  }
  .woocommerce-tabs ul.tabs li,
  ul.tabs li {
    font-size: 1.4rem;
  }
  .woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.9rem;
    line-height: 2rem;
  }
  .subcategory-term_description.term_description p {
    max-width: 800px;
    margin: 0 auto 2rem;
  }
  .wc-nested-category-layout-category-title {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 1.2rem;
  }
  .widget_product_categories {
    margin-top: 0;
  }
  .widget_product_categories .product-categories {
    display: block !important;
  }
  .widget_product_categories li {
    width: 100%;
    padding: 0;
    display: block;
    margin: 15px 0 !important;
    padding: 0 !important;
  }
  .widget_product_categories li a {
    height: 100px;
    border-radius: 15px;
  }
  .widget_product_categories .cat-item-19 a {
    background: #f5c3cf;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-cat-cats.jpg);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .widget_product_categories .cat-item-20 a {
    background: #b5b2e9;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-cat-dogs.jpg);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .widget_product_categories .cat-item-79 a {
    background: #eee;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-shop-treats.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .widget_product_categories .cat-item-171 a {
    background: #f9e99b;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-special-pellets-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .widget_product_categories .cat-item-172 a {
    background: #BBEAB4;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-cat-bioneat.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .widget_product_categories .cat-item-187 a {
    background: #eee;
    background-image: url(https://superpet.ru/wp-content/uploads/2020/04/superpet-cat-freezer.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .woocommerce-products-header .term-description {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
  }
  /*product*/
  .storefront-full-width-content.single-product div.product .summary {
    width: 55%;
    margin-bottom: 20px;
  }
  .iconic-woothumbs-all-images-wrap {
    margin-bottom: 5%;
  }
  h1.product_title,
  .woocommerce-variation-price,
  table.variations td {
    text-align: left;
  }
  .variable-items-wrapper {
    margin-left: 0 !important;
    justify-content: left;
  }
  .single-product div.product .single_variation .price {
    margin-bottom: 0 !important;
  }
  .single-product div.product p.price {
    text-align: left;
  }
  .yith-par-message-variation,
  .yith-par-message {
    text-align: left;
  }
  .woocommerce-breadcrumb {
    font-size: 16px;
  }
  .page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-3 li.product,
  .storefront-full-width-content .site-main ul.products.columns-3 li.product {
    width: 23%;
    float: left;
    margin-right: 2%;
  }
  /*product*/
  .single-product div.product .quantity-block form.cart,
  .single-product div.product .bundle_data,
  .single_variation_wrap .quantity-block,
  .single-product .type-product form.cart:not(.variations_form),
  .single-product .woocommerce-variation-add-to-cart {
    background: #ea005a12;
    padding: 1rem !important;
    border-radius: 1rem;
    margin: 1rem 0;
    display: block;
    text-align: center;
    margin-bottom: 0;
    max-width: 400px;
  }
  .single-product div.product .quantity-block form.cart input,
  .single-product div.product .bundle_data input,
  .single_variation_wrap .quantity-block input,
  .single-product .type-product form.cart:not(.variations_form) input,
  .single-product .woocommerce-variation-add-to-cart input {
    border: none;
  }
  .single-product div.product .quantity-block form.cart .label,
  .single-product div.product .bundle_data .label,
  .single_variation_wrap .quantity-block .label,
  .single-product .type-product form.cart:not(.variations_form) .label,
  .single-product .woocommerce-variation-add-to-cart .label {
    width: 25%;
    text-align: right;
  }
  .jgtb-add-to-subscription {
    padding: 1rem !important;
    border-radius: 1rem;
    margin: 1rem 0;
    display: block;
    background: none;
    margin-bottom: 0;
    max-width: 400px;
    border: 2px dashed #ccc;
  }
  .single-product div.product .entry-summary .price,
  .single-product div.product .single_variation .entry-summary .price,
  .single-product div.product .entry-summary p.price,
  .single-product div.product .single_variation .entry-summary p.price {
    font-size: 2.6rem;
    padding: 0px 15px 0 0;
    line-height: 1.6;
    text-align: left;
  }
  /*cart*/
  table.cart th,
  table.cart td {
    padding: 0.6rem !important;
  }
  table.woocommerce-checkout-review-order-table th:first-child,
  table.woocommerce-checkout-review-order-table td:first-child {
    width: 60%;
  }
  form.woocommerce-cart-form .coupon button {
    width: auto;
    display: inline-block;
  }
  .woocommerce-cart-form .shop_table thead tr th.product-name,
  .woocommerce-cart-form .shop_table tbody tr td.product-name {
    width: 30%;
  }
  .woocommerce-cart-form .shop_table tbody tr td {
    vertical-align: middle;
  }
  .woocommerce-cart-form .shop_table tbody tr.bundled_table_item td.product-thumbnail img {
    width: 40px;
  }
  .woocommerce-cart-form .shop_table tbody tr.bundled_table_item td.product-quantity {
    padding-left: 30px !important;
  }
  .site-main ul.products li {
    margin-bottom: 3rem;
  }
  .site-main ul.products li.product:nth-of-type(2) {
    margin-right: 3%;
  }
  .quantity-block .label {
    width: auto;
    margin-left: 0;
    text-align: left;
  }
  .woocommerce-cart-form .shop_table th.product-price,
  .woocommerce-cart-form .shop_table th.product-quantity,
  .woocommerce-cart-form .shop_table th.product-subtotal {
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item {
    padding: 10px 0;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td {
    font-size: 100%;
    vertical-align: middle;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-remove {
    width: 10%;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-thumbnail {
    width: 10%;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-name {
    width: 40%;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-quantity {
    width: 10%;
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-price,
  .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-subtotal {
    width: 15%;
    text-align: center;
  }
  .form-row.form-row-first,
  .form-row.validate-number {
    width: 49%;
    float: left;
    margin-right: 2%;
    clear: none;
  }
  .form-row.form-row-last,
  .form-row.validate-email {
    width: 49%;
    float: right;
    clear: none;
  }
  .form-row.validate-email:after {
    content: "";
    clear: both;
  }
  #c_floor_field,
  #c_domofon_field,
  #c_exit_field {
    width: 32%;
    margin-right: 2% !important;
  }
  #c_domofon_field {
    margin-right: 0 !important;
  }
  .cart_totals table tr td,
  .cart_totals table tr th {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  /*my account*/
  .owl-carousel.special-offers .owl-item > div {
    padding: 0;
  }
  .owl-carousel.special-offers .owl-item > div .special-offer {
    padding: 25px;
    height: 320px;
  }
  .owl-carousel.special-offers .owl-item > div .special-offer button {
    bottom: 25px;
    left: 25px;
  }
  .special-offers__close {
    right: 25px;
    bottom: 25px;
  }
  #submit-ajax-sms {
    max-width: 360px;
    margin-bottom: 15%;
  }
  #submit-ajax-sms h3,
  #submit-ajax-sms p {
    text-align: center;
  }
  #submit-ajax-sms small {
    font-size: 70%;
    line-height: 1.4;
    display: inline-block;
    margin-top: 10px;
  }
  .woocommerce-orders-table {
    background: none;
  }
  .woocommerce-orders-table tr {
    display: table-row;
    width: 100%;
  }
  .woocommerce-orders-table tr td {
    padding: 0.9rem;
  }
  .woocommerce-orders-table tr:nth-child(2n) {
    background: #f8f8f8;
  }
  .col2-set#customer_login {
    max-width: 1000px;
    margin: 0 auto;
    float: none;
  }
  #customer_login .u-column1,
  #customer_login .u-column2 {
    width: 50% !important;
    margin: 0 !important;
    padding: 0 5%;
    float: none !important;
    display: table-cell;
    vertical-align: top;
  }
  .woocommerce-EditAccountForm {
    max-width: 500px;
  }
  /*blog*/
  body.blog #primary article,
  body.archive #primary article {
    margin-bottom: 1rem;
  }
  body.blog #primary article .left,
  body.archive #primary article .left {
    width: 80%;
    float: right;
    padding-left: 20px;
  }
  body.blog #primary article .right,
  body.archive #primary article .right {
    width: 20%;
    float: left;
  }
  body.blog #primary article h2,
  body.archive #primary article h2 {
    font-size: 1.3rem;
  }
  body.blog #primary article p.intro,
  body.archive #primary article p.intro {
    font-size: 1rem;
  }
  article .entry-title {
    text-align: center;
    margin-bottom: 3rem;
  }
  #yith-wacp-popup .button {
    font-size: 0.9rem;
    display: inline-block;
  }
  .site-footer {
    padding-top: 30px;
    padding-bottom: 0;
  }
  /*custom blocks*/
  .subscription-old-warning {
    padding: 2rem;
  }
  #reviews .commentlist li .comment_container .comment-text {
    width: 100% !important;
    float: none !important;
  }
  #reviews .commentlist li .comment_container .comment-text {
    width: 100% !important;
    float: none !important;
  }
  #reviews .commentlist li .photos_tumb .thumb_photo {
    width: 33%;
    max-width: 300px;
    padding: 10px;
  }
  #reviews .commentlist li .photos_tumb .thumb_photo img {
    max-width: 250px;
    border-radius: 15px;
  }
  .subscription-inner {
    padding: 2rem;
  }
  .one-click-container {
    max-width: 400px;
    padding-top: 1rem;
  }
  p.price,
  .stock,
  .v-stock {
    text-align: left;
  }
  li.product .stock {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  body,
  p,
  .p,
  ul {
    font-size: 20px;
  }
  input,
  .input-text,
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=url],
  textarea,
  select,
  #billing_adress_select,
  .pet-calculator__select,
  #ywcdd_timeslot,
  #ywcdd_datepicker,
  #select_weight,
  .suggestions-input,
  body.woocommerce-checkout #content #order_review table th,
  body.woocommerce-checkout #content #order_review table td,
  ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product h2,
  ul.products li.product h3 {
    font-size: 20px;
  }
  .lead {
    font-size: 23px;
    line-height: 1.4;
  }
  small,
  .small {
    font-size: 16px;
  }
  .huge {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
  .block2 {
    margin-bottom: 10%;
  }
  .mobile-navigation {
    display: none;
  }
  .storefront-breadcrumb {
    margin: 0 0 40px 0;
    padding: 0;
  }
  body.is-a-landing-page #masthead .logo-main {
    left: 0;
  }
  #masthead {
    width: 100%;
    padding-top: 0;
    padding-bottom: 12px;
  }
  #masthead .user-location .user-city-wrapper {
    display: block;
  }
  #masthead .user-location .location-ask,
  #masthead .user-location .available-cities-wrapper {
    top: 100%;
    left: 0;
  }
  #masthead .user-location .location-ask::after,
  #masthead .user-location .available-cities-wrapper::after {
    left: 50px;
  }
  #masthead.scrolled .shop-menu {
    margin-top: 0px;
  }
  #masthead.scrolled .shop-menu ul {
    font-size: 16px;
    margin-top: 0px;
  }
  #masthead .logo-main {
    position: relative;
    width: 14%;
    max-width: 160px;
    left: 0;
    margin: -3px;
    vertical-align: middle;
  }
  #masthead .logo-main svg {
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 7px;
  }
  #masthead .mobile-menu-btn {
    display: none;
  }
  .desktop-menu {
    display: inline-block;
    width: auto;
    margin-left: 1%;
    vertical-align: middle;
  }
  .shop-menu {
    margin-top: 6px;
  }
  .shop-menu ul {
    margin-top: 12px;
    text-align: left;
    border-bottom: none;
  }
  .shop-menu ul li a {
    padding: 12px 5px;
  }
  .storefront-primary-navigation #nav-right {
    width: 335px;
  }
  .storefront-primary-navigation #nav-right #desktop-phone {
    display: inline-block;
    width: 155px;
    vertical-align: top;
  }
  .storefront-primary-navigation #nav-right #desktop-phone .phone-number {
    line-height: 1.2;
    font-size: 18px;
  }
  .storefront-primary-navigation #nav-right #desktop-phone .phone-number a {
    color: #000;
    font-weight: normal;
    padding: 7px 0 0 0;
    display: inline-block;
  }
  .storefront-primary-navigation #nav-right #desktop-phone .phone-number a:hover {
    color: #EA005A;
  }
  .storefront-primary-navigation #nav-right #desktop-phone a.callback {
    color: #000;
    font-size: 16px;
    padding: 0;
    display: block;
  }
  .storefront-primary-navigation #nav-right #desktop-phone a.callback:hover {
    color: #EA005A;
  }
  .desktop-menu2 {
    display: block;
    margin: 1rem 0 2rem 0;
    display: none;
  }
  #menu-main #menu-item-17101,
  #menu-main #menu-item-62546 {
    display: none;
  }
  #menu-main,
  #menu-main2 {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #menu-main li,
  #menu-main2 li {
    display: inline-block;
    padding: 0px;
    margin: 0;
  }
  #menu-main li a,
  #menu-main2 li a {
    padding: 10px 3px;
    display: inline-block;
  }
  #menu-main li a,
  #desktop-login-cart .sub-menu a {
    color: #000;
    font-weight: normal;
    margin: 0 0;
    letter-spacing: 1px;
    line-height: 1;
  }
  #menu-main li.current-menu-item > a {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  #menu-main li a:hover {
    color: #EA005A;
    border-color: #EA005A;
  }
  #menu-main2 li a {
    color: #777;
    font-size: 0.85rem;
  }
  .storefront-primary-navigation #nav-right #desktop-phone .phone-number,
  #desktop-login-cart .sub-menu a,
  #menu-main li a,
  #masthead .user-location label {
    font-size: 17px;
  }
  .site-header-cart .cart-contents:before {
    font-weight: 300;
    display: block;
    position: absolute;
    width: 80%;
    padding: 1% 0;
    right: 0;
    text-align: center;
    color: #ea005a;
  }
  .social-links {
    display: inline-block;
    position: absolute;
    top: 1rem;
    right: 2.617924em;
  }
  .social-links .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 0.2rem;
    opacity: 0.3;
  }
  .social-links .instagram {
    background: url("./img/instagram.svg");
  }
  .social-links .facebook {
    background: url("./img/facebook.svg");
  }
  .social-links .youtube {
    background: url("./img/youtube.svg");
  }
  .social-links .vk {
    background: url("./img/vk.svg");
  }
  .social-links .whatsapp {
    background: url("./img/whatsapp.svg");
  }
  /*home*/
  body.home #content .col-full,
  body.page-id-1212 #content .col-full {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-template-homepage .site-main {
    padding-top: 3%;
  }
  #homepage-faq {
    max-width: 700px;
    margin: 3rem auto;
  }
  #homepage-faq .question {
    margin: 2rem 0 0.6rem;
    cursor: pointer;
  }
  .woocommerce-tabs ul.tabs,
  ul.tabs {
    margin-bottom: 3rem;
  }
  .woocommerce-tabs ul.tabs li,
  ul.tabs li {
    width: auto;
  }
  /*footer*/
  #menu-footer-menu li {
    display: inline;
  }
  .footer-menu,
  .payment-logos,
  .site-info {
    padding: 1% 0;
  }
  .payment-logos .visa,
  .payment-logos .mastercard {
    margin: 0 2%;
  }
  /*sidebar*/
  /*product*/
  h1.product_title {
    margin-bottom: 1rem;
    text-align: left;
  }
  .single-product div.product .quantity-block form.cart,
  .single-product div.product .bundle_data,
  .single_variation_wrap .quantity-block,
  .single-product .type-product form.cart:not(.variations_form),
  .single-product .woocommerce-variation-add-to-cart,
  .jgtb-add-to-subscription {
    max-width: none;
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .jgtb-add-to-subscription {
    margin-right: 0;
  }
  select#jgtb_add_to_existing {
    font-size: 18px;
  }
  table.variations {
    margin-top: 1rem;
    max-width: 600px;
  }
  table.variations tr {
    display: table !important;
    width: 100%;
  }
  table.variations tr td.label {
    float: left;
    display: block !important;
    width: 25%;
    margin: 1% 0;
    line-height: 1.1;
  }
  table.variations tr td.label label {
    display: block;
    padding: 10px 0;
    letter-spacing: 0;
  }
  table.variations tr td.value {
    float: left;
    display: block !important;
    width: 75%;
    margin-bottom: 5px !important;
  }
  table.variations .variable-items-wrapper {
    margin-left: auto !important;
  }
  .yith-par-message-variation span,
  .yith-par-message span {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .product_meta {
    font-size: 16px;
  }
  /*bundle*/
  .woocommerce #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,
  .woocommerce div.product .bundle_form div.bundled_product_summary .bundled_product_images,
  .woocommerce-page #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,
  .woocommerce-page div.product .bundle_form div.bundled_product_summary .bundled_product_images {
    margin-right: 0;
  }
  .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
    width: 86%;
    float: left !important;
  }
  .single-product div.product form.cart.bundle_form::before {
    margin: 0 0 1rem 0;
  }
  /*.ywpar_apply_discounts_container{
        .form-row-first{
            width: 100px;
            margin-right: 10px;
        }
        .form-row-last{
            float: none;
        }
        #ywpar_apply_discounts{
            display: inline-block;
            width: auto;
            line-height: 1.6;
        }
    }*/
  /*checkout*/
  .cart_totals .woocommerce-shipping-methods {
    margin-top: 0;
  }
  .delivery-date label.button,
  .delivery-date .button {
    font-size: 1rem;
  }
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    font-size: 16px;
    margin: 0 0 1.5rem 0 !important;
  }
  .reflink-wrap {
    position: relative;
  }
  .reflink-wrap .copyref {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    color: #ea005a;
  }
  .my_pets .my_pet {
    width: 31%;
    margin: 0 3% 3% 0;
  }
  .my_pets .my_pet:nth-child(2n) {
    margin-right: 3%;
  }
  .my_pets .my_pet:nth-child(3n) {
    margin-right: 0;
  }
  .woocommerce-MyAccount-navigation ul li {
    display: block;
    margin: 5px 0;
  }
  .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 14px;
  }
  .woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: bold;
    border-radius: 35px;
  }
  /*checkout*/
  body.woocommerce-checkout #content #order_review table th,
  body.woocommerce-checkout #content #order_review table td {
    padding: 0.6rem;
  }
  .one-click-container {
    width: 49%;
  }
}
table.shop_table.subscription_details {
  max-width: 700px;
}
table.shop_table.subscription_details tr td {
  padding: 15px 10px 15px 0;
}
table.shop_table.subscription_details tr.change-frequency td,
table.shop_table.subscription_details tr.change-next-date td,
table.shop_table.subscription_details tr.subscr-actions td,
table.shop_table.subscription_details tr.change-frequency input,
table.shop_table.subscription_details tr.change-next-date input,
table.shop_table.subscription_details tr.subscr-actions input {
  width: 50%;
}
table.shop_table.subscription_details tr.change-frequency input,
table.shop_table.subscription_details tr.change-next-date input,
table.shop_table.subscription_details tr.subscr-actions input {
  margin-bottom: 5px;
}
table.shop_table.subscription_details tr.subscr-actions td a {
  max-width: 100% !important;
}
table.shop_table.subscription_details tr.change-next-date input {
  width: 100%;
}
@media (min-width: 1140px) {
  #desktop-login-cart .sub-menu a,
  #menu-main li a,
  #masthead .user-location label {
    font-size: 20px;
  }
  /*cart*/
  form.woocommerce-cart-form {
    width: 65%;
    float: left;
    padding-right: 2%;
  }
  .cart-collaterals {
    width: 32%;
    float: right;
  }
  .cart-collaterals .final {
    padding: 1.75rem;
  }
  .cart-collaterals .final .cart_totals {
    width: 100%;
  }
  .cart-collaterals .final .checkout-button {
    font-size: 1.5rem !important;
  }
  body.single-post article.type-post .entry-header,
  body.single-post article.type-post .entry-content {
    max-width: 70%;
    margin: 0 auto;
  }
  body.single-post article.type-post .entry-content p,
  body.single-post article.type-post .entry-content ol,
  body.single-post article.type-post .entry-content ul {
    font-size: 110%;
  }
  /* ===================================================
==================== BLOG =========================
=================================================== */
  div#toc_container {
    padding: 25px;
  }
  body.single-post article.type-post .entry-content ul {
    font-size: 100%;
  }
}
@media (min-width: 1200px) {
  #menu-main #menu-item-17101,
  #menu-main #menu-item-62546 {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .owl-carousel.special-offers .owl-item > div {
    padding: 0;
  }
  .owl-carousel.special-offers .owl-item > div .special-offer {
    padding: 25px;
    height: 370px;
  }
  .owl-carousel.special-offers .owl-item > div .special-offer button {
    bottom: 25px;
    left: 25px;
  }
}
.upsell-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(28, 28, 28, 0.38);
  overflow: auto;
  padding: 20px;
}
.upsell-popup.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.upsell-popup__container {
  position: relative;
  width: 100%;
  max-width: 448px;
  background: #fff;
  transform: scale(0);
  transition: transform 0.2s ease-out;
  padding: 10px;
  z-index: 4000;
  border-radius: 10px;
}
.upsell-popup__container.is-active {
  transform: scale(1);
}
.upsell-popup__tabs {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  border: none;
  list-style: none;
  margin: 0 0 20px 0px;
  text-align: center;
}
.upsell-popup__tab-link {
  border: none;
  display: inline-block;
  border-radius: 7px;
  background: none;
  color: #ea005a;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  cursor: pointer;
  margin: 0 0.5rem 0.5rem 0;
  padding: 11px;
}
.upsell-popup__tab-link.tab-current {
  position: relative;
  background: #ffeaf2;
}
.upsell-popup__tab-link.tab-current a {
  border-bottom: none;
}
.upsell-popup__tab-link.tab-current:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 45.8%;
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #ffeaf2 transparent;
  display: block;
  width: 0;
}
.upsell-popup__tab-link a {
  color: #ea005a;
  padding: 0.7rem 0.6rem;
  border: none;
  margin: 0;
  border-bottom: 1px #ea005a dotted;
}
.upsell-popup__tab-content {
  display: none;
  overflow: hidden;
}
.upsell-popup__tab-content.tab-current {
  display: block;
}
.upsell-popup__header {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.upsell-popup__list {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: inherit;
  height: auto;
  margin-left: 0;
}
.upsell-popup__list .owl-nav.disabled {
  display: none !important;
}
.upsell-popup__list .owl-dots {
  position: absolute;
  bottom: 0;
  justify-content: center;
  width: 100%;
  display: flex;
  margin-left: -10px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.upsell-popup__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  height: 100%;
}
.upsell-popup__product a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upsell-popup__product a.add_to_cart_button.in-cart {
  pointer-events: none;
  opacity: 0.5;
  padding: 8px 10px;
}
.upsell-popup__product a.woocommerce-loop-product__link.in-cart img {
  opacity: 0.4 !important;
}
.upsell-popup__product a.woocommerce-loop-product__link.in-cart .product__check {
  background: url('../custom/assets/img/check.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 31px;
  z-index: 999999;
}
.upsell-popup__product img {
  width: 100px;
}
.upsell-popup__product .woocommerce-loop-product__title {
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  margin-top: 10px;
  height: 42px;
  display: flex;
  justify-content: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upsell-popup__product .qib-container {
  display: none !important;
}
.upsell-popup__product .price {
  display: flex;
  font-size: 13px;
}
.upsell-popup__product .onsale {
  display: none;
}
.upsell-popup__content {
  display: flex;
  justify-content: center;
  margin: 12px 0;
  text-align: center;
}
.upsell-popup__button-close {
  position: absolute;
  cursor: pointer;
  border: 0;
  right: -20px;
  top: -23px;
  font-size: 30px;
  color: #fff1f1;
  text-shadow: 0 1px 0 #fff;
  background: #ea005a;
  width: 40px;
  text-align: center;
  height: 37px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.upsell-popup__button-close:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.upsell-popup__button-close:after {
  content: '\d7';
}
.upsell-popup__dot {
  background: none;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  padding: 0;
}
@media (max-width: 768px) {
  .upsell-popup__dot {
    width: 8px;
    height: 8px;
    margin: 2px 2px;
  }
}
.upsell-popup__dot.active {
  background: #869791;
}
.upsell-content {
  width: 100%;
  padding: 20px;
  display: inline-block;
}
.upsell-content__tabs {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  border: none;
  list-style: none;
  margin: 0 0 20px 0px;
  text-align: center;
}
.upsell-content__tab-link {
  border: none;
  display: inline-block;
  border-radius: 7px;
  background: none;
  color: #ea005a;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  cursor: pointer;
  margin: 0 0.5rem 0.5rem 0;
  padding: 11px;
}
.upsell-content__tab-link.tab-current {
  position: relative;
  background: #ffeaf2;
}
.upsell-content__tab-link.tab-current a {
  border-bottom: none;
}
.upsell-content__tab-link.tab-current:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 45.8%;
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #ffeaf2 transparent;
  display: block;
  width: 0;
}
.upsell-content__tab-link a {
  color: #ea005a;
  padding: 0.7rem 0.6rem;
  border: none;
  margin: 0;
  border-bottom: 1px #ea005a dotted;
}
.upsell-content__tab-content {
  display: none;
  overflow: hidden;
}
.upsell-content__tab-content.tab-current {
  display: block;
}
.upsell-content__header {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.upsell-content__list {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: inherit;
  height: auto;
  margin-left: 0;
  position: relative;
  padding-bottom: 22px;
}
.upsell-content__list .owl-nav.disabled {
  display: none !important;
}
.upsell-content__list .owl-dots {
  position: absolute;
  bottom: 0;
  justify-content: center;
  width: 100%;
  display: flex;
  margin-left: -10px;
  flex-wrap: wrap;
}
.upsell-content__list .owl-dots.disabled {
  display: none;
}
.upsell-content__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  height: 100%;
}
.upsell-content__product a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
}
@media (max-width: 768px) {
  .upsell-content__product a {
    font-size: 14px;
  }
}
.upsell-content__product a.add_to_cart_button.in-cart {
  pointer-events: none;
  opacity: 0.5;
  padding: 8px 10px;
}
.upsell-content__product a.woocommerce-loop-product__link.in-cart img {
  opacity: 0.4 !important;
}
.upsell-content__product a.woocommerce-loop-product__link.in-cart .product__check {
  background: url('../custom/assets/img/check.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 300px;
  z-index: 999999;
}
@media (max-width: 768px) {
  .upsell-content__product a.woocommerce-loop-product__link.in-cart .product__check {
    height: 100px;
  }
}
.upsell-content__product img {
  width: 300px;
}
@media (max-width: 768px) {
  .upsell-content__product img {
    width: 100px;
  }
}
.upsell-content__product .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-top: 10px;
  height: 54px;
  display: flex;
  justify-content: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .upsell-content__product .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 14px;
    height: 42px;
    max-width: 100px;
  }
}
.upsell-content__product .qib-container {
  display: none !important;
}
.upsell-content__product .price {
  display: flex;
  font-size: 18px;
}
@media (max-width: 768px) {
  .upsell-content__product .price {
    font-size: 13px;
  }
}
.upsell-content__product .onsale {
  display: none;
}
.upsell-content__content {
  display: flex;
  justify-content: center;
  margin: 12px 0;
  text-align: center;
}
.upsell-content__dot {
  background: none;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  padding: 0;
}
@media (max-width: 768px) {
  .upsell-content__dot {
    width: 8px;
    height: 8px;
    margin: 2px 2px;
  }
}
.upsell-content__dot.active {
  background: #869791;
}
.mini-cart {
  display: none;
  position: absolute;
  background-color: white;
  overflow: hidden;
  padding: 15px;
  width: 370px;
  z-index: 99999;
  right: 37px;
  top: 60px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  transform: scale(0);
  transition: transform 0.2s ease-out;
}
.site-header.scrolled .mini-cart {
  top: 43px;
}
@media (max-width: 768px) {
  .mini-cart {
    height: calc(100% - 100px);
    width: 100%;
    right: 0;
    position: fixed;
  }
}
.mini-cart.is-active {
  display: block;
  transform: scale(1);
}
.mini-cart.is-active.mobile .mini-cart-close {
  position: absolute;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-family: 'spufont';
  speak: none;
  top: -8px;
  right: 0px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.mini-cart.is-active.mobile .mini-cart-close:before {
  font-size: 22px;
  content: "\f00d";
}
.mini-cart:after {
  content: '';
  position: absolute;
  top: 0;
  left: 30%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: -10px;
  margin-top: -10px;
}
.mini-cart__item {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #e1dddd;
  padding: 10px 0;
}
.mini-cart__header {
  position: relative;
}
.mini-cart__list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
  width: auto;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .mini-cart__list {
    height: calc(100% - 160px);
    max-height: none;
  }
  .mini-cart.is-notice .mini-cart__list {
    height: calc(100% - 265px);
  }
}
.mini-cart__total {
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
.mini-cart__total .amount {
  font-weight: bold;
}
.mini-cart__button-click {
  background: none;
  border: 1px solid #EA005A;
  color: #EA005A;
}
.mini-cart__button-click:hover {
  background: #e2e1e1;
  color: #EA005A;
}
.mini-cart__buttons {
  display: flex;
  justify-content: space-around;
}
.mini-cart__buttons a {
  font-size: 14px;
}
@media (max-width: 480px) {
  .mini-cart__buttons a {
    font-size: 12px;
  }
}
.mini-cart-item-button {
  border-radius: 50px;
  width: 20px;
  font-size: 13px;
  cursor: pointer;
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mini-cart-item-button:hover {
  opacity: 0.8;
}
.mini-cart-item-button-minus {
  border: 1px solid #ea005a;
  color: #ea005a;
}
.mini-cart-item-button-plus {
  border: 1px solid green;
  color: green;
}
.mini-cart-item-button.disabled {
  display: none;
}
.mini-cart-item__title {
  padding: 0 10px;
  font-size: 14px;
  width: 50%;
  text-align: left;
}
@media (max-width: 1024px) {
  .mini-cart-item__title {
    width: 70%;
  }
}
.mini-cart-item__price {
  font-size: 14px;
  font-weight: 700;
  width: 90px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.mini-cart-item__action a.remove_from_cart_button {
  font-size: 14px;
  width: 20px;
  height: 20px;
  margin-top: -2px;
}
.mini-cart-item-quantity__controls {
  display: flex;
  justify-content: center;
}
.mini-cart-item__thumbnail {
  width: 60px;
}
.mini-cart-item__thumbnail img {
  width: 50px;
}
.mini-cart-loader {
  position: absolute;
  display: none;
}
.mini-cart__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.5;
  z-index: 99999;
}
@media (max-width: 768px) {
  .mini-cart__body {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .mini-cart__content {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .mini-cart__panel {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  #global-cart a {
    pointer-events: none;
  }
}
@media (min-width: 1025px) {
  #global-cart:hover .mini-cart {
    display: block;
    transform: scale(1);
  }
}
.starter-pack {
  clear: both;
  display: block;
  margin: 20px 0 50px;
  text-align: center;
}
.starter-pack .inside {
  height: 300px;
  margin: 0 0 10px 0;
  position: relative;
  background-color: #ebeaef;
}
.starter-pack.cats .inside {
  background: url(https://superpet.ru/wp-content/uploads/2023/04/cat_set_202304.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.starter-pack.dogs .inside {
  background: url(https://superpet.ru/wp-content/uploads/2023/04/dog_set_202304.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.starter-pack .price,
.starter-pack .title {
  color: #000;
  display: block;
  margin: 3px 0;
}
.starter-pack .price {
  color: #6d6d6d;
  font-size: 25px;
}
@media (min-width: 768px) {
  .starter-pack.cats .inside,
  .starter-pack.dogs .inside {
    background: none;
    height: auto;
  }
  .starter-pack.cats {
    background-image: url(https://superpet.ru/wp-content/uploads/2023/04/cat_set_202304.jpg);
    background-color: #ebeaef;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 60%;
    height: 330px;
  }
  .starter-pack.dogs {
    background-image: url(https://superpet.ru/wp-content/uploads/2023/04/dog_set_202304.jpg);
    background-color: #ebeaef;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 60%;
    height: 330px;
  }
  .starter-pack:hover {
    filter: brightness(1.03);
  }
  .starter-pack .text {
    width: 40%;
    float: right;
    margin: 100px 30px 0 0;
  }
  .starter-pack .price {
    color: #000;
  }
  .starter-pack .title {
    font-size: 28px;
  }
  .starter-pack .secondary {
    background: #fff;
    color: #000;
  }
}
.woocommerce-Reviews-title {
  margin-bottom: 0 !important;
}
.woocommerce-Price-currencySymbol {
  font-family: "GothamProRRegular", sans-serif;
}
.subscription-points-popup-overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
}
.subscription-points-popup {
  position: relative;
  display: none;
  box-sizing: border-box;
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  max-height: calc(100% - 60px);
  overflow-y: auto;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.subscription-points-popup .spu-close {
  font-size: 30px;
  color: #666;
}
.subscription-points-popup .spu-close:hover {
  color: #000;
}
.subscription-points-popup p {
  margin: 10px 0;
}
.subscription-points-popup__total {
  color: #666;
}
@media (min-width: 768px) {
  .subscription-points-popup {
    width: 500px;
    height: auto;
  }
}
.closest-delivery-date {
  margin-top: 10px;
  font-size: 16px;
}
#billing_address_map {
  display: none;
  width: 100%;
  height: 300px;
  margin-top: 10px;
}
.gm-style button,
.gm-style input {
  border-radius: 0;
}
#woocommerce-cart-notice-babochka,
#woocommerce-cart-notice-babochka-notice {
  background: #ffec59 !important;
}
.woocommerce-active .site-header .site-search {
  display: inline-flex;
  float: unset;
  width: 30px;
  position: relative;
  justify-content: center;
  height: auto;
  left: 0px;
  top: 5px;
  align-items: center;
}
.woocommerce-active .site-header .site-search .site-search-header {
  cursor: pointer;
}
.woocommerce-active .site-header .site-search .site-search-header svg {
  color: #000;
  width: 22px;
  height: 22px;
}
.woocommerce-active .site-header .site-search form {
  position: absolute;
  right: 0;
  bottom: -70px;
  display: flex;
  background: white;
  z-index: 100;
  border-radius: 5px;
  padding: 7px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
}
.woocommerce-active .site-header .site-search form input[type=text] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.woocommerce-active .site-header .site-search form input[type=submit] {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.woocommerce-active .site-header .site-search form.active {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1023px) {
  .woocommerce-active .site-header .site-search {
    display: block;
    position: absolute;
    right: auto;
    left: 100px;
    width: auto;
  }
  .woocommerce-active .site-header .site-search form {
    left: 0;
    right: auto;
    bottom: -65px;
  }
}
@media (max-width: 768px) {
  .woocommerce-active .site-header .site-search {
    display: none;
    position: absolute;
    right: 80px;
  }
  .woocommerce-active .site-header .site-search form {
    right: -30px;
    bottom: -80px;
  }
}
.grecaptcha-badge {
  opacity: 0;
}
.one-click-container {
  padding: 0;
  clear: both;
  text-align: center;
}
.one-click-container a {
  font-weight: bold;
}
@media (min-width: 768px) {
  .one-click-container {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .one-click-container {
    width: 49%;
  }
}
.pet_popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-height: 100vh;
  background: #00000080;
  z-index: 1000;
}
.pet_popup_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pet_popup_container {
  background-color: #ffffff;
  color: #333;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 0 10px 1px #666;
  width: 900px;
  max-width: 90vw;
  position: relative;
}
.pet_popup_body {
  max-height: 90%;
}
.pet_popup_body h2 {
  text-align: center;
  margin-bottom: 25px;
}
.pet_popup_close {
  position: absolute;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  line-height: 1;
  font-size: 30px;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  right: 15px;
  top: 10px;
}
.pet_popup_close i {
  font-family: 'spufont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.pet_popup_close i:before {
  content: "\f00d";
}
@media (max-width: 568px) {
  .pet_popup_container {
    padding: 50px 15px 15px;
  }
  .pet_popup_body {
    overflow-y: scroll;
    max-height: 80vh;
  }
  .pet_popup_container .first-payment-date,
  .pet_popup_container .single-product div.product .woocommerce-product-gallery {
    display: none;
  }
  .single-product .woocommerce-variation-add-to-cart,
  .single-product .type-product form.cart {
    margin: 0;
    padding: 0;
  }
  .single-product div.product .summary {
    margin-bottom: 0;
  }
  .mobile-menu2_search {
    padding: 5px 25px;
    margin-bottom: 0;
    display: flex;
  }
  .mobile-menu2_search input[type=text] {
    width: calc(100% - 42px);
    border-radius: 7px 0 0 7px;
    border-right: none;
  }
  .mobile-menu2_search .btn {
    width: 42px;
    background-color: #ea005a;
    border-color: #ea005a;
    color: #ffffff;
    border-radius: 0 7px 7px 0;
    padding: 10px 12px;
  }
  .mobile-menu2_search .btn svg {
    height: 18px;
    width: 18px;
    margin-bottom: -3px;
  }
}
.search-from .search-submit {
  background-color: #ea005a !important;
}
.search__without-button .input {
  position: relative;
}
.search__without-button svg {
  position: absolute;
  right: 10px;
  height: 15px;
  width: 15px;
  top: 7px;
}
/* ===================================================
==================== FIX TABLES ON BLOG PAGE ==================
=================================================== */
@media (min-width: 768px) {
  .post-template-default .single-container .wp-block-table {
    max-width: 60%;
  }
}
/* ===================================================
==================== FIXES on 1024 viewport ==================
=================================================== */
@media (min-width: 1020px) and (max-width: 1090px) {
  .storefront-primary-navigation #nav-right {
    width: 260px;
  }
  .storefront-primary-navigation #nav-right #desktop-phone .phone-number a {
    font-size: 13px ;
  }
  .storefront-primary-navigation #nav-right #desktop-phone a.callback {
    font-size: 14px ;
  }
  .storefront-primary-navigation #nav-right #desktop-phone {
    width: 120px;
  }
  .storefront-primary-navigation #nav-right #desktop-login-cart {
    width: 65px;
  }
  .storefront-primary-navigation #nav-right #global-cart {
    width: 65px;
  }
}
@media (max-width: 1024px) {
  #menu-shop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tile.edged.vet.homepage .wrap {
    background-position-x: -100px;
    max-height: 500px;
  }
}
.nAccordian {
  padding-bottom: 25px;
}
.landing__main .tile.specials .specials-slideshow div a span {
  width: 70%;
}
/* ===================================================
==================== Стиль блока "Нет в наличии" ==================
=================================================== */
.cwginstock-subscribe-form .panel-primary {
  border: none;
  background: #D9D2C1;
  border-radius: 15px;
}
.cwginstock-subscribe-form .panel-primary > .panel-heading {
  background: none;
}
.cwginstock-subscribe-form .panel-body {
  padding: 15px;
  padding: 0;
}
.cwginstock-subscribe-form input[type="submit"] {
  border-radius: 7px;
}
.cwginstock-panel-heading h4 {
  color: #000;
  margin: 0;
}
div.panel-heading.cwginstock-panel-heading {
  border: none;
}
@media (min-width: 1024px) {
  .cwginstock-subscribe-form .panel-primary {
    padding: 15px;
  }
}
.single-product__sale {
  display: none;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .single-product__sale {
    justify-content: center;
  }
}
.single-product__sale-text {
  border: 1px solid #EA005A;
  border-radius: 15px;
  color: #EA005A;
  padding: 9px 13px;
}
.single_variation_wrap .single-product__sale {
  display: flex;
}
.woocommerce-loop-product__sale {
  position: absolute;
  top: 5px;
  left: 15px;
}
.woocommerce-loop-product__sale-count {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EA005A;
  border-radius: 30px;
  color: white;
  cursor: pointer;
}
@media (max-width: 1240px) {
  .woocommerce-loop-product__sale-count {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
.woocommerce-loop-product__sale-count:hover .woocommerce-loop-product__sale-info {
  visibility: visible;
  opacity: 1;
}
.woocommerce-loop-product__sale-info {
  visibility: hidden;
  width: 162px;
  border: 1px solid #EA005A;
  border-radius: 15px;
  color: #EA005A;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: 0;
  margin-left: 60px;
  background: white;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .woocommerce-loop-product__sale-info {
    visibility: visible;
    opacity: 1;
    margin-left: 45px;
    width: 140px;
  }
}
@media (max-width: 438px) {
  .woocommerce-loop-product__sale-info {
    visibility: visible;
    opacity: 1;
    margin-left: 38px;
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .woocommerce-loop-product__sale-info {
    visibility: visible;
    opacity: 1;
    margin-left: 38px;
    width: 80px;
  }
}
.woocommerce-loop-product__outofstock {
  background: #d9d9d9;
  border-radius: 15px;
  padding: 2px 10px;
}
.bonus-page-banner__title {
  font-style: normal;
  font-weight: normal;
  font-size: 43px;
  line-height: 50px;
}
.bonus-page-banner__content {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin: 14px 0;
}
.bonus-page-banner.lakomstvo-40 {
  padding: 20px;
  margin: 40px 0;
  background-color: #fec454;
  background-image: url(img/bonus-lakomstvo40.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  border-radius: 20px;
}
/* ===================================================
==================== Стиль поп-апа оформление заказа, валидация этаж, подъезд, домофон ==================
=================================================== */
.checkout-validation-popup {
  display: none;
}
.checkout-validation-popup.is-active {
  display: flex;
}
.checkout-validation-popup__body {
  max-width: 480px;
  background-color: white;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  transform: scale(0);
  transition: transform 0.2s ease-out;
}
.checkout-validation-popup__body.is-active {
  transform: scale(1);
}
.checkout-validation-popup__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.checkout-validation-popup__button {
  border-radius: 20px;
  cursor: pointer;
  min-width: 200px;
  transition: opacity, ease, 0.4s;
}
.checkout-validation-popup__button-home {
  background: #686868;
}
.checkout-validation-popup__button:hover {
  opacity: 0.8;
}
.checkout-validation-popup__header {
  font-size: 34px;
}
.lazy-hidden,
.entry img.lazy-hidden,
img.thumbnail.lazy-hidden {
  opacity: 1;
}
/* ===== Стиль рейтинга в блоге ===== */
.ratings {
  position: relative;
  margin: 25px 0;
}
span.rat_t {
  font-weight: bold;
  font-size: 15px;
}
.vote-block {
  overflow: hidden;
  margin: 0 10px 0 0;
  padding-bottom: 15px;
  float: left;
  vertical-align: middle;
  position: relative;
}
.vote-block .rating-info {
  position: absolute;
  bottom: -5px;
  left: 0;
  font-size: 12px;
  color: #888;
}
.vote-block span.rating-text {
  font-size: 15px;
  color: #000;
  line-height: 20px;
  display: block;
  float: left;
  margin-top: 3px;
}
.vote-block .rating {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  width: 195px;
  height: 30px;
  vertical-align: middle;
}
.vote-block .rating li {
  display: block;
  width: 39px;
  height: 31px;
  float: right;
  text-indent: -9999px;
  cursor: pointer;
}
.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
  background: url(/wp-content/uploads/2022/01/star.png) 0 -31px;
  cursor: pointer;
}
.vote-block.disabled .rating li.current {
  display: block;
  z-index: 10;
}
.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
  background-position: 0 -27px;
}
.vote-block li.current {
  display: none;
}
.vote-block ol.show-current {
  position: relative;
}
.vote-block ol.show-current li {
  cursor: default;
  z-index: 2;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.vote-block ol.show-current li.current {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url(/wp-content/uploads/2022/01/star.png);
}
.vote-block ol.show-current li.current span {
  display: block;
  height: 30px;
  width: 0;
  background: inherit;
  background-position: 0px -62px;
}
.itemreviewed {
  font-weight: bold;
}
/* ===================================================
==================== Стиль уведомления при смене города об отсутствии товаров ==================
=================================================== */
.woocommerce-info-city {
  display: none;
  text-align: left;
  background-color: #fff5cf !important;
}
.woocommerce-info-city p {
  margin-bottom: 2px;
  font-size: 17px;
}
.mini-cart .woocommerce-info-city p {
  font-size: 14px;
}
.woocommerce-info-city span {
  font-weight: bold;
}
@media (max-width: 768px) {
  .woocommerce-info-city {
    flex-direction: column;
  }
}
.woocommerce-info-city ul {
  margin: 2px 30px;
  font-style: italic;
  color: #666;
  font-size: 16px;
}
.mini-cart .woocommerce-info-city ul {
  font-size: 14px;
}
.mini-cart .woocommerce-info-city {
  flex-direction: column;
  padding: 0.6em;
  overflow: auto;
  height: 100px;
  text-align: left;
}
.woocommerce-info-city.is-active {
  display: flex;
}
/* ===================================================
==================== Стиль формы промокода в чекауте ==================
=================================================== */
.ui-widget-content .woocommerce-message,
.ui-widget-content .woocommerce-info,
.ui-widget-content .woocommerce-error {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  min-height: 80px;
  padding-right: 50px;
}
.ui-widget-content .woocommerce-message {
  background: #287628 !important;
  color: white !important;
}
.ui-dialog .ui-dialog-titlebar {
  position: absolute;
  border: none;
  background: none;
  width: 100%;
}
.ui-dialog .ui-dialog-titlebar-close {
  margin-right: 22px;
  padding: 15px;
  border-radius: 25px;
  z-index: 100;
  position: absolute;
  top: 35px;
}
.checkout_coupon {
  margin-bottom: 0;
}
.ui-widget-content p:first-child {
  margin-right: 40px;
}
.ui-button.ui-state-active:hover {
  background: #EA005A;
}
.ui-dialog-content .button {
  font-size: 15px;
  width: 100%;
}
/* ===================================================
==================== Notify added to cart  ==================
=================================================== */
.notify-product__wrapper {
  position: fixed;
  right: 0;
  bottom: 10vh;
  z-index: 2222;
}
@media (max-width: 768px) {
  .notify-product__wrapper {
    left: 0;
  }
}
.notify-product__item {
  padding: 20px;
  width: 350px;
  background: white;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  position: relative;
  transform: translateX(350px);
  transition: all 0.2s linear;
  box-shadow: 0 5px 10px #00000040;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .notify-product__item {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 300px;
    transform: translateX(-350px);
  }
}
.notify-product__item.active {
  transform: translateX(0px);
  transition: all 0.2s linear;
}
.notify-product__item.disabled {
  display: none;
}
.notify-product__item.hide {
  opacity: 0.6;
}
.notify-product__content {
  display: flex;
}
.notify-product__title {
  font-size: 16px;
  margin-bottom: 15px;
}
.notify-product__image img {
  width: 60px;
}
.notify-product__name {
  font-size: 14px;
  padding: 0 8px;
  color: #ea005a;
}
.notify-product__count {
  color: #000;
}
/* ===================================================
==================== Cdek map checkout ==================
=================================================== */
#map-cdek {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
}
#map-cdek .btn-cdek {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: white;
  border: none;
  cursor: pointer;
  background: #EA005A;
  border-radius: 7px;
  padding: 6px;
}
#map-cdek .btn-cdek:hover {
  opacity: 0.8;
}
#map-cdek .cdek-balloon-row {
  margin-bottom: 10px;
  width: 100%;
}
#map-cdek .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#map-cdek .close:hover,
#map-cdek .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#map-cdek button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
#map-cdek .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: block;
  max-width: 320px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#map-cdek .popover.top {
  margin-top: -10px;
}
#map-cdek .popover.right {
  margin-left: 10px;
}
#map-cdek .popover.bottom {
  margin-top: 10px;
}
#map-cdek .popover.left {
  margin-left: -10px;
}
#map-cdek .popover .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#map-cdek .popover .popover-content {
  padding: 9px 14px;
}
#map-cdek .popover .arrow,
#map-cdek .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#map-cdek .popover .arrow {
  border-width: 11px;
}
#map-cdek .popover .arrow:after {
  border-width: 10px;
  content: "";
}
#map-cdek .popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
#map-cdek .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
#map-cdek .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
#map-cdek .popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}
#map-cdek .popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
#map-cdek .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
}
#map-cdek .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
#map-cdek .popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
}
#map-cdek .popover .close {
  position: absolute;
  right: 5px;
  top: 1px;
}
#map-cdek .cdek-balloon-phone {
  display: flex;
  align-items: center;
}
#map-cdek .cdek-balloon-phone-value {
  margin-left: 5px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #map-cdek {
    height: 375px;
  }
}
@media (max-width: 375px) {
  #map-cdek {
    height: 350px;
  }
}
#cdek_text .selected-cdek-point {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}
#cdek_text .selected-cdek-point-info {
  display: flex;
  margin-bottom: 20px;
  text-align: center;
  justify-content: center;
}
#cdek_text .selected-cdek-point b,
#cdek_text .selected-cdek-point-info b {
  margin-right: 4px;
}
#cdek_text .selected-cdek-point-info {
  background: #e8f7eb;
  padding: 15px !important;
  border-radius: 10px;
}
.v-stock.v-out-of-stock {
  color: #e2401c;
}
.v-stock.v-in-stock {
  color: #0f834d;
}
.v-stock.v-out-of-stock::before {
  content: "\f119";
}
.v-stock.v-in-stock::before {
  content: "\f118";
}
.v-stock::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -0.125em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  margin-right: 0.5407911em;
}
@media (min-width: 1800px) {
  .elementor-199234 .elementor-element.elementor-element-fc5cf28:not(.elementor-motion-effects-element-type-background) {
    background-position-y: 30%;
  }
}
/*# sourceMappingURL=style.css.map */