/*
Theme Name: Insporta    
Text Domain: insporta   
Version: 1.0
Description: This theme for sport-store named Insporta.
Tags: online-store, sport-store
Author: Pavel N.
Author URI: https://insporta.ru/
Theme URI: https://insporta.ru/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: 'Montserrat Bold';
  src: url(fonts/Montserrat/Montserrat-Bold.eot) format('eot'); /* IE9 Compat Modes */
  src: url(fonts/Montserrat/Montserrat-Bold.woff2) format('woff2'),
    url(fonts/Montserrat/Montserrat-Bold.woff) format('woff'),
    url(fonts/Montserrat/Montserrat-Bold.ttf) format('truetype');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Bold';
  src: url(fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff2) format('woff2'),
    url(fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff) format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Demi';
  src: url(fonts/AvenirNextCyr/AvenirNextCyr-Demi.woff2) format('woff2'),
    url(fonts/AvenirNextCyr/AvenirNextCyr-Demi.woff) format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Medium';
  src: url(fonts/AvenirNextCyr/AvenirNextCyr-Medium.woff2) format('woff2'),
    url(fonts/AvenirNextCyr/AvenirNextCyr-Medium.woff) format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Regular';
  src: url(fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff2) format('woff2'),
    url(fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff) format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rub Regular';
  src: url(fonts/rouble/rouble.ttf) format('truetype');
  font-weight: normal;
  font-display: swap;
}

