@media (min-width: 1200px) {
  .mobile-sidebar--header {
    display: none; }

  .hide-on-desktop {
    display: none !important; } }
@media (max-width: 1199px) {
  .hide-on-desktop {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .page-wrap {
    flex-direction: column; }

  .mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0px 10px 0 rgba(51, 51, 51, 0.7);
    z-index: 20; }
    .mobile-sidebar--header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .mobile-sidebar--header .shopping-cart-link {
        width: 32px;
        padding: 0;
        background: none !important; }
        .mobile-sidebar--header .shopping-cart-link img {
          width: 26px; }
        .mobile-sidebar--header .shopping-cart-link .cart-counter {
          right: -2px;
          bottom: -4px;
          width: 19px;
          height: 19px;
          padding-top: 2px;
          border-width: 1px;
          font-size: 10px; }

  .main-logo--mobile img {
    width: 60px; }

  body.left-sidebar-wrap--opened {
    overflow: hidden !important; }
    body.left-sidebar-wrap--opened .left-sidebar-wrap {
      left: 0; }
    body.left-sidebar-wrap--opened .content-wrapper::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.8);
      z-index: 18; }

  .left-sidebar-wrap {
    position: absolute;
    top: 73px;
    left: -320px;
    width: 320px;
    height: calc(100vh - 73px);
    padding: 20px 15px;
    z-index: 20;
    -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; }
    .left-sidebar-wrap .main-logo {
      display: none; }
    .left-sidebar-wrap .sidebar-nav {
      padding-top: 30px; }

  .content-header {
    display: none; }

  .main-content-wrap {
    width: 100%;
    min-height: 100vh; }

  .content-wrapper {
    height: 100%;
    min-height: 100vh;
    padding: 100px 15px 30px; } }
