* {
  font-family: Montserrat, sans-serif;
  font-display: swap;
  font-weight: 400
}

i {
  font-style: unset
}

input[type=button] textarea, input[type=submit], input[type=text] {
  -webkit-appearance: none !important
}

body, html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  --webkit-overflow-scrolling: touch
}

body.overhidden {
  overflow: hidden
}

body {
  margin: 0;
  background: #fa3663
}

#button-up {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  opacity: .75;
  z-index: 3;
  top: 128px;
  right: 30px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  border-radius: 25px;
  cursor: pointer
}

#button-up span {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1e
}

#button-up:hover {
  opacity: 1
}

.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  display: block;
  background: #f3f3f3
}

.loader .l_main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 172px;
  height: 128px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.l_square {
  position: relative
}

.l_square:nth-child(1) {
  margin-left: 0
}

.l_square:nth-child(2) {
  margin-left: 44px
}

.l_square:nth-child(3) {
  margin-left: 88px
}

.l_square:nth-child(4) {
  margin-left: 132px
}

.l_square span {
  position: absolute;
  top: 0;
  left: 20px;
  height: 36px;
  width: 36px;
  border-radius: 2px;
  background-color: #ffcf4c
}

.l_square span:nth-child(1) {
  top: 0
}

.l_square span:nth-child(2) {
  top: 44px
}

.l_square span:nth-child(3) {
  top: 88px
}

.l_square:nth-child(1) span {
  -webkit-animation: animsquare1 2s infinite ease-in;
  animation: animsquare1 2s infinite ease-in
}

.l_square:nth-child(2) span {
  -webkit-animation: animsquare2 2s infinite ease-in;
  animation: animsquare2 2s infinite ease-in
}

.l_square:nth-child(3) span {
  -webkit-animation: animsquare3 2s infinite ease-in;
  animation: animsquare3 2s infinite ease-in
}

.l_square:nth-child(4) span {
  -webkit-animation: animsquare4 2s infinite ease-in;
  animation: animsquare4 2s infinite ease-in
}

.l_square span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.l_square span:nth-child(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}

.l_square span:nth-child(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

@-webkit-keyframes animsquare1 {
  0%, 100%, 5%, 95% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  30%, 70% {
    -webkit-transform: translate(-40px, 0) rotate(-90deg);
    transform: translate(-40px, 0) rotate(-90deg)
  }
}

@keyframes animsquare1 {
  0%, 100%, 5%, 95% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  30%, 70% {
    -webkit-transform: translate(-40px, 0) rotate(-90deg);
    transform: translate(-40px, 0) rotate(-90deg)
  }
}

@-webkit-keyframes animsquare2 {
  0%, 10%, 100%, 90% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  35%, 65% {
    -webkit-transform: translate(-40px, 0) rotate(-90deg);
    transform: translate(-40px, 0) rotate(-90deg)
  }
}

@keyframes animsquare2 {
  0%, 10%, 100%, 90% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  35%, 65% {
    -webkit-transform: translate(-40px, 0) rotate(-90deg);
    transform: translate(-40px, 0) rotate(-90deg)
  }
}

@-webkit-keyframes animsquare3 {
  0%, 100%, 15%, 85% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  40%, 60% {
    -webkit-transform: translate(-40px, 0) rotate(-90deg);
    transform: translate(-40px, 0) rotate(-90deg)
  }
}

@keyframes animsquare3 {
  0%, 100%, 15%, 85% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  40%, 60% {
    -webkit-transform: translate(-40px, 0) rotate(-90deg);
    transform: translate(-40px, 0) rotate(-90deg)
  }
}

@-webkit-keyframes animsquare4 {
  0%, 100%, 20%, 80% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  45%, 55% {
    -webkit-transform: translate(-40px, 0) rotate(-90deg);
    transform: translate(-40px, 0) rotate(-90deg)
  }
}

@keyframes animsquare4 {
  0%, 100%, 20%, 80% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  45%, 55% {
    -webkit-transform: translate(-40px, 0) rotate(-90deg);
    transform: translate(-40px, 0) rotate(-90deg)
  }
}

button {
  color: #1e1e1e
}

body {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 15px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  overflow-x: visible;
  overflow-y: visible
}

html {
  margin-top: 0 !important
}

.product-total {
  width: 100px
}

.text-align__center {
  text-align: center;
  width: 100%
}

.hidden {
  display: none
}

body {
  background: #f3f3f3
}

header.site-header::-webkit-scrollbar {
  width: 0
}

header.site-header {
  -ms-overflow-style: none
}

header.site-header {
  overflow: -moz-scrollbars-none
}

header.site-header {
  height: auto;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 3
}

textarea {
  resize: none
}

.site-content {
  margin-top: 8px
}

.entry-header {
  box-shadow: none
}

.main-baner {
  width: 100%;
  height: auto;
  background: url(../img/bg-main-baner.jpg);
  background-size: cover;
  background-position: center
}

.main-baner>ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 95%;
  max-width: 1152px;
  margin: 0 auto
}

.main-baner>ul>li {
  width: 50%;
  padding: 30px 0
}

.main-baner a, .main-baner h1, .main-baner span {
  color: #fff
}

.main-baner h1 {
  font-size: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: left
}

.main-baner a {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 8px 0;
  width: 240px;
  border-radius: 5px;
  color: #1e1e1e;
  background: rgba(255, 207, 76, .8);
  box-shadow: 0 2px 15px rgba(255, 207, 76, .8)
}

.main-baner a:hover {
  color: #fff;
  background: rgba(255, 207, 76, .9);
  box-shadow: 0 2px 7px rgba(255, 207, 76, .8)
}

.arrow-right {
  display: inline-block;
  width: 21px;
  height: 12px;
  margin-top: -1px;
  margin-left: 10px;
  background: url(../img/arrow-right.png) no-repeat;
  background-size: 100%
}

.main-baner a:hover span.arrow-right {
  background: url(../img/arrow-right-hover.png) no-repeat
}

.main-baner>ul>li>ul>li {
  margin: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center
}

.main-baner>ul>li>ul>li>img {
  display: inline-block;
  width: 50px;
  height: 40px;
  object-fit: contain
}

.main-baner>ul>li>ul>li>span {
  padding-left: 10px;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px
}

@media only screen and (max-width:992px) {
  .main-baner>ul {
    padding: 30px;
    height: auto;
    display: block
  }

  .main-baner>ul>li {
    padding: 20px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%
  }

  .main-baner h1 {
    text-align: center;
    line-height: 50px
  }
}

.adaptive-menu-btn {
  display: none
}

.adaptive-menu-btn>span {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

.c-hamburger {
  display: none
}

.or {
  color: #1e1e1e;
  font-size: 13px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400
}

#wrapper, #wrapper-footer, .header-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1152px
}

.header-title {
  font-size: 12px;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400
}

#top-header>div>a {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #fff
}

#top-header>div>a:hover {
  color: #ffcf4c
}

#wrapper {
  z-index: 0
}

#top-header {
  width: 100%;
  height: 30px;
  background: #1e1e1e;
  color: #fff;
  display: block
}

#top-header>.header-wrapper {
  width: 95%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto
}

.block-left, .block-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center
}

#top-header>.header-wrapper>.block-right>p {
  font-size: 12px
}

.phone-numbers-header li {
  display: inline-block
}

.phone-numbers-header li a {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #fff
}

.phone-numbers-header li a:hover {
  color: #ffcf4c
}

#top-header>div>a:nth-child(4) {
  margin-left: 5px
}

.call-back {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center
}

.call-back:hover {
  cursor: pointer
}

.call-back span {
  display: inline-block;
  color: #48db4e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px
}

.call-icon {
  background: url(../img/phone-icon.png);
  background-size: 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px
}

#top-header .trp-language-switcher {
  margin: 0
}

#top-header .trp-language-switcher>div {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #1e1e1e
}

#top-header .trp-language-switcher>div>a {
  padding-bottom: 0
}

#top-header .trp-language-switcher a {
  border: none;
  background: 0 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600
}

#top-header .trp-language-switcher a:hover {
  color: #ffcf4c
}

#top-header .trp-language-switcher .trp-ls-shortcode-language {
  display: block
}

#top-header .trp-language-switcher {
  margin: 0
}

#top-header .trp-language-switcher>div {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #1e1e1e
}

#top-header .trp-language-switcher>div>a {
  padding-bottom: 0
}

#top-header .trp-language-switcher a {
  border: none;
  background: 0 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600
}

#top-header .trp-language-switcher a:hover {
  color: #ffcf4c
}

#top-header .trp-language-switcher .trp-ls-shortcode-language {
  display: block
}

#top-header .trp-language-switcher {
  margin: 0
}

#top-header .trp-language-switcher>div {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #1e1e1e
}

#top-header .trp-language-switcher>div>a {
  padding-bottom: 0
}

#top-header .trp-language-switcher a {
  border: none;
  background: 0 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600
}

#top-header .trp-language-switcher a:hover {
  color: #ffcf4c
}

#top-header .trp-language-switcher .trp-ls-shortcode-language {
  display: block
}

#top-header .trp-language-switcher {
  margin: 0
}

#top-header .trp-language-switcher>div {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #1e1e1e
}

#top-header .trp-language-switcher>div>a {
  padding-bottom: 0
}

#top-header .trp-language-switcher a {
  border: none;
  background: 0 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600
}

#top-header .trp-language-switcher a:hover {
  color: #ffcf4c
}

#top-header .trp-language-switcher .trp-ls-shortcode-language {
  display: block
}

#top-header .trp-language-switcher {
  margin: 0
}

#top-header .trp-language-switcher>div {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #1e1e1e
}

#top-header .trp-language-switcher>div>a {
  padding-bottom: 0
}

#top-header .trp-language-switcher a {
  border: none;
  background: 0 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600
}

#top-header .trp-language-switcher a:hover {
  color: #ffcf4c
}

#top-header .trp-language-switcher .trp-ls-shortcode-language {
  display: block
}

#top-header .trp-language-switcher {
  margin: 0
}

