.catalog__list, .catalog__list .sub-menu, .payment-delivery__list, .reviews__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #343536;
  background: #fff;
  font: 16px/1.2 'Open Sans', Arial, sans-serif;
  min-width: 320px;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #343536;
}

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

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  outline: 0;
  border-color: #000;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  border: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  outline: 0;
}

button[disabled], button:disabled {
  background-color: #c5c5c5;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gzvvkd");
  src: url("../fonts/icomoon.eot?gzvvkd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gzvvkd") format("truetype"), url("../fonts/icomoon.woff?gzvvkd") format("woff"), url("../fonts/icomoon.svg?gzvvkd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-box:before {
  content: "\e900";
}

.icon-payment:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-cart:before {
  content: "\e904";
}

.icon-cart-one-click:before {
  content: "\e905";
}

.icon-map:before {
  content: "\e906";
}

.icon-reviews:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-user:before {
  content: "\e909";
}

.overflow-hidden {
  height: 100%;
  overflow: hidden;
}

.header a {
  text-decoration: none;
}

.header__top-line {
  margin-bottom: 15px;
  padding: 15px 0;
  font-size: 12px;
  border-bottom: 1px solid #f0f0f0;
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .header__top-line {
    margin: 0;
    padding: 10px 0;
  }
}

.header__top-line a:hover {
  text-decoration: underline;
}

.header__body {
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .header__body {
    padding: 15px 0 20px;
  }
}

.header .nav-menu {
  display: none;
}

@media (min-width: 768px) {
  .header .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .nav-menu li {
  margin-right: 16px;
}

.logo {
  display: block;
  text-align: center;
}

.header .logo {
  position: absolute;
  top: -68px;
  left: calc(50vw - 77px);
  width: 145px;
}

@media (min-width: 768px) {
  .header .logo {
    position: static;
    width: auto;
  }
}

.footer .logo {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer .logo {
    margin-bottom: 0;
  }
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .nav-menu {
  -webkit-column-count: 2;
          column-count: 2;
}

@media (min-width: 768px) {
  .footer .nav-menu {
    -webkit-column-count: auto;
            column-count: auto;
  }
}

.nav-menu li:last-child {
  margin: 0;
}

.footer .nav-menu li {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .footer .nav-menu li {
    padding: 3px 0;
  }
}

.nav-menu a {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.nav-menu a:hover {
  text-decoration: underline;
}

.footer .nav-menu a:hover {
  color: #ebc200;
}

.footer .nav-menu a {
  display: inline-block;
  padding: 3px 0;
  color: #888;
}

@media (min-width: 768px) {
  .footer .nav-menu a {
    padding: 0;
  }
}

.nav-menu .sales a {
  color: #e30008;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-align: right;
  position: relative;
  padding: 7px 15px 7px 0;
}

@media (min-width: 768px) {
  .login {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .login__mobile-active {
    pointer-events: none;
  }
}

.login-links {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}

@media (min-width: 768px) {
  .login-links {
    display: block;
    position: static;
  }
}

.expanded .login-links {
  display: block;
}

.login .icon-user {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .login .icon-user {
    margin-right: 5px;
    font-size: 14px;
  }
}

.login a:hover {
  text-decoration: underline;
}

.phone-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .phone-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.footer .phone-section {
  padding-top: 15px;
}

.footer .phone-section,
.contact .phone-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact .phone-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
}

.phone-section .call-me {
  font-size: 16px;
  color: #ebc200;
  text-decoration: underline;
}


.phone-section .call-me:hover {
  color: #ebc200;
  text-decoration: none;
}

.footer .phone-section .call-me {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .footer .phone-section .call-me {
    margin: 0 0 30px;
  }
}

.phone-section .vodafone,
.phone-section .kyivstar {
  position: relative;
  padding-left: 30px;
}

.phone-section .vodafone::before,
.phone-section .kyivstar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/sprite.png");
}

.phone-section .vodafone::before {
  background-position: 20px 0;
}

.phone-section .kyivstar::before {
  background-position: 0 0;
}

.phone-section a {
  text-decoration: none;
}

.phone-section a:hover {
  color: #343536;
  text-decoration: underline;
}

.phone-group div {
  margin-bottom: 10px;
}

.phone-group div:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .phone-group div:last-child {
    margin-bottom: 5px;
  }
}

.footer .phone-group div {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .footer .phone-group div {
    margin-bottom: 20px;
  }
}

.contact .phone-group div {
  margin-bottom: 20px;
}

.location {
  position: relative;
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .location {
    padding-left: 17px;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .location {
    max-width: none;
    margin: 0;
  }
}

.location::after {
  content: '\e906';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'icomoon', sans-serif;
  font-size: 20px;
  color: #c5c5c5;
}

.location span {
  display: block;
  color: #c5c5c5;
}

.contact .location {
  display: none;
  max-width: 270px;
  margin: 30px auto;
  font-size: 16px;
}
@media (max-width: 992px) {
  .contact .location{

    max-width:100%;
    display: block;
  }
  .contact .phone-section{
    width:100%;
  }
  .contact .phone-section .phone-group{
    width:100%;
    display:flex;
    flex-direction:column;
  }
}


.map .location {
  display: none;
  margin-bottom: 15px;
  font-size: 18px;
}

@media (min-width: 992px) {
  .map .location {
    max-width: none;
    display: block;
    margin: 0 0 15px;
  }
}

.nav_block {
  position: relative;
}
.nav_block .col-md-3{
  position:unset;
}

.catalog.expanded .catalog__list {
  opacity: 1;
  visibility: visible;
}

.catalog.expanded .catalog__btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.catalog__btn {
  display: block;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #ebc200;
  -webkit-transition: background-color time;
  -o-transition: background-color time;
  transition: background-color time;
}

.catalog__btn:hover {
  color: #fff;
  background-color: #d2ad00;
}

.catalog__btn:active, .catalog__btn:focus {
  color: #fff;
}

.home .catalog__btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  pointer-events: none;
}

.footer .catalog__btn {
  display: none;
}

.catalog__list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  border: 1px solid #c5c5c5;
  border-top: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.home .catalog__list {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.footer .catalog__list {
  position: static;
  -webkit-column-count: 2;
          column-count: 2;
  border: 0;
  background-color: transparent;
  opacity: 1;
  visibility: visible;
}

.footer .catalog__list li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid-column;
  overflow: hidden;
}

.catalog__list li {
  padding: 0 15px;
}

.catalog__list li:hover .sub-menu {
  display: flex;
  flex-direction: column;
}

.catalog__list li:last-child a {
  border-bottom: 0;
}

.catalog__list > li > a::after {
  display: none;
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  font-family: 'FontAwesome', sans-serif;
}

@media (min-width: 768px) {
  .catalog__list > li > a::after {
    display: block;
  }
}

.footer .catalog__list > li > a::after {
  display: none;
}

.catalog__list a {
  position: relative;
  display: block;
  padding: 8px 0;
  font-size: 12px;
  color: #888;
  border-bottom: 1px solid #c5c5c5;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.catalog__list a:hover {
  font-weight: 400;
  color: #ebc200;
}

.footer .catalog__list a {
  padding: 3px 0;
  text-decoration: none;
  border: 0;
}

.footer .catalog__list a:hover {
  text-decoration: underline;
}
.banner .banner__carousel{
  margin-bottom:30px;
}
.catalog__list .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  height: 100%;
  padding: 10px 0px 0;
  border: 1px solid #c5c5c5;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100%;
  width: 220px;
}

.catalog__list .sub-menu > li {
  font-weight: bold;
  color: #ebc200;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid-column;
  overflow: hidden;
}

.catalog__list .sub-menu ul {
  margin: 15px 0 0 0;
  padding-left: 10px;
  list-style: none;
}

.catalog__list .sub-menu ul li {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

.catalog__list .sub-menu a {
  border-bottom: 0;
}

.catalog__list .sub-menu a:hover {
  text-decoration: underline;
}

#mobile-nav {
  display: none;
}
.slicknav_menu{
  display:none;
}

#mobile-nav-box {
  display: none;
}