/* montserrat-500 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat Medium';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Montserrat/montserrat-v14-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url('fonts/Montserrat/montserrat-v14-latin_cyrillic-500.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */
      url('fonts/Montserrat/montserrat-v14-latin_cyrillic-500.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('fonts/Montserrat/montserrat-v14-latin_cyrillic-500.woff')
      format('woff'),
    /* Modern Browsers */
      url('fonts/Montserrat/montserrat-v14-latin_cyrillic-500.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('fonts/Montserrat/montserrat-v14-latin_cyrillic-500.svg#Montserrat')
      format('svg'); /* Legacy iOS */
  font-display: swap;
}

html,
body {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html {
  --scrollbarBG: #cfd8dc;
  --thumbBG: #70958b;
}
body::-webkit-scrollbar {
  width: 6px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 0px;
  border: none;
  height: 20px;
}

html {
  overflow: hidden;
}
body {
  height: 100vh;
  overflow-y: auto;
  margin: 0 auto;
}
body.customize-support {
  height: 97vh;
}
/* width */
div::-webkit-scrollbar {
  width: 6px;
}

/* Track */
div::-webkit-scrollbar-track {
  background: #cfd8dc;
}

/* Handle */
div::-webkit-scrollbar-thumb {
  background: #009fe3;
}

/* Handle on hover */
div::-webkit-scrollbar-thumb:hover {
  background: #009fe3;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  outline: none;
  padding: 0;
  margin: 0;
}

/* Fonts and Sizes --------------------------- */

.montserrat-bold {
  font-family: 'Montserrat Bold', sans-serif;
}

.avenir-bold {
  font-family: 'Avenir Bold', sans-serif;
}

.avenir-demi {
  font-family: 'Avenir Demi', sans-serif;
}

.avenir-medium {
  font-family: 'Avenir Medium', sans-serif;
}

.avenir-regular {
  font-family: 'Avenir Regular', sans-serif;
}

h1,
.h1-size {
  font-style: normal;
  font-weight: bold;
  font-size: 4.7rem;
  line-height: 6.8rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

h2,
.h2-size {
  font-style: normal;
  font-size: 3.6rem;
  line-height: 4.4rem;
  text-transform: uppercase;
}

h3,
.h3-size {
  font-style: normal;
  font-size: 2.4rem;
  line-height: 123%;
  text-transform: none;
}

.button-size {
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.2rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
}

.body-hover {
  font-style: normal;
  font-weight: 750;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.body-one-size {
  font-style: normal;
  font-weight: 450;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.body-two-size {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.25px;
}

.regular-size {
  font-size: 1.4rem;
}

.bold {
  font-weight: bold;
}

/* --------------------------------- */

/* Template  typography--------------------------- */
h1.base-style,
.h1-base-style {
  font-family: 'Montserrat Bold';
  font-style: normal;
  font-size: 4.7rem;
  line-height: 6.8rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.header-block h1.base-style {
   font-size: 3.7rem;
  line-height: 4.8rem;
}
.pay-block h1.base-style,
.ship-cards h1.base-style,
.header-block h1.base-style {
   font-size: 3rem;
  line-height: 4rem;
}

h2.base-style,
.h2-base-style {
  font-family: 'Avenir Bold';
  font-style: normal;
  font-size: 3.6rem;
  line-height: 4.4rem;
  text-transform: uppercase;
}

h3.base-style,
.h3-base-style {
  font-family: 'Avenir Demi';
  font-style: normal;
  font-size: 2.4rem;
  line-height: 123%;
}

.sale-base-style {
  font-family: 'Avenir Medium';
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-decoration-line: line-through;
  text-transform: uppercase;
}

.btn-padding {
  padding: 1rem 2rem;
}

.btn-padding-wide {
  padding: 2rem 7rem;
}

.back-trans {
  background: transparent;
}

.btn-border {
  border: solid 2px;
}

.button-base-style {
  font-family: 'Avenir Bold';
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.5rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.4rem;
  cursor: pointer;
  text-transform: uppercase;
}

.body-hover-base {
  font-family: 'Avenir Bold';
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.body-one-base {
  font-family: 'Avenir Medium';
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.body-two-base {
  font-family: 'Avenir Regular';
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.25px;
}

.regular-base {
  font-family: 'Avenir Regular';
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}

.caption-base-two {
  font-family: 'Montserrat Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.caption-base {
  font-family: 'Montserrat Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hover-block {
  box-shadow: -5px -5px 30px #ffffff, 5px 5px 30px rgba(0, 72, 140, 0.2);
}

.woocommerce div.product .stock {
  padding: 1rem 0;
}

/* --------------------------------- */

/* Colors --------------------------- */

.c-white,
.c-white a {
  color: white;
}

.c-black,
.c-black a {
  color: #2d2d2d;
}

.c-grey,
.c-grey a {
  color: #e0e0e0;
}

.c-light-grey,
.c-light-grey a {
  color: #ececec;
}

.c-blue,
.c-blue a {
  color: #70958b;
}

.c-light-blue,
.c-light-blue a {
  color: #70958b;
}
.catalog-slider {
    position: relative;
}

.catalog-slider .slick-prev,
.catalog-slider .slick-next {
    z-index: 2;
    width: 30px;
    height: 30px;
}


.product-item {
  position: relative;
  overflow: hidden;
}
/* --------------------------------- */

/* Backgrounds --------------------------- */

.b-white {
  background: white;
}

.b-black {
  background: #2d2d2d;
}

.b-dark-grey {
  background: #bbbbbb;
}

.b-grey {
  background: #e0e0e0;
}

.b-light-grey {
  background: #ececec;
}

.b-blue {
  background: #70958b;
}

.b-lblue {
  background: #009fe3;
}

/* --------------------------------- */

/* Rows and Width ------------------ */

.row-items-20 {
  width: calc(100% + 2rem);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: start;
  margin-left: -2rem;
  list-style: none;
}

.row-items-30 {
  width: calc(100% + 3rem);
  display: flex;
  flex-wrap: wrap;
  margin-left: -3rem;
  align-items: flex-start;
  justify-content: start;
  list-style: none;
}

.row-2 {
  width: calc(100% / 2);
  padding-left: 3rem;
  padding-bottom: 3rem;
}

.row-3 {
  width: calc(100% / 3);
  padding-left: 3rem;
  padding-bottom: 3rem;
}

.row-4 {
  width: calc(100% / 4);
  padding-left: 3rem;
  padding-bottom: 3rem;
}

.row-5 {
  width: calc(100% / 5);
  padding-left: 3rem;
  padding-bottom: 3rem;
}

.category-row-2 {
  width: calc(100% / 2);
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.category-row-3 {
  width: calc(100% / 3);
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.category-row-4 {
  width: calc(100% / 4);
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.category-row-5 {
  width: calc(100% / 5);
  padding-left: 2rem;
  padding-bottom: 2rem;
}


/* --------------------------------- */

.bottom-message {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  background: rgb(255 0 0 / 88%);
}

.bottom-message__inner {
  position: relative;
}

span.bottom-message__close {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -2.5rem;
  top: -1.5rem;
}
span.bottom-message__close::before {
  font-family: 'dashicons';
  content: '\f335';
  font-size: 25px;
  color: white;
}

ul.mobile-categories-list {
  list-style: none;
  background: white;
}

ul.mobile-categories-list li {
  padding: 0 0 2rem 3.5rem;
}
ul.mobile-categories-list li:last-of-type {
  padding-bottom: 3.5rem;
}

nav.breadcrumb,
nav.breadcrumb a {
  font-size: 1.4rem;
}

blockquote::before,
blockquote::after {
  content: '';
}

span.woocommerce-Price-currencySymbol {
  font-family: 'Rub Regular' !important;
  text-transform: lowercase;
}

del span.woocommerce-Price-amount.amount {
  position: relative;
  font-size: 1.4rem;
  opacity: 1;
  color: #70958b;
  text-transform: lowercase;
  border: none;
}

.woocommerce-message {
  margin: 3rem 0;
}

.woocommerce span.onsale {
  height: auto;
  width: auto;
  min-width: inherit;
  min-height: inherit;
  line-height: normal;
  background: none;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
  position: unset;
  border: none;
}

ins span.woocommerce-Price-amount.amount,
.product-item__price > span.woocommerce-Price-amount.amount {
  display: block !important;
  font-size: 1.8rem;
  font-family: 'Avenir Bold';
  font-weight: 600;
  color: #70958b;
  text-transform: lowercase;
  border: none;
}

span.woocommerce-Price-currencySymbol {
  padding-left: 5px;
}

ul.products span.price {
  display: block;
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0;
}

/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: #f5efe0;
  box-sizing: border-box;
  color: #2d2d2d;
  font-family: 'Avenir Regular', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.6rem;
  text-align: left;
}

@supports (font-variation-settings: normal) {
  body {
    font-family: 'Avenir Regular', -apple-system, BlinkMacSystemFont,
      'Helvetica Neue', Helvetica, sans-serif;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

#site-content {
  overflow: hidden;
}

/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
  clear: both;
  content: '';
  display: block;
}

/* -------------------------------------------------------------------------- */

/*	Element Base
/* ---------------------------------------------*---------------------------- */
.full-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}

.container {
  display: block;
  width: 100%;
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  z-index: 0;
}

.i-row {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.flex-between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.wrapper {
  padding: 10px 0;
  line-height: 2rem;
}

a.logo__link {
  display: block;
  height: 60px;
}

ul.clients-menu__row {
  font-size: 1.4rem;
  letter-spacing: 0.6px;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  text-transform: uppercase;
}

ul.clients-menu__row li {
  padding-left: 1.5rem;
}

ul.footer-menu__list {
  list-style: none;
  padding: 15px 0;
  margin: 0;
  line-height: 20px;
}
.footer .social-block__logo img {
  max-width: 100px;
}
#site-footer nav.breadcrumb {
  height: auto;
}

ul.footer-menu__list li {
  font-size: 14px;
  padding: 0 0 5px 0;
}

.aws-container .aws-search-field {
  border: none;
}

.aws-container .aws-search-form .aws-form-btn {
  background: white;
  border: none;
}

.aws-container .aws-search-field {
  border-left: none;
  text-transform: uppercase;
}

body.overflow-hidden {
  overflow: hidden;
  padding-right: 6px;
}

input,
textarea {
  display: block;
  width: 100%;
  padding: 14px 20px;
  margin: 0 0 10px 0;
  background: white;
  border: solid 2px #70958b;
}

input::placeholder,
textarea::placeholder {
  font-family: 'Montserrat Medium';
  color: #bbbbbb;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flex-middle {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.container.relative-block {
  position: relative;
}

.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}

li.woocommerce-mini-cart-item.mini_cart_item dl.variation {
  display: none;
}

ul.category-menu__row > li > .sub-menu-wrap {
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  opacity: 0;
}

.woocommerce-cart .cart-collaterals h2,
.woocommerce-cart .cart-collaterals .cart_totals table {
  display: none !important;
}

.services-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  background: white;
  transition: 0.4s;
  transition-property: opacity, visibility;
}

.center {
  text-align: center;
}

.menu-image-title-after.menu-image-title {
  padding-left: 0;
}

ul.menu-depth-2 > li {
  list-style: none;
  text-transform: none;
  font-weight: 500;
}

nav.category-menu > ul > li {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  width: auto;
  text-align: center;
}

.copyright {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  margin: auto 0;
  text-transform: uppercase;
}

.copyright__item {
  padding: 0 0 60px 0;
  font-family: 'Avenir Regular';
  text-transform: none;
}

.copyright__item span {
  font-size: 20px;
}

.aws-search-result .aws_onsale {
  background: #eb5757 none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: right;
  height: 20px;
  padding-top: 2px;
  position: relative;
  right: -15px;
  text-align: center;
  top: 10px;
  transform: rotate(45deg);
  width: 77px;
  font-weight: bold;
}

span.aws_result_price del span.woocommerce-Price-amount.amount:after {
  content: '';
  width: 86%;
  height: 1px;
  background: red;
  position: absolute;
  bottom: 7px;
  left: 0;
}
.aws-search-result .aws_result_title {
  font-size: 16px;
  color: #70958b;
}

li.aws_result_item.aws_search_more a {
  font-size: 14px;
  color: #70958b;
}
span.aws_result_price > span.woocommerce-Price-amount.amount,
.aws_result_price ins span.woocommerce-Price-amount.amount {
  display: block !important;
  font-size: 1.6rem;
  font-family: 'Avenir Medium';
  font-weight: 600;
  color: #70958b;
  text-transform: lowercase;
  border: none;
}

main {
  display: block;
}

.footer__menu {
  display: -webkit-box;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: start;
  align-items: flex-start;
}

.footer__menu-item {
  padding: 0 15px 0 0;
}

footer#site-footer {
  background: #2d2d2d;
  color: white;
}

footer#site-footer a {
  color: white;
}

svg.phone-icon,
svg.email-icon,
svg.location-icon {
  fill: white;
  width: 20px;
  height: auto;
}

hr.grey {
  border-top: solid 2px #f8f8f8;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
}

.footer-one__title,
.footer-two__title,
.footer-three__title {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.archive .footer-links.page-template {
  padding-bottom: 7.5rem;
  margin-bottom: -7.5rem;
}

.footer-links.page-template {
  padding-bottom: 7.5rem;
}

main.page-template {
  padding-bottom: 13rem;
}

em,
i,
q,
dfn {
  font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
  font-weight: bolder;
}

big {
  font-size: 1.2em;
}

small {
  font-size: 0.75em;
}

b,
strong {
  font-weight: 700;
}

del {
  color: red;
  text-decoration: overline;
}

ins {
  text-decoration: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #dcd7ca;
  margin: 4rem 0;
}
a {
  color: #70958b;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.footer-four ul.footer-menu__list {
  display: block;
  max-height: 160px;
  overflow: hidden;
}

.see-more {
  display: block;
  padding: 10px 0;
  font-size: 1.4rem;
}

footer#site-footer .see-more a.see-more__link {
  color: #cccccc;
}

span.contacts-icon {
  display: inline-flex;
  padding-right: 15px;
}

.footer-contacts__phones-block {
  display: inline-flex;
  flex-direction: column;
}

.footer-contacts__address-inner {
  display: inline-flex;
  flex-direction: column;
}

.footer-contacts__phones,
.footer-contacts__address {
  display: flex;
  align-items: flex-start;
}

.footer-contacts__email {
  display: flex;
  align-items: center;
}

.footer-contacts__all-contacts > div {
  padding-bottom: 2rem;
  font-size: 14px;
  line-height: 2rem;
}

.footer-contacts__all-contacts {
  display: block;
  min-width: 200px;
  padding: 15px 0;
}

.footer__menu > div {
  padding-right: 10%;
}

.breadcrumbs-footer {
  display: block;
  font-size: 1.4rem;
  width: 100%;
  height: auto;
}

footer#site-footer .breadcrumbs-footer nav.breadcrumb a {
  color: #454545;
}

.breadcrumbs-footer__inner {
  display: flex;
  align-items: center;
  min-height: 9rem;
}

span.nav-delimiter {
  padding: 0 1rem;
}

nav.breadcrumb {
  line-height: 2rem;
}

.woocommerce .recenlty-viewed__img,
.related-products .product-loop__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: white;
  min-height: 18.5rem;
}

.woocommerce ul.product-widget li img,
.related-products > ul > li img {
  display: block;
  width: auto;
  height: auto;
  max-width: 55%;
  max-height: 170px;
}

main.product-page {
  background-color: #ececec;
  padding-bottom: 10%;
}

h2.widget-title {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 3rem;
}

.related-products .sale-block {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 15px;
  left: -10px;
  color: white;
  padding: 5px 10px;
  z-index: 10;
}

.related-products
  > ul
  > li
  .product-loop__price
  del
  span.woocommerce-Price-amount.amount {
  font-size: 1.4rem;
  font-weight: normal;
  font-family: 'Avenir Medium';
  position: relative;
  left: 10px;
}

.related-products del span.woocommerce-Price-amount.amount:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: red;
  display: block;
  bottom: 9px;
}

.related-products .sale-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #eb5757;
  transform: skew(-20deg);
  z-index: -1;
}

a.recently-viewed__link {
  position: relative;
  width: 100%;
  display: block;
}

.related-products ins span.woocommerce-Price-amount.amount,
.related-products del span.woocommerce-Price-amount.amount {
  color: #2d2d2d;
}

.related-products .product-loop__price ins {
  padding: 0;
}

.related-products .product-loop__price {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}

.recently-viewed__title span.product-title,
.related-products > ul > li .product-loop__title span.product-title {
  display: block;
  width: auto;
  padding: 5px 0;
}

.recently-viewed__price span.woocommerce-Price-amount.amount,
.related-products
  > ul
  > li
  .product-loop__price
  span.woocommerce-Price-amount.amount {
  display: inline-block;
  line-height: normal;
  padding: 10px 0 0 0;
  font-weight: 600;
}

.last-viewed {
  padding-top: 18rem;
  padding-bottom: 9rem;
}

.related-products {
  position: relative;
  top: 10rem;
  padding-top: 9rem;
}

.last-viewed,
.related-products {
  display: block;
}

.footer-items {
  background: #e0e0e0;
  position: relative;
  margin: 0;
}

.footer-links {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0;
  z-index: 10;
}

.link-to-main,
.link-to-cart {
  display: flex;
  align-items: center;
  position: relative;
  height: 10rem;
  width: 40%;
  left: 0;
  bottom: 5rem;
  background: white;
}

a.link {
  padding: 40px;
}

.link-to-main {
  justify-content: flex-end;
}

.link-to-cart {
  justify-content: flex-start;
}

a.link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 40px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #343434;
}

