﻿/*=====================================================
    
    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 {
    width: 980px;
    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 30px;
  }

  .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 var(--pc);
    background-color: #f2f2f2;
    padding: 20px 25px;
  }

  .side-2 .page-title h1 {
    font-size: 18px;
    color: var(--pc);
    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;
    margin: 0 0 30px;
  }

  .header .center {
    width: 980px;
    margin: auto;
  }

  .header-upper {
    height: 42px;
    background-color: #f2f2f2;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
  }

  .admin-header-links {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    width: 40%;
  }

  .admin-header-links a {
    color: #000;
    font-weight: bold;
    font-size: 15px;
  }

  .admin-header-links a.manage-page {
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .header-links-wrapper {
    position: relative;
    float: right;
    height: 42px;
    width: 50%;
    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;
  }

  .header-selectors-wrapper label {
    display: block;
    line-height: 42px;
    padding: 0 0 0 20px;
  }

  .header-links-wrapper label {
    display: block;
    line-height: 42px;
    font-size: 0;
  }

  .header-links-wrapper label::before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #4a5056;
  }

  .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;
    right: -15px;
  }

  .header-links {
    position: absolute;
    top: 100%;
  }

  .header-links-account:hover > div,
  .header-selectors-wrapper:hover > div,
  .header-selectors-wrapper > div.active {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .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;
  }

  .header-middle {
    background-color: #fff;
    padding: 30px 0;
  }

  .header-middle .center {
    display: table;
  }

  .header-logo {
    display: table-cell;
    width: 20%;
    padding: 0 24px 0 0;
    vertical-align: middle;
  }

  .header-menu-parent {
    display: table-cell;
    vertical-align: middle;
  }

  .header-menu {
    position: relative;
    z-index: 1010;
    text-align: left;
  }

  .header-menu > ul {
    font-size: 0;
    font-family: "Wuerth-ExtraBoldCond";
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
  }

  .header-menu > ul > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }

  .header-menu > ul > li > a,
  .header-menu > ul > li > span {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    /*reset zeroing*/
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    cursor: pointer;
  }

  .header-menu > ul > li > a:hover {
    color: var(--pc);
  }

  .flyout-cart-wrapper {
    position: relative;
    display: table-cell;
    width: 190px;
    /*prevents the cell from expanding when header menu is empty*/
    padding: 0 0 0 32px;
    vertical-align: middle;
    text-align: right;
  }

  .cart-trigger {
    display: inline-block;
    position: relative;
    height: 42px;
    border: 1px solid var(--pc);
    padding: 0 19px 0 18px;
    line-height: 42px;
    font-size: 13px;
    color: #4a5056;
    white-space: nowrap;
    transition: all 0.2s ease;
    width: 150px;
    border-radius: 25px;
    background: #f2f2f2;
  }

  .cart-trigger:before {
    content: "\f07a";
    font-family: "FontAwesome";
    position: absolute;
    top: -1px;
    left: 18px;
    height: 42px;
    border-radius: 5px;
    color: var(--pc);
    font-size: 20px;
  }

  .cart-trigger .cart-qty,
  .cart-trigger .cart-label {
    font-family: "roboto";
    color: #4a5056;
    transition: all 0.2s ease;
    font-weight: 600;
    line-height: 40px;
  }

  .flyout-cart {
    display: none;
    position: absolute;
    right: -50px;
    z-index: 1;
    width: 350px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  .flyout-cart-wrapper .cart-trigger:hover {
    border-color: var(--pc);
    background-color: var(--pc);
    color: #fff;
  }

  .flyout-cart-wrapper .cart-trigger:hover::before {
    color: #fff;
  }

  .cart-trigger:hover .cart-qty,
  .cart-trigger: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: var(--pc) !important;
    padding: 9px 0;
  }

  .header-lower .center {
    position: relative;
    height: 42px;
  }

  .category-navigation-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 245px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    background: #fff;
    color: #4a5056;
    border-radius: 20px;
    border: none;
    height: 42px;
    line-height: 42px;
    font-family: "roboto";
    font-weight: 700;
    text-transform: initial;
  }

  .category-navigation-title:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    position: absolute;
    right: 19px;
    font-size: 18px;
  }

  .home-page-body .category-navigation-title {
    cursor: pointer;
  }

  .category-navigation-list-wrapper {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 1;
    width: 245px;
  }

  .home-page .category-navigation-list-wrapper {
    position: static;
    margin: -31px 0 0;
  }

  .category-navigation-list {
    display: none;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    background-color: #f2f2f2;
    border-radius: 20px;
    box-shadow: 0px 3px 16px #00000029;
  }

  .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 !important;
    align-items: center;
    min-height: 42px;
    padding: 0px 8px;
    font-size: 14px;
    color: #605d5c;
    font-family: "roboto";
    border: 1px solid #f2f2f2;
    font-weight: 600;
  }

  .category-navigation-list > li > a > img {
    width: 25px;
    height: 25px;
    margin-right: 25px;
  }

  .category-navigation-list > li:hover > a,
  .category-navigation-list > li:hover > span {
    background-color: #fff;
    color: var(--pc);
    border-radius: 17px;
    border: 1px solid;
  }

  .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: auto;
    left: initial;
    right: 50%;
    width: auto;
    min-width: 200px;
    margin: 0 0 0 -196px;
    transform: translateX(50%);
  }

  .category-navigation-list > li:first-child > .sublist-wrap {
    top: 0;
  }

  .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 {
    overflow: hidden;
    padding-left: 10px;
    background: transparent;
  }

  .header-menu > ul > li > .sublist-wrap > .sublist {
    border: 1px solid #ececec;
    text-align: center;
    padding: 0;
  }

  .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;
  }

  .header-menu > ul > li > .sublist-wrap > .sublist > li {
    /*this is a subcategory item (contains a list)*/
    float: none;
    width: auto;
    padding: 10px;
    font-size: 15px;
  }

  .header-menu > ul.mega-menu > li:hover > .sublist-wrap {
    background-color: #f2f2f2;
    border-radius: 20px;
    box-shadow: 0px 3px 16px #00000029;
  }

  .header-menu > ul.mega-menu > li:hover > .sublist-wrap li a:hover {
      color: var(--pc);
  }

  .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;
    border-bottom: 3px solid var(--pc);
    padding: 0 0 5px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .header-menu > ul > li > .sublist-wrap > .sublist > li > a {
    color: #444;
  }

  .category-navigation-list
    > li
    > .sublist-wrap
    > .sublist
    > li
    > .sublist-wrap
    > .sublist
    li,
  .header-menu
    > ul
    > 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
    li
    a:hover,
  .header-menu
    > ul
    > li
    > .sublist-wrap
    > .sublist
    > li
    > .sublist-wrap
    > .sublist
    li
    a:hover {
    color: var(--pc);
  }

  .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;
    padding: 5px 10px;
  }

  .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 > .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: -30px;
  }

  .slider-right-column .category-navigation-list-wrapper {
    position: static;
  }

  .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 .item-box {
    width: 100%;
  }

  .two-columns-area .home-page-product-grid .product-item {
    border: none;
    padding: 0 !important;
  }

  .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 .prices {
    margin: 0 0 10px 0;
    /*this is not applied until the carousel is rendered*/
  }

  .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: var(--pc);
  }

  .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: var(--pc);
    /*long inheritance path to override default buy button*/
  }

  /* FOOTER */

  .footer {
    text-align: left;
  }

  .footer .center {
    width: 980px;
    margin: auto;
  }

  .footer-middle .center {
    display: flex;
    justify-content: space-between;
  }

  .footer-upper {
    padding: 15px 0;
  }

  .footer-block ul {
    background-color: transparent;
  }

  .footer .newsletter-email {
    text-align: center;
    padding-bottom: 8px;
  }

  .newsletter {
  }

  .newsletter .title {
    display: table;
  }

  .newsletter-subscribe {
    display: table;
    margin: 0 auto;
  }

  .newsletter-validation {
    display: none;
  }

  .social-sharing {
    margin: 0;
    text-align: right;
  }

  .social-sharing li {
    vertical-align: middle;
  }

  .footer-middle {
    padding: 60px 0 30px;
    width: 100%;
  }

  .footer-block {
    float: left;
    width: 25%;
  }

  .footer-block .title {
    margin: 0 0 12px;
    border: none;
    padding: 0;
  }

  .footer-block .title:after {
    display: none;
  }

  .footer-block ul {
    display: block !important;
    border: none;
  }

  .footer-block li {
    padding: 6px 0;
  }

  .footer-block li.address {
    white-space: nowrap;
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .footer-block li.address:hover {
    overflow: initial;
    text-overflow: initial;
    white-space: normal;
  }

  .footer-block.quick-contact li {
    padding: 6px 0 16px;
  }

  .footer-block.quick-contact span {
    padding: 0 0 0 28px;
  }

  .footer-lower {
    background-color: #fff;
    padding: 0;
    text-align: center;
  }

  .footer-lower .center {
    border-top: 1px solid #ececec;
    padding: 30px 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: -20px;
    margin-bottom: 10px;
    text-align: left;
  }

  .breadcrumb li > a,
  .breadcrumb li > span,
  .breadcrumb li > strong {
    margin-left: 0 !important;
  }

  .breadcrumb a:hover {
    color: var(--pc);
  }

  .manufacturer-item .title,
  .vendor-item .title {
    width: auto;
  }

  .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 .product-grid .item-box .buttons-lower {
    display: block !important;
  }

  .jCarouselMainWrapper .carousel-item .item-box {
    margin-bottom: 40px !important;
  }

  .product-grid .item-box .buttons-upper {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 30px;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    overflow: hidden;
    transition: all 0.2s ease;
  }

  .product-grid .item-box .buttons-lower {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 45px;
    border-width: 1px;
    border-style: solid;
    border-color: #f0f0f0 #ececec #ececec;
    background-color: #fff;
    transition: all 0.2s ease;
  }

  .product-grid .item-box:hover .buttons-lower {
    bottom: -29px;
    z-index: 0;
  }

  .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;
  }

  .product-grid .item-box:hover .buttons-lower button {
    background-color: var(--pc);
  }

  .product-grid .item-box:hover .buttons-lower button span {
    background-color: var(--pc);
    color: #fff;
  }

  .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-essential {
    padding: 35px;
  }

  .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 10px 0 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 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: var(--pc);
    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;
  }

  .search-page .product-list .product-plus-btn {
    right: 45px;
  }

  .search-page .product-list .item-box .buttons-lower button {
    position: relative;
    left: 20px;
  }

  .short-description p {
    margin: 0 0 5px;
  }

  .miniProductDetailsView .short-description p {
    margin: 0;
  }

  .product-table-cart-th .add-to-cart span {
    min-width: 100px;
    display: block;
    text-align: left;
  }

  .header-links .b2b-company-name {
    display: none;
  }
}