@media (max-width: 768px) {
  .menu_close{
    display: flex;
    flex-direction: row;
    width: 42px;
    height: 42px;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    line-height: 42px;
    min-height: 42px;
    margin-left: 10px;
  }
  #mobile-nav-box {
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 22;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
  }
   #mobile-nav-box.active{
    display:flex;
   }
  .slicknav_menu{
    display:block;
  }
}

@media (max-width: 767px) {
  .sub-menu {
    background-image: none !important;
  }
}

.search {
  margin-bottom: 20px;
}

.search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 49px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.search__select-field, .search__input-field, .search__input, .search__submit {
  height: 100%;
}

.search__select, .search__submit {
  border: 0;
  background-color: #f9f9f9;
}

.search__select-field {
  display: none;
  background-color: #f9f9f9;
}

@media (min-width: 992px) {
  .search__select-field {
    display: block;
  }
}

.search__select {
  width: 160px;
  height: 100%;
}

.search__input-field {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  border-left: 1px solid #f0f0f0;
}

.search__input {
  width: 100%;
  max-width: 100%;
  padding: 0 55px 0 7px;
  border: 0;
}

@media (min-width: 992px) {
  .search__input {
    padding: 0 85px 0 10px;
  }
}

.search__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border-left: 1px solid #f0f0f0;
  border-radius: 0 4px 4px 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media (min-width: 992px) {
  .search__submit {
    width: 80px;
  }
}