#top-header .trp-language-switcher>div {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #1e1e1e
}

#top-header .trp-language-switcher>div>a {
  padding-bottom: 0
}

#top-header .trp-language-switcher a {
  border: none;
  background: 0 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600
}

#top-header .trp-language-switcher a:hover {
  color: #ffcf4c
}

#top-header .trp-language-switcher .trp-ls-shortcode-language {
  display: block
}

#top-header .trp-language-switcher {
  margin: 0
}

#top-header .trp-language-switcher>div {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #1e1e1e
}

#top-header .trp-language-switcher>div>a {
  padding-bottom: 0
}

#top-header .trp-language-switcher a {
  border: none;
  background: 0 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600
}

#top-header .trp-language-switcher a:hover {
  color: #ffcf4c
}

#top-header .trp-language-switcher .trp-ls-shortcode-language {
  display: block
}

.call-back, .lang-trigger, .phone-numbers-header {
  align-content: flex-end;
  margin-right: 5px
}

.lang-trigger .active {
  display: block
}

.lang-trigger button {
  display: none;
  border: none;
  background: 0 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600
}

.lang-trigger button:hover {
  color: #ffcf4c
}

.phone-numbers-header li {
  margin-left: 20px
}

.phone-numbers-header li:first-child {
  margin-left: 0
}

.arrow {
  background: url(../img/arrow-white.png);
  width: 9px;
  height: 5px;
  margin-bottom: 1px
}

.information-link {
  cursor: default
}

.arrow-white {
  background: url(../img/arrow-white.png) !important;
  transform: rotate(0)
}

.arrow-yellow {
  background: url(../img/arrow-yellow.png) !important;
  transform: rotate(-180deg)
}

#bottom-header {
  width: 100%;
  height: auto;
  background: #ffcf4c;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-flow: column;
  display: flex;
  justify-content: center;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

#bottom-header>.header-wrapper {
  width: 95%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

nav#site-navigation li {
  position: relative
}

nav#site-navigation li:hover>a {
  width: 100%;
  background: #ffd970
}

.nav-btn-clicked {
  background: rgba(34, 34, 34, .07)
}

#menu-katalog .sub-menu>li a {
  color: rgba(0, 0, 0, .61)
}

#menu-katalog .sub-menu .sub-menu>li a {
  color: rgba(0, 0, 0, .38)
}

nav#site-navigation li a .arrow {
  display: inline-block;
  margin-left: 5px;
  background: url(../img/arrow-black.png) no-repeat
}

@media only screen and (max-width:992px) {
  nav#site-navigation {
    display: none
  }

  nav#site-navigation {
    order: 1;
    width: 100%
  }

  ul.menu {
    flex-flow: column
  }

  nav#site-navigation li {
    display: block
  }

  .arrow-transform {
    transform: rotate(-180deg) !important
  }

  .category-information {
    width: 100% !important;
    margin-left: 0 !important
  }
}

.logo {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 78px;
  width: 100px
}

.arrow-transform {
  transform: rotate(-180deg)
}

.logo:hover {
  background: #ffdd81
}

.logo img {
  height: 78px;
  width: 100%;
  object-fit: contain;
  padding: 10px
}

.right-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 78px;
  width: 100px
}

.busket::before, .header-search-btn::before {
  content: '';
  display: none;
  background: #1e1e1e;
  width: 1px;
  height: 40px;
  margin-left: -25px;
  position: absolute
}

.busket, .header-search-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 35px;
  justify-content: space-around;
  align-items: center;
  width: 35px;
  cursor: pointer
}

.header-search-btn span {
  border: 1px solid rgba(255, 255, 255, .05);
  background: url(../img/search-black.png) no-repeat;
  background-size: 50%;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 3px;
  background-position: center;
  width: 20px;
  height: 20px;
  padding: 20px
}

.busket .basket-btn__label {
  border: 1px solid rgba(255, 255, 255, .05);
  background: url(../img/busket-black.png) no-repeat;
  background-size: 50%;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 3px;
  background-position: center;
  width: 24px;
  height: 20px;
  padding: 20px;
  font-size: 0
}

.header-search-btn:hover span {
  background-color: rgba(255, 255, 255, .65);
  box-shadow: 0 0 10px rgba(255, 255, 255, .5)
}

.busket:hover .basket-btn__label {
  background-color: rgba(255, 255, 255, .65);
  box-shadow: 0 0 10px rgba(255, 255, 255, .5)
}

.busket .basket-btn__counter {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
  font-weight: 500;
  right: -8px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, .75);
  backdrop-filter: blur(10px);
  color: #333;
  font-size: 12px;
  border-radius: 2px
}

.adaptive-menu {
  display: none
}

.slick-slider-sales .price, .slick-slider-sales .price-title {
  padding: 0 5px
}

#wrapper>main>div>button.slick-next.slick-arrow, #wrapper>main>div>button.slick-prev.slick-arrow {
  z-index: 1
}

#wrapper>main>div>button.slick-prev.slick-arrow::before {
  font-size: 40px;
  margin-left: 30px
}

#wrapper>main>div>button.slick-next.slick-arrow::before {
  font-size: 40px
}

.slick-slider .slick-next {
  right: 25px
}

.slick-list {
  border-radius: 5px
}

.slick-dots li.slick-active button:before {
  color: #ffcf4c !important
}

.slick-dots li button:before {
  font-size: 15px !important;
  width: 16px !important;
  height: 16px !important;
  color: #ffcf4c !important
}

.slick-dots {
  bottom: 10px !important
}

.slick-slider {
  box-shadow: inset 0 0 20px #fff;
  border-radius: 5px;
  margin: 20px auto 0 auto;
  width: 95%;
  height: 400px
}

.block1 {
  background: url(../img/slider1.png) no-repeat
}

.block2 {
  background: url(../img/slider2.JPG) no-repeat
}

.slider-block {
  box-shadow: inset 0 0 200px #000;
  width: 1152px;
  height: 400px !important;
  background-size: cover
}

.slider-h-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  box-sizing: content-box;
  padding: 0 60px;
  margin: 30px auto 20px
}

.slider-block p {
  max-height: 174px;
  font-size: 13px;
  text-align: justify;
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  margin: 20px 60px;
  padding: 10px 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .4)
}

.slider-h-block h2 {
  border-radius: 10px;
  background: rgba(255, 207, 76, .92);
  padding: 5px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .4)
}

.more-button {
  position: absolute;
  display: block;
  height: 40px;
  width: 200px;
  bottom: 50px;
  left: 50%;
  margin-left: -100px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .4)
}

.more-button a {
  border: 1px solid rgba(255, 255, 255, .5);
  line-height: 40px;
  display: block;
  width: 100%;
  height: 100%;
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  background: rgba(255, 207, 76, .92)
}

.more-button a:hover {
  background: #ffcf4c
}

.main-title {
  width: auto !important;
  display: flex;
  margin: 20px auto;
  justify-content: center;
  height: 35px
}

.main-title__link {
  position: absolute;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #1e1e1e
}

.main-title__link::before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50%;
  background: #ffcf4c;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: .95
}

.main-title__link:hover::before {
  width: 100%
}

.main-title__link:hover {
  color: #ffcf4c
}

.main-title__link::after {
  content: '';
  background: url(../img/arrow-right-black.png) no-repeat;
  background-size: 100%;
  height: 16px;
  width: 16px;
  position: absolute;
  display: block;
  right: -25px;
  top: 10px;
  transition: .3s
}

.main-title__link:hover::after {
  content: '';
  background: url(../img/arrow-right-yellow.png) no-repeat;
  background-size: 100%;
  height: 16px;
  width: 16px;
  position: absolute;
  display: block;
  right: -28px;
  top: 10px
}

