@charset "UTF-8";
@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Thin';
  src: url("../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Thin.otf") format("opentype"), url("../fonts/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat-Thin.ttf") format("truetype"), url("../fonts/Montserrat-Thin.svg#Montserrat-Thin") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.otf") format("opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype"), url("../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold") 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-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; }
/*
**

Font variables 

$light: 'ProximaNova-Light';
$semibold: 'ProximaNova-Semibold';
$regular: 'ProximaNova-Regular';
$extrabold: 'ProximaNova-Extrabld';
$m-thin: 'Montserrat-Thin';
$m-semibold: 'MyriadPro-Semibold';
$h-regular: 'HelveticaNeue';
$h-light: 'HelveticaNeue-Light';

*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

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

.page-wrap {
  display: flex;
  height: 100%; }

.left-sidebar-wrap {
  width: 280px;
  padding: 0 40px;
  background: #fff;
  text-align: center; }
  @media (min-width: 1200px) {
    .left-sidebar-wrap {
      position: fixed;
      top: 0;
      left: 0; } }

.main-content-wrap {
  width: calc(100% - 280px); }
  @media (min-width: 1200px) {
    .main-content-wrap {
      position: relative;
      left: 280px; } }

.content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 73px;
  padding-left: 35px;
  background: #717680; }

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100% - 73px);
  padding: 50px 40px;
  background: #EFEFEF; }
  .content-wrapper .left-content {
    width: calc(100% - 310px);
    padding: 50px;
    background: #fff;
    border: 1px solid #E8E8E8; }
    .content-wrapper .left-content h2 {
      margin: 0 0 30px;
      color: #1f232a;
      font-size: 30px;
      font-family: "ProximaNova-Light"; }
    .content-wrapper .left-content p {
      margin: 0 0 30px;
      color: #1f232a;
      font-size: 14px;
      font-family: "ProximaNova-Light";
      line-height: 27px; }
      .content-wrapper .left-content p:last-child {
        margin-bottom: 0; }
  .content-wrapper .right-content {
    width: 100%;
    max-width: 310px;
    padding-left: 23px; }
    .content-wrapper .right-content--block {
      width: 100%;
      height: 195px;
      margin-bottom: 16px;
      background: #91969F; }

.main-logo {
  padding: 30px 0 75px; }
  .main-logo img {
    width: 150px; }
  .main-logo a {
    text-decoration: none; }

.sidebar-nav {
  margin: 0 0 80px; }
  .sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left; }
  .sidebar-nav li {
    display: block; }
    .sidebar-nav li.active a {
      color: #f41d27; }
  .sidebar-nav a {
    color: #373e4b;
    font-size: 14px;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    -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-nav a:hover {
      color: #f41d27; }

.sidebar-contacts {
  text-align: left; }
  .sidebar-contacts h4 {
    margin: 0 0 10px;
    color: #000;
    font-size: 14px;
    font-family: "ProximaNova-Light"; }
  .sidebar-contacts a {
    color: #000;
    font-size: 14px;
    font-family: "ProximaNova-Regular";
    text-decoration: none; }
    .sidebar-contacts a:hover {
      text-decoration: underline; }

.sidebar-copyright {
  margin-top: 70px;
  color: #646464;
  font-size: 10px;
  font-family: "ProximaNova-Regular";
  text-align: left; }

.content-search {
  display: flex;
  height: 43px;
  padding-left: 15px;
  border-left: 1px solid #BDBDBD; }
  .content-search input {
    padding: 5px 15px 5px 39px;
    color: #E6E5E7;
    background: url("../img/search-icon.png") 0 center no-repeat;
    border: 0;
    font-size: 22px;
    font-family: "HelveticaNeue";
    letter-spacing: 0.02em;
    outline: none; }
    .content-search input::-webkit-input-placeholder {
      color: #E6E5E7; }
    .content-search input::-moz-placeholder {
      color: #E6E5E7; }
    .content-search input:-moz-placeholder {
      color: #E6E5E7; }
    .content-search input:-ms-input-placeholder {
      color: #E6E5E7; }

.content-user-links {
  display: flex;
  height: 100%; }
  .content-user-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-family: "HelveticaNeue-Light";
    text-decoration: none;
    text-transform: uppercase; }
  .content-user-links span {
    margin-left: 16px; }
  .content-user-links .personal-profile-link {
    margin-right: 40px; }
  .content-user-links .change-store-link {
    font-size: 12px; }
  .content-user-links .logout-link {
    padding: 0 28px; }

.shopping-cart-link {
  padding: 0 22px;
  position: relative;
  background: #646A74; }
  .shopping-cart-link:hover {
    background: #565a63; }
  .shopping-cart-link .cart-counter {
    position: absolute;
    right: 13px;
    bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    padding-top: 1px;
    color: #fff;
    background: #F93039;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    font-size: 11px;
    font-family: "MyriadPro-Semibold";
    letter-spacing: 0.08em; }

body.cart--opened {
  overflow: hidden; }
  body.cart--opened .cart-sidebar-wrap {
    right: 0; }
  body.cart--opened .shopping-cart-link {
    background: #ff2926; }
  body.cart--opened .content-wrapper {
    position: relative; }
    body.cart--opened .content-wrapper:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.8);
      z-index: 11; }

.cart-sidebar-wrap {
  position: fixed;
  top: 73px;
  right: -328px;
  width: 328px;
  height: calc(100vh - 73px);
  padding: 20px;
  background: #fff;
  z-index: 12;
  -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;
  overflow: auto;}
  .cart-sidebar-wrap h2 {
    padding: 30px 0 40px;
    color: #333333;
    font-size: 24px;
    font-family: "ProximaNova-Semibold"; }

.cart-sidebar-item {
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #CDCDCF; }
  .cart-sidebar-item .img {
    width: 55px;
    height: 55px; }
    .cart-sidebar-item .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cart-sidebar-item .text {
    width: calc(100% - 55px);
    padding-left: 13px; }
    .cart-sidebar-item .text p {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .cart-sidebar-item .text p:first-child {
        margin-bottom: 10px; }
    .cart-sidebar-item .text span {
      width: 100%;
      color: #333333;
      font-size: 12px;
      font-family: "ProximaNova-Regular"; }
      .cart-sidebar-item .text span.cart-item--count {
        flex: 1 0 auto;
        width: auto;
        color: #010101;
        font-size: 14px;
        font-family: "ProximaNova-Extrabld"; }
      .cart-sidebar-item .text span.cart-item--old-price {
        width: auto;
        margin-right: 10px;
        font-size: 14px;
        text-decoration: line-through; }
      .cart-sidebar-item .text span.cart-item--price {
        width: auto;
        color: #fa1310;
        font-size: 14px;
        font-family: "ProximaNova-Extrabld"; }

.cart-sidebar-btn p {
  width: 100%;
  max-width: 173px;
  margin: 0 auto 10px;
  color: #333;
  font-size: 12px;
  font-family: "ProximaNova-Regular";
  text-align: center; }
.cart-sidebar-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 40px;
  margin: 0 auto;
  color: #fff;
  background: #EF2737;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-family: "ProximaNova-Semibold";
  text-transform: uppercase;
  cursor: pointer;
  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-sidebar-btn button:hover {
    background: #da1222; }

.hamburger {
  position: relative;
  width: 32px;
  height: 22px;
  cursor: pointer;
  outline: none; }
  .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: 3px;
    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: 8px; }
    .hamburger span:nth-child(3) {
      top: 16px; }

/*
** Dashboard page
*/
.products-wrapper {
  width: 100%;
  background: #fff; }

.product-item {
  position: relative;
  width: 20%;
  height: 290px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  text-align: center; }
  .product-item .product-item--wrap {
    padding: 15px 20px;
    overflow: hidden;
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -ms-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    transition: all 0ms ease-out; }
  .product-item:hover .product-item--wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 5px 10px 0 #b7b7b7;
    z-index: 11;
    -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-item:hover .product-item--buy {
    bottom: 0;
    opacity: 1;
    visibility: 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-item.new-item:hover:before {
    z-index: 12; }
  .product-item.new-item:before {
    content: 'новинка';
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 6px;
    color: #fff;
    background: #FA7048;
    border-radius: 3px;
    font-size: 10px;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
    z-index: 10; }
  .product-item.item-discount:hover:before {
    z-index: 12; }
  .product-item.item-discount:before {
    content: 'знижка';
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 6px;
    color: #fff;
    background: #1C4BDF;
    border-radius: 3px;
    font-size: 10px;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
    z-index: 10; }
  .product-item.best-seller:hover:before {
    z-index: 12; }
  .product-item.best-seller:before {
    content: 'Хіт продажів';
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    color: #fff;
    background: #2FC97C;
    border-radius: 50%;
    font-size: 16px;
    font-family: "ProximaNova-Semibold";
    z-index: 10; }
  .product-item.item-size--2x {
    width: 40%;
    height: 580px; }
    .product-item.item-size--2x .product-item--wrap {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      height: 100%;
      padding-bottom: 40px; }
    .product-item.item-size--2x .product-item--img {
      height: 380px; }
    .product-item.item-size--2x .product-item--name {
      width: 100%;
      margin: 30px 0; }
    .product-item.item-size--2x .product-item--price {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 50%;
      margin: 0;
      font-size: 24px; }
    .product-item.item-size--2x .product-item--buy {
      width: 50%;
      bottom: 0;
      opacity: 1;
      visibility: visible; }
      .product-item.item-size--2x .product-item--buy button {
        margin: 0; }
  .product-item.item-size--wide {
    width: 40%; }
    .product-item.item-size--wide .product-item--wrap {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      position: relative;
      height: 100%;
      padding-left: 160px;
      text-align: left; }
    .product-item.item-size--wide .product-item--img {
      position: absolute;
      left: 20px;
      width: auto; }
      .product-item.item-size--wide .product-item--img img {
        width: 85%; }
    .product-item.item-size--wide .product-item--name {
      padding-left: 0;
      height: auto; }
    .product-item.item-size--wide .product-item--old-price {
      margin-top: 15px;
      color: #150000;
      font-size: 16px;
      font-family: "ProximaNova-Semibold";
      text-decoration: line-through; }
    .product-item.item-size--wide .product-item--price {
      margin: 3px 0 20px;
      font-size: 24px; }
    .product-item.item-size--wide .product-item--buy {
      width: 100%;
      bottom: 0;
      opacity: 1;
      visibility: visible; }
      .product-item.item-size--wide .product-item--buy button {
        margin: 0; }
  .product-item--img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px; }
    .product-item--img img {
      width: 100%;
      height: 80%;
      object-fit: contain; }
  .product-item--name {
    height: 60px; }
    .product-item--name a {
      color: #353940;
      font-size: 16px;
      font-family: "ProximaNova-Semibold";
      text-decoration: none; }
      .product-item--name a:hover {
        text-decoration: underline; }
  .product-item--price {
    margin-top: 20px;
    color: #f41d25;
    font-size: 16px;
    font-family: "ProximaNova-Semibold"; }
  .product-item--buy {
    position: relative;
    opacity: 0;
    visibility: hidden;
    bottom: -50px;
    -webkit-transition: all 20ms ease-out;
    -moz-transition: all 20ms ease-out;
    -ms-transition: all 20ms ease-out;
    -o-transition: all 20ms ease-out;
    transition: all 20ms ease-out; }
    .product-item--buy button {
      margin: 10px 0 20px;
      padding: 8px 15px;
      color: #fff;
      background: #F93C47;
      border: 0;
      border-radius: 4px;
      font-size: 12px;
      font-family: "ProximaNova-Semibold";
      text-transform: uppercase;
      cursor: pointer;
      outline: none; }

.load-more-products {
  width: 100%;
  margin-top: 35px;
  text-align: center; }
  .load-more-products button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #999999;
    background: none;
    border: 0;
    font-size: 18px;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
    cursor: pointer;
    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; }
    .load-more-products button:hover img {
      position: relative;
      top: 2px;
      -moz-transform: rotate(120deg);
      -webkit-transform: rotate(120deg);
      -o-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
      transform: rotate(120deg); }
  .load-more-products img {
    width: 50px;
    margin-bottom: 10px;
    -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; }