.search__submit::after {
  content: '\e908';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'icomoon', sans-serif;
  font-size: 26px;
  color: #c5c5c5;
}

.search__submit:hover {
  background-color: #e6e6e6;
}

.cart__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 7px 0 8px;
  border-radius: 4px;
  color: #fff;
  background-color: #e30008;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cart__btn:hover {
  color: #fff;
  background-color: #ca0007;
}

@media (min-width: 768px) {
  .cart__btn {
    height: auto;
    padding: 5px 0 6px;
  }
}

.cart__info {
  display: none;
}

@media (min-width: 768px) {
  .cart__info {
    display: block;
    margin-left: 5px;
  }
}

.cart__info span {
  color: #ebc200;
}

.cart .icon-cart {
  position: relative;
  left: 7px;
  font-size: 28px;
}

@media (min-width: 768px) {
  .cart .icon-cart {
    left: 0;
    font-size: 32px;
  }
}

.banner {
  opacity: 0.99;
}

.banner__item {
  position: relative;
  background-size: cover;
}

.banner .owl-carousel .owl-item img {
  width: 100%;
}

.banner .owl-carousel .owl-dots {
  position: absolute;
  bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .banner .owl-carousel .owl-dots {
    bottom: 10%;
  }
}

.banner .owl-carousel .owl-dots .owl-dot {
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px !important;
  margin: 0 10px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  background-color: transparent;
  background-clip: content-box;
  outline: 0;
}

@media (min-width: 768px) {
  .banner .owl-carousel .owl-dots .owl-dot {
    width: 28px;
    height: 28px;
  }
}

.banner .owl-carousel .owl-dots .owl-dot.active {
  background-color: #ebc200;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome', sans-serif;
  font-size: 40px;
  color: #fff;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.3));
}

@media (min-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 60px;
  }
  .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    color: #ebc200;
  }
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 5%;
}

@media (min-width: 768px) {
  .main {
    padding: 30px 0;
  }
}

.tabs {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .tabs {
    padding-top: 0;
  }
}