.products {
  margin: 20px -10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.category-item {
  position: relative;
  padding: 10px;
  flex-direction: column;
  margin: 0 10px 20px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #ffcf4c;
  width: calc(33.3% - 20px);
  height: 250px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

@media only screen and (max-width:1100px) {
  .category-item {
    width: calc(50% - 20px)
  }
}

@media only screen and (max-width:560px) {
  .category-item {
    width: 100%
  }
}

.category-item .category-item__title {
  display: block;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 16px 0
}

picture {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.category-item .category-item__link {
  display: block;
  background: #fefefe;
  position: relative;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .1em;
  bottom: 0;
  padding: 10px 0 10px 20px;
  text-transform: uppercase;
  text-align: center;
  color: #1e1e1e
}

.category-item .category-item__link::before {
  content: '';
  background: url(../img/arrow-right-black.png) no-repeat;
  background-size: 100% !important;
  height: 16px;
  width: 16px;
  position: absolute;
  display: block;
  left: 10px;
  top: 12px;
  transition: left .2s, background .2s
}

.category-item .category-item__link:hover {
  color: #ffcf4c;
  padding-left: 25px
}

.category-item .category-item__link:hover::before {
  background: url(../img/arrow-right-yellow.png) no-repeat;
  left: 15px
}

.category-item__img-container {
  position: relative;
  padding-bottom: 61.8%
}

.category-item__img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain
}

.sales-title {
  position: relative;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #ff4c4c;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fff
}

.slick-slider-sales li {
  width: 220px;
  height: 340px
}

.sales-title a {
  font-size: 14px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  right: 20px;
  padding: 2px;
  border-bottom: 0 solid #fff
}

.sales-title a::before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: .9
}

.sales-title a:hover::before {
  width: 100%
}

.slick-slider-sales li {
  background: #fefefe;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  width: 220px;
  height: auto;
  margin: 10px 5px
}

.good-link img {
  display: block;
  object-fit: contain
}

.good-link>p {
  display: flex;
  align-items: center;
  word-wrap: break-word;
  width: calc(100% - 10px);
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  margin: 5px;
  transition: .3s;
  padding: .618rem;
  border-bottom: .5px solid #ddd;
  border-top: .5px solid #ddd
}

.good-link>p:hover {
  color: #ffcf4c
}

.price-title {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.price {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.price-title p {
  font-size: 11px;
  font-family: Montserrat, sans-serif;
  font-weight: 400
}

.last-price, .last-price-title {
  color: #7c7777
}

.new-price, .new-price-title {
  color: #ff4c4c
}

.last-price, .last-price span {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: line-through
}

.new-price, .new-price span {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

.buy-btn {
  background: #ffcf4c;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none
}

.price-and-btn form.cart .input-text {
  order: 1
}

.buy-btn span {
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #1e1e1e
}

.buy-btn:hover span {
  color: #fefefe
}

.buy-btn span:nth-child(2) {
  margin-left: 20px
}

.buy-btn span:nth-child(2)::before {
  content: '';
  position: absolute;
  display: inline-block;
  background: url('../img/busket-black(1).png') no-repeat;
  transition: .2s;
  background-size: 100%;
  width: 14px;
  height: 14px;
  margin-left: -20px;
  margin-top: 5px
}

.buy-btn:hover span:nth-child(2)::before {
  content: '';
  display: inline-block;
  background: url('../img/busket-white(1).png') no-repeat;
  opacity: 1;
  background-size: 100%;
  width: 14px;
  height: 14px
}

.slick-slider-sales {
  display: inline-flex;
  height: 418px;
  box-shadow: none;
  width: 1152px;
  margin-top: 0 !important;
  margin: 0 auto
}

.slick-slide img {
  width: 278px;
  height: 278px;
  object-fit: cover
}

.slick-prev {
  left: 10px !important;
  z-index: 2;
  position: absolute
}

.slick-next {
  right: 10px !important;
  z-index: 2;
  position: absolute
}

.slick-prev {
  background: url(../img/slider-arrow-left-yellow.svg) no-repeat !important
}

.slick-next {
  background: url(../img/slider-arrow-right-yellow.svg) no-repeat !important
}

.slick-next, .slick-prev {
  background-size: 40% !important;
  background-position: center !important;
  background-color: rgba(255, 255, 255, .8) !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .2) !important;
  border-radius: 20px !important;
  width: 40px !important;
  height: 40px !important
}

.slick-prev:hover {
  background: url(../img/slider-arrow-left-yellow.svg) no-repeat !important
}

.slick-next:hover {
  background: url(../img/slider-arrow-right-yellow.svg) no-repeat !important
}

.slick-next:hover, .slick-prev:hover {
  background-size: 40% !important;
  background-position: center !important;
  background-color: #fff !important;
  box-shadow: 0 1px 7px rgba(0, 0, 0, .4) !important
}

.slick-next:before, .slick-prev:before {
  display: none !important
}

.mini-blog-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1152px;
  margin: 0 auto
}

.mini-blog-block li {
  position: relative;
  height: 200px;
  width: calc(50% - 20px);
  margin: 10px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, .15)
}

.mini-blog-block li:hover .shadow-blog-mask {
  background: rgba(0, 0, 0, .15)
}

.mini-blog-block li:hover h2 {
  background: rgba(255, 255, 255, .9)
}

.mini-blog-block li img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.shadow-blog-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, .25)
}

.mini-blog-block li h2 {
  position: absolute;
  z-index: 1;
  padding: 10px;
  width: 100%;
  background: rgba(255, 255, 255, .75);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  top: 0;
  margin: 0
}

.mini-blog-block .more-button {
  position: absolute;
  z-index: 1;
  bottom: 20px
}

.about-us-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  justify-content: space-around;
  width: 100%;
  margin-top: 50px;
  flex-wrap: wrap
}

.about-us-block .about-us-photo, .about-us-block .about-us-text {
  width: calc(50% - 10px)
}

.about-us-photo img {
  object-fit: cover;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, .3);
}

.about-us-text .button {
  display: block;
  bottom: 20px;
  width: auto !important;
  text-align: center
}

.about-us-text-and-photo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: 100%
}

.about-us-photo picture:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%
}

.about-us-photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.about-us-text {
  position: relative;
  color: #1e1e1e;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 1px 7px rgba(0, 0, 0, .15);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: justify;
  height: unset
}

.about-us-text h3 {
  text-align: center;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400
}

.about-us-text p {
  margin: 3px 0;
  text-indent: 20px
}

.about-us-text ul {
  margin-top: 3px;
  margin-left: 40px;
  list-style-type: disc
}

.about-us-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px
}

.about-us-icon>li {
  margin: 15px;
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.about-us-icon>li:hover {
  background: #fff
}

.about-us-icon>li>div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px auto 10px auto;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: relative;
  margin-top: 30px
}

.about-us-icon li p, .about-us-icon li strong {
  display: block;
  text-align: center
}

.about-us-icon li p {
  width: 66%;
  margin: 0 auto
}

.about-us-icon li p span {
  font-size: 12px
}

.about-us-icon>li>div>img {
  object-fit: contain;
  width: 90px;
  height: 90px
}

#menu-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: wrap
}

#menu-footer>li {
  width: 50%
}

footer {
  margin-top: 30px;
  background: #1e1e1e;
  padding: 10px 0 15px 0
}

footer>#wrapper-footer>div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

footer>#wrapper-footer>div>div {
  width: 48%
}

footer>#wrapper-footer>div>div>h3 {
  text-align: center;
  width: 100%;
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin: 10px 0;
  color: #fff
}

#wrapper-footer {
  font-size: 14px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400
}

#wrapper-footer p {
  text-align: center;
  width: 100%
}

#wrapper-footer a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

#wrapper-footer a:hover {
  color: #ffcf4c
}

.footer-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.footer-menu li {
  width: 40%
}

.bottom-footer {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  border-top: .5px solid rgba(255, 207, 76, .8);
  padding-top: 10px;
  margin-top: 20px
}

.category-title {
  font-size: 1.971rem;
  text-align: center;
  background: #fff;
  padding: .618em .382em;
  border-bottom: 3px solid #ffcf4c;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  margin-bottom: .382em
}

.price-link {
  display: inline-block;
  text-align: center;
  color: #1e1e1e;
  text-decoration: underline;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  margin: 20px 0 20px 50%;
  transform: translateX(-50%)
}

.price-link:hover {
  color: #ffcf4c
}

main {
  width: calc(100% - 20px);
  max-width: 1366px;
  margin: 0 auto
}

main #wrapper-category {
  width: 95%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.info-icon li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative
}

.left-bar h2 {
  margin: 0
}

.left-bar::-webkit-scrollbar {
  width: 0
}

.left-bar {
  -ms-overflow-style: none
}

.left-bar {
  overflow: -moz-scrollbars-none
}

.left-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  width: 25%;
  position: sticky;
  top: 126px;
  overflow: scroll;
  height: calc(100vh - 148px)
}

.catalog-menu {
  background: #fff;
  width: 100%
}

.catalog-menu li a:hover {
  background: #fff7e1
}

.main-container {
  width: 75%;
  padding-left: 40px
}

.info-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.widget {
  margin: 0
}

.info-icon li {
  padding: 15px;
  width: 30%;
  background: #fefefe
}

.info-icon li p {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
  font-size: 13px;
  color: #1e1e1e;
  text-align: center
}

.baner {
  width: 100%;
  height: 220px
}

.baner a {
  display: block;
  width: 100%;
  height: 100%
}

.baner a img {
  width: 100%;
  height: 220px;
  object-fit: cover
}

.category-pg {
  margin-top: 15px;
  justify-content: flex-start
}

.category-pg li {
  width: 30%;
  margin: 1.5%
}

.category-information, .good-information {
  padding: calc(1.618rem + .382rem) 2.618rem 1.618rem;
  margin-top: 1.618rem;
  background: #fefefe;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
  line-height: 1.4;
  text-align: justify;
  width: 100%
}

.category-information .category-information__paragraph, .good-information .good-information__paragraph {
  font-size: 14px;
  padding: 2px
}

.catalog-menu {
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

.catalog-menu .arrow {
  background: url(../img/arrow-black.png) no-repeat;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 20px;
  background-position: center;
  background-color: #efefef
}

.catalog-menu li a {
  font-size: 13px;
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 50px 15px 10px;
  border-radius: 3px
}

.catalog-menu>li:last-child>a {
  border: none
}

.sub-menu {
  display: none
}

.catalog-menu .children li a {
  padding-left: 20px
}

.catalog-menu .children li ul li a {
  padding-left: 30px
}

.catalog-menu .children li ul li ul li a {
  padding-left: 40px
}

.catalog-menu .children li ul li ul li ul li a {
  padding-left: 50px
}

.catalog-menu .current-menu-item>a {
  color: #ffcf4c !important;
  background: #fff7e1 !important
}

.catalog-menu ul li a .arrow {
  transform: rotate(0)
}

.catalog-menu .current-page-item>a>.arrow, .catalog-menu .nav-btn-clicked>a>.arrow {
  transform: rotate(-180deg)
}

.catalog-menu .sub-menu li a {
  font-size: 12px
}

.left-bar h2 {
  width: 100%;
  background: #ffcf4c;
  display: block;
  padding: 10px 0;
  font-size: 1rem;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin: 0
}

.catalog-menu .sub-menu {
  display: none;
  position: relative
}

.breadcump, .woocommerce-breadcrumb {
  width: 85%;
  margin: 0 auto;
  padding: 10px 0
}

.woocommerce-breadcrumb {
  display: block;
  font-size: 13px;
  color: #777;
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

.woocommerce-breadcrumb>a {
  font-size: 13px;
  color: #777;
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

.woocommerce-breadcrumb a:hover {
  color: #ffcf4c
}

.breadcump a:last-child::after, .woocommerce-breadcrumb a:last-child::after {
  display: none
}

.catalog-menu .chosen-category a {
  color: #ffcf4c;
  border: none
}

.search-form {
  position: relative;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
  margin-top: 10px
}

.search-form input {
  height: 40px;
  margin: 0;
  border: none
}

.search-form input:nth-child(1) {
  width: 100%;
  padding: 10px 15px;
  padding-right: 120px;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #1e1e1e
}

.search-form input:nth-child(2) {
  background: #ff4c4c !important;
  color: #fff !important;
  font-size: 15px !important;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding: 0 40px 0 20px !important;
  margin-top: -40px !important;
  right: 0 !important;
  position: absolute !important;
  -webkit-appearance: none !important;
  bottom: 0
}

.search-form input:nth-child(2):hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
  background: #f66
}

#before[required]+label {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/search-white.png);
  width: 18px;
  height: 18px;
  background-size: 100%;
  margin-left: -30px;
  position: absolute;
  right: 10px;
  margin-top: -29px;
  bottom: 10px
}

.goods-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: wrap;
  margin: 20px -10px 0
}