.link__inner {
  display: flex;
  width: 450px;
}

span.link-arrow {
  display: flex;
  position: relative;
  align-items: center;
  width: 130px;
  height: 30px;
}

span.link-arrow.left-arrow:after {
  display: inline-block;
  position: absolute;
  left: 10px;
  content: '';
  width: 110px;
  height: 2px;
  background: #70958b;
}

svg.arrow-back-big,
svg.arrow-next-big {
  display: inline-block;
  width: 28px;
  fill: #70958b;
}

span.link-arrow.right-arrow:before {
  display: inline-block;
  position: absolute;
  right: 10px;
  content: '';
  width: 110px;
  height: 2px;
  background: #70958b;
}

span.link-arrow.right-arrow {
  justify-content: flex-end;
}

.container-flex,
.main__inner.container-flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 120rem;
  align-items: flex-start;
  border: none;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.category-page .container-flex,
.category-page .main__inner.container-flex {
  max-width: 95%;
}

.no-display {
  display: none;
}


    .file-upload {
        padding: 5px;
        position: relative;
        border: 2px solid #70958b;
    }

    .file-label {
        display: flex;
       
        background: none;
        position: absolute;
        cursor: pointer;
        border-radius: 6px;
        display: flex;
        width: 100%;
        height: 100%;
    }

    .file-label input {
        display: none;
    }

    .file-name {

        font-size: 14px;
    }

    .file-hint {
        font-size: 12px;
        color: #888;
    }

    /* MODAL */
   .modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    justify-content: center;
    align-items: center;
}