/*
** Contacts page
*/
.page-title {
  margin: 0 0 40px;
  color: #1f232a;
  font-size: 30px;
  font-family: "ProximaNova-Light"; }

.contact-items {
  display: flex;
  flex-wrap: wrap; }

.contact-item {
  width: 100%;
  max-width: 350px;
  min-height: 190px;
  margin: 0 25px 25px 0;
  padding: 35px 30px;
  color: #1f232a;
  background: #fff;
  border: 1px solid #E8E8E8;
  font-size: 14px;
  font-family: "ProximaNova-Light";
  line-height: 21px; }
  .contact-item strong {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "ProximaNova-Semibold"; }

/*
** Catalog page
*/
.catalog-wrap {
  width: 100%; }
  .catalog-wrap .page-title {
    margin: 0 0 40px; }

.breadcrumbs-wrap {
  margin: 0 0 25px;
  color: #1f232a;
  font-size: 16px;
  font-family: "ProximaNova-Light"; }
  .breadcrumbs-wrap a {
    color: #1f232a;
    text-decoration: none; }
    .breadcrumbs-wrap a:hover {
      text-decoration: underline; }
  .breadcrumbs-wrap span {
    margin: 0 8px; }

.catalog-items {
  display: flex;
  flex-wrap: wrap; }

