/*
Theme Name: Easy Storefront
Author: ceylonthemes
Author URI: https://www.ceylonthemes.com/
Theme URI: https://www.ceylonthemes.com/product/wordpress-storefront-theme
Version: 1.1.6
Requires PHP: 5.6
Tested up to: 5.7
Template: new-york-business
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: Easy Storefront is a responsive and fully customizable template with tons of features. The theme can be used to develop business, WooCommerce or Easy Digital download shopping cart - store front, portfolio and others web sites. The Flexibility and Theme Options such as WooCommerce integration, Product Slider, Product Grid, Header & footer Customization, typography features provided in theme will amaze you. Looking for a Feature rich Store front theme? Look no further! See the demo, The only theme you will ever need: https://wordpress.org/themes/easy-storefront/ For more information about Easy Storefront please go to https://www.ceylonthemes.com/product/wordpress-storefront-theme
Text Domain: easy-storefront
Tags: blog, e-commerce, theme-options, portfolio, one-column, two-columns,left-sidebar, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
@charset "UTF-8";

@font-face {
  font-family: MyriadPro;
  src: url(./assets/fonts/MyriadPro/MyriadPro-Regular.woff);
  font-weight: normal;
}

@font-face {
  font-family: MyriadPro;
  src: url(./assets/fonts/MyriadPro/MyriadPro-Semibold.woff);
  font-weight: bold;
}

@font-face {
  font-family: Minion;
  src: url(./assets/fonts/MinionVariableConcept/MinionVariableConcept.otf);
  font-weight: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: inherit;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav,
section {
  display: block;
}

:root {
  --main-bg: #6aa3b7;
  --main-bg-opacity: rgba(106, 163, 183, 0.7);
  --main-color: #ffffff;
  --menu-color: #1b6987;
}

body,
html {
  height: 100%;
  min-width: 320px;
  font-family: MyriadPro;
  font-weight: normal;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
  font-family: MyriadPro;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
body {
  color: var(--main-color);
  font-size: 20px;
  line-height: 200%;
  background-color: #8899b3cb;
  position: relative;
}
body._lock {
  overflow: hidden;
}
.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
._container {
  max-width: 1170px;
  margin: 0 auto;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0;
}
.btn._fw {
  width: 100%;
}
.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__value:before {
  content: '';
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url(../img/icons/select.svg) center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0 5px 0;
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0;
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}
input[type='email'],
input[type='tel'],
input[type='text'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0 20px;
}
textarea.input {
  resize: none;
  padding: 0 0;
}
.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url(../img/icons/check.svg) center no-repeat;
}
.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}
.checkbox__text:before {
  content: '';
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 14px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}
.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}
.options__text:before {
  content: '';
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 14px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: '';
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}
.rating-block {
  display: table;
  font-size: 0;
}
.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating.edit .star {
  cursor: pointer;
}
.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url(../img/icons/bg_rating.svg) 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}
.rating__activeline {
  position: absolute;
  width: 0;
  height: 14px;
  top: 0;
  left: 0;
  background: url(../img/icons/bg_rating_active.svg) 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}
.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}
.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::after,
.quantity__button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 0 0 -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.quantity__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.row:after {
  display: block;
  content: '';
  clear: both;
}
.rub:after {
  content: '₽';
}
ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0 0 0 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}
.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.table {
  display: table;
  font-size: 0;
  width: 100%;
}
.trow {
  display: table-row;
}
.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}
._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.video embed,
.video iframe,
.video object,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videobg embed,
.videobg iframe,
.videobg object,
.videobg video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
.moretext {
  overflow: hidden;
}
.moretext__more {
  cursor: pointer;
}
.moretext__more span {
  font-style: normal;
}
.moretext__more span:first-child {
  display: block;
}
.moretext__more span:last-child {
  display: none;
}
.moretext__more.active span {
  font-style: normal;
}
.moretext__more.active span:first-child {
  display: none;
}
.moretext__more.active span:last-child {
  display: block;
}
#map {
  background: url(../img/icons/loading.gif) center/50px no-repeat;
}
._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
.slick-slider {
  position: relative;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slider .slick-slide {
  position: relative;
}
.tab__item {
  display: none;
}
.tab__item.active {
  display: block;
}
._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}
.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.nicescroll-rails {
  z-index: 1000 !important;
}
.gm-style-iw-t {
  opacity: 0;
}
.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}
.baloon button {
  display: none !important;
}
.baloon:after {
  display: none !important;
}
.baloon-style {
  display: none;
}
.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0 !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}
.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}
.baloon-content.gm-style-iw:after {
  display: none !important;
}
.baloon-close {
  top: 18px !important;
}
._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.popup__body {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 30;
  background: url(../img/icons/close.svg) 0 0 no-repeat;
}

.header {
  background: var(--main-bg);
  top: 0;
  position: fixed;
  width: 100%;
}

#header_support {
  font-size: 1rem;
  white-space: normal;
  text-align: center;
}

.header #gtranslate_wrapper {
  white-space: nowrap;
  margin-left: 15px;
}

.header #gtranslate_wrapper a {
  color: var(--main-color);
}

.header #gtranslate_wrapper a:hover {
  color: var(--menu-color);
}

.header #gtranslate_wrapper a:hover:before {
  color: var(--main-color);
}

.header #gtranslate_wrapper a:not(:first-child):before {
  content: ' | ';
}

.header #gtranslate_wrapper a:hover:before {
  color: var(--main-color);
}

.header__navigation--link:hover #header_support {
  color: var(--main-color);
}

.header_phone--link {
  display: block;
  width: 100%;
}

.search-field {
  position: relative;
}

.search-submit-btn {
  position: absolute;
  right: 0;
  background: transparent;
  width: 22px;
  height: 22px;
}

.search-submit-btn:hover {
  background: transparent;
}

.search-submit-btn svg path {
  transition: 0.3s;
  fill: var(--main-bg);
}

.search-wrap {
  width: 100%;
  background: #fff;
}

.search-submit-btn:hover svg path {
  fill: var(--main-bg-opacity);
}
.site-main.search {
  width: 100%;
}

.site-main.search .type-product img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  background: #fff;
}

.site-main.search .entry-container {
  display: flex;
  justify-content: center;
}

.search .entry-container {
  padding: 0;
}

.site-main.search .entry-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 991px) {
  .header {
    z-index: 30;
    transition: 0.4s;
  }
  .header + * {
    margin-top: 100px;
  }

  .header.sticky * {
    transition: 0.4s;
    height: 30px;
  }

  .sticky {
    padding: 0px 4px 8px 6px;
    box-shadow: 0 0 15px 7px var(--main-color);
  }

  .header.sticky img {
    height: 80px;
    width: 88px;
    background: var(--main-bg);
    transform: translateY(-12px);
    border-radius: 0 0 15% 15%;
    padding: 0 4px;
  }

  .header.sticky img {
    height: 80px;
    width: 88px;
    background: var(--main-bg);
    transform: translateY(-12px);
    border-radius: 0 0 15% 15%;
    padding: 0 4px;
  }

  .header.sticky .header__navigation {
    width: 90%;
    justify-content: space-between;
  }

  .header.sticky .header__phone {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-left: 0;
  }

  .header.sticky .search-form {
    margin: 4px 16px 0 0;
  }

  .header.sticky .search-submit-btn {
    right: 6px;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__burger {
  display: none;
  cursor: pointer;
}
.header__burger div {
  width: 30px;
  height: 3px;
  margin: 5px;
  background: var(--main-color);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.header__burger.active .line1 {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
  -ms-transform: rotate(45deg) translate(5px, 6px);
  transform: rotate(45deg) translate(5px, 6px);
}
.header__burger.active .line2 {
  opacity: 0;
}
.header__burger.active .line3 {
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
  -ms-transform: rotate(-45deg) translate(5px, -6px);
  transform: rotate(-45deg) translate(5px, -6px);
}
.header__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header__logo img {
  width: 100px;
  height: 100px;
}
.header__navigation {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__navigation--link {
  color: var(--main-color);
  margin-left: 15px;
  transition: color 0.3s ease;
  white-space: nowrap;
}
a.header__navigation--link:hover {
  color: var(--menu-color);
}
.header__navigation.active {
  right: 0;
  width: 100%;
}

.header__navigation.active a:last-child {
  margin-top: 30%;
}

@-webkit-keyframes navLinksFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) translateX(50px);
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes navLinksFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) translateX(50px);
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
.footer {
  background: var(--main-bg);
}
.footer__copyright {
  border-top: 2px solid var(--main-color);
  color: var(--main-color);
  opacity: 0.3;
  margin-top: 20px;
  font-size: 1.4rem;
  padding-left: 12px;
}
.company {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.company__info span {
  display: block;
}
.company__logo {
  margin: 30px;
  display: flex;
  align-items: center;
}
.company__logo img {
  height: 130px;
}
.company__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.company__contacts a {
  color: var(--main-color);
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.product-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: url(./assets/img/product_page_bg_25_opacity.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}
.products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.term-description {
  margin-top: 120px;
}

.term-description,
.woocommerce-result-count {
  color: var(--menu-color);
}

.products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-cats {
  width: 25%;
}

.categories {
  position: relative;
  -webkit-transition: height ease 0.5s;
  -o-transition: height ease 0.5s;
  transition: height ease 0.5s;
}
.categories__items {
  margin: 20px 20px 0 0;
  background: var(--main-bg-opacity);
  border-radius: 2px;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  -o-transition: transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}
.categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(191, 207, 250, 0.4);
  padding: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.categories__item:hover {
  text-shadow: 1px 2px 1px #000;
}
.categories__item:last-child {
  border: none;
}
.product-item {
  width: 30%;
  min-height: 300px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid var(--main-bg-opacity);
  border-radius: 2px;
  text-shadow: 2px 2px 4px #000;
}
.product-item picture,
.product-item__img {
  width: 100%;
}
.product-item__img {
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 51, 82, 0.5)), to(#bfcffa));
  background: -o-linear-gradient(rgba(31, 51, 82, 0.5), #bfcffa);
  background: linear-gradient(rgba(31, 51, 82, 0.5), #bfcffa);
}
.product-item__title {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  text-align: center;
}
.product-item__price {
  display: block;
  text-align: center;
}
.product-item__button {
  width: 80%;
  display: inline-block;
  padding: 0.5em 3em;
  border: 0.16em solid var(--main-color);
  text-decoration: none;
  text-transform: uppercase;
  color: var(--main-color);
  text-align: center;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  background-color: var(--main-bg-opacity);
}
.product-item__button:hover {
  background-color: var(--main-color);
  border-color: var(--main-bg-opacity);
  color: var(--main-bg-opacity);
}
.product-item__button:active {
  background-color: var(--main-bg-opacity);
  border-color: #bbb;
  color: #bbb;
}
.page__button {
  width: 30px;
  border-radius: 2px;
}

.woocommerce-pagination {
  padding-top: 100px;
}

.woocommerce-pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px;
}
.page-numbers li {
  margin: 5px;
  border: 2px solid var(--main-bg);
  border-radius: 50%;
  background-color: transparent;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.page-numbers li > a,
.page-numbers li > span {
  font: inherit;
  color: var(--main-bg);
}

.page-numbers li:hover {
  background-color: var(--main-bg-opacity);
}
.news {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: url(./assets/img/product_page_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}
.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
}

.news__title {
  margin: 60px 0;
  font-size: 2.5rem;
  color: #000;
}

.news__copy {
  text-align: right;
  margin-bottom: 250px;
}

.news__copy a {
  font-size: 2rem !important;
}

.news__content iframe {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: relative;
}

.news-wrapper {
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
  margin-bottom: 30px;
  height: 1200px;
  overflow-y: scroll;
}

.news-wrapper::-webkit-scrollbar {
  width: 1em;
}

.news-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.news-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--main-bg-opacity);
  outline: 1px solid slategrey;
}

.news-item {
  background-color: rgb(27 51 60 / 70%);
  margin-bottom: 10px;
}

.news-title {
  font-size: 24px;
  color: var(--main-color);
  padding: 12px;
  text-align: center;
  border-bottom: 3px double var(--main-color);
}

.news-img {
  margin: 0px 6px 4px 0px;
  padding-right: 10px;
  width: 20%;
  height: 200px;
  object-fit: cover;
}

.news-content {
  max-height: 200px;
  padding: 10px;
  overflow-y: hidden;
  font-size: 16px;
  line-height: 1.5;
  transition: max-height 0.5s;
}

.news-content.full-news {
  transition: max-height 0.5s;
  max-height: 100%;
}

.news-button {
  margin-bottom: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 30px;
}

.news-button:hover {
  opacity: 0.7;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.nav-links .page-numbers {
  transition: all 0.15s;
  width: 32px;
  height: 32px;
  line-height: 1.4;
  font: 1.1rem 'MyriadPro' !important;
  border-radius: 50%;
  color: var(--main-bg-opacity);
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  border: 2px solid var(--main-bg-opacity);
}

.nav-links .page-numbers:hover {
  color: var(--main-color);
  background-color: var(--main-bg-opacity);
}

.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
  color: transparent;
  position: relative;
}

.nav-links .page-numbers.prev::before {
  position: absolute;
  content: '←';
  color: var(--main-bg-opacity);
}

.nav-links .page-numbers.next::before {
  position: absolute;
  content: '→';
  color: var(--main-bg-opacity);
}

.page-numbers.current {
  cursor: default;
  color: var(--main-color);
  height: 32px;
  line-height: 1;
  border-radius: 50%;
  background: var(--main-bg-opacity) !important;
}

.contacts {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: url(./assets/img/contact_page_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}
.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__address {
  background: var(--main-bg-opacity);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border: 3px solid var(--main-color);
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  padding: 30px;
}
.contacts__address a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__address a,
.contacts__address h3 {
  width: 80%;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contacts__address a:hover {
  color: var(--main-bg-opacity);
  text-shadow: 2px 2px 2px var(--main-color);
}
.contacts__location {
  margin-top: 100px;
}
.contacts .form {
  position: relative;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 50px auto 100px auto;
}
.contacts .form__title {
  font-size: 1.5rem;
  text-align: center;
  color: var(--main-color);
  text-shadow: 1px 1px 2px #000, 0 0 1em var(--main-bg), 0 0 0.2em var(--main-color);
}
.contacts .form input::-webkit-input-placeholder,
.contacts .form textarea::-webkit-input-placeholder {
  color: var(--main-color);
  font-size: 0.875em;
}
.contacts .form input::-moz-placeholder,
.contacts .form textarea::-moz-placeholder {
  color: var(--main-color);
  font-size: 0.875em;
}
.contacts .form input:-ms-input-placeholder,
.contacts .form textarea:-ms-input-placeholder {
  color: var(--main-color);
  font-size: 0.875em;
}
.contacts .form input::-ms-input-placeholder,
.contacts .form textarea::-ms-input-placeholder {
  color: var(--main-color);
  font-size: 0.875em;
}
.contacts .form input::placeholder,
.contacts .form textarea::placeholder {
  color: var(--main-color);
  font-size: 0.875em;
}
.contacts .form input:focus::-webkit-input-placeholder {
  color: var(--main-bg-opacity);
}
.contacts .form input:focus::-moz-placeholder {
  color: var(--main-bg-opacity);
}
.contacts .form input:focus:-ms-input-placeholder {
  color: var(--main-bg-opacity);
}
.contacts .form input:focus::-ms-input-placeholder {
  color: var(--main-bg-opacity);
}
.contacts .form input:focus::placeholder,
.contacts .form textarea::focus:placeholder {
  color: var(--main-bg-opacity);
}
.contacts .form input:hover::-webkit-input-placeholder,
.contacts .form textarea:hover::-webkit-input-placeholder {
  color: var(--main-bg-opacity);
  font-size: 0.875em;
}
.contacts .form input:hover::-moz-placeholder,
.contacts .form textarea:hover::-moz-placeholder {
  color: var(--main-bg-opacity);
  font-size: 0.875em;
}
.contacts .form input:hover:-ms-input-placeholder,
.contacts .form textarea:hover:-ms-input-placeholder {
  color: var(--main-bg-opacity);
  font-size: 0.875em;
}
.contacts .form input:hover::-ms-input-placeholder,
.contacts .form textarea:hover::-ms-input-placeholder {
  color: var(--main-bg-opacity);
  font-size: 0.875em;
}
.contacts .form input:hover::placeholder,
.contacts .form textarea:hover::placeholder {
  color: var(--main-bg-opacity);
  font-size: 0.875em;
}
.contacts .form input:hover:focus::-webkit-input-placeholder,
.contacts .form textarea:hover:focus::-webkit-input-placeholder {
  color: var(--main-bg-opacity);
}
.contacts .form input:hover:focus::-moz-placeholder,
.contacts .form textarea:hover:focus::-moz-placeholder {
  color: var(--main-bg-opacity);
}
.contacts .form input:hover:focus:-ms-input-placeholder,
.contacts .form textarea:hover:focus:-ms-input-placeholder {
  color: var(--main-bg-opacity);
}
.contacts .form input:hover:focus::-ms-input-placeholder,
.contacts .form textarea:hover:focus::-ms-input-placeholder {
  color: var(--main-bg-opacity);
}
.contacts .form input:hover:focus::placeholder,
.contacts .form textarea:hover:focus::placeholder {
  color: var(--main-bg-opacity);
}
.contacts .form input:hover::-webkit-input-placeholder,
.contacts .form textarea:hover::-webkit-input-placeholder {
  color: var(--main-bg-opacity);
  font-size: 0.875em;
}
.contacts .form input:hover::-moz-placeholder,
.contacts .form textarea:hover::-moz-placeholder {
  color: var(--main-bg-opacity);
  font-size: 0.875em;
}
.contacts .form input:hover:-ms-input-placeholder,
.contacts .form textarea:hover:-ms-input-placeholder {
  color: var(--main-bg-opacity);
  font-size: 0.875em;
}
.contacts .form input:hover::-ms-input-placeholder,
.contacts .form textarea:hover::-ms-input-placeholder {
  color: var(--main-bg-opacity);
  font-size: 0.875em;
}
.contacts .form input:hover::placeholder,
.contacts .form textarea:hover::placeholder {
  color: var(--main-bg-opacity);
  font-size: 0.875em;
}
.contacts .form input {
  font-size: 0.875em;
  width: 100% !important;
  height: 50px;
  padding: 0 15px 0 15px;
  background: var(--main-bg-opacity);
  outline: 0;
  color: var(--main-color);
  border: solid 1px #b3aca7;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contacts .form input:hover {
  background: var(--main-color);
  color: var(--main-bg-opacity);
}
.contacts .form textarea {
  width: 100%;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: var(--main-bg-opacity);
  outline: 0;
  color: var(--main-color);
  font-size: 0.875em;
  resize: none;
  border: solid 1px var(--main-color);
  transition: all 0.3s ease-in-out;
}
.contacts .form textarea:hover {
  background: var(--main-color);
  color: #e2dedb;
}

#submit {
  width: 80%;
  padding: 0;
  margin: -5px 0 0 0;
  font-size: 0.875em;
  color: #b3aca7;
  outline: 0;
  cursor: pointer;
  border: solid 1px #b3aca7;
  border-top: none;
}
#submit:hover {
  color: #e2dedb;
}
.location {
  width: 100%;
}
.location__map {
  width: 100vw;
  display: flex;
}

.location__map iframe {
  width: 50%;
  min-height: 50vw;
}
.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: url(./assets/img/home_page_bg.webp);
  background-repeat: no-repeat;
  min-height: 1000px;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  cursor: default;
}
.page__title {
  text-align: center;
  font-family: minion;
  font-size: 37px;
  color: var(--main-color);
  margin: 70px 0 42px 0;
  background-color: var(--main-bg-opacity);
  width: 100%;
  padding: 24px 0;
}

.page__title--text {
  font-family: MyriadPro;
  font-weight: normal;
  letter-spacing: 0.6px;
}

.page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}
.page__info--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 200px;
  background-color: var(--main-bg-opacity);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 174px;
}

.page__info--data {
  font-size: 2.3rem;
  height: 40%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 50px;
}
.page__info--title {
  display: block;
  font-size: 1.4rem;
  line-height: 1.9rem;
  height: 40%;
  padding: 0px 20px;
  text-align: center;
}

.page__info--item:last-child .page__info--title {
  font-size: 1.3rem;
}

.breadcrumb {
  width: 100%;
  min-height: 80px;
  font-size: 1.1rem;
}
.breadcrumb a {
  color: inherit;
  font-size: 1rem;
}
.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .location__map.second_location {
    flex-direction: column;
    width: 100%;
  }
  .second_location iframe {
    width: 100vw;
  }
}

.location__title {
  font-size: 28px;
  margin-bottom: 30px;
  background-color: var(--main-bg-opacity);
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: var(--main-color);
}
.location__map iframe {
  border: 10px solid var(--main-bg-opacity);
}

/*location tabs*/