.tabs__controls {
  margin-bottom: 25px;
  padding-bottom: 4px;
  border-bottom: 1px solid #f8f8f8;
}

.tabs__button {
  position: relative;
  margin-right: 10px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs__button::after {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: currentColor;
}

.tabs__button.active::after {
  display: block;
}

.tabs__button.top {
  color: #ebc200;
}

.tabs__button.novelties {
  color: #7c7c7c;
}

.tabs__button.sales {
  color: #e30008;
}

.tabs__button.top:hover, .tabs__button.novelties:hover {
  color: #ebc200;
}

.products__item {
  position: relative;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.products__item:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.products__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
    position: relative;
    z-index: 3;
}

.products__item-footer span {
  font-size: 12px;
  text-decoration: line-through;
}

.products__item-footer strong {
  font-size: 22px;
  font-weight: bold;
}

.products__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 22px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  background-color: #e30008;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

@media (max-width: 1200px) {
  .products__item-btn {
    padding: 8px 10px;
  }
}

.products__item-btn:hover {
  color: #fff;
  background-color: #ca0007;
}

.products__item-btn .icon-cart {
  margin-right: 4px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
.tabs__content .products{
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

.products__item span {
  display: block;
  font-size: 10px;
  color: #7c7c7c;
}

.products__item a.product_item_url,
.products__item h2 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  word-break: break-word;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 48px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.products__item a.product_item_url:after{
  position: absolute;
  width:100%;
  height:100%;
  content:"";
  display:block;
  z-index:1;
  top: 0px;
  left:0px;
}


.products__item img {
  display: block;
  margin: 0 auto 20px;
}

[data-product] {
  position: relative;
}

[data-product] .badge {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 94px;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 4px 0 4px 0;
}

[data-product="top"] .badge {
  background-color: #ebc200;
}

[data-product="novelties"] .badge {
  background-color: green;
}

[data-product="sales"] .badge {
  background-color: #e30008;
}

.sales-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 45px;
}

@media (min-width: 768px) {
  .sales-banner {
    display: block;
  }
}

.products .sales-banner {
  display: none;
}

@media (min-width: 992px) {
  .products .sales-banner {
    display: block;
  }
}

.sales-banner__item {
  display: block;
  width: 48%;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 768px) {
  .sales-banner__item {
    width: 100%;
  }
}

.content {
  margin: 15px 0;
}

@media (min-width: 768px) {
  .content {
    margin: 30px 0;
  }
}

.content h2 {
  margin: 0 0 15px;
  padding: 7px 0;
  font-size: 18px;
  color: #7c7c7c;
  border-bottom: 1px solid #f8f8f8;
}

@media (min-width: 992px) {
  .content h2 {
    margin: 0 0 30px;
    padding-left: 20px;
  }
}

.home .content h2 {
  padding-left: 0;
}

@media (min-width: 992px) {
  .content .recent-news {
    padding-top: 20px;
  }
}

.content .recent-news h2 {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 300;
  text-align: center;
  border-bottom: 0;
  color: #888;
}

.news h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.news__item {
  margin-bottom: 5px;
  padding: 8px 5px 30px;
  border: 1px solid #f9f9f9;
  border-radius: 4px;
}

.news__item span {
  display: block;
  padding: 0 10px 7px 0;
  font-size: 10px;
  text-align: right;
  color: #c5c5c5;
}

.news__item h3,
.news__item p {
  margin: 0;
}

.news__item h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.news__item p {
  max-height: 36px;
  font-size: 10px;
  line-height: 1.2;
}

.news__item img {
  display: block;
  width: 100%;
}

.news__img {
  display: block;
  margin-bottom: 8px;
}

.read-all {
  padding-bottom: 4px;
  font-size: 12px;
  text-decoration: none;
  color: #ebc200;
}

@media (min-width: 768px) {
  .read-all {
    padding-bottom: 0;
  }
}

.read-all:hover {
  color: #ebc200;
  text-decoration: underline;
}

.recent-news .read-all {
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: underline;
}

.recent-news .read-all:hover {
  text-decoration: none;
}

.info strong {
  font-weight: bold;
  color: #e30008;
}

.info p,
.info ul {
  font-size: 12px;
}

.info ul {
  margin: 0 0 20px;
  padding-left: 20px;
  list-style: none;
}

.map iframe {
  width: 100%;
  height: 300px;
}

.contact-page .map {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .contact-page .map {
    padding-top: 0;
  }
}

.footer {
  padding: 20px 0;
  font-size: 12px;
  background-color: #f9f9f9;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  display: inline;
  font-size: 14px;
  font-weight: 300;
}

.breadcrumbs a {
  color: #c5c5c5;
  text-decoration: none;
}

.breadcrumbs a::after {
  content: '/';
  display: inline-block;
  padding-left: 2px;
}

.breadcrumbs .active,
.breadcrumbs .current {
  font-weight: 600;
}

.breadcrumbs .active a,
.breadcrumbs .current a {
  color: #343536;
  pointer-events: none;
}

.breadcrumbs .active a::after,
.breadcrumbs .current a::after {
  display: none;
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 25px;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .pagination {
    margin: 30px 0 0;
  }
}
.load_more{
  display: flex;
  width: max-content;
  background: #7f7f7f;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 5px 10px;
  border-radius: 6px;
  margin: 0px auto;
  color: #fff;
}
.load_more:hover{
  background: #e30008;
}
.pagination li {
  margin: 0 10px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #7f7f7f;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.pagination li:hover {
  background-color: #e30008;
}

.pagination .current {
  background-color: #ebc200;
  pointer-events: none;
}

.pagination span,
.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  text-decoration: none;
  color: #fff;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 5px 10px 5px 20px;
  font-family: inherit;
  line-height: normal;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ebc200;
}

.contact-form input {
  height: 40px;
}

.contact-form input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60%;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 8px 15px 10px;
  font-weight: 300;
  border: 0;
  color: #fff;
  background-color: #ebc200;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.contact-form input[type="submit"]:hover {
  background-color: #d2ad00;
}