.goods-list .product, .products .product {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  background: #fff !important;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1) !important;
  margin-bottom: 12px !important;
  padding: 10px !important;
  height: auto !important;
  width: 100% !important
}

.goods-list .product>a, .products .product>a {
  height: 80px
}

.goods-list .product a img, .products .product a img {
  object-fit: contain !important;
  height: 80px !important;
  width: 80px !important;
  border: 1px solid #ccc !important
}

.goods-list .product a.good-name, .products .product a.good-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: left;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #1e1e1e;
  text-overflow: ellipsis;
  margin-top: -5px
}

.goods-list .product a.good-name:hover, .products .product a.good-name:hover {
  color: #ffcf4c
}

.characteristics {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.characteristics>li {
  font-size: 12px;
  color: #1e1e1e;
  width: 48%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: .5px solid rgba(0, 0, 0, .25)
}

.characteristics>li>span:first-child {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: left
}

.characteristics>li>span {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  width: 50%
}

.characteristics>li>span:last-child {
  text-align: right
}

.goods-list .product .calc-val, .products .product .calc-val {
  height: auto
}

.goods-list .product .calc-val input, .products .product .calc-val input {
  width: 27px !important;
  height: 27px !important;
  -webkit-appearance: none !important
}

.goods-list .product .calc-val input[name=quantity], .products .product .calc-val input[name=quantity] {
  height: 26px
}

.name-and-charasteristics {
  width: calc(100% - 360px)
}

.goods-list .product .price-and-btn, .products .product .price-and-btn {
  height: 80px
}

.calc-val {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  width: 27px
}

.calc-val input:nth-child(2) {
  height: 34%;
  background: #e7e7e7;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

.calc-val input {
  border: none;
  text-align: center
}

.wac-qty-button {
  height: 33.3%;
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 20px;
  background: #ffcf4c;
  display: flex;
  justify-content: center;
  align-items: center
}

.wac-qty-button:hover {
  color: #fff;
  background: #ffd666
}

.goods-list .product .price-and-btn, .products .product .price-and-btn {
  width: 200px;
  display: block;
  margin-left: 10px;
  height: auto
}

.goods-list .product .price-and-btn .button, .products .product .price-and-btn .button {
  width: 200px;
  height: auto;
  padding: 8px 20px
}

.goods-list .product .calc-val, .products .product .calc-val {
  order: 0 !important
}

.goods-list .product .add-to-cart-wrap, .goods-list .product form.cart, .products .product form.cart {
  margin-top: 5px;
  width: auto
}

.goods-list .price-and-btn, .products .price-and-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  justify-content: center
}

.goods-list .price-and-btn .good-price, .goods-list .price-and-btn .last-price, .goods-list .price-and-btn .new-price, .goods-list .sale, .products .price-and-btn .good-price, .products .price-and-btn .last-price, .products .price-and-btn .new-price, .products .sale {
  text-align: center
}

.goods-list .price-and-btn .last-price, .goods-list .price-and-btn .new-price, .products .price-and-btn .last-price, .products .price-and-btn .new-price {
  margin: 0
}

.good-price {
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #1e1e1e
}

.price-and-btn .last-price, .price-and-btn .last-price span {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #4b4b4b
}

.price-and-btn .new-price, .price-and-btn .new-price span {
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #ff4c4c
}

.goods-list .price-and-btn .buy-btn, .products .price-and-btn .buy-btn {
  margin: 0;
  height: 40px;
  width: 140px;
  color: #1e1e1e;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

.price-and-btn .buy-btn::before {
  content: '';
  background: url('../img/busket-black(1).png');
  width: 18px;
  height: 18px;
  background-size: 100%;
  display: block;
  margin-right: 8px;
  transition: .2s
}

.price-and-btn .buy-btn:hover {
  color: #fff
}

.price-and-btn .buy-btn:hover::before {
  content: '';
  background: url('../img/busket-white(1).png');
  width: 18px;
  height: 18px;
  background-size: 100%;
  display: block;
  margin-right: 8px
}

.price_slider_amount .price_label span {
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

.filter {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap
}

.filter form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  border-top: .5px solid rgba(0, 0, 0, .2)
}

.filter form label {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center
}

.filter form label:nth-child(2n) {
  background: #f0f0f0
}

.filter form label input {
  display: none
}

.busket-info .checkbox-custom, .filter form label .checkbox-custom {
  width: 13px;
  height: 13px;
  background: #666;
  border-radius: 1px;
  margin-top: 1px
}

.filter form label .label {
  font-size: 13px;
  color: #1e1e1e;
  margin-left: 5px
}

.filter form label input:checked+.checkbox-custom::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/check.png) no-repeat;
  background-size: 100%
}

.busket-info form label input:checked+.checkbox-custom, .filter form label input:checked+.checkbox-custom {
  background: #909090
}

.filter p {
  margin-bottom: 5px
}

.filter a {
  padding: 2px 4px;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  background: #ffcf4d;
  color: #1e1e1e;
  border-radius: 2px
}

.woocommerce-widget-layered-nav-list .chosen a {
  background: 0 0;
  border: 1px solid #1e1e1e
}

.woocommerce-widget-layered-nav-list .chosen a:hover {
  color: #ffcf4d;
  border: 1px solid #ffcf4d
}

.filter a:hover {
  color: #fff
}

.price-filter {
  border: none !important
}

.price-filter input {
  width: 100%
}

.filter .button {
  width: 100%
}

.filter>li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: auto;
  width: 100%;
  margin: 5px 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  padding: 10px
}

.filter li p {
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e0e0e0
}

.widget_price_filter p {
  margin-bottom: 15px !important
}

.filter li input {
  margin: 2px 0
}

.woocommerce-widget-layered-nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: wrap
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  margin: 5px
}

.filter li input, .filter li select {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  padding: 3px;
  text-align: center;
  background: #fafafa;
  border: .25px solid rgba(30, 30, 30, .15)
}

.btn-block {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

#filter-shw-hd {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 10.5px 0;
  width: 100%;
  margin-top: 10px;
  background: #dadada;
  border: none;
  color: #1e1e1e;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

#filter-shw-hd:hover {
  background: #e3e3e3
}

.filter-btn {
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  width: 48%;
  background: #ff4c4c;
  height: 40px;
  color: #fff;
  text-align: center;
  border: none
}

#filter-btn-remove {
  background: #666
}

#filter-btn-remove:hover {
  background: #777
}

.filter-btn:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
  background: #f66
}

#wrapper-category>div.left-bar>ul.filter>li:nth-child(3)>input[type=text] {
  display: none
}

.dropdown {
  position: relative;
  display: table;
  color: #1e1e1e;
  width: 100%
}

.dropdown a {
  display: block;
  text-decoration: none;
  color: #1e1e1e;
  background: #fafafa;
  font-size: 12px;
  text-align: center;
  height: 26px;
  padding: 3px 10px;
  border: .25px solid rgba(0, 0, 0, .1);
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

#wrapper-category>div.left-bar>ul.filter>li div>ul>li>input[type=checkbox] {
  display: none
}

.dropdown a::after {
  content: '';
  background: url(../img/Polygon.png);
  width: 7px;
  height: 5px;
  background-size: 100%;
  display: block;
  position: absolute;
  right: 5px;
  top: 11px
}

.dropdown ul {
  position: relative;
  list-style: none;
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  border: .25px solid rgba(0, 0, 0, .1)
}

.dropdown ul li {
  padding: 7px 10px;
  border-bottom: 1px solid #e0e0e0
}

.dropdown ul li:last-child {
  border: none
}

.dropdown>li:nth-child(2) input[type=checkbox] {
  display: none
}

.dropdown label {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer
}

.dropdown label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #666
}

.dropdown input[type=checkbox]:checked~label:before {
  background: #666
}

.dropdown label:after {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 12px;
  top: 0;
  left: 5px;
  border: 2px solid #fff;
  box-shadow: 1px 2px 2px #555;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  opacity: 0;
  visibility: hidden
}

.dropdown input[type=checkbox]:checked~label:after {
  opacity: 1;
  visibility: visible
}

.block-left, .block-right {
  display: flex;
  flex-flow: column;
  width: calc(50% - 10px)
}

.img-slider {
  width: 100%;
  margin-bottom: 20px
}

.main-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  background: 0 0
}

.main-img img {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%
}

.img-slider .slider-img-list picture,
.img-slider .slider-img-list img {
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  object-fit: contain
}

.img-slider .slider-img-list picture:hover,
.img-slider .slider-img-list img:hover {
  border: 1px solid rgba(255, 207, 76, .5)
}

.img-slider .slider-img-list picture.img-clicked,
.img-slider .slider-img-list img.img-clicked {
  border: 1.5px solid #ffcf4c !important
}

.main-img:hover {
  cursor: pointer
}

.main-img:hover .hover-block {
  opacity: 1
}

.main-img img {
  width: 100%;
  max-height: calc(100vh - 240px);
  object-fit: contain
}