@media (min-width: 320px) and (max-width: 991px) {
  .page-wrap {
    flex-direction: column; }

  .mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0px 10px 0 rgba(51, 51, 51, 0.7);
    z-index: 20; }
    .mobile-sidebar--header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .mobile-sidebar--header .shopping-cart-link {
        width: 32px;
        padding: 0;
        background: none !important; }
        .mobile-sidebar--header .shopping-cart-link img {
          width: 26px; }
        .mobile-sidebar--header .shopping-cart-link .cart-counter {
          right: -2px;
          bottom: -4px;
          width: 19px;
          height: 19px;
          padding-top: 2px;
          border-width: 1px;
          font-size: 10px; }

  .main-logo--mobile img {
    width: 60px; }

  body.left-sidebar-wrap--opened {
    overflow: hidden !important; }
    body.left-sidebar-wrap--opened .left-sidebar-wrap {
      left: 0; }
    body.left-sidebar-wrap--opened .content-wrapper::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.8);
      z-index: 18; }

  .left-sidebar-wrap {
    position: absolute;
    top: 73px;
    left: -320px;
    width: 320px;
    height: calc(100vh - 73px);
    padding: 20px 15px;
    z-index: 20;
    -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; }
    .left-sidebar-wrap .main-logo {
      display: none; }
    .left-sidebar-wrap .sidebar-nav {
      padding-top: 30px; }

  .content-header {
    display: none; }

  .main-content-wrap {
    width: 100%;
    min-height: 100vh; }

  .content-wrapper {
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    padding: 100px 15px 30px; }
    .content-wrapper .left-content {
      width: 100%;
      padding: 20px; }
    .content-wrapper .right-content {
      width: 100%;
      max-width: none;
      margin-top: 35px;
      padding-left: 0; }

  /*
  ** Contacts page
  */
  .page-title {
    margin: 10px 0 30px;
    font-size: 26px; }

  .contact-item {
    margin: 0 10px 10px 0; }

  /*
  ** Personal Cabinet page
  */
  .cabinet-links {
    justify-content: center; }

  .cabinet-link {
    margin: 0 15px 30px; }

  /*
  ** Catalog product page
  */
  .single-product-wrap {
    width: 100%;
    margin-top: 40px; }

  .single-product {
    flex-wrap: wrap;
    width: 100%;
    max-width: 500px; }
    .single-product--left {
      width: 100%;
      margin-right: 0; }
    .single-product--right {
      width: 100%;
      padding: 10px 30px 40px; }

  /*
  ** Cart page
  */
  .cart-table-wrap {
    overflow: auto; }

  .cart-footer-wrap {
    flex-wrap: wrap; }

  .apply-discount {
    margin: 15px 0 40px 0; }
    .apply-discount input {
      width: calc(100% - 127px); }

  /*
  ** Personal order list page
  */
  .orders-history {
    overflow-x: auto; }

  .orders-history--heading,
  .order-history--item {
    min-width: 738px; }

  /*
  ** Login page
  */
  .login-logo {
    margin-top: 40px; }
    .login-logo img {
      width: 150px; }

  .login-form {
    width: 90%; }

  .catalog-items {
    justify-content: center; }

  .catalog-item {
    margin: 0 8px 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  /*
  ** Dashboard page
  */
  .product-item--name a {
    font-size: 13px; }
  .product-item.item-size--wide .product-item--wrap {
    padding-left: 130px; }
  .product-item.item-size--wide .product-item--img img {
    width: 65%; }

  /*
  ** Catalog list page
  */
  .catalog-list-items-wrap {
    border: 0; }

  .catalog-list-item {
    flex-wrap: wrap;
    margin-bottom: 30px;
    border: 1px solid #CFCFCF !important; }
    .catalog-list-item--left {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #CFCFCF; }
    .catalog-list-item--right {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      max-width: none; }
    .catalog-list-item--text {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .catalog-list-item--price {
      margin-bottom: 0; }
    .catalog-list-item--button button {
      margin-top: 0; } }
@media (min-width: 480px) and (max-width: 767px) {
  /*
  ** Dashboard page
  */
  .product-item {
    width: 50% !important;
    margin: 0 auto; }
    .product-item.item-size--2x {
      width: 100% !important;
      max-width: none;
      height: 530px;
      border-top: 1px solid #e8e8e8;
      margin-top: -1px; }
      .product-item.item-size--2x .product-item--img {
        height: 350px; }
      .product-item.item-size--2x .product-item--name {
        height: auto;
        margin: 20px 0 25px; }
    .product-item.item-size--wide {
      width: 100% !important;
      max-width: none;
      border-top: 1px solid #e8e8e8;
      margin-top: -1px; }
      .product-item.item-size--wide .product-item--wrap {
        height: 100%; }
      .product-item.item-size--wide .product-item--name {
        margin: 20px 0 5px; } }
@media (max-width: 479px) {
  /*
  ** Dashboard page
  */
  .products-wrapper {
    max-width: 290px;
    margin: 0 auto; }

  .product-item {
    width: 100% !important;
    max-width: 290px;
    margin: 0 auto;
    float: none;
    border-right: 0; }
    .product-item:last-child {
      border-bottom: 0; }
    .product-item.item-size--2x {
      height: 500px; }
      .product-item.item-size--2x .product-item--img {
        height: 300px; }
      .product-item.item-size--2x .product-item--name {
        height: auto;
        margin: 20px 0 25px; }
    .product-item.item-size--wide {
      height: 420px; }
      .product-item.item-size--wide .product-item--wrap {
        position: static;
        height: 100%;
        padding-left: 20px;
        text-align: center; }
      .product-item.item-size--wide .product-item--img {
        position: static;
        width: 100%; }
      .product-item.item-size--wide .product-item--name {
        margin: 20px 0 5px; }
      .product-item.item-size--wide .product-item--old-price,
      .product-item.item-size--wide .product-item--price {
        width: 100%;
        text-align: center; } }
@media (max-width: 767px) {
  /*
  ** Catalog list page
  */
  .catalog-list-items {
    width: 100%;
    margin-top: 40px; }
    .catalog-list-items .catalog-sorting {
      justify-content: center; }
      .catalog-list-items .catalog-sorting label {
        display: none; }

  .catalog-list-items-wrap {
    display: flex;
    flex-wrap: wrap;
    border: 0; }

  .catalog-list-item {
    flex-wrap: wrap;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    border: 1px solid #CFCFCF !important;
    margin-bottom: 25px; }
    .catalog-list-item--left {
      flex-direction: column;
      align-items: center;
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #CFCFCF; }
    .catalog-list-item--img {
      margin-bottom: 20px; }
    .catalog-list-item--text {
      width: 100%;
      padding: 0;
      text-align: center; }
    .catalog-list-item--right {
      align-items: center;
      width: 100%;
      max-width: none; } }

/*# sourceMappingURL=responsive.css.map */