.contact-form textarea {
  min-height: 150px;
  resize: none;
}

.contact-form span {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .mobile-sections {
    display: none;
  }
}

.mobile-sections .phone-section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 20px;
}

.mobile-sections .phone-group div {
  margin-bottom: 15px;
}

.mobile-sections .call-me {
  margin-bottom: 10px;
}

.mobile-sections .location {
  margin: 0 20px;
}

.article__item {
  border-bottom: 1px solid #dcdcdc;
}

.article__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__date {
  display: block;
  padding: 5px 0;
  text-align: right;
  font-size: 14px;
  color: #c5c5c5;
}

.article__content {
  padding: 10px 5px;
  font-size: 14px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .article__content {
    padding: 25px 15px;
  }
}

.article__content h3 {
  margin: 25px 0 5px;
  font-size: 16px;
  line-height: 1.15;
  color: #ebc200;
}

.article__content p {
  margin: 0 0 5px;
}

.article__content img {
  display: block;
  width: 100%;
  margin: 15px 0;
}

.more-articles {
  padding: 15px 0 15px 5px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .more-articles {
    padding: 30px 0 30px 15px;
  }
}

.more-articles__list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .more-articles__list {
    padding-left: 30px;
  }
}

.more-articles__list li {
  margin-bottom: 3px;
}

.more-articles__list a {
  font-size: 14px;
  line-height: 1.3;
  text-decoration: underline;
  color: #ebc200;
}

.more-articles__list a:hover {
  color: #ebc200;
  text-decoration: none;
}

.filters {
  display: none;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  width: calc(100% - 30px);
  padding: 0 15px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .filters {
    display: block;
    position: static;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.filters__wrapper {
  padding: 10px 0;
}

@media (min-width: 992px) {
  .filters__wrapper {
    padding: 0;
    border-right: 1px solid #f0f0f0;
  }
}

.filters__title {
  margin: 0 0 15px;
  font-size: 14px;
  color: #ebc200;
}

@media (min-width: 992px) {
  .filters__title {
    font-size: 12px;
  }
}

.filters__subtitle {
  padding: 5px;
  text-align: center;
  background-color: #f9f9f9;
}

@media (min-width: 992px) {
  .filters__subtitle {
    padding: 0;
    text-align: left;
    background-color: transparent;
  }
}

.filters__box {
  margin-bottom: 50px;
}

.filters__box:last-of-type {
  margin-bottom: 0;
}

.filters__row {
  margin-bottom: 10px;
}

.filters__row:last-of-type {
  margin-bottom: 0;
}

.filters__row input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.filters__row input:checked + label::before {
  background-color: #ebc200;
}

.filters__row label {
  position: relative;
  padding-left: 28px;
  color: #888;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.filters__row label::before, .filters__row label::after {
  content: '';
  position: absolute;
}

.filters__row label::before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  padding: 2px;
  border: 1px solid #f0f0f0;
  background-clip: content-box;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.filters__reset-link {
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 15px auto 0;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  background-color: #f9f9f9;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .filters__reset-link {
    margin-top: 30px;
  }
  .filters__reset-link:hover {
    color: #343536;
    background-color: #e7e7e7;
  }
}

.slicknav_btn {
  position: relative;
  display: block;
  float: left;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul{
  display:none;
}
#mobile-nav.slicknav_nav .mobile_nav_c {
  display: none;
}
#mobile-nav.active.slicknav_nav .mobile_nav_c{
  display:flex;
  flex-direction:column;
  width:100%;
}
#mobile-nav.active.slicknav_nav .catalog_link svg{
  transform: rotate(-90deg);
}
.slicknav_nav li {
  display: block;
}
.mobile_nav_c img{
  display:none!important;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slicknav_menu * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #343536;
}

.slicknav_nav {
  display: block !important;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f0f0f0;
}

.slicknav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 80vw;
  max-width: 300px;
  margin: 0;
  padding: 50px 0 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-box-shadow: 1px 2px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.slicknav_btn.slicknav_open + .slicknav-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slicknav-wrapper .fa-close {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 1;
  font-size: 30px;
}