.catalog-item {
  width: 100%;
  max-width: 290px;
  height: 140px;
  background: #fff;
  margin: 0 10px 10px 0;
  padding: 20px; }
  .catalog-item--name {
    width: calc(100% - 120px);
    padding-left: 10px;
    color: #1f232a;
    font-size: 22px;
    font-family: "ProximaNova-Semibold"; }
  .catalog-item--img {
    width: 120px;
    text-align: center; }
  .catalog-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    text-decoration: none;
    outline: none; }

/*
** Personal Cabinet page
*/
.welcome-text {
  margin: 0 0 40px; }
  .welcome-text h3 {
    margin: 0 0 25px;
    color: #555555;
    font-size: 24px;
    font-family: "ProximaNova-Light"; }
    .welcome-text h3 strong {
      font-family: "ProximaNova-Semibold"; }
  .welcome-text p {
    color: #333333;
    font-size: 16px;
    font-family: "HelveticaNeue";
    line-height: 24px; }

.cabinet-links {
  display: flex;
  flex-wrap: wrap; }

.cabinet-link {
  width: 260px;
  height: 145px;
  margin: 0 30px 30px 0;
  background: #fff; }
  .cabinet-link a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  .cabinet-link--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 12px; }
  .cabinet-link--text {
    color: #333333;
    font-size: 18px;
    font-family: "ProximaNova-Light"; }

