/*
Registered fonts and fonts variables

$m-regular: 	'Muli';
$m-light:   	'Muli-Light';
$m-bold:    	'Muli-Bold';
$lato-regular:  'Lato-Regular';
$h-regular:     'HelveticaNeue';
$h-bold:  		'HelveticaNeue-Bold';
$h-thin: 		'HelveticaNeue-Thin';
$h-light: 		'HelveticaNeue-Light';

*/
@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli.woff") format("woff"), url("../fonts/Muli.ttf") format("truetype"), url("../fonts/Muli.svg#Muli") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Muli-Light';
  src: url("../fonts/Muli-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Light.woff") format("woff"), url("../fonts/Muli-Light.ttf") format("truetype"), url("../fonts/Muli-Light.svg#Muli-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-Regular';
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Muli-Bold';
  src: url("../fonts/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Bold.woff") format("woff"), url("../fonts/Muli-Bold.ttf") format("truetype"), url("../fonts/Muli-Bold.svg#Muli-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeue-Thin';
  src: url("../fonts/HelveticaNeue-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Thin.woff") format("woff"), url("../fonts/HelveticaNeue-Thin.ttf") format("truetype"), url("../fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url("../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Light.woff") format("woff"), url("../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  margin: 0;
  padding: 0; }

body {
  min-height: 100vh; }
  body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.7);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: -1;
    opacity: 0;
    visibility: hidden; }
  body.cart-aside--opened {
    position: relative;
    overflow: hidden; }
    body.cart-aside--opened:before {
      z-index: 15;
      opacity: 1;
      visibility: visible; }
    body.cart-aside--opened .cart-aside-wrapper {
      right: 0;
      opacity: 1;
      visibility: visible; }
  body.comparison-aside--opened {
    position: relative;
    overflow: hidden; }
    body.comparison-aside--opened:before {
      z-index: 15;
      opacity: 1;
      visibility: visible; }
    body.comparison-aside--opened .comparison-aside-wrapper {
      right: 0;
      opacity: 1;
      visibility: visible; }
  body.mobile-nav--opened {
    position: relative;
    overflow: hidden; }
    body.mobile-nav--opened:before {
      z-index: 15;
      opacity: 1;
      visibility: visible; }
    body.mobile-nav--opened .page-header {
      z-index: 25; }
    body.mobile-nav--opened .mobile-nav-wrap {
      left: 0;
      opacity: 1;
      visibility: visible; }
  body.header--fixed {
    padding-top: 200px; }

.page-wrapper {
  position: relative;
  overflow: hidden; }