.modal.active {
    display: flex;
    z-index: 9999;
}

.modal-content {
    background: #fff;
    padding: 30px;
   
    position: relative;
    width: 550px;
    text-align: center;
}

    .error {
        color: red;
    }





    .modal-close {
        position: absolute;
        right: 15px;
        top: 10px;
        cursor: pointer;
        font-size: 40px;
        color: #70958b;
    }

    .order-number {
        font-size: 26px;
        font-weight: bold;
        margin-top: 10px;
        color: #70958b;
    }
    .woocommerce-product-details__short-description li {
      padding: 3px 0;
    }
    .single-product__summary  .btn-offer{
      margin-bottom: 20px;
    }

    .proiz_grid {
      margin: 20px auto !important;
    }
    .proiz_card img {
      width: 100%;
      height: 323px;
      object-fit: cover;
    }
    .proiz_card .caption-base-two {
      font-weight: 700;
      font-size: 16px;
      padding: 5px 0;
      text-align: center;
    }
    .header-block {
     
      height: 15rem;
    }


.catalog-slider .slick-prev,
.catalog-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: none;


}

.catalog-slider .slick-prev {
    left: 0px;
}

.catalog-slider .slick-next {
    right: 0px;
}

.catalog-slider .slick-prev,
.catalog-slider .slick-next {
    font-size: 0; /* убирает текст */
}