.slicknav-inner {
  height: 100%;
  overflow-y: auto;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav a {
  padding: 8px 10px;
  margin: 3px 0 3px 10px;
  text-decoration: none;
  color: #424242;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.slicknav_nav a:hover {
  text-decoration: none;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.products__sort-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 12px;
  color: #555;
}

.products__sort-select {
  height: 34px;
}

.products__sort-label {
  padding-right: 5px;
  cursor: pointer;
}
.mobile_nav_c .category_nav{
  display:none;
}
.mobile_nav_c li.active > .category_nav{
  display: flex;
  flex-direction:column;
}
.mobile_nav_c li.active > a svg{
  transform:rotate(-90deg);
}
.mobile_nav_c .subcategory_nav{
  display:none;
}
.mobile_nav_c li.active > .subcategory_nav{
  display: flex;
  flex-direction:column;
}

.products__sort .chosen-container {
  width: auto !important;
  font-size: 12px;
}
.close_filter_btn{
  display:none;
}
@media (max-width: 768px) {
  .close_filter_btn {

    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .filters{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 300;
    background: #fff;
    left: 0px;
    top: 0px;
  }
  .filters.active{
    display: flex;
    flex-direction: column;
  }
}

.products__sort .chosen-container:hover {
  background-color: transparent;
}


.products__sort .chosen-container-single .chosen-single div {
  margin-left: 0;
}

.products__sort .chosen-container-single .chosen-single div::after {
  top: 2px;
}

.products__sort .chosen-container .chosen-drop {
  left: -10px;
  width: calc(100% + 10px);
  border: 1px solid #f0f0f0;
  border-radius: 6px;
}

.products__sort .chosen-container .chosen-results {
  border-top: 0;
}

.products__sort .chosen-container .chosen-results li {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

.products__sort .chosen-container .chosen-results li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #f0f0f0;
}

.products__sort .chosen-container .chosen-results li:last-child::after {
  display: none;
}

.products__filter {
  margin-right: 50px;
  margin-bottom: 15px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  color: #555;
  border: 1px solid #555;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -ms-touch-action: none;
      touch-action: none;
}


@media (min-width: 480px) {
  .products__filter {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .products__filter {
    display: none;
  }
}

.products__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .products__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.single-product__carousel {
  margin-bottom: 40px;
}

.single-product__item {
  text-align: center;
}

.single-product__item img {
  margin: 0 auto;
}

.single-product .badge {
  left: 1px;
}

.single-product__info {
  margin-bottom: 30px;
  font-size: 14px;
  color: #7c7c7c;
}

@media (min-width: 992px) {
  .single-product__info {
    margin-bottom: 0;
  }
}

.single-product__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-product__info .quantity {
  position: relative;
  width: 80px;
}

.single-product__info .quantity input[type=number]::-webkit-inner-spin-button,
.single-product__info .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product__info .quantity input[type=number] {
  -moz-appearance: textfield;
}

.single-product__info .quantity input {
  width: 100%;
  height: 40px;
  padding: 0;
  padding-left: 20px;
  border-radius: 4px;
  border: 1px solid #c5c5c5;
}

.single-product__info .quantity-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.single-product__info .quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: #c5c5c5;
  font-size: 13px;
  line-height: 1.5;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.single-product__info .quantity-button:hover {
  color: #454647;
}

.single-product__info .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
}

.single-product__info .quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
}

.single-product__status {
  margin: 10px 0 5px;
  padding: 7px 10px 8px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background-color: #96e590;
}

.single-product__status.unavailable {
  background-color: #c5c5c5;
}

.single-product__price strong {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
  color: #343536;
}

.single-product__price span {
  text-decoration: line-through;
}

.single-product__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.single-product__buy .buy-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 40px;
  margin-left: 15px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  border: 0;
  color: #fff;
  background-color: #e30008;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.single-product__buy .buy-link:hover {
  background-color: #ca0007;
}

.single-product__buy .buy-link .icon-cart {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
}

.single-product__fast-buy {
  color: #c5c5c5;
}

.single-product__fast-buy label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.single-product__fast-buy input {
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  padding: 5px 10px 5px 20px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  border: 1px solid #c5c5c5;
  color: #c5c5c5;
}

.single-product__fast-buy .fast-buy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #ebc200;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.single-product__fast-buy .fast-buy-link:hover {
  background-color: #d2ad00;
}

.single-product__fast-buy .fast-buy-link .icon-cart-one-click {
  margin-right: 15px;
  font-size: 20px;
}

.single-product__description {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-product__description {
    margin-bttom: 0;
  }
}

.single-product__description .tabs__button {
  color: #888;
}

.single-product__description .tabs__button:hover, .single-product__description .tabs__button.active {
  color: #ebc200;
}

.payment-delivery {
  margin-bottom: 30px;
  padding: 18px 10px;
  font-size: 14px;
  border: 1px solid #c5c5c5;
  border-radius: 6px;
}

@media (min-width: 992px) {
  .payment-delivery {
    margin-bottom: 0;
  }
}

.payment-delivery > span {
  display: block;
  margin-bottom: 10px;
  color: 888;
}

.payment-delivery__list {
  font-size: 12px;
}

@media (min-width: 768px) {
  .payment-delivery__list {
    text-align: center;
  }
}