/*
** Catalog list page
*/
.catalog-list-wrap {
  display: flex;
  flex-wrap: wrap; }

.catalog-list-nav {
  width: 100%;
  max-width: 200px;
  padding-right: 20px; }
  .catalog-list-nav .main-ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .catalog-list-nav .main-ul a {
      color: #1f232a;
      font-size: 18px;
      font-family: "ProximaNova-Light";
      text-decoration: none;
      line-height: 30px; }
      .catalog-list-nav .main-ul a:hover {
        text-decoration: underline; }
      .catalog-list-nav .main-ul a.active {
        font-family: "ProximaNova-Semibold"; }
  .catalog-list-nav .secondary-ul {
    margin: 0;
    padding: 0 0 0 8px;
    list-style-type: none; }
    .catalog-list-nav .secondary-ul a {
      color: #1f232a;
      font-size: 13px;
      font-family: "ProximaNova-Light";
      text-decoration: none;
      line-height: 20px; }
      .catalog-list-nav .secondary-ul a:hover {
        text-decoration: underline; }
      .catalog-list-nav .secondary-ul a.active {
        font-family: "ProximaNova-Semibold"; }

.catalog-list-items {
  width: calc(100% - 200px); }
  .catalog-list-items p {
    margin: 0 0 30px;
    color: #1f232a;
    font-size: 14px;
    font-family: "ProximaNova-Light"; }
  .catalog-list-items .catalog-sorting {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .catalog-list-items .catalog-sorting label {
      margin-right: 20px;
      color: #1f232a;
      font-size: 16px;
      font-family: "ProximaNova-Light"; }
    .catalog-list-items .catalog-sorting select {
      height: 30px;
      padding: 0 55px 0 15px;
      color: #a0a0a0;
      background: url("../img/select-arrow.png") calc(100% - 10px) center no-repeat;
      background-color: transparent;
      border: 2px solid #C5C5C5;
      border-radius: 0;
      font-size: 13px;
      font-family: "ProximaNova-Light";
      outline: none;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .catalog-list-items .catalog-sorting select::-ms-expand {
        display: none; }

.catalog-list-items-wrap {
  border: 1px solid #CFCFCF; }

.catalog-list-item {
  display: flex;
  border-bottom: 1px solid #CFCFCF; }
  .catalog-list-item:last-child {
    border-bottom: 0; }
  .catalog-list-item--left {
    display: flex;
    width: calc(100% - 210px);
    padding: 20px;
    border-right: 1px solid #CFCFCF; }
  .catalog-list-item--right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-items: flex-start;
    width: 100%;
    max-width: 210px;
    padding: 25px 40px; }
  .catalog-list-item--img {
    width: 120px;
    height: 120px;
    background: #fff; }
    .catalog-list-item--img a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      text-decoration: none; }
    .catalog-list-item--img img {
      max-width: 80%;
      max-height: 80%;
      object-fit: contain; }
  .catalog-list-item--text {
    width: calc(100% - 120px);
    padding: 0 0 0 30px; }
  .catalog-list-item--name {
    margin: 0 0 14px; }
    .catalog-list-item--name a {
      color: #1f232a;
      font-size: 16px;
      font-family: "ProximaNova-Extrabld";
      text-decoration: none;
      line-height: 18px; }
      .catalog-list-item--name a:hover {
        text-decoration: underline; }
  .catalog-list-item--description {
    color: #1f232a;
    font-size: 12px;
    font-family: "ProximaNova-Light";
    line-height: 18px; }
  .catalog-list-item--price {
    margin-bottom: 15px;
    color: #f51e26;
    font-size: 18px;
    font-family: "ProximaNova-Semibold"; }
    .catalog-list-item--price span {
      margin-right: 15px;
      color: #717680;
      font-size: 16px;
      text-decoration: line-through; }
  .catalog-list-item--button button {
    margin: 15px 0 0;
    padding: 10px 20px;
    color: #ffffff;
    background: #EF2737;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    font-family: "ProximaNova-Semibold";
    cursor: pointer;
    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; }
    .catalog-list-item--button button:hover {
      background: #d20313; }

.catalog-counter {
  display: flex;
  height: 32px;
  border: 2px solid #9EA3AE;
  border-radius: 2px; }
  .catalog-counter button {
    width: 28px;
    height: 100%;
    background: #EBECEF;
    border: 0;
    cursor: pointer;
    outline: none;
    text-align: center;
    -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; }
    .catalog-counter button:hover {
      background: #e2e3e6; }
    .catalog-counter button img {
      width: 10px; }
  .catalog-counter .counter-value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    color: #717680;
    background: #fff;
    border-right: 2px solid #9EA3AE;
    border-left: 2px solid #9EA3AE;
    font-size: 16px;
    font-family: "ProximaNova-Semibold"; }

/*
** Catalog product page
*/
.single-product-wrap {
  width: calc(100% - 200px); }

.single-product {
  display: flex; }
  .single-product.single-product-discount .single-product--left {
    position: relative; }
    .single-product.single-product-discount .single-product--left:before {
      content: 'Акция';
      position: absolute;
      top: 20px;
      left: 20px;
      padding: 4px 10px;
      color: #ffffff;
      background: #1D4BDF;
      border-radius: 2px;
      font-size: 12px;
      font-family: "ProximaNova-Light"; }
  .single-product--left {
    width: calc(48% - 5px);
    height: 385px;
    margin-right: 5px;
    background: #fff; }
  .single-product--img {
    width: 100%;
    height: 100%; }
    .single-product--img a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
  .single-product--right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 52%;
    padding: 40px;
    background: #fff; }
  .single-product--name {
    margin-bottom: 50px; }
    .single-product--name a {
      color: #1f232a;
      font-size: 18px;
      font-family: "ProximaNova-Semibold";
      line-height: 24px;
      text-decoration: none; }
      .single-product--name a:hover {
        text-decoration: underline; }
  .single-product--available, .single-product--not-available {
    margin: 0 0 20px;
    padding: 5px 13px;
    color: #333a49;
    background: #88fa9a;
    border-radius: 3px;
    font-size: 13px;
    font-family: "ProximaNova-Light"; }
  .single-product--not-available {background: #ffca6a;}
  .single-product--price {
    margin: 10px 0 20px;
    color: #f51e26;
    font-size: 24px;
    font-family: "ProximaNova-Semibold"; }
    .single-product--price span {
      margin-right: 15px;
      color: #717680;
      font-size: 22px;
      font-family: "ProximaNova-Regular";
      text-decoration: line-through; }
  .single-product--buttons {
    display: flex; }
    .single-product--buttons .catalog-counter button {
      background: #fff; }
      .single-product--buttons .catalog-counter button:hover {
        background: #e2e3e6; }
    .single-product--buttons .add-to-cart {
      margin: 0 0 0 20px;
      padding: 0 20px;
      color: #fff;
      background: #EF2737;
      border: 0;
      border-radius: 3px;
      font-size: 14px;
      font-family: "ProximaNova-Semibold";
      cursor: pointer;
      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; }
      .single-product--buttons .add-to-cart:hover {
        background: #d20313; }

.single-product-description {
  margin: 30px 0; }
  .single-product-description h4 {
    margin: 0 0 20px;
    color: #1f232a;
    font-size: 18px;
    font-family: "ProximaNova-Semibold"; }
  .single-product-description p {
    color: #1f232a;
    font-size: 14px;
    font-family: "ProximaNova-Light";
    line-height: 18px; }

.recommend-products h2 {
  margin: 0 0 40px;
  color: #1f232a;
  font-size: 24px;
  font-family: "ProximaNova-Semibold"; }
.recommend-products .product-item {
  float: left;
  width: 25%; }

/*
** Cart page
*/
.cart-step-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 45px; }

.cart-step-border {
  width: 90px;
  height: 1px;
  background: #71767F;
  margin: 37px 6px 0; }

.cart-step {
  width: 85px;
  text-align: center; }
  .cart-step.active .cart-step--number {
    color: #71767F;
    border: 2px solid #71767F; }
  .cart-step.active .cart-step--text {
    color: #717680; }
  .cart-step--number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
    color: #a4a4a4;
    border: 1px solid #A9A9A9;
    border-radius: 50%;
    font-size: 26px;
    font-family: "ProximaNova-Semibold"; }
  .cart-step--text {
    color: #9f9f9f;
    font-size: 13px;
    font-family: "ProximaNova-Semibold"; }

.cart-table-wrap {
  width: 100%; }
  .cart-table-wrap table {
    width: 100%;
    padding: 20px 20px 2px;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-spacing: 0; }
  .cart-table-wrap thead td {
    padding-bottom: 10px !important;
    color: #808080;
    font-size: 16px;
    font-family: "ProximaNova-Semibold"; }
  .cart-table-wrap tbody td {
    border-top: 1px solid #EEEEEE; }
  .cart-table-wrap td:not(:first-child) {
    padding: 0 25px; }
  .cart-table-wrap td:nth-child(2), .cart-table-wrap td:nth-child(3) {
    text-align: center; }
  .cart-table-wrap .table-item-info {
    display: flex;
    align-items: center;
    padding: 20px 5px; }
    .cart-table-wrap .table-item-info img {
      margin-right: 40px; }
    .cart-table-wrap .table-item-info a {
      max-width: 320px;
      color: #333333;
      font-size: 16px;
      font-family: "ProximaNova-Semibold";
      text-decoration: none; }
      .cart-table-wrap .table-item-info a:hover {
        text-decoration: underline; }
  .cart-table-wrap .table-discount {
    color: #010101;
    font-size: 16px;
    font-family: "ProximaNova-Semibold"; }
  .cart-table-wrap select {
    width: 50px;
    height: 35px;
    padding: 0 12px;
    color: #181818;
    background: url("../img/cart-select-arrow.png") calc(100% - 12px) center no-repeat;
    background-color: #EEEEEE;
    border: 0;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    font-family: "ProximaNova-Semibold";
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .cart-table-wrap select::-ms-expand {
      display: none; }
  .cart-table-wrap .table-price {
    margin-right: 25px;
    color: #010101;
    font-size: 16px;
    font-family: "ProximaNova-Semibold"; }
  .cart-table-wrap .remove-from-cart-table {
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    outline: none; }

.cart-footer-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px; }

.apply-discount {
  display: flex;
  width: 100%;
  max-width: 345px;
  margin: 35px 0 0 26px; }
  .apply-discount input {
    padding: 11px 30px;
    color: #7d7d7d;
    background: none;
    border: 1px solid #DCDCDC;
    border-radius: 0;
    font-size: 14px;
    font-family: "ProximaNova-Semibold";
    outline: none; }
  .apply-discount button {
    margin: 0 0 0 10px;
    padding: 0 20px;
    color: #fff;
    background: #333333;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-family: "ProximaNova-Semibold";
    cursor: pointer;
    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; }
    .apply-discount button:hover {
      background: #71767F; }

.cart-summary {
  width: 100%;
  max-width: 385px; }
  .cart-summary h4 {
    margin: 0 0 50px;
    color: #000000;
    font-size: 18px;
    font-family: "ProximaNova-Semibold"; }
  .cart-summary p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    color: #808080;
    font-size: 18px;
    font-family: "ProximaNova-Semibold"; }
  .cart-summary--all {
    width: 150px;
    text-align: left;
    color: #010101; }
  .cart-summary--with-discount {
    width: 150px;
    text-align: left;
    color: #010101;
    font-size: 24px; }
  .cart-summary .complete-order {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 30px 20px 0 0; }
    .cart-summary .complete-order button {
      padding: 10px 30px;
      color: #fff;
      background: #EF2737;
      border: 0;
      border-radius: 0;
      font-size: 16px;
      font-family: "ProximaNova-Semibold";
      text-transform: uppercase;
      cursor: pointer;
      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-summary .complete-order button:hover {
        background: #ff0519; }

/*
** Checkout page
*/
.checkout-wrapper .cart-table-wrap h2 {
  margin: 10px 0 20px;
  color: #333333;
  font-size: 24px;
  font-family: "ProximaNova-Semibold"; }
.checkout-wrapper .cart-table-wrap .table-price {
  margin-right: 0; }
.checkout-wrapper .cart-footer-wrap {
  justify-content: flex-end; }

/*
** Personal order list page
*/
.personal-order-list-wrap {
  width: 100%; }

.orders-history {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #E8E8E8;
  overflow: hidden; }
  .orders-history--heading {
    display: flex;
    justify-content: space-around;
    margin: 0 0 10px;
    padding: 0 30px 12px 0;
    border-bottom: 1px solid #CCCACA; }
    .orders-history--heading span {
      width: 20%;
      color: #808080;
      font-size: 16px;
      font-family: "ProximaNova-Semibold";
      text-align: center; }
      .orders-history--heading span:nth-child(1) {
        width: 17%; }
      .orders-history--heading span:nth-child(2) {
        width: 17%; }
      .orders-history--heading span:nth-child(3) {
        width: 22%; }
      .orders-history--heading span:nth-child(4) {
        width: 22%; }
      .orders-history--heading span:nth-child(5) {
        width: 22%; }

.order-history--item {
  margin: 0 0 10px; }
  .order-history--item:last-child {
    margin-bottom: 0; }
  .order-history--item.opened .order-history--header:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .order-history--item.opened .order-history--content {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 20px 30px; }
.order-history--header {
  display: flex;
  justify-content: space-around;
  position: relative;
  padding: 13px 30px 13px 0;
  background: #E0E0E0;
  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 */
  -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-history--header:after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    width: 16px;
    height: 8px;
    background: url("../img/order-history-arrow.png") center no-repeat; }
  .order-history--header:hover {
    background: #c1c1c1; }
  .order-history--header span {
    width: 20%;
    color: #333333;
    font-size: 16px;
    font-family: "ProximaNova-Semibold";
    text-align: center; }
    .order-history--header span:nth-child(1) {
      width: 17%; }
    .order-history--header span:nth-child(2) {
      width: 17%; }
    .order-history--header span:nth-child(3) {
      width: 22%; }
    .order-history--header span:nth-child(4) {
      width: 22%; }
    .order-history--header span:nth-child(5) {
      width: 22%; }
    .order-history--header span strong {
      font-family: "ProximaNova-Extrabld"; }
.order-history--content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0 30px;
  background: #EEEEEE;
  -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-history--text-info {
  margin-bottom: 25px; }
  .order-history--text-info p {
    display: flex;
    color: #333333;
    font-size: 14px;
    font-family: "ProximaNova-Regular";
    line-height: 21px; }
  .order-history--text-info span:nth-child(1) {
    width: 20%; }
  .order-history--text-info span:nth-child(2) {
    width: 30%; }
  .order-history--text-info span:nth-child(3) {
    width: 20%; }
  .order-history--text-info span:nth-child(4) {
    width: 30%; }
.order-history--table span {
  color: #333333;
  font-size: 14px;
  font-family: "ProximaNova-Regular";
  line-height: 21px;
  text-align: center; }
  .order-history--table span:nth-child(1) {
    width: 40%;
    text-align: left; }
  .order-history--table span:nth-child(2) {
    width: 15%; }
  .order-history--table span:nth-child(3) {
    width: 15%; }
  .order-history--table span:nth-child(4) {
    width: 15%; }
  .order-history--table span:nth-child(5) {
    width: 15%; }
.order-history--header-mini {
  display: flex;
  justify-content: space-around;
  padding: 0 0 6px;
  border-bottom: 1px solid #333333; }
.order-history--content-mini {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0; }
  .order-history--content-mini:nth-child(2n + 1) {
    background: #e6e6e6; }

/*
** Login page
*/
.login-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../img/login-bg.jpg") center;
  background-size: cover; }
  .login-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); }

.login-logo {
  position: relative;
  margin-top: 50px;
  margin-bottom: 45px; }
  .login-logo img {
    width: 210px; }

.login-form {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 31.16px 6.84px rgba(0, 0, 0, 0.46); }
  .login-form form {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .login-form h4 {
    margin: 0 0 20px;
    color: #010101;
    font-size: 24px;
    font-family: "ProximaNova-Semibold";
    text-align: center; }
  .login-form input {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    padding: 0 15px;
    color: #777777;
    background: #EEEEEE;
    border: 1px solid #A4A4A4;
    border-radius: 0;
    font-size: 16px;
    font-family: "ProximaNova-Semibold";
    outline: none; }
  .login-form select {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    padding: 0 15px;
    color: #777777;
    background: url("../img/login-arrow.png") calc(100% - 20px) center no-repeat;
    background-color: #EEEEEE;
    border: 1px solid #A4A4A4;
    border-radius: 0;
    font-size: 16px;
    font-family: "ProximaNova-Semibold";
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .login-form select::-ms-expand {
      display: none; }
  .login-form a {
    color: #777777;
    font-size: 12px;
    font-family: "ProximaNova-Regular";
    text-decoration: none; }
    .login-form a:hover {
      text-decoration: underline; }
  .login-form button {
    width: 100%;
    height: 45px;
    margin-top: 15px;
    padding: 0;
    color: #fff;
    background: #EE2637;
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    font-family: "ProximaNova-Semibold";
    text-align: center;
    letter-spacing: 0.06em;
    cursor: pointer;
    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; }
    .login-form button:hover {
      background: #ff0016; }
@media (max-width: 1199px) {
  .mobile-sidebar {
    top: 0!important;
  }
  .product-item.item-size--wide {
    width: 50% !important;
  }
  .product-item.item-size--wide .product-item--img {
    width: 190px;
    height: calc(100% - 50px);
    left: 10px;
    overflow: hidden;
  }
  .product-item.item-size--wide .product-item--img img {
    height: 100%!important;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .product-item .product-item--name {
   padding-left: 0 !important;
  }
}
@media (max-width: 850px) {
  .product-item.item-size--wide .product-item--img img {
    width: 100% !important;
  }
}
@media (max-width: 720px) {
  .product-item.item-size--wide .product-item--wrap {
    padding-left: 0!important;
  }
  .product-item.item-size--wide {
    width: 100% !important;
  }
  .product-item.item-size--wide {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
    padding-bottom: 10px;
  }
  .product-item.item-size--wide .product-item--name {
    padding: 0 15px!important;
  }
  .content-wrapper {
    height: auto !important;
  }
  .product-item.item-size--wide .product-item--img {
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */
