﻿/*=====================================================

    DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {
  /* GLOBAL STYLES */

  .eprocurement-title {
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    font-size: 15px;
    text-transform: uppercase;
  }

  .master-wrapper-content {
    min-height: 300px;
    margin: auto;
  }

  .html-account-page .master-wrapper-content {
    width: 97%;
  }

  .rich-content .master-wrapper-content {
    width: 100%;
    padding: 50px 43px;
  }

  .customer-pages-body .master-wrapper-content {
    padding: 70px 0 0;
  }

  .product-details-page-body .center-1 {
    margin: 0 0 90px;
  }

  .center-2 {
    float: right;
    width: 715px;
    margin: 0 0 90px;
  }

  .html-account-page .master-wrapper-content .master-column-wrapper .center-2 {
    width: calc(100% - 300px);
  }

  .side-2 {
    float: left;
    width: 245px;
  }

  .html-account-page .master-wrapper-content .master-column-wrapper .side-2 {
    width: 285px;
  }

  .page {
    clear: both;
    text-align: left;
  }

  .center-2 .page .page-title {
    display: none;
  }

  .side-2 .page-title {
    margin: 0 0 15px;
    border: 1px solid #ececec;
    background-color: #cc0000;
    padding: 20px 25px;
  }

    .side-2 .page-title h1 {
      font-size: 18px;
      color: #fff;
      text-transform: uppercase;
    }

  .category-page-body .block-category-navigation,
  .manufacturer-page-body .block-manufacturer-navigation,
  .manufacturer-all-page-body .block-manufacturer-navigation,
  .vendor-all-page-body .block-vendor-navigation,
  .vendor-page-body .block-vendor-navigation {
    margin: -16px 0 0;
    background-color: #fff;
    padding-top: 15px;
  }

    .category-page-body .block-category-navigation .title,
    .manufacturer-page-body .block-manufacturer-navigation .title,
    .manufacturer-all-page-body .block-manufacturer-navigation .title,
    .vendor-all-page-body .block-vendor-navigation .title,
    .vendor-page-body .block-vendor-navigation .title {
      display: none;
    }

  .category-page-body .page-title + .block-category-navigation .listbox,
  .manufacturer-page-body .page-title + .block-manufacturer-navigation .listbox,
  .manufacturer-all-page-body .page-title + .block-manufacturer-navigation .listbox,
  .vendor-all-page-body .page-title + .block-vendor-navigation .listbox,
  .vendor-page-body .page-title + .block-vendor-navigation .listbox {
    margin-top: 0;
  }

  .link-rss {
    display: block;
    float: right;
    margin: 5px 0 0;
  }
  /* GLOBAL FORMS */
  /* GLOBAL TABLES */
  .cart .subtotal {
    white-space: nowrap;
  }

  .reward-points-history .data-table col:first-child,
  .reward-points-history .data-table th:first-child,
  .reward-points-history .data-table td:first-child,
  .order-details-page .data-table col:first-child,
  .order-details-page .data-table th:first-child,
  .order-details-page .data-table td:first-child,
  .forums-table-section col:first-child,
  .forums-table-section th:first-child,
  .forums-table-section td:first-child {
    display: none !important;
    /*hides counter*/
  }

  /* NOTIFICATIONS & POPUPS */
  /* HEADER */

  .header {
    position: relative;
    z-index: 1020;
  }

  .html-product-details-page .header {
    margin: 0;
  }

  .header .center {
    width: 980px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-upper {
    background-color: #2f2f2f;
  }

    .admin-header-links a {
      color: #fff;
      font-weight: bold;
    }

  .header-links-wrapper {
    position: relative;
    float: right;
    height: 42px;
    margin: 0 0 0 auto;
    transition: all 0.2s ease;
    text-align: center;
    align-items: center;
    justify-content: end;
  }

  .header-text.header-text-unregistred ~ .header-links-wrapper {
    width: auto;
  }

  .header-selectors-wrapper {
    position: relative;
    float: right;
    height: 42px;
    margin: 0 0 0 auto;
    transition: all 0.2s ease;
  }

  .header-links-account {
    width: auto;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: end;
    color: #666;
  }

  .header-selectors-wrapper label {
    display: block;
    padding: 0 0 0 20px;
    background-image: url('../img/setting.png');
    background-repeat: no-repeat;
    line-height: 42px;
    font-size: 15px;
    color: #ffffff;
    background-size: 20px;
  }

  .header-selectors-wrapper label {
    background-position: center;
  }

  .header-links,
  .header-selectors {
    position: relative;
    z-index: 1020;
    display: none;
    min-width: 150px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
  }

  .header-link-wrap {
    position: relative;
  }

  .header-links {
    position: absolute;
    top: 100%;
  }

  .header-links-account .header-link-wrap:hover .header-links,
  .header-selectors-wrapper:hover > div,
  .header-selectors-wrapper > div.active {
    display: block;
  }

  .header-links ul {
  }

  .header-links li {
    padding: 0 16px;
  }

    .header-links li:first-child {
      padding-top: 4px;
    }

    .header-links li:last-child {
      padding-bottom: 4px;
    }

    .header-links li:hover {
      background-color: #eaeaea;
    }

  .header-links a {
    display: block;
    padding: 10px 0 10px 24px;
    font-size: 15px;
  }

  .header-links .ico-account {
    background-position: left -5px;
  }

  .header-links .ico-register {
    background-position: left -53px;
  }

  .header-links .ico-login,
  .header-links .ico-logout {
    background-position: left -101px;
  }

  .header-links .ico-inbox {
    background-position: left -149px;
  }

  .header-links .ico-wishlist {
    background-position: left -197px;
  }

  .header-selectors {
    text-align: center;
  }

    .header-selectors > div {
      border-top: 1px solid #f6f6f6;
      padding: 15px;
    }

      .header-selectors > div:first-child {
        border-top: none;
      }

    .header-selectors select {
      border-color: #ececec;
    }

  .flyout-cart-wrapper {
    position: relative;
    width: 190px;
    /*prevents the cell from expanding when header menu is empty*/
    padding: 0 0 0 32px;
    vertical-align: middle;
    text-align: left;
  }

    .flyout-cart-wrapper::after {
      content: '\f078';
      font-family: "FontAwesome";
      color: #fff;
      right: 10px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
    }

  .header-link-logout {
    margin-left: 20px;
  }

    .header-link-logout::before {
      content: '\f2f5';
      margin-right: 10px;
      font-family: "FontAwesome";
    }

  .cart-trigger {
    display: inline-block;
    position: relative;
    height: 52px;
    border: 1px solid #f0f0f0;
    padding: 0 19px 0 18px;
    line-height: 52px;
    font-size: 13px;
    color: #767676;
    white-space: nowrap;
    transition: all 0.2s ease;
    border-radius: 0 5px 5px 0;
  }

    .cart-trigger:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -32px;
      width: 32px;
      height: 52px;
      background: #009EE0 url('../img/flyout-cart.png') center no-repeat;
      border-radius: 5px;
    }

    .cart-trigger .cart-qty,
    .cart-trigger .cart-label {
      font-family: Archivo-Bold;
      color: #fff;
      font-size: 14px;
      transition: all 0.2s ease;
    }

  .flyout-cart {
    display: none;
    position: absolute;
    right: 0px;
    z-index: 1;
    width: 350px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    background: #fff;
  }

  .flyout-cart-wrapper:hover .cart-qty,
  .flyout-cart-wrapper:hover .cart-label {
    color: #fff;
  }

  .flyout-cart-wrapper:hover .flyout-cart {
    display: block;
  }

  .mini-shopping-cart {
    text-align: left;
  }

    .mini-shopping-cart .count {
      display: none;
    }

    .mini-shopping-cart .item {
      padding: 25px 20px;
    }

    .mini-shopping-cart .attributes {
      margin: 10px 0;
    }

    .mini-shopping-cart .totals {
      text-align: right;
    }

    .mini-shopping-cart .buttons {
      overflow: hidden;
      padding: 12px 15px;
      text-align: right;
    }

    .mini-shopping-cart input.cart-button {
      float: left;
      width: 49%;
    }

    .mini-shopping-cart input.checkout-button {
      float: right;
      width: 49%;
    }

    .mini-shopping-cart input[type="button"]:only-child {
      float: none;
      width: auto;
    }

  .header-lower {
    background-color: #121346;
    padding: 9px 0;
  }

    .header-lower .center {
      position: relative;
      height: 47px;
      /*equals to search-button height. added to bulletproof category navigation stack*/
    }

  .category-navigation-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 245px;
    height: 47px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 0 20px;
    line-height: 45px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Archivo', sans-serif;
    text-transform: initial;
  }

    .category-navigation-title:after {
      content: "";
      position: absolute;
      top: 15px;
      right: 19px;
      width: 17px;
      height: 15px;
      background: url(../img/back-icon.svg) center no-repeat;
      background-color: transparent !important;
      transform: rotate(180deg);
    }

  .home-page-body .category-navigation-title {
    cursor: pointer;
  }

  .category-navigation-list-wrapper {
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 1;
    width: 245px;
  }

  .home-page .category-navigation-list-wrapper {
    position: static;
    margin: -31px 0 0;
  }

  .category-navigation-list {
    display: none;
    border: 1px solid #ececec;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }

  .home-page-body .category-navigation-list {
    position: relative;
    /*prevent flyout z-index conflict with owl-carousel*/
    z-index: 2;
    /*prevent flyout z-index conflict with owl-carousel*/
  }

  .home-page .category-navigation-list {
    box-shadow: none;
  }

  .category-navigation-list .plus-button,
  .category-navigation-list .back-button {
    display: none;
  }

  .category-navigation-list > li {
    position: relative;
    border-top: 1px solid #f6f6f6;
  }

    .category-navigation-list > li:first-child {
      border: none;
    }

    .category-navigation-list > li > a,
    .category-navigation-list > li > span {
      display: flex;
      align-items: center;
      min-height: initial;
      padding: 10px;
      font-size: 15px;
      line-height: 20px;
      color: #000;
      padding-right: 25px;
    }

      .category-navigation-list > li > a > img {
        width: 25px;
        height: 25px;
        margin-right: 25px;
      }

    .category-navigation-list > li:not(.show-sublist):hover > a,
    .category-navigation-list > li:not(.show-sublist):hover > span {
      color: #5FCAE5;
    }

  .categories-in-side-panel .root-category-items {
    display: none;
    /*side navigation disables header menu categories*/
  }

    .categories-in-side-panel .root-category-items.store-locator {
      display: inline-block !important;
      /*store locator always visible*/
    }

  .category-navigation-list > li.store-locator {
    display: none;
    /*store locator in side panel always hidden*/
  }

  .category-navigation-list > li > .sublist-wrap,
  .header-menu > ul > li > .sublist-wrap {
    /*this is the flyout panel*/
    display: none;
    position: absolute;
    top: -14px;
    left: 243px;
    width: 736px;
  }

  .header-menu > ul > li > .sublist-wrap {
    top: 99%;
    left: initial;
    width: initial !important;
    margin: 0 !important;
    right: 0;
    /*depends on logo cell width, which is always fixed*/
  }

  .category-navigation-list > li:first-child > .sublist-wrap {
    top: 0;
    min-height: 100vh;
  }

  .category-navigation-list > li:hover > .sublist-wrap,
  .header-menu > ul > li:hover > .sublist-wrap {
    /*this is the flyout opening*/
    display: block;
  }

  .category-navigation-list > li > .sublist-wrap > .sublist,
  .header-menu > ul > li > .sublist-wrap > .sublist {
    /*this is the inner list inside the flyout panel*/
    overflow: hidden;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 15px;
  }

    /* Hide the default scrollbar */
    .category-navigation-list > li > .sublist-wrap > .sublist::-webkit-scrollbar {
      width: 3px;
    }

    /* Style the scrollbar track */
    .category-navigation-list > li > .sublist-wrap > .sublist::-webkit-scrollbar-track {
      background-color: #f0f0f0;
    }

    /* Style the scrollbar thumb */
    .category-navigation-list > li > .sublist-wrap > .sublist::-webkit-scrollbar-thumb {
      background-color: #121346;
    }

  .category-navigation-list > li > .sublist-wrap > .sublist {
    min-height: 100vh !important;
    max-height: 100vh;
    overflow-y: auto;
  }

    .header-menu > ul > li > .sublist-wrap > .sublist {
      padding: 0px;
    }

    .header-menu > ul > li > .sublist-wrap > .sublist {
      overflow: visible;
      width: 210px;
      border: 1px solid #ddd;
      border-bottom: 4px solid #5FCAE5;
    }

    .category-navigation-list > li > .sublist-wrap > .sublist > li {
      /*this is a subcategory item (contains a list)*/
      float: left;
      width: 25%;
      padding: 10px;
      font-size: 15px;
    }

      .category-navigation-list > li > .sublist-wrap > .sublist > li:nth-child(4n+6),
      .header-menu > ul > li > .sublist-wrap > .sublist > li:nth-child(4n+6) {
        clear: both;
        /*this clears the 6th, and after that every 4th element, edit nth child number if "back button" is removed from the markup*/
      }

      .category-navigation-list > li > .sublist-wrap > .sublist > li > a,
      .header-menu > ul > li > .sublist-wrap > .sublist > li > a {
        /*this is a subcategory item title (list title)*/
        display: block;
        margin: 0 0 10px;
        padding: 0 0 5px;
        font-weight: bold;
        text-transform: initial;
      }

  .header-menu > ul > li > .sublist-wrap > .sublist > li > a {
    margin: 0 ;
  }

      .category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li {
        /*this is a sub-subcategory item*/
        padding: 6px 0;
      }

      .category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist ul,
      .header-menu > ul > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist ul {
        /*deeper level subcategories remain hidden*/
        display: none;
      }

  .category-navigation-list.sticky-flyout {
    position: relative;
  }

    .category-navigation-list.sticky-flyout > li {
      position: static;
    }

      .category-navigation-list.sticky-flyout > li > .sublist-wrap {
        top: 0 !important;
      }

  .store-search-box {
    float: right;
    clear: right;
    margin: 0;
  }

  .ui-autocomplete {
    z-index: 1015;
  }

  .store-search-box.full-width input.search-box-text {
    width: 918px;
  }

  /* RESPONSIVE RESET */

  .responsive-nav-wrapper-parent {
    display: none;
  }

  .menu-title,
  .close-menu,
  .header-menu .back-button {
    display: none;
  }

  .overlayOffCanvas {
    display: none !important;
  }
  /* HOMEPAGE COLUMNS */
  .two-columns-area {
    margin: 0 0 20px;
  }

    .two-columns-area > .center {
      width: 980px;
      margin: auto;
    }

      .two-columns-area > .center:after {
        content: "";
        display: block;
        clear: both;
      }

  .two-colums-area-left {
    position: relative;
    z-index: 1;
    float: left;
    width: 245px;
  }

  .two-colums-area-right {
    position: relative;
    z-index: 0;
    float: right;
    width: 100%;
  }

  .slider-fullwidth {
    margin-top: -60px;
  }

  .slider-right-column {
    margin-top: -35px;
  }

    .slider-right-column .category-navigation-list-wrapper {
      position: static;
      margin-top: -26px;
    }

    .slider-right-column .category-navigation-list {
      box-shadow: none;
    }

  .two-columns-area .jCarouselMainWrapper:only-of-type {
    margin: 20px 0 0;
  }

  .two-columns-area .slider-wrapper ~ .jCarouselMainWrapper,
  .two-columns-area.slider-fullwidth .jCarouselMainWrapper {
    margin: 20px 0 0 !important;
  }

  /* HOMEPAGE CAROUSELS */

  .two-columns-area .home-page-product-grid {
    display: block;
    padding-top: 0;
    background: none;
    border: none;
  }

  .two-columns-area.slider-right-column .home-page-product-grid:first-child {
    margin-top: 0;
  }

  .two-columns-area .home-page-product-grid .title {
    padding: 0 0 5px 5px;
    text-align: left;
  }

  .two-columns-area .home-page-product-grid .product-rating-box {
    display: none !important;
  }

  .two-columns-area .home-page-product-grid .add-info .buttons-upper,
  .two-columns-area .home-page-product-grid .add-info .buttons-lower {
    display: block !important;
  }

  .two-columns-area .home-page-product-grid .buttons-upper .add-to-cart-button-mobile {
    display: none;
  }

  .two-columns-area .owl-carousel .owl-controls {
    padding: 35px 20px;
    text-align: center;
    font-size: 0;
  }

  .two-columns-area .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
  }

    .two-columns-area .owl-carousel .owl-dot span {
      display: block;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background-color: #c9c9c9;
    }

    .two-columns-area .owl-carousel .owl-dot.active span {
      background-color: #cc0000;
    }

  .bestsellers {
    float: left;
    width: 66%;
  }

    .bestsellers:only-child {
      float: none;
      width: auto;
    }

    .bestsellers .owl-prev {
      right: 37px;
      left: auto;
    }

    .bestsellers .product-item {
      height: 170px;
      /*use fixed height to prevent browser differences*/
    }

    .bestsellers .picture a {
      max-height: 128px;
      /*prevents image overflow when there is no rich blog carousel enabled*/
      overflow: hidden;
    }

      .bestsellers .picture a img {
        max-height: 100%;
        /*prevents image cropping when there is no rich blog carousel enabled*/
      }

  .homepage-middle-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-grid.bestsellers .item-box:hover .buttons-lower input,
  .product-grid.bestsellers .item-box:hover .buttons-lower button {
    background-color: #888;
    /*long inheritance path to override default buy button*/
  }

  .product-grid.bestsellers .item-box .buttons-lower input:hover,
  .product-grid.bestsellers .item-box .buttons-lower button:hover {
    background-color: #cc0000;
    /*long inheritance path to override default buy button*/
  }

  /* FOOTER */

  .footer-lower {
    background-color: #fff;
    padding: 0;
    text-align: center;
  }

    .footer-lower .center {
      border-top: 1px solid #ececec;
      padding: 10px 0;
    }

  /* LEFT/RIGHT COLUMN */

  .block {
    float: none;
    width: auto;
    margin: -1px 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: #f0f0f0 #ececec #ececec;
  }

    .block:first-child,
    .page-title + .block {
      border-top-color: #ececec;
    }

    .block .title {
      border: none;
      background-image: none;
      padding: 20px 25px;
      cursor: default;
    }

    .block .listbox {
      display: block;
      margin: -5px 0 0;
      border: none;
      padding-top: 0 !important;
    }

    .block .view-all {
      margin: 12px 0 4px;
    }

  .block-category-navigation {
    display: none;
  }

  .category-page-body .block-category-navigation {
    display: block;
  }

  .block-category-navigation .listbox {
    display: none !important;
  }

    .block-category-navigation .listbox.category-page-navigation {
      display: block !important;
    }

  .block-recently-viewed-products {
    font-size: 0;
  }

    .block-recently-viewed-products .product-picture {
      display: inline-block;
      width: 25%;
      vertical-align: middle;
    }

    .block-recently-viewed-products .product-name {
      display: inline-block;
      width: 75%;
      padding: 0 0 0 15px;
      vertical-align: middle;
      font-size: 16px;
      /*reset zeroing*/
    }

  .recently-viewed-products-page-body .block-recently-viewed-products,
  .product-tags-all-page-body .block-popular-tags {
    display: none;
  }

    .recently-viewed-products-page-body .block-recently-viewed-products + .block,
    .product-tags-all-page-body .block-popular-tags + .block {
      border-top-color: #ececec;
    }

  /* CATEGORY PAGE & GRIDS */

  .breadcrumb {
    margin-top: -10px;
    text-align: left;
  }

    .breadcrumb li > a,
    .breadcrumb li > span,
    .breadcrumb li > strong {
      margin-left: 0 !important;
    }

    .breadcrumb a:hover {
      color: #cc0000;
    }

  .sub-category-item .title,
  .manufacturer-item .title,
  .vendor-item .title {
    width: auto;
  }

  .sub-category-details,
  .manufacturer-details,
  .vendor-details {
    display: block;
  }

  .manufacturer-details,
  .vendor-details {
    padding: 38% 0;
    text-align: center;
    transition: all 0.4s ease;
  }

    .manufacturer-details .view-all:hover,
    .vendor-details .view-all:hover {
      color: #333;
    }

  .jCarouselMainWrapper .carousel-item .item-box {
    margin-bottom: 40px !important;
  }

  .product-grid .item-box .product-item {
    padding: 10px;
  }

  .home-page-product-grid .product-grid .item-box .buttons-upper .add-to-cart-button-mobile,
  .jCarouselMainWrapper .product-grid .item-box .buttons-upper .add-to-cart-button-mobile,
  .spc-products .product-grid .item-box .buttons-upper .add-to-cart-button-mobile {
    display: none;
  }

  .item-box:hover .buttons-lower button,
  .item-box:hover .buttons-lower button {
    background-color: #5fcae5;
  }

  .product-grid .item-box:hover .buttons-lower button span:before {
    opacity: 0;
  }

  .product-grid .item-box:hover .buttons-lower button span:after {
    opacity: 1;
  }

  .center-1 .product-grid .item-box {
    width: 23.5%;
  }

    .center-1 .product-grid .item-box:nth-child(3n+1) {
      clear: none;
      margin-left: 2%;
    }

    .center-1 .product-grid .item-box:nth-child(4n+1) {
      clear: both;
      margin-left: 0;
    }

  /* PRODUCT PAGE */

  .product-left-container {
    width: calc(100% - 350px);
  }

  .price-container {
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    width: 330px;
  }

  .product-essential .overview .add-to-cart .add-to-cart-panel {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .overview .add-to-cart-panel .input-product-detail-box {
    margin: 0 0 15px;
    width: 50%;
  }

  .product-essential .overview .add-to-cart,
  .product-details-page .page-body .product-left-container .product-essential .add-to-cart .add-to-cart-panel .call-for-price-button,
  .product-details-page .page-body .product-left-container .product-essential .add-to-cart .add-to-cart-panel .add-to-cart-button {
    width: 100% !important;
  }

  .gallery {
    width: 44%;
  }

    .gallery .thumb-item {
      width: 23%;
      height: 80px;
      margin: 0 1% 10px;
    }

  .overview {
    width: 54%;
  }

  .variant-overview {
    width: 55%;
  }

  .overview .stock {
    display: inline-block;
    margin: 0;
  }

  .variant-overview .stock {
    display: inline-block;
    margin: 0 10px 10px 0;
  }

  .overview .back-in-stock-subscription {
    display: inline-block;
    margin: 0 0 15px;
  }

  .product-social-buttons {
    bottom: -35px;
  }

  .overview-bottom .delivery,
  .variant-overview .delivery {
    right: -35px;
    bottom: -35px;
  }

  .group-product .product-social-buttons {
    margin: 0;
  }

  .product-variant-line {
    padding: 35px;
  }

  .attributes dt {
    float: left;
    clear: left;
    margin-right: 10px;
  }

    .attributes dt label {
      line-height: 38px;
    }

  .attributes dd {
    float: left;
    margin-right: 10px;
  }

  .attribute-item > div {
    display: inline-block;
    margin: 0 10px 0 0;
    white-space: nowrap;
  }

  .giftcard label {
    display: inline-block;
    min-width: 120px;
    margin: 0 10px 0 0;
  }

  /* REVIEW PAGE */
  /* WISHLIST & COMPARE LIST */

  .compare-products-page .clear-list {
    position: absolute;
    top: -30px;
    right: 0;
    color: #cc0000;
    text-transform: none;
  }

    .compare-products-page .clear-list:hover {
      text-decoration: underline;
    }

  .compare-products-page .table-wrapper {
    overflow-x: auto;
    -ms-transform: rotateX(180deg);
    /* IE 9 */
    -webkit-transform: rotateX(180deg);
    /* Safari and Chrome */
    transform: rotateX(180deg);
  }

  .compare-products-table {
    display: table;
    -ms-transform: rotateX(180deg);
    /* IE 9 */
    -webkit-transform: rotateX(180deg);
    /* Safari and Chrome */
    transform: rotateX(180deg);
  }

    .compare-products-table .remove-product td {
      border-top-color: #ececec;
      padding-bottom: 0;
    }

    .compare-products-table .product-picture td,
    .compare-products-table .product-name td,
    .compare-products-table .product-price td {
      border-top: 0;
    }

    .compare-products-table .short-description td,
    .compare-products-table .full-description td {
      vertical-align: top;
    }

    .compare-products-table .picture {
      display: block;
      width: 145px;
    }

  .compare-products-table-mobile {
    display: none;
  }

  /* TOPICS */
  /* CONTACT PAGE & EMAILaFRIEND */
  /* REGISTRATION, LOGIN, MY ACCOUNT */

  #check-availability-button {
    display: block;
    margin: 15px auto -15px;
  }

  .account-page #check-availability-button {
    margin: 15px 0 -15px;
  }

  .account-page #username-availabilty {
    text-align: left;
  }

  .center-2 .account-page .page-title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-width: 0 0 1px;
  }

  .block-account-navigation {
    margin: 0 !important;
  }

    .block-account-navigation .list {
      text-align: left;
    }

  .customer-pages-body .master-column-wrapper {
    overflow: visible;
  }

  .account-page .form-fields,
  .account-page .edit-address {
    margin: 0;
  }

  .account-page .vat-status,
  .account-page .vat-note {
    text-align: left;
  }

  .account-page .buttons {
    text-align: left;
  }

  .account-page ul.info {
    text-align: left;
  }

    .account-page ul.info + .buttons {
      position: absolute;
      right: 15px;
      bottom: 5px;
      margin: 0;
    }

  .account-page .address-item,
  .account-page .order-item {
    float: none;
    width: auto;
    border-width: 1px 0 0;
  }

  .reward-points-page th,
  .reward-points-page td {
    text-align: left;
  }

  .check-gift-card-balance-page .captcha-box {
    text-align: left;
  }

  /* SHOPPING CART & CHECKOUT */

  .order-progress {
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #f6f6f6;
  }

    .order-progress li {
      margin: 0 2px;
    }

      .order-progress li:first-child a {
        padding-left: 20px;
      }

        .order-progress li:first-child a:before {
          display: none;
        }

      .order-progress li:last-child a {
        padding-right: 24px;
      }

        .order-progress li:last-child a:after {
          display: none;
        }

  .shopping-cart-page .page-title,
  .checkout-page .page-title {
    min-height: 37px;
    /*chrome line-height fix*/
    padding: 0 0 5px;
  }

  .shopping-cart-page .tax-shipping-info {
    text-align: right;
  }

  .cart-footer .cart-collaterals {
    width: 58%;
    margin: 0;
  }

  .cart-footer .totals {
    width: 40%;
    margin: 0;
    text-align: center;
  }

  .cart-collaterals .hint {
    margin: 0 0 25px;
  }

  .cart-collaterals .shipping label {
    display: inline-block;
    width: 25%;
    margin: 0;
  }

    .cart-collaterals .shipping label + select,
    .cart-collaterals .shipping label + input {
      width: 75%;
    }

  .cart-collaterals .shipping .buttons {
    text-align: left;
  }

  .cart-collaterals .coupon-code {
    width: auto;
  }

    .cart-collaterals .coupon-code:after {
      content: "";
      display: block;
      clear: both;
    }

    .cart-collaterals .coupon-code input[type="text"] {
      float: left;
      width: 63%;
      margin: 0 1%;
    }

    .cart-collaterals .coupon-code input[type="submit"] {
      float: left;
      width: 33%;
      margin: 0 1%;
    }

  .checkout-page .address-item {
    width: 30%;
    margin: 4% 0 0 5%;
  }

    .checkout-page .address-item:nth-child(2n+1) {
      clear: none;
      margin-left: 5%;
    }

    .checkout-page .address-item:nth-child(3n+1) {
      clear: both;
      margin-left: 0;
    }

    .checkout-page .address-item:nth-child(-n+3) {
      margin-top: 0;
    }

    .checkout-page .address-item:only-child {
      text-align: left;
    }

  .checkout-page .enter-address {
    margin: 0;
  }

    .checkout-page .enter-address + .buttons {
      padding: 10px 60px;
      text-align: left;
    }

      .checkout-page .enter-address + .buttons.centered {
        text-align: center;
      }

  .section.shipping-method,
  .section.payment-method {
    text-align: left;
  }

    .section.shipping-method .buttons,
    .section.payment-method .buttons,
    .section.payment-info .buttons,
    /*.section.confirm-order .buttons,*/
    .section.order-completed .buttons {
      text-align: left;
    }

  .payment-method .payment-description {
    display: block;
    /*reset*/
  }

  .payment-info .info tr {
    display: table-row;
    margin: 0;
  }

  .payment-info .info td {
    display: table-cell;
    margin: 0;
    padding: 5px;
    text-align: left;
  }

    .payment-info .info td:first-child {
      width: 150px;
    }

    .payment-info .info td:only-child {
      width: auto !important;
      padding: 0;
    }

    .payment-info .info td label {
      font-weight: normal;
    }

    .payment-info .info td select {
      margin: 0;
    }

  .order-details-page .actions input {
    width: 190px;
  }

  .order-details-page .totals {
    width: 40%;
  }

  #opc-confirm_order .totals {
    float: right;
    width: 40%;
  }

  #opc-confirm_order .terms-of-service {
    width: 40%;
    margin-left: auto;
  }

  #opc-confirm_order div.buttons {
    text-align: right;
  }

  /* SEARCH & SITEMAP */

  .basic-search .inputs.reversed label {
    text-align: left;
  }

  .advanced-search .inputs,
  .advanced-search .inputs label:first-child,
  .advanced-search .price-range {
    text-align: left;
  }

    .advanced-search .price-range input {
      margin: 0 10px 0 0;
    }

  /* BLOG & NEWS */

  .news-items .buttons {
    text-align: left;
  }

  .news-items .read-more:hover:after {
    width: 30px;
  }

  .news-item-page .inputs:first-child label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    margin: 0;
    line-height: 40px;
    text-align: right;
  }

  .new-comment textarea {
    display: block;
    margin: auto;
  }

  /* FORUM & PROFILE */

  .forums-main-page .topic-block-body {
    max-width: 580px;
  }

  .forum-breadcrumb {
    max-width: 580px;
  }

  .forums-header {
    margin: 0;
  }

  .forum-search-box {
    position: absolute;
    top: 0;
    right: 0;
  }

  .forums-main-page .forum-search-box {
    top: 65px;
  }

  .forum-search-box .search-box-text {
    width: 330px !important;
  }

  .forum-search-box .advanced {
    text-align: right;
  }

  .forums-header + .forums-table-section {
    margin-top: 80px;
  }

  .forum-page .forum-name,
  .forum-topic-page .topic-name {
    margin-top: 60px;
  }

  .forum-actions,
  .topic-actions {
    overflow: hidden;
  }

    .forum-actions .actions,
    .topic-actions .actions {
      float: left;
      margin: 2px 0;
    }

      .forum-actions .actions a,
      .topic-actions .actions a {
        margin: 0 15px 0 0;
      }

    .forum-actions .pager,
    .topic-actions .pager {
      float: right;
      max-width: 450px;
    }

      .forum-actions .pager.upper,
      .topic-actions .pager.upper {
        margin: 0;
      }

  .topic-post .post-time label {
    display: inline;
  }

  .pager.lower {
    float: right;
    margin: 0;
  }

  .forum-edit-page textarea,
  .private-message-send-page textarea {
    height: 180px;
  }

  .private-messages-page td.date {
    white-space: nowrap;
  }

  .search-page .product-list .item-box .product-item .details .add-info .buttons-upper {
    display: none;
  }

  .search-page .product-list .ajax-cart-button-wrapper input {
    width: unset;
    position: relative;
    border: 1px solid #ececec;
  }

  .short-description p {
    margin: 20px 0;
  }

  .product-table-cart-th .add-to-cart span {
    min-width: 100px;
    display: block;
    text-align: left;
  }

  .bottom-category .title {
    padding: 5px 25px 5px 30px;
    border-top: 0.1rem solid #eaeaea;
  }

    .bottom-category .title a {
      overflow: hidden;
      display: block;
      word-wrap: break-word;
    }

  .bottom-category .row {
    margin-bottom: 0px;
  }

  .smm-mega-menu .bottom-category .subcategories li {
    border-top: 0.1rem solid #eaeaea;
    padding: 5px;
    padding-left: 45px;
  }

  .smm-mega-menu .bottom-category .has-sub-sub-category,
  .smm-mega-menu .has-sublist .with-subcategories {
    position: relative;
  }

    .smm-mega-menu .bottom-category .has-sub-sub-category::before,
    .smm-mega-menu .has-sublist .with-subcategories::before {
      content: "\f054";
      font-family: "fontawesome";
      color: #121346;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
    }

  .smm-mega-menu .bottom-category .subcategories,
  .smm-mega-menu .sublist-wrap .subcategories,
  .smm-mega-menu .has-sublist .sublist-wrap,
  .smm-mega-menu .has-sublist .bottom-category {
    display: none;
  }

    .smm-mega-menu .bottom-category .show-s-s-c + .subcategories,
    .smm-mega-menu .has-sublist .sublist-wrap.show-sublist-right,
    .smm-mega-menu .has-sublist .show-sublist + .bottom-category {
      display: block;
    }

  .smm-mega-menu .bottom-category .show-s-s-c .title,
  .smm-mega-menu .has-sublist .with-subcategories.show-sublist {
    background: #121346;
    color: #fff;
  }

    .smm-mega-menu .bottom-category .show-s-s-c::before,
    .smm-mega-menu .has-sublist .with-subcategories.show-sublist::before {
      color: #fff;
    }

  .smm-mega-menu .sublist-wrap .picture-title-wrap {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 1rem;
  }

    .smm-mega-menu .sublist-wrap .picture-title-wrap .sub-title {
      display: block;
      height: 32px;
      text-align: center;
      color: #121346;
      word-break: break-word;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 14px;
      line-height: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-weight: 500;
    }

  .category-navigation-list > li > .sublist-wrap > .sublist .inner-wrap:only-of-type .box {
    width: 20% !important;
  }
}