/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.css';
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/*Colors*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  line-height: 16px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.body {
  position: relative;
}

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

h1, h2, h3, h4, h5, h6 {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.875rem;
    line-height: 3.25rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 2.625rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

h6 {
  font-size: 1rem;
  line-height: 1rem;
}

a, a:link, a:focus, a:visited {
  color: #000;
  text-decoration: none;
}

p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 20px;
}
p strong {
  font-weight: 700;
}

ol {
  list-style: decimal;
  margin-bottom: 30px;
  padding-left: 20px;
}
ol li {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 5px;
}

.container {
  margin: 0 auto;
  max-width: 1700px;
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container.container-thin {
  max-width: 1184px;
}

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

.align-right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.header-with-decor {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .header-with-decor {
    margin-bottom: 10px;
  }
}
.header-with-decor .line {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-with-decor .line {
    display: block;
  }
}
.header-with-decor p, .header-with-decor h1 {
  float: left;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 30px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  /*@include devices(medium){
    @include font-size(46);
    @include line-height(52);
  }*/
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}

.breadcrumbs-wrap {
  padding: 10px 0;
  margin-bottom: 17px;
}
.breadcrumbs-wrap.product-page {
  margin-bottom: 15px;
}
.breadcrumbs-wrap.no-bottom-margin {
  margin-bottom: 15px;
}
.breadcrumbs-wrap.no-bottom-margin .breadcrumbs-class {
  margin-bottom: 0;
}
.breadcrumbs-wrap .breadcrumbs-class {
  margin-bottom: 0;
}
.breadcrumbs-wrap .breadcrumbs-class span, .breadcrumbs-wrap .breadcrumbs-class a {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.header-with-border-bottom {
  font-size: 2.25rem;
  line-height: 3.25rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 8px solid #db0016;
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .header-with-border-bottom {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 992px) {
  .header-with-border-bottom {
    font-size: 2.875rem;
    line-height: 3.25rem;
  }
}

.slick-slide {
  height: auto;
}

.loading {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 3px solid #db0016;
  color: #000;
  padding: 9px 25px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  font-style: italic;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  max-width: 100%;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .btn, .btn:link, .btn:focus, .btn:visited {
    padding: 9px 56px;
    max-width: auto;
  }
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #fff;
  background-color: #db0016;
}
.btn[target=_blank], .btn:link[target=_blank], .btn:focus[target=_blank], .btn:visited[target=_blank] {
  position: relative;
  padding-right: 45px;
}
.btn[target=_blank]:hover::after, .btn:link[target=_blank]:hover::after, .btn:focus[target=_blank]:hover::after, .btn:visited[target=_blank]:hover::after {
  background-image: url(../images/external_link_white.svg);
}
.btn[target=_blank]::after, .btn:link[target=_blank]::after, .btn:focus[target=_blank]::after, .btn:visited[target=_blank]::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/external_link_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn.black, .btn:link.black, .btn:focus.black, .btn:visited.black {
  border: 2px solid #000;
  color: #000;
}
.btn.black:hover, .btn:link.black:hover, .btn:focus.black:hover, .btn:visited.black:hover {
  color: #fff;
  background-color: #000;
}
.btn span, .btn:link span, .btn:focus span, .btn:visited span {
  vertical-align: middle;
}
.btn svg, .btn:link svg, .btn:focus svg, .btn:visited svg {
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.nav {
  background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0));
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.nav .row {
  margin-left: 0;
  margin-right: 0;
}
.nav .row .col {
  padding-left: 0;
  padding-right: 0;
}
.nav .img-wrap {
  padding: 21px 0;
  display: block;
}
.nav .img-wrap img {
  max-height: 57px;
}
@media only screen and (min-width: 1200px) {
  .nav .img-wrap img {
    max-height: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .nav .img-wrap img {
    max-height: 57px;
  }
}
.nav .menu-wrap {
  float: right;
}
.nav .menu:not(.mobile-menu) {
  list-style: none;
  float: left;
}
.nav .menu:not(.mobile-menu).reversed .sub-menu {
  background-color: rgba(0, 0, 0, 0.9);
}
.nav .menu:not(.mobile-menu).reversed .sub-menu li {
  position: relative;
  margin-bottom: 20px;
}
.nav .menu:not(.mobile-menu).reversed .sub-menu li:hover.menu-item-has-children::after {
  background-image: url(../images/plus_white.svg);
}
.nav .menu:not(.mobile-menu).reversed .sub-menu li:hover > a {
  color: #fff;
}
.nav .menu:not(.mobile-menu).reversed .sub-menu li:hover .sub-menu {
  display: block;
}
.nav .menu:not(.mobile-menu).reversed .sub-menu li.menu-item-has-children::after {
  background-image: url(../images/plus_white.svg);
}
.nav .menu:not(.mobile-menu).reversed .sub-menu li a {
  color: #fff;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap {
  background-color: transparent !important;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li {
  background-color: transparent !important;
  float: left !important;
  line-height: 24px !important;
  padding: 28px 12px !important;
}
@media only screen and (min-width: 1600px) {
  .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li {
    padding: 32px 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li {
    padding: 32px 16px !important;
  }
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li:hover {
  background-color: transparent !important;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li:hover > a {
  border-bottom: 2px solid #db0016 !important;
  background-color: transparent !important;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li a {
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 24px !important;
  height: auto !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-bottom: 2px solid transparent !important;
  background-color: transparent !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li a {
    font-size: 20px !important;
  }
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.menu-item-has-children {
  position: relative !important;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.menu-item-has-children:hover > .sub-menu {
  display: block !important;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 > .mega-sub-menu, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 > .mega-sub-menu {
  position: fixed !important;
  width: 95% !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  margin-top: 15px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 > .mega-sub-menu > .mega-menu-item, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 > .mega-sub-menu > .mega-menu-item {
  padding: 5px 10px !important;
}
@media only screen and (min-width: 1200px) {
  .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 > .mega-sub-menu > .mega-menu-item > a, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 > .mega-sub-menu > .mega-menu-item > a {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 > .mega-sub-menu > .mega-menu-item > a, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 > .mega-sub-menu > .mega-menu-item > a {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 > .mega-sub-menu > .mega-menu-item > a, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 > .mega-sub-menu > .mega-menu-item > a {
    font-size: 18px !important;
  }
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 > .mega-sub-menu .mega-sub-menu, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 > .mega-sub-menu .mega-sub-menu {
  padding-top: 10px !important;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 > .mega-sub-menu .mega-sub-menu .mega-menu-item, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 > .mega-sub-menu .mega-sub-menu .mega-menu-item {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px !important;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 > .mega-sub-menu .mega-sub-menu .mega-menu-item > a, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 > .mega-sub-menu .mega-sub-menu .mega-menu-item > a {
  font-size: 12px !important;
  line-height: 22px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1200px) {
  .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 > .mega-sub-menu .mega-sub-menu .mega-menu-item > a, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 > .mega-sub-menu .mega-sub-menu .mega-menu-item > a {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 > .mega-sub-menu .mega-sub-menu .mega-menu-item > a, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 > .mega-sub-menu .mega-sub-menu .mega-menu-item > a {
    font-size: 12px !important;
  }
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 .product-categories, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 .product-categories {
  display: flex;
  flex-wrap: wrap;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 .product-categories .cat-item, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 .product-categories .cat-item {
  display: none;
  float: left;
  width: 11.11%;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 .product-categories .cat-item.cat-parent, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 .product-categories .cat-item.cat-parent {
  display: block;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 .product-categories .cat-item .children, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 .product-categories .cat-item .children {
  padding-top: 10px;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 .product-categories .cat-item .children .cat-item, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 .product-categories .cat-item .children .cat-item {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px !important;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-597 .product-categories .cat-item .children .cat-item > a, .nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li.mega-menu-item-7952 .product-categories .cat-item .children .cat-item > a {
  font-size: 12px !important;
  line-height: 22px !important;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li > .mega-sub-menu {
  margin-top: 15px !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  padding-top: 20px !important;
  min-width: 300px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li > .mega-sub-menu li {
  margin-bottom: 20px !important;
  /*&.menu-item-has-children{
      position: relative;
      padding-right: 50px;
      &::after{
          content: '';
          position: absolute;
          right: 10px;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 18px;
          height: 18px;
          background-image: url(../images/plus_white.svg);
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
      }
  }*/
  /*.sub-menu{
      position: absolute;
      left: 100%;
      margin-top: -45px;
  }*/
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li > .mega-sub-menu li:hover {
  /*&.menu-item-has-children{
      &::after{
          background-image: url(../images/plus_white.svg);
      }
  }
  >a{
      color: $white;
  }*/
}
.nav .menu:not(.mobile-menu).reversed .mega-menu-wrap .mega-menu > li > .mega-sub-menu li a {
  color: #fff;
  line-height: 24px !important;
  display: inline-block !important;
  background-color: transparent !important;
}
.nav .menu:not(.mobile-menu) > li {
  float: left;
  line-height: 1.5rem;
  padding: 28px 12px;
}
@media only screen and (min-width: 1600px) {
  .nav .menu:not(.mobile-menu) > li {
    padding: 32px 16px;
  }
}
.nav .menu:not(.mobile-menu) > li:hover > a {
  border-bottom: 2px solid #db0016;
}
.nav .menu:not(.mobile-menu) > li a {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  .nav .menu:not(.mobile-menu) > li a {
    font-size: 1.25rem;
  }
}
.nav .menu:not(.mobile-menu) > li.menu-item-has-children {
  position: relative;
}
.nav .menu:not(.mobile-menu) > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.nav .menu:not(.mobile-menu) .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 20px;
  min-width: 300px;
  margin-top: -20px;
}
.nav .menu:not(.mobile-menu) .sub-menu li {
  position: relative;
  margin-bottom: 20px;
}
.nav .menu:not(.mobile-menu) .sub-menu li:hover.menu-item-has-children::after {
  background-image: url(../images/plus.svg);
}
.nav .menu:not(.mobile-menu) .sub-menu li:hover > a {
  color: #000;
}
.nav .menu:not(.mobile-menu) .sub-menu li:hover .sub-menu {
  display: block;
}
.nav .menu:not(.mobile-menu) .sub-menu li.menu-item-has-children {
  position: relative;
  padding-right: 50px;
}
.nav .menu:not(.mobile-menu) .sub-menu li.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background-image: url(../images/plus_gray.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav .menu:not(.mobile-menu) .sub-menu li a {
  color: #9e9e9e;
  display: inline-block;
  padding: 0 20px;
}
.nav .menu:not(.mobile-menu) .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  margin-top: -45px;
}
.nav .search-wrap-destkop, .nav .social-media, .nav .nav-icon-single.cart {
  float: left;
  margin-left: 15px;
  display: block;
  padding-top: 32px;
}
@media only screen and (min-width: 1600px) {
  .nav .search-wrap-destkop, .nav .social-media, .nav .nav-icon-single.cart {
    margin-left: 32px;
  }
}
.nav .search-wrap-destkop svg, .nav .social-media svg, .nav .nav-icon-single.cart svg {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1600px) {
  .nav .search-wrap-destkop svg, .nav .social-media svg, .nav .nav-icon-single.cart svg {
    width: 24px;
    height: 24px;
  }
}
.nav .nav-icon-single.cart {
  position: relative;
}
.nav .nav-icon-single.cart .cartVal {
  position: absolute;
  right: -6px;
  bottom: 17px;
  color: #fff;
  background-color: #db0016;
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-weight: 700;
}
.nav .nav-icon-single.cart .cartVal.hidden {
  display: none;
}
.nav .search-wrap-destkop {
  position: relative;
}
.nav .search-wrap-destkop form {
  display: none;
  position: absolute;
  right: 40px;
  top: 24px;
}
.nav .search-wrap-destkop form input {
  height: 40px;
  padding: 5px 15px;
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
}
.nav .hamburger {
  padding: 25px 0;
  float: right;
  width: 37px;
}
.nav .hamburger.is-active .hamburger-inner, .nav .hamburger.is-active .hamburger-inner::after, .nav .hamburger.is-active .hamburger-inner::before {
  background-color: #fff;
  width: 24px;
}
.nav .hamburger .hamburger-box {
  width: 37px;
}
.nav .hamburger-inner, .nav .hamburger-inner::after, .nav .hamburger-inner::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  height: 2px;
  width: 37px;
}
.nav .hamburger-inner::before {
  top: -13px;
}
.nav .hamburger-inner::after {
  bottom: -13px;
  width: 18px;
}

.language-wrap {
  color: #fff;
  float: right;
  padding-top: 32px;
  margin-left: 25px;
}
@media only screen and (min-width: 1200px) {
  .language-wrap {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .language-wrap {
    padding-top: 32px;
  }
}
.language-wrap ul > li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}
.language-wrap ul > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../images/chevron-down-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.language-wrap ul > li a {
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
  vertical-align: middle;
}
.language-wrap ul > li a img {
  vertical-align: middle;
}
.language-wrap ul > li:hover .sub-menu {
  display: block;
}
.language-wrap ul > li .sub-menu {
  position: absolute;
  display: none;
  z-index: 99;
}

.sidenav {
  position: fixed;
  background-color: #fff;
  padding: 120px 22px 0 22px;
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 98;
}
.sidenav.open {
  left: 0px;
}
.sidenav .hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sidenav .hamburger .hamburger-inner, .sidenav .hamburger .hamburger-inner::after, .sidenav .hamburger .hamburger-inner::before {
  background-color: #fff;
}
.sidenav .social-media-language-wrap {
  margin-bottom: 25px;
}
.sidenav .social-media-language-wrap .social-media {
  margin-right: 32px;
}
.sidenav .social-media-language-wrap .nav-icon-single.cart {
  position: relative;
  margin-right: 32px;
}
.sidenav .social-media-language-wrap .nav-icon-single.cart .cartVal {
  position: absolute;
  right: -6px;
  bottom: 17px;
  color: #fff;
  background-color: #db0016;
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-weight: 700;
}
.sidenav .social-media-language-wrap .nav-icon-single.cart .cartVal.hidden {
  display: none;
}
.sidenav .social-media-language-wrap .language-wrap {
  float: right;
  padding-top: 0;
}
.sidenav .social-media-language-wrap .language-wrap ul > li a {
  color: #000;
}
.sidenav .search-wrap {
  position: relative;
  margin-bottom: 50px;
}
.sidenav .search-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 14px;
  width: 14px;
  height: 14px;
  background-image: url(../images/search-gray.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sidenav .search-wrap .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  width: 40px;
  display: block;
  border-left: 2px solid #e6e6e6;
}
.sidenav .search-wrap .search-btn svg {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.sidenav .search-wrap input {
  height: 39px;
  border: 2px solid #e6e6e6;
  width: 100%;
  padding: 0 50px;
  font-size: 0.75rem;
  line-height: 1.375rem;
}
.sidenav .mobile-menu-wrap .mobile-menu .mega-menu-wrap #mega-menu-main > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background-color: transparent !important;
}
.sidenav .mobile-menu-wrap .mobile-menu .mega-menu-wrap .mega-menu-toggle {
  display: none !important;
}
.sidenav .mobile-menu-wrap .mobile-menu .mega-menu-wrap .mega-menu {
  display: flex !important;
  visibility: visible !important;
  background-color: transparent !important;
  /*.mega-menu-link{
      >a{
          background-color: transparent !important;
      }
  }*/
}
.sidenav .mobile-menu-wrap .mobile-menu .mega-menu-wrap .mega-menu .mega-sub-menu {
  padding-top: 10px !important;
  padding-left: 10px !important;
}
.sidenav .mobile-menu-wrap .mobile-menu .mega-menu-wrap .mega-menu .mega-menu-grid .mega-sub-menu {
  padding: 0 !important;
}
.sidenav .mobile-menu-wrap .mobile-menu .mega-menu-wrap .mega-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background-color: transparent !important;
}
.sidenav .mobile-menu-wrap .mobile-menu .mega-menu-wrap .mega-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  border-bottom: 2px solid #db0016 !important;
}
.sidenav .mobile-menu-wrap .mobile-menu .mega-menu-wrap .mega-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  content: "" !important;
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  position: absolute !important;
  right: 10px !important;
  top: 5px !important;
  background-image: url(../images/plus.svg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.sidenav .mobile-menu-wrap .mobile-menu .mega-menu-wrap .mega-menu > li.mega-menu-item > a.mega-menu-link {
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  list-style: 20px !important;
  font-weight: 700 !important;
  padding: 4px 0 !important;
  border-bottom: 2px solid rgb(230, 230, 230) !important;
}
.sidenav .mobile-menu-wrap .mobile-menu .mega-menu-wrap .mega-menu > li.mega-menu-item .mega-sub-menu {
  background-color: transparent !important;
}
.sidenav .mobile-menu-wrap .mobile-menu .mega-menu-wrap .mega-menu > li.mega-menu-item .mega-sub-menu .cat-item > a {
  color: #9e9e9e;
  border-bottom: none;
}
.sidenav .mobile-menu-wrap .mobile-menu .mega-menu-wrap .mega-menu ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
  background-color: transparent !important;
  color: #9e9e9e !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  list-style: 20px !important;
  font-weight: 700 !important;
  padding: 4px 0 !important;
}
.sidenav .mobile-menu-wrap .mobile-menu li {
  margin-bottom: 10px;
}
.sidenav .mobile-menu-wrap .mobile-menu li.menu-item-has-children {
  position: relative;
}
.sidenav .mobile-menu-wrap .mobile-menu li.menu-item-has-children::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url(../images/plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sidenav .mobile-menu-wrap .mobile-menu li a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  border-bottom: 2px solid #e6e6e6;
  padding: 4px 0;
}
.sidenav .mobile-menu-wrap .mobile-menu li a.active {
  border-bottom: 2px solid #db0016;
}
.sidenav .mobile-menu-wrap .mobile-menu li .sub-menu {
  display: none;
  padding-left: 20px;
  padding-top: 10px;
}
.sidenav .mobile-menu-wrap .mobile-menu li .sub-menu li a {
  color: #9e9e9e;
  border-bottom: none;
}

.added-to-cart-info-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  margin: auto;
  text-align: center;
  z-index: 9999;
}
.added-to-cart-info-popup .text-wrap {
  background-color: #fff;
  box-shadow: 0 16px 40px #e8e8e8;
  border: 3px solid #db0016;
  border-radius: 3px;
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
}

footer {
  padding: 60px 0 0 0;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 60px 0 20px 0;
  }
}
footer .footer-row {
  margin-left: 0;
  margin-right: 0;
}
footer .footer-row > .col {
  padding-left: 0;
  padding-right: 0;
}
footer .img-wrap {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer .img-wrap {
    text-align: left;
  }
}
footer .text-wrap {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  footer .text-wrap {
    margin-bottom: 0;
  }
}
footer p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer p {
    text-align: left;
  }
}
footer ul {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  footer ul {
    margin-bottom: 0;
  }
}
footer ul li {
  margin-bottom: 20px;
}
footer ul li a, footer ul li a:link, footer ul li a:focus, footer ul li a:visited {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
footer .map-wrap {
  margin-left: -22px;
  margin-right: -22px;
  width: calc(100% + 44px);
}
@media only screen and (min-width: 768px) {
  footer .map-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
footer .map-wrap iframe {
  width: 100%;
  height: 280px;
}
footer .footer-bottom {
  padding-top: 40px;
}
footer .footer-bottom p {
  margin-bottom: 0;
}
footer .footer-bottom .copyright-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1f1f1f;
}

.form-wrap .form-row, .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-additional-fields__field-wrapper .form-row {
  margin-left: -16px;
  margin-right: -16px;
}
.form-wrap .form-row .col, .woocommerce-billing-fields__field-wrapper .form-row .col, .woocommerce-additional-fields__field-wrapper .form-row .col {
  padding-left: 16px;
  padding-right: 16px;
}
.form-wrap label, .woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields__field-wrapper label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
  display: block;
}
.form-wrap .required, .woocommerce-billing-fields__field-wrapper .required, .woocommerce-additional-fields__field-wrapper .required {
  color: #db0016;
}
.form-wrap .optional, .woocommerce-billing-fields__field-wrapper .optional, .woocommerce-additional-fields__field-wrapper .optional {
  color: #9e9e9e;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.form-wrap input[type=text], .form-wrap input[type=email], .form-wrap input[type=date], .form-wrap input[type=tel], .woocommerce-billing-fields__field-wrapper input[type=text], .woocommerce-billing-fields__field-wrapper input[type=email], .woocommerce-billing-fields__field-wrapper input[type=date], .woocommerce-billing-fields__field-wrapper input[type=tel], .woocommerce-additional-fields__field-wrapper input[type=text], .woocommerce-additional-fields__field-wrapper input[type=email], .woocommerce-additional-fields__field-wrapper input[type=date], .woocommerce-additional-fields__field-wrapper input[type=tel] {
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background-color: transparent;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.form-wrap .select2-container--default, .woocommerce-billing-fields__field-wrapper .select2-container--default, .woocommerce-additional-fields__field-wrapper .select2-container--default {
  margin-top: 17px;
}
.form-wrap .select2-container--default .select2-selection--single, .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single, .woocommerce-additional-fields__field-wrapper .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background-color: transparent;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #9e9e9e;
  width: 100%;
  border-radius: 0;
}
.form-wrap select, .woocommerce-billing-fields__field-wrapper select, .woocommerce-additional-fields__field-wrapper select {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background-color: transparent;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #9e9e9e;
  padding-top: 17px;
  width: 100%;
}
.form-wrap textarea, .woocommerce-billing-fields__field-wrapper textarea, .woocommerce-additional-fields__field-wrapper textarea {
  width: 100%;
  max-height: 108px;
  border: 1px solid #d9d9d9;
  background-color: transparent;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #000;
  resize: none;
}
.form-wrap textarea.high, .woocommerce-billing-fields__field-wrapper textarea.high, .woocommerce-additional-fields__field-wrapper textarea.high {
  max-height: 192px;
}
.form-wrap .required-fields-info, .woocommerce-billing-fields__field-wrapper .required-fields-info, .woocommerce-additional-fields__field-wrapper .required-fields-info {
  margin-bottom: 30px;
}
.form-wrap .btn, .woocommerce-billing-fields__field-wrapper .btn, .woocommerce-additional-fields__field-wrapper .btn {
  cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
  padding: 10px 20px;
  margin: 0;
  margin-top: 30px;
}

.wpcf7-not-valid-tip {
  margin-top: -22px;
}

@media only screen and (min-width: 768px) {
  .about-us-why-us.contact .tabs-selectors .tabs-selectors-wrap {
    padding-left: 100px;
  }
}
.about-us-why-us.contact .tabs-selectors .tabs-selectors-wrap .tab-selector-single {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 2.375rem;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 14px;
}
@media only screen and (min-width: 768px) {
  .about-us-why-us.contact .tabs-selectors .tabs-selectors-wrap .tab-selector-single {
    margin-right: 35px;
    font-size: 1.5rem;
  }
}
.about-us-why-us.contact .tabs-selectors .tabs-selectors-wrap .tab-selector-single.active {
  border-bottom: 10px solid #db0016;
}
.about-us-why-us.contact .tabs-wrap .tab-single {
  display: none;
}
.about-us-why-us.contact .tabs-wrap .tab-single.active {
  display: block;
}

.single-product-wrap .extra-img-wrap, .archive-wrap .extra-img-wrap {
  margin-bottom: 10px;
}
.single-product-wrap .extra-img-wrap img, .archive-wrap .extra-img-wrap img {
  max-width: 300px;
  max-height: 75px;
  object-fit: contain;
}
.single-product-wrap .tech-data, .archive-wrap .tech-data {
  margin-bottom: 10px;
}
.single-product-wrap .tech-data .gray, .archive-wrap .tech-data .gray {
  color: #9e9e9e;
  font-weight: 700;
}
.single-product-wrap .single-poroduct-row, .single-product-wrap .archive-row, .archive-wrap .single-poroduct-row, .archive-wrap .archive-row {
  margin-left: -31px;
  margin-right: -31px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .single-poroduct-row, .single-product-wrap .archive-row, .archive-wrap .single-poroduct-row, .archive-wrap .archive-row {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .single-product-wrap .single-poroduct-row, .single-product-wrap .archive-row, .archive-wrap .single-poroduct-row, .archive-wrap .archive-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-product-wrap .single-poroduct-row, .single-product-wrap .archive-row, .archive-wrap .single-poroduct-row, .archive-wrap .archive-row {
    margin-left: -31px;
    margin-right: -31px;
  }
}
.single-product-wrap .single-poroduct-row .col, .single-product-wrap .archive-row .col, .archive-wrap .single-poroduct-row .col, .archive-wrap .archive-row .col {
  padding-left: 31px;
  padding-right: 31px;
}
@media only screen and (min-width: 992px) {
  .single-product-wrap .single-poroduct-row .col, .single-product-wrap .archive-row .col, .archive-wrap .single-poroduct-row .col, .archive-wrap .archive-row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-product-wrap .single-poroduct-row .col, .single-product-wrap .archive-row .col, .archive-wrap .single-poroduct-row .col, .archive-wrap .archive-row .col {
    padding-left: 31px;
    padding-right: 31px;
  }
}
.single-product-wrap .categories-wrap, .archive-wrap .categories-wrap {
  background-color: #f6f6f6;
  padding: 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .single-product-wrap .categories-wrap, .archive-wrap .categories-wrap {
    padding: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-product-wrap .categories-wrap, .archive-wrap .categories-wrap {
    padding: 30px;
  }
}
.single-product-wrap .categories-wrap.product-page .categories > li, .archive-wrap .categories-wrap.product-page .categories > li {
  display: none;
}
.single-product-wrap .categories-wrap.product-page .categories > li.active, .archive-wrap .categories-wrap.product-page .categories > li.active {
  display: block;
}
.single-product-wrap .categories-wrap.product-page .categories > li ul, .archive-wrap .categories-wrap.product-page .categories > li ul {
  display: none;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .categories-wrap.product-page .categories > li ul, .archive-wrap .categories-wrap.product-page .categories > li ul {
    display: block;
  }
}
.single-product-wrap .categories-wrap .header, .archive-wrap .categories-wrap .header {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-product-wrap .categories-wrap .header.inside, .archive-wrap .categories-wrap .header.inside {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.single-product-wrap .categories-wrap .price-filter, .archive-wrap .categories-wrap .price-filter {
  margin-top: 35px;
}
.single-product-wrap .categories-wrap ul li, .archive-wrap .categories-wrap ul li {
  border-bottom: 1px solid #d9d9d9;
}
.single-product-wrap .categories-wrap ul li.active > a, .archive-wrap .categories-wrap ul li.active > a {
  color: #000;
}
.single-product-wrap .categories-wrap ul li.active > a svg, .archive-wrap .categories-wrap ul li.active > a svg {
  stroke: #db0016;
  transform: rotate(90deg);
}
.single-product-wrap .categories-wrap ul li a, .archive-wrap .categories-wrap ul li a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #9e9e9e;
  padding: 6px 0;
}
.single-product-wrap .categories-wrap ul li a svg, .archive-wrap .categories-wrap ul li a svg {
  float: right;
  padding: 4px;
}
.single-product-wrap .categories-wrap ul li ul, .archive-wrap .categories-wrap ul li ul {
  display: none;
  padding-left: 20px;
}
.single-product-wrap .categories-wrap ul li ul li, .archive-wrap .categories-wrap ul li ul li {
  border-bottom: none;
}
.single-product-wrap .categories-wrap ul li ul li a, .archive-wrap .categories-wrap ul li ul li a {
  color: #9e9e9e;
}
.single-product-wrap .slider-meta-info-row, .archive-wrap .slider-meta-info-row {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .single-product-wrap .slider-meta-info-row, .archive-wrap .slider-meta-info-row {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-product-wrap .slider-meta-info-row, .archive-wrap .slider-meta-info-row {
    margin-bottom: 30px;
  }
}
.single-product-wrap .slider-meta-info-row .col, .archive-wrap .slider-meta-info-row .col {
  padding-left: 7px;
  padding-right: 7px;
}
.single-product-wrap .meta-info, .archive-wrap .meta-info {
  background-color: #f6f6f6;
  padding: 34px 50px 75px 50px;
  margin-top: 30px;
  overflow: hidden;
  /*@include devices(extraLarge){
      padding: 34px 50px;
  }*/
}
@media only screen and (min-width: 992px) {
  .single-product-wrap .meta-info, .archive-wrap .meta-info {
    padding: 20px 20px 50px 20px;
    margin-top: 0;
  }
}
.single-product-wrap .meta-info .download-icons-row, .archive-wrap .meta-info .download-icons-row {
  padding-top: 15px;
  margin-left: -7px;
  margin-right: -7px;
}
.single-product-wrap .meta-info .download-icon-single, .archive-wrap .meta-info .download-icon-single {
  text-align: center;
  display: block;
  position: relative;
}
.single-product-wrap .meta-info .download-icon-single[href]:hover .text, .archive-wrap .meta-info .download-icon-single[href]:hover .text {
  bottom: -34px;
}
.single-product-wrap .meta-info .download-icon-single[href] .img-wrap img, .archive-wrap .meta-info .download-icon-single[href] .img-wrap img {
  filter: none;
  opacity: 1;
}
.single-product-wrap .meta-info .download-icon-single .img-wrap, .archive-wrap .meta-info .download-icon-single .img-wrap {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.single-product-wrap .meta-info .download-icon-single .img-wrap img, .archive-wrap .meta-info .download-icon-single .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2px;
  filter: grayscale(100%);
  opacity: 0.3;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .meta-info .download-icon-single .img-wrap img, .archive-wrap .meta-info .download-icon-single .img-wrap img {
    padding: 15px;
  }
}
.single-product-wrap .meta-info .download-icon-single .text, .archive-wrap .meta-info .download-icon-single .text {
  font-size: 0.5rem;
  line-height: 0.875rem;
  margin-bottom: 0;
  position: absolute;
  bottom: -55px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .meta-info .download-icon-single .text, .archive-wrap .meta-info .download-icon-single .text {
    bottom: -100px;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.single-product-wrap .meta-info .name, .archive-wrap .meta-info .name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .single-product-wrap .meta-info .name, .archive-wrap .meta-info .name {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .single-product-wrap .meta-info .name, .archive-wrap .meta-info .name {
    /*@include font-size(16);
    @include line-height(24);*/
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.single-product-wrap .meta-info .data, .archive-wrap .meta-info .data {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  color: #9e9e9e;
}
@media only screen and (min-width: 992px) {
  .single-product-wrap .meta-info .data, .archive-wrap .meta-info .data {
    margin-bottom: 15px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .single-product-wrap .meta-info .data, .archive-wrap .meta-info .data {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.single-product-wrap .meta-info .data .red-bold, .archive-wrap .meta-info .data .red-bold {
  color: #db0016;
  font-weight: 700;
}
.single-product-wrap .meta-info .colors, .archive-wrap .meta-info .colors {
  margin-bottom: 50px;
}
.single-product-wrap .meta-info .colors .color, .archive-wrap .meta-info .colors .color {
  margin-bottom: 20px;
}
.single-product-wrap .meta-info .colors .color.active .pseudo-checkbox, .archive-wrap .meta-info .colors .color.active .pseudo-checkbox {
  border: 1px solid #000;
}
.single-product-wrap .meta-info .colors .color.active .pseudo-checkbox::before, .archive-wrap .meta-info .colors .color.active .pseudo-checkbox::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.single-product-wrap .meta-info .colors .color.active .text, .archive-wrap .meta-info .colors .color.active .text {
  color: #000;
}
.single-product-wrap .meta-info .colors .color .pseudo-checkbox, .archive-wrap .meta-info .colors .color .pseudo-checkbox {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #9e9e9e;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
}
.single-product-wrap .meta-info .colors .color .text, .archive-wrap .meta-info .colors .color .text {
  font-size: 0.875rem;
  line-height: 0.9375rem;
  vertical-align: middle;
  color: #9e9e9e;
}
.single-product-wrap .meta-info .btn, .archive-wrap .meta-info .btn {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .meta-info .btn, .archive-wrap .meta-info .btn {
    padding: 9px 25px;
    width: 100%;
  }
}
.single-product-wrap .meta-info .btn:hover, .archive-wrap .meta-info .btn:hover {
  background-color: #db0016;
}
.single-product-wrap .meta-info .cart, .archive-wrap .meta-info .cart {
  overflow: visible;
}
.single-product-wrap .meta-info .cart::after, .archive-wrap .meta-info .cart::after {
  content: "";
  clear: both;
  display: table;
}
.single-product-wrap .meta-info .cart .quantity, .archive-wrap .meta-info .cart .quantity {
  float: left;
  max-width: 80px;
}
.single-product-wrap .meta-info .cart .quantity input, .archive-wrap .meta-info .cart .quantity input {
  float: left;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background-color: transparent;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #9e9e9e;
  padding-top: 17px;
  width: 100%;
}
.single-product-wrap .meta-info .cart button, .archive-wrap .meta-info .cart button {
  float: right;
  background-color: transparent;
  border: 3px solid #db0016;
  color: #000;
  padding: 9px 45px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  font-style: italic;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .meta-info .cart button, .archive-wrap .meta-info .cart button {
    padding: 9px 56px;
  }
}
@media only screen and (min-width: 992px) {
  .single-product-wrap .meta-info .cart button, .archive-wrap .meta-info .cart button {
    padding: 9px 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-product-wrap .meta-info .cart button, .archive-wrap .meta-info .cart button {
    padding: 9px 56px;
  }
}
.single-product-wrap .meta-info .cart button:hover, .archive-wrap .meta-info .cart button:hover {
  color: #fff;
  background-color: #db0016;
}
.single-product-wrap .product-slider-top-wrap, .archive-wrap .product-slider-top-wrap {
  margin-bottom: 20px;
}
.single-product-wrap .product-slider-top-wrap .slide-single, .archive-wrap .product-slider-top-wrap .slide-single {
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  position: relative; /* If you want text inside of it */
}
.single-product-wrap .product-slider-top-wrap .slide-single:hover .zoom-overlay, .archive-wrap .product-slider-top-wrap .slide-single:hover .zoom-overlay {
  opacity: 1;
}
.single-product-wrap .product-slider-top-wrap .slide-single img, .archive-wrap .product-slider-top-wrap .slide-single img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.single-product-wrap .product-slider-top-wrap .slide-single .zoom-overlay, .archive-wrap .product-slider-top-wrap .slide-single .zoom-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.single-product-wrap .product-slider-top-wrap .slide-single .zoom-overlay svg, .archive-wrap .product-slider-top-wrap .slide-single .zoom-overlay svg {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
}
.single-product-wrap .product-slider-nav-wrap, .archive-wrap .product-slider-nav-wrap {
  position: relative;
  padding: 0 35px;
}
.single-product-wrap .product-slider-nav-wrap .arrow-left, .single-product-wrap .product-slider-nav-wrap .arrow-right, .archive-wrap .product-slider-nav-wrap .arrow-left, .archive-wrap .product-slider-nav-wrap .arrow-right {
  position: absolute;
  top: 35%;
  z-index: 2;
}
.single-product-wrap .product-slider-nav-wrap .arrow-left, .archive-wrap .product-slider-nav-wrap .arrow-left {
  left: 0;
}
.single-product-wrap .product-slider-nav-wrap .arrow-right, .archive-wrap .product-slider-nav-wrap .arrow-right {
  right: 0;
}
.single-product-wrap .product-slider-nav-wrap .row, .archive-wrap .product-slider-nav-wrap .row {
  margin-left: -7px;
  margin-right: -7px;
}
.single-product-wrap .product-slider-nav-wrap .row .col, .archive-wrap .product-slider-nav-wrap .row .col {
  padding-left: 7px;
  padding-right: 7px;
}
.single-product-wrap .product-slider-nav-wrap .col-custom, .archive-wrap .product-slider-nav-wrap .col-custom {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.single-product-wrap .product-slider-nav-wrap .slick-current .slide-single, .archive-wrap .product-slider-nav-wrap .slick-current .slide-single {
  border: 1px solid #db0016;
}
.single-product-wrap .product-slider-nav-wrap .slide-single, .archive-wrap .product-slider-nav-wrap .slide-single {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio*/
  position: relative; /* If you want text inside of it */
  border: 1px solid #d9d9d9;
}
.single-product-wrap .product-slider-nav-wrap .slide-single img, .archive-wrap .product-slider-nav-wrap .slide-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.single-product-wrap .tabs-wrap, .archive-wrap .tabs-wrap {
  margin-bottom: 50px;
  padding-top: 10px;
}
.single-product-wrap .tabs-wrap .tabs-selectors-product, .archive-wrap .tabs-wrap .tabs-selectors-product {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .tabs-wrap .tabs-selectors-product, .archive-wrap .tabs-wrap .tabs-selectors-product {
    margin-bottom: 30px;
    border-bottom: 1px solid #db0016;
  }
}
.single-product-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product, .archive-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
  border-bottom: 5px solid transparent;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product, .archive-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product {
    font-size: 0.75rem;
    line-height: 1.375rem;
    margin-right: 15px;
    padding-bottom: 10px;
    margin-bottom: -3px;
  }
}
@media only screen and (min-width: 992px) {
  .single-product-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product, .archive-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product {
    /*@include font-size(14);
    @include line-height(22);*/
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-product-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product, .archive-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-product-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product, .archive-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-right: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-product-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product, .archive-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-right: 55px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-product-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product, .archive-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product {
    margin-right: 80px;
  }
}
.single-product-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product.active, .archive-wrap .tabs-wrap .tabs-selectors-product .tab-selector-single-product.active {
  border-bottom: 5px solid #db0016;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product {
  display: none;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product.active, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product.active {
  display: block;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .row, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .row {
  margin-left: 0;
  margin-right: 0;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .row .col, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .row .col {
  padding-left: 0;
  padding-right: 0;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data {
  height: 100%;
  width: 100%;
  padding: 35px 80px 40px 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data {
    padding: 40px 250px 40px 50px;
  }
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data::before, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data::before {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  background-color: #f6f6f6;
  display: block;
  top: 0;
  left: -40%;
  transform: skew(-15deg);
  z-index: -1;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data.data-colors, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data.data-colors {
  padding: 30px 75px 30px 30px;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data.data-colors, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data.data-colors {
    padding: 30px 345px 30px 30px;
  }
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data.data-colors p, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data.data-colors p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data .header, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data .header {
  font-size: 1.875rem;
  line-height: 2.375rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 90px;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data-row, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data-row {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data-row p, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data-row p {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data-row p.name, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data-row p.name {
  font-weight: 700;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data-row p.text, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data-row p.text {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data-row p.text, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data-row p.text {
    text-align: right;
  }
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data-row a.name, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .data-row a.name {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0;
  font-weight: 700;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .img-wrap, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .img-wrap {
  width: 100%;
  text-align: center;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .img-wrap .color-img, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .img-wrap .color-img {
  padding-top: 80px;
  display: none;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .img-wrap .color-img.active, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .img-wrap .color-img.active {
  display: inline-block;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color {
  margin-top: auto;
  text-align: right;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color .text, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color .text {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color .color-wrap, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color .color-wrap {
  display: inline-block;
  margin-left: 25px;
  cursor: pointer;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color .color-wrap.active .color-name, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color .color-wrap.active .color-name {
  font-weight: 700;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color .color-wrap .color-name, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color .color-wrap .color-name {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.375rem;
  display: inline-block;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color .color-wrap .color-frame, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color .color-wrap .color-frame {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: bottom;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color .color-wrap .color-frame .color, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .right-col-wrap .pick-a-color .color-wrap .color-frame .color {
  background-color: red;
  width: 80%;
  height: 80%;
  margin: 2px;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product ul, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product ul li, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product ul li {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  position: relative;
  margin-bottom: 5px;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product ul li::before, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #db0016;
  position: absolute;
  left: -20px;
  top: 9px;
  display: block;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product ul li strong, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product ul li strong {
  font-weight: 700;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .video-wrap, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .video-wrap {
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative; /* If you want text inside of it */
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .video-wrap iframe, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product iframe, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product iframe {
  max-width: 100%;
  width: 100%;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap strong, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap strong {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap .aligncenter, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap table tr, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap table tr {
  /*&:first-of-type{
      td{
          border-top: 1px solid $black;
      }
  }*/
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap table tr td, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap table tr td {
  vertical-align: middle;
  padding: 10px 10px;
  /*&:first-of-type{
      border-left: 1px solid $black;
  }*/
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap table tr td .alignleft, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap table tr td .alignleft {
  margin-left: 0 !important;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap table tr td .alignright, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap table tr td .alignright {
  margin-right: 0 !important;
}
.single-product-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap table tr td .alignright.entered, .archive-wrap .tabs-wrap .tabs-wrap-product .tab-single-product .text-tab-wrap table tr td .alignright.entered {
  margin-left: auto;
  float: right;
}
.single-product-wrap .print-manual-catalog-wrap, .archive-wrap .print-manual-catalog-wrap {
  position: relative;
  overflow: hidden;
  padding: 26px;
  text-align: left;
  margin-bottom: 56px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .print-manual-catalog-wrap, .archive-wrap .print-manual-catalog-wrap {
    text-align: center;
  }
}
.single-product-wrap .print-manual-catalog-wrap img, .archive-wrap .print-manual-catalog-wrap img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product-wrap .print-manual-catalog-wrap .overlay, .archive-wrap .print-manual-catalog-wrap .overlay {
  top: 0;
  left: 0;
  background-color: rgba(219, 0, 22, 0.8);
  mix-blend-mode: darken;
  background-blend-mode: darken;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.single-product-wrap .print-manual-catalog-wrap .text-wrap > a, .archive-wrap .print-manual-catalog-wrap .text-wrap > a {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .single-product-wrap .print-manual-catalog-wrap .text-wrap > a, .archive-wrap .print-manual-catalog-wrap .text-wrap > a {
    width: auto;
    display: inline-block;
    margin: 6px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .print-manual-catalog-wrap .text-wrap > a, .archive-wrap .print-manual-catalog-wrap .text-wrap > a {
    margin: 6px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-product-wrap .print-manual-catalog-wrap .text-wrap > a, .archive-wrap .print-manual-catalog-wrap .text-wrap > a {
    margin: 6px 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-product-wrap .print-manual-catalog-wrap .text-wrap > a, .archive-wrap .print-manual-catalog-wrap .text-wrap > a {
    margin: 6px 8px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-product-wrap .print-manual-catalog-wrap .text-wrap > a, .archive-wrap .print-manual-catalog-wrap .text-wrap > a {
    margin: 6px 24px;
  }
}
.single-product-wrap .print-manual-catalog-wrap .text-wrap > a svg, .archive-wrap .print-manual-catalog-wrap .text-wrap > a svg {
  margin-right: 10px;
  vertical-align: middle;
}
.single-product-wrap .print-manual-catalog-wrap .text-wrap > a img, .archive-wrap .print-manual-catalog-wrap .text-wrap > a img {
  margin-right: 10px;
  position: static;
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
.single-product-wrap .print-manual-catalog-wrap .text-wrap > a span, .archive-wrap .print-manual-catalog-wrap .text-wrap > a span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
}
.single-product-wrap .related-products .header-with-decor p, .archive-wrap .related-products .header-with-decor p {
  font-size: 2.125rem;
  line-height: 2.625rem;
}
@media only screen and (min-width: 768px) {
  .single-product-wrap .related-products .header-with-decor p, .archive-wrap .related-products .header-with-decor p {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}
.single-product-wrap .related-products .related-products-wrap, .archive-wrap .related-products .related-products-wrap {
  /*.categories-row{
      margin-left: -14px;
      margin-right: -14px;
      .col{
          padding-left: 14px;
          padding-right: 14px;
          margin-bottom: 28px;
          &.col-custom{
              @include devices(biggest){
                  -ms-flex: 0 0 20%;
                  flex: 0 0 20%;
                  max-width: 20%;
              }
          }
      }
  }*/
}
.single-product-wrap .related-products .related-products-wrap .related.products > h2, .archive-wrap .related-products .related-products-wrap .related.products > h2 {
  display: none;
}
.single-product-wrap .related-products .related-products-wrap .related.products .columns-5, .single-product-wrap .related-products .related-products-wrap .related.products .columns-4, .archive-wrap .related-products .related-products-wrap .related.products .columns-5, .archive-wrap .related-products .related-products-wrap .related.products .columns-4 {
  margin-left: -14px;
  margin-right: -14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-product-wrap .related-products .related-products-wrap .related.products .columns-5 .col, .single-product-wrap .related-products .related-products-wrap .related.products .columns-4 .col, .archive-wrap .related-products .related-products-wrap .related.products .columns-5 .col, .archive-wrap .related-products .related-products-wrap .related.products .columns-4 .col {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 28px;
}
.single-product-wrap .related-products .related-products-wrap .related.products .columns-5 .col.col-custom .single-product-wrap-loop, .single-product-wrap .related-products .related-products-wrap .related.products .columns-4 .col.col-custom .single-product-wrap-loop, .archive-wrap .related-products .related-products-wrap .related.products .columns-5 .col.col-custom .single-product-wrap-loop, .archive-wrap .related-products .related-products-wrap .related.products .columns-4 .col.col-custom .single-product-wrap-loop {
  padding: 10px 20px 20px 20px;
}
@media only screen and (min-width: 1600px) {
  .single-product-wrap .related-products .related-products-wrap .related.products .columns-5 .col.col-custom, .single-product-wrap .related-products .related-products-wrap .related.products .columns-4 .col.col-custom, .archive-wrap .related-products .related-products-wrap .related.products .columns-5 .col.col-custom, .archive-wrap .related-products .related-products-wrap .related.products .columns-4 .col.col-custom {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.single-product-wrap .related-products .col-wrap, .archive-wrap .related-products .col-wrap {
  box-shadow: 0 10px 32px 0 #e6e6e6;
  -webkit-box-shadow: 0 10px 32px 0 #e6e6e6;
  -moz-box-shadow: 0 10px 32px 0 #e6e6e6;
  display: block;
  padding: 10px 14px 20px 14px;
}
.single-product-wrap .related-products .col-wrap p, .archive-wrap .related-products .col-wrap p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
  padding: 0 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .single-product-wrap .related-products .col-wrap p, .archive-wrap .related-products .col-wrap p {
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .single-product-wrap .related-products .col-wrap p, .archive-wrap .related-products .col-wrap p {
    padding: 0 0;
  }
}

.contact-popup {
  display: none;
  max-width: 90%;
  margin: 16px 0 44px;
  padding: 40px 15px 40px 15px;
}
@media only screen and (min-width: 768px) {
  .contact-popup {
    padding: 40px 140px 40px 150px;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-popup {
    max-width: 1184px;
  }
}
.contact-popup .text-wrap {
  margin-bottom: 50px;
}
.contact-popup .text-wrap p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.contact-popup .text-wrap p strong {
  font-weight: 700;
}

.accesories-list .accesory-single {
  display: block;
  border-bottom: 2px solid #d9d9d9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accesories-list .accesory-single:hover {
  border-bottom: 2px solid #db0016;
}
.accesories-list .accesory-single .img-wrap {
  padding: 20px;
}
.accesories-list .accesory-single .img-wrap .aspect-ratio-wrap {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.accesories-list .accesory-single .img-wrap .aspect-ratio-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.accesories-list .accesory-single .text-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px 5px;
}
.accesories-list .accesory-single .text-wrap p {
  margin-bottom: 0;
}
.accesories-list .accesory-single .text-wrap p.index-name {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #9e9e9e;
  font-weight: 600;
}
.accesories-list .accesory-single .text-wrap p.text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.accesories-list .accesory-single .text-wrap p.name {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.accesories-list .accesory-single .btn {
  padding: 9px 12px;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.accesories-list .accesory-single .product.woocommerce.add_to_cart_inline {
  padding: 12px 0 0 0 !important;
  border: none !important;
  font-size: 0;
}
.accesories-list .accesory-single .product.woocommerce.add_to_cart_inline .add_to_cart_button {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 3px solid #db0016;
  color: #000;
  padding: 9px 12px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
  font-style: italic;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  max-width: 100%;
  margin-right: 5px;
  /*@include devices(medium){
    padding: 9px 56px;
    max-width: auto;
  }*/
}
.accesories-list .accesory-single .product.woocommerce.add_to_cart_inline .add_to_cart_button:hover {
  color: #fff;
  background-color: #db0016;
}

.breadcrumbs-separator-single-product {
  padding-top: 15px;
}

.quantity-bar {
  background-color: #9b9797;
  height: 8px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  max-width: 205px;
  margin: 15px 0;
}
.quantity-bar .filled-bar {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.archive-wrap {
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .archive-wrap {
    padding: 15px 0;
  }
}
.archive-wrap .breadcrumbs-class {
  margin-bottom: 20px;
}
.archive-wrap .price-slider-wrap {
  padding: 0;
}
.archive-wrap .noUi-target {
  background: #9e9e9e;
  border: none;
}
.archive-wrap .noUi-connects {
  height: 3px;
}
.archive-wrap .noUi-connect {
  background-color: #db0016;
}
.archive-wrap .noUi-horizontal {
  height: 2px;
}
.archive-wrap .noUi-horizontal .noUi-handle {
  width: 13px;
  height: 13px;
  top: -5px;
}
.archive-wrap .noUi-tooltip {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #db0016;
  border: none;
  background-color: transparent;
}
.archive-wrap .noUi-handle {
  border: 2px solid #db0016;
  border-radius: 100%;
  background-color: #db0016;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-right: 10px;
}
.archive-wrap .noUi-handle::before {
  display: none;
}
.archive-wrap .noUi-handle:after {
  display: none;
}
.archive-wrap .noUi-handle.noUi-active {
  background: #db0016;
  border: 2px solid #db0016;
}
.archive-wrap .prices-min-max {
  padding-top: 15px;
  margin-bottom: 15px;
}
.archive-wrap .prices-min-max .min, .archive-wrap .prices-min-max .max {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #9e9e9e;
}
.archive-wrap .prices-min-max .min {
  float: left;
}
.archive-wrap .prices-min-max .max {
  float: right;
}
.archive-wrap .filter {
  margin-bottom: 20px;
}
.archive-wrap .filter .term-name {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #9e9e9e;
  margin-left: 5px;
}

.categories-wrap.archive .categories {
  margin-bottom: 20px;
}
.categories-wrap.archive .categories li {
  display: none;
}
.categories-wrap.archive .categories li.active {
  display: block;
}
.categories-wrap.archive .categories li.active ul {
  /*display: none;
  @include devices(medium){
      display: block;
  }*/
  display: block;
}
.categories-wrap.archive .categories li.active ul li {
  display: block;
}
.categories-wrap.archive .categories li ul {
  padding-bottom: 10px;
}

.woocommerce-breadcrumb {
  margin-bottom: 15px;
}

.page-description {
  margin-bottom: 50px;
}
.page-description p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.sort-and-count-wrap {
  margin-bottom: 10px;
}
.sort-and-count-wrap .woocommerce-result-count {
  float: left;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sort-and-count-wrap .woocommerce-result-count {
    float: right;
  }
}
.sort-and-count-wrap .woocommerce-ordering {
  float: left;
}
.sort-and-count-wrap .woocommerce-ordering select {
  background-color: #fff;
  border: none;
}

.products-to-show {
  margin-bottom: 15px;
}
.products-to-show p {
  font-weight: 700;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .products-to-show p {
    text-align: right;
  }
}
.products-to-show p .per-page-count {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products-to-show p .per-page-count:hover {
  color: #db0016;
}
.products-to-show p .active {
  color: #db0016;
}

.archive-wrap .archive-row .col .columns-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.archive-wrap .archive-row .col .columns-3 .col {
  padding-left: 16px;
  padding-right: 16px;
}

.columns-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.columns-3 .col {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
}

.single-product-wrap-loop {
  box-shadow: 0 10px 32px 0 #e6e6e6;
  -webkit-box-shadow: 0 10px 32px 0 #e6e6e6;
  -moz-box-shadow: 0 10px 32px 0 #e6e6e6;
  display: block;
  padding: 10px 36px 20px 36px;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-product-wrap-loop:hover {
  transform: scale(1.1);
}
.single-product-wrap-loop .onsale {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #db0016;
}
.single-product-wrap-loop .woocommerce-LoopProduct-link {
  display: block;
  text-align: center;
}
.single-product-wrap-loop img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 10px;
}
.single-product-wrap-loop .woocommerce-loop-product__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
}
.single-product-wrap-loop .categories {
  display: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
  color: #9e9e9e;
}
.single-product-wrap-loop .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
  color: #db0016;
}
.single-product-wrap-loop p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
  padding: 0 35px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .single-product-wrap-loop p {
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .single-product-wrap-loop p {
    padding: 0 35px;
  }
}
.single-product-wrap-loop .wp-element-button {
  padding-top: 10px;
  display: block;
  width: 100%;
  text-align: center;
  display: none;
}
.single-product-wrap-loop .product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none !important;
}

.woocommerce-pagination {
  padding-top: 80px;
}
.woocommerce-pagination .page-numbers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-pagination .page-numbers .page-numbers {
  border: 3px solid #9e9e9e;
  padding: 10px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  margin-bottom: 20px;
  color: #9e9e9e;
  font-weight: 600;
  font-style: italic;
}
.woocommerce-pagination .page-numbers .page-numbers.next, .woocommerce-pagination .page-numbers .page-numbers.prev, .woocommerce-pagination .page-numbers .page-numbers.current {
  border: 3px solid #db0016;
  color: #000;
}
.woocommerce-pagination .page-numbers .page-numbers.next, .woocommerce-pagination .page-numbers .page-numbers.prev {
  width: auto;
  padding: 10px 50px;
}

.simple-page-wrap {
  padding-bottom: 50px;
}
.simple-page-wrap ul:not(.woocommerce-shipping-methods) {
  padding-left: 20px;
  margin-bottom: 20px;
}
.simple-page-wrap ul:not(.woocommerce-shipping-methods) li {
  font-size: 0.875rem;
  line-height: 1.375rem;
  position: relative;
  margin-bottom: 5px;
}
.simple-page-wrap ul:not(.woocommerce-shipping-methods) li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #db0016;
  position: absolute;
  left: -20px;
  top: 9px;
  display: block;
}

section.top {
  position: relative;
  width: 100%;
  height: auto;
  /*height: 150px;
  @include devices(medium){
      height: 500px;
  }*/
  /*&.single{
      height: 400px;
  }*/
}
section.top .img-wrap {
  height: 100%;
}
section.top img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
section.top .title-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.top .title-wrap h1 {
  color: #fff;
  text-transform: uppercase;
}

.slider-wrap {
  height: 100%;
  position: relative;
}
.slider-wrap .slick-list {
  height: 100%;
}
.slider-wrap .slick-list .slick-track {
  height: 100%;
}
.slider-wrap .slick-list .slick-track .slick-slide {
  height: 100%;
}
.slider-wrap .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.slider-wrap .slick-list .slick-track .slick-slide > div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 75px;
}
@media only screen and (min-width: 1600px) {
  .slider-wrap .slick-list .slick-track .slick-slide > div img {
    min-height: 90px;
  }
}
.slider-wrap .slick-list .slick-track .slick-slide > div .img-inside-slide-wrap {
  position: relative;
  overflow: hidden;
  /*.overlay{
      animation: zoom-in-zoom-out 11s ease-in;
  }*/
}
.slider-wrap .slick-list .slick-track .slick-slide > div .img-wrap img {
  object-fit: fill;
  height: auto;
  display: block;
}
.slider-wrap .slick-list .slick-track .slick-slide.slick-active > div .img-inside-slide-wrap img {
  animation: zoom-in-zoom-out 22s ease-in;
}
.slider-wrap .slider-counter {
  display: none;
  position: absolute;
  z-index: 2;
  top: 45%;
  color: #fff;
  right: 25px;
}
@media only screen and (min-width: 768px) {
  .slider-wrap .slider-counter {
    right: 50px;
  }
}
.slider-wrap .slider-counter span {
  font-size: 0.625rem;
  line-height: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
}
.slider-wrap .arrow-left, .slider-wrap .arrow-right {
  display: none !important;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider-wrap .arrow-left svg, .slider-wrap .arrow-right svg {
  width: 100%;
  height: 100%;
  stroke: #fff;
  padding: 12px;
}
.slider-wrap .arrow-left {
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .slider-wrap .arrow-left {
    left: 44px;
  }
}
.slider-wrap .arrow-right {
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .slider-wrap .arrow-right {
    right: 44px;
  }
}

.front-page-news {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .front-page-news {
    padding-top: 10px;
  }
}
.front-page-news .overlay-wrap {
  position: relative;
}
.front-page-news img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .slider-news {
    height: 440px;
  }
}
@media only screen and (min-width: 1600px) {
  .slider-news {
    height: auto;
  }
}
.slider-news .slide-single {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slider-news .slide-single .overlay + img {
  animation: none !important;
}
.slider-news .slide-single .container {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
.slider-news .slide-single .container .row {
  height: 100%;
}
.slider-news .slide-single .container .row .col {
  height: 100%;
}
.slider-news .slide-single .text-wrap {
  padding: 130px;
}
@media only screen and (min-width: 768px) {
  .slider-news .slide-single .text-wrap {
    padding: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-news .slide-single .text-wrap {
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .slider-news .slide-single .text-wrap {
    padding: 100px 50px;
  }
}
.slider-news .slide-single .text-wrap p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  margin-bottom: 18px;
}
.slider-news .slide-single .text-wrap p.price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.slider-news .slide-single .text-wrap p.price strong {
  color: #db0016;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
}
.slider-news .slide-single .text-wrap ul {
  padding-left: 20px;
  list-style: disc;
}
.slider-news .slide-single .text-wrap ul li {
  color: #fff;
}
.slider-news .slide-single .text-wrap ol li {
  color: #fff;
}
.slider-news .slide-single .text-wrap .link-wrap {
  vertical-align: middle;
}
.slider-news .slide-single .text-wrap .link-wrap span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
}
.slider-news .slide-single .text-wrap .link-wrap svg {
  vertical-align: middle;
  margin-left: 5px;
  height: 24px;
}
.slider-news .slide-single .img-wrap {
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
}
.slider-news .slide-single .img-wrap img {
  display: block;
  animation: none !important;
}
.slider-news .slick-list .slick-track .slick-slide > div .img-wrap img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.slider-nav-wrap {
  margin-bottom: -5px;
  position: relative;
  z-index: 3;
}
.slider-nav-wrap .slider-nav .slick-current .slide-single p::after {
  opacity: 1;
}
.slider-nav-wrap .slider-nav .slide-single {
  text-align: center;
}
.slider-nav-wrap .slider-nav .slide-single p {
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 12px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
@media only screen and (min-width: 992px) {
  .slider-nav-wrap .slider-nav .slide-single p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-nav-wrap .slider-nav .slide-single p {
    font-size: 1.1875rem;
    line-height: 2rem;
  }
}
.slider-nav-wrap .slider-nav .slide-single p::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #db0016;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-only-slides .info-slide {
  margin-bottom: 20px;
}
.mobile-only-slides .info-slide.active .header {
  margin-bottom: 30px;
}
.mobile-only-slides .info-slide.active .header::after {
  opacity: 1;
}
.mobile-only-slides .info-slide .header {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 12px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.mobile-only-slides .info-slide .header::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #db0016;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-only-slides .info-slide .content {
  position: relative;
  display: none;
}
.mobile-only-slides .info-slide .content > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.mobile-only-slides .info-slide .content .overlay {
  top: 0;
  left: 0;
}
.mobile-only-slides .info-slide .content .text-wrap {
  position: relative;
  z-index: 2;
  padding: 50px 20px 0 20px;
}
.mobile-only-slides .info-slide .content .text-wrap p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  margin-bottom: 18px;
}
.mobile-only-slides .info-slide .content .text-wrap p.price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.mobile-only-slides .info-slide .content .text-wrap p.price strong {
  color: #db0016;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
}
.mobile-only-slides .info-slide .content .text-wrap .link-wrap {
  vertical-align: middle;
}
.mobile-only-slides .info-slide .content .text-wrap .link-wrap span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
}
.mobile-only-slides .info-slide .content .text-wrap .link-wrap svg {
  vertical-align: middle;
  margin-left: 5px;
  height: 24px;
}
.mobile-only-slides .info-slide .content .text-wrap .img-wrap {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
  text-align: right;
}

.slider-shortcode {
  padding-top: 10px;
}

.front-page-product-categories {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .front-page-product-categories {
    padding-top: 65px;
  }
}
.front-page-product-categories.sub-categories {
  margin-bottom: 0;
}
.front-page-product-categories.sub-categories .categories-wrap {
  margin-bottom: 0;
}
.front-page-product-categories .categories-wrap {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .front-page-product-categories .categories-wrap {
    margin-bottom: 100px;
  }
}
.front-page-product-categories .categories-wrap .categories-row {
  margin-left: -16px;
  margin-right: -16px;
}
.front-page-product-categories .categories-wrap .categories-row .col {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
}
.front-page-product-categories .col-wrap {
  box-shadow: 0 10px 32px 0 #e6e6e6;
  -webkit-box-shadow: 0 10px 32px 0 #e6e6e6;
  -moz-box-shadow: 0 10px 32px 0 #e6e6e6;
  display: block;
  padding: 10px 36px 20px 36px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.front-page-product-categories .col-wrap p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
  padding: 0 35px;
  text-transform: uppercase;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media only screen and (min-width: 1200px) {
  .front-page-product-categories .col-wrap p {
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .front-page-product-categories .col-wrap p {
    padding: 0 35px;
  }
}
.front-page-product-categories .col-wrap:hover {
  transform: scale(1.1);
}

.simple-text {
  margin-bottom: 100px;
}

.about-us-top {
  margin-bottom: 50px;
}
.about-us-top .info-text-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .about-us-top .info-text-wrap {
    display: flex;
  }
}
.about-us-top .info-text-wrap .info-header {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.about-us-top .info-text-wrap .info-text {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #000;
}
.about-us-top .header {
  /*@include font-size(36);
  @include line-height(42);*/
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 8px solid #db0016;
  display: inline-block;
  margin-bottom: 30px;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .about-us-top .header {
    font-size: 2.875rem;
    line-height: 3.25rem;
  }
}
.about-us-top .btn-wrap {
  padding-top: 30px;
}
.about-us-top .btn-wrap .btn {
  padding: 9px 25px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .about-us-top .btn-wrap .btn {
    padding: 9px 45px;
  }
}
.about-us-top ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.about-us-top ul li {
  font-size: 0.875rem;
  line-height: 1.375rem;
  position: relative;
  margin-bottom: 5px;
}
.about-us-top ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #db0016;
  position: absolute;
  left: -20px;
  top: 9px;
  display: block;
}

.about-us-tabs {
  margin-bottom: 100px;
  /*.text-wrap{
      ul{
          padding-left: 20px;
          list-style: disc;
          margin-bottom: 20px;
          li{
              @include font-size(14);
              @include line-height(22);
          }
      }
  }*/
}
.about-us-tabs .tabs-selectors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .about-us-tabs .tabs-selectors {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-tabs .tabs-selectors {
    margin-bottom: 50px;
  }
}
.about-us-tabs .tabs-selectors .tab-selector {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 10px solid transparent;
}
@media only screen and (min-width: 768px) {
  .about-us-tabs .tabs-selectors .tab-selector {
    font-size: 0.6875rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-tabs .tabs-selectors .tab-selector {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-tabs .tabs-selectors .tab-selector {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.about-us-tabs .tabs-selectors .tab-selector.active {
  border-bottom: 10px solid #db0016;
}
.about-us-tabs .tabs-wrap .tab-single {
  display: none;
}
.about-us-tabs .tabs-wrap .tab-single.active {
  display: block;
}
.about-us-tabs .tabs-wrap .tab-single > .row {
  margin-left: -45px;
  margin-right: -45px;
}
@media only screen and (min-width: 768px) {
  .about-us-tabs .tabs-wrap .tab-single > .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-tabs .tabs-wrap .tab-single > .row {
    margin-left: -45px;
    margin-right: -45px;
  }
}
.about-us-tabs .tabs-wrap .tab-single > .row > .col {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (min-width: 768px) {
  .about-us-tabs .tabs-wrap .tab-single > .row > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-tabs .tabs-wrap .tab-single > .row > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.about-us-tabs .tabs-wrap .tab-single ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.about-us-tabs .tabs-wrap .tab-single ul li {
  font-size: 0.875rem;
  line-height: 1.375rem;
  position: relative;
  margin-bottom: 5px;
}
.about-us-tabs .tabs-wrap .tab-single ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #db0016;
  position: absolute;
  left: -20px;
  top: 9px;
  display: block;
}
.about-us-tabs .col-wrap {
  padding-left: 60px;
  position: relative;
}
.about-us-tabs .col-wrap img {
  position: absolute;
  width: 50px;
  height: 50px;
  object-fit: contain;
  left: 0;
  top: 0;
}
.about-us-tabs .download-wrap {
  margin-bottom: 30px;
  display: block;
}
.about-us-tabs .download-wrap svg {
  vertical-align: middle;
}
.about-us-tabs .download-wrap span {
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.about-us-tabs .icon-wrap {
  margin-bottom: 30px;
}
.about-us-tabs .icon-wrap .img-wrap {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
.about-us-tabs .icon-wrap span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
}

.mobile-pseudo-tab {
  margin-bottom: 30px;
}
.mobile-pseudo-tab.active .tab-header-mobile::after {
  transform: rotate(180deg);
}
.mobile-pseudo-tab.active .tab-header-mobile p {
  border-bottom: 10px solid #db0016;
}
.mobile-pseudo-tab .tab-header-mobile {
  display: block;
  padding-right: 30px;
  position: relative;
}
.mobile-pseudo-tab .tab-header-mobile::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(../images/chevron-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mobile-pseudo-tab .tab-header-mobile p {
  display: inline-block;
  border-bottom: 10px solid transparent;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0;
}
.mobile-pseudo-tab .tab-content-mobile {
  padding-top: 40px;
  display: block;
}

.about-us-quote {
  margin-bottom: 50px;
  position: relative;
  height: 500px;
}
@media only screen and (min-width: 1600px) {
  .about-us-quote {
    height: auto;
  }
}
.about-us-quote img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-quote .overlay {
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0));
}
.about-us-quote .quote-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 140px 20px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .about-us-quote .quote-wrap {
    padding: 140px 130px;
  }
}
.about-us-quote .quote-wrap .text-wrap {
  max-width: 487px;
  padding: 65px 15px 0 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about-us-quote .quote-wrap .text-wrap {
    padding: 65px 86px 0 86px;
  }
}
.about-us-quote .quote-wrap .text-wrap::before, .about-us-quote .quote-wrap .text-wrap::after {
  content: "";
  width: 55px;
  height: 55px;
  display: block;
  background-image: url(../images/quote.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.about-us-quote .quote-wrap .text-wrap::before {
  left: 0;
  top: 0;
}
.about-us-quote .quote-wrap .text-wrap::after {
  right: 0;
  bottom: 0;
  background-image: url(../images/quote_end.svg);
}
.about-us-quote .quote-wrap .text-wrap p {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin-bottom: 20px;
}
.about-us-quote .quote-wrap .text-wrap p.author {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  margin-bottom: 0;
}

.about-us-our-team {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .about-us-our-team {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-our-team {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us-our-team {
    margin-bottom: 50px;
  }
}
.about-us-our-team.reversed .row {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about-us-our-team.reversed .row {
    flex-direction: row;
  }
}
.about-us-our-team .row {
  margin-left: 0;
  margin-right: 0;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .about-us-our-team .row {
    flex-direction: row;
  }
}
.about-us-our-team .row .col {
  padding-left: 0;
  padding-right: 0;
}
.about-us-our-team .img-wrap {
  position: relative;
  height: 500px;
}
@media only screen and (min-width: 1200px) {
  .about-us-our-team .img-wrap {
    height: auto;
  }
}
.about-us-our-team .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .about-us-our-team .img-wrap img {
    height: auto;
  }
}
.about-us-our-team .img-wrap .text-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 33px 22px 22px 22px;
}
@media only screen and (min-width: 1600px) {
  .about-us-our-team .img-wrap .text-wrap {
    padding: 33px 244px 22px 92px;
  }
}
.about-us-our-team .img-wrap .text-wrap::after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  mix-blend-mode: darken;
  background-blend-mode: darken;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.about-us-our-team .img-wrap .text-wrap p {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin-bottom: 14px;
}
.about-us-our-team .img-wrap .text-wrap p.author {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  margin-bottom: 0;
}
.about-us-our-team .text-wrap-right {
  padding: 0 20px 50px 20px;
}
@media only screen and (min-width: 1600px) {
  .about-us-our-team .text-wrap-right {
    padding: 56px 220px 0 190px;
  }
}
.about-us-our-team .text-wrap-right .btn-wrap {
  padding-top: 30px;
}

.about-us-why-us {
  margin-bottom: 100px;
}
.about-us-why-us .header-big {
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 2.625rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .about-us-why-us .header-big {
    font-size: 2.875rem;
    line-height: 3.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-why-us .header-big {
    margin-bottom: 10px;
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us-why-us .header-big {
    margin-bottom: 25px;
    font-size: 2.875rem;
    line-height: 3.25rem;
  }
}
.about-us-why-us.reversed .img-wrap::before {
  content: "";
  top: 0;
  right: -74%;
  transform: skew(42deg);
  z-index: 2;
  left: auto;
}
@media only screen and (min-width: 992px) {
  .about-us-why-us.reversed .img-wrap::before {
    right: -65%;
    left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-why-us.reversed .img-wrap::before {
    right: -74%;
    left: auto;
  }
}
.about-us-why-us.reversed .row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .about-us-why-us.reversed .row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .about-us-why-us.reversed .text-wrap {
    padding: 80px 20px 50px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-why-us.reversed .text-wrap {
    padding: 22px 20px 20px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-why-us.reversed .text-wrap {
    padding: 10px 20px 10px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us-why-us.reversed .text-wrap {
    padding: 0 215px 0 83px;
  }
}
.about-us-why-us .row {
  margin-left: 0;
  margin-right: 0;
}
.about-us-why-us .row .col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.about-us-why-us .text-wrap {
  background-color: #f1f1f1;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 80px 20px 50px 20px;
}
@media only screen and (min-width: 768px) {
  .about-us-why-us .text-wrap {
    padding: 80px 20px 50px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-why-us .text-wrap {
    padding: 22px 20px 20px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-why-us .text-wrap {
    padding: 22px 20px 20px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us-why-us .text-wrap {
    padding: 0 83px 0 215px;
  }
}
.about-us-why-us .text-wrap .text-wrap-inside {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about-us-why-us .text-wrap .text-wrap-inside {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-why-us .text-wrap .text-wrap-inside {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-why-us .text-wrap .text-wrap-inside {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-why-us .text-wrap .text-wrap-inside p {
    font-size: 0.75rem;
    line-height: 1.375rem;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-why-us .text-wrap .text-wrap-inside p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.about-us-why-us .text-wrap .text-wrap-inside .button-wrap {
  padding-top: 30px;
}
.about-us-why-us .text-wrap .header-small {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
}
.about-us-why-us .text-wrap .row {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .about-us-why-us .text-wrap .row {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us-why-us .text-wrap .row {
    padding-top: 30px;
  }
}
.about-us-why-us .text-wrap .btn-wrap {
  padding-top: 40px;
}
.about-us-why-us .img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about-us-why-us .img-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  display: block;
  top: 0;
  left: -74%;
  transform: skew(-42deg);
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .about-us-why-us .img-wrap::before {
    left: -65%;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-why-us .img-wrap::before {
    left: -74%;
  }
}
.about-us-why-us .img-wrap .overlay {
  top: 0;
  left: 0;
  background-color: rgba(219, 0, 22, 0.8);
  mix-blend-mode: darken;
  background-blend-mode: darken;
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-us-why-us .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-us-our-team.service-gallery {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 768px) {
  .about-us-our-team.service-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
.about-us-our-team.service-gallery .service-gallery-row {
  margin-left: -16px;
  margin-right: -16px;
  flex-direction: row;
}
.about-us-our-team.service-gallery .service-gallery-row .col {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 30px;
}

.about-us-why-us.contact-section .text-wrap {
  padding: 50px 22px 50px 22px;
}
@media only screen and (min-width: 768px) {
  .about-us-why-us.contact-section .text-wrap {
    padding: 50px 30px 50px 55px;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-why-us.contact-section .text-wrap {
    padding: 10px 30px 10px 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-why-us.contact-section .text-wrap {
    padding: 10px 30px 10px 65px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us-why-us.contact-section .text-wrap {
    padding: 50px 30px 50px 125px;
  }
}
.about-us-why-us.contact-section .form-wrap .form-row {
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 0;
}
.about-us-why-us.contact-section .form-wrap .form-row .col {
  padding-left: 16px;
  padding-right: 16px;
}
.about-us-why-us.contact-section .img-wrap::before {
  transform: skew(-28deg);
}

.hot-deals {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .hot-deals {
    margin-bottom: 100px;
  }
}
.hot-deals .row:not(.hot-deals-row) {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .hot-deals .row:not(.hot-deals-row) {
    flex-direction: row;
  }
}
.hot-deals .row:not(.hot-deals-row) > .col {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .hot-deals .row:not(.hot-deals-row) > .col {
    margin-bottom: 0;
  }
}
.hot-deals .text-wrap-right {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .hot-deals .text-wrap-right {
    padding: 23px 0 40px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .hot-deals .text-wrap-right {
    padding: 32px 10px 40px 200px;
  }
}
.hot-deals .text-wrap-right .btn-wrap {
  padding-top: 30px;
}
.hot-deals .hot-deals-row {
  margin-left: -16px;
  margin-right: -16px;
}
.hot-deals .hot-deals-row .col {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
}
.hot-deals .col-wrap {
  display: block;
  padding: 34px 60px 20px 60px;
  box-shadow: 0 10px 32px 0 #e6e6e6;
  -webkit-box-shadow: 0 10px 32px 0 #e6e6e6;
  -moz-box-shadow: 0 10px 32px 0 #e6e6e6;
  height: 100%;
}
.hot-deals .col-wrap .img-wrap {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  margin-bottom: 34px;
}
.hot-deals .col-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot-deals .col-wrap .name, .hot-deals .col-wrap .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
.hot-deals .col-wrap .price {
  color: #db0016;
  text-transform: none;
}

.service-care {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .service-care {
    margin-bottom: 20px;
  }
}
.service-care .header-with-decor {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  .service-care .header-with-decor {
    margin-bottom: 50px;
  }
}
.service-care .service-care-row {
  margin-left: -38px;
  margin-right: -38px;
}
@media only screen and (min-width: 768px) {
  .service-care .service-care-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.service-care .service-care-row > .col {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
}
.service-care .col-wrap {
  position: relative;
  height: 100%;
}
.service-care .col-wrap.premium .bg-img-wrap .overlay {
  background-color: rgba(232, 199, 92, 0.8);
}
.service-care .col-wrap.premium .text-wrap .header-wrap .header-with-border-bottom {
  border-bottom: 8px solid #e8c75c;
  width: 100%;
}
.service-care .col-wrap.premium .text-wrap .prices-wrap {
  border: 2px solid #e8c75c;
}
.service-care .col-wrap.premium .text-wrap .prices-wrap .prices-row::after {
  background-color: #e8c75c;
}
.service-care .col-wrap .text-wrap .header-wrap .header-with-border-bottom {
  margin-bottom: 50px;
  width: 100%;
}
.service-care .col-wrap .text-wrap ul {
  padding-left: 30px;
  list-style: disc;
}
.service-care .col-wrap .bg-img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}
.service-care .col-wrap .bg-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-care .col-wrap .bg-img-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(219, 0, 22, 0.8);
  mix-blend-mode: darken;
  background-blend-mode: darken;
}
.service-care .col-wrap .text-wrap {
  position: relative;
  z-index: 2;
  background-color: #f1f1f1;
  margin-left: 62px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 44px 36px 50px 36px;
}
@media only screen and (min-width: 768px) {
  .service-care .col-wrap .text-wrap {
    padding: 44px 52px 50px 52px;
  }
}
@media only screen and (min-width: 992px) {
  .service-care .col-wrap .text-wrap {
    padding: 30px 20px 30px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .service-care .col-wrap .text-wrap {
    padding: 44px 52px 50px 52px;
  }
}
.service-care .col-wrap .text-wrap .prices-wrap {
  margin-top: auto;
  border: 2px solid #db0016;
  height: 46px;
}
.service-care .col-wrap .text-wrap .prices-wrap .prices-row {
  height: 100%;
  position: relative;
}
.service-care .col-wrap .text-wrap .prices-wrap .prices-row .separator {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #db0016;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: skew(-30deg);
}
.service-care .col-wrap .text-wrap .prices-wrap .prices-row .col {
  justify-content: center;
  display: flex;
  align-items: center;
}
.service-care .col-wrap .text-wrap .prices-wrap p {
  margin-bottom: 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.service-care .col-wrap .text-wrap .prices-wrap-mobile {
  margin-top: auto;
}
.service-care .col-wrap .text-wrap .prices-wrap-mobile p {
  margin-bottom: 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  display: block;
  background-color: #fff;
  border: 3px solid #db0016;
  color: #000;
  padding: 9px 35px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.service-care .col-wrap .text-wrap .prices-wrap-mobile p:last-of-type {
  margin-bottom: 0;
}

.three-columns-simple {
  margin-bottom: 50px;
}

.how-to-order {
  background-color: #f1f1f1;
  margin-bottom: 80px;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .how-to-order {
    margin-bottom: 150px;
  }
}
.how-to-order .text-wrap {
  max-width: 576px;
  margin: 0 auto;
}
.how-to-order .header {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #db0016;
  text-align: center;
}

.catalog-section {
  margin-bottom: 100px;
}
.catalog-section .header-with-decor {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .catalog-section .header-with-decor {
    margin-bottom: 80px;
  }
}
.catalog-section .catalog-row {
  margin-left: -16px;
  margin-right: -16px;
}
.catalog-section .catalog-row .col {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 30px;
}
.catalog-section .col-wrap {
  box-shadow: 0 10px 32px 0 #e6e6e6;
  -webkit-box-shadow: 0 10px 32px 0 #e6e6e6;
  -moz-box-shadow: 0 10px 32px 0 #e6e6e6;
  padding: 38px 69px 22px 69px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .catalog-section .col-wrap {
    padding: 38px 35px 22px 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog-section .col-wrap {
    padding: 38px 25px 22px 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .catalog-section .col-wrap {
    padding: 38px 69px 22px 69px;
  }
}
.catalog-section .col-wrap:hover {
  transform: scale(1.1);
}
.catalog-section .col-wrap .img-wrap {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  margin-bottom: 30px;
}
.catalog-section .col-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog-section .col-wrap .name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.catalog-section .col-wrap .btn {
  padding: 9px 40px;
}
.catalog-section .spare-parts-wrap {
  overflow-y: auto;
}
.catalog-section table.spare-parts {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.catalog-section table.spare-parts th {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #db0016;
}
.catalog-section table.spare-parts tr td {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: left;
  min-height: 86px;
  vertical-align: middle;
  border-bottom: 1px solid #d9d9d9;
}
.catalog-section table.spare-parts tr td:last-of-type {
  text-align: right;
}
.catalog-section table.spare-parts th[name=nr], .catalog-section table.spare-parts td[name=nr] {
  width: 10%;
  padding-right: 10px;
}
.catalog-section table.spare-parts th[name=index], .catalog-section table.spare-parts td[name=index] {
  width: 16%;
  padding-right: 10px;
}
.catalog-section table.spare-parts th[name=name], .catalog-section table.spare-parts td[name=name] {
  width: 43%;
  padding-right: 10px;
}
.catalog-section table.spare-parts th[name=add], .catalog-section table.spare-parts td[name=add] {
  width: 10%;
  padding-right: 10px;
}
.catalog-section table.spare-parts th[name=button], .catalog-section table.spare-parts td[name=button] {
  min-width: 288px;
  padding: 20px 0;
}
.catalog-section table.spare-parts input {
  border: none;
  border-bottom: 1px solid #9a9a9a;
  width: 119px;
}
.catalog-section table.spare-parts .btn {
  padding: 9px 25px;
}
@media only screen and (min-width: 768px) {
  .catalog-section table.spare-parts .btn {
    padding: 9px 40px;
  }
}
.catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 0;
}
.catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button, .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:link, .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:focus, .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:visited {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 3px solid #db0016;
  color: #000;
  padding: 9px 25px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  font-style: italic;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button, .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:link, .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:focus, .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:visited {
    padding: 9px 50px;
    max-width: auto;
  }
}
.catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:hover, .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:link:hover, .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:focus:hover, .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:visited:hover {
  color: #fff;
  background-color: #db0016;
}
@media only screen and (min-width: 768px) {
  .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button.added, .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:link.added, .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:focus.added, .catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline .add_to_cart_button:visited.added {
    padding: 9px 38px;
  }
}
.catalog-section table.spare-parts .product.woocommerce.add_to_cart_inline a.added_to_cart {
  padding-top: 0;
}
.catalog-section .spare-part-img {
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.spare-part-button-wrap {
  padding: 40px 0;
}

.catalog-row.single-spare-part-ver {
  padding-top: 50px;
  justify-content: center;
}

.columns-4 {
  display: flex;
  flex-wrap: wrap;
}
.columns-4 .product {
  width: 25%;
}

aside {
  width: 25%;
}
aside + .content-area {
  width: 75%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 3px solid #db0016;
  color: #000;
  padding: 9px 45px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  font-style: italic;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    padding: 9px 56px;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #db0016;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 3px solid #db0016;
  color: #000;
  padding: 9px 45px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  font-style: italic;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce .cart .button, .woocommerce .cart input.button {
    padding: 9px 56px;
  }
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
  color: #fff;
  background-color: #db0016;
}

.woocommerce table.shop_table {
  border-radius: 0;
}

.woocommerce .quantity .qty {
  border: none;
  border-bottom: 1px solid #9a9a9a;
  width: 119px;
}

.coupon .input-text {
  border: none;
  border-bottom: 1px solid #9a9a9a;
  width: 119px;
  height: 30px;
  margin-right: 10px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0;
}

.woocommerce-billing-fields, .woocommerce-additional-fields {
  margin-bottom: 30px;
}

.simple-page-wrap .woocommerce-checkout .woocommerce-checkout-review-order ul.wc_payment_methods li::before {
  display: none !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 0 35px 0;
}

.onsale {
  display: none;
}

.woocommerce-Price-amount.amount {
  color: #db0016;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}/*# sourceMappingURL=main.min.css.map */