.cart-aside-wrapper {
  position: absolute;
  top: 0;
  right: -1000px;
  width: 100%;
  max-width: 380px;
  min-height: 100vh;
  height: 100%;
  padding: 40px 35px;
  background: #f0f0f0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .cart-aside-wrapper .cart--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 25px; }
  .cart-aside-wrapper h2 {
    margin: 0;
    color: #333;
    font-size: 30px;
    font-family: "HelveticaNeue-Thin"; }
  .cart-aside-wrapper .cart-aside--close {
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    opacity: 0.6; }
  .cart-aside-wrapper .cart-items {
    padding: 35px 0;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8; }
  .cart-aside-wrapper .cart-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; }
    .cart-aside-wrapper .cart-item:last-child {
      margin-bottom: 0; }
    .cart-aside-wrapper .cart-item--img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 70px;
      background: #fff; }
    .cart-aside-wrapper .cart-item--info {
      width: calc(100% - 80px);
      padding: 0 20px; }
    .cart-aside-wrapper .cart-item--name a {
      display: block;
      margin-bottom: 5px;
      color: #010000;
      font-size: 14px;
      font-family: "HelveticaNeue-Thin";
      line-height: 18px;
      letter-spacing: 0.1em;
      text-decoration: none; }
    .cart-aside-wrapper .cart-item--price {
      color: #000;
      font-size: 12px;
      font-family: "HelveticaNeue-Light";
      line-height: 16px; }
    .cart-aside-wrapper .cart-item--count {
      color: #7a736c;
      font-size: 12px;
      font-family: "HelveticaNeue-Light";
      letter-spacing: 0.1em; }
    .cart-aside-wrapper .cart-item--delete {
      width: 10px; }
      .cart-aside-wrapper .cart-item--delete button {
        display: flex;
        padding: 4px 0;
        background: none;
        border: 0;
        outline: none;
        cursor: pointer; }
  .cart-aside-wrapper .cart-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 2px solid #e8e8e8; }
    .cart-aside-wrapper .cart-summary span {
      font-family: "HelveticaNeue";
      font-size: 18px;
      letter-spacing: 0.1em;
      line-height: 1; }
    .cart-aside-wrapper .cart-summary .price-label {
      padding-left: 10px;
      color: #6d6d6d;
      text-transform: uppercase; }
    .cart-aside-wrapper .cart-summary .price-value {
      color: #020100; }
  .cart-aside-wrapper .cart-order-now {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px; }
    .cart-aside-wrapper .cart-order-now a {
      display: inline-block;
      padding: 10px 20px 8px;
      color: #fff;
      background: #8c0014;
      font-size: 14px;
      font-family: "HelveticaNeue-Bold";
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
      .cart-aside-wrapper .cart-order-now a:hover {
        background: #ca0521; }

.comparison-aside-wrapper {
  position: absolute;
  top: 0;
  right: -1000px;
  width: 100%;
  max-width: 380px;
  min-height: 100vh;
  height: 100%;
  padding: 40px 35px;
  background: #f0f0f0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .comparison-aside-wrapper .cart--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 35px; }
  .comparison-aside-wrapper h2 {
    margin: 0;
    color: #333;
    font-size: 30px;
    font-family: "HelveticaNeue-Thin"; }
  .comparison-aside-wrapper .cart-aside--close {
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    opacity: 0.6; }
  .comparison-aside-wrapper .cart-items {
    padding: 35px 0;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8; }
  .comparison-aside-wrapper .cart-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; }
    .comparison-aside-wrapper .cart-item:last-child {
      margin-bottom: 0; }
    .comparison-aside-wrapper .cart-item--img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 70px;
      background: #fff; }
    .comparison-aside-wrapper .cart-item--info {
      width: calc(100% - 80px);
      padding: 0 20px; }
    .comparison-aside-wrapper .cart-item--name a {
      display: block;
      margin-bottom: 5px;
      color: #010000;
      font-size: 14px;
      font-family: "HelveticaNeue-Thin";
      line-height: 18px;
      letter-spacing: 0.1em;
      text-decoration: none; }
    .comparison-aside-wrapper .cart-item--price {
      color: #000;
      font-size: 12px;
      font-family: "HelveticaNeue-Light";
      line-height: 16px; }
    .comparison-aside-wrapper .cart-item--count {
      color: #7a736c;
      font-size: 12px;
      font-family: "HelveticaNeue-Light";
      letter-spacing: 0.1em; }
    .comparison-aside-wrapper .cart-item--delete {
      width: 10px; }
      .comparison-aside-wrapper .cart-item--delete button {
        display: flex;
        padding: 4px 0;
        background: none;
        border: 0;
        outline: none;
        cursor: pointer; }
  .comparison-aside-wrapper .cart-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 2px solid #e8e8e8; }
    .comparison-aside-wrapper .cart-summary span {
      font-family: "HelveticaNeue";
      font-size: 18px;
      letter-spacing: 0.1em;
      line-height: 1; }
    .comparison-aside-wrapper .cart-summary .price-label {
      padding-left: 10px;
      color: #6d6d6d;
      text-transform: uppercase; }
    .comparison-aside-wrapper .cart-summary .price-value {
      color: #020100; }
  .comparison-aside-wrapper .cart-order-now {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px; }
    .comparison-aside-wrapper .cart-order-now a {
      display: inline-block;
      padding: 10px 20px 8px;
      color: #fff;
      background: #8c0014;
      font-size: 14px;
      font-family: "HelveticaNeue-Bold";
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
      .comparison-aside-wrapper .cart-order-now a:hover {
        background: #ca0521; }

.page-header {
  background: #f0f0f0;
  padding-bottom: 10px; }
  .page-header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 25; }
    @media (min-width: 1200px) {
      .page-header.fixed-header .header-top-bar,
      .page-header.fixed-header .header-search {
        display: none; }
      .page-header.fixed-header .header-bottom-bar {
        margin-top: 0; }
      .page-header.fixed-header .header-logo {
        position: absolute;
        top: 9px;
        right: calc(50% - 570px); }
        .page-header.fixed-header .header-logo img {
          height: 40px; }
      .page-header.fixed-header .header-nav .nav-li.has-mega-nav .nav-a:after {
        bottom: -20px; }
      .page-header.fixed-header .header-nav .nav-a {
        padding: 10px 0;
        font-size: 18px; } }

.hamburger {
  display: none;
  position: absolute;
  top: 26px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer; }
  .hamburger.active span:nth-child(1) {
    top: 8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .hamburger.active span:nth-child(2) {
    opacity: 0; }
  .hamburger.active span:nth-child(3) {
    top: 8px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .hamburger span:nth-child(1) {
      top: 0; }
    .hamburger span:nth-child(2) {
      top: 7px; }
    .hamburger span:nth-child(3) {
      top: 14px; }

.mobile-nav-wrap {
  position: fixed;
  top: 65px;
  left: -1000px;
  width: 100%;
  max-width: 290px;
  height: calc(100% - 65px);
  padding: 45px 20px;
  background: #fff;
  z-index: 25;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .mobile-nav-wrap .secondary-mobile-nav {
    margin-top: 30px; }
    .mobile-nav-wrap .secondary-mobile-nav li {
      margin-bottom: 0; }
    .mobile-nav-wrap .secondary-mobile-nav a {
      color: #656565;
      font-size: 15px; }
  .mobile-nav-wrap ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .mobile-nav-wrap li {
    margin-bottom: 10px; }
    .mobile-nav-wrap li.secondary-nav--opened .secondary-ul {
      height: auto;
      padding-top: 10px;
      opacity: 1;
      visibility: visible; }
    .mobile-nav-wrap li.secondary-nav--opened .fa-angle-up {
      -moz-transform: rotate(90deg) !important;
      -webkit-transform: rotate(90deg) !important;
      -o-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
      transform: rotate(90deg) !important; }
  .mobile-nav-wrap a {
    display: block;
    color: #333;
    font-size: 18px;
    font-family: "HelveticaNeue";
    text-decoration: none; }
    .mobile-nav-wrap a.has-secondary-ul {
      position: relative; }
      .mobile-nav-wrap a.has-secondary-ul .fa-angle-up {
        position: absolute;
        top: 5px;
        right: 10px;
        color: #464646;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
  .mobile-nav-wrap .mobile-login-register-link {
    margin-bottom: 35px; }
  .mobile-nav-wrap .secondary-ul {
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0 0 0 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .mobile-nav-wrap .secondary-ul a {
      color: #5d5d5d;
      font-size: 15px; }

.mobile-contacts-wrap {
  margin-top: 25px; }
  .mobile-contacts-wrap h4 {
    margin: 0;
    color: #1b1b1b;
    font-size: 12px;
    font-family: "HelveticaNeue";
    text-transform: uppercase; }
  .mobile-contacts-wrap h3 {
    margin: 2px 0 3px;
    color: #1b1b1b;
    font-size: 18px;
    font-family: "HelveticaNeue-Light"; }
  .mobile-contacts-wrap p {
    margin: 0 0 10px;
    color: #1b1b1b;
    font-size: 12px;
    font-family: "HelveticaNeue-Light";
    line-height: 16px; }
    .mobile-contacts-wrap p span {
      font-size: 14px; }
  .mobile-contacts-wrap .social-links {
    display: flex; }
    .mobile-contacts-wrap .social-links a {
      margin-right: 15px;
      color: #636363;
      font-size: 18px;
      text-decoration: none; }
      .mobile-contacts-wrap .social-links a:last-child {
        margin-right: 0; }

.header-logo {
  margin-bottom: 20px;
  text-align: center; }
  .header-logo a {
    text-decoration: none;
    outline: none; }
  .header-logo img {
    height: 50px; }

.header-top-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.header-service-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0; }
.header-service-nav li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px; }
  .header-service-nav li:last-child {
    margin-right: 0; }
.header-service-nav a {
  color: #0c0f14;
  font-size: 13px;
  font-family: "HelveticaNeue-Thin";
  text-decoration: none;
  letter-spacing: 0.08em; }

.header-user-links {
  display: flex; }
  .header-user-links a {
    display: flex;
    align-items: center;
    color: #0c0f14;
    font-size: 16px;
    font-family: "HelveticaNeue-Thin";
    text-decoration: none;
    letter-spacing: 0.08em; }
  .header-user-links .header-login {
    margin: 0 30px; }
  .header-user-links .header-comparison {
    margin-right: 25px;
    margin-top: -5px; }
    .header-user-links .header-comparison.no-items .counter {
      color: #333; }
    .header-user-links .header-comparison.has-items .counter {
      color: #f0f0f0;
      background: #8c0014; }
    .header-user-links .header-comparison .icon img {
      width: 70%; }
    .header-user-links .header-comparison .counter {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      font-size: 10px;
      font-family: "Muli-Light"; }
  .header-user-links .header-cart {
    margin-top: -5px; }
    .header-user-links .header-cart.no-items .counter {
      color: #333; }
    .header-user-links .header-cart.has-items .counter {
      color: #f0f0f0;
      background: #8c0014; }
    .header-user-links .header-cart .icon img {
      width: 80%; }
    .header-user-links .header-cart .counter {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      margin-left: 8px;
      border-radius: 50%;
      font-size: 10px;
      font-family: "Muli-Light"; }

.header-bottom-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 25px; }

.header-nav .nav-ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0; }
.header-nav .nav-li {
  margin-right: 40px; }
  .header-nav .nav-li:last-child {
    margin-right: 0; }
  .header-nav .nav-li.active a:before {
    width: 100%; }
  .header-nav .nav-li.has-mega-nav .nav-a:after {
    bottom: 0;
    opacity: 1;
    visibility: visible; }
  .header-nav .nav-li.has-mega-nav > .mega-nav-wrap {
    top: 55px;
    opacity: 1;
    visibility: visible; }
.header-nav .nav-a {
  display: flex;
  position: relative;
  padding: 20px 0;
  color: #333;
  font-size: 18px;
  font-family: "HelveticaNeue-Light";
  text-decoration: none; }
  .header-nav .nav-a:hover:before {
    width: 100%; }
  .header-nav .nav-a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background: #8c0014;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
  .header-nav .nav-a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    /*bottom: -50px;*/ top: 40px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 18px 16px;
    border-color: transparent transparent #ffffff transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
.header-nav .mega-nav-wrap {
  position: absolute;
  left: -65px;
  top: 200px;
  width: calc(100% + 130px);
  padding: 35px 30px;
  background: #fff;
  z-index: 25;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .header-nav .mega-nav-wrap ul {
    display: flex;
    flex-flow: row wrap; }
  .header-nav .mega-nav-wrap li {
    border-right: 1px solid #ccc; }
    .header-nav .mega-nav-wrap li:nth-child(3n+3) {
      border-right: 0; }
  .header-nav .mega-nav-wrap a {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 35px;
    color: #555;
    font-size: 18px;
    font-family: "HelveticaNeue";
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .header-nav .mega-nav-wrap a:hover {
      color: #d20522; }
  .header-nav .mega-nav-wrap .link-img {
    width: 80px;
    text-align: center; }
  .header-nav .mega-nav-wrap .link-text {
    width: calc(100% - 80px);
    padding-left: 50px;
    line-height: 24px; }

.header-search {
  width: 100%;
  max-width: 300px;
  margin-top: 13px; }
  .header-search .form-item {
    position: relative; }
    .header-search .form-item input {
      width: 100%;
      padding: 10px 20px;
      color: #333;
      background: url("../img/header-search-icon.png") calc(100% - 8px) center no-repeat;
      border: 0;
      border-bottom: 1px solid #333;
      border-radius: 0;
      font-size: 14px;
      font-family: "HelveticaNeue-Light";
      box-sizing: border-box;
      outline: none; }

.homepage-slider-wrap {
  position: relative;
  background: #010000;
  border-bottom: 2px solid #74726e; }
  .homepage-slider-wrap .slide-item {
    position: relative;
    width: 100%;
    height: 640px; }
    .homepage-slider-wrap .slide-item .slide-bg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.3)));}
  .homepage-slider-wrap .slick-arrow {
    position: absolute;
    top: calc(50% - 45px);
    width: 60px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border: 0;
    border-radius: 0;
    font-size: 0;
    outline: none;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .homepage-slider-wrap .slick-arrow:hover {
      background-color: #000 !important; }
    .homepage-slider-wrap .slick-arrow.slick-prev {
      left: 0;
      background: url("../img/slick-arrow-left.png") center no-repeat; }
    .homepage-slider-wrap .slick-arrow.slick-next {
      right: 0;
      background: url("../img/slick-arrow-right.png") center no-repeat; }
  .homepage-slider-wrap .slide-caption-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9; }
  .homepage-slider-wrap .slide-contacts-wrap {
    position: absolute;
    left: calc(50% - 570px);
    bottom: 0;
    z-index: 10; }
    .homepage-slider-wrap .slide-contacts-wrap h4 {
      margin: 0;
      color: #cdcdcd;
      font-size: 14px;
      font-family: "HelveticaNeue-Thin";
      text-transform: uppercase; }
    .homepage-slider-wrap .slide-contacts-wrap h3 {
      margin: 5px 0 3px;
      color: #cdcdcd;
      font-size: 30px;
      font-family: "HelveticaNeue-Light"; }
    .homepage-slider-wrap .slide-contacts-wrap p {
      margin: 0 0 25px;
      color: #cdcdcd;
      font-size: 14px;
      font-family: "HelveticaNeue-Light";
      line-height: 18px; }
      .homepage-slider-wrap .slide-contacts-wrap p span {
        font-size: 16px; }
    .homepage-slider-wrap .slide-contacts-wrap .social-links {
      margin-bottom: 25px; }
      .homepage-slider-wrap .slide-contacts-wrap .social-links a {
        margin-right: 28px;
        color: #fff;
        font-size: 23px;
        text-decoration: none; }
        .homepage-slider-wrap .slide-contacts-wrap .social-links a:last-child {
          margin-right: 0; }
  .homepage-slider-wrap .slide-text-wrap {
    width: 100%;
    max-width: 420px;
    margin-right: 150px;
    padding: 25px 35px;
    background: rgba(26, 27, 30, 0.7);
    border-bottom: 8px solid #8c0014; }
    .homepage-slider-wrap .slide-text-wrap h2 {
      margin: 0 0 25px;
      color: #fff;
      font-size: 36px;
      font-family: "HelveticaNeue-Bold";
      letter-spacing: 0.08em; }
    .homepage-slider-wrap .slide-text-wrap h4 {
      margin: 0;
      color: #fff;
      font-size: 24px;
      font-family: "HelveticaNeue-Thin";
      letter-spacing: 0.08em; }

.news-slider-wrap {
  padding: 50px 0 0;
  background: #ede7d7;
  overflow: hidden; }

.news-slider-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 45px; }
  .news-slider-top-bar .block-title {
    margin: 0;
    color: #333333;
    font-size: 36px;
    font-family: "HelveticaNeue-Thin"; }
  .news-slider-top-bar .all-news-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 165px;
    height: 40px;
    color: #4e4e4e;
    background: #fff;
    font-size: 13px;
    font-family: "HelveticaNeue";
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 5; }
    .news-slider-top-bar .all-news-link a:hover {
      color: #fff; }
      .news-slider-top-bar .all-news-link a:hover:before {
        width: 100%; }
    .news-slider-top-bar .all-news-link a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 0;
      height: 100%;
      margin: 0 auto;
      background: #8b0014;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
      z-index: -1; }

.news-wrapper {
  position: relative; }
  .news-wrapper .arrow {
    position: absolute;
    top: calc(50% - 40px);
    width: 45px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.6) !important;
    background-size: 12px !important;
    border: 0;
    border-radius: 0;
    font-size: 0;
    outline: none;
    cursor: pointer;
    z-index: 9;
    opacity: 0.4;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .news-wrapper .arrow:hover:not(.slick-disabled) {
      opacity: 0.6;
      background-color: #000 !important; }
    .news-wrapper .arrow.slick-disabled {
      opacity: 0.1;
      cursor: default; }
    .news-wrapper .arrow.arrow-prev {
      left: 0;
      background: url("../img/slick-arrow-left.png") center no-repeat; }
    .news-wrapper .arrow.arrow-next {
      right: 0;
      background: url("../img/slick-arrow-right.png") center no-repeat; }

.news-slick-slider .slick-list {
  overflow: visible; }

.news-slide {
  outline: none; }
  .news-slide:hover .news-title {
    background: #cec3a5; }
  .news-slide .news-img {
    width: 100%;
    height: 260px; }
    .news-slide .news-img a {
      text-decoration: none;
      outline: none; }
    .news-slide .news-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-slide .news-title {
    height: 180px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .news-slide .news-title a {
      display: block;
      height: 100%;
      padding: 25px;
      color: #333333;
      font-size: 20px;
      font-family: "HelveticaNeue-Thin";
      line-height: 28px;
      text-decoration: none;
      outline: none; }

.new-items-wrap {
  padding: 35px 0;
  background: #fff; }
  .new-items-wrap .section-title {
    margin: 0 0 30px;
    padding: 0 20px;
    color: #333;
    font-size: 36px;
    font-family: "HelveticaNeue-Thin"; }
  .new-items-wrap .item-wrap {
    position: relative;
    padding: 20px;
    background: #fff;
    border: 1px solid #ebebeb; }
    .new-items-wrap .item-wrap .best-seller {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 26px;
      left: -1px;
      width: 102px;
      padding: 5px 0;
      color: #fff;
      background: #8c0014;
      font-size: 12px;
      font-family: "HelveticaNeue-Thin";
      text-align: center; }
    .new-items-wrap .item-wrap .special-offer {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 62px;
      left: -1px;
      width: 102px;
      padding: 5px 0;
      color: #fff;
      background: #c65061;
      font-size: 12px;
      font-family: "HelveticaNeue-Thin";
      line-height: 1.1;
      text-align: center; }
    .new-items-wrap .item-wrap .item-img {
      height: 200px;
      margin-bottom: 25px; }
      .new-items-wrap .item-wrap .item-img a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        outline: none; }
      .new-items-wrap .item-wrap .item-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; }
    .new-items-wrap .item-wrap .item-title {
      margin-bottom: 10px;
      text-align: center; }
      .new-items-wrap .item-wrap .item-title a {
        color: #494949;
        font-size: 15px;
        font-family: "HelveticaNeue-Bold";
        text-decoration: none;
        outline: none; }
    .new-items-wrap .item-wrap .item-price {
      margin-bottom: 10px;
      text-align: center; }
      .new-items-wrap .item-wrap .item-price span {
        margin: 0 3px;
        color: #000;
        font-size: 16px;
        font-family: "Lato-Regular";
        letter-spacing: 0.03em; }
      .new-items-wrap .item-wrap .item-price .older-price {
        color: #8c0014;
        text-decoration: line-through; }
    .new-items-wrap .item-wrap .item-availability {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px; }
      .new-items-wrap .item-wrap .item-availability span {
        margin: 0 6px;
        color: #494949;
        font-size: 10px;
        font-family: "HelveticaNeue";
        text-align: center;
        text-transform: uppercase;
        line-height: 1; }
    .new-items-wrap .item-wrap .item-buttons {
      display: flex;
      align-items: center;
      justify-content: center; }
      .new-items-wrap .item-wrap .item-buttons .comparison-btn {
        position: relative;
        width: 64px;
        height: 38px;
        background: #fff;
        border: 0;
        border-radius: 0;
        cursor: pointer;
        overflow: hidden;
        outline: none; }
        .new-items-wrap .item-wrap .item-buttons .comparison-btn:hover {
          background: #f0f0f0; }
          .new-items-wrap .item-wrap .item-buttons .comparison-btn:hover .icon:nth-child(1) {
            top: 0; }
          .new-items-wrap .item-wrap .item-buttons .comparison-btn:hover .icon:nth-child(2) {
            top: 100%; }
        .new-items-wrap .item-wrap .item-buttons .comparison-btn.item-added .icon:nth-child(1) {
          top: -100%; }
        .new-items-wrap .item-wrap .item-buttons .comparison-btn.item-added .icon:nth-child(2) {
          top: -100%; }
        .new-items-wrap .item-wrap .item-buttons .comparison-btn.item-added .icon:nth-child(3) {
          top: 0; }
        .new-items-wrap .item-wrap .item-buttons .comparison-btn .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-transition: all 200ms ease-out;
          -moz-transition: all 200ms ease-out;
          -ms-transition: all 200ms ease-out;
          -o-transition: all 200ms ease-out;
          transition: all 200ms ease-out; }
          .new-items-wrap .item-wrap .item-buttons .comparison-btn .icon img {
            width: 33px;
            object-fit: contain; }
          .new-items-wrap .item-wrap .item-buttons .comparison-btn .icon:nth-child(1) {
            top: -100%; }
          .new-items-wrap .item-wrap .item-buttons .comparison-btn .icon:nth-child(2) {
            top: 0; }
          .new-items-wrap .item-wrap .item-buttons .comparison-btn .icon:nth-child(3) {
            top: 100%;
            color: #8c0014; }
      .new-items-wrap .item-wrap .item-buttons .add-to-cart-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 120px;
        height: 38px;
        margin: 0 6px;
        color: #fff;
        background: #8c0014;
        border: 0;
        border-radius: 1px;
        font-size: 15px;
        font-family: "HelveticaNeue";
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        outline: none;
        cursor: pointer;
        overflow: hidden;
        z-index: 5; }
        .new-items-wrap .item-wrap .item-buttons .add-to-cart-btn:hover {
          background: #c10721; }
        .new-items-wrap .item-wrap .item-buttons .add-to-cart-btn.item-added span:nth-child(1) {
          top: 0; }
        .new-items-wrap .item-wrap .item-buttons .add-to-cart-btn.item-added span:nth-child(2) {
          top: 100%; }
        .new-items-wrap .item-wrap .item-buttons .add-to-cart-btn span {
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-transition: all 200ms ease-out;
          -moz-transition: all 200ms ease-out;
          -ms-transition: all 200ms ease-out;
          -o-transition: all 200ms ease-out;
          transition: all 200ms ease-out; }
          .new-items-wrap .item-wrap .item-buttons .add-to-cart-btn span:nth-child(1) {
            top: -100%; }
          .new-items-wrap .item-wrap .item-buttons .add-to-cart-btn span:nth-child(2) {
            top: 0; }

.popular-items-wrap {
  background: #f0f0f0; }

.about-us-wrap {
  width: 100%;
  padding: 60px 0;
  background: url("../img/about-us.png") center no-repeat;
  background-color: #e1e4eb;
  background-size: cover; }
  .about-us-wrap .container {
    display: flex;
    justify-content: flex-end; }

.about-us-text {
  width: 100%;
  max-width: 650px; }
  .about-us-text h2 {
    margin: 0 0 30px;
    color: #333;
    font-size: 40px;
    font-family: "HelveticaNeue-Thin"; }
  .about-us-text p {
    width: 100%;
    max-width: 90%;
    margin: 0 0 55px;
    color: #333;
    font-size: 20px;
    font-family: "HelveticaNeue";
    line-height: 30px; }
  .about-us-text .readmore {
    display: flex;
    justify-content: flex-end; }
    .about-us-text .readmore a {
      display: inline-block;
      padding: 5px 20px;
      color: #f3f4f0;
      background: #8c0014;
      font-size: 18px;
      font-family: "HelveticaNeue-Thin";
      text-decoration: none;
      outline: none;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
      .about-us-text .readmore a:hover {
        background: #af031b; }

.page-footer {
  padding: 80px 0 40px;
  background: #292929; }
  .page-footer .row:last-child {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #464646; }
  .page-footer .footer-logo {
    margin-bottom: 20px; }
    .page-footer .footer-logo img {
      height: 40px; }
  .page-footer .footer-about-text p {
    margin: 0 0 25px;
    color: #f5f5f5;
    font-size: 14px;
    font-family: "HelveticaNeue"; }
  .page-footer .social-links a {
    margin-right: 20px;
    color: #fff;
    font-size: 18px;
    text-decoration: none; }
    .page-footer .social-links a:last-child {
      margin-right: 0; }
  .page-footer .copyright {
    margin-top: 1px;
    color: #737272;
    font-size: 12px;
    font-family: "HelveticaNeue";
    text-transform: uppercase; }
  .page-footer .site-developers {
    color: #737272;
    font-size: 12px;
    font-family: "HelveticaNeue";
    text-align: right; }
    .page-footer .site-developers a {
      color: #737272;
      text-decoration: none; }
    .page-footer .site-developers img {
      margin: 5px 3px 0;
      vertical-align: top; }

.footer-nav-wrap {
  display: flex;
  justify-content: space-between; }

.footer-nav {
  width: 100%;
  max-width: 205px; }
  .footer-nav .footer-nav-title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 12px;
    color: #f5f5f5;
    font-size: 14px;
    font-family: "HelveticaNeue";
    text-transform: uppercase; }
    .footer-nav .footer-nav-title:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 30px;
      height: 2px;
      background: #ff0000;
      letter-spacing: 0.05em; }
  .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .footer-nav li {
    display: block; }
  .footer-nav a {
    color: #f5f5f5;
    font-size: 14px;
    font-family: "HelveticaNeue";
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .footer-nav a:hover {
      color: #d80708; }

/*
** Product page
*/
.product-header-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 500px;
  background: #000; }
  .product-header-wrap .container {
    position: relative;
    padding: 40px 70px;
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 5px solid #8c0014;
    z-index: 20; }

.product-header--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.product-header--name {
  margin-bottom: 15px;
  color: #fff;
  font-size: 36px;
  font-family: "HelveticaNeue-Thin"; }

.product-page--breadcrumbs {
  display: flex;
  align-items: center; }
  .product-page--breadcrumbs a {
    color: #fff;
    font-size: 16px;
    font-family: "HelveticaNeue"; }
  .product-page--breadcrumbs .fa-angle-right {
    margin: 2px 10px 0;
    color: #fff;
    font-size: 16px;
    font-family: "HelveticaNeue"; }

.product-main-info {
  padding: 75px 0;
  background: #f2f2f2; }
  .product-main-info .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.product-image-wrap {
  display: flex;
  width: 100%;
  max-width: 510px; }
  .product-image-wrap .product-thumbs-wrap {
    position: relative;
    width: 90px;
    height: 363px;
    margin-right: 20px; }
    .product-image-wrap .product-thumbs-wrap:hover .arrow {
      z-index: 10;
      opacity: 1;
      visibility: visible; }
      .product-image-wrap .product-thumbs-wrap:hover .arrow.arrow-prev {
        top: -30px; }
      .product-image-wrap .product-thumbs-wrap:hover .arrow.arrow-next {
        bottom: -30px; }
  .product-image-wrap .arrow {
    position: absolute;
    left: 5px;
    width: 80px;
    height: 28px;
    background: url("../img/thumb-arrow.png") center no-repeat;
    background-size: 16px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    z-index: -10;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    outline: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .product-image-wrap .arrow.arrow-prev {
      top: 0;
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .product-image-wrap .arrow.arrow-next {
      bottom: 0; }
  .product-image-wrap .product-thumbs .product-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px !important;
    height: 80px !important;
    margin-left: 5px;
    background: #fff;
    margin: 7px 0;
    box-shadow: 0px 1px 2px 0px rgba(85, 85, 85, 0.21);
    outline: none;
    cursor: pointer; }
  .product-image-wrap .product-thumbs img {
    max-width: 50px;
    max-height: 50px;
    border: 0;
    object-fit: cover; }
  .product-image-wrap .product-thumbs .slick-list {
    margin: -7px 0;
    padding: 0 5px !important; }
  .product-image-wrap .product-image {
    width: 100%;
    max-width: 400px;
    height: 363px; }
    .product-image-wrap .product-image a {
      outline: none;
      text-decoration: none; }
    .product-image-wrap .product-image .product-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 363px;
      background: #fff;
      outline: none; }
      .product-image-wrap .product-image .product-slide img {
        max-width: 300px;
        max-height: 300px; }

.product-short-description-wrap {
  width: 50%;
  text-align: left; }
  .product-short-description-wrap .product-status {
    margin-bottom: 10px;
    color: #494949;
    font-size: 10px;
    font-family: "HelveticaNeue-Light";
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .product-short-description-wrap .product-number {
    margin-bottom: 10px;
    color: #484848;
    font-size: 18px;
    font-family: "HelveticaNeue-Bold"; }
  .product-short-description-wrap .product-about {
    margin-bottom: 20px;
    color: #484848;
    font-size: 16px;
    font-family: "HelveticaNeue";
    line-height: 21px; }
    .product-short-description-wrap .product-about p {
      margin: 0; }
  .product-short-description-wrap .product-benefits {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .product-short-description-wrap .product-benefits img {
      margin-right: 45px; }
      .product-short-description-wrap .product-benefits img:last-child {
        margin-right: 0; }
  .product-short-description-wrap .product-price {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    color: #8c0014;
    font-size: 30px;
    font-family: "HelveticaNeue-Light"; }
    .product-short-description-wrap .product-price .old-price {
      position: relative;
      margin-right: 35px;
      color: #999999;
      font-family: "HelveticaNeue-Thin"; }
    /*  .product-short-description-wrap .product-price .old-price:before {
        content: '';
        position: absolute;
        top: 52%;
        width: 100%;
        height: 2px;
        background: #333; } */
  .product-short-description-wrap .product-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .product-short-description-wrap .product-buttons .comparison-btn {
      position: relative;
      width: 64px;
      height: 38px;
      background: #fff;
      border: 0;
      border-radius: 0;
      cursor: pointer;
      overflow: hidden;
      outline: none; }
      .product-short-description-wrap .product-buttons .comparison-btn:hover {
        background: #f0f0f0; }
        .product-short-description-wrap .product-buttons .comparison-btn:hover .icon:nth-child(1) {
          top: 0; }
        .product-short-description-wrap .product-buttons .comparison-btn:hover .icon:nth-child(2) {
          top: 100%; }
      .product-short-description-wrap .product-buttons .comparison-btn.item-added .icon:nth-child(1) {
        top: -100%; }
      .product-short-description-wrap .product-buttons .comparison-btn.item-added .icon:nth-child(2) {
        top: -100%; }
      .product-short-description-wrap .product-buttons .comparison-btn.item-added .icon:nth-child(3) {
        top: 0; }
      .product-short-description-wrap .product-buttons .comparison-btn .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
        .product-short-description-wrap .product-buttons .comparison-btn .icon img {
          width: 33px;
          object-fit: contain; }
        .product-short-description-wrap .product-buttons .comparison-btn .icon:nth-child(1) {
          top: -100%; }
        .product-short-description-wrap .product-buttons .comparison-btn .icon:nth-child(2) {
          top: 0; }
        .product-short-description-wrap .product-buttons .comparison-btn .icon:nth-child(3) {
          top: 100%;
          color: #8c0014; }
    .product-short-description-wrap .product-buttons .add-to-cart-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 120px;
      height: 38px;
      margin: 0 15px 0 0;
      color: #fff;
      background: #8c0014;
      border: 0;
      border-radius: 1px;
      font-size: 15px;
      font-family: "HelveticaNeue";
      text-transform: uppercase;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
      outline: none;
      cursor: pointer;
      overflow: hidden;
      z-index: 5; }
      .product-short-description-wrap .product-buttons .add-to-cart-btn:hover {
        background: #c10721; }
      .product-short-description-wrap .product-buttons .add-to-cart-btn.item-added span:nth-child(1) {
        top: 0; }
      .product-short-description-wrap .product-buttons .add-to-cart-btn.item-added span:nth-child(2) {
        top: 100%; }
      .product-short-description-wrap .product-buttons .add-to-cart-btn span {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
        .product-short-description-wrap .product-buttons .add-to-cart-btn span:nth-child(1) {
          top: -100%; }
        .product-short-description-wrap .product-buttons .add-to-cart-btn span:nth-child(2) {
          top: 0; }

.product-additional-info {
  margin-bottom: 30px;
  padding: 40px 0; }
  .product-additional-info .nav-tabs {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 0; }
    .product-additional-info .nav-tabs .nav-item {
      margin-bottom: 0;
      /*width: 33.3%;*/
      width: 50%; }
      .product-additional-info .nav-tabs .nav-item:nth-child(2) .nav-link:not(.active) {
        margin-left: -1px;
        margin-right: -1px; }
    .product-additional-info .nav-tabs .nav-link {
      display: flex;
      justify-content: center;
      color: #919191;
      background: none;
      border: 1px solid #e1e1e1;
      border-radius: 0;
      font-size: 18px;
      font-family: "HelveticaNeue";
      text-align: center; }
      .product-additional-info .nav-tabs .nav-link.active {
        color: #1a1a1a;
        background: #ebebeb;
        border-color: #ebebeb; }

.product-additional-text {
  margin-bottom: 40px;
  padding: 0 30px; }
  .product-additional-text h4 {
    margin: 0 0 15px;
    color: #292929;
    font-size: 18px;
    font-family: "HelveticaNeue-Bold"; }
  .product-additional-text p {
    margin: 0;
    color: #292929;
    font-size: 14px;
    font-family: "HelveticaNeue"; }

.product-downloads {
  padding: 0 30px; }
  .product-downloads h4 {
    margin: 0 0 20px;
    color: #292929;
    font-size: 24px;
    font-family: "HelveticaNeue-Bold"; }
  .product-downloads .download-links {
    padding: 20px 23px 40px;
    background: #f6f6f6; }
    .product-downloads .download-links a {
      display: block;
      padding: 10px 0 10px 45px;
      color: #848383;
      background: url("../img/icon-pdf.png") center left no-repeat;
      font-size: 14px;
      font-family: "HelveticaNeue";
      text-decoration: none; }
      .product-downloads .download-links a:hover {
        text-decoration: underline; }

.product-accordion .card {
  background: none;
  border: 0;
  box-shadow: none; }
  .product-accordion .card:last-child .btn-link.collapsed {
    border-bottom: 1px solid #989898 !important; }
.product-accordion .card-header {
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none; }
  .product-accordion .card-header .btn-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #383838;
    background: none;
    border: 1px solid #989898;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    font-family: "HelveticaNeue";
    text-align: left;
    text-decoration: none;
    cursor: pointer; }
    .product-accordion .card-header .btn-link.collapsed {
      border-bottom: 0; }
      .product-accordion .card-header .btn-link.collapsed .fa-caret-down {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    .product-accordion .card-header .btn-link .fa-caret-down {
      position: absolute;
      top: 7px;
      right: 10px;
      color: #8A0419;
      font-size: 20px;
      font-family: "HelveticaNeue";
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
.product-accordion .card-body .table td {
  padding: 5px 10px;
  color: #333;
  font-family: "HelveticaNeue";
  font-size: 14px; }

.product-more-info {
  position: relative;
  padding: 45px 0;
  background: #F2F2F2; }
  .product-more-info .call-to-wrap {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    top: 129px;
    width: 330px;
    background: #8A0419;
    padding: 20px 40px; }
    @media (min-width: 1200px) {
      .product-more-info .call-to-wrap {
        width: calc(50% - 250px); } }
    .product-more-info .call-to-wrap h2 {
      margin: 0;
      color: #fff;
      font-size: 20px;
      font-family: "HelveticaNeue-Light";
      text-align: center; }
    .product-more-info .call-to-wrap h4 {
      margin: 0;
      color: #fff;
      font-size: 26px;
      font-family: "HelveticaNeue-Bold";
      text-align: center; }
  .product-more-info .container {
    display: flex;
    flex-wrap: wrap;
    text-align: right; }
  .product-more-info h2 {
    width: 100%;
    margin: 0 0 20px;
    color: #333;
    font-size: 36px;
    font-family: "HelveticaNeue-Thin"; }
  .product-more-info .product-more-items {
    display: flex;
    justify-content: flex-end;
    width: 100%; }
  .product-more-info .product-more-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .product-more-info .product-more-item:hover {
      border: 1px solid #CFCFCF; }
    .product-more-info .product-more-item img {
      width: 126px;
      height: auto;
      margin-bottom: 10px; }
    .product-more-info .product-more-item a {
      color: #383838;
      font-size: 14px;
      font-family: "HelveticaNeue";
      text-decoration: none;
      text-align: center; }

/*
** Category page
*/
.category-short-description-wrap {
  background: #414141; }

.category-short-description {
  padding: 40px 55px;
  color: #fff;
  font-size: 16px;
  font-family: "HelveticaNeue";
  line-height: 1.474; }

.category-benefits-wrap {
  padding: 40px 0;
  background: #eee; }
  .category-benefits-wrap h2 {
    margin: 0 0 40px;
    color: #171717;
    font-size: 26px;
    font-family: "HelveticaNeue-Light";
    text-align: center; }
  .category-benefits-wrap .benefit-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .category-benefits-wrap .benefit-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 33.3%;
    margin-bottom: 35px; }
    .category-benefits-wrap .benefit-item img {
      width: 90px;
      height: 70px;
      object-fit: cover; }
    .category-benefits-wrap .benefit-item span {
      padding: 0 15px;
      color: #333;
      font-size: 16px;
      font-family: "HelveticaNeue-Light";
      line-height: 24px; }

.product-categories-main-wrap {
  display: flex;
  position: relative; }
  .product-categories-main-wrap .new-items-wrap .item-wrap {
    margin-bottom: 30px; }

.product-categories-sidebar {
  width: 28%;
  padding: 40px 20px 40px calc(50% - 555px);
  background: #F0F0F0;
  overflow: hidden; }

.product-categories-content {
  width: 72%;
  padding: 40px calc(50% - 570px) 40px 40px;
  background: #fff; }

.product-sidebar-sub-categories {
  position: relative;
  margin-bottom: 40px; }
  .product-sidebar-sub-categories:before {
    content: '';
    position: absolute;
    top: -40px;
    right: -30px;
    width: 1000px;
    height: calc(100% + 60px);
    background: #E6E5E5; }
  .product-sidebar-sub-categories h4 {
    position: relative;
    margin: 0 0 20px;
    color: #333;
    font-size: 21px;
    font-family: "HelveticaNeue-Light"; }
  .product-sidebar-sub-categories .sub-categories-wrap {
    position: relative; }
  .product-sidebar-sub-categories .sub-category {
    margin-bottom: 20px; }
    .product-sidebar-sub-categories .sub-category:last-child {
      margin-bottom: 0; }
    .product-sidebar-sub-categories .sub-category a {
      display: flex;
      align-items: center;
      text-decoration: none; }
    .product-sidebar-sub-categories .sub-category .img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      background: #fff; }
      .product-sidebar-sub-categories .sub-category .img img {
        max-width: 35px;
        max-height: 35px;
        object-fit: contain; }
    .product-sidebar-sub-categories .sub-category .text {
      width: calc(100% - 50px);
      padding-left: 10px;
      color: #333;
      font-size: 14px;
      font-family: "HelveticaNeue-Light"; }

.product-sidebar-accordion {
  margin: 0 0 10px;
  padding: 10px 0 0;
  border-top: 1px solid #E1E1E1; }
  .product-sidebar-accordion.active .accordion-content {
    margin-top: 10px;
    height: auto;
    opacity: 1;
    visibility: visible; }
  .product-sidebar-accordion .accordion-title {
    position: relative;
    color: #1a1a1a;
    font-size: 14px;
    font-family: "HelveticaNeue";
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */ }
    .product-sidebar-accordion .accordion-title:before {
      content: '';
      position: absolute;
      top: 10px;
      right: 0;
      width: 10px;
      height: 1px;
      background: #1A1A1A; }
  .product-sidebar-accordion .accordion-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }

.checkbox {
  padding: 0 10px; }
  .checkbox input[type=checkbox] {
    display: none; }
  .checkbox label {
    position: relative;
    padding-left: 25px;
    color: #676767;
    font-size: 14px;
    font-family: "HelveticaNeue";
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */ }
    .checkbox label:before {
      content: "";
      position: absolute;
      top: 4px;
      left: 0;
      width: 12px;
      height: 12px;
      border: 1px solid #959595; }
  .checkbox input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #959595; }

.product-sidebar-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0;
  padding-top: 15px;
  border-top: 1px solid #E1E1E1; }
  .product-sidebar-buttons button {
    font-family: "HelveticaNeue";
    cursor: pointer;
    outline: none; }
    .product-sidebar-buttons button.disable-filters {
      color: #7a7a7a;
      background: none;
      border: 0;
      font-size: 12px; }
      .product-sidebar-buttons button.disable-filters img {
        width: 7px; }
    .product-sidebar-buttons button.show-filters {
      padding: 5px 20px;
      color: #e60000;
      background: #fff;
      border: 0;
      border-radius: 0;
      font-size: 14px; }

.sidebar-about-us {
  margin-top: 50px;
  text-align: center; }
  .sidebar-about-us img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .sidebar-about-us h2 {
    margin: 0 0 20px;
    color: #171517;
    font-size: 24px;
    font-family: "HelveticaNeue-Thin"; }
  .sidebar-about-us a {
    padding: 8px 17px 5px;
    color: #fff;
    background: #171517;
    font-size: 12px;
    font-family: "HelveticaNeue";
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .sidebar-about-us a:hover {
      background: #8A0419; }

.product-display-settings-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-display-settings-wrap .product-count {
    color: #1a1a1a;
    font-size: 14px;
    font-family: "HelveticaNeue"; }
  .product-display-settings-wrap .product-showing-options {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .product-display-settings-wrap .product-showing-select {
    margin-right: 50px; }
    .product-display-settings-wrap .product-showing-select span {
      margin-right: 5px;
      color: #1a1a1a;
      font-size: 14px;
      font-family: "HelveticaNeue"; }
    .product-display-settings-wrap .product-showing-select select {
      width: 56px;
      height: 32px;
      padding: 0 8px;
      color: #1a1a1a;
      background: url("../img/select-arrow-down.png") calc(100% - 7px) 13px no-repeat;
      background-size: 8px;
      border: 1px solid #E1E1E1;
      border-radius: 0;
      font-size: 14px;
      font-family: "HelveticaNeue-Light";
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .product-display-settings-wrap .product-pagination a {
    display: inline-block;
    vertical-align: top;
    margin: 3px 3px 0;
    color: #1a1a1a;
    font-size: 14px;
    font-family: "Muli-Light";
    text-decoration: none; }
    .product-display-settings-wrap .product-pagination a:hover {
      text-decoration: underline; }
  .product-display-settings-wrap .product-pagination .current-page {
    text-decoration: underline; }
  .product-display-settings-wrap .product-pagination .pagination-arrow {
    width: 25px;
    height: 25px;
    margin: 0;
    background: #8A0419;
    text-align: center; }
    .product-display-settings-wrap .product-pagination .pagination-arrow img {
      display: inline-block;
      vertical-align: top;
      margin-top: 8px; }

.product-header--postdate {
  margin-bottom: 5px; }
  .product-header--postdate img {
    display: inline-block;
    vertical-align: top;
    width: 11px;
    margin: 5px 3px 0 0; }
  .product-header--postdate span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    font-family: "Muli-Light"; }

.single-news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.single-news--content {
  width: 70%;
  padding-left: calc(50% - 630px);
  background: #fff; }
  .single-news--content .text-container {
    padding: 40px 60px 80px;
    color: #494949;
    border-left: 1px solid #F7F7F7;
    font-size: 15px;
    font-family: "HelveticaNeue";
    line-height: 25px; }
  .single-news--content p {
    margin: 0 0 25px; }
    .single-news--content p:last-child {
      margin-bottom: 0; }

.single-news--sidebar {
  width: 30%;
  padding: 40px calc(50% - 570px) 40px 40px;
  background: #F0F0F0; }

.sidebar-title {
  position: relative;
  margin: 0 0 40px;
  padding-bottom: 10px;
  color: #333;
  font-size: 28px;
  font-family: "HelveticaNeue-Thin";
  letter-spacing: 0.02em; }
  .sidebar-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #8A0419; }

.sidebar-news {
  margin-bottom: 20px; }
  .sidebar-news:last-child {
    margin-bottom: 0; }
  .sidebar-news--date {
    padding-left: 20px;
    background: url("../img/icon-date--gray.png") 0 4px no-repeat;
    background-size: 12px;
    font-size: 13px;
    font-family: "HelveticaNeue-Light"; }
  .sidebar-news--title a {
    color: #494949;
    font-size: 16px;
    font-family: "HelveticaNeue";
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .sidebar-news--title a:hover {
      color: #8b0014; }

.sidebar-more-news {
  text-align: right; }
  .sidebar-more-news a {
    padding: 5px 15px;
    color: #333;
    background: #fff;
    font-size: 14px;
    font-family: "HelveticaNeue-Thin";
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .sidebar-more-news a:hover {
      color: #fff;
      background: #8b0014; }

.news-page-wrapper .product-header-wrap .container {
  width: 40%;
  margin: 0 0 0 calc(50% - 570px); }

.news-items-wrapper {
  padding: 50px 0;
  background: #F0F0F0; }
  .news-items-wrapper .product-pagination {
    margin-bottom: 20px;
    text-align: center; }
    .news-items-wrapper .product-pagination a {
      display: inline-block;
      vertical-align: top;
      margin: 3px 8px 0;
      color: #1a1a1a;
      font-size: 14px;
      font-family: "Muli-Light";
      text-decoration: none; }
      .news-items-wrapper .product-pagination a:hover {
        text-decoration: underline; }
    .news-items-wrapper .product-pagination .current-page {
      text-decoration: underline; }
    .news-items-wrapper .product-pagination .pagination-arrow {
      width: 25px;
      height: 25px;
      margin: 0;
      background: #8A0419;
      text-align: center; }
      .news-items-wrapper .product-pagination .pagination-arrow img {
        display: inline-block;
        vertical-align: top;
        margin-top: 8px; }
  .news-items-wrapper .news-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .news-items-wrapper .news-item:hover {
      box-shadow: 5.47px 12.887px 38.27px 4.73px rgba(63, 63, 63, 0.14); }
    .news-items-wrapper .news-item:last-child {
      margin-bottom: 0; }
  .news-items-wrapper .news-img {
    width: 350px;
    height: 250px; }
    .news-items-wrapper .news-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-items-wrapper .news-text {
    width: calc(100% - 350px);
    padding: 37px 40px; }
  .news-items-wrapper .news-date {
    margin-bottom: 10px;
    padding-left: 20px;
    color: #676767;
    background: url("../img/icon-date--gray.png") 0 4px no-repeat;
    background-size: 11px;
    font-size: 13px;
    font-family: "Muli-Light"; }
  .news-items-wrapper .news-title {
    margin-bottom: 22px; }
    .news-items-wrapper .news-title a {
      color: #000;
      font-size: 18px;
      font-family: "HelveticaNeue-Bold";
      line-height: 26px;
      letter-spacing: 0.05em; }
  .news-items-wrapper .news-short-text {
    color: #1a1a1a;
    font-size: 16px;
    font-family: "HelveticaNeue"; }

.news-form-wrapper {
  padding: 50px 0;
  background: #890419; }
  .news-form-wrapper .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between; }
  .news-form-wrapper .form-text h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 40px;
    font-family: "HelveticaNeue-Thin"; }
  .news-form-wrapper .form-text p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: "HelveticaNeue-Light"; }
  .news-form-wrapper form {
    position: relative;
    width: 100%;
    max-width: 420px; }
    .news-form-wrapper form input {
      width: 100%;
      padding: 7px 20px;
      color: #f3f4f0;
      background: none;
      border: 0;
      border-bottom: 1px solid #fff;
      border-radius: 0;
      font-size: 16px;
      font-family: "Muli-Light"; }
      .news-form-wrapper form input::-webkit-input-placeholder {
        color: #fff; }
      .news-form-wrapper form input::-moz-placeholder {
        color: #fff; }
      .news-form-wrapper form input:-moz-placeholder {
        color: #fff; }
      .news-form-wrapper form input:-ms-input-placeholder {
        color: #fff; }
    .news-form-wrapper form button {
      position: absolute;
      top: 5px;
      right: 20px;
      background: none;
      border: 0;
      outline: none;
      cursor: pointer; }

.cabinet-header-wrap {
  padding: 45px 0;
  background: url("../img/cabinet-header.png") center no-repeat;
  background-size: cover; }
  .cabinet-header-wrap .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .cabinet-header-wrap h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-family: "HelveticaNeue-Thin"; }
  .cabinet-header-wrap .product-page--breadcrumbs {
    margin-top: 4px; }

.cabinet-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .cabinet-wrapper .cabinet-sidebar {
    width: 25%;
    padding: 40px 30px 40px calc(50% - 570px);
    background: #EFEFEF; }
  .cabinet-wrapper .cabinet-content {
    width: 75%;
    padding: 40px calc(50% - 570px) 40px 50px;
    background: #fff; }
    .cabinet-wrapper .cabinet-content p {
      margin: 0;
      color: #333;
      font-size: 15px;
      font-family: "HelveticaNeue"; }
  .cabinet-wrapper .user-info {
    display: flex;
    align-items: center;
    margin-bottom: 60px; }
    .cabinet-wrapper .user-info img {
      width: 40px;
      margin-right: 15px; }
    .cabinet-wrapper .user-info p {
      margin: 0;
      color: #555;
      font-size: 16px;
      font-family: "HelveticaNeue";
      line-height: 20px; }
      .cabinet-wrapper .user-info p span {
        font-family: "HelveticaNeue-Bold"; }
  .cabinet-wrapper .cabinet-nav {
    padding-left: 55px; }
    .cabinet-wrapper .cabinet-nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .cabinet-wrapper .cabinet-nav li {
      margin-bottom: 6px; }
    .cabinet-wrapper .cabinet-nav a {
      color: #333;
      font-size: 18px;
      font-family: "HelveticaNeue";
      text-decoration: none;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
      .cabinet-wrapper .cabinet-nav a:hover {
        color: #8A0419; }
  .cabinet-wrapper .cabinet-content-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 680px;
    margin-top: 50px; }
    .cabinet-wrapper .cabinet-content-nav a {
      width: calc(33.3% - 20px);
      margin-right: 20px;
      margin-bottom: 20px;
      padding: 10px 20px 20px;
      background: #F0F0F0;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
      .cabinet-wrapper .cabinet-content-nav a:nth-child(3n+3) {
        margin-right: 0; }
      .cabinet-wrapper .cabinet-content-nav a:hover {
        background: #e2e2e2; }
      .cabinet-wrapper .cabinet-content-nav a .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        margin: 0 auto; }
        .cabinet-wrapper .cabinet-content-nav a .icon img {
          width: 60%; }
      .cabinet-wrapper .cabinet-content-nav a span {
        color: #8c0014;
        font-size: 15px;
        font-family: "HelveticaNeue-Light"; }

.cart-nav-wrap {
  padding: 65px 0; }
  .cart-nav-wrap .cart-links {
    display: flex;
    justify-content: center; }
  .cart-nav-wrap .cart-link {
    position: relative;
    width: 100%;
    max-width: 120px;
    margin: 0 50px;
    text-align: center; }
    .cart-nav-wrap .cart-link.active .number {
      color: #8c0014;
      border: 2px solid #922C35; }
    .cart-nav-wrap .cart-link.active .name {
      color: #8c0014; }
    .cart-nav-wrap .cart-link:nth-child(2) {
      position: relative; }
      .cart-nav-wrap .cart-link:nth-child(2):before {
        content: '';
        position: absolute;
        top: 40px;
        right: 120px;
        width: 100px;
        height: 1px;
        background: #eee; }
      .cart-nav-wrap .cart-link:nth-child(2):after {
        content: '';
        position: absolute;
        top: 40px;
        left: 120px;
        width: 100px;
        height: 1px;
        background: #eee; }
        .cart-nav-wrap .cart-link:not(:last-child):nth-child(3):after {
        content: '';
        position: absolute;
        top: 40px;
        left: 120px;
        width: 100px;
        height: 1px;
        background: #eee; }
    .cart-nav-wrap .cart-link .number {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 75px;
      height: 75px;
      margin: 0 auto 15px;
      color: #A4A4A4;
      border: 2px solid #EEEEEE;
      border-radius: 50%;
      font-size: 20px;
      font-family: "HelveticaNeue-Bold"; }
    .cart-nav-wrap .cart-link .name {
      color: #9f9f9f;
      font-size: 14px;
      font-family: "HelveticaNeue";
      text-align: center; }

.cart-table {
  margin-bottom: 60px; }
  .cart-table thead td {
    padding: 20px 0;
    color: #808080;
    font-size: 16px;
    font-family: "HelveticaNeue";
    text-transform: uppercase;
    text-align: center;
    border: 0 !important; }
    .cart-table thead td:nth-child(1) {
      text-align: left; }
  .cart-table tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6; }
  .cart-table tbody td {
    vertical-align: middle;
    text-align: center;
    padding: 20px 0; }
    .cart-table tbody td:nth-child(1) {
      display: flex; }
  .cart-table .cart-product-img {
    display: inline-block;
    vertical-align: top; }
    .cart-table .cart-product-img img {
      width: 80px;
      height: 80px;
      object-fit: cover; }
  .cart-table .cart-product-name {
    display: flex;
    align-items: center;
    margin-left: 25px; }
    .cart-table .cart-product-name a {
      color: #808080;
      font-size: 15px;
      font-family: "HelveticaNeue"; }
  .cart-table .cart-product-quantity {
    display: inline-block;
    width: 60px;
    padding: 5px 12px;
    color: #353535;
    background: url("../img/select-arrow-down.png") calc(100% - 10px) 15px no-repeat;
    background-size: 8px;
    background-color: #EEEEEE;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-family: "HelveticaNeue-Bold";
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .cart-table .cart-product-price {
    display: inline-block;
    color: #353535;
    font-size: 16px;
    font-family: "HelveticaNeue-Bold"; }
  .cart-table .cart-product-remove {
    display: inline-block;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-left: 15px; }

.cart-footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.cart-coupon {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin-top: 25px; }
  .cart-coupon input {
    width: 100%;
    margin-right: 5px;
    padding: 7px 20px;
    color: #a9a9a9;
    border: 1px solid #DCDCDC;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    font-family: "HelveticaNeue";
    outline: none; }
    .cart-coupon input::-webkit-input-placeholder {
      color: #a9a9a9; }
    .cart-coupon input::-moz-placeholder {
      color: #a9a9a9; }
    .cart-coupon input:-moz-placeholder {
      color: #a9a9a9; }
    .cart-coupon input:-ms-input-placeholder {
      color: #a9a9a9; }
  .cart-coupon button {
    padding: 5px 20px;
    color: #fff;
    background: #333;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-family: "HelveticaNeue-Bold";
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .cart-coupon button:hover {
      background: #890419; }

.cart-total {
  width: 100%;
  max-width: 420px;
  margin-bottom: 60px; }
  .cart-total h2 {
    margin: 0 30px 10px;
    color: #333;
    font-size: 18px;
    font-family: "HelveticaNeue-Bold";
    text-transform: uppercase; }
  .cart-total .cart-total-text {
    padding: 20px 30px;
    border: 1px solid #DCDCDC; }
    .cart-total .cart-total-text p {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0;
      padding: 7px 0; }
      .cart-total .cart-total-text p:nth-child(2) {
        border-top: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE; }
      .cart-total .cart-total-text p span:nth-child(1) {
        color: #a0a0a0;
        font-size: 14px;
        font-family: "HelveticaNeue-Bold";
        text-transform: uppercase; }
      .cart-total .cart-total-text p span:nth-child(2) {
        color: #000;
        font-size: 12px;
        font-family: "HelveticaNeue"; }
      .cart-total .cart-total-text p span.total-price {
        font-size: 18px;
        font-family: "HelveticaNeue-Bold"; }
  .cart-total .go-to-checkout {
    margin-top: 30px;
    text-align: right; }
    .cart-total .go-to-checkout a {
      padding: 10px 20px;
      color: #fff;
      background: #8A0419;
      font-size: 14px;
      font-family: "HelveticaNeue-Bold";
      text-transform: uppercase;
      text-decoration: none;
      outline: none;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
      .cart-total .go-to-checkout a span {
        margin-right: 10px; }
      .cart-total .go-to-checkout a:hover {
        background: #c30724; }

.cart-step-2-wrapper {
  margin-bottom: 80px; }
  .cart-step-2-wrapper .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }

.user-private-info {
  width: 100%;
  max-width: 500px; }
  .user-private-info h4 {
    margin: 0 0 25px;
    color: #000;
    font-size: 18px;
    font-family: "HelveticaNeue"; }
  .user-private-info form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .user-private-info .form-item {
    width: 100%;
    margin-bottom: 15px; }
    .user-private-info .form-item.w50 {
      width: calc(50% - 10px); }
  .user-private-info input {
    width: 100%;
    padding: 15px 15px 12px;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 7px;
    color: #7d7d7d;
    font-size: 14px;
    font-family: "HelveticaNeue";
    outline: none; }
  .user-private-info textarea {
    width: 100%;
    height: 100px;
    padding: 15px 15px 12px;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 7px;
    color: #7d7d7d;
    font-size: 14px;
    font-family: "HelveticaNeue";
    outline: none;
    resize: none; }
  .user-private-info select {
    width: 100%;
    padding: 15px 15px 12px;
    background: url("../img/cart-select-arrow.png") calc(100% - 20px) 23px no-repeat;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 7px;
    color: #7d7d7d;
    font-size: 14px;
    font-family: "HelveticaNeue";
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .user-private-info .checkbox {
    margin-top: 10px; }
  .user-private-info input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 2px;
    width: 14px;
    height: 10px;
    background: url("../img/cart-check.png") center no-repeat; }

.order-info-wrap-main {
  width: 100%;
  max-width: 500px;
  margin-top: 46px; }
  .order-info-wrap-main .order-info-wrap {
    padding: 30px 40px;
    background: #F6F6F6; }
  .order-info-wrap-main h2 {
    margin: 0 0 40px;
    color: #000;
    font-size: 20px;
    font-family: "HelveticaNeue-Bold";
    text-transform: uppercase; }
  .order-info-wrap-main .order-footer-wrap {
    margin-top: 40px; }
    .order-info-wrap-main .order-footer-wrap .checkbox {
      padding: 0 40px; }
      .order-info-wrap-main .order-footer-wrap .checkbox label {
        width: 100%;
        padding-left: 0;
        padding-right: 20px;
        color: #636363;
        font-size: 14px;
        font-family: "HelveticaNeue"; }
        .order-info-wrap-main .order-footer-wrap .checkbox label a {
          color: #000;
          text-decoration: none; }
          .order-info-wrap-main .order-footer-wrap .checkbox label a:hover {
            text-decoration: underline; }
        .order-info-wrap-main .order-footer-wrap .checkbox label:before {
          left: auto;
          right: 0; }
      .order-info-wrap-main .order-footer-wrap .checkbox input[type=checkbox]:checked + label:after {
        top: 4px;
        left: auto;
        right: -4px;
        width: 14px;
        height: 10px;
        background: url(../img/cart-check.png) center no-repeat; }
    .order-info-wrap-main .order-footer-wrap .go-to-checkout {
      margin-top: 40px;
      text-align: right; }
      .order-info-wrap-main .order-footer-wrap .go-to-checkout a {
        padding: 10px 20px;
        color: #fff;
        background: #8A0419;
        font-size: 14px;
        font-family: "HelveticaNeue-Bold";
        text-transform: uppercase;
        text-decoration: none;
        outline: none;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
        .order-info-wrap-main .order-footer-wrap .go-to-checkout a span {
          margin-right: 10px; }
        .order-info-wrap-main .order-footer-wrap .go-to-checkout a:hover {
          background: #c30724; }

.cart-order-products {
  margin-bottom: 50px; }
  .cart-order-products p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #CCCCCC; }
    .cart-order-products p.title {
      border-top: 0;
      padding: 0 0 5px; }
      .cart-order-products p.title span {
        color: #636363 !important;
        font-size: 14px !important;
        font-family: "HelveticaNeue-Bold" !important;
        text-transform: uppercase !important; }
    .cart-order-products p.subtitle {
      border-top: 0;
      padding: 0; }
      .cart-order-products p.subtitle span:nth-child(1) {
        color: #A9A9A9;
        font-size: 12px;
        font-family: "HelveticaNeue-Bold"; }
    .cart-order-products p span:nth-child(1) {
      color: #636363;
      font-size: 14px;
      font-family: "HelveticaNeue-Bold";
      text-transform: uppercase; }
    .cart-order-products p span:nth-child(2) {
      color: #636363;
      font-size: 14px;
      font-family: "HelveticaNeue-Bold"; }

.cart-order-methods .checkbox {
  padding: 12px 0;
  border-bottom: 1px solid #ccc; }
  .cart-order-methods .checkbox:last-child {
    border-bottom: 0; }
  .cart-order-methods .checkbox label {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    color: #636363;
    font-size: 14px;
    font-family: "HelveticaNeue-Bold";
    text-transform: uppercase; }
    .cart-order-methods .checkbox label:before {
      left: auto;
      right: 0; }
  .cart-order-methods .checkbox input[type=checkbox]:checked + label:after {
    top: 4px;
    left: auto;
    right: -4px;
    width: 14px;
    height: 10px;
    background: url(../img/cart-check.png) center no-repeat; }
  .cart-order-methods .checkbox span {
    display: block;
    color: #808080;
    font-size: 12px;
    font-family: "HelveticaNeue";
    line-height: 18px; }

.product-recommended-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px; }
  .product-recommended-item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: #fff;
    border: 1px solid #e6e6e6; }
    .product-recommended-item .img img {
      max-width: 80px;
      max-height: 80px; }
  .product-recommended-item .info {
    width: calc(100% - 400px);
    padding: 0 20px; }
  .product-recommended-item .name {
    margin-bottom: 10px; }
    .product-recommended-item .name a {
      color: #333;
      font-size: 20px;
      font-family: "HelveticaNeue";
      text-decoration: none; }
  .product-recommended-item .price {
    margin-right: 40px;
    color: #000;
    font-size: 15px;
    font-family: "HelveticaNeue-Bold";
    letter-spacing: 0.03em; }
  .product-recommended-item .product-status {
    margin: 0;
    color: #494949;
    font-size: 10px;
    font-family: "HelveticaNeue-Light";
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .product-recommended-item .buy-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .product-recommended-item .buy-btn .add-to-cart-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 120px;
      height: 38px;
      margin: 0;
      color: #fff;
      background: #8c0014;
      border: 0;
      border-radius: 1px;
      font-size: 15px;
      font-family: "HelveticaNeue";
      text-transform: uppercase;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
      outline: none;
      cursor: pointer;
      overflow: hidden;
      z-index: 5; }
      .product-recommended-item .buy-btn .add-to-cart-btn:hover {
        background: #c10721; }
      .product-recommended-item .buy-btn .add-to-cart-btn.item-added span:nth-child(1) {
        top: 0; }
      .product-recommended-item .buy-btn .add-to-cart-btn.item-added span:nth-child(2) {
        top: 100%; }
      .product-recommended-item .buy-btn .add-to-cart-btn span {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
        .product-recommended-item .buy-btn .add-to-cart-btn span:nth-child(1) {
          top: -100%; }
        .product-recommended-item .buy-btn .add-to-cart-btn span:nth-child(2) {
          top: 0; }

@media (min-width: 1920px) and (max-width: 2600px) {
  .single-news--content {
    width: 60%; }

  .single-news--sidebar {
    width: 40%; } }
@media (min-width: 1550px) and (max-width: 1919px) {
  .single-news--content {
    width: 60%; }

  .single-news--sidebar {
    width: 40%; } }
@media (min-width: 1366px) {
  .sidebar-gear-button {
    display: none; }

  .cabinet-wrapper .cabinet-sidebar {
    width: 35%;
    padding: 40px 30px 40px calc(50% - 570px); }
  .cabinet-wrapper .cabinet-content {
    width: 65%;
    padding: 40px calc(50% - 570px) 40px 50px; } }
@media (min-width: 1200px) and (max-width: 1365px) {
  .news-wrapper .arrow {
    width: 45px;
    height: 80px;
    top: calc(50% - 40px);
    background-size: 12px !important; }

  .sidebar-gear-button {
    display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  body.header--fixed {
    padding-top: 65px; }

  .page-header {
    position: relative;
    padding: 15px 0; }

  .hamburger {
    display: block; }

  .header-logo {
    margin: 0; }
    .header-logo img {
      height: 35px; }

  .header-top-bar {
    position: absolute;
    top: 16px;
    right: 10px; }

  .header-user-links .header-cart {
    margin-top: 0; }
    .header-user-links .header-cart img {
      width: 90%; }
    .header-user-links .header-cart .counter {
      width: 16px;
      height: 16px;
      margin-left: -10px;
      padding: 0 0 0 1px;
      font-size: 8px; }
  .header-user-links .header-comparison {
    margin-top: 0;
    margin-right: 15px; }
    .header-user-links .header-comparison img {
      width: 84%; }
    .header-user-links .header-comparison .counter {
      width: 16px;
      height: 16px;
      margin-left: -10px;
      padding: 0 0 0 1px;
      font-size: 8px; }

  .header-service-nav,
  .header-user-links .header-login,
  .header-user-links .header-registration {
    display: none; }

  .header-bottom-bar {
    display: none; }

  .homepage-slider-wrap .slide-item {
    height: 440px;
    overflow: hidden; }
    .homepage-slider-wrap .slide-item .slide-bg {
      width: 1320px;
      position: relative;
      left: calc(50% - 660px);
      object-fit: contain; }
  .homepage-slider-wrap .slick-arrow {
    top: calc(50% - 40px);
    width: 50px;
    height: 80px;
    background-size: 8px !important; }
  .homepage-slider-wrap .slide-text-wrap {
    max-width: 360px;
    padding: 30px 40px; }
    .homepage-slider-wrap .slide-text-wrap h2 {
      margin-bottom: 25px;
      font-size: 24px; }
    .homepage-slider-wrap .slide-text-wrap h4 {
      font-size: 22px; }

  .slide-contacts-wrap {
    margin: 20px 0 0 -10px;
    transform: scale(0.9); }

  .news-slider-wrap {
    padding-top: 30px; }

  .news-slider-top-bar {
    padding: 0 0 30px; }
    .news-slider-top-bar .block-title {
      font-size: 20px; }
    .news-slider-top-bar .all-news-link a {
      width: 100px;
      height: 30px;
      font-size: 10px; }

  .news-slide .news-img {
    height: 200px;
    max-width: 320px;
    margin: 0 auto; }
  .news-slide .news-title {
    height: auto;
    max-width: 320px;
    margin: 0 auto; }
    .news-slide .news-title a {
      padding: 20px 15px;
      font-size: 20px;
      line-height: 1.3; }

  .new-items-wrap {
    padding: 30px 0; }
    .new-items-wrap .section-title {
      margin-bottom: 40px;
      font-size: 28px;
      text-align: center; }
    .new-items-wrap .item-wrap {
      margin: 0 auto 30px;
      padding: 20px; }
      .new-items-wrap .item-wrap .item-title a {
        font-size: 14px; }
      .new-items-wrap .item-wrap .item-price span {
        font-size: 15px; }

  .about-us-wrap {
    height: auto;
    padding: 45px 0;
    background: #e1e4eb; }

  .about-us-text h2 {
    margin-bottom: 30px;
    font-size: 40px; }
  .about-us-text p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px; }
  .about-us-text .readmore a {
    font-size: 16px; }

  .page-footer {
    padding: 30px 0; }
    .page-footer .row:last-child {
      padding-top: 25px; }
    .page-footer .footer-logo {
      margin-bottom: 25px; }
      .page-footer .footer-logo img {
        height: 50px; }
    .page-footer .footer-about-text p {
      font-size: 14px; }
    .page-footer .social-links {
      margin-bottom: 30px; }
    .page-footer .copyright {
      margin-bottom: 5px;
      font-size: 12px; }
    .page-footer .site-developers {
      font-size: 12px; }
      .page-footer .site-developers img {
        margin-top: 3px; }

  .footer-nav-wrap {
    flex-wrap: wrap;
    justify-content: flex-start; }

  .footer-nav {
    width: 33.3%;
    max-width: none; }
    .footer-nav .footer-nav-title {
      margin-bottom: 15px;
      padding-bottom: 8px;
      font-size: 16px; }
    .footer-nav a {
      font-size: 14px; }

  .cart-aside-wrapper,
  .comparison-aside-wrapper {
    max-width: 290px;
    min-height: 0;
    max-height: none;
    height: 100vh;
    padding: 0; }
    .cart-aside-wrapper .scroll-wrap,
    .comparison-aside-wrapper .scroll-wrap {
      overflow-y: auto;
      height: 100%;
      padding: 15px 20px 25px; }
    .cart-aside-wrapper h2,
    .comparison-aside-wrapper h2 {
      font-size: 25px; }
    .cart-aside-wrapper .cart--header,
    .comparison-aside-wrapper .cart--header {
      margin-bottom: 15px; }
    .cart-aside-wrapper .cart-items,
    .comparison-aside-wrapper .cart-items {
      padding: 25px 0; }

  .news-wrapper .arrow {
    width: 45px;
    height: 80px;
    top: calc(50% - 40px);
    background-size: 12px !important; }

  .homepage-slider-wrap .slide-text-wrap {
    margin-right: 0; }

  .slide-contacts-wrap {
    display: none; }

  .product-page--breadcrumbs a {
    font-size: 14px; }

  .product-main-info {
    padding: 35px 0; }

  .product-image-wrap {
    max-width: 450px; }
    .product-image-wrap .product-thumbs-wrap .arrow {
      display: none !important; }
    .product-image-wrap .product-image {
      max-width: 330px;
      height: auto;
      margin: 0 auto; }
      .product-image-wrap .product-image .slick-dots {
        display: flex;
        justify-content: center;
        margin: 10px 0 40px;
        list-style-type: none; }
        .product-image-wrap .product-image .slick-dots li {
          margin: 0 3px; }
          .product-image-wrap .product-image .slick-dots li.slick-active button {
            background: #8A0419; }
        .product-image-wrap .product-image .slick-dots button {
          width: 9px;
          height: 9px;
          padding: 0;
          background: #E4E4E4;
          border: 0;
          border-radius: 50%;
          font-size: 0;
          outline: none;
          cursor: pointer; }
      .product-image-wrap .product-image .product-slide {
        height: 300px; }
        .product-image-wrap .product-image .product-slide img {
          max-width: 200px;
          max-height: 200px; }

  .product-short-description-wrap {
    width: calc(100% - 480px); }
    .product-short-description-wrap .product-benefits img {
      width: 70px;
      margin-right: 35px; }
    .product-short-description-wrap .product-price {
      margin: 30px 0 20px;
      font-size: 20px; }
      .product-short-description-wrap .product-price .old-price {
        margin-right: 15px; }

  .product-additional-info {
    margin-bottom: 0;
    padding-bottom: 0; }
    .product-additional-info .nav-tabs {
      margin-bottom: 20px; }
      .product-additional-info .nav-tabs .nav-link {
        align-items: center;
        height: 48px;
        font-size: 16px; }

  .product-additional-text,
  .product-downloads {
    padding: 0 15px; }

  .product-downloads {
    margin-bottom: 40px; }

  .product-more-info {
    padding: 30px 0; }
    .product-more-info h2 {
      font-size: 26px; }
    .product-more-info .call-to-wrap {
      top: 102px;
      width: 290px; }

  .sidebar-gear-button {
    display: none; }

  .product-categories-sidebar {
    padding: 30px 20px 40px calc(50% - 475px); }

  .product-categories-content {
    padding: 30px calc(50% - 470px) 40px 40px; }

  .single-news--content {
    width: 65%;
    padding-left: calc(50% - 510px); }
    .single-news--content .text-container {
      padding: 40px 30px 80px; }

  .single-news--sidebar {
    width: 35%;
    padding: 40px calc(50% - 480px) 40px 30px; }

  .news-page-wrapper .product-header-wrap .container {
    margin: 0 0 0 calc(50% - 480px); }

  .news-form-wrapper form {
    max-width: 320px; }

  .cabinet-wrapper .cabinet-sidebar {
    width: 30%;
    padding: 40px 30px 40px calc(50% - 480px); }
  .cabinet-wrapper .cabinet-content {
    width: 70%;
    padding: 40px calc(50% - 480px) 40px 50px; }

  .user-private-info,
  .order-info-wrap-main {
    max-width: 440px; } }
@media (min-width: 768px) and (max-width: 991px) {
  body.header--fixed {
    padding-top: 65px; }

  .page-header {
    position: relative;
    padding: 15px 0; }

  .hamburger {
    display: block; }

  .header-logo {
    margin: 0; }
    .header-logo img {
      height: 35px; }

  .header-top-bar {
    position: absolute;
    top: 16px;
    right: 10px; }

  .header-user-links .header-cart {
    margin-top: 0; }
    .header-user-links .header-cart img {
      width: 90%; }
    .header-user-links .header-cart .counter {
      width: 16px;
      height: 16px;
      margin-left: -10px;
      padding: 0 0 0 1px;
      font-size: 8px; }
  .header-user-links .header-comparison {
    margin-top: 0;
    margin-right: 15px; }
    .header-user-links .header-comparison img {
      width: 84%; }
    .header-user-links .header-comparison .counter {
      width: 16px;
      height: 16px;
      margin-left: -10px;
      padding: 0 0 0 1px;
      font-size: 8px; }

  .header-service-nav,
  .header-user-links .header-login,
  .header-user-links .header-registration {
    display: none; }

  .header-bottom-bar {
    display: none; }

  .homepage-slider-wrap .slide-item {
    height: 440px;
    overflow: hidden; }
    .homepage-slider-wrap .slide-item .slide-bg {
      width: 1320px;
      position: relative;
      left: calc(50% - 660px);
      object-fit: contain; }
  .homepage-slider-wrap .slick-arrow {
    top: calc(50% - 40px);
    width: 50px;
    height: 80px;
    background-size: 8px !important; }
  .homepage-slider-wrap .slide-text-wrap {
    max-width: 360px;
    padding: 20px 30px; }
    .homepage-slider-wrap .slide-text-wrap h2 {
      margin-bottom: 25px;
      font-size: 24px; }
    .homepage-slider-wrap .slide-text-wrap h4 {
      font-size: 22px; }

  .slide-contacts-wrap {
    margin: 20px 0 -30px 0px;
    transform: scale(0.8); }

  .news-slider-wrap {
    padding-top: 30px; }

  .news-slider-top-bar {
    padding: 0 0 30px; }
    .news-slider-top-bar .block-title {
      font-size: 20px; }
    .news-slider-top-bar .all-news-link a {
      width: 100px;
      height: 30px;
      font-size: 10px; }

  .news-slide .news-img {
    height: 200px;
    max-width: 320px;
    margin: 0 auto; }
  .news-slide .news-title {
    height: auto;
    max-width: 320px;
    margin: 0 auto; }
    .news-slide .news-title a {
      padding: 20px 15px;
      font-size: 20px;
      line-height: 1.3; }

  .new-items-wrap {
    padding: 30px 0; }
    .new-items-wrap .section-title {
      margin-bottom: 40px;
      font-size: 28px;
      text-align: center; }
    .new-items-wrap .item-wrap {
      margin: 0 auto 30px;
      padding: 20px; }
      .new-items-wrap .item-wrap .item-title a {
        font-size: 14px; }
      .new-items-wrap .item-wrap .item-price span {
        font-size: 15px; }

  .about-us-wrap {
    height: auto;
    padding: 30px 0;
    background: #e1e4eb; }

  .about-us-text h2 {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center; }
  .about-us-text p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
    text-align: center; }
  .about-us-text .readmore a {
    font-size: 16px; }

  .page-footer {
    padding: 30px 0; }
    .page-footer .row:last-child {
      padding-top: 25px; }
    .page-footer .footer-logo {
      margin-bottom: 25px; }
      .page-footer .footer-logo img {
        height: 50px; }
    .page-footer .footer-about-text p {
      font-size: 14px; }
    .page-footer .social-links {
      margin-bottom: 30px; }
    .page-footer .copyright {
      margin-bottom: 5px;
      font-size: 12px; }
    .page-footer .site-developers {
      font-size: 12px; }
      .page-footer .site-developers img {
        margin-top: 3px; }

  .footer-nav-wrap {
    flex-wrap: wrap;
    justify-content: flex-start; }

  .footer-nav {
    width: 33.3%;
    max-width: none; }
    .footer-nav .footer-nav-title {
      margin-bottom: 15px;
      padding-bottom: 8px;
      font-size: 16px; }
    .footer-nav a {
      font-size: 14px; }

  .cart-aside-wrapper,
  .comparison-aside-wrapper {
    max-width: 290px;
    min-height: 0;
    max-height: none;
    height: 100vh;
    padding: 0; }
    .cart-aside-wrapper .scroll-wrap,
    .comparison-aside-wrapper .scroll-wrap {
      overflow-y: auto;
      height: 100%;
      padding: 15px 20px 25px; }
    .cart-aside-wrapper h2,
    .comparison-aside-wrapper h2 {
      font-size: 25px; }
    .cart-aside-wrapper .cart--header,
    .comparison-aside-wrapper .cart--header {
      margin-bottom: 15px; }
    .cart-aside-wrapper .cart-items,
    .comparison-aside-wrapper .cart-items {
      padding: 25px 0; }

  .news-wrapper .arrow {
    width: 45px;
    height: 80px;
    top: calc(50% - 40px);
    background-size: 12px !important; }

  .homepage-slider-wrap .slide-text-wrap {
    margin-right: 0; }

  .slide-contacts-wrap {
    display: none; }

  .product-header-wrap .container {
    padding: 20px 15px; }

  .product-header--name {
    font-size: 22px; }

  .product-page--breadcrumbs {
    flex-wrap: wrap;
    align-items: flex-start; }
    .product-page--breadcrumbs a {
      font-size: 12px; }

  .product-main-info {
    padding: 35px 0; }

  .product-image-wrap {
    margin: 0 auto; }
    .product-image-wrap .product-thumbs-wrap .arrow {
      display: none !important; }
    .product-image-wrap .product-image {
      height: auto;
      margin: 0 auto; }
      .product-image-wrap .product-image .slick-dots {
        display: flex;
        justify-content: center;
        margin: 10px 0 40px;
        list-style-type: none; }
        .product-image-wrap .product-image .slick-dots li {
          margin: 0 3px; }
          .product-image-wrap .product-image .slick-dots li.slick-active button {
            background: #8A0419; }
        .product-image-wrap .product-image .slick-dots button {
          width: 9px;
          height: 9px;
          padding: 0;
          background: #E4E4E4;
          border: 0;
          border-radius: 50%;
          font-size: 0;
          outline: none;
          cursor: pointer; }
      .product-image-wrap .product-image .product-slide {
        height: 300px; }
        .product-image-wrap .product-image .product-slide img {
          max-width: 200px;
          max-height: 200px; }

  .product-short-description-wrap {
    width: 100%; }
    .product-short-description-wrap .product-benefits img {
      width: 70px;
      margin-right: 35px; }
    .product-short-description-wrap .product-price {
      margin: 30px 0 20px;
      font-size: 20px; }
      .product-short-description-wrap .product-price .old-price {
        margin-right: 15px; }

  .product-additional-info .nav-tabs {
    margin-bottom: 20px; }
    .product-additional-info .nav-tabs .nav-link {
      align-items: center;
      height: 48px;
      font-size: 16px; }

  .product-additional-text,
  .product-downloads {
    padding: 0 15px; }

  .product-downloads {
    margin-bottom: 40px; }

  .product-more-info {
    padding: 30px 0; }
    .product-more-info h2 {
      font-size: 26px; }
    .product-more-info .call-to-wrap {
      position: static;
      margin-top: 10px; }
    .product-more-info .container {
      text-align: center; }
    .product-more-info .product-more-items {
      justify-content: center; }

  .category-short-description {
    padding: 20px 0;
    font-size: 13px; }

  .category-benefits-wrap {
    padding: 30px 0; }
    .category-benefits-wrap h2 {
      margin-bottom: 30px;
      font-size: 18px; }
    .category-benefits-wrap .benefit-item {
      max-width: 50%;
      margin-bottom: 20px; }

  .product-categories-main-wrap.mobile-sidebar--opened .product-categories-sidebar {
    left: 0; }

  .product-categories-sidebar {
    position: absolute;
    width: 280px;
    top: 0;
    left: -280px;
    padding: 30px 15px;
    border: 1px solid #c7c7c7;
    border-left: 0;
    z-index: 20;
    overflow: visible;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .product-categories-sidebar .sidebar-gear-button {
      position: absolute;
      top: 20px;
      right: -35px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      background: #F0F0F0;
      border: 1px solid #c7c7c7;
      border-left: 0; }
      .product-categories-sidebar .sidebar-gear-button img {
        width: 20px; }

  .product-categories-content {
    width: 100%;
    padding: 30px 15px; }
    .product-categories-content .new-items-wrap {
      width: 100%;
      max-width: 700px;
      margin: 0 auto; }

  .product-display-settings-wrap .product-count {
    margin-left: 50px; }

  .product-sidebar-sub-categories:before {
    display: none; }

  .category-benefits-wrap .benefit-items {
    margin: 0 auto; }

  .single-news--content {
    width: 60%;
    padding-left: calc(50% - 390px); }
    .single-news--content .text-container {
      padding: 40px 30px 80px; }

  .single-news--sidebar {
    width: 40%;
    padding: 40px calc(50% - 360px) 40px 30px; }

  .news-page-wrapper .product-header-wrap {
    height: 400px; }
    .news-page-wrapper .product-header-wrap .container {
      width: 100%;
      margin: 0 auto; }

  .news-form-wrapper {
    padding: 30px 0;
    text-align: center; }
    .news-form-wrapper .container {
      justify-content: center; }
    .news-form-wrapper .form-text h2 {
      font-size: 30px; }
    .news-form-wrapper .form-text p {
      margin-bottom: 20px;
      font-size: 14px; }

  .cabinet-wrapper .cabinet-sidebar {
    width: 40%;
    padding: 40px 30px 40px calc(50% - 360px); }
  .cabinet-wrapper .cabinet-content {
    width: 60%;
    padding: 40px calc(50% - 360px) 40px 50px; }
  .cabinet-wrapper .cabinet-content-nav a {
    width: calc(50% - 20px); }
    .cabinet-wrapper .cabinet-content-nav a:nth-child(3n+3) {
      margin-right: 20px; }
    .cabinet-wrapper .cabinet-content-nav a:nth-child(2n+2) {
      margin-right: 0 !important; }

  .cabinet-header-wrap .product-page--breadcrumbs {
    align-items: center; }

  .cart-nav-wrap {
    padding: 50px 0; }

  .cart-items-added .container {
    overflow: auto;
    max-width: none; }

  .cart-table {
    width: 100%;
    min-width: 800px;
    margin-bottom: 40px; }

  .cart-footer .container {
    max-width: none; }

  .cart-coupon {
    max-width: 320px;
    margin-top: 31px; }

  .cart-total {
    max-width: 360px; }

  .user-private-info,
  .order-info-wrap-main {
    margin: 0 auto; }

  .order-info-wrap-main {
    margin-top: 30px; }
    .order-info-wrap-main .order-info-wrap {
      padding: 40px 30px; }
    .order-info-wrap-main .order-footer-wrap .checkbox {
      padding: 0 30px; } }
@media (min-width: 576px) and (max-width: 767px) {
  body.header--fixed {
    padding-top: 65px; }

  .page-header {
    position: relative;
    padding: 15px 0; }

  .hamburger {
    display: block; }

  .header-logo {
    margin: 0; }
    .header-logo img {
      height: 35px; }

  .header-top-bar {
    position: absolute;
    top: 16px;
    right: 10px; }

  .header-user-links .header-cart {
    margin-top: 0; }
    .header-user-links .header-cart img {
      width: 90%; }
    .header-user-links .header-cart .counter {
      width: 16px;
      height: 16px;
      margin-left: -10px;
      padding: 0 0 0 1px;
      font-size: 8px; }
  .header-user-links .header-comparison {
    margin-top: 0;
    margin-right: 15px; }
    .header-user-links .header-comparison img {
      width: 84%; }
    .header-user-links .header-comparison .counter {
      width: 16px;
      height: 16px;
      margin-left: -10px;
      padding: 0 0 0 1px;
      font-size: 8px; }

  .header-service-nav,
  .header-user-links .header-login,
  .header-user-links .header-registration {
    display: none; }

  .header-bottom-bar {
    display: none; }

  .homepage-slider-wrap .slide-item {
    height: 440px;
    overflow: hidden; }
    .homepage-slider-wrap .slide-item .slide-bg {
      width: 1320px;
      position: relative;
      left: calc(50% - 660px);
      object-fit: contain; }
  .homepage-slider-wrap .slick-arrow {
    display: none !important; }
  .homepage-slider-wrap .slide-text-wrap {
    max-width: 360px;
    padding: 20px 30px; }
    .homepage-slider-wrap .slide-text-wrap h2 {
      margin-bottom: 25px;
      font-size: 24px; }
    .homepage-slider-wrap .slide-text-wrap h4 {
      font-size: 22px; }

  .slide-contacts-wrap {
    display: none; }

  .news-slider-wrap {
    padding-top: 30px; }

  .news-slider-top-bar {
    padding: 0 0 30px; }
    .news-slider-top-bar .block-title {
      font-size: 20px; }
    .news-slider-top-bar .all-news-link a {
      width: 100px;
      height: 30px;
      font-size: 10px; }

  .news-slide .news-img {
    height: 200px;
    max-width: 320px;
    margin: 0 auto; }
  .news-slide .news-title {
    height: auto;
    max-width: 320px;
    margin: 0 auto; }
    .news-slide .news-title a {
      padding: 20px 15px;
      font-size: 20px;
      line-height: 1.3; }

  .new-items-wrap {
    padding: 30px 0; }
    .new-items-wrap .section-title {
      margin-bottom: 40px;
      font-size: 28px;
      text-align: center; }
    .new-items-wrap .item-wrap {
      margin: 0 auto 30px;
      padding: 20px; }
      .new-items-wrap .item-wrap .item-title a {
        font-size: 14px; }
      .new-items-wrap .item-wrap .item-price span {
        font-size: 15px; }

  .about-us-wrap {
    height: auto;
    padding: 30px 0;
    background: #e1e4eb; }

  .about-us-text h2 {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center; }
  .about-us-text p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
    text-align: center; }
  .about-us-text .readmore a {
    font-size: 16px; }

  .page-footer {
    padding: 30px 0; }
    .page-footer .row:last-child {
      padding-top: 25px; }
    .page-footer .footer-logo {
      margin-bottom: 25px; }
      .page-footer .footer-logo img {
        height: 50px; }
    .page-footer .footer-about-text p {
      font-size: 14px; }
    .page-footer .social-links {
      margin-bottom: 30px; }
    .page-footer .copyright {
      margin-bottom: 5px;
      font-size: 12px; }
    .page-footer .site-developers {
      font-size: 12px; }
      .page-footer .site-developers img {
        margin-top: 3px; }

  .footer-nav-wrap {
    flex-wrap: wrap;
    justify-content: flex-start; }

  .footer-nav {
    width: 33.3%;
    max-width: none; }
    .footer-nav .footer-nav-title {
      margin-bottom: 15px;
      padding-bottom: 8px;
      font-size: 16px; }
    .footer-nav a {
      font-size: 14px; }

  .cart-aside-wrapper,
  .comparison-aside-wrapper {
    max-width: 290px;
    min-height: 0;
    max-height: none;
    height: 100vh;
    padding: 0; }
    .cart-aside-wrapper .scroll-wrap,
    .comparison-aside-wrapper .scroll-wrap {
      overflow-y: auto;
      height: 100%;
      padding: 15px 20px 25px; }
    .cart-aside-wrapper h2,
    .comparison-aside-wrapper h2 {
      font-size: 25px; }
    .cart-aside-wrapper .cart--header,
    .comparison-aside-wrapper .cart--header {
      margin-bottom: 15px; }
    .cart-aside-wrapper .cart-items,
    .comparison-aside-wrapper .cart-items {
      padding: 25px 0; }

  .news-wrapper .arrow {
    width: 45px;
    height: 80px;
    top: calc(50% - 40px);
    background-size: 12px !important; }

  .homepage-slider-wrap .slide-caption-wrap {
    justify-content: flex-end; }
  .homepage-slider-wrap .slide-text-wrap {
    margin-right: 0; }

  .slide-contacts-wrap {
    display: none; }

  .product-header-wrap .container {
    padding: 20px 15px; }

  .product-header--name {
    font-size: 22px; }

  .product-page--breadcrumbs {
    flex-wrap: wrap;
    align-items: flex-start; }
    .product-page--breadcrumbs a {
      font-size: 12px; }

  .product-main-info {
    padding: 35px 0; }

  .product-image-wrap .product-thumbs-wrap {
    display: none; }
  .product-image-wrap .product-image {
    height: auto;
    margin: 0 auto; }
    .product-image-wrap .product-image .slick-dots {
      display: flex;
      justify-content: center;
      margin: 10px 0 40px;
      list-style-type: none; }
      .product-image-wrap .product-image .slick-dots li {
        margin: 0 3px; }
        .product-image-wrap .product-image .slick-dots li.slick-active button {
          background: #8A0419; }
      .product-image-wrap .product-image .slick-dots button {
        width: 9px;
        height: 9px;
        padding: 0;
        background: #E4E4E4;
        border: 0;
        border-radius: 50%;
        font-size: 0;
        outline: none;
        cursor: pointer; }
    .product-image-wrap .product-image .product-slide {
      height: 300px; }
      .product-image-wrap .product-image .product-slide img {
        max-width: 200px;
        max-height: 200px; }

  .product-short-description-wrap {
    width: 100%; }
    .product-short-description-wrap .product-benefits img {
      width: 70px;
      margin-right: 35px; }
    .product-short-description-wrap .product-price {
      margin: 30px 0 20px;
      font-size: 20px; }
      .product-short-description-wrap .product-price .old-price {
        margin-right: 15px; }

  .product-additional-info .nav-tabs {
    margin-bottom: 20px; }
    .product-additional-info .nav-tabs .nav-link {
      align-items: center;
      height: 48px;
      font-size: 10px; }

  .product-additional-text,
  .product-downloads {
    padding: 0 15px; }

  .product-downloads {
    margin-bottom: 40px; }

  .product-more-info {
    padding: 30px 0; }
    .product-more-info h2 {
      font-size: 26px; }
    .product-more-info .call-to-wrap {
      position: static;
      margin-top: 10px; }
    .product-more-info .container {
      text-align: left; }
    .product-more-info .product-more-items {
      flex-wrap: wrap;
      justify-content: flex-start; }
      .product-more-info .product-more-items .product-more-item {
        padding: 8px; }

  .category-short-description {
    padding: 20px 0;
    font-size: 13px; }

  .category-benefits-wrap {
    padding: 30px 0; }
    .category-benefits-wrap h2 {
      margin-bottom: 30px;
      font-size: 18px; }
    .category-benefits-wrap .benefit-item {
      max-width: none;
      margin-bottom: 20px; }

  .product-categories-main-wrap.mobile-sidebar--opened .product-categories-sidebar {
    left: 0; }

  .product-categories-sidebar {
    position: absolute;
    width: 280px;
    top: 0;
    left: -280px;
    padding: 30px 15px;
    border: 1px solid #c7c7c7;
    border-left: 0;
    z-index: 20;
    overflow: visible;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .product-categories-sidebar .sidebar-gear-button {
      position: absolute;
      top: 20px;
      right: -35px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      background: #F0F0F0;
      border: 1px solid #c7c7c7;
      border-left: 0; }
      .product-categories-sidebar .sidebar-gear-button img {
        width: 20px; }

  .product-categories-content {
    width: 100%;
    padding: 30px 15px; }

  .product-display-settings-wrap {
    flex-wrap: wrap;
    text-align: center; }
    .product-display-settings-wrap .product-count {
      width: 100%; }
    .product-display-settings-wrap .product-showing-options {
      flex-wrap: wrap;
      width: 100%; }
    .product-display-settings-wrap .product-showing-select {
      margin: 10px 0 15px;
      width: 100%; }
    .product-display-settings-wrap .product-pagination {
      width: 100%; }
      .product-display-settings-wrap .product-pagination a {
        margin: 3px 6px 0; }

  .product-sidebar-sub-categories:before {
    display: none; }

  .category-benefits-wrap .benefit-items {
    width: 100%;
    max-width: 430px;
    margin: 0 auto; }

  .single-news--content {
    width: 100%;
    padding-left: 0; }
    .single-news--content .text-container {
      padding: 30px 15px; }

  .single-news--sidebar {
    width: 100%;
    padding: 30px 15px; }

  .news-page-wrapper .product-header-wrap {
    height: 400px; }
    .news-page-wrapper .product-header-wrap .container {
      width: 100%;
      margin: 0 auto; }

  .news-items-wrapper .news-text {
    width: 100%;
    padding: 20px 15px; }
  .news-items-wrapper .news-img {
    width: 400px; }
  .news-items-wrapper .news-item {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }

  .news-form-wrapper {
    padding: 30px 0;
    text-align: center; }
    .news-form-wrapper .container {
      justify-content: center; }
    .news-form-wrapper .form-text h2 {
      font-size: 30px; }
    .news-form-wrapper .form-text p {
      margin-bottom: 20px;
      font-size: 14px; }

  .cabinet-header-wrap {
    padding: 35px 15px; }
    .cabinet-header-wrap h2 {
      width: 100%;
      margin-bottom: 10px;
      font-size: 30px;
      text-align: center; }
    .cabinet-header-wrap .product-page--breadcrumbs {
      justify-content: center;
      width: 100%; }

  .cabinet-wrapper .cabinet-sidebar {
    width: 100%;
    padding: 40px 30px; }
  .cabinet-wrapper .cabinet-content {
    width: 100%;
    padding: 40px 30px; }
  .cabinet-wrapper .user-info {
    margin-bottom: 40px; }
  .cabinet-wrapper .cabinet-content-nav {
    margin-top: 30px; }
    .cabinet-wrapper .cabinet-content-nav a {
      width: 100%;
      max-width: 290px;
      margin: 0 auto 20px !important; }

  .cart-nav-wrap {
    padding: 50px 0; }
    .cart-nav-wrap .cart-link:nth-child(2):before, .cart-nav-wrap .cart-link:nth-child(2):after {
      display: none; }

  .cart-items-added .container {
    overflow: auto;
    max-width: none; }

  .cart-table {
    width: 100%;
    min-width: 800px;
    margin-bottom: 40px; }

  .cart-footer {
    width: 100%;
    max-width: 380px;
    margin: 0 auto; }
    .cart-footer .container {
      flex-wrap: wrap; }

  .cart-coupon {
    margin: 0 0 30px; }
    .cart-coupon input {
      padding: 7px 28px; }

  .user-private-info,
  .order-info-wrap-main {
    margin: 0 auto; }

  .order-info-wrap-main {
    margin-top: 30px; }
    .order-info-wrap-main .order-info-wrap {
      padding: 40px 30px; }
    .order-info-wrap-main .order-footer-wrap .checkbox {
      padding: 0 30px; }

  .product-recommended-item .buy-btn {
    flex-direction: column-reverse; }
  .product-recommended-item .price {
    margin-top: 10px;
    margin-right: 0; }
  .product-recommended-item .info {
    width: calc(100% - 240px); } }
@media (max-width: 575px) {
  body.header--fixed {
    padding-top: 65px; }

  .page-header {
    position: relative;
    padding: 15px 0; }

  .hamburger {
    display: block; }

  .header-logo {
    margin: 0; }
    .header-logo img {
      height: 35px; }

  .header-top-bar {
    position: absolute;
    top: 16px;
    right: 10px; }

  .header-user-links .header-cart {
    margin-top: 0; }
    .header-user-links .header-cart img {
      width: 90%; }
    .header-user-links .header-cart .counter {
      width: 16px;
      height: 16px;
      margin-left: -10px;
      padding: 0 0 0 1px;
      font-size: 8px; }
  .header-user-links .header-comparison {
    margin-top: 0;
    margin-right: 8px; }
    .header-user-links .header-comparison img {
      width: 84%; }
    .header-user-links .header-comparison .counter {
      width: 16px;
      height: 16px;
      margin-left: -10px;
      padding: 0 0 0 1px;
      font-size: 8px; }

  .header-service-nav,
  .header-user-links .header-login,
  .header-user-links .header-registration {
    display: none; }

  .header-bottom-bar {
    display: none; }

  .homepage-slider-wrap .slide-item {
    height: 440px;
    overflow: hidden; }
    .homepage-slider-wrap .slide-item .slide-bg {
      width: 1320px;
      position: relative;
      left: calc(50% - 660px);
      object-fit: contain; }
  .homepage-slider-wrap .slick-arrow {
    display: none !important; }
  .homepage-slider-wrap .slide-text-wrap {
    max-width: 360px;
    padding: 20px 30px; }
    .homepage-slider-wrap .slide-text-wrap h2 {
      margin-bottom: 25px;
      font-size: 24px; }
    .homepage-slider-wrap .slide-text-wrap h4 {
      font-size: 22px; }

  .slide-contacts-wrap {
    display: none; }

  .news-slider-wrap {
    padding-top: 30px; }

  .news-slider-top-bar {
    padding: 0 0 30px; }
    .news-slider-top-bar .block-title {
      font-size: 18px; }
    .news-slider-top-bar .all-news-link a {
      width: 100px;
      height: 30px;
      font-size: 10px; }

  .news-slide .news-img {
    height: 200px;
    max-width: 320px;
    margin: 0 auto; }
  .news-slide .news-title {
    height: auto;
    max-width: 320px;
    margin: 0 auto; }
    .news-slide .news-title a {
      padding: 20px 15px;
      font-size: 20px;
      line-height: 1.3; }

  .new-items-wrap {
    padding: 30px 0; }
    .new-items-wrap .section-title {
      margin-bottom: 20px;
      font-size: 28px;
      text-align: center; }
    .new-items-wrap .item-wrap {
      width: 100%;
      max-width: 290px;
      margin: 0 auto 30px; }

  .about-us-wrap {
    height: auto;
    padding: 30px 0;
    background: #e1e4eb; }

  .about-us-text h2 {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center; }
  .about-us-text p {
    margin-bottom: 30px;
    max-width: none;
    font-size: 18px;
    line-height: 26px;
    text-align: center; }
  .about-us-text .readmore a {
    font-size: 16px; }

  .page-footer {
    padding: 30px 0; }
    .page-footer .row:last-child {
      padding-top: 25px; }
    .page-footer .footer-logo {
      margin-bottom: 25px; }
      .page-footer .footer-logo img {
        height: 50px; }
    .page-footer .footer-about-text p {
      font-size: 14px; }
    .page-footer .social-links {
      margin-bottom: 30px; }
    .page-footer .copyright {
      margin-bottom: 5px;
      font-size: 12px;
      text-align: center; }
    .page-footer .site-developers {
      font-size: 12px;
      text-align: center; }
      .page-footer .site-developers img {
        margin-top: 3px; }

  .footer-nav-wrap {
    flex-wrap: wrap;
    justify-content: flex-start; }

  .footer-nav {
    max-width: none;
    margin-bottom: 30px; }
    .footer-nav:last-child {
      margin-bottom: 0; }
    .footer-nav .footer-nav-title {
      margin-bottom: 15px;
      padding-bottom: 8px;
      font-size: 16px; }
    .footer-nav a {
      font-size: 14px; }

  .cart-aside-wrapper,
  .comparison-aside-wrapper {
    max-width: 290px;
    min-height: 0;
    max-height: none;
    height: 100vh;
    padding: 0; }
    .cart-aside-wrapper .scroll-wrap,
    .comparison-aside-wrapper .scroll-wrap {
      overflow-y: auto;
      height: 100%;
      padding: 15px 20px 25px; }
    .cart-aside-wrapper h2,
    .comparison-aside-wrapper h2 {
      font-size: 25px; }
    .cart-aside-wrapper .cart--header,
    .comparison-aside-wrapper .cart--header {
      margin-bottom: 15px; }
    .cart-aside-wrapper .cart-items,
    .comparison-aside-wrapper .cart-items {
      padding: 25px 0; }

  .news-wrapper .arrow {
    width: 45px;
    height: 80px;
    top: calc(50% - 40px);
    background-size: 12px !important; }

  .homepage-slider-wrap .slide-caption-wrap {
    justify-content: flex-end; }
  .homepage-slider-wrap .slide-text-wrap {
    margin-right: 0; }

  .product-header-wrap .container {
    padding: 20px 15px; }

  .product-header--name {
    font-size: 22px; }

  .product-page--breadcrumbs {
    flex-wrap: wrap;
    align-items: flex-start; }
    .product-page--breadcrumbs a {
      font-size: 12px; }

  .product-main-info {
    padding: 35px 0; }

  .product-image-wrap .product-thumbs-wrap {
    display: none; }
  .product-image-wrap .product-image {
    height: auto;
    margin: 0 auto; }
    .product-image-wrap .product-image .slick-dots {
      display: flex;
      justify-content: center;
      margin: 10px 0 40px;
      list-style-type: none; }
      .product-image-wrap .product-image .slick-dots li {
        margin: 0 3px; }
        .product-image-wrap .product-image .slick-dots li.slick-active button {
          background: #8A0419; }
      .product-image-wrap .product-image .slick-dots button {
        width: 9px;
        height: 9px;
        padding: 0;
        background: #E4E4E4;
        border: 0;
        border-radius: 50%;
        font-size: 0;
        outline: none;
        cursor: pointer; }
    .product-image-wrap .product-image .product-slide {
      height: 300px; }
      .product-image-wrap .product-image .product-slide img {
        max-width: 200px;
        max-height: 200px; }

  .product-short-description-wrap {
    width: 100%; }
    .product-short-description-wrap .product-benefits img {
      width: 70px;
      margin-right: 35px; }
    .product-short-description-wrap .product-price {
      margin: 30px 0 20px;
      font-size: 20px; }
      .product-short-description-wrap .product-price .old-price {
        margin-right: 15px; }

  .product-additional-info .nav-tabs {
    margin-bottom: 20px; }
    .product-additional-info .nav-tabs .nav-link {
      align-items: center;
      height: 48px;
      font-size: 10px; }

  .product-additional-text,
  .product-downloads {
    padding: 0 15px; }

  .product-downloads {
    margin-bottom: 40px; }

  .product-more-info {
    padding: 30px 0; }
    .product-more-info h2 {
      font-size: 26px; }
    .product-more-info .call-to-wrap {
      position: static;
      margin-top: 10px; }
    .product-more-info .container {
      text-align: left; }
    .product-more-info .product-more-items {
      flex-wrap: wrap;
      justify-content: flex-start; }
      .product-more-info .product-more-items .product-more-item {
        padding: 8px; }

  .category-short-description {
    padding: 20px 0;
    font-size: 13px; }

  .category-benefits-wrap {
    padding: 30px 0; }
    .category-benefits-wrap h2 {
      margin-bottom: 30px;
      font-size: 18px; }
    .category-benefits-wrap .benefit-item {
      max-width: none;
      margin-bottom: 20px; }

  .product-categories-main-wrap.mobile-sidebar--opened .product-categories-sidebar {
    left: 0; }

  .product-categories-sidebar {
    position: absolute;
    width: 280px;
    top: 0;
    left: -280px;
    padding: 30px 15px;
    border: 1px solid #c7c7c7;
    border-left: 0;
    z-index: 20;
    overflow: visible;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .product-categories-sidebar .sidebar-gear-button {
      position: absolute;
      top: 20px;
      right: -35px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      background: #F0F0F0;
      border: 1px solid #c7c7c7;
      border-left: 0; }
      .product-categories-sidebar .sidebar-gear-button img {
        width: 20px; }

  .product-categories-content {
    width: 100%;
    padding: 30px 15px; }

  .product-display-settings-wrap {
    flex-wrap: wrap;
    text-align: center; }
    .product-display-settings-wrap .product-count {
      width: 100%; }
    .product-display-settings-wrap .product-showing-options {
      flex-wrap: wrap;
      width: 100%; }
    .product-display-settings-wrap .product-showing-select {
      margin: 10px 0 15px;
      width: 100%; }
    .product-display-settings-wrap .product-pagination {
      width: 100%; }
      .product-display-settings-wrap .product-pagination a {
        margin: 3px 6px 0; }

  .product-sidebar-sub-categories:before {
    display: none; }

  .category-benefits-wrap .benefit-items {
    width: 100%;
    max-width: 430px;
    margin: 0 auto; }

  .single-news--content {
    width: 100%;
    padding-left: 0; }
    .single-news--content .text-container {
      padding: 30px 15px; }

  .single-news--sidebar {
    width: 100%;
    padding: 30px 15px; }

  .news-page-wrapper .product-header-wrap {
    height: 400px; }
    .news-page-wrapper .product-header-wrap .container {
      width: 100%;
      margin: 0; }

  .news-items-wrapper .news-text {
    width: 100%;
    padding: 20px 15px; }
  .news-items-wrapper .news-img {
    width: 400px; }
  .news-items-wrapper .news-item {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }

  .news-form-wrapper {
    padding: 30px 0;
    text-align: center; }
    .news-form-wrapper .container {
      justify-content: center; }
    .news-form-wrapper .form-text h2 {
      font-size: 30px; }
    .news-form-wrapper .form-text p {
      margin-bottom: 20px;
      font-size: 14px; }

  .cabinet-header-wrap {
    padding: 35px 15px; }
    .cabinet-header-wrap h2 {
      width: 100%;
      margin-bottom: 10px;
      font-size: 30px;
      text-align: center; }
    .cabinet-header-wrap .product-page--breadcrumbs {
      justify-content: center;
      width: 100%; }

  .cabinet-wrapper .cabinet-sidebar {
    width: 100%;
    padding: 40px 30px; }
  .cabinet-wrapper .cabinet-content {
    width: 100%;
    padding: 40px 30px; }
  .cabinet-wrapper .user-info {
    margin-bottom: 40px; }
  .cabinet-wrapper .cabinet-content-nav {
    margin-top: 30px; }
    .cabinet-wrapper .cabinet-content-nav a {
      width: 100%;
      max-width: 290px;
      margin: 0 auto 20px !important; }

  .cart-nav-wrap {
    padding: 35px 0; }
    .cart-nav-wrap .cart-link {
      margin: 0 10px; }
      .cart-nav-wrap .cart-link:nth-child(2):before, .cart-nav-wrap .cart-link:nth-child(2):after {
        display: none; }
      .cart-nav-wrap .cart-link .number {
        width: 55px;
        height: 55px;
        font-size: 16px; }

  .cart-items-added .container {
    overflow: auto; }

  .cart-table {
    width: 100%;
    min-width: 800px;
    margin-bottom: 40px; }

  .cart-footer {
    width: 100%;
    max-width: 380px;
    margin: 0 auto; }
    .cart-footer .container {
      flex-wrap: wrap; }

  .cart-coupon {
    margin: 0 0 30px; }
    .cart-coupon input {
      padding: 7px 28px; }

  .user-private-info,
  .order-info-wrap-main {
    margin: 0 auto; }

  .order-info-wrap-main {
    margin-top: 30px; }
    .order-info-wrap-main .order-info-wrap {
      padding: 40px 30px; }
    .order-info-wrap-main .order-footer-wrap .checkbox {
      padding: 0 30px; }

  .product-recommended-item {
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 340px;
    margin-bottom: 40px; }
    .product-recommended-item .img {
      width: 80px;
      height: 80px; }
      .product-recommended-item .img img {
        max-width: 50px;
        max-height: 50px; }
    .product-recommended-item .info {
      width: calc(100% - 80px);
      padding: 0 0 0 15px; }
    .product-recommended-item .name a {
      display: block;
      font-size: 14px;
      line-height: 1.2; }
    .product-recommended-item .buy-btn {
      width: 100%;
      margin-top: 20px; }
      .product-recommended-item .buy-btn .add-to-cart-btn {
        font-size: 12px; } }
.custom-submenu {
  position: relative;
}
.custom-submenu a {
  padding: 0;
}
.custom-submenu .mega-nav-wrap {
  width: 300px;
  left: 0;
  padding: 20px!important;
}
.custom-submenu .mega-nav-wrap li {
  border: none!important;
}
/*# sourceMappingURL=style.css.map */


#deliveryMethodCont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
}
#deliveryMethodCont > *:first-child {
  grid-column: 1 / -1;
}
.order-group-cont > *:first-child {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-family: "HelveticaNeue-Light";
  font-size: 21px;
}
#deliveryMethodCont {
  margin-bottom: 40px;
}
#deliveryMethodCont .delivery-row {
  text-align: center;
}
#deliveryMethodCont .delivery-row input {
  position: absolute;
  left: 0;
  top: 0;
}
#deliveryMethodCont .delivery-row input:checked ~ label {
  border-color: #8c0113;
  box-shadow: 1px 4px 8px 0px rgba(140, 1, 19, 0.2);
  color: #212529;
}
#deliveryMethodCont .delivery-row label {
  position: relative;
  width: 100%;
  height: 160px;
  padding: 10px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid #EEEEEE;
  transition: all 0.4s ease!important;
  color: rgba(0, 0, 0, 0.55);
}
#deliveryMethodCont .delivery-row label br {
  display: none;
}
#deliveryMethodCont .delivery-row label:before {
  content: '';
  /*position: absolute;*/
  position: relative;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    transition: all .15s linear;
    background-color: currentColor;
    -webkit-mask-image: url('../img/del.png');
      mask-image: url('../img/del.png');
}
#deliveryFieldsCont input:not([type="checkbox"]),
#deliveryFieldsCont select {
  width: 365px;
  border: 1px solid #c1c5c8;
  border-radius: 2px;
  color: black;
  outline: medium none currentColor;
  padding: 3px 4px;
  vertical-align: middle;
}
#deliveryFieldsCont .delivery-row:not(:last-child) {
  margin-bottom: 10px;
}
#deliveryForm #errorMessages {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  #deliveryMethodCont {
    column-gap: 10px;
  }
  #deliveryMethodCont .delivery-row label {
    font-size: 14px;
    height: auto;
    min-height: 100%;
  }
}
@media (max-width: 991px) {
  #deliveryFieldsCont #LOCATION_ORDER_PROP_6 {
    width: 100%;
  }
  #deliveryFieldsCont input:not([type="checkbox"]), #deliveryFieldsCont select {
    width: 100%!important;
  }
  .cart-nav-wrap .cart-link:nth-child(2):before {
        right: 90px;
    width: 75px;
  }
  .cart-nav-wrap .cart-link:nth-child(2):after,
  .cart-nav-wrap .cart-link:not(:last-child):nth-child(3):after {
    left: 90px;
    width: 75px;
  }
  #deliveryForm .buttons {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  #deliveryForm .buttons > * {
    width: 100%;
    text-align: center;
    margin-right: 0!important;
  }
  #deliveryForm .buttons > *:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #order_form_div {
    width: 100%!important;
  }
  #deliveryMethodCont {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
    grid-row-gap: 10px;
  }
  #deliveryMethodCont .delivery-row label {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
  #deliveryMethodCont .delivery-row label:before {
    margin: 0;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .cart-nav-wrap .cart-link:not(:last-child):nth-child(3):after {
    display: none;
  }
  #deliveryMethodCont .delivery-row label:before {
    width: 30px;
    height: 30px;
  }
}