.hover-block {
  opacity: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.hover-block span {
  display: block;
  background: url(../img/img-hover-search.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%
}

.slider-goods-img {
  margin-top: 10px;
  width: 100%;
  height: 100px;
  display: inline-flex
}

.left-slider-arrow, .right-slider-arrow {
  background: url('../img/arrow-black(big).png') no-repeat;
  background-size: 30%;
  background-position: center;
  background-color: #ddd;
  height: 100%;
  width: 25px
}

.left-slider-arrow:hover, .right-slider-arrow:hover {
  cursor: pointer
}

.left-slider-arrow {
  margin-right: 5px
}

.right-slider-arrow {
  transform: rotate(-180deg);
  margin-left: 5px
}

.slider-img-list {
  margin: 5px 0 -5px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.slider-img-list li {
  position: relative;
  display: inline-block;
  margin: 5px 1.66%;
  width: 30%;
  height: 100px;
  background: #fff
}

.slider-img-list li picture,
.slider-img-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.shadow-img-block {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, .3)
}

.shadow-img-block:hover {
  background: rgba(0, 0, 0, .15)
}

.goods-name {
  display: block;
  padding: 10px 20px;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0
}

.goods-name>span {
  font-family: Montserrat, sans-serif;
  font-weight: 400
}

.main-good-cart {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap
}

.delivery-and-pay {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  width: 100%
}

.delivery-and-pay button {
  position: relative;
  width: 100%;
  height: 40px;
  background: #777;
  border: none;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

.delivery-and-pay button>span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #555;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px
}

.delivery-and-pay button:hover {
  background: #888
}

.delivery-and-pay button:hover>span {
  background: #666
}

.delivery-and-pay>div {
  display: none;
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

.delivery-and-pay ul {
  list-style: disc
}

.delivery-and-pay ul li {
  margin-left: 20px
}

.price-and-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.add-to-cart-wrap, form.cart {
  flex-flow: wrap;
  display: flex;
  width: 240px;
  justify-content: flex-start
}

.quantity.calc-val {
  order: 1
}

.product .price-block {
  text-align: center;
  background: #fff
}

.goods-list .price-block, .products .price-block {
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center
}

.main-good-cart .price-block {
  padding-top: 5px;
  background: #f5f5f5;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

.main-good-cart .price-block .good-price, .main-good-cart .price-block .sale {
  margin-top: 5px;
  background: #fff
}

.goods-list .product .price-block .good-price, .products .product .price-block .good-price {
  background: #fff
}

.goods-list .price-block p, .products .price-block p {
  line-height: 18px
}

.goods-list .product .button, .products .product .button {
  box-shadow: none
}

.block-right .price-and-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between
}

.block-right .price-block {
  width: 180px
}

.block-right .price-and-btn .last-price {
  margin-bottom: 5px
}

.block-right .price-and-btn .good-price {
  display: block
}

.block-right .price-and-btn .good-price, .block-right .price-and-btn .sale {
  padding: 8px 0;
  letter-spacing: .05em
}

.block-right .price-and-btn .good-price, .block-right .price-and-btn .new-price {
  font-size: 16px
}

.block-right .price-and-btn .buy-btn {
  width: 200px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .1)
}

.block-right .price-and-btn .calc-val {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
  margin-top: 10px;
  width: auto;
  flex-flow: wrap;
  height: 28px
}

.block-right .price-and-btn .calc-val input {
  width: 28px;
  height: 28px
}

.goods-list .charasterisrics, .products .charasterisrics {
  width: 100%
}

.block-right .charasterisrics {
  margin: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  width: 100%
}

.block-right .charasterisrics ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.block-right .charasterisrics ul {
  margin-top: 10px;
  background: #fff;
  padding: 7.5px 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .1)
}

.block-right .charasterisrics ul li {
  font-size: 13px;
  padding: 10px 15px
}

.block-right .charasterisrics ul li:nth-child(even) {
  background: #f5f5f5
}

.block-right .charasterisrics ul li span {
  position: relative
}

.block-right .charasterisrics ul li span:first-child {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding-right: 30px
}

.block-right .charasterisrics ul li span:first-child::after {
  content: ':';
  position: absolute;
  display: block;
  color: #999;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  right: 10px;
  top: calc(50% - 10px)
}

.block-right .charasterisrics ul li span:last-child {
  text-align: right
}

.good-information {
  width: 100%;
  margin-top: 10px;
  text-align: justify
}

.good-information .good-information-paragraph {
  font-size: 14px;
  padding: 15px 20px 15px 20px
}

.contact-form {
  margin-top: 10px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column
}

.contact-form form div {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 10px
}

.contact-form input {
  height: 40px;
  width: 100%;
  border: none;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 10px
}

.contact-form input[type=button], .contact-form input[type=submit] {
  background: #ffcf4c;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  margin-bottom: 0
}

.contact-form input[type=button]:hover, .contact-form input[type=submit]:hover {
  color: #fff
}

#img-slider-big {
  display: none;
  justify-content: center;
  align-items: center;
  height: 80vh;
  width: 80%;
  position: fixed;
  left: 10%;
  top: 10vh;
  z-index: 4
}

.display-flex {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important
}

#img-slider-big img {
  position: relative;
  z-index: 4;
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.feedback {
  margin-top: 20px;
  background: #fefefe;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .1)
}

.feedback>ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 10px
}

.feedback .comment>li {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between
}

.feedback .name {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 15px
}

.feedback .time {
  font-size: 12px;
  color: #888
}

.feedback .feedback-text {
  width: 100%;
  font-size: 14px;
  padding: 5px
}

.feedback .feedback-assessment {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  background: #eee;
  padding: 6px
}

.feedback-assessment {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.feedback-assessment>p {
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  width: 50%;
  text-align: right;
  margin-right: 10px
}

.feedback-assessment>ul {
  display: inline-flex;
  width: 50%;
  justify-content: space-around
}

.feedback-assessment>ul>li {
  display: inline-flex
}

.feedback-assessment>ul>li>img {
  width: 15px;
  height: 15px;
  background-size: 100%
}

.feedback .comment {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column
}

.feedback .comment li:last-child {
  border: none
}

.page-list>div, .page-list>li {
  cursor: pointer;
  padding: 6px 14px;
  text-align: center;
  font-size: 12px;
  background: #f0f0f0;
  color: #606060
}

.buttons a:hover, .feedback-page-active, .page-list>div:hover, .page-list>li:hover {
  color: #fff;
  background: #ffcf4c
}

.buttons a {
  color: #1e1e1e;
  padding: 8px 9px;
  font-size: 15px;
  background: #ffcf4c;
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

.buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 10px
}

@media only screen and (max-width:1280px) {
  .buttons {
    flex-wrap: wrap
  }

  .buttons a {
    width: 100%;
    margin-bottom: 10px;
    text-align: center
  }

  .buttons a:last-child {
    margin-bottom: 0
  }
}

.rating:not(:checked)>label:hover, .rating:not(:checked)>label:hover~label {
  color: #ffcf4c !important;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .1) !important
}

.rating:not(:checked)>label {
  text-shadow: none !important
}

.rating {
  width: 150px;
  margin: -6px auto 11px;
  float: none !important
}

.rating>label {
  font-size: 200% !important
}

input.feedback-small-input[type=submit] {
  background: #ffcf4c
}

input.feedback-small-input[type=submit]:hover {
  color: #fff
}

.feedbacks h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  color: #1e1e1e
}

.feedbacks>a {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
  text-align: center;
  color: #1e1e1e;
  width: 100%;
  display: block
}

.feedbacks>a:hover {
  color: #ffcf4c
}

.feedbacks .container {
  margin: 0 auto;
  width: 880px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-flow: wrap
}

.feedbacks .container>li {
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
  margin: 20px 0;
  padding: 20px
}

.commentator-info .name {
  width: 100%;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

.commentator-info {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: wrap
}

.feedbacks .container li .commentator-info>img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 25px
}

.line {
  width: 100%;
  display: block;
  margin: 20px 0;
  height: 1px;
  background: #dedede
}

.feedbacks .assesment {
  margin-top: 7px;
  margin-left: 15px
}

.feedbacks .stars {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 15px;
  width: 130px;
  justify-content: space-between;
  margin-top: 10px
}

.feedbacks .stars li {
  width: 15px;
  height: 15px;
  background: url(../img/star-grey.png);
  background-size: 100%
}

.feedbacks .stars li.star-plus {
  width: 15px;
  height: 15px;
  background: url(../img/star-yellow.png);
  background-size: 100%
}

.feedbacks input[type=date] {
  background: 0 0;
  border: none;
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: absolute;
  right: -80px;
  top: 0;
  font-size: 15px
}

.feedbacks .comment-text p {
  margin: 5px
}

.feedbacks h2 {
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center
}

#comment-form {
  margin: 0 0 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-flow: wrap
}

.feedbacks .feedback-big-input, .feedbacks .feedback-small-input {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 15px;
  width: 400px;
  border: none;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

.feedbacks .feedback-big-input {
  margin: 20px;
  resize: none;
  padding: 20px;
  height: 200px
}

.feedbacks .feedback-small-input {
  margin-bottom: 20px;
  padding: 10.5px
}

.fb-right-block {
  width: 400px;
  margin: 20px 20px 0 20px
}

#comment-form input[type=button] {
  background: #ffcf4c;
  margin-bottom: 0
}

#comment-form input[type=button]:hover {
  color: #fff
}

#comment-form .stars {
  height: 20px;
  margin-bottom: 20px;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around
}

.rating legend {
  display: none
}

#comment-form .fb-right-block .stars li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../img/star-grey.png);
  background-size: 100%
}

#comment-form .fb-right-block .stars li.star-plus {
  width: 20px;
  height: 20px;
  background: url(../img/star-yellow.png);
  background-size: 100%
}

#comment-form .fb-right-block .stars li.star-click {
  width: 20px;
  height: 20px;
  background: url(../img/star-yellow.png);
  background-size: 100%
}

@media only screen and (max-width:992px) {
  .feedbacks .container {
    width: 100%
  }

  .feedbacks {
    width: 95% !important
  }

  #comment-form {
    width: 100%;
    margin-top: 20px
  }

  .fb-right-block {
    width: 100%;
    margin: 20px 0 0 0
  }

  .feedbacks .feedback-big-input {
    width: 100%;
    margin: 0
  }

  .feedbacks .feedback-big-input, .feedbacks .feedback-small-input {
    width: 100%
  }
}

#order_comments {
  height: 80px;
  width: 100%
}

#billing_country_field {
  display: none
}

#billing_address_1_field>label {
  display: block
}

#billing_address_1_field .required {
  display: none
}

h3#ship-to-different-address {
  text-align: left
}

#ship-to-different-address span {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  text-decoration: underline
}

#ship-to-different-address span:hover {
  color: #ffcf4c
}

#billing_country_field, #shipping_country_field {
  width: 100%
}

#billing_country_field .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus, #shipping_country_field .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100%;
  height: 40px
}

#billing_country_field .selection .select2-selection.select2-selection--single, #shipping_country_field .selection .select2-selection.select2-selection--single {
  height: 40px;
  padding-top: 6px;
  margin: 10px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  right: 5px !important;
  top: -5px !important
}

textarea[name=order_comments] {
  margin: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400
}

form[name=checkout] .col2-set {
  width: 100% !important
}

.woocommerce-checkout-review-order-table td, th {
  padding: 10px 0
}

.woocommerce-checkout-review-order-table td {
  background: #fff;
  border: .5px solid #ccc
}

.woocommerce-billing-fields__field-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap
}

.return-to-shop {
  display: flex;
  justify-content: center
}

#coupon_code {
  padding: 7px
}

.woocommerce-shipping-fields__field-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap
}

#woocommerce-billing-fields__field-wrapper {
  width: 100%
}

.woocommerce-billing-fields__field-wrapper p, .woocommerce-shipping-fields__field-wrapper p {
  width: 50% !important;
  margin: 0 !important
}

#billing_address_2, #shipping_address_2 {
  margin-top: 34.5px !important
}

strong span {
  font-weight: 700
}

.woocommerce-shipping-methods li input {
  width: auto !important
}

.form-row.form-row-wide.address-field.update_totals_on_change.validate-required {
  width: 100%
}

.busket-info form {
  margin: 20px auto;
  width: 840px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

form[name=checkout] input, form[name=checkout] select {
  margin: 10px
}

form[name=checkout] input, form[name=checkout] select {
  border: none;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
  color: #1e1e1e;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding: 10.5px 15px;
  width: 96%;
  margin: 10px 2%
}

.woocommerce-checkout-review-order-table input, .woocommerce-checkout-review-order-table select, .woocommerce-shipping-methods input, .woocommerce-shipping-methods select {
  margin: 3px !important;
  box-shadow: none !important
}

.woocommerce-privacy-policy-text {
  font-size: 12px;
  margin: 20px 0
}

button[name=woocommerce_checkout_place_order] {
  margin: 0 auto;
  display: block
}

.wc-proceed-to-checkout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 20px 0
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  width: 100%;
  margin: 0 auto
}

.cart-collaterals .shop_table_responsive td, .cart-collaterals .shop_table_responsive th, .woocommerce-table--order-details td, .woocommerce-table--order-details th {
  padding: 10px
}

.cart-collaterals .shop_table_responsive td, .woocommerce-table--order-details td {
  width: 50%;
  background: #fff;
  border: .5px solid #ccc
}

.wc_payment_method {
  display: none
}

.woocommerce-shipping-methods li {
  white-space: nowrap
}

.cart-collaterals .shop_table_responsive, .woocommerce-checkout-review-order-table {
  width: auto;
  margin: 0 auto
}

@media only screen and (max-width:768px) {
  button[name=update_cart] {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    display: inline-flex;
    margin: 10px auto
  }

  .order-total td {
    text-align: center
  }

  table.shop_table_responsive thead {
    display: none !important
  }

  .woocommerce-billing-fields__field-wrapper p, .woocommerce-shipping-fields__field-wrapper p {
    width: 100% !important
  }

  .cart-collaterals .shop_table_responsive td, .woocommerce-table--order-details td {
    width: 95%;
    margin: 0 auto
  }

  .cart-collaterals .shop_table_responsive, .woocommerce-checkout-review-order-table {
    width: 100%
  }

  .shop_table.woocommerce-checkout-review-order-table tfoot td, .shop_table.woocommerce-checkout-review-order-table tfoot th {
    display: block;
    width: 100%
  }
}

.woocommerce-Price-currencySymbol {
  margin: 3px !important
}

.woocommerce-column--billing-address>address, .woocommerce-column--shipping-address>address {
  width: auto;
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, .1)
}

.busket-info h1 {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  margin: 20px 0
}

.busket-info>a {
  text-align: center;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10.5px;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  background: #ffcf4c;
  color: #1e1e1e;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

.busket-info>a:hover {
  color: #fff
}

.woocommerce-cart-form__cart-item .product-remove {
  order: 1;
  margin-right: 0
}

.woocommerce-cart-form__cart-item .calc-val {
  height: 30px;
  display: block;
  position: relative;
  flex-flow: wrap;
  width: 100px
}

.woocommerce-cart-form__cart-item.product-name {
  width: 320px
}

.woocommerce-cart-form__cart-item .product-price, .woocommerce-cart-form__cart-item .product-subtotal {
  width: 100px;
  text-align: center
}

.wac-qty-button {
  height: 30px;
  width: 30px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0
}

.wac-quantity {
  position: relative
}

.wac-quantity>.wac-qty-button {
  left: 0;
  right: unset
}

.wac-quantity .input-text.qty.text {
  width: 32px;
  text-align: center;
  height: 30px;
  left: -4px;
  transform: translateX(-100%);
  position: absolute;
  z-index: 0
}

.woocommerce-cart-form__contents thead tr th {
  text-align: center !important
}

.woocommerce-cart-form__contents thead .product-price, .woocommerce-cart-form__contents thead .product-quantity, .woocommerce-cart-form__contents thead .product-subtotal {
  width: 100px
}

.woocommerce-cart-form__contents thead .product-subtotal {
  margin-right: 54.5px
}

.woocommerce-cart-form__contents thead .product-name {
  width: 362.5px
}

.woocommerce-cart-form__cart-item .product-name a {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #1e1e1e
}

.woocommerce-cart-form__cart-item .product-name a:hover {
  color: #ffcf4c
}

.busket-info .calc-val input:nth-child(2) {
  height: 30px;
  width: 100px;
  border-radius: 10px;
  position: relative;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

.woocommerce-cart-form.busket-info {
  width: 820px;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
  padding: 20px;
}

.busket-info tr, .busket-info ul li {
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  background: #f8f8f8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.busket-info .product-thumbnail img, .busket-info ul li img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid #eee
}

.busket-info ul li h3 {
  width: 360px;
  font-size: 14px
}

.busket-info h2 {
  display: block;
  text-align: center;
  font-size: 1.404rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #1e1e1e
}

.busket-info ul li .price, .busket-info ul li .price span {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 600
}

.busket-info ul li .remove {
  border: none;
  width: 40px;
  height: 40px;
  background: url(../img/remove.png) no-repeat;
  background-color: #ff4c4c;
  background-position: center;
  border-radius: 10px;
  background-size: 75%
}

.busket-info form label input {
  display: none
}

.busket-info .checkbox-custom, .busket-info form label .checkbox-custom {
  width: 13px;
  display: block;
  height: 13px;
  background: #666;
  border-radius: 1px;
  margin-top: 1px;
  margin-left: 10px
}

.busket-info form label input:checked+.checkbox-custom::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/check.png) no-repeat;
  background-size: 100%
}

.busket-info form label input:checked+.checkbox-custom {
  background: #909090
}

.busket-info {
  position: relative
}

.busket-info>p {
  display: inline-block
}

.busket-info>form {
  margin: 10px 0 0 20px;
  width: auto;
  display: inline-block
}

.busket-info>form label {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center
}

.busket-info form label span {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  margin-left: 5px
}

.busket-info #sum {
  position: absolute;
  bottom: 20px;
  right: 20px
}

.busket-info #sum span {
  font-family: Montserrat, sans-serif;
  font-weight: 600
}

.busket-info form label span:first-child {
  margin-right: 10px
}

.busket-info ul li .price {
  display: block
}

.busket-info .calc-val input:nth-child(2), .wac-qty-button {
  margin: 0;
  padding: 0
}

.busket-info .calc-val .minus, .busket-info .calc-val .plus {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  color: #333;
  background: #ffcf4c;
  cursor: pointer;
  border-radius: 10px
}

.busket-info .calc-val .plus {
  right: 0
}

.busket-info .calc-val .minus {
  left: 0
}

.woocommerce-cart-form a.remove:hover {
  background-color: #ff7b7b
}

.woocommerce-cart-form .woocommerce-Price-currencySymbol {
  margin-right: 5px
}

.blog .blog-tags {
  z-index: 1;
  position: relative;
  color: #fff;
  margin-top: 25px
}

.blog .blog-tags span {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 13px;
  margin: 0 5px;
  padding: 5px;
  background: rgba(255, 255, 255, .25);
  border-radius: 5px
}

.article-page .article-name {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  padding: 20px 0
}

.article-page .article-name img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.article-page .article-name .img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(30, 30, 30, .189) 0, rgba(30, 30, 30, .9) 100%)
}

.article-page .article-name h1 {
  font-size: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1
}

.article-page .article-text {
  margin: 10px auto
}

.article-text ul {
  list-style: disc;
  margin: 10px 0 10px 25px
}

.article-page .article-text p {
  padding: 10px;
  text-align: justify
}

.article-page .blog-tags {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 10px
}

.article-page .blog-tags span {
  margin: 10px;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, .3);
  border-radius: 5px
}

.category-information ul, .good-information ul {
  list-style: disc
}

.category-information ol, .category-information ul, .good-information ol, .good-information ul {
  padding: 10px 0 10px 30px
}

.category-information p, .good-information p {
  padding: 5px 0;
  white-space: pre-wrap
}

.modal {
  display: none
}

.woocommerce-message {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
  color: #fff;
  background: green;
  padding: 10px;
  margin: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

.restore-item, .woocommerce-message .button {
  background: rgba(255, 255, 255, .3);
  color: #fff;
  padding: 5px 15px;
  box-shadow: none
}

.wpcf7-response-output {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
  padding: 10px !important;
  border: 1px solid #48db4e;
  color: #1e1e1e
}

div.wpcf7-aborted, div.wpcf7-mail-sent-ng, div.wpcf7-response-output {
  border: 1px solid #ff4c4c
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #48db4e
}

div.wpcf7-acceptance-missing, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
  border: 1px solid #ffcf4c
}

.info-header {
  margin: 0
}

.button, .nf-form-cont input[type=button] {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding: 10.5px 20px;
  color: #1e1e1e;
  background: #ffcf4c;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
  border: none
}

.button:hover, .nf-form-cont input[type=button] {
  background: #ffd666;
  color: #fff
}

.main-navigation {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center
}

.entry-content {
  width: 95%;
  margin: 0 auto
}

.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
  padding: 10px
}

.woocommerce-column .woocommerce-column--billing-address address, .woocommerce-column .woocommerce-column--shipping-address address {
  background: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, .1);
  padding: 10px
}

.woocommerce-message .button:hover {
  background: rgba(255, 255, 255, .3)
}

.woocommerce-cart-form__cart-item .product-name {
  width: 300px
}

#ship-to-different-address-checkbox {
  width: auto;
  padding: 0;
  margin: 7px
}

.added_to_cart.wc-forward {
  position: relative;
  background: #47db4f;
  color: #fff;
  font-size: 15px;
  padding: 8px 20px;
  margin-top: 5px;
  display: block
}

.main-block {
  width: 95%;
  max-width: 1152px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto
}

.b-left, .b-right {
  width: 50%
}

.b-left {
  padding-right: 10px
}

.b-right {
  padding-left: 10px
}

.m-light {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #1e1e1e
}

.text-link {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #1e1e1e
}

.text-link:hover {
  color: #ffcf4c
}

.contacts-page {
  font-size: 16px
}

.contacts-page .contacts-input {
  border: none;
  border-radius: none;
  background: #fff;
  padding: 10px
}

.contacts-page .contacts-input__btn {
  padding: 10.5px 20px;
  width: auto;
  display: block;
  margin: 10px auto 0;
  background: #ffcf4c !important
}

.shipping-and-payment h2 {
  width: auto;
  display: inline-block;
  margin-left: 20px
}

.shipping-and-payment__title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center
}

.shipping-and-payment ul {
  padding: 20px 35px;
  background: #fff;
  list-style: square;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .05)
}

.shipping-and-payment .shipping-and-payment__title p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .05);
  border-radius: 50px
}

.shipping-and-payment__title:nth-child(1), .shipping-and-payment__title:nth-child(2) {
  margin-top: 0 !important;
  margin-bottom: 20px
}

.shipping-and-payment__title {
  margin: 20px 0
}

.paragraph {
  margin: 10px 0
}

.text-align__justify {
  text-align: justify
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  margin: 0 !important
}

nav.woocommerce-pagination {
  width: auto
}

nav.woocommerce-pagination li span {
  display: block;
  padding: 10px 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 15px;
  border: .25px solid #fff;
  background: #eee;
  border: .25px solid #ccc;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .15)
}

nav.woocommerce-pagination li a.page-numbers {
  display: block;
  padding: 10px 18px;
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  background: #ffcf4c;
  font-size: 15px;
  border: .25px solid #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
  transition: .3s
}

nav.woocommerce-pagination li a.page-numbers:hover {
  color: #fff;
  background: #ffdc7c
}

nav.woocommerce-pagination li {
  margin: 10px 5px 0
}

nav.woocommerce-pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap
}

.article-text h2, .article-text h3, .article-text h4, .article-text h5, .article-text h6, .article-text p, .category-information h2, .category-information h3, .category-information h4, .category-information h5, .category-information h6, .category-information p, .good-information h2, .good-information h3, .good-information h4, .good-information h5, .good-information h6, .good-information p {
  text-indent: 1rem
}

.woocommerce-notices-wrapper {
  width: 90%;
  margin: 0 auto
}

.busket-info tr:last-child {
  background: #fff
}

.busket-info tr:last-child>td {
  justify-content: space-between;
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.product-unit {
  background: #fff;
  padding-bottom: 5px
}

.product-unit span {
  padding-top: 5px;
  border-top: .5px solid #aaa;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 13px
}

.recaptcha-style {
  margin: 10px 0
}

.recaptcha-style2 {
  margin-bottom: 10px
}

.nf-form-cont input[type=email], .nf-form-cont input[type=tel], .nf-form-cont input[type=text] {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 15px;
  height: 40px !important;
  color: #333 !important
}

.nf-form-cont textarea {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 15px;
  min-height: 60px !important;
  resize: none
}

.nf-form-cont .nf-form-fields-required {
  display: none
}

.nf-form-cont input[type=button] {
  color: #333 !important;
  background: #ffcf4c !important
}

.nf-form-cont input[type=button]:hover {
  color: #fff !important;
  background: #ffd666 !important
}

.nf-error.field-wrap .nf-field-element:after {
  width: 39px !important;
  line-height: 38px !important;
  height: 38px !important
}

.nf-form-cont .nf-error-msg, .nf-form-cont .nf-error-required-error {
  font-size: 14px !important
}

.nf-form-cont label {
  font-size: 15px !important
}

#nf-form-2-cont>div>div.nf-form-layout>form>div {
  width: 100%
}

#nf-form-2_1-cont .nf-form-cont input[type=email], #nf-form-2_1-cont .nf-form-cont input[type=tel], #nf-form-2_1-cont .nf-form-cont input[type=text], #nf-form-2_1-cont .nf-form-cont textarea, #nf-form-4-cont .nf-form-cont input[type=email], #nf-form-4-cont .nf-form-cont input[type=tel], #nf-form-4-cont .nf-form-cont input[type=text], #nf-form-4-cont .nf-form-cont textarea {
  background: #fff !important
}

.wpml-ls-statics-shortcode_actions {
  width: auto
}

.wpml-ls-sub-menu {
  box-sizing: content-box
}

.wpml-ls-link {
  width: 100%
}

.number-list li a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

.number-list a:hover {
  color: #ffcf4c
}

.number-list {
  width: 200px;
  height: 30px;
  position: relative;
  z-index: 3
}

.number-list>li {
  width: 100%;
  padding: 3.5px 10px;
  position: absolute;
  height: 30px;
  overflow: hidden;
  background: #1e1e1e
}

.number-list>li::before {
  content: '';
  top: 15px;
  right: 0;
  position: absolute;
  display: block;
  background: url(../img/arrow-white.png) no-repeat;
  width: 9px;
  height: 5px;
  background-size: contain
}

.number-list>li:hover::before {
  transform: rotate(-180deg)
}

.number-list>li:hover {
  height: auto;
  overflow: visible
}

@media only screen and (max-width:488px) {
  .block-right .price-block, form.cart {
    width: 100%
  }

  form.cart button[name=add-to-cart] {
    width: 100% !important
  }

  form.cart {
    margin-top: 20px
  }
}

.site-header:hover {
  overflow-y: scroll
}

.category-item__inner {
  position: relative;
  height: 0;
  border: none;
  padding: 100%
}

.category-item__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.wpml-ls-flag {
  display: none !important
}

.wpml-ls-statics-shortcode_actions {
  width: auto !important
}

.wpml-ls-legacy-dropdown a {
  color: #fff !important;
  border: unset !important;
  background-color: #1e1e1e !important
}

.good-cart .goods-name>span {
  font-weight: 700
}

#nf-form-4-cont {
  width: 100%
}

#top-search-wrap .container {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 40px;
  max-height: 1366px
}

#top-search-wrap .container .aws-container {
  width: 100%;
  margin-right: 40px
}

#top-search-wrap #top-search-close {
  position: relative !important;
  top: 0
}

#top-search-wrap>div>div>form>div>input.aws-search-field {
  border: none;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  background: rgba(0, 0, 0, .15);
  color: #fff
}

#wrapper-category>div.main-container>div.aws-container {
  position: relative;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
  margin-top: 10px
}

#wrapper-category>div.main-container>div>form>div>input.aws-search-field {
  width: 100%;
  padding: 10px 15px;
  padding-right: 120px;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  border: none
}

.aws-container .aws-search-form .aws-form-btn {
  margin: 0 !important
}

.aws-search-field {
  font-size: 16px !important
}

.aws-search-btn {
  width: 50px !important
}

.aws-container .aws-search-form .aws-search-btn_icon {
  width: 100% !important
}

.aws-form-btn {
  background: #ffcf4c !important;
  border: none !important
}

.aws-form-btn:hover {
  background: #f9d369 !important
}

.aws-search-btn_icon svg {
  fill: #111
}

.aws-container .aws-search-form .aws-search-btn {
  width: 50px !important
}

#top-search-wrap .aws-form-btn {
  background: rgba(0, 0, 0, .15) !important
}

#top-search-wrap .aws-form-btn svg {
  fill: #fff
}

#top-search-wrap .aws-form-btn:hover {
  background: rgba(255, 255, 255, .3) !important
}

#top-search-wrap .aws-form-btn:hover svg {
  fill: #111
}

.wpcf7-form label {
  font-size: 14px;
  color: #666
}

.wpcf7-form input, .wpcf7-form textarea {
  border: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding: 9.5px 15px;
  line-height: 100%;
  color: #333;
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid #ffd666;
  width: 100%
}

.wpcf7-form textarea {
  height: 60px;
  resize: none
}

.wpcf7-form input[type=submit] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background: #ffcf4c !important;
  color: #333;
  height: 50px;
  transition: .3s
}

.wpcf7-form input[type=submit]:hover {
  background: #ffd666;
  color: #fff
}

.wpcf7-form>p {
  margin-top: 10px;
  width: 100%
}

.wpcf7-form>p:first-child {
  margin-top: 0
}

#callback-modal .wpcf7-form input, #callback-modal .wpcf7-form textarea {
  background: #f2f2f2
}

.grecaptcha-badge {
  display: none !important
}

#modal-container {
  z-index: 4;
  position: fixed;
  width: 100%;
  height: 0;
  transform: translateY(-100%) scale(0);
  left: 0;
  overflow-y: hidden;
  transition: .3s;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer
}

#modal-container.modal-container-show {
  height: 100vh;
  top: 0;
  overflow-y: scroll;
  transform: translateY(0) scale(1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-textarea {
  position: absolute;
  z-index: 4
}

.search-textarea input:nth-child(1) {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 15px;
  height: 35px;
  border: none;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, .1);
  border-radius: 10px 0 0 10px
}

.search-textarea input:nth-child(1):focus {
  border: none
}

.srch-btn {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
  background: url(../img/search-white.png) no-repeat;
  background-color: #1e1e1e;
  background-size: 60%;
  background-position: center;
  height: 35px;
  width: 35px !important;
  border: none;
  margin-left: -5px;
  border-radius: 0 10px 10px 0
}

.srch-btn:hover {
  background-color: #ffcf4c
}

#top-search-wrap {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  height: 108px;
  background: #ffcf4c;
  transition: .3s;
  opacity: 0;
  z-index: 4;
  visibility: hidden
}

#top-search-wrap.active {
  top: 0;
  opacity: 1;
  visibility: visible
}

#top-search-wrap .input-group {
  margin: 29px 0 29px
}

#top-search-wrap .input-group .input-group-addon {
  display: none;
  background-color: rgba(0, 0, 0, .15);
  border: none;
  border-right: 1px solid #f69d01;
  color: #1e1e1e
}

#top-search-wrap .input-group input[type=text] {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  border: 0;
  height: 40px;
  padding: 0 10px 0 20px;
  font-size: 17px;
  width: 60%;
  border-radius: 2px;
  color: #fff;
  background-color: rgba(0, 0, 0, .15);
  background-repeat: no-repeat;
  background-position: 10px center;
  margin-top: 5px
}

.input-group input[type=search]::-webkit-input-placeholder {
  color: #1e1e1e
}

#top-search-wrap .input-group input[type=text]::-moz-placeholder {
  color: #fff
}

#top-search-wrap .input-group input[type=text]:-ms-input-placeholder {
  color: #fff
}

#top-search-wrap .input-group input[type=text]::-webkit-input-placeholder {
  color: #fff
}

#top-search-wrap #top-search-close {
  position: absolute;
  right: 20px;
  width: 40px;
  padding: 0 10px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat sans-serif;
  font-size: 40px;
  background: #d9b041;
  color: rgba(255, 255, 255, .95);
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  line-height: 1;
  font-weight: 600;
  transition: all .5s
}

#top-search-wrap #top-search-close:hover {
  transition: all .5s;
  background: rgb(255, 95, 95, .5)
}

.search-toggled #top-search-wrap {
  top: 0;
  opacity: 1;
  visibility: visible
}

#top-search-wrap .input-group input[type=text]:focus {
  outline: 0
}

#top-search-wrap form.form-inline {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative
}

.search-activate {
  margin-top: 5px;
  margin-left: 3px;
  position: absolute;
  height: 40px;
  width: 40px;
  background: url(../img/search-white.png) no-repeat;
  background-color: #977b2d;
  background-size: 55%;
  background-position: center;
  border: none;
  border-radius: 3px
}

.search-activate:hover {
  background-color: rgba(0, 0, 0, .3)
}

#callback-modal {
  width: 400px;
  background: #fff;
  position: relative;
  z-index: 1;
  top: 0;
  margin: 20px auto;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  padding: 20px;
  border-radius: 10px;
  display: none
}

#callback-modal.active {
  display: block
}

#callback-modal .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 0 10px;
  border: none;
  background: url(../img/close.png) no-repeat;
  background-color: rgba(255, 207, 76, .8);
  background-size: 50%;
  background-position: center
}

#callback-modal .close:hover {
  background-color: #ffcf4c
}

#callback-modal form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: wrap;
  width: 100%
}

#callback-modal .left-modal-block, #callback-modal .right-modal-block {
  width: 50%;
  padding: 0 10px 10px 10px
}

#wpcf7-f750-o1>form>div.right-modal-block>p:nth-child(3) {
  height: 0
}

.contacts-input {
  height: 40px;
  padding: 10.5px;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #1e1e1e;
  width: 100%;
  background: #e8e8e8;
  border: .5px solid #d5d5d5;
  border-radius: 1px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  margin-top: 10px
}

.contacts-input__message {
  resize: none;
  height: 90px;
  margin-bottom: -7px
}

.contacts-input__btn {
  background: #ffcf4c;
  border: none
}

.contacts-input__btn:hover {
  color: #fff
}

.contacts-input__output {
  width: 100%;
  background: #48db4e;
  border: none;
  text-align: center
}

#callback-modal h2 {
  font-size: 1.404rem;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: .618rem
}

@media only screen and (max-width:992px) {
  #modal-container {
    display: block !important;
  }

  #callback-modal {
    width: 90%;
    max-width: 340px;
  }
}

@media only screen and (max-width:568px) {
  #callback-modal .left-modal-block, #callback-modal .right-modal-block {
    width: 100%;
    padding: 0
  }

  #callback-modal .right-modal-block {
    order: 1
  }

  #callback-modal .left-modal-block {
    order: 2
  }

  .contacts-input__output {
    order: 3
  }
}

.contact-showmore-hidden {
  background: #fefefe;
  position: fixed;
  z-index: 5;
  top: 30px;
  left: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: 0 2px 7px rgb(0, 0, 0, .2);
  display: none
}

.contact-showmore-hidden.active {
  display: block
}

.contact-showmore-hidden li a {
  padding: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.contact-showmore-hidden li:nth-child(2) a {
  border-bottom: none
}

.contact-showmore-hidden li a:hover {
  color: #ffcf4c
}

.contact-showmore-hidden a {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 15px
}

.contact-showmore-hidden li .call-back {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  padding: 0 5px
}

.contact-showmore-hidden li {
  display: block
}

.contact-showmore-btn span {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px
}

.contact-showmore-btn {
  display: none;
  cursor: pointer;
  margin-left: 5px;
  padding: 0 10px;
  background: rgba(255, 255, 255, .15);
  border-radius: 3px
}

.contact-showmore-btn:hover {
  background: rgba(255, 255, 255, .3)
}

.contact-showmore-btn .arrow {
  margin-left: 5px
}

.slider-container {
  display: none
}

.slider-container.active {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%
}

.slider-nav .next, .slider-nav .prev {
  position: fixed;
  z-index: 5;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/play-button.svg) no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: .3s
}

.slider-nav .prev {
  left: 40px;
  transform: rotate(-180deg)
}

.slider-nav .next {
  right: 40px
}

.slider-nav.active .next, .slider-nav.active .prev {
  opacity: 1
}

.slider-nav .next:hover, .slider-nav .prev:hover {
  background: url('../img/play-button (1).svg') no-repeat;
  background-size: 100%
}

.show-img {
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  object-fit: contain
}

#n2-ss-4item2, #n2-ss-5item2 {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

#n2-ss-4item2::before, #n2-ss-5item2::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/construction-and-tools.svg);
  background-size: 100%;
  margin-right: 10px;
  opacity: .8
}

@media screen and (min-width:800px) {
  .make-order {
    margin-right: 20px;
    position: absolute !important
  }

  .make-order a {
    margin-right: 20px
  }
}

.advantages {
  display: flex;
  margin: 40px 0
}

.advantage {
  display: inline-block;
  width: 100%
}

.advantage>img {
  display: block;
  margin: 0 auto
}

.advantage .text {
  text-align: center
}

.advantage .text b {
  font-weight: 700;
  display: block
}

body {
  font-size: 15px
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
  line-height: 138.2%;
  font-weight: 700;
  margin: 1.404em 0 1em;
  letter-spacing: -.029em;
  text-align: left
}

p {
  line-height: 161.8%
}

.about-us-text h2, .category-information>:nth-child(1), .entry-content>:nth-child(1), .good-information>:nth-child(1) {
  margin-top: 0
}

h1 {
  font-size: 2.766rem;
  margin-top: 0;
  padding-top: .5em
}

h2 {
  font-size: 1.971rem
}

h3, h4, h5, h6 {
  font-size: 1.404rem
}

h4, h5, h6 {
  font-weight: regular
}

article .entry-content {
  margin: 0;
  width: calc(100vw * .707)
}

@media (max-width:768px) {
  article .entry-content {
    width: 100%
  }
}

.category-information p, .good-information p, article p {
  padding: 0;
  margin-bottom: .618rem
}

.category-information ol, .category-information ul, .good-information ol, .good-information ul, article ol, article ul {
  padding: 0 0 0 2.618rem;
  margin: 1.618rem 0;
  list-style: disc
}

.category-information ol, .good-information ol, article ol {
  list-style: decimal
}

.category-information li, .good-information li, article li {
  margin-bottom: .382rem
}

.category-information li:last-child, .good-information li:last-child, article li:last-child {
  margin-bottom: 0
}

.category-information table, .category-information td {
  font-size: .707rem;
  text-align: left;
  padding: .382rem;
  border: 1px solid grey;
  vertical-align: middle
}

.category-information {
  width: 75%;
  margin-left: calc(25% + 40px)
}

@media (max-width:992px) {
  .category-information {
    width: 100% !important;
    margin-left: 0 !important
  }
}

@media (max-width:540px) {
  .category-information {
    position: relative;
    width: 100vw !important;
    left: -1.618rem !important;
    padding-left: 1.618rem;
    padding-right: 1.618rem
  }
}

@media (max-width:460px) {
  .category-information table td {
    padding: .146rem;
    font-size: 8.5px
  }
}

.widget_price_filter .price_slider {
  margin-bottom: 1.5em
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4
}

.widget_price_filter .price_slider_amount .button {
  float: left
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: 0;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em
}

.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active, .widget_price_filter .ui-slider .ui-slider-handle:hover {
  box-shadow: 0 0 0 .25em rgba(0, 0, 0, .1)
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, .1)
}

.widget_price_filter .ui-slider-horizontal {
  height: .5em
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%
}

.price_label {
  text-align: center
}