.catalog-slider .slick-prev::before,
.catalog-slider .slick-next::before {
        content: "";
        width: 25px;
        height: 25px;
        display: flex;
        background-size: 25px;
        background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.catalog-slider .slick-prev::before {
  position: relative;
background-image: url("data:image/svg+xml,%3Csvg height='76px' width='76px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve' fill='%2370958b' stroke='%2370958b' transform='matrix(1, 0, 0, 1, 0, 0)'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpolygon style='fill:%2370958b;' points='261.1,256 384.51,10.199 250.901,10.199 127.49,256 250.901,501.801 384.51,501.801 '%3E%3C/polygon%3E%3Cg%3E%3Cpath style='fill:%2370958b;' d='M384.51,512h-133.61c-3.857,0-7.384-2.176-9.115-5.623l-123.41-245.801 c-1.446-2.879-1.446-6.274,0-9.154L241.786,5.622C243.516,2.177,247.043,0,250.901,0h133.61c3.538,0,6.822,1.834,8.681,4.845 c1.858,3.011,2.021,6.769,0.434,9.931L272.512,256l121.112,241.224c1.588,3.163,1.424,6.92-0.434,9.931 C391.331,510.166,388.048,512,384.51,512z M257.192,491.602h110.785L251.986,260.576c-1.446-2.879-1.446-6.274,0-9.154 L367.977,20.398H257.192L138.902,256L257.192,491.602z'%3E%3C/path%3E%3Cpath style='fill:%2370958b;' d='M249.889,430.745c-3.736,0-7.332-2.06-9.123-5.626l-3.241-6.456 c-2.527-5.034-0.494-11.163,4.54-13.691c5.036-2.528,11.163-0.493,13.691,4.54l3.241,6.456c2.527,5.034,0.494,11.163-4.54,13.691 C252.988,430.396,251.427,430.745,249.889,430.745z'%3E%3C/path%3E%3Cpath style='fill:%2370958b;' d='M230.26,391.65c-3.735,0-7.332-2.059-9.122-5.625l-62.985-125.449 c-2.528-5.034-0.496-11.164,4.538-13.691c5.038-2.529,11.165-0.496,13.691,4.538l62.985,125.449 c2.528,5.034,0.496,11.164-4.538,13.691C233.36,391.301,231.798,391.65,230.26,391.65z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.catalog-slider .slick-next::before {
position: relative;
background-image: url("data:image/svg+xml,%3Csvg height='76px' width='76px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve' fill='%2370958b' stroke='%2370958b' transform='matrix(-1, 0, 0, 1, 0, 0)'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpolygon style='fill:%2370958b;' points='261.1,256 384.51,10.199 250.901,10.199 127.49,256 250.901,501.801 384.51,501.801 '%3E%3C/polygon%3E%3Cg%3E%3Cpath style='fill:%2370958b;' d='M384.51,512h-133.61c-3.857,0-7.384-2.176-9.115-5.623l-123.41-245.801 c-1.446-2.879-1.446-6.274,0-9.154L241.786,5.622C243.516,2.177,247.043,0,250.901,0h133.61c3.538,0,6.822,1.834,8.681,4.845 c1.858,3.011,2.021,6.769,0.434,9.931L272.512,256l121.112,241.224c1.588,3.163,1.424,6.92-0.434,9.931 C391.331,510.166,388.048,512,384.51,512z M257.192,491.602h110.785L251.986,260.576c-1.446-2.879-1.446-6.274,0-9.154 L367.977,20.398H257.192L138.902,256L257.192,491.602z'%3E%3C/path%3E%3Cpath style='fill:%2370958b;' d='M249.889,430.745c-3.736,0-7.332-2.06-9.123-5.626l-3.241-6.456 c-2.527-5.034-0.494-11.163,4.54-13.691c5.036-2.528,11.163-0.493,13.691,4.54l3.241,6.456c2.527,5.034,0.494,11.163-4.54,13.691 C252.988,430.396,251.427,430.745,249.889,430.745z'%3E%3C/path%3E%3Cpath style='fill:%2370958b;' d='M230.26,391.65c-3.735,0-7.332-2.059-9.122-5.625l-62.985-125.449 c-2.528-5.034-0.496-11.164,4.538-13.691c5.038-2.529,11.165-0.496,13.691,4.538l62.985,125.449 c2.528,5.034,0.496,11.164-4.538,13.691C233.36,391.301,231.798,391.65,230.26,391.65z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
right: -8px;
}
.post-45 .entry-content ul {
  padding-left: 15px;
}
@media screen and (max-width: 1600px) {

  .category-row-5 {
  width: calc(100% / 4);

}

}
@media screen and (max-width: 1300px) {

  .category-row-5 {
  width: calc(100% / 3);

}

}

@media screen and (max-width: 1023px) {
  .header__inner.full-container {
    display: none;
  }
 .proiz_card img {
      width: 280px;
      height: 220px;

    }
  .container-flex,
  .main__inner.container-flex,
  .container {
    padding: 0 10rem;
    margin: 0;
  }

  .main-slider__inner.container {
    padding: 0 10px;
  }

  h1,
  .h1-size,
  h1.base-style,
  .pay-block h1.base-style,
  .ship-cards h1.base-style,
.header-block h1.base-style,
  .h1-base-style {
    font-size: 2rem;
    line-height: 1.3;
  }
  .archive .related-products {
    position: relative;
    top: 0rem;
    padding-top: 6rem;
  }
  .woocommerce ul.product-widget li img,
  .related-products > ul > li img {
    max-width: 90%;
    max-height: 140px;
  }

  .h2-size,
  h2.base-style,
  .h2-base-style,
  .recommend-products__first-product ins span.woocommerce-Price-amount.amount {
    font-style: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
  }

  .footer__menu {
    flex-direction: column;
  }

  .row-items-20 {
    width: calc(100% + 1.5rem);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
    margin-left: -1.5rem;
    list-style: none;
  }
  .category-row-4 {
    width: calc(100% / 2);
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .breadcrumbs-footer,
  .footer-links {
    display: none;
  }

  main.page-template {
    padding-bottom: 0rem;
  }

  h2.widget-title {
    font-size: 2.4rem;
  }
  .last-viewed {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .row-items-30 {
    width: calc(100% + 1.5rem);
    margin-left: -1.5rem;
  }
  .row-4 {
    width: calc(100% / 2);
    padding-left: 1.5rem;
    padding-bottom: 2rem;
  }
  .row-5 {
    width: calc(100% / 2);
    padding-left: 1.5rem;
    padding-bottom: 2rem;
  }
  .service-item .product-item__thumbnail {
    height: 135px;
  }
  .button-base-style {
    font-size: 1.4rem;
  }
  .mobile-menu__top-items {
    height: 0;
  }
  section.left-sidebar {
    display: none;
  }
  .mobile-menu__top-logo img {
    max-width: 50px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 850px) {
  .container-flex,
  .main__inner.container-flex,
  .container {
    padding: 0 5rem;
    margin: 0;
  }
  .footer__inner  {
    padding-bottom: 10rem;
  }
   .mobile-menu-bottom {
  transition: transform 0.35s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
   }
  .mobile-menu-bottom.menu-hidden {
  transform: translateY(200%);
}
  .mobile-menu-bottom.menu-visible {
  transform: translateY(0);
}
.footer .social-block__logo img {
  margin-right: 10px;
  width: 50px;
}
.related-products .row-items-30 {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    margin: auto;
    justify-content: stretch;
    align-items: stretch;
}
.wishlist-link {
   margin: 0 0 0 auto;
   cursor: pointer;

}
.wishlist-link::before {
content: "\e908";
  display: inline-block;
  font-family: tinvwl-webfont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  vertical-align: sub;
  margin-right: 5px;
  color: #70958b;
  fill:#70958b;
}

}

@media screen and (max-width: 550px) {

  body::-webkit-scrollbar {
    width: 0;
  }
  .category-row-5 {
  width: calc(100% / 2);
  padding: 0;
  padding-bottom: 0rem;

}

  span.bottom-message__close {
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -0.5rem;
    top: -1.5rem;
  }

  .container-flex,
  .main__inner.container-flex,
  .container {
    padding: 0 15px;
    margin: 0;
  }
  h1,
  .h1-size,
  h1.base-style,
  .pay-block h1.base-style,
  .ship-cards h1.base-style,
.header-block h1.base-style,
  .h1-base-style {
    font-size: 2rem;
    line-height: 1.3;
  }
  .archive .related-products {
    position: relative;
    top: 0rem;
    padding-top: 6rem;
  }
  .woocommerce ul.product-widget li img,
  .related-products > ul > li img {
    max-width: 90%;
    max-height: 140px;
  }

  .h2-size,
  h2.base-style,
  .h2-base-style,
  .recommend-products__first-product ins span.woocommerce-Price-amount.amount {
    font-style: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
  }

  .footer__menu {
    flex-direction: column;
  }


  .proiz_grid .row-items-20 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: auto;
   
  }
  .proiz_card .caption-base-two {
    padding: 10px 0;
  }
   .proiz_grid  .category-row-3 {
    padding: 0;
    background: #fff;
    border-radius: 5px;
   }
 .proiz_grid .row-items-20  .proiz_card img {
  height: 130px;
  display: flex;
  padding: 3px;
  border-radius: 10px;
 }
   .proiz_card img,
  .proiz_grid .category-row-3 {
width: 100%;
  }
  .category-row-4,
  .category-row-3 {
    width: calc(100% / 2);
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .breadcrumbs-footer,
  .footer-links {
    display: none;
  }

  main.page-template {
    padding-bottom: 0rem;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
  h2.widget-title {
    font-size: 2.4rem;
  }
  .last-viewed {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .row-items-30 {
    width: calc(100% + 1.5rem);
    margin-left: -1.5rem;
  }
  .row-4 {
    width: calc(100% / 2);
    padding-left: 1.5rem;
    padding-bottom: 2rem;
  }
  .row-5 {
    width: calc(100% / 2);
    padding-left: 1.5rem;
    padding-bottom: 2rem;
  }
  .service-item .product-item__thumbnail {
    height: 135px;
  }
  .button-base-style {
    font-size: 1.4rem;
  }
  .mobile-menu__top-items {
    height: 0;
  }
  section.left-sidebar {
    display: none;
  }
#contact-form {
  width: 100%;
}
.category-page .container-flex, .category-page .main__inner.container-flex {
  max-width: 100%;
}

body {
  height: 100vmax;
}
.page-template-default .header-block .page-breadcrumbs {
  display: none;
}
.page-id-1732  .header-block {
    max-height: 8rem;

  }
  .page-id-1732 .entry-content h2 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  }
  .related-products .row-items-30 {
 display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    margin: auto;
}
.mobile-menu-bottom.active.focus {
  z-index: 1;
  
}
.mobile-menu-bottom.active.focus .mobile-menu-bottom__wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.services .header-block .page-breadcrumbs {
  display: none;
}
}

body.compensate-for-scrollbar {
overflow-y: auto !important;
}
.fancybox-active {
  height: 97vh !important;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: grab !important;
}

.product-colors__image {
  display: none;
}