.payment-delivery__list li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 0 5px;
}

.payment-delivery__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'icomoon', sans-serif;
  color: #c5c5c5;
}

.payment-delivery__list li:first-child::before {
  content: '\e900';
  font-size: 32px;
}

.payment-delivery__list li:last-child {
  margin-bottom: 0;
}

.payment-delivery__list li:last-child::before {
  content: '\e901';
  font-size: 40px;
}

.payment-delivery__list strong,
.payment-delivery__list p {
  text-align: left;
}

.payment-delivery__list strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.payment-delivery__list span {
  color: #ebc200;
}

.payment-delivery__list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  color: #c5c5c5;
}

.payment-delivery__list a:hover {
  text-decoration: none;
}

.payment-delivery p {
  margin: 0 0 5px;
}

.rating {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  font-size: 20px;
}

.rating-total {
  margin-left: 4px;
  font-size: 14px;
  color: #c5c5c5;
}

.rating-star {
  padding: 0 2px;
  margin: 0;
  cursor: pointer;
}

.rating-star:after {
  position: relative;
  font-family: 'FontAwesome', sans-serif;
  content: '\f006';
  color: #c5c5c5;
}

.rating-star.checked ~ .rating-star:after,
.rating-star.checked:after {
  content: '\f005';
  color: #ebc200;
}

@media (min-width: 768px) {
  .rating:hover .rating-star:after {
    content: '\f006';
    color: #ebc200;
  }
}

@media (min-width: 768px) {
  .rating-star:hover ~ .rating-star:after,
  .rating-star:hover:after {
    content: '\f005' !important;
    color: #ebc200;
  }
}

.features__table {
  width: 100%;
  font-size: 16px;
  color: #c5c5c5;
}

.features__table th,
.features__table td {
  padding: 10px 0;
  font-weight: 300;
  text-align: left;
  border-bottom: 1px solid #c5c5c5;
}

.features__table td {
  color: #343536;
}

.features__table tr:last-of-type td,
.features__table tr:last-of-type th {
  border-bottom: 0;
}

.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #888;
}

.reviews__total {
  margin-bottom: 10px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .reviews__total {
    margin-bottom: 0;
  }
}

.reviews__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 255px;
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  color: #fff;
  background-color: #888;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.reviews__btn:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.34);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.34);
}

.reviews__btn .icon-reviews {
  margin-right: 10px;
  font-size: 20px;
}

.reviews__list {
  margin-bottom: 20px;
  font-size: 14px;
}

.reviews__list li {
  position: relative;
  padding: 30px 0 15px;
  border-bottom: 1px solid #f0f0f0;
}

.reviews__list p {
  line-height: 1.3;
}

.reviews__list p:last-of-type {
  margin-bottom: 0;
}

.reviews__show-all {
  font-size: 16px;
  color: #ebc200;
  text-decoration: underline;
}

.reviews__show-all:hover {
  text-decoration: none;
}

.reviews__item-header {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .reviews__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .reviews__item-header .rating {
    margin-left: auto;
    margin-right: 100px;
  }
}

.reviews__author {
  display: block;
}

@media (min-width: 768px) {
  .reviews__author {
    display: inline-block;
  }
}

.reviews__date {
  position: absolute;
  top: 35px;
  right: 0;
  font-size: 10px;
  color: #c5c5c5;
}

@media (min-width: 768px) {
  .reviews__date {
    position: static;
  }
}

.input_holder {
  position: relative;
}

.input_holder .descr {
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 12px;
}

.chosen-container {
  position: relative;
  left: -1px;
  height: 100%;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.chosen-container:hover {
  background-color: #e6e6e6;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1010;
  width: calc(100% + 50%);
  border: 1px solid #f0f0f0;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}


/* @end */
/* @group Right to Left */
/* @end */
/* @group Retina compatibility */
/* @end */

/*# sourceMappingURL=style.min.css.map */
