﻿/*=====================================================

    DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {
  .slider-category-container .category-grid .item-box .title a {
    padding: 0;
  }

  .slider-category-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .home-page-body .slider-category-container .slider-grid {
    width: 50%;
    margin-bottom: 0px;
    border-radius: 0.5rem;
  }

  .home-page-body .slider-category-container.cat-2 .slider-grid {
    width: calc(100% - 255px);
  }

  .slider-category-container .home-page-category-grid {
    width: 49%;
    margin: 0;
  }

  .slider-category-container.cat-2 .home-page-category-grid {
    width: 245px;
  }

    .slider-category-container.cat-2 .home-page-category-grid .item-grid {
      flex-direction: column;
    }

  .slider-category-container.cat-2 .category-grid .item-box:first-child {
    margin-bottom: 10px;
  }

  .slider-category-container .category-grid .item-box {
    margin: 0;
    width: 49%;
  }

    .slider-category-container .category-grid .item-box:nth-child(3),
    .slider-category-container .category-grid .item-box:nth-child(4) {
      margin-top: 4%;
    }

  .slider-category-container .slider-container img,
  .slider-category-container slider-container a,
  .slider-category-container .slider-container .owl-stage-outer,
  .slider-category-container .slider-container .owl-carousel,
  .slider-category-container .slider-container .owl-stage,
  .slider-category-container .slider-container .owl-item,
  .slider-category-container .slider-container .slider-item,
  .slider-category-container .slider-container .slider-picture,
  .slider-category-container .slider-container {
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 0.5rem;
  }

    .slider-category-container .slider-container .loader img {
      height: initial;
      display: block;
      object-fit: cover;
    }
  /*********/

  #topcartlink .price-with-label,
  #topcartlink .price-with-label .price-label,
  .header-lower .header-links-wrapper .header-links li > .ico-account,
  .header-lower .header-links-wrapper .header-links li > a .wishlist-label {
    font-size: 0px;
  }
  /* GLOBAL STYLES */
  .mobile {
    display: none !important;
  }

  .product-grid,
  .category-grid,
  .topic-block,
  .news-list-homepage {
    margin: 0 auto 50px;
  }

    .product-grid:last-child,
    .category-grid:last-child,
    .topic-block:last-child,
    .news-list-homepage:last-child {
      margin-bottom: 0;
    }

  .center-2 .category-grid {
    margin: 0 0 30px;
  }

  .center-2 .product-grid,
  .center-2 .category-grid,
  .center-2 .topic-block {
    width: 100%;
  }

  .category-description,
  .manufacturer-description,
  .vendor-description {
    margin: 0 0 30px;
  }

  .center-2 {
    margin: 0 0 50px 0;
    float: right;
    width: 70%;
  }

  .side-2 {
    float: left;
    width: 27%;
  }

  .category-breadcrumb-title-box {
    left: -41%;
    width: 140%;
  }

  .inputs {
    text-align: left;
  }

  /* HEADER */

  .header {
    position: relative;
    z-index: 1020;
    margin: 0 auto;
    text-align: left;
    background: var(--purple-color);
  }

  .header-upper {
    background-color: #444444;
    text-align: right;
  }

  .header-selectors-wrapper select {
    padding: 0 15px 0 0;
    background: transparent;
    border: none;
    color: #ababab;
    height: 30px;
    font-size: 13px;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .currency-selector.desktop,
  .language-selector.desktop .select-wrap,
  .tax-display-type-selector {
    position: relative;
  }

    .currency-selector.desktop:before,
    .tax-display-type-selector:before {
      content: "\6b";
      position: absolute;
      top: 50%;
      left: auto;
      right: 0;
      transform: translateY(-50%) rotate(-90deg);
      display: inline-block;
      font-family: "emporium-icons";
      font-size: 7px;
      color: #ababab;
      pointer-events: none;
    }

  .header-selectors-wrapper,
  .header-lower {
    width: calc(100% - 110px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-menu {
    padding: 0 55px;
  }

  .all-categories {
    display: none !important;
  }

  .header-menu:after {
    content: "";
    display: block;
    clear: both;
  }

  .header-menu > ul {
    float: right;
  }

  .header-menu-parent {
    font-size: 0;
    background: #fff;
  }

  .category-navigation-list-wrapper {
    position: relative;
    display: inline-block;
    width: 280px;
    border-right: 3px solid #fff;
    overflow: hidden;
  }

    .category-navigation-list-wrapper * {
      font-size: 0;
    }

  .category-navigation-list {
    position: absolute;
    left: 0;
    padding: 10px 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    background-color: #fff;
    z-index: 1099;
  }

    .category-navigation-list > li > .sublist-wrap {
      margin-top: -16px;
    }

      .category-navigation-list > li > .sublist-wrap .sublist-wrap {
        margin-left: -1px;
      }

    .category-navigation-list > li .dropdown,
    .category-navigation-list .dropdown .row-wrapper {
      top: 0px !important;
      background: #ffffff !important;
      border: unset !important;
    }

  .category-navigation-list-wrapper .sublist-wrap {
    position: absolute;
    font-size: 0;
    top: 0;
    margin: 0;
    width: 0 !important;
    left: 100%;
    border: none;
    padding: 15px 0;
    background: url(../img/shadow-top.png) top left repeat-x, url(../img/shadow-bottom.png) bottom left repeat-x;
    pointer-events: none;
    overflow: hidden;
    transition: all .3s ease;
  }

    .category-navigation-list-wrapper .sublist-wrap .sublist {
      border: 1px solid #eeeeee;
      border-width: 1px 0;
      padding: 10px 0;
      background-color: #fff;
    }

  .category-navigation-list .plus-button {
    display: none;
  }

  .category-navigation-list-wrapper .sublist > li {
    opacity: 0;
  }

  .category-navigation-list-wrapper ul li a,
  .category-navigation-list-wrapper ul li > span {
    position: relative;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 35px 0 20px;
    height: 40px;
    line-height: 40px;
    color: var( --dark-gray);
    font-size: 13px;
    transition: all .2s ease;
  }

  .category-navigation-list-wrapper ul li a {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

    .category-navigation-list-wrapper ul li a span {
      text-overflow: ellipsis;
      overflow: hidden;
      padding-left: 20px;
      font-size: 13px;
      text-transform: uppercase;
    }

  .crafter-header-menu .category-navigation-list .dropdown .box .title a span {
    padding: 0;
    font-family: var(--font--open-sans-bold);
    font-size: 12px;
    color: var(--dark-gray);
  }

  .crafter-header-menu .category-navigation-list .dropdown .box .subcategory-item a {
    padding: 0;
  }

    .crafter-header-menu .category-navigation-list .dropdown .box .subcategory-item a span {
      height: auto;
      padding: 0;
      font-size: 12px;
      line-height: 20px;
      font-family: var(--font--open-sans-regular);
      color: var(--dark-gray);
    }

  .category-navigation-list-wrapper ul li span {
    font-size: 13px;
  }

  .category-navigation-list-wrapper ul li:hover > .sublist-wrap {
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
    width: 100% !important;
  }

    .category-navigation-list-wrapper ul li:hover > .sublist-wrap > .sublist {
      border-width: 1px;
    }

      .category-navigation-list-wrapper ul li:hover > .sublist-wrap > .sublist > li {
        opacity: 1;
        transition: all .1s ease-in .3s;
      }

  .category-navigation-list-wrapper ul li:hover > a,
  .category-navigation-list-wrapper ul li:hover > span {
    background-color: #f6f6f6;
    color: #91197F;
  }

    .category-navigation-list-wrapper ul li:hover > a:after {
      color: #91197F;
    }

  .category-navigation-title {
    position: relative;
    z-index: 1100;
    width: 380px;
    padding: 0 15px;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    cursor: pointer;
    color: #434343;
    transition: all .2s ease;
  }

  .crafter-header-menu .category-navigation-title {
    height: 80px;
  }

  .category-navigation-title .crafter-header-close img {
    height: 60px;
    margin-right: 15px;
  }

  .category-navigation-title img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }

  .category-navigation-title .crafter-header-open {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: flex;
    font-size: 14px;
  }

  .category-navigation-title .crafter-header-close {
    display: none;
  }

    .category-navigation-title .crafter-header-close img {
      width: auto;
      margin-left: 15px;
    }

  .category-navigation-title .crafter-header-active {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }

    .category-navigation-title .crafter-header-active .crafter-close-btn {
      position: relative;
      left: 15px;
      width: 10px;
      height: 10px;
    }

  /*.category-navigation-title:before {
	content: "\66";
	display: inline-block;
	margin-right: 10px;
	font-size: 17px;
	vertical-align: bottom;
	font-family: "emporium-icons";
    color: #8c8c8c;
    font-weight: normal;
	text-transform: none;
    transition: all .2s ease;
}*/

  /*.category-navigation-list-wrapper:hover {
	overflow: visible;
}

.category-navigation-list-wrapper:hover .category-navigation-title {
	background-color: #fff !important;
	color: #434343;
}

.category-navigation-list-wrapper:hover .category-navigation-title:before {
	color: #fff;
}

.category-navigation-list-wrapper:hover .category-navigation-list {
	margin-top: 0;
	opacity: 1;
	pointer-events: auto;
}*/

  /* Crafter header menu */

  .category-navigation-list-wrapper:hover .category-navigation-title {
    background-color: transparent !important;
  }

  .crafter-header-menu:hover .category-navigation-title {
    background-color: #fff !important;
  }

  .no-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
  }

  .crafter-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: visible;
    background-color: #fff;
  }

    .crafter-header-menu .category-navigation-title {
      background-color: #fff !important;
      color: #434343;
      border-bottom: 1px solid var(--dark-gray);
    }

      .crafter-header-menu .category-navigation-title:before {
        color: #fff;
      }

    .crafter-header-menu .category-navigation-list {
      width: 380px;
      height: calc(100vh - 50px);
      margin-top: 0;
      padding-left: 10px;
      opacity: 1;
      pointer-events: auto;
      overflow-y: scroll;
    }

      .crafter-header-menu .category-navigation-list > li .dropdown {
        position: fixed;
        left: 380px;
        right: calc(100% - 1110px);
        height: 100vh;
        pointer-events: auto;
        overflow-y: scroll;
        z-index: 1270;
      }

      .crafter-header-menu .category-navigation-list > li .sublist-wrap {
        position: fixed;
        left: 360px;
        overflow-y: scroll;
        z-index: 1270;
      }

        .crafter-header-menu .category-navigation-list > li .sublist-wrap .sublist-last-category li {
          opacity: 1;
          font-size: 10px;
          color: red;
        }

  .category-navigation-list > li > .sublist-wrap > .sublist > li, .header-menu > ul > li > .sublist-wrap > .sublist > li {
    display: inline-block;
    float: left;
    width: 100%;
    max-height: 400px;
    padding: 0;
    font-size: 15px;
  }

  .crafter-header-menu ul li:hover > .sublist-wrap > .sublist > li a span {
    padding: 0;
    font-family: var(--font--open-sans-bold);
    font-size: 12px;
    color: var(--dark-gray);
  }

  .crafter-header-menu ul li:hover > .sublist-wrap > .sublist .has-sublist .sublist-last-category li a,
  .crafter-header-menu ul li:hover > .sublist-wrap > .sublist > li a {
    height: auto;
    padding: 0;
  }

  .crafter-header-menu .sublist-wrap .sublist {
    border-color: transparent;
  }

  .crafter-header-menu ul li:hover > .sublist-wrap > .sublist .has-sublist .sublist-last-category li a span {
    height: auto;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    font-family: var(--font--open-sans-regular);
    color: var(--dark-gray);
  }

  .crafter-header-menu .sublist-wrap .sublist .sublist-last-category .has-sublist .sublist {
    display: none;
  }

  .header-menu .sublist .back-button {
    display: none !important;
  }

  .crafter-header-menu ul li:hover > .sublist-wrap {
    width: 850px !important;
    padding: 30px;
    background-color: #fff;
  }

  .crafter-header-menu ul li:hover > a,
  .crafter-header-menu ul li:hover > span {
    background-color: transparent;
    color: var(--dark-gray);
  }

  .crafter-header-menu ul li:hover > .sublist-wrap > .sublist > li .with-subcategories:after {
    display: none;
  }

  .crafter-header-menu .sublist-wrap .sublist-last-category {
    border-top: 1px solid var(--purple-color);
  }

  .category-navigation-list-wrapper ul li:hover > .sublist-wrap {
    overflow: scroll;
  }

  .category-navigation-list > li > a > img {
    width: 25px;
    height: 25px;
  }

  .header .header-z-index {
    z-index: 99;
  }

  .header-lower .sticky-logo-menu {
    display: none;
  }

  .header .sticky-header .header-logo {
    width: max(35%, 600px) !important;
  }

  .sticky-header .sticky-logo-menu {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
  }

  .overlayOffCanvas {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    background-color: rgba(0,0,0,0.4);
    transition: background 0.3s ease;
  }

  body .active-crafter-overlay {
    display: block !important;
    z-index: 100;
  }

  .z-index-header {
    z-index: auto;
  }

  .category-navigation-list-wrapper .with-subcategories:after {
    content: "\6a";
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "emporium-icons";
    font-size: 8px;
    color: #8e8e8e;
  }

  .header-lower {
    padding: 20px 0 18px;
    text-align: center;
    font-size: 0;
  }

  .header-logo {
    display: flex;
    width: max(35%, 530px);
    text-align: left;
    padding-right: 10px;
  }

  .header .sticky-header .header-links-wrapper,
  .header-links-wrapper {
    width: 235px;
    margin-bottom: 0;
    text-align: right;
  }

  .header-links {
    display: table;
    width: 100%;
  }

    .header-links ul {
      font-size: 0;
      padding-left: 10px;
      display: inline-table;
    }

    .header-links li {
      position: relative;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
    }

      .header-links li + li {
        padding-left: 10px;
      }

    .header-links a {
      display: inline-block;
      font-size: 13px;
      color: #8c8c8c;
      transition: color .2s ease;
    }

    .header-links .profile-menu-box .ico-inbox {
      font-size: 0;
    }

    .header-links .profile-menu-box span:before,
    .header-links .profile-menu-box a:before {
      font-size: 17px;
      margin: 0 7px 0 0;
    }

    .header-links span:before,
    .header-links a:before {
      display: block;
      margin-bottom: 4px;
      font-family: "emporium-icons";
      font-size: 24px;
      color: #8e8e8e;
      transition: color .2s ease;
    }

    .header-links a.ico-cart:before {
      font-size: 26px;
    }

    .header-links a:hover,
    .header-links a:hover:before {
      color: #91197F;
    }

  .ico-wishlist .wishlist-qty,
  .ico-cart .cart-qty {
    position: absolute;
    display: inline-block;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(25px);
    -ms-transform: translateX(-50%) translateX(25px);
    transform: translateX(-50%) translateX(25px);
    background-color: #fff;
    font-size: 10px;
    height: auto;
    padding: 0 3px;
    width: auto;
    min-width: 15px;
    min-height: 15px;
    line-height: 15px;
    border-radius: 20px;
    color: #000;
    text-align: center;
  }

  .ico-wishlist .wishlist-qty {
    left: 35%;
  }

  .ico-cart .cart-label {
    font-weight: bold;
    display: inline-block;
    height: 15px;
    white-space: nowrap;
  }

  .search-box {
    display: inline-block;
    font-size: 0;
  }

  .header .sticky-header .search-box,
  .header-lower .search-box {
    width: calc(100% - 235px - 530px - 60px);
    max-width: 35%;
  }

  .language-selector select {
      height: 30px;
      min-height: 30px;
  }

  .search-box .search-box-button {
    width: 47px;
    height: 47px;
    border: none;
    background: #eebe00 url(../img/img_crafter/search_ico.svg) center no-repeat;
    transition: background-color .1s ease;
  }

  .form.minisearch {
    margin-top: 0px;
    margin-left: 0px;
  }

  .search-box form {
    display: block;
  }

  .search-box input.search-box-text {
    height: 40px;
    color: #8c8c8c;
    width: calc(100% - 47px);
  }

  .header-lower .store-search-box .search-box-text {
    border-radius: 0.5rem 0 0 0.5rem;
  }

  .header-lower .search-box .search-box-button {
    border-radius: 0 0.5rem 0.5rem 0 !important;
  }

  .mobile-flyout-wrapper {
    position: relative;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding-left: 10px;
    z-index: 1200;
  }

  .mini-shopping-cart {
    display: none;
    position: absolute;
    top: 98%;
    right: 0;
    padding-top: 8px;
    z-index: 1030;
  }

  .mobile-flyout-wrapper:hover .mini-shopping-cart {
    display: block;
  }

  .mini-shopping-cart > div:before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: auto;
    right: 17px;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
  }

  .mini-shopping-cart .flyout-cart-scroll-area {
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    width: 430px;
  }

  .flyout-cart .items {
    padding: 0 20px;
    max-height: calc(100vh - 320px);
    overflow: hidden;
  }

  .mini-shopping-cart .right {
    float: right;
    clear: right;
    max-width: 80px;
    text-align: right;
  }

  .mini-shopping-cart .left {
    width: calc(100% - 90px);
    float: left;
  }

  .mini-shopping-cart .name a {
    margin: 0 0 10px;
  }

  .mini-shopping-cart .attributes {
    margin-bottom: 10px;
  }

  .mini-shopping-cart .quantity {
    font-size: 16px;
    float: none;
    margin: 0;
  }

    .mini-shopping-cart .quantity:after {
      content: none;
    }

  .mini-shopping-cart .price {
    float: none;
  }

  .ui-autocomplete {
    width: calc(100% - 47px) !important;
    z-index: 1015; /*should be lower than header but equal or higher than header-menu*/
  }

  .ui-autocomplete {
    padding: 8px 0;
  }

    .ui-autocomplete a {
      padding: 5px 15px;
    }

    .ui-autocomplete img {
      width: 77px;
    }

    .ui-autocomplete span {
      max-width: calc(100% - 90px);
    }

  .header-selectors-wrapper > div {
    margin: 0 10px;
  }

  .responsive-nav-wrapper-parent {
    display: none;
  }

  /* HEADER MENU */

  .menu-title, .close-menu,
  .header-menu .back-button {
    display: none;
  }

  .overlayOffCanvas {
    display: none !important;
  }

  .header-menu {
    text-align: left;
    position: relative;
    z-index: 1010;
  }

    .header-menu > ul {
      margin: 0 auto;
      font-size: 0;
    }

      .header-menu > ul > li {
        display: inline-block;
        vertical-align: middle;
      }

        .header-menu > ul > li > a,
        .header-menu > ul > li > span {
          display: block;
          padding: 0 15px;
          height: 50px;
          line-height: 50px;
          font-size: 13px; /*reset zeroing*/
          cursor: pointer;
          color: #434343;
          font-family: var(--font--open-sans-semibold);
          transition: color .2s ease;
        }

        .header-menu > ul > li:hover > a,
        .header-menu > ul > li:hover > span {
          color: #444444;
        }

  .top-menu {
    display: block;
  }

  .header-menu .sublist .back-button {
    display: none;
  }

  .header-menu > ul > li:first-child > a {
    padding-left: 20px;
    color: var(--purple-color);
  }

  /* FOOTER */

  .footer-middle {
    text-align: left;
    width: 88%;
    margin: 30px auto;
  }

  .socials-and-payments,
  .footer-block {
    display: inline-block;
    border-bottom: 0;
    width: 25%;
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
  }

  .social-icons {
    padding-top: 0;
    border-top: initial;
  }

  .footer-phone-number a,
  .footer-shop-address p {
    justify-content: start;
    font-size: 13px;
  }

  .footer-block ul li {
    padding: 0 0px 6px;
  }

    .footer-block ul li::before {
      content: "\57";
      font-family: "emporium-icons";
      font-size: 10px;
      padding-right: 10px;
      color: #666;
    }

  .footer-phone-number a::before {
    width: 25px;
    height: 25px;
  }

  .footer .footer-lower {
    flex-direction: row;
  }

  .crafter-logo-meter {
    display: none;
  }

  .footer-block .title {
    padding: 0 0 5px;
    border: none;
  }

  .footer-block:first-child {
    border-top: none;
  }

  .footer-block ul {
    display: block;
    background-color: transparent;
  }

  .footer-block .title:before,
  .footer-block .title:after {
    display: none;
  }

  .footer-links {
    display: flex;
  }
  /* LEFT/RIGHT COLUMN */
  .product-selectors {
    margin: 0 0 20px;
  }

  .html-search-page .search-page-body .product-selectors {
    margin-top: 10px;
  }

  .block {
    float: none;
    width: auto;
    margin: 0 0 3px;
  }

    .block .title {
      cursor: default;
      padding: 14px 30px;
    }

      .block .title:before {
        content: none;
        display: none;
      }

    .block.block-recently-viewed-products .title {
      padding: 15px 20px;
    }

      .block.block-recently-viewed-products .title:before {
        display: none;
      }

    .block.block-recently-viewed-products .listbox {
      padding: 0;
      padding-left: 20px;
    }

      .block.block-recently-viewed-products .listbox li {
        padding: 10px;
        border-top: 1px solid #eeeeee;
      }

        .block.block-recently-viewed-products .listbox li:first-child {
          border-top: 0;
        }

    .block.block-recently-viewed-products .list a {
      color: #444444;
    }

      .block.block-recently-viewed-products .list a:hover {
        color: #91197F;
      }

    .block.block-recently-viewed-products .product-picture {
      display: inline-block;
      margin-right: 16px;
      width: 84px;
      vertical-align: middle;
    }

    .block .product-picture img {
      display: block;
      max-width: 100%;
    }

    .block .product-name {
      display: inline-block;
      width: calc(100% - 103px);
      vertical-align: middle;
    }

  /* CATEGORY PAGE & GRIDS */

  .vendor-item .title a,
  .manufacturer-item .title a,
  .category-grid .item-box .title a {
    font-size: 17px;
  }

  .home-page .topic-block,
  .home-page-category-grid,
  .sub-category-grid,
  .manufacturer-grid,
  .product-grid,
  .category-grid,
  .topic-block,
  .news-list-homepage,
  .home-page-polls {
    margin-bottom: 70px;
  }

  .center-2 .product-grid {
    margin-bottom: 50px;
  }

  .home-page-advantages {
    padding: 35px 20px;
    margin: -60px -20px 70px;
    background-color: #f6f6f6;
    text-align: center;
  }

  .advantages-item {
    padding: 0 1%;
    width: 25%;
    margin: 0;
    background-color: transparent;
    text-align: center;
    vertical-align: top;
  }

    .advantages-item > div {
      display: block;
    }

    .advantages-item .picture {
      margin-bottom: 15px;
      width: 100%;
      height: auto;
    }

    .advantages-item .info {
      width: 100%;
    }

    .advantages-item .description {
      display: block;
      margin-top: 10px;
      color: #8c8c8c;
      font-size: 15px;
    }

      .advantages-item .description p {
        line-height: 1.7;
      }

  .center-2 .page-title,
  .category-description,
  .manufacturer-description,
  .vendor-description,
  .center-2 .product-grid .title {
    text-align: left;
  }

  .block {
    border: none;
  }

    .block .listbox {
      display: block;
    }

  .center-1 .breadcrumb {
    text-align: center;
  }

  .breadcrumb {
    text-align: left;
    margin: 10px 0 5px 0;
  }

  .mobile-name-holder .breadcrumb {
    text-align: center;
  }

  .breadcrumb li * {
    line-height: normal;
    font-family: var(--font--open-sans-semibold);
    color: var( --title-gray);
  }

  #products-pagesize-mobile {
    display: none !important;
  }

  #products-pagesize-desktop {
    display: inline-block;
  }

  .product-selectors > div > span {
    display: inline-block;
    vertical-align: middle
  }

  .product-selectors .product-page-size {
    margin-left: 0;
    width: auto;
  }

  .product-selectors {
    font-size: 13px;
    text-align: left;
    color: #8c8c8c;
    font-weight: bold;
    text-transform: uppercase;
  }

    .product-selectors select {
      display: inline-block;
      margin: 0 10px;
      width: auto;
      height: 40px;
      background-color: #fff;
      border: 1px solid #e7e7e7;
      border-radius: 2px;
      font-weight: normal;
      text-transform: none;
      background-image: url('../img/select-arrow-dark.svg');
    }

    .product-selectors .product-sorting {
      display: inline-block;
      float: right;
      margin: 0;
      width: auto;
    }

    .product-selectors .product-viewmode {
      display: inline-block;
      float: right;
      margin: 0;
      font-size: 0;
    }

  .item-box {
    width: 24.25%;
    margin: 0 0 1% 1%;
  }

    .item-box:nth-child(2n+1),
    .item-box:nth-child(3n+1) {
      margin-left: 1%;
      clear: none;
    }

    .item-box:nth-child(4n+1) {
      margin-left: 0;
      clear: both;
    }

  .product-grid .item-box .picture > a:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #444;
    opacity: 0;
    transition: all .1s ease;
  }

  .carousel-wrapper .item-box .picture > a:after,
  .two-row-carousels .item-box .picture > a:after {
    content: none;
    display: none;
  }

  .product-list {
    margin-bottom: 30px;
  }

    .product-list .add-to-cart-qty-wrapper .plus,
    .product-list .add-to-cart-qty-wrapper .minus {
      height: 16px;
      line-height: 16px;
    }

  .center-2 .product-list .product-item:after,
  .rich-content .product-list .product-item:after {
    content: "";
    display: block;
    clear: both;
  }

  .center-2 .product-list .item-box,
  .rich-content .product-list .item-box {
    position: relative;
    width: 100%;
    margin: 0 0 15px !important;
    text-align: left;
  }

    .center-2 .product-list .item-box .picture,
    .rich-content .product-list .item-box .picture {
      float: left;
      width: 260px;
      margin-bottom: 0;
      overflow: visible;
    }

      .center-2 .product-list .item-box .picture > a:before,
      .rich-content .product-list .item-box .picture > a:before {
        padding-top: 100% !important;
      }

      .center-2 .product-list .item-box .picture img,
      .rich-content .product-list .item-box .picture img {
        border-radius: 3px 0 0 3px;
      }

    .center-2 .product-list .item-box .details,
    .rich-content .product-list .item-box .details {
      margin: 0 30% 0 290px;
      padding: 30px 0 0;
      max-height: 172px;
      overflow: hidden;
    }

    .center-2 .product-list .item-box .add-info,
    .rich-content .product-list .item-box .add-info {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 30%;
      padding: 0 20px;
      text-align: center;
    }

  .product-list .prices > span {
    display: block;
  }

  .product-list .item-box .old-price {
    font-size: 16px;
    color: #444444;
  }

  .product-list .item-box .actual-price {
    font-size: 20px;
    margin: 4px 0;
  }

  .center-2 .product-list .item-box .buttons .button-2 {
    width: auto;
    background-color: #eebe00;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .center-2 .product-list .item-box .btn-wrapper button {
    line-height: 45px;
    border-radius: 3px;
    background-color: #f2f2f2;
  }

    .center-2 .product-list .item-box .btn-wrapper button:hover {
      background-color: #eaeaea;
    }

    .center-2 .product-list .item-box .btn-wrapper button:before {
      font-size: 19px;
    }

    .center-2 .product-list .item-box .btn-wrapper button:hover:before {
      color: #8c8c8c;
    }

  .product-list .item-box .product-title,
  .product-list .item-box .title {
    height: auto;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
  }

  .product-list .item-box .product-rating-box {
    margin-bottom: 15px;
  }

  .product-list .item-box .description {
    display: block;
    height: auto;
    max-height: 81px;
    margin: 0;
    line-height: 20px;
    font-size: 15px;
    color: #8c8c8c;
  }

  .product-list .item-box .btn-wrapper {
    left: 100%;
    top: auto;
    bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    width: 200px;
    padding-left: 30px;
  }

    .product-list .item-box input,
    .product-list .item-box .btn-wrapper .button-2 {
      width: 45px;
      height: 45px;
    }

      .product-list .item-box input[type="button"]:hover {
        background-color: #eaeaea;
      }

  .page-title h1 {
    width: fit-content;
    font-size: 20px;
    color: #000000;
    border-left: 2px solid var(--purple-color);
    padding-left: 15px;
  }

  .topic-block-title h2 {
    font-size: 25px;
  }

  .center-2 .page-title,
  .rich-content .page-title {
    padding: 5px 0;
    max-width: 280px;
    top: 15px;
  }

  .center-2 .item-box,
  .rich-content .item-box {
    width: 32.66%;
  }

    .center-2 .item-box:nth-child(2n+1),
    .center-2 .item-box:nth-child(4n+1),
    .rich-content .item-box:nth-child(2n+1),
    .rich-content .item-box:nth-child(4n+1) {
      margin-left: 1%;
      clear: none;
    }

    .center-2 .item-box:nth-child(3n+1),
    .rich-content .item-box:nth-child(3n+1) {
      margin-left: 0;
      clear: both;
    }

    /*.center-2 .item-box:nth-child(3n) {
			border-right: none;
		}*/

    .center-2 .item-box:nth-child(4n),
    .center-2 .item-box:last-child,
    .rich-content .item-box:nth-child(4n),
    .rich-content .item-box:last-child {
      border-right: 1px solid var(--border-gray);
    }

  .news-list-homepage .news-item {
    width: 32.4%;
  }

    .news-list-homepage .news-item:nth-child(2n+1) {
      margin-left: 1.4%;
      clear: none;
    }

    .news-list-homepage .news-item:nth-child(3n+1) {
      margin-left: 0;
      clear: left;
    }

  .products-container.list-view .item-box .picture > a img,
  .product-list .item-box .picture > a img {
    position: unset;
    inset: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    max-width: unset;
    width: unset;
    height: unset;
  }

  .products-container.list-view .item-box .picture > a:before,
  .product-list .item-box .picture > a:before {
    display: none;
  }

  .products-container.list-view .item-box .picture > a,
  .product-list .item-box .picture > a {
    text-align: center;
  }

  .center-2 .category-page .page-body .products-container.list-view .item-box .product-item .details .add-info,
  .center-2 .manufacturer-page .page-body .product-list .item-box .product-item .details .add-info,
  .rich-content .page-body .products-container.list-view .item-box .product-item .details .add-info {
    padding-bottom: 30px;
  }

  /* PRODUCT PAGE */

  .gallery .picture {
    width: auto;
  }

  .attribute-squares {
    text-align: left;
  }

  .product-tags-box .title,
  .product-details-page .product-grid .title,
  .shopping-cart-page .product-grid .title {
    font-size: 20px;
  }

  .product-variant-line .attributes-wrapper {
    margin-left: 0;
  }

  /* REVIEW PAGE */

  .product-reviews-page .page-title {
    text-align: center;
  }

  .product-review-item {
    text-align: left;
  }

    .product-review-item .review-content {
      overflow: hidden;
    }

    .product-review-item .product-review-box .rating {
      margin: 0;
    }

    .product-review-item .review-item-head {
      text-align: left;
    }

    .product-review-item .review-info {
      float: left;
      padding: 5px 20px 0 0;
      width: 13%;
      margin: 0;
    }

  .product-review-helpfulness {
    float: right;
    width: 20%;
    margin: 0;
    text-align: center;
    padding-left: 20px;
  }

  .review-body {
    width: 67%;
    float: left;
  }

  .product-review-item .review-info .separator {
    display: none;
  }

  .product-review-item .product-review-box,
  .review-info .user {
    margin-bottom: 10px;
  }

  /* TABLES */

  .data-table td label,
  .td-title {
    display: none;
  }

  td.remove-from-cart label, td.add-to-cart label {
    font-size: 0;
  }

  /* WISHLIST & COMPARE LIST */

  .compare-products-page .page-body {
    position: relative;
    margin: 0 -20px;
  }

  .compare-products-page .clear-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    text-align: center;
    border-bottom: 1px solid #eee;
    z-index: 1;
  }

  .compare-products-table {
    display: table;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

    .compare-products-table td {
      border-right: 1px solid #eee;
    }

  .compare-products-mobile {
    display: none;
  }

  /* REGISTRATION, LOGIN, MY ACCOUNT */

  .login-page .new-wrapper {
    position: relative;
    float: right;
    width: 49%;
    max-width: none;
    min-height: 440px;
    z-index: 1;
  }

    .login-page .returning-wrapper form,
    .login-page .new-wrapper form {
      float: left;
      width: 100%;
      max-width: none;
      min-height: 440px;
    }

  .login-page .customer-blocks + .topic-block {
    margin-bottom: 0;
  }

  .returning-wrapper .form-fields,
  .new-wrapper .form-fields,
  .login-page .text,
  .registration-page .form-fields {
    padding: 45px 13% 20px;
  }

  .login-page .text {
    min-height: 255px;
  }

  .new-wrapper .text:before {
    margin: 20px 0;
  }

  .login-page .buttons,
  .registration-page .buttons,
  .registration-page .buttons {
    padding: 10px 13% 45px;
  }

  .login-page .inputs.reversed label,
  .login-page .inputs.reversed span {
    font-size: 15px;
    line-height: 17px;
  }

  .login-page .external-authentication > * {
    padding: 45px 0;
    margin: 30px 0 0;
    width: 100%;
  }

  .email-a-friend-page .page-body form,
  .contact-page .page-body form,
  .apply-vendor-page .page-body form,
  .forum-edit-page .page-body,
  .password-recovery-page .page-body,
  .private-message-send-page .page-body,
  .move-topic-page .page-body {
    padding: 45px 13%;
  }

  .html-account-page .center-2 {
    width: 73%;
  }

  .account-page {
    padding: 40px;
  }

    .account-page .address-item > .title,
    .account-page .order-item > .title,
    .account-page .request-item > .title {
      text-align: center;
    }

    .account-page .buttons {
      text-align: left;
    }

  .html-account-page .page-title {
    text-align: center;
    padding: 20px 0 0 27%;
  }

  .html-account-page .side-2 {
    border: none;
  }

  .block-account-navigation.block .title {
    display: none;
  }

  .block-account-navigation.block .listbox {
    padding: 0;
    text-align: right;
  }

  .block-account-navigation.block .list a {
    position: relative;
    display: block;
    padding: 15px 65px 15px 0;
    max-width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #b7b7b7;
    transition: all .2s ease;
  }

    .block-account-navigation.block .list a:hover,
    .block-account-navigation.block .list a:hover:after {
      color: #91197F;
    }

    .block-account-navigation.block .list a.active {
      border-right: 2px solid #91197F;
      color: #91197F;
    }

    .block-account-navigation.block .list a:after {
      position: absolute;
      top: 50%;
      left: auto;
      right: 23px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      vertical-align: middle;
      margin-left: 23px;
      font-family: "emporium-icons";
      font-size: 20px;
      font-weight: normal;
      text-transform: none;
      color: #b7b7b7;
      transition: all .2s ease;
    }

  .account-page .title {
    margin-bottom: 30px;
  }

  .block-account-navigation.block .list a.active:after {
    color: #91197F;
  }

  .block-account-navigation .customer-info a:after,
  .block-account-navigation .customer-vendor-info a:after {
    content: "\61";
  }

  .block-account-navigation .customer-addresses a:after {
    content: "\4e";
  }

  .block-account-navigation .customer-orders a:after {
    content: "\64";
  }

  .block-account-navigation .return-requests a:after {
    content: "\4f";
  }

  .block-account-navigation .downloadable-products a:after {
    content: "\4a";
  }

  .block-account-navigation .back-in-stock-subscriptions a:after {
    content: "\45";
  }

  .block-account-navigation .reward-points a:after {
    content: "\50";
  }

  .block-account-navigation .change-password a:after {
    content: "\78";
  }

  .block-account-navigation .customer-check-gift-card-balance a:after {
    content: "\e90b";
  }

  .block-account-navigation .customer-avatar a:after {
    content: "\51";
  }

  .block-account-navigation .forum-subscriptions a:after {
    content: "\52";
  }

  .block-account-navigation .customer-reviews a:after {
    content: "\53";
  }

  .block-account-navigation .customer-gdpr a:after {
    content: "\e90a";
  }

  .block-account-navigation .vendor-info a:after {
    content: "\54";
  }

  .address-item .info {
    margin-bottom: 0;
  }

  .address-item .buttons {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .address-item .title {
    padding: 0 80px;
  }

  .order-item .buttons {
    text-align: center;
  }

  .account-page .product-review-item .review-info {
    width: 210px;
  }

  .account-page .product-review-item .review-body {
    width: calc(100% - 210px);
  }

  .order-details-page .page-body {
    overflow: hidden;
  }

  .order-details-page .section.products,
  .order-summary-content .table-wrapper {
    float: left;
    width: 100%;
    padding: 0 20px;
  }

  .order-details-page .options,
  .order-details-page .totals,
  .order-summary-content .cart-footer {
    float: left;
    width: 40%;
  }

  .shopping-cart-page .cart-footer,
  .shopping-cart-page .table-wrapper {
    float: none;
    width: 100%;
  }

  .selected-checkout-attributes {
    margin-top: 0;
  }

  .check-gift-card-balance-page .captcha-box {
    text-align: left;
  }

  /* SHOPPING CART & CHECKOUT */

  .shopping-cart-page .common-buttons {
    text-align: left;
  }

    .shopping-cart-page .common-buttons button {
      margin: 0 7px 0 0;
      padding: 0 25px;
      width: auto;
    }

    .shopping-cart-page .common-buttons .continue-shopping-button {
      display: inline-block;
      width: auto;
      margin: 0;
      float: right;
    }

  .address-grid > div {
    max-width: none;
  }

  /* SEARCH & SITEMAP */

  .search-page .page-title {
    text-align: center;
  }

  .search-page .search-input form {
    margin: 0 0 40px;
  }

    .search-page .search-input form .inputs {
      text-align: center;
    }

  /* BLOG & NEWS */

  .news-item-page .inputs:first-child label {
    display: inline-block;
  }

  .new-comment textarea {
    display: block;
    margin: auto;
  }

  /* FORUM & PROFILE */

  .topic-block {
    padding: 0;
  }

  .forums-main-page .forums-table-section td:first-child,
  .forum-page .forums-table-section td:first-child {
    padding-left: 40px !important;
  }

  .forums-main-page .forums-table-section td:last-child,
  .forum-page .forums-table-section td:last-child {
    padding-right: 40px !important;
  }

  .forums-table-section .image div {
    width: 40px;
    height: 40px;
  }

    .forums-table-section .image div:before {
      font-size: 40px;
    }

  .topic-post .post-info {
    width: 190px;
    float: left;
    padding: 30px 0 30px 30px;
  }

  .topic-post .user-info {
    padding: 0;
  }

  .topic-post .username {
    margin: 0 0 10px;
  }

  .topic-post .avatar {
    position: static;
    margin-bottom: 10px;
  }

  .topic-post .post-content {
    position: relative;
    float: right;
    width: calc(100% - 190px);
    padding: 55px 30px 30px;
  }

  .topic-post .post-actions {
    position: absolute;
    top: 10px;
    right: 10px;
  }

    .topic-post .post-actions > div.post-vote {
      float: right;
      clear: both;
    }

  .topic-post .post-vote > div,
  .topic-post .post-vote > span {
    height: 50px;
    line-height: 50px;
  }

  .topic-post .post-body {
    width: 70%;
    max-width: 1000px;
  }

  /*EBIZ-1035 shoping cart*/

  .shopping-cart-page .cart-item-row .td-title {
    display: inline-block !important;
    font-size: 11px;
    color: var(--dark-gray);
  }

  .shopping-cart-page .cart-footer .totals {
    width: 40%;
    float: right;
    margin: 15px;
  }

  .login-page .checkout-as-guest-or-register-block {
    width: 100%;
    padding: 0;
  }

    .login-page .checkout-as-guest-or-register-block .checkout-as-guest-or-register-block-body {
      width: 50%;
      margin: 40px auto 0;
    }

  .page.shopping-cart-page .cart .cart-item-row td.unit-price label,
  .page.shopping-cart-page .cart .cart-item-row td.subtotal label {
    display: none !important;
  }

  .intelisale-default-slider .intelisale-related-slider.item-grid .intelisale-purchased-item .item-box .product-item .details,
  .intelisale-default-slider .intelisale-purchased-slider.item-grid .intelisale-purchased-item .item-box .product-item .details {
    padding: 10px;
    padding-left: 40px;
    width: calc(100% - 120px);
  }

  /*mobile filter changes*/
  .parent-title {
    display: none !important;
  }

  .product-details-page .ui-tabs .product-no-reviews,
  .product-details-page .ui-tabs .product-review-links > div {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .product-review-box {
    margin: 7px 0px 5px 9px;
  }

  .category-navigation-list .dropdown .box {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 20px;
    transition: all 0.3s;
  }

    .category-navigation-list .dropdown .box:hover {
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

  .attributes-wrapper {
    margin: 0;
    max-width: initial;
  }

  .non-discounted-price {
    width: 175px;
    height: 112px;
    padding-top: 32px;
    padding-right: 38px;
    right: -10px;
    bottom: -15px;
  }

  .product-details-page .overview .non-discounted-price span {
    font-size: 16px;
  }

  .slider-grid.anywhere-slider .owl-stage-outer,
  .slider-grid.anywhere-slider img {
    border-radius: 0.5rem;
  }

  .nopAjaxFilters7Spikes .filtersPanel .filter-block {
    margin: 80px 0 15px;
  }

  .header-phone.header-phone-mobile {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 2000px) {
  .center-2 .owl-carousel .owl-item {
    padding-right: 0;
  }

  .item-box .add-info .product-box-add-to-cart-button,
  .product-grid .item-box .productQuantityDropdown ~ .product-box-add-to-cart-button,
  .product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper + .product-box-add-to-cart-button {
    width: calc(100% - 55px) !important;
    vertical-align: top;
    margin-left: 0;
    font-size: 12px;
  }

  .item-box .add-info .product-box-add-to-cart-button,
  .product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper + .product-box-add-to-cart-button {
    width: 100% !important;
  }

  .html-compare-products-page .compare-products-page-body .product-picture {
    height: 365px;
  }
}