.location__tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  width: 100vw;
  overflow: hidden;
}

.location__tabs button:focus,
.location__tabs input:focus,
.location__tabs textarea:focus,
.location__tabs select:focus {
  outline: none;
}

.location__tabs iframe {
  width: 100vw;
}

.location__tabs [class^='location__tab'] label,
.location__tabs [class*=' location__tab'] label {
  color: var(--main-color);
  background: var(--main-bg-opacity);
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1em;
  padding: 2rem 0;
  text-align: center;
}
.location__tabs [class^='location__tab'] [type='radio'],
.location__tabs [class*=' location__tab'] [type='radio'] {
  border-bottom: 2px solid var(--main-bg-opacity);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.location__tabs [class^='location__tab'] [type='radio']:hover,
.location__tabs [class^='location__tab'] [type='radio']:focus,
.location__tabs [class*=' location__tab'] [type='radio']:hover,
.location__tabs [class*=' location__tab'] [type='radio']:focus {
  border-bottom: 2px solid var(--main-bg);
}
.location__tabs [class^='location__tab'] [type='radio']:checked,
.location__tabs [class*=' location__tab'] [type='radio']:checked {
  border-bottom: 4px solid var(--main-bg);
}
.location__tabs [class^='location__tab'] [type='radio']:checked + div,
.location__tabs [class*=' location__tab'] [type='radio']:checked + div {
  opacity: 1;
}
.location__tabs [class^='location__tab'] [type='radio'] + div,
.location__tabs [class*=' location__tab'] [type='radio'] + div {
  display: block;
  opacity: 0;
  padding: 2rem 0;
  width: 90%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.location__tabs .location__tab-2 {
  width: 50%;
}
.location__tabs .location__tab-2 [type='radio'] + div {
  width: 200%;
  margin-left: 200%;
}
.location__tabs .location__tab-2 [type='radio']:checked + div {
  margin-left: 0;
}
.location__tabs .location__tab-2:last-child [type='radio'] + div {
  margin-left: 100%;
}
.location__tabs .location__tab-2:last-child [type='radio']:checked + div {
  margin-left: -100%;
}

/**/

.overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 44;
}
body.active {
  overflow: hidden;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 920px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.notfound .notfound-404 {
  position: absolute;
  height: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.notfound .notfound-404 h1 {
  color: #ececec;
  font-weight: 900;
  font-size: 276px;
  margin: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound h2 {
  font-size: 46px;
  color: var(--main-color);
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px;
  text-shadow: 2px 2px 4px #000;
}

.notfound p {
  font-size: 26px;
  color: var(--main-color);
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
  text-shadow: 2px 2px 4px #000;
}

.notfound a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(31, 51, 82, 0.8);
  display: inline-block;
  padding: 16px 38px;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  background-color: #fff;
  border-color: var(--main-color);
  color: #189cf0;
}

.viz {
  opacity: 1;
  transition: 1s;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::after,
  .quantity__button:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .site-main {
    display: flex;
    flex-direction: column;
  }
}

.product-category img {
  display: none;
}

.woocommerce-ordering {
  display: none;
}

.products img {
  width: 184px;
  height: 228px;
  background: #fff;
  object-fit: contain;
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
}

.products::last-child {
  display: flex;
  order: 1;
  justify-content: center;
}

.woocommerce-products-header {
  display: none;
}

.woocommerce-breadcrumb {
  margin: 0;
  color: var(--menu-color);
}

.woocommerce-breadcrumb a {
  color: #bfcffa !important;
}

.product-category {
  display: block;
  width: 100%;
  height: 30px;
}

.type-product {
  background: var(--main-bg);
  overflow: hidden;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 3px solid var(--main-bg);
  margin-bottom: 20px;
}

.type-product:hover {
  outline: 1px solid var(--main-color);
}

.woocommerce-loop-product__title,
.search-title {
  font-size: 0.85rem;
  color: var(--main-color);
  max-width: 184px;
  margin-top: 10px;
}

.woocommerce-loop-category__title {
  /* display: block; */
  color: #bfcffa !important;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease;
}

.product-category.woocommerce-loop-category__title h2 {
  width: 10px;
}

.woocommerce-loop-category__title:hover {
  background: var(--main-bg-opacity);
}

.woocommerce-loop-category__title .count {
  display: none;
  color: var(--main-color);
  position: absolute;
  background: none;
  left: 0px;
}

.site-main {
  margin: 50px auto;
}

.posted_in a {
  color: var(--main-color);
}

.woocommerce-result-count {
  text-align: right;
}

.price,
.search-price {
  font-size: 0.85rem;
  color: var(--main-color);
}

.price::before {
  content: 'Ціна: ';
}

.onsale {
  background: #ff0000;
  position: absolute;
  right: -5px;
  top: -5px;
  color: var(--main-color);
  font-size: 1rem;
  width: 50px;
  border-radius: 45% 0% 45% 50%;
}

.entry-summary .onsale {
  top: 20px;
  z-index: 1;
}

.entry-summary .price {
  font-size: 1rem;
}

.price ins {
  color: #ff0000;
}

.addtocartbutton,
.news-button,
.to-product {
  margin: 8px auto;
  min-width: 60%;
  display: inline-block;
  border: 2px solid var(--main-color);
  text-decoration: none;
  text-transform: uppercase;
  color: var(--main-color);
  text-align: center;
  transition: all 0.15s;
  height: 32px;
  line-height: 1.4;
  font-size: 1.1rem;
  background: transparent;
}
.addtocartbutton:hover,
.to-product:hover {
  background-color: var(--main-color);
  border-color: var(--main-bg-opacity);
  color: var(--main-bg-opacity);
}
.addtocartbutton:active {
  background-color: var(--main-bg-opacity);
  border-color: #bbb;
  color: #bbb;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-product-gallery {
  width: 100%;
  display: flex;
  justify-content: center;
}

.woocommerce-product-gallery__wrapper img {
  width: 100%;
}

.page-title,
.widget-title {
  display: none;
}

.cart {
  display: none;
}

.cat-item,
.cat-item a {
  cursor: pointer;
  font-size: 1.2rem;
  color: var(--menu-color);
}
.cat-parent {
  position: relative;
}

.cat-parent::after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
}

.cat-parent > .children {
  visibility: hidden;
  height: 0;
  width: 0;
  opacity: 0;
  transform: translateX(-100%);
  transition: visibility 0s, opacity 0.5s linear, transform 0.4s;
}

.cat-parent.children-open > .children {
  visibility: visible;
  height: auto;
  width: auto;
  opacity: 1;
  transform: translateX(0);
}

.cat-parent.children-open::after {
  content: '-';
}

.products-row .site-main {
  width: 100%;
}

.full-product-page {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: none;
  color: var(--menu-color);
}

.full-product-info {
  display: flex;
  padding-top: 50px;
  margin-top: 20px;
}

.full-product-info-text {
  text-align: left;
  margin-left: 20px;
}

.product-categories {
  font-weight: 700;
}

.full-product-model,
.full-product-categories {
  text-align: left;
  padding-left: 40%;
  color: var(--menu-color);
}
.full-product-categories a {
  color: var(--menu-color);
}

.entry-summary {
  flex: 1 0 25%;
  position: relative;
}

/* .woocommerce-product-gallery__wrapper {
  width: 100%;
} */

.tabs.wc-tabs {
  display: none;
}

.entry-summary-img-wrapper {
}

.entry-summary img {
  border: 3px solid var(--main-bg-opacity);
}

.entry-summary .price {
  color: var(--menu-color);
}

.entry-summary .addtocartbutton {
  border: 3px solid var(--main-bg-opacity);
  color: var(--main-bg);
}

.entry-summary .addtocartbutton:hover {
  border: 3px solid var(--main-bg);
}

.wc-tabs-wrapper {
  flex: 1 0 60%;
}

.related.products {
  display: none;
}

/* search-form */

.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__phone {
  line-height: 1.6rem;
}

.header__phone a {
  color: var(--main-color);
}

.search-form input {
  width: 100%;
}

.search-form input::placeholder {
  padding-left: 0.5em;
}
/* form */

.order-form {
  padding: 30px;
  border: 2px solid var(--main-bg);
  width: 1px;
  height: 1px;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  position: fixed;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 12%;
  z-index: 99999;
}

.order-form-title {
  color: var(--main-bg);
  padding-left: 10px;
  font-size: 1.3rem;
  margin-bottom: 34px;
}

.order-form-close-btn {
  position: absolute;
  top: -4px;
  right: 10px;
  cursor: pointer;
  color: var(--menu-color);
  transform: rotate(90deg);
}

.order-form.form-active {
  width: 452px;
  height: auto;
  visibility: visible;
}

.order-placeholder {
  height: 36px;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-placeholder input,
.order-placeholder label {
  height: 36px;
  position: absolute;
  color: var(--menu-color);
  top: 0;
}
.order-placeholder input {
  background: rgba(0, 0, 0, 0);
  padding-left: 3px;
  width: 92%;
  border: 1px solid var(--menu-color);
  font-size: 0.7rem;
  padding-left: 12px;
  padding-top: 8px;
  /* transform: translateY(4px); */
}
.order-placeholder input:focus {
  background: #ffffff;
}
.order-placeinput {
  left: 22px;
  font-size: 0.7rem;
  line-height: 26px;
  z-index: -1;
}
.order-placeholder-red {
  color: #ff0000;
}

.order-message,
.order-message > input {
  height: 84px;
}

#product-model {
  overflow: hidden;
}

.order-checkbox-wrap {
  /* width: 100%; */
  margin-left: 12px;
}

.order-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}

.order-checkbox-label > span {
  margin-left: 12px;
  color: var(--main-bg);
}

.order-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 0.75rem;
  cursor: pointer;
}

.order-checkbox + label::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  width: 14px;
  height: 14px;
  border: 1px solid var(--main-bg);
  border-radius: 2px;
  background: var(--main-bg);
}

.order-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

.order-checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.order-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.order-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}

.order-checkbox:checked + label::before {
  border-color: var(--main-bg);
  background-color: var(--main-bg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

.order-form-button {
  width: 100px;
  height: 36px;
  margin-left: 12px;
  background: var(--main-bg);
  color: var(--main-color);
}

#jcont {
  bottom: 20px !important;
  right: 0 !important;
}

#jvlabelWrap {
  right: 0 !important;
}

.product_title.entry-title,
.posted_in {
  display: none;
}

/* #jivo_close_button > jdiv {
  position: absolute !important;
  right: 24px !important;
  top: 4px !important;
  z-index: 6 !important;
} */

.site-main.search {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.search .type-product {
  width: 190px;
  min-height: 340px;
}

.search .type-product a {
  font-size: 1rem;
}

.search .entry-title {
  line-height: 1;
}

.search .to-product {
  padding: 3px 10px;
  transition: 0.3s;
}

@media only screen and (max-width: 555px) {
  .notfound .notfound-404 h1 {
    font-size: 162px;
  }
  .notfound h2 {
    font-size: 26px;
  }
  .products-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .floateleft {
    width: 100%;
  }

  .order-form.form-active {
    width: 80vw;
  }

  .order-checkbox-label > span {
    line-height: 1;
  }

  .full-product-info {
    flex-direction: column;
  }

  .full-product-model,
  .full-product-categories {
    padding-left: 0;
    text-align: center;
  }

  .full-product-info-text {
    margin-top: 40px;
  }
}

@media (max-width: 404px) {
  .products {
    justify-content: center;
  }
  .news-img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header__phone {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    max-width: 229px;
    text-align: center;
  }
  .select__option:hover {
    background: #d9d9d9;
  }
  .checkbox a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1182px) {
  ._container {
    max-width: 970px;
  }
  .news__content {
    width: 76%;
  }
  .products-block {
    width: 100%;
  }

  .products-block li {
    width: 100%;
  }
}
@media screen and (max-width: 1182px) {
  .header__navigation {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
  .select__title {
    font-size: 18px;
  }
  .select__options {
    font-size: 18px;
  }
  .products {
    /* padding-top: 100px; */
    display: flex;
  }
  .products__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-item {
    width: 40%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news {
    padding-top: 100px;
  }
  .news__content {
    width: 66%;
  }
  .contacts {
    padding-top: 160px;
  }
  .contacts__address {
    width: 100%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .header__burger {
    display: block;
    position: relative;
    top: 20px;
  }
  .header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
  .header__navigation {
    position: absolute;
    top: 125px;
    right: -100%;
    width: 50%;
    background: var(--main-bg-opacity);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 70px);
    -webkit-transition: right 0.5s ease-in;
    -o-transition: right 0.5s ease-in;
    transition: right 0.5s ease-in;
  }
  .header__navigation a {
    text-align: center;
    opacity: 0;
  }
  .header {
    height: 60px;
  }

  .header img {
    height: 60px;
    width: 60px;
  }
  .header__navigation {
    top: 60px;
  }

  .woocommerce-breadcrumb {
    margin-top: 70px;
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }

  .site-main.search {
    margin-top: 100px;
  }

  .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .company__info {
    text-align: center;
  }
  .company__contacts {
    text-align: center;
  }
  .products__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .categories {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 40;
    width: 1px;
    height: 1px;
  }
  .categories__title {
    position: fixed;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    background: var(--main-bg-opacity);
    padding: 0 10px;
    top: 250px;
    left: -40px;
    cursor: pointer;
  }
  .categories__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--main-bg-opacity);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: relative;
  }
  .categories__items.active {
    position: fixed;
    top: 50px;
    left: 50px;
    padding: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 80%;
  }

  .products__page {
    padding-top: 200px;
  }
  .products__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85%;
  }
  .product-item {
    width: 45%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .news__content {
    width: 100%;
  }
  .contacts__address {
    padding: 5px;
  }
  .location__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150%;
  }

  .site-main {
    display: flex !important;
    flex-direction: column;
  }

  .categories-navigation {
    text-align: center;
  }
  .categories-navigation li {
    display: flex;
    justify-content: center;
  }
  .site-main.search {
    justify-content: space-between;
  }
}
@media (max-width: 479.98px) {
  .products__items {
    width: 70%;
  }

  .product-item {
    width: 100%;
  }
  .page-changer__btn {
    font-size: 0.6rem;
    padding: auto 5px;
  }
  .prev__button {
    text-align: right;
    padding-right: 10px;
  }
  .next__button {
    padding-left: 10px;
    text-align: left;
  }
  .contacts__address a,
  .contacts__address h3 {
    width: 100%;
  }

  .site-main.search {
    justify-content: center;
  }
}

.slider {
  width: 100vw;
  background-color: #fff;
  margin-bottom: 80px;
}

.slider__title {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  line-height: 2.2rem;
  padding: 20px;
  text-align: center;
}

.sp-button {
  border-color: var(--main-bg);
}

.sp-button.sp-selected-button {
  background-color: var(--main-bg);
}

.partners {
  display: none;
  width: 100vw;
  background-color: #fff;
  margin: 120px 0;
}

.partners__images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.partners__images > img {
  width: 180px;
  height: 140px;
  object-fit: contain;
}

@media (min-width: 479.98px) {
  .slider {
    display: none;
  }

  .partners {
    display: block;
  }
}

/* ============= || LOADER || =========== */

.loading {
  position: fixed;
  z-index: 9999999999999999;
  height: 0;
  width: 0;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-bg);
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;

  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg), translate(1em);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg), translate(1em);
  }
}
