@media (min-width: 568px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1350px) {
  .container {
    max-width: 1340px;
  }
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class^="col-"] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 568px) {
  .col-xs-1 {
    width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 568px) {
  .col-xs-2 {
    width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 568px) {
  .col-xs-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 568px) {
  .col-xs-4 {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 568px) {
  .col-xs-5 {
    width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 568px) {
  .col-xs-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 568px) {
  .col-xs-7 {
    width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 568px) {
  .col-xs-8 {
    width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 568px) {
  .col-xs-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 568px) {
  .col-xs-10 {
    width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 568px) {
  .col-xs-11 {
    width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 568px) {
  .col-xs-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-2 {
    width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-5 {
    width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-7 {
    width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-8 {
    width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-10 {
    width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-11 {
    width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-2 {
    width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-10 {
    width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-11 {
    width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .col-lg-1 {
    width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .col-lg-2 {
    width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .col-lg-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .col-lg-4 {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .col-lg-5 {
    width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .col-lg-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .col-lg-7 {
    width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .col-lg-8 {
    width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .col-lg-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .col-lg-10 {
    width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .col-lg-11 {
    width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .col-lg-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@font-face {
  font-family: 'Proxima Nova SemiBold';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: 'Proxima Nova ExtraBold';
  src: url("../fonts/ProximaNova-Extrabld.eot");
  src: url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
  font-weight: 800;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

input, select, textarea {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

body {
  line-height: 1;
  min-width: 320px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

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

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  position: relative;
  padding-top: 194px;
  font: 16px "Proxima Nova";
  color: #020202;
}

@media (max-width: 1350px) {
  body {
    padding-top: 187.2px;
  }
}

@media (max-width: 1348px) {
  body {
    padding-top: 184.8px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 238px;
  }
}

@media (max-width: 567px) {
  body {
    padding-top: 255px;
  }
}

@media (max-width: 767px) {
  body.active-menu {
    overflow: hidden;
  }
}

.btn {
  min-width: 220px;
  height: 57px;
  padding: 0 20px;
  font: 21px "Proxima Nova SemiBold";
  cursor: pointer;
  transition: all .3s ease-in-out;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 7px;
  border: 2px solid transparent;
}

.btn:focus {
  outline: none;
}

.btn__red {
  color: #fff;
  background: #e52b38;
}

.btn__red:hover {
  background: #fff;
  color: #e52b38;
}

.btn__white {
  color: #e52b38;
  background: #fff;
}

.btn__white:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn__tran {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn__tran:hover {
  background: #e52b38;
  border-color: #e52b38;
}

.btn__back {
  color: #020202;
  background: transparent;
  border-color: #c6c6c6;
}

.btn__back:hover {
  background: #e52b38;
  border-color: #e52b38;
  color: #fff;
}

.slider-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.slider-arrow {
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.slider-arrow:before {
  content: '';
  position: absolute;
  padding: 5px;
  border-style: solid;
  border-width: 0 4px 4px 0;
  transform: rotate(-45deg);
  top: -1px;
  left: -5px;
  transition: all .3s ease-in-out;
}

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

.slider-dots .slick-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 10px;
}

.slider-dots .slick-dots button {
  display: none;
}

.slider-dots .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
}

.slider-dots .slick-dots li:last-child {
  margin-right: 0;
}

.mb30 {
  margin-bottom: 30px;
}

.mb45 {
  margin-bottom: 45px;
}

.block-title {
  text-align: center;
  font: 38px "Proxima Nova Light";
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .block-title {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

.block-basket .block-title .query-text:first-letter,
.block-title strong {
  font-family: "Proxima Nova Bold";
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul,
.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.pagination .page-prev, .pagination .page-next {
  background: transparent;
  color: #949494;
  font-size: 20px;
  transition: color .3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.pagination .page-prev:hover, .pagination .page-next:hover {
  color: #020202;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.pagination .page-prev {
  margin-right: 20px;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.pagination .page-next {
  margin-left: 20px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.pagination .page, .pagination span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 28px;
  height: 28px;
  font-family: "Proxima Nova SemiBold";
  margin-right: 6px;
  border-radius: 50%;
  background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a:not(.prev):not(.next),
.pagination .page {
  color: #40454b;
  border: 1px solid #828282;
  transition: all .3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a:not(.prev):not(.next):hover,
.pagination .page:hover {
  color: #fff;
  background: #e52b38;
  border-color: #e52b38;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination .current {
  background: #e52b38;
  color: #fff;
  border: 1px solid #e52b38;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

header.fix .header-r-b {
  padding: 5px 0;
}

@media (max-width: 991px) {
  header.fix .header-r-b {
    padding: 10px 0;
  }
}

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

@media (max-width: 991px) {
  .burger {
    font-size: 32px;
  }
}

.header-top {
  background: #f7f7f7;
  padding: 7px 0;
}

.header-t-r {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  gap: 0.4em;
}

@media (max-width: 567px) {
  .header-t-r {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.header-work {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 17px;
}

@media (max-width: 567px) {
  .header-work {
    width: auto;
  }
}

.header-work img {
  width: 21px;
  margin-right: 10px;
}

.notice-box {
  position: relative;
  margin-right: 15px;
}

.notice-btn img {
  font-size: 18px;
  margin-right: 7px;
}

.notice-btn {
  width: auto;
  cursor: pointer;
  display: flex;
  gap: 0.1rem;
  cursor: pointer;
  align-items:center;
  transition: color .3s ease-in-out;
}

.notice-btn:hover {
    color: #e52b38;
}

.notice-list {
  position: absolute;
  width: 400px;
  background: #fff;
  padding: 20px 25px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.27);
  z-index: 51;
  top: 40px;
  right: -35px;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0);
  transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
  .notice-list {
    right: 50%;
  }
}

@media (max-width: 567px) {
  .notice-list {
    right: inherit;
    left: 0;
    width: 290px;
  }
}

.notice-list:before {
  content: '';
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  bottom: 100%;
  right: 35px;
}

@media (max-width: 767px) {
  .notice-list:before {
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 567px) {
  .notice-list:before {
    display: none;
  }
}

.notice-list.active {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

@media (max-width: 767px) {
  .notice-list.active {
    transform: translateX(50%) scaleY(1);
  }
}

@media (max-width: 567px) {
  .notice-list.active {
    transform: translateX(0) scaleY(1);
  }
}

.notice-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9eaeb;
}

.notice-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.notice-list h3 {
  font: 18px "Proxima Nova Bold";
  margin-bottom: 5px;
}

.notice-list a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
  transition: color .3s ease-in-out;
}

.notice-list a:hover {
  color: #e52b38;
  text-decoration: none;
}

.header-phone {
  padding: 0 18px;
  border-left: 1px solid #e4e4e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #020202;
  transition: color .3s ease-in-out;
}

@media (max-width: 1349px) {
  .header-phone {
    padding: 0;
    gap: 0.1rem;
    border: none;
  }
}

.header-phone:hover {
  color: #e52b38;
}

.header-phone i {
  font-size: 18px;
  margin-right: 7px;
}

.soc a {
  color: #020202;
  transition: color .3s ease-in-out;
  font-size: 18px;
  display: inline-block;
  margin-right: 15px;
}

.soc a:last-child {
  margin-right: 0;
}

.soc a:hover {
  color: #e52b38;
}

.header-r-b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 25px 0;
  transition: .2s all;
}

@media (max-width: 991px) {
  .header-r-b {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header-bottom {
  background: #fff;
}

.header-logo {
  max-width: 191px;
  display: block;
}

@media (max-width: 567px) {
  .header-logo {
    width: 120px;
  }
}

.header-search {
  width: 662px;
  margin: 0 15px;
}

.dgwt-wcas-search-wrapp {
    max-width: 100%!important;
}

@media (max-width: 1350px) {
  .header-search {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header-search {
    -ms-flex-order: 2;
        order: 2;
    margin: 10px 0 0;
  }
}

.header-search form {
  display: -ms-flexbox;
  display: flex;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.header-search input[type="text"] {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  height: 50px!important;
  border: 1px solid #e5e5e5!important;
  border-radius: 5px!important;
  padding: 0 10px 0 20px!important;
  font-size: 17px!important;
}

.dgwt-wcas-sf-wrapp input[type=search]::placeholder {
  font-style: normal!important;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
.header-search input[type="submit"] {
  -ms-flex: 0 0 52px!important;
      flex: 0 0 52px!important;
  border-radius: 5px!important;
  cursor: pointer;
  background: #e52b38 url("../images/icons/search-icon.png") center no-repeat!important;
  transition: opacity .3s ease-in-out;
  margin-left: -5px!important;
  height: 50px !important;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  display: none !important;
}

.header-search input[type="submit"]:hover {
  opacity: .9;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  content: none!important;
}

.dgwt-wcas-sp .woocommerce-Price-amount {
  color: #078b04;
}

body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child {
    border-bottom: none;
    background: #e52b38!important;
    color: #fff!important;
}

.header-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #020202;
}

.icon-cart {
  position: relative;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 52px;
  height: 50px;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 567px) {
  .icon-cart {
    margin-right: 0;
  }
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -6px;
  background: #e52b38;
  color: #fff;
  font: 12px "Proxima Nova SemiBold";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 992px) {
  .header-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 15px;
    background: #181717;
    position: relative;
  }
}

@media (max-width: 991px) {
  .header-menu {
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 40px 20px;
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
  }
  .header-menu.active {
    transform: translateX(0);
  }
}

@media (max-width: 567px) {
  .cart-text {
    display: none;
  }
}

@media (min-width: 992px) {
  .main-menu {
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu > li {
    margin-right: 37px;
  }
}

@media (min-width: 992px) and (max-width: 1349px) {
  .main-menu > li {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .main-menu > li:last-child {
    margin-right: 0;
  }
  .main-menu > li.menu-item-has-children,
  .main-menu > li.has-submenu {
    padding-right: 20px;
    position: relative;
  }
  .main-menu > li.menu-item-has-children:before,
  .main-menu > li.has-submenu:before {
    content: '';
    position: absolute;
    padding: 3px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    top: 45%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
  }
  .main-menu > li.menu-item-has-children:hover .sub-menu,
  .main-menu > li.has-submenu:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
  }
  .main-menu > li > a {
    color: #fff;
    font-size: 17px;
    transition: color .3s ease-in-out;
    padding: 15px 0;
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1349px) {
  .main-menu > li > a {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .main-menu > li > a:hover {
    color: #e52b38;
  }
}

@media (max-width: 991px) {
  .main-menu li {
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .main-menu li.menu-item-has-children,
  .main-menu li.has-submenu {
    position: relative;
  }
  .main-menu li.menu-item-has-children:before,
  .main-menu li.has-submenu:before {
    content: '';
    position: absolute;
    padding: 3px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    top: 6px;
    right: 0;
    transform: rotate(225deg);
  }
  .main-menu li.menu-item-has-children.active:before,
  .main-menu li.has-submenu.active:before {
    transform: rotate(45deg);
    top: 4px;
  }
  .main-menu a {
    color: #fff;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .sub-menu,
  .submenu {
    position: absolute;
    left: 30%;
    top: 100%;
    transform: translateX(-50%) scaleY(0);
    background: rgba(229, 43, 56, 0.9);
    min-width: 280px;
    visibility: hidden;
    transform-origin: top;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 100;
    text-align: center;
    padding-top: 13px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  }
  .sub-menu li,
  .submenu li {
    padding: 10px 5px;
  }
  .sub-menu a,
  .submenu a {
    font-size: 17px;
    color: #fff;
    transition: color .3s ease-in-out;
  }
  .sub-menu a:hover,
  .submenu a:hover {
    color: #020202;
  }
}

@media (max-width: 991px) {
  .sub-menu,
  .submenu {
    display: none;
    padding-top: 15px;
  }
}

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

@media (max-width: 991px) {
  .menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #fff;
  }
}

@media (min-width: 992px) {
  .menu-filter {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(229, 43, 56, 0.9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 30px 15px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
    transform-origin: top;
    transition: all .3s ease-in-out;
  }
  .menu-filter.active {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }
}

@media (max-width: 991px) {
  .menu-filter {
    display: none;
  }
}

.filter-param {
  margin-right: 130px;
}

@media (max-width: 1349px) {
  .filter-param {
    margin-right: 40px;
  }
}

.filter-param:last-child {
  margin-right: 0;
}

.filter-param h3 {
  color: #fff;
  font: 17px "Proxima Nova Bold";
  text-transform: uppercase;
  margin-bottom: 15px;
}

.filter-param li {
  margin-bottom: 10px;
}

.filter-param a {
  color: #fff;
  transition: color .3s ease-in-out;
}

.filter-param a:hover {
  color: #020202;
}

.banner {
  position: relative;
}

.banner-hero {
  padding: 10px 0;
  text-align: center;
}

.title-text-wrap {
	display: flex;
	flex-direction: row;
	column-gap: 2rem;
	flex-wrap: wrap;
}

.banner__home .banner-text {
  height: 960px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
}

@media (max-width: 991px) {
  .banner__home .banner-text {
    min-height: 400px;
	max-height: 70vh;
  }
}

.banner__page {
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.banner__page:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}

.banner__page:after {
  content: '';
  position: absolute;
  width: 380px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  left: 50%;
  transform: translateX(-50%) skewX(-30deg);
  z-index: -1;
}

@media (max-width: 991px) {
  .banner__page:after {
    display: none;
  }
}

.banner__page .banner-text {
  position: relative;
  min-height: 302px;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 991px) {
  .banner__page .banner-text {
    min-height: 200px;
  }
}

.banner__page h1 {
  position: relative;
  z-index: 2;
}

.banner__page h1 i {
  display: block;
  font-family: "Proxima Nova Light";
}

.banner__page .banner-circle {
  z-index: 1;
}

.banner-item {
  background-position: center;
  background-size: cover;
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
}

.banner-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}

.banner-item:after {
  content: '';
  position: absolute;
  width: 380px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  left: 50%;
  transform: translateX(-50%) skewX(-30deg);
  z-index: -1;
}

@media (max-width: 991px) {
  .banner-item:after {
    display: none;
  }
}

.banner-text {
  color: #fff;
}

.banner-text h1 {
  font: 62px "Proxima Nova ExtraBold";
  margin-bottom: 5px;
}

@media (max-width: 991px) {
.banner-text h1 {
    font-size: 26px;
  }
}

.banner-text h2 {
  font: 36px "Proxima Nova Light";
  margin-bottom: 5px;
}

.banner__home .banner-text h2 {
  font: 62px "Proxima Nova Bold";
  margin-bottom: 5px;
  max-width:25ch;
}

@media (max-width: 991px) {
	.banner__home .banner-text h2 {
	font-size: 24px;
  }
}


@media (max-width: 991px) {
  .banner-text h2 {
    font-size: 24px;
  }
}

.banner-text p {
  font-size: 21px;
  margin-bottom: 15px;
  max-width: 70ch;
}

@media (max-width: 991px) {
  .banner-text p {
    font-size: 18px;
  }
}

.banner-circle {
  position: absolute;
  width: 385px;
  height: 385px;
  border-radius: 50%;
  background: repeating-radial-gradient(rgba(255, 255, 255, 0.1) 1px, rgba(255, 255, 255, 0.1) 2px, transparent 3px, transparent 18px);
  z-index: -1;
}

@media (max-width: 767px) {
  .banner-circle {
    display: none;
  }
}

.banner-circle__1 {
  top: 18px;
  left: 0;
  transform: translateX(-50%);
}

.banner-circle__2 {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

.banner-nav {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.banner-nav .slider-arrow:before {
  border-color: #afa296;
}

.banner-nav .slider-arrow:hover:before {
  border-color: #fff;
}

.banner-nav .slider-dots .slick-dots li {
  background: #afa296;
}

.banner-nav .slider-dots .slick-dots li.slick-active {
  background: #e52b38;
}

.categories-block {
  padding: 35px 0;
}

.category {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.category:before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  z-index: 2;
}

.category:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, transparent);
}

.category.active:after {
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.category.active .category-more:after {
  display: none;
}

.category-sale {
  position: absolute;
  background: #e52b38;
  top: 0;
  right: 55px;
  z-index: 2;
  color: #fff;
  width: 109px;
  min-height: 70px;
  border-radius: 0 0 10px 10px;
  font: 51px "Proxima Nova Bold";
}

@media (max-width: 991px) {
  .category-sale {
    right: 30px;
    width: 80px;
    height: 50px;
    font-size: 38px;
  }
}

.category-sale_percent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-sale p {
  font-size: 26px;
  line-height: .8;
}

@media (max-width: 991px) {
  .category-sale p {
    font-size: 18px;
  }
}

.category-sale p span {
  font: 16px "Proxima Nova Light";
  display: block;
}

@media (max-width: 991px) {
  .category-sale p span {
    font-size: 14px;
  }
}

.category-sale_desc {
  font-size: 14px;
  text-align: center;
  margin: -5px 0 10px;
  line-height: 1;
}

.category-img {
  height: 377px;
}

@media (max-width: 991px) {
  .category-img {
    height: 350px;
  }
}

.category-img img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.category-text {
  position: absolute;
  left: 45px;
  bottom: 45px;
  z-index: 4;
  right: 45px;
  color: #fff;
}

@media (max-width: 567px) {
  .category-text {
    left: 35px;
    bottom: 35px;
  }
}

.category-title {
  font: 28px "Proxima Nova Bold";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}

.category-more {
  -ms-flex: 0 0 23px;
      flex: 0 0 23px;
  height: 23px;
  border-radius: 50%;
  background: #e52b38;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}

.category-more:before, .category-more:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 10px;
  height: 2px;
  top: 10px;
  left: 6px;
}

.category-more:after {
  transform: rotate(90deg);
}

.category-desc {
  margin-bottom: 10px;
  max-height: 160px;
  overflow: hidden;
  display: none;
}

.block-advantages {
  padding: 35px 0 95px;
}

@media (max-width: 991px) {
  .block-advantages {
    padding: 40px 0;
  }
}

.advantages-row {
  display: -ms-flexbox;
  display: flex;
}

.advantages-img {
  -ms-flex: 1 0 550px;
      flex: 1 0 550px;
  height: 450px;
  margin-right: 40px;
  position: relative;
  transform-style: preserve-3d;
}

@media (max-width: 1350px) {
  .advantages-img {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    margin-right: 3%;
  }
}

@media (max-width: 767px) {
  .advantages-img {
    display: none;
  }
}

.advantages-img:before {
  content: '';
  position: absolute;
  width: 73.6363636364%;
  height: 64.4444444444%;
  background: #e52b38;
  bottom: -8px;
  left: -8px;
  transform: translateZ(-1px);
}

.advantages-img img {
  border-radius: 10px;
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.advantage-img {
  margin-bottom: 15px;
  height: 60px;
  line-height: 60px;
}

.advantage-img img {
  vertical-align: bottom;
}

.advantage-name {
  font: 21px "Proxima Nova Bold";
  margin-bottom: 10px;
}

.block-item {
  padding: 75px 0;
  background: #f7f7f7;
}

.item {
  background: #fff;
  padding: 15px 15px 15px;
  border-radius: 10px;
  height: 100%;
}

.item-img {
  display: block;
  height: 195px;
  margin-bottom: 20px;
}

.item-img img {
  border-radius: 10px 10px 0 0;
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.item-b {
  padding-left: 15px;
}

.products .item-b {
	padding-left: 0;
}

.item-name {
  margin-bottom: 15px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-name a {
  font: 21px "Proxima Nova Bold";
  color: #020202;
  transition: color .3s ease-in-out;
}

.item-name a:hover {
  color: #e52b38;
}

.item-name a span {
  font-family: "Proxima Nova Light";
}

.item-price {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  margin-bottom: 15px;
}

.item-price span,
.item-price i,
.item-price span.woocommerce-Price-currencySymbol {
  font: 20px "Proxima Nova Bold";
  color: #078b04;
}

.item-price span.woocommerce-Price-amount.amount {
  font: 20px "Proxima Nova Bold";
  color: #078b04;
}

.item-characteristic {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  margin-bottom: 15px;
}

.item-characteristic span {
  color: #020202;
}

.item-desc {
  font-size: 18px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  max-height: 44px;
  overflow: hidden;
}

.item .added_to_cart{
  display: flex !important;
  position: absolute;
  opacity: 0;
}

.item .added_to_cart.added {
  position: static;
  opacity: 1;
}

.added_to_cart,
.item-add, .add_to_cart_button.product_type_variable {
  cursor: pointer;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  color: #020202;
  display: -ms-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center;
      align-items: center;
  font-size: 17px;
}

.added_to_cart:focus,
.item-add:focus, .add_to_cart_button.product_type_variable:focus {
  outline: none !important;
}

.item-add.added i,
.added_to_cart i,
.item-add:hover i,
.add_to_cart_button.product_type_variable:hover i {
  background: #e52b38;
  border-color: #e52b38;
  color: #fff;
}

.added_to_cart i,
.item-add i, .add_to_cart_button.product_type_variable i {
  width: 52px;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 10px;
  transition: all .3s ease-in-out;
}

.banner-content {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 68px 0 58px;
  position: relative;
  min-height: 340px;
}

@media (max-width: 991px) {
  .banner-content {
    min-height: auto;
  }
}

.banner-content-img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  width: 45%;
  height: 100%;
}

@media (max-width: 991px) {
  .banner-content-img {
    display: none;
  }
}

.banner-content-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 15%;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}

.banner-content-img img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-content-text {
  color: #fff;
  font: 31px "Proxima Nova Bold";
  width: 55%;
  padding-left: 7%;
}

@media (max-width: 1350px) {
  .banner-content-text {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .banner-content-text {
    width: 100%;
    font-size: 25px;
  }
}

.banner-content-text h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-content-text p {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .banner-content-text p {
    font-size: 18px;
  }
}

.block-testimonials {
  padding: 90px 0 70px;
}

@media (max-width: 991px) {
  .block-testimonials {
    padding: 40px 0;
  }
}

.testimonials-col {
  padding: 0 15px;
}

.testimonial {
  padding: 64px 35px 30px;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonial {
    padding: 64px 15px 20px;
  }
}

.testimonials-slider .slick-track {
  margin: 60px auto 0;
}

.testimonial-photo {
  position: absolute;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  overflow: hidden;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #fff;
  box-shadow: 0 0 0 2px #e52b38;
}

.testimonial-photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-icon img {
  margin: 0 auto 10px;
  display: block;
  width: 24px;
}

.testimonial-name {
  font: 21px "Proxima Nova Bold";
  text-align: center;
  margin-bottom: 10px;
}

.testimonial-name span {
  color: #e52b38;
}

.testimonial-text {
  text-align: center;
  font-style: italic;
}

.testimonials-nav {
  margin-top: 35px;
  -ms-flex-pack: center;
      justify-content: center;
}

.testimonials-nav .slider-arrow:before {
  border-color: #999999;
}

.testimonials-nav .slider-arrow:hover:before {
  border-color: #020202;
}

.testimonials-nav .slider-dots .slick-dots li {
  background: #8b8b8b;
}

.testimonials-nav .slider-dots .slick-dots li.slick-active {
  background: #e52b38;
}

.footer-top {
  background: #f7f7f7;
  padding: 70px 0 50px;
}

@media (max-width: 1350px) {
  .footer-top {
    padding: 40px 0;
  }
}

.footer-row {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1350px) {
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-logo {
  width: 191px;
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .footer-logo {
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
  }
}

.footer-logo a {
  display: block;
}

.footer-title {
  font-family: "Proxima Nova Bold";
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-product-menu {
  width: 265px;
}

@media (max-width: 1350px) {
  .footer-product-menu {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media (max-width: 567px) {
  .footer-product-menu {
    width: 100%;
    text-align: center;
  }
}

.footer-product-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 567px) {
  .footer-product-menu ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
}

.footer-product-menu li {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 5px;
}

@media (max-width: 567px) {
  .footer-product-menu li {
    padding-right: 0;
  }
}

.footer-product-menu a {
  color: #020202;
  transition: color .3s ease-in-out;
}

.footer-product-menu a:hover {
  color: #e52b38;
}

.footer-menu {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  width: 274px;
  padding: 0 10px 0 75px;
}

@media (max-width: 1350px) {
  .footer-menu {
    width: 50%;
    border-right: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 567px) {
  .footer-menu {
    width: 100%;
    border: none;
    padding: 0;
    text-align: center;
  }
}

.footer-menu li {
  margin-bottom: 15px;
}

.footer-menu a {
  color: #020202;
  transition: color .3s ease-in-out;
}

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

.footer-r {
  padding-left: 80px;
}

@media (max-width: 1350px) {
  .footer-r {
    padding-left: 0;
    width: 100%;
  }
}

.footer-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 25px;
}

@media (max-width: 567px) {
  .footer-info {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}

.footer-info .soc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer-address {
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 160px;
}

@media (max-width: 1350px) {
  .footer-address {
    width: auto;
  }
}

.footer-address i {
  font-size: 22px;
  margin-right: 10px;
}

.footer-phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 20px;
  padding: 0 20px;
  border-right: 1px solid #e4e4e5;
  border-left: 1px solid #e4e4e5;
  color: #020202;
  transition: color .3s ease-in-out;
  white-space: nowrap;
}

@media (max-width: 567px) {
  .footer-phone {
    margin: 10px 0;
    border: none;
    padding: 0;
  }
}

.footer-phone:hover {
  color: #e52b38;
}

.footer-phone i {
  margin-right: 10px;
}

.footer-delivery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1350px) {
  .footer-delivery {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-delivery img {
  margin: 0 12px 8px 0;
}

.footer-delivery img:last-child {
  margin-right: 0;
}

.copyright {
  font: 14px "Proxima Nova Light";
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  background: #020202;
  padding: 10px;
}

.copyright a {
  color: #fff;	
  transition: color .3s ease-in-out;
}

.copyright a:hover {
  color: #e52b38
}

.block-text {
  padding: 50px 0;
}

.block-text__l .block-text-img {
  right: 0;
  border-radius: 7px 0 0 7px;
}

.block-text__l .box-text:before {
  left: -10px;
}

.block-text__r .row {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.block-text__r .box-text:before {
  right: -10px;
}

.block-text__r .block-text-img {
  left: 0;
  border-radius: 0 7px 7px 0;
}

.block-text-wrap {
  position: relative;
  padding: 35px 0;
}

@media (max-width: 991px) {
  .block-text-wrap {
    padding: 0;
  }
}

.block-text-img {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .block-text-img {
    display: none;
  }
}

.block-text-img img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.box-text {
  position: relative;
  background: #fff;
  box-shadow: 0 0 49px rgba(113, 146, 168, 0.11);
  padding: 45px 50px;
  border-radius: 10px;
  transform-style: preserve-3d;
}

@media (max-width: 991px) {
  .box-text {
    width: 100%;
    padding: 20px 25px;
  }
}

.box-text:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 208px;
  background: #e52b38;
  border-radius: 7px;
  transform: translateZ(-1px);
  top: -10px;
}

@media (max-width: 991px) {
  .box-text:before {
    display: none;
  }
}

.box-text__w900 {
  width: 900px;
}

.box-text__w690 {
  width: 690px;
}

.box-text h3 {
  font: 31px "Proxima Nova Bold";
  margin-bottom: 15px;
}

.box-text h3 span {
  color: #e52b38;
}

.box-text p {
  margin-bottom: 15px;
}

.box-text ul {
  margin-bottom: 15px;
}

.box-text ul li {
  font-family: "Proxima Nova Light";
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}

.box-text ul li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 14px;
  background: url("../images/icons/check-icon.png") center no-repeat;
  background-size: contain;
}

.box-text ol {
  margin-bottom: 15px;
}

.box-text ol li {
  font-family: "Proxima Nova Light";
  margin-bottom: 5px;
}

.box-text ol li {
    list-style: decimal;
    list-style-position: inside;
}

.about-box .block-text-img {
  width: 45%;
}

.laminate-box .block-text-img {
  width: 54%;
}

.block-text {
  padding: 60px 0;
}

@media (max-width: 991px) {
  .block-text {
    padding: 40px 0;
  }
}

.block-text h2 {
  font: 38px "Proxima Nova Bold";
  margin-bottom: 25px;
  margin-top: 25px;
}

@media (max-width: 991px) {
  .block-text h2 {
    font-size: 28px;
  }
}

.block-text h2 strong {
  font-family: "Proxima Nova ExtraBold";
}

.block-text h3 {
  font-size: 30px;
  margin: 15px 0 15px;
}

@media (max-width: 991px) {
  .block-text h3 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}

.block-text p {
  margin-bottom: 15px;
}

.block-text strong {
  font-family: "Proxima Nova ExtraBold";
}

.block-text a {
  color: #e52b38;
}

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

.delivery-box .block-text-img {
  width: 53%;
}

.delivery-info {
  position: relative;
  padding: 45px 50px;
  background: #fff;
  box-shadow: 0 0 49px rgba(113, 146, 168, 0.11);
  width: 690px;
  border-radius: 10px;
  transform-style: preserve-3d;
}

@media (max-width: 991px) {
  .delivery-info {
    width: 100%;
    padding: 20px 25px;
  }
}

.delivery-info:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 208px;
  background: #e52b38;
  border-radius: 7px;
  transform: translateZ(-1px);
  top: -10px;
  left: -10px;
}

@media (max-width: 991px) {
  .delivery-info:before {
    display: none;
  }
}

.delivery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 35px;
}

.delivery:last-child {
  margin-bottom: 0;
}

@media (max-width: 567px) {
  .delivery {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.delivery h3 {
  font: 24px "Proxima Nova Bold";
}

.delivery h3 span {
  color: #e52b38;
}

.delivery-img {
  -ms-flex: 0 0 75px;
      flex: 0 0 75px;
  margin-right: 10px;
  text-align: center;
}

.about-advantages {
  padding: 65px 0;
  background: #f7f7f7;
}

@media (max-width: 1349px) {
  .about-advantages {
    padding: 40px 0;
  }
}

.about-advantages-wrap {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 1349px) {
  .about-advantages-wrap {
    padding: 0 15px;
  }
}

.about-advantages-row {
  margin: 0 -30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1349px) {
  .about-advantages-row {
    margin: 0 -15px;
  }
}

.about-advantages-col {
  padding: 0 30px;
  width: 33.333%;
  margin-bottom: 20px;
}

@media (max-width: 1349px) {
  .about-advantages-col {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .about-advantages-col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .about-advantages-col {
    width: 100%;
  }
}

.about-advan {
  display: block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}

.about-advan:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
}

a.about-advan:hover h3 {
  color: #e52b38;
}
a.about-advan:hover:after {
  border-color: rgba(229, 43, 56, 1);
}

.about-advan:after {
  position: absolute;
  content: '';
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  transition: all .3s ease-in-out;
}

.about-advan-img {
  height: 234px;
}

.about-advan-img img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-advan-info {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}

.about-advan-info h3 {
  color: #fff;
  font: 28px "Proxima Nova Bold";
  transition: all .3s ease-in-out;
}

.about-advan-icon {
  margin-bottom: 15px;
  height: 76px;
}

.block-partners {
  padding: 50px 0;
}

.partner {
  text-align: center;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.partner-btn {
  text-align: center;
  margin-top: 35px;
}

.block-info-prod {
  padding: 60px 0;
  background: #f7f7f7;
}

@media (max-width: 1349px) {
  .block-info-prod {
    padding: 40px 0;
  }
}

.info-prod {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}

.info-prod:hover:before, .info-prod:hover:after,
.info-prod:hover .info-prod-name {
  opacity: 0;
}

.info-prod:hover .info-prod-desc {
  opacity: 1;
}

.info-prod:before, .info-prod:after {
  content: '';
  position: absolute;
  transition: opacity .3s ease-in-out;
}

.info-prod:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, #000);
}

.info-prod:after {
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .info-prod:after {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
}

.info-prod-img {
  height: 375px;
}

@media (max-width: 567px) {
  .info-prod-img {
    height: 300px;
  }
}

.info-prod-img img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.info-prod-name {
  position: absolute;
  width: 100%;
  left: 0;
  transition: opacity .3s ease-in-out;
  bottom: 50px;
  color: #fff;
  padding: 0 30px;
  font: 28px "Proxima Nova Bold";
  text-align: center;
  z-index: 2;
}

@media (max-width: 991px) {
  .info-prod-name {
    font-size: 22px;
    bottom: 30px;
  }
}

.info-prod-desc {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 35px;
  top: 0;
  left: 0;
  background: rgba(229, 43, 56, 0.8);
  color: #fff;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

@media (max-width: 767px) {
  .info-prod-desc {
    padding: 20px;
  }
}

.info-prod-desc p {
  margin-bottom: 10px;
}

.block-basket {
  padding: 55px 0 100px;
  background: #f7f7f7;
}

.block-basket .block-title:first-letter {
  font-family: "Proxima Nova Bold";
}

.table-basket {
  padding: 15px 30px;
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 567px) {
  .table-basket {
    padding: 15px 10px;
  }
}

.basket-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
}

@media (max-width: 1349px) {
  .basket-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.basket-preview {
  -ms-flex: 0 0 110px;
      flex: 0 0 110px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1349px) {
  .basket-preview {
    -ms-flex: 0 0 12%;
        flex: 0 0 12%;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .basket-preview {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
  }
}

@media (max-width: 991px) {
  .basket-preview {
    -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    margin: 0 auto 10px;
  }
}

.basket-preview a {
  display: block;
  height: 74px;
}

.basket-preview img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.basket-title {
  width: 41%;
  display: flex;
  align-items: center;
  padding: 1em;
  font-size: 14px;
}

@media (max-width: 1349px) {
  .basket-title {
    width: 88%;
  }
}

@media (max-width: 991px) {
  .basket-title {
    width: 80%;
  }
}

@media (max-width: 567px) {
  .basket-title {
    width: 100%;
    margin-bottom: 10px;
  }
}

.basket-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  font: 18px "Proxima Nova Bold";
  color: #020202;
  transition: color .3s ease-in-out;
  padding: 0 20px;
  display: block;
  flex: 0 0 50%;
}

@media (max-width: 991px) {
  .basket-title a {
    padding: 0 10px;
  }
}

@media (max-width: 567px) {
  .basket-title a {
    padding: 0;
  }
}

.basket-title a:hover {
  color: #e52b38;
}

.basket-title .variation {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

.basket-title .variation > dt {
  font-weight: bold;
  margin-right: 5px;
}

.basket-price {
  width: 15%;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
}

@media (max-width: 991px) {
  .basket-price {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .basket-price {
    width: 120px;
    margin-bottom: 7px;
    font-size: 14px;
  }
}

.basket-price sup {
  font-size: smaller;
  vertical-align: super;
}

.basket-prod-total {
  font-size: 24px;
  margin-right: 3%;
  width: 17%;
  text-align: right;
}

@media (max-width: 991px) {
  .basket-prod-total {
    width: 50%;
    text-align: left;
  }
}

.basket-del {
  -ms-flex: 0 0 30px;
      flex: 0 0 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #020202;
  transition: all .3s ease-in-out;
}

.basket-del:hover {
  background: #e52b38;
  color: #fff;
  border-color: #e52b38;
}

.qib-container.quantity {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}

@media (max-width: 991px) {
.qib-container.quantity {
    margin-bottom: 10px !important;
  }
}

.qib-container.quantity {
  position: relative;
}

.qib-container .quantity .sup {
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
  top: 47%;
  right: 52px;
  transform: translateY(-50%);
}

@media (max-width: 567px) {
  .qib-container .quantity .sup {
    right: 40px;
  }
}

.quantity .sup sup {
  font-size: smaller;
  vertical-align: super;
}

.quantity button {
  width: 42px !important;
  height: 56px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  background: #e52b38 !important;
  cursor: pointer;
  font-size: 18px !important;
  color: #fff !important;
  border: none !important;
}

@media (max-width: 567px) {
  .quantity button {
    height: 36px !important;
    width: 36px !important;
  }
}

.quantity input.qty {
  width: 80px !important;
  height: 56px !important;
  text-align: right !important;
  padding-right: 30px !important;
  border-top: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

@media (max-width: 567px) {
  .quantity input.qty {
    height: 56px !important;
  }
}

@media (max-width: 567px) and (max-width: 567px) {
  .quantity input.qty {
    width: 60px !important;
    padding-right: 30px !important;
  }
}

.basket-b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 20px;
  -ms-flex-align: center;
      align-items: center;
}

.basket-b h3 {
  font-size: 24px;
}

.basket-b p {
  width: 413px;
  text-align: right;
  font: 30px "Proxima Nova Bold";
  color: #078b04;
}

.btn-basket {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 40px;
}

@media (max-width: 567px) {
  .btn-basket {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.btn-basket a {
  margin-right: 40px;
}

@media (max-width: 567px) {
  .btn-basket a {
    margin: 0 0 10px;
  }
}

.btn-basket a:last-child {
  margin-right: 0;
}

.btn-basket .btn__back i {
  font-size: 14px;
  margin-right: 10px;
}

.block-contact {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 991px) {
  .block-contact {
    padding: 40px 0;
  }
}

.block-contact .row {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.block-map {
  width: 60%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 7px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .block-map {
    position: static;
    transform: translateY(0);
    width: 100%;
  }
}

@media (max-width: 767px) {
  .block-map {
    height: 350px;
  }
}

.contact-info {
  position: relative;
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 49px rgba(113, 146, 168, 0.11);
  width: 610px;
  border-radius: 10px;
  transform-style: preserve-3d;
}

@media (max-width: 991px) {
  .contact-info {
    width: 100%;
  }
}

.contact-info:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 208px;
  background: #e52b38;
  border-radius: 7px;
  transform: translateZ(-1px);
  top: -10px;
  right: -10px;
}

@media (max-width: 991px) {
  .contact-info:before {
    display: none;
  }
}

.contact-info .block-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact-info p {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
}

.contact-info p i {
  margin-right: 10px;
  color: #e52b38;
}

.contact-info a {
  color: #020202;
  transition: color .3s ease-in-out;
}

.contact-info a:hover {
  color: #e52b38;
}

.contact-soc {
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.contact-soc p {
  font-size: 18px;
  margin: 0 13px 0 0;
}

.contact-soc a {
  color: #4c4c4c;
  font-size: 18px;
}

.block-form {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 1349px) {
  .block-form {
    padding: 40px 0;
  }
}

.block-form-img {
  position: absolute;
  width: 45%;
  height: 660px;
  top: 45px;
  left: 0;
  overflow: hidden;
  border-radius: 0 7px 7px 0;
}

@media (max-width: 1349px) {
  .block-form-img {
    display: none;
  }
}

.block-form-img img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wrap-form {
  position: relative;
  width: 990px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 60px;
  background: #fff;
  box-shadow: 0 0 49px rgba(113, 146, 168, 0.11);
  border-radius: 10px;
  transform-style: preserve-3d;
}

@media (max-width: 1349px) {
  .wrap-form {
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .wrap-form {
    padding: 40px 15px;
  }
}

.wrap-form:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: #e52b38;
  border-radius: 7px;
  transform: translateZ(-1px);
  top: -10px;
  right: -10px;
}

@media (max-width: 1349px) {
  .wrap-form:before {
    display: none;
  }
}

.wrap-form .row {
  margin: 0 -5px;
}

.wrap-form [class^="col-"] {
  padding: 0 5px;
}

.wrap-form input:not([type="submit"]), .wrap-form textarea, .wrap-form select {
  height: 50px;
  border: 1px solid #e5e5e5;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 17px;
}

.wrap-form input:not([type="submit"]):-ms-input-placeholder, .wrap-form textarea:-ms-input-placeholder, .wrap-form select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wrap-form input:not([type="submit"])::placeholder, .wrap-form textarea::placeholder, .wrap-form select::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wrap-form textarea {
  height: 105px;
  padding: 15px 10px 10px 20px;
  resize: none;
}

.wrap-form input:not([type="submit"]) {
  padding: 0 10px 0 20px;
}

.wrap-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/icons/arrow-down-icon.png") 97% center no-repeat;
  cursor: pointer;
  padding: 0 10px 0 20px;
}

.wrap-form p {
  font-size: 17px;
  margin-bottom: 10px;
}

.form-title {
  text-align: center;
  margin-bottom: 15px;
  font: 31px "Proxima Nova Bold";
}

.form-title span {
  color: #e52b38;
}

.form-subtitle {
  text-align: center;
  padding: 0 50px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .form-subtitle {
    padding: 0;
  }
}

.check-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

.check-col {
  padding: 0 25px;
  width: 25%;
}

.block-form .wpcf7-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

.block-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.yith-wcan-list li a,
.yith-wcan-list li span,
.block-form .wpcf7-checkbox .wpcf7-list-item-label,
.check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 17px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

@media (max-width: 567px) {
  .block-form .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
@media (min-width: 568px) {
  .block-form .wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .block-form .wpcf7-checkbox .wpcf7-list-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .block-form .wpcf7-checkbox .wpcf7-list-item {
    width: 25%;
    padding: 0 5px;
  }
}

.block-form .wpcf7-checkbox .wpcf7-list-item input,
.check input {
  display: none;
}

.yith-wcan-list li.chosen a:after,
.yith-wcan-list li.chosen span:after,
.block-form .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after,
.check input:checked ~ .checkmark:before {
  display: block;
}

.yith-wcan-list li.chosen a:before,
.yith-wcan-list li.chosen span:before {
  content: '' !important;
  color: transparent !important;
}

.yith-wcan-list li a:before,
.yith-wcan-list li span:before {
  content: "";
}

.yith-wcan-list li a:before,
.yith-wcan-list li span:before,
.block-form .wpcf7-checkbox .wpcf7-list-item-label:before,
.check .checkmark {
  -ms-flex: 0 0 20px;
      flex: 0 0 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.yith-wcan-list li a:after,
.yith-wcan-list li span:after,
.block-form .wpcf7-checkbox .wpcf7-list-item-label:after,
.check .checkmark:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background: #e52b38;
  width: 14px;
  height: 14px;
  display: none;
}

.yith-wcan-list li a:after,
.yith-wcan-list li span:after {
  transform: translate(0, 0);
  top: 4px;
  left: 3px;
}

.block-form .wpcf7-checkbox .wpcf7-list-item-label:after {
  transform: translate(0, 0);
  top: 3px;
  left: 3px;
}

.wpcf7-acceptance .wpcf7-list-item {
    display: block;
    margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label,
.check-agree {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 14px;
}

.wpcf7-acceptance input,
.check-agree input {
  display: none;
}

.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after,
.check-agree input:checked ~ span.checkbox:before {
  display: block;
}

.wpcf7-acceptance .wpcf7-list-item-label:before,
.check-agree span {
  -ms-flex: 0 0 20px;
      flex: 0 0 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  position: relative;
}

.wpcf7-acceptance .wpcf7-list-item-label:after,
.check-agree span.checkbox:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/icons/check-icon.png") center no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
  display: none;
}

.wpcf7-acceptance .wpcf7-list-item-label:after {
  top: 5px;
  left: 3px;
  transform: translate(0,0);
}

.form-b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 567px) {
  .form-b {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 567px) {
  .form-b .btn {
    margin-top: 10px;
  }
}

.form-b .btn:hover {
  border-color: #e52b38;
}

.block-form .wpcf7 .ajax-loader {
  display: none;
}
.block-form .wpcf7-mail-sent-ok {
  text-align: center;
  border: none !important;
  color: #020202;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.block-form input.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}
.block-form .wpcf7-validation-errors {
  text-align: center;
  color: #f00;
  border: none !important;
  margin: 0;
  padding: 15px 0 0 0;
}

.block-form .wpcf7-not-valid-tip {
  margin-top: -10px;
}

.block-detail {
  padding: 50px 0 40px;
}

.detail-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .detail-row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.detail-preview {
  width: 43%;
  height: 560px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1349px) {
  .detail-preview {
    width: 30%;
    height: 350px;
  }
}

@media (max-width: 991px) {
  .detail-preview {
    width: 100%;
    margin-bottom: 20px;
  }
}

.detail-preview img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

@media (max-width: 1349px) {
  .detail-preview img {
    height: 350px;
  }
}

.detail-r {
  width: 57%;
  padding-left: 6%;
}

@media (max-width: 1349px) {
  .detail-r {
    width: 70%;
    padding-left: 3%;
  }
}

@media (max-width: 991px) {
  .detail-r {
    padding: 0;
    width: 100%;
  }
}

.detail-t {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 567px) {
  .detail-t {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.prod-id {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin-bottom: 15px;
}

.prod-name {
  font: 38px "Proxima Nova Bold";
  margin-bottom: 10px;
}

.prod-label {
  font-size: 18px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .detail-certificate {
    margin-top: 10px;
  }
}

.detail-certificate img {
  display: inline-block;
  margin-right: 0.4rem;
  max-width: 62px;
}

.detail-certificate img:last-child {
  margin-right: 0;
}

.detail-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px;
  column-gap: 1.5em;
}

@media (max-width: 1349px) {
  .detail-info {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.detail-price {
  color: #078b04;
  font-size: 30px;
  margin-bottom: 15px;
}

.detail-info-l ul {
  margin-bottom: 15px;
}

.detail-info-l ul li {
  font-family: "Proxima Nova Light";
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}

.detail-info-l ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background: url("../images/icons/check-icon.png") center no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
}

.link-measure {
  font-size: 18px;
  color: #e52b38;
}

.link-measure:hover {
  text-decoration: underline;
}

.title-box {
  font: 18px "Proxima Nova Bold";
  margin-bottom: 10px;
}

.detail-info-r {
  width: 100%;
}

@media (max-width: 1349px) {
  .detail-info-r {
    width: 100%;
    margin-top: 10px;
  }
}

.detail-info-r ul li {
  padding: 7px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  font-family: "Proxima Nova Light";
}

.detail-info-r ul li:last-child {
  border-bottom: none;
}

.detail-info-r ul li > div:last-child {
  text-align: right;
}

.detail-color {
  margin-bottom: 25px;
}

.variable-items-wrapper {
  width: 100%;
  margin: 0 -6px !important;
}
.check-color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px;
}

.variable-items-wrapper .variable-item {
  padding: 0 6px !important;
  width: 16.666% !important;
  height: 52px !important;
  margin: 0 0 10px !important;
  box-shadow: none !important;
}

.color-col {
  padding: 0 6px;
  width: 16.666%;
}

@media (max-width: 567px) {
  .color-col {
    width: 25%;
  }
  .variable-items-wrapper .variable-item {
    width: 25% !important;
  }
}

.variable-items-wrapper .variable-item span,
.variable-items-wrapper .variable-item img {
  border: 2px solid transparent;
  border-radius: 7px;
  object-fit: cover;
}

.variable-items-wrapper .variable-item.selected span,
.variable-items-wrapper .variable-item.selected img {
  border-color: #e52b38;
}

.variable-items-wrapper .variable-item:before,
.variable-items-wrapper .variable-item:after {
  content: none !important;
}

a.reset_variations {
  color: #e52b38;
}

.color {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}

.color input {
  display: none;
}

.color input:checked ~ img {
  border-color: #e52b38;
}

.color img {
  border: 2px solid transparent;
  height: 52px;
  border-radius: 7px;
  object-fit: cover;
  max-width: inherit;
  width: 100%;
}

.detail-b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.detail-total {
  margin-left: 10px;
  font-size: 24px;
  color: #a3a3a3;
}

.detail-total span {
  color: #020202;
}

.add-to-cart {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.information-box {
  font-family: "Proxima Nova Light";
  height: 130px;
  margin-bottom: 10px;
  overflow: hidden;
}

.information-box.active {
  height: auto;
}

.information-box p {
  margin-bottom: 10px;
}

.information-more {
  font-family: "Proxima Nova Light";
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
  cursor: pointer;
}

.information-more:hover {
  text-decoration: none;
}

.block-similar {
  background: #f7f7f7;
  padding: 55px 0;
}

.block-similar .block-title {
  text-transform: uppercase;
}

.similar-nav {
  margin-top: 35px;
  -ms-flex-pack: center;
      justify-content: center;
}

.similar-nav .slider-arrow:before {
  border-color: #999999;
}

.similar-nav .slider-arrow:hover:before {
  border-color: #020202;
}

.similar-nav .slider-dots .slick-dots li {
  background: #8b8b8b;
}

.similar-nav .slider-dots .slick-dots li.slick-active {
  background: #e52b38;
}

#measure {
  width: 930px;
  border-radius: 10px;
  box-shadow: 0 0 49px rgba(0, 0, 0, 0.11);
  padding: 50px 70px;
}

@media (max-width: 1349px) {
  #measure {
    width: 850px;
  }
}

@media (max-width: 991px) {
  #measure {
    width: 96%;
    padding: 30px 20px;
  }
}

#measure h2 {
  font: 31px "Proxima Nova Bold";
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 991px) {
  #measure h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

#measure h2 span {
  color: #e52b38;
}

#measure h3 {
  font: 24px "Proxima Nova Bold";
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #measure h3 {
    font-size: 18px;
  }
}

#measure p {
  font-size: 14px;
}

#measure img {
  border-radius: 10px;
  width: 50%;
}

@media (max-width: 567px) {
  #measure img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.fancybox-is-open .fancybox-bg, .fancybox-bg {
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
}

.box-measure {
  margin-bottom: 25px;
}

.box-measure:nth-child(even) img {
  float: left;
  margin-right: 30px;
}

@media (max-width: 567px) {
  .box-measure:nth-child(even) img {
    float: none;
    margin-right: 0;
  }
}

.box-measure:nth-child(odd) img {
  float: right;
  margin-left: 30px;
}

@media (max-width: 567px) {
  .box-measure:nth-child(odd) img {
    float: none;
    margin-left: 0;
  }
}

.block-catalog {
  padding: 77px 0 60px;
  background: #f7f7f7;
}

.block-filter {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .block-filter {
    position: absolute;
    width: 320px;
    height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all .3s ease-in-out;
    transform: translateX(-100%);
  }
  .block-filter.active {
    transform: translateX(0);
  }
}

.box-filter {
  padding: 0 10px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.box-filter:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box-filter.active .filter-title:after {
  display: none;
}

.box-filter.active .yith-wcan-list,
.box-filter.active .filter-list {
  display: block;
}

.filter-title {
  font: 18px "Proxima Nova SemiBold";
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}

.filter-title:before, .filter-title:after {
  content: '';
  position: absolute;
  background: #020202;
  width: 10px;
  height: 2px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.filter-title:after {
  transform: translateY(-50%) rotate(90deg);
}

.yith-wcan-list,
.filter-list {
  display: none;
}

.filter-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1349px) {
  .filter-link {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.filter-colors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-colors li {
  margin-bottom: 25px;
}

.filter-colors li.active a:before {
  width: 100%;
  left: 0;
  right: 0;
}

.filter-colors a {
  padding: 0 14px;
  color: #020202;
  position: relative;
}

.filter-colors a:before {
  content: '';
  position: absolute;
  bottom: -8px;
  background: #e52b38;
  transition: all .3s ease-in-out;
  left: 50%;
  width: 0;
  height: 4px;
  border-radius: 3px;
}

.filter-colors a:hover:before {
  width: 100%;
  left: 0;
  right: 0;
}

.filter-colors a span {
  color: #595959;
}

.filter-colors .filter-title {
	display: none;
}

.filter-colors .yith-wcan-filters {
    background-color: transparent;
    margin-bottom: 0;
}

.filter-colors .yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 25px;
}

.filter-colors .yith-wcan-filters .yith-wcan-filter .filter-items {
	display: flex;
	flex-wrap: wrap;
}

.filter-colors .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a {
	color: #020202;
}

.filter-colors .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count {
    color: #595959;
}

.filter-sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-sort li {
  margin: 0 6px 25px 0;
}

@media (max-width: 1349px) {
  .filter-sort li {
    margin: 0 6px 10px 0;
  }
}

.filter-sort li:last-child {
  margin-right: 0;
}

.filter-sort li.active a {
  background: #e52b38;
  color: #fff;
  border-color: #e52b38;
}

.filter-sort a {
  width: 94px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #c6c6c6;
  border-radius: 30px;
  color: rgba(0, 0, 0, 0.8);
  transition: all .3s ease-in-out;
}

.filter-sort a:hover {
  background: #e52b38;
  color: #fff;
  border-color: #e52b38;
}

.filter-orderby .filter-title {
	display: none;
}

.filter-orderby .yith-wcan-filters {
	width: 220px;
    background-color: #f7f7f7;
    margin-bottom: 0;
}

.filter-orderby .yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 25px;
}

.filter-orderby .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
	border: 1px solid #c6c6c6;
    border-radius: 30px;
	box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    transition: all .3s ease-in-out;
}

.filter-orderby .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
	background-color: #e52b38;
	border-color: #e52b38;
	color: #fff;
}

.filter-orderby .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open:after {
    filter: brightness(0) invert(1);
}

.filter-orderby .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
	background-color: #f7f7f7;
	border: 1px solid #c6c6c6;
	border-radius: 10px;
	box-shadow: none;
	z-index: 9;
}

.filter-orderby .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a {
    color: rgba(0, 0, 0, 0.8);
	transition: all .3s ease-in-out;
}

.filter-orderby .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover,
.filter-orderby .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a {
	color: #e52b38;
}

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

@media (max-width: 991px) {
  .btn-filter {
    position: fixed;
    z-index: 15;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 0 7px 7px 0;
    background: #e52b38;
    color: #fff;
  }
}

@media (min-width: 1350px) {
  .categories-block .row .product-cat-item:nth-child(4n+0),
  .categories-block .row .product-cat-item:nth-child(4n+1) {
    width: 58.3333333333%;
  }
}

/* WooCommerce Cart Page */
.return-to-shop {
  display: none;
}
.cart-empty.woocommerce-info {
  padding: 1em;
  font-family: "Proxima Nova ExtraBold";
  color: #020202;
  background: none;
  border: none;
}
.cart-empty.woocommerce-info i {
  margin-right: 10px;
}
.cart-empty.woocommerce-info::before {
  content: none;
}

/* Checkout Page */
.block-checkout {
  position: relative;
  transform-style: preserve-3d;
}
.block-checkout:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: #e52b38;
  border-radius: 7px;
  transform: translateZ(-1px);
  top: -10px;
  right: -10px;
}
@media (max-width: 1349px) {
  .block-checkout:before {
    display: none;
  }
}
.block-checkout a {
  color: #e52b38;
}
.block-checkout a:hover {
  text-decoration: underline;
}
.checkout.woocommerce-checkout h3 {
  font-size: 18px;
  font-family: "Proxima Nova ExtraBold";
  margin-bottom: 10px;
}
.checkout.woocommerce-checkout input:not([type="submit"]),
.checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout select,
.checkout.woocommerce-checkout .select2-selection--single {
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 0 10px 0 20px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 17px;
}
.checkout.woocommerce-checkout .select2-selection--single {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.checkout.woocommerce-checkout .select2-selection--single:focus {
  outline: none;
}
.checkout.woocommerce-checkout .select2-selection--single > span {
  padding: 0;
}
.checkout.woocommerce-checkout .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 3%;
  background: url(../images/icons/arrow-down-icon.png) center no-repeat;
}
.checkout.woocommerce-checkout .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.checkout.woocommerce-checkout .form-row textarea {
  height: 105px !important;
  padding: 15px 10px 10px 20px;
  resize: none;
}
.checkout.woocommerce-checkout .form-row label {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: normal;
}
.checkout.woocommerce-checkout .form-row .required {
  color: #020202;
  font-weight: normal;
}
.checkout.woocommerce-checkout .col2-set .col-1,
.checkout.woocommerce-checkout .col2-set .col-1 {
  padding: 0;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #f00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #f00;
}
.woocommerce-error {
  border: none;
  color: #f00;
}
.woocommerce-error::before {
  color: #f00;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
}
.woocommerce-checkout #payment ul.payment_methods {
  border: none;
  padding: 0;
}
.woocommerce-info {
  background: none;
  border: none;
  padding: 1em;
}
.woocommerce-info::before {
  content: none;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
  margin-top: 10px;
  font: 21px "Proxima Nova SemiBold";
  color: #fff;
  background: #e52b38;
}

a.button.added::after {
  content: none;
}

.table-basket .search-item:last-child {
  border: none;
}

.table-basket .search-item .btn {
  min-width: 150px;
  height: 47px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .table-basket .search-item {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .table-basket .search-item .basket-title {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .table-basket .search-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .table-basket .search-item .basket-preview {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
  }
  .table-basket .search-item .basket-preview a {
    height: 140px;
  }
  .table-basket .search-item .basket-title {
    padding: 5px 0;
  }
}

.block-detail .item-add.added:after {
  content: none;
}
.block-detail .added_to_cart {
  display: none !important;
}

.breadcrumbs {
  padding: 15px 0;
}

.breadcrumbs a {
  color: #e52b38;
}

.page-404 .block-title {
  font-size: 100px;
  margin-bottom: 10px;
}

.page-404 .table-basket {
  text-align: center;
  padding: 50px 30px;
}

/* Payment Methods */
.wc_payment_method .check {
  display: block;
  white-space: normal;
}
.wc_payment_method .check .checkmark {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
}
.woocommerce-checkout #payment div.payment_box {
  background: #f7f7f7;
}
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid #f7f7f7;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
#wc-stripe-payment-token-new,
#wc-stripe-new-payment-method {
  height: auto;
}

.wc-measurement-price-calculator-price-table {
  display: block;
  width: 100%;
  font-family: "Proxima Nova Light";
  margin-bottom: 20px;
}
.wc-measurement-price-calculator-price-table input {
  padding: 0 5px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wc-measurement-price-calculator-price-table .price-table-row td {
  padding-bottom: 5px;
}
.wc-measurement-price-calculator-price-table .total_price .amount {
  font-family: "Proxima Nova Regular";
  color: #020202;
}
.price-table-row.calculated-price {
  display: none !important;
}

/* Pagination */
.nav-links {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.nav-links .page-numbers {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-family: "Proxima Nova SemiBold";
  margin-right: 6px;
  border-radius: 50%;
  background: transparent;
  color: #40454b;
  border: 1px solid #828282;
  transition: all .3s ease-in-out;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:not(.dots):not(.prev):not(.next):hover {
  background: #e52b38;
  color: #fff;
  border-color: #e52b38;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
  border: none;
  color: #949494;
  font-size: 20px;
}
.nav-links .page-numbers.prev:hover,
.nav-links .page-numbers.next:hover {
  color: #020202;
}
.nav-links .page-numbers.dots {
  border: none;
}

/* Posts */
.content-article {
  padding-top: 2vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content-article img {
	margin:20px 0 20px;
}

@media (max-width: 1199px) {
  .content-article {
    padding: 40px 15px 0;
  }
}

.article-img {
  position: relative;
  flex: 0 0 42%;
  min-height: 31.25vw;
}

@media (max-width: 1199px) {
  .article-img {
    flex: 0 0 45%;
    min-height: 450px;
  }
}

@media (max-width: 991px) {
  .article-img {
    flex: 0 0 100%;
    height: 450px;
    min-height: inherit;
  }
}

@media (max-width: 767px) {
  .article-img {
    height: 350px;
  }
}

.article-img img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-img .item-date {
  right: 0;
  left: inherit;
}

.article-content {
  width: 100%;
  max-width:780px;
  padding: 0.3vw 1vw;
  border: 0.2083333333vw solid #f8f8f8;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .article-content {
    width: 100%;
    padding: 10px 20px;
    border-width: 4px;
  }
}

@media (max-width: 991px) {
  .article-content {
    width: 100%;
    border: none;
  }
}

.article-content p {
  margin-bottom: 15px;
}

.item-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.7395833333vw;
  height: 4.0625vw;
  background: #555557;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  font: 0.625vw "Futura PT Medium";
}

@media (max-width: 1199px) {
  .item-date {
    width: 91px;
    height: 78px;
    font-size: 12px;
  }
}

.item-date span {
  line-height: 1;
  font: 1.7708333333vw "Futura PT Heavy";
  margin-bottom: 0.3125vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0.5208333333vw;
}

@media (max-width: 1199px) {
  .item-date span {
    font-size: 34px;
    margin-bottom: 6px;
    padding: 0 10px;
  }
}

.blog-items .item {
  position: relative;
}

.blog-items .item-date {
  border-radius: 10px 0 0;
  top: 15px;
  left: 15px;
}

.center-btn {
  text-align: center;
}

.item.product .variable-items-wrapper .variable-item {
  padding: 0 2px !important;
  height: 30px !important;
}

.detail-color .variations-row {
  margin-bottom: 15px;
}

.detail-color .variations-row:last-child {
  margin-bottom: 0;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .wvs-archive-variation-wrapper .variations>li {
  display: flex;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .wvs-archive-variation-wrapper .variations>li .item-characteristic {
  margin: 0 10px 0 0;
}

.woo-variation-items-wrapper.colour {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .wvs-archive-variation-wrapper .variations>li.colour .item-characteristic {
  margin: 0 0 5px 0;
}

.block-filter small.count {
  display: none;
}

.qib-button:not(#qib_id):not(#qib_id) {
  cursor: pointer;
  background: #e52b38 !important;
  border: none !important;
  width: 42px !important;
  height: 56px !important;
  font-size: 30px !important;
  color: #fff !important;
}
.qib-button.minus {
  border-radius: 6px 0 0 6px !important;
}
.qib-button.plus {
  border-radius: 0 6px 6px 0 !important;
}

.woocommerce-product-details__short-description {
  margin-top: 15px;
}

.woocommerce-product-details__short-descriptiona h1,
.information-box h1 {
    font: 28px "Proxima Nova Bold";
    margin-bottom: 10px;
}

.woocommerce-product-details__short-descriptiona h2,
.information-box h2 {
    font: 24px "Proxima Nova Bold";
    margin-bottom: 10px;
}

.woocommerce-product-details__short-descriptiona h3,
.information-box h3 {
    font: 21px "Proxima Nova Bold";
    margin-bottom: 10px;
}

.woocommerce-product-details__short-descriptiona h4,
.information-box h4 {
    font: 19px "Proxima Nova Bold";
    margin-bottom: 10px;
}

.woocommerce-product-details__short-descriptiona h5,
.information-box h5 {
    font: 18px "Proxima Nova Bold";
    margin-bottom: 10px;
}

.woocommerce-product-details__short-descriptiona h6,
.information-box h6 {
    font: 17px "Proxima Nova Bold";
    margin-bottom: 10px;
}

.woocommerce-product-details__short-descriptiona strong,
.information-box strong {
  font-weight: bold;
}

.woocommerce-product-details__short-descriptiona em,
.information-box em {
  font-style: italic;
}

.woocommerce-product-details__short-descriptiona ul,
.information-box ul {
  list-style: disc;
  margin-left: 20px;
}

.woocommerce-product-details__short-descriptiona ul li,
.information-box ul li {
  margin-bottom: 5px;
}

.woocommerce-product-details__short-descriptiona ol,
.information-box ol {
  counter-reset: counter;
}

.woocommerce-product-details__short-descriptiona ol li,
.information-box ol li {
  counter-increment: counter;
  margin-bottom: 5px;
}

.woocommerce-product-details__short-descriptiona ol li:before,
.information-box ol li:before {
  content: counter(counter) ". ";
}

.woocommerce-product-details__short-descriptiona a,
.information-box a {
  color: #e52b38;
}

.woocommerce-product-details__short-description a:hover,
.information-box a:hover {
  text-decoration: underline;
}

.woocommerce-product-details__short-descriptiona img.aligncenter,
.information-box img.aligncenter {
  display: block;
  margin: 0 auto;
}

.product-gallery .item {
  padding: 15px;
}

.product-gallery .item-img {
  margin-bottom: 0;
}

.product-gallery .item-img img {
  border-radius: 10px;
}

.woocommerce-order .woocommerce-column__title,
.woocommerce-thankyou-order-received {
  font-size: 18px;
  font-family: "Proxima Nova ExtraBold";
  margin-bottom: 10px;
}

.basket-row .basket-quantity {
  width: 165px;
}
@media (max-width: 567px) {
  .basket-row .basket-quantity {
    width: 145px;
  }
}

.detail-t-l {
	width: 58%;
}
@media (max-width: 567px) {
	.detail-t-l {
		width: 100%;
	}
}

.detail-t-lr {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ns-rating-woocom-post-rate {
  width: 145px;
  flex: 0 0 145px;
  margin-top: 15px;
}
.ns-rating-woocom-fieldset > label {
  cursor: pointer;
}
.ns-rating-woocom-rating > br {
  display: none;
}
.ns-rating-woocom-feedback,
.ns-rating-woocom-rate-info {
  font-size: 13px;
}

.item .ns-rating-woocom-rate-info {
  display: none;
}

.item .ns-rating-woocom-form {
  text-align: left;
}

.item .ns-rating-woocom-fieldset-read > label:before {
  margin: 0 5px 0 0;
}

.variations li select,
.variations-row select {
  border: 1px solid #e5e5e5;
  padding: 10px 5px 10px 10px;
  margin-bottom: 10px;
  width: 100%;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
  content: none;
}

.woocommerce-variation-description p {
  font-family: "Proxima Nova Bold";
  margin-bottom: 10px;
}


.inline-buttons {
    display: flex;
    gap: 1rem;
    z-index:2;
    flex-wrap:wrap;
}

.wpsr-reviews-badge-wrapper .wpsr-float_left_bottom {
	z-index:5!important;
}

a.button.product_type_variable.wvs-add-to-cart-button{
display: none !important;
}
.addtocartdic {
	width: 100%;
	text-align: center;
}

a.addtocartbutton {
	display: block;
	background: #e52b38;
	color: #fff;
	padding: 10px;
	width: 100% !important;
	border-radius: 7px;
	transition: all .3s ease-in-out;
}

a.addtocartbutton:hover {
    background: #fff;
    color: #e52b38;
}

.block-filter.active {
	z-index:100;
}