﻿/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {

    /* GLOBAL STYLES */

    .master-wrapper-content {
        width: 980px;
        min-height: 300px;
        margin: auto;
    }

    .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;
    }

    .side-2 {
        float: left;
        width: 245px;
    }

    .page {
        clear: both;
        text-align: left;
    }

    .center-2 .page .page-title {
        display: none;
    }

    .side-2 .page-title {
        margin: 0 0 15px;
        border: 1px solid #e9e9e9;
        background-color: #fff;
        padding: 20px 25px;
    }

        .side-2 .page-title h1 {
            font-size: 18px;
            color: #EA8600;
            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,
.product-tags-all-page-body .block-popular-tags,
.products-by-tag-page-body .block-popular-tags,
.recently-viewed-products-page-body .block-category-navigation,
.recently-added-products-page-body .block-category-navigation,
.compare-products-page-body .block-category-navigation,
.search-page-body .block-category-navigation {
}*/
    .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 */


    .reward-points-history .data-table col:first-child,
    .reward-points-history .data-table th:first-child,
    .reward-points-history .data-table td:first-child {
        display: none !important; /*hides counter*/
    }

    .order-details-page .data-table col:first-child,
    .order-details-page .data-table th:first-child,
    .order-details-page .data-table td:first-child {
        display: none !important; /*hides counter*/
    }

    .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 20px;
    }

        .header .center {
            width: 980px;
            margin: auto;
        }

    .header-upper {
        height: 42px;
        background-color: #f6f6f6;
    }

    .admin-header-links {
        float: left;
        height: 42px;
    }

        .admin-header-links a {
            color: #444;
        }

    .header-links-wrapper,
    .header-selectors-wrapper {
        position: relative;
        float: right;
        height: 42px;
        margin: 0 0 0 20px;
        transition: all 0.2s ease;
    }

        .header-links-wrapper label,
        .header-selectors-wrapper label {
            display: block;
            padding: 0 0 0 20px;
            background-image: url('../img/header-sprite-2.png');
            background-repeat: no-repeat;
            line-height: 42px;
        }

        .header-links-wrapper label {
            background-position: left 0;
        }

        .header-selectors-wrapper label {
            background-position: left -40px;
        }

    .header-links,
    .header-selectors {
        display: none;
        position: absolute;
        left: -15px;
        z-index: 1020;
        min-width: 150px;
        background-color: #fff;
        border-top: 3px solid #EA8600;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        transition: all 0.2s ease;
    }

    .header-links-wrapper:hover > div,
    .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: #f9f9f9;
        }

    .header-links a {
        display: block;
        padding: 10px 0 10px 24px;
        font-size: 13px;
    }

    .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: #e9e9e9;
        }

    .header-middle {
        background-color: #fff;
        padding: 20px 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;
        }

            .header-menu > ul > li {
                display: inline-block;
                vertical-align: middle;
            }

                .header-menu > ul > li > a,
                .header-menu > ul > li > span {
                    display: block;
                    padding: 5px 20px;
                    font-size: 14px; /*reset zeroing*/
                    font-weight: bold;
                    color: #43495E;
                    text-transform: uppercase;
                    cursor: pointer;
                }

    .flyout-cart-wrapper {
        position: relative;
        display: table-cell;
        min-width: 24%; /*prevents the cell from expanding when header menu is empty*/
        padding: 0 0 0 32px;
        vertical-align: middle;
        text-align: right;
        float: right;
    }

    .cart-trigger {
        display: inline-block;
        position: relative;
        height: 60px;
        border: 1px solid #f0f0f0;
        padding: 0 19px 0 18px;
        line-height: 52px;
        font-size: 13px;
        color: #777;
        white-space: nowrap;
        transition: all 0.2s ease;
    }

        .cart-trigger:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -32px;
            width: 32px;
            height: 60px;
            background: #EA8600 url('../img/flyout-cart.png') center no-repeat;
        }

        .cart-trigger .cart-qty,
        .cart-trigger .cart-label {
            font-weight: bold;
            color: #43495E;
            transition: all 0.2s ease;
        }

    .flyout-cart {
        display: none;
        position: absolute;
        right: 0;
        z-index: 1;
        width: 350px;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    .flyout-cart-wrapper:hover .cart-trigger {
        border-color: #EA8600;
        background-color: #EA8600;
        color: #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: #43495E;
        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: -9px;
        left: 0;
        z-index: 2;
        width: 245px;
        height: 55px;
        border: 1px solid #e9e9e9;
        background-color: #fff;
        padding: 0 20px;
        font-size: 15px;
        line-height: 53px;
        font-weight: bold;
        color: #43495E;
        text-transform: uppercase;
        cursor: pointer;
    }

        .category-navigation-title:after {
            content: "";
            position: absolute;
            top: 19px;
            right: 19px;
            width: 17px;
            height: 15px;
            background: #EA8600 url('../img/category-nav.png') center no-repeat;
        }

    .home-page-body .category-navigation-title {
        cursor: auto;
    }

    .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 #e9e9e9;
        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*/
        z-index: 2; /*prevent flyout z-index conflict*/
    }

    .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: block;
            min-height: 46px; /*chrome line-height fix*/
            padding: 13px 20px;
        }

        .category-navigation-list > li:hover > a,
        .category-navigation-list > li:hover > span {
            background-color: #f9f9f9;
            color: #EA8600;
        }

    .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: 0;
        width: 980px;
        margin: 0 0 0 -196px; /*depends on logo cell width, which is always fixed*/
    }

    .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 { /*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;
    }

        .category-navigation-list > li > .sublist-wrap > .sublist > li,
        .header-menu > ul > li > .sublist-wrap > .sublist > li { /*this is a subcategory item (contains a list)*/
            float: left;
            width: 25%;
            padding: 10px;
            font-size: 13px;
        }

            .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 #EA8600;
                padding: 0 0 5px;
                font-weight: bold;
                text-transform: uppercase;
                color: #43495E;
            }

            .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: #EA8600;
                }

            .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;
            }

    .search-box input.search-box-text {
        width: 210px;
    }

    .store-search-box {
        float: right;
        clear: right;
        margin: 0;
    }

        .store-search-box .search-box-button {
            margin: 0 0 0 5px;
        }

    .ui-autocomplete {
        z-index: 1015;
    }

    .store-search-box.full-width input.search-box-text {
        width: 918px;
    }

    .categories-navigation-title {
        cursor: pointer;
    }

    .homepage-navigation-title {
        position: absolute;
        margin: 15px 0;
    }

        .homepage-navigation-title a,
        .categories-navigation-title {
            color: #C9CBD2;
            text-transform: uppercase;
            margin-right: 20px;
        }

            .homepage-navigation-title a:hover,
            .categories-navigation-title:hover {
                color: #fff;
            }

    .promotions-navigation-title {
        color: #EA8600 !important;
    }

    .calculator-navigation-title {
        position: absolute;
        margin: 15px 515px;
    }

    /* 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-columns-area-left {
        position: relative;
        z-index: 1;
        float: left;
        width: 720px;
    }

    .two-columns-area-right {
        position: relative;
        z-index: 0;
        float: right;
        width: 245px;
    }

    .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;
    }

    .home-page-category-grid .item-box {
        width: 170px; /*four per row*/
    }

    .two-columns-area-right .slider-wrapper .picture-slide img {
        height: 484px;
    }

    /* HOMEPAGE CAROUSELS */

    .two-columns-area .jCarouselMainWrapper {
        margin: 40px 0 0 !important;
    }

        .two-columns-area .jCarouselMainWrapper:only-of-type {
            margin: 0 !important;
        }

    .two-columns-area-left .jCarouselMainWrapper {
        display: block;
    }

    .two-columns-area-left .carousel-title span {
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }

    .two-columns-area-left .carousel-title button + span {
        margin-right: 75px;
    }

    .two-columns-area .featured-product-grid {
        display: block;
        margin: 45px 0 0;
        border: 1px solid #e9e9e9;
        background-color: #fff;
    }

        .two-columns-area .featured-product-grid .carousel-item {
            padding-bottom: 15px !important;
        }

        .two-columns-area .featured-product-grid .carousel-title {
            margin: 0;
            border: none;
            padding: 15px 20px;
            font-size: 16px;
            text-align: center;
            line-height: normal;
        }

            .two-columns-area .featured-product-grid .carousel-title button {
                display: none !important;
            }

            .two-columns-area .featured-product-grid .carousel-title span {
                margin: 0;
                white-space: normal;
            }

        .two-columns-area .featured-product-grid .item-box {
            width: 100%;
            margin: 0;
        }

        .two-columns-area .featured-product-grid .product-item {
            border: none;
            padding: 0 !important;
        }

        .two-columns-area .featured-product-grid .product-rating-box,
        .two-columns-area .featured-product-grid .buttons-upper,
        .two-columns-area .featured-product-grid .buttons-lower {
            display: none !important;
        }

        .two-columns-area .featured-product-grid .prices {
            margin: 0;
        }

        .two-columns-area .featured-product-grid .slick-dots {
            margin: 0;
            padding: 18px 20px;
            text-align: center;
            font-size: 0;
        }

    .bestsellers {
        float: left;
        width: 66%;
    }

        .bestsellers:only-child {
            float: none;
            width: auto;
        }

        .bestsellers .slick-prev {
            right: 37px;
            left: auto;
        }

        .bestsellers .product-item {
            height: 210px; /*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;
    }

    /* FOOTER */

    .footer {
        text-align: left;
    }

        .footer .center {
            width: 980px;
            margin: auto;
        }

            .footer .center:after {
                content: "";
                display: block;
                clear: both;
            }

    .footer-upper {
        padding: 15px 0;
    }

    .footer-block ul {
        background-color: transparent;
    }

    .newsletter {
        float: left;
        border-top: 1px solid #e9e9e9;
    }

        .newsletter .newsletter-title {
            display: inline-block;
            margin: 0 10px 0 0;
            vertical-align: middle;
        }

    .newsletter-subscribe {
        display: inline-block;
        vertical-align: middle;
    }

    .newsletter-validation {
        display: none;
    }

    .social-sharing {
        float: right;
        margin: 0;
        line-height: 47px;
    }

        .social-sharing li {
            vertical-align: middle;
        }

    .footer-middle {
        padding: 60px 0 30px;
    }

    .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.quick-contact li {
            padding: 6px 0 16px;
        }

        .footer-block.quick-contact span {
            padding: 0 0 0 28px;
        }

    .footer-lower {
        background-color: #f6f6f6;
        padding: 0;
        text-align: center;
    }

        .footer-lower .center {
            border-top: 1px solid #e9e9e9;
            padding: 30px 0;
        }

    .homepage-footer-navigation-title {
        float: left;
        margin: 15px 0;
    }

        .homepage-footer-navigation-title a,
        .stores-footer-navigation-title a {
            color: #C9CBD2;
            text-transform: uppercase;
        }

            .homepage-footer-navigation-title a:hover,
            .stores-footer-navigation-title a:hover {
                color: #fff;
            }

    .stores-footer-navigation-title {
        position: absolute;
        margin: 15px 100px;
    }

    .calculator-footer-navigation-title {
        position: absolute;
        margin: 15px 225px;
    }

    /* LEFT/RIGHT COLUMN */

    .block {
        float: none;
        width: auto;
        margin: -1px 0 0;
        border-width: 1px;
        border-style: solid;
        border-color: #f0f0f0 #e9e9e9 #e9e9e9;
    }

        .block:first-child,
        .page-title + .block {
            border-top-color: #e9e9e9;
        }

        .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: 14px; /*reset zeroing*/
            word-break: break-all;
        }

    .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: #e9e9e9;
        }
    /*.recently-viewed-products-page-body .block-category-navigation,
.recently-added-products-page-body .block-category-navigation,
.compare-products-page-body .block-category-navigation,
.search-page-body .block-category-navigation {
	display: block;
}
.recently-viewed-products-page-body .block-category-navigation .listbox,
.recently-added-products-page-body .block-category-navigation .listbox,
.compare-products-page-body .block-category-navigation .listbox,
.search-page-body .block-category-navigation .listbox {
	display: block !important;
}*/

    /* CATEGORY PAGE & GRIDS */

    .breadcrumb {
        margin-top: -10px;
        text-align: left;
    }

        .breadcrumb.previous-next-buttons {
            margin-right: 350px !important;
        }

        .breadcrumb li > a,
        .breadcrumb li > span,
        .breadcrumb li > strong {
            margin-left: 0 !important;
        }

        .breadcrumb a:hover {
            color: #EA8600;
        }

    .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;
        }

    .product-grid .item-box .product-item {
        padding: 0 0;
    }

    .product-grid .item-box .buttons-upper {
        /*position: absolute;
		bottom: 8px;
		left: 0;*/
        z-index: 1;
        width: 100%;
        height: 36px;
        /*border-right: 1px solid #e9e9e9;
		border-left: 1px solid #e9e9e9;*/
        overflow: hidden;
        transition: all 0.2s ease;
    }

    .product-grid .item-box .buttons-lower {
        z-index: 2;
        width: 100%;
        /*height: 38px;*/
        border-width: 0px;
        border-style: solid;
        border-color: #f0f0f0 #e9e9e9 #e9e9e9;
        background-color: #fff;
        transition: all 0.2s ease;
    }

    .spc-body .category-products .product-grid.active[data-tabid="9"] .item-box .buttons-upper {
        float: left;
        width: 38% !important;
    }

    .spc-body .category-products .product-grid.active[data-tabid="9"] .item-box .buttons-lower {
        float: right;
        width: 62% !important;
    }

        .spc-body .category-products .product-grid.active[data-tabid="9"] .item-box .buttons-lower input[type="button"].button-2.product-box-add-to-cart-button,
        .spc-body .category-products .product-grid.active[data-tabid="9"] .item-box .buttons-lower .qty-input {
            height: 36px !important;
        }

    .product-grid .item-box:hover .buttons-lower {
        z-index: 0;
    }

        .product-grid .item-box:hover .buttons-lower button {
            background-color: #EA8600;
        }

            .product-grid .item-box:hover .buttons-lower button span {
                background-color: #EA8600;
                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%;
    }

        .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 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: #EA8600;
        text-transform: none;
    }

        .compare-products-page .clear-list:hover {
            text-decoration: underline;
        }

    .compare-products-page .table-wrapper {
        overflow: hidden;
    }

    .compare-products-table {
        display: table;
    }

        .compare-products-table .remove-product td {
            border-top-color: #e9e9e9;
            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;
        }

            .block-account-navigation .list li {
                margin: 0 10px 0 0;
            }

            .block-account-navigation .list a:hover {
                max-width: 500px; /*this releases the width, set to some big value*/
            }

            .block-account-navigation .list a:hover,
            .block-account-navigation .list .active a {
                padding: 0 30px 0 0; /*IE9 fix, otherwise this line should be in the main <a> definition in styles.css, not in hover/active and not in @1024px*/
            }

    .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 .inputs.reversed {
	text-align: left;
}*/
    .forum-edit-page textarea,
    .private-message-send-page textarea {
        height: 180px;
    }

    .private-messages-page td.date {
        white-space: nowrap;
    }

    .order-summary-content .cart .footable-loaded {
        display: grid;
    }

    .common-buttons .update-cart-button,
    .common-buttons .remove-from-cart-button {
        float: left;
    }

    .common-buttons .continue-shopping-button {
        float: right;
    }

    .cart-options {
        text-align: right;
    }
}

@media all and (width: 1024px) and (min-width: 767px) {
    .product-list .item-box .buttons-lower {
        width: 79%;
    }
}

@media all and (width: 1024px) and (min-width: 769px) {
    .side-2 {
        float: left;
        width: 25%;
    }

    .center-2 {
        float: right;
        width: 73%;
    }

    .block-recently-viewed-products {
        width: 100%;
    }
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
    #shopping-cart-form .cart .energy-class-info .energy-class-picture,
    .wishlist-content .cart .energy-class-info .energy-class-picture {
        width: 40%;
    }

    #shopping-cart-form .cart .energy-class-info .energy-class-additional-info,
    .wishlist-content .cart .energy-class-info .energy-class-additional-info {
        font-size: 11.90px;
    }

    .product-list .item-box .energy-class-info .energy-class-additional-info {
        width: 85%;
    }

    .product-grid .item-box .energy-class-info .energy-class-additional-info,
    .product-list .item-box .energy-class-info .energy-class-additional-info {
        width: 95%;
    }

    .product-list .item-box .energy-class-info .energy-class-picture .energy-class-img,
    .product-grid .item-box .energy-class-info .energy-class-picture .energy-class-img {
        width: 50px;
    }

    .product-list .item-box .energy-class-info .energy-class-picture,
    .product-grid .item-box .energy-class-info .energy-class-picture {
        width: 19%;
    }

    #shopping-cart-form .cart .energy-class-info .energy-class-img,
    .wishlist-content .cart .energy-class-info .energy-class-img {
        width: 46px;
    }

    #product-details-form .energy-class-info .energy-class-picture {
        width: 50%;
    }

    #product-details-form .energy-class-info .energy-class-additional-info {
        width: 100%;
    }

    #shopping-cart-form .footable-row-detail-row .energy-class-info,
    .wishlist-content .cart .energy-class-info {
        padding: 30px 0 0 0;
        margin-bottom: -20px;
    }

    .compare-products-table-mobile .energy-class-info .energy-class-picture .energy-class-img {
        width: 50px;
    }

    #shopping-cart-form .cart .energy-class-info .energy-class-picture:hover .energy-info-full-picture,
    #shopping-cart-form .cart .energy-class-info .energy-class-picture:hover .energy-info-full-picture .energy-class-details-img {
        width: 46%;
        left: 36%;
        top: 16%;
    }

    .wishlist-content .cart .energy-class-info .energy-class-picture:hover .energy-info-full-picture,
    .wishlist-content .cart .energy-class-info .energy-class-picture:hover .energy-info-full-picture .energy-class-details-img {
        width: 46%;
        left: 36%;
        top: 16%;
    }

    .compare-products-table .energy-class-info .energy-class-picture:hover .energy-info-full-picture,
    .compare-products-table .energy-class-info .energy-class-picture:hover .energy-info-full-picture .energy-class-details-img,
    .compare-products-table-mobile .energy-class-info .energy-class-picture:hover .energy-info-full-picture,
    .compare-products-table-mobile .energy-class-info .energy-class-picture:hover .energy-info-full-picture .energy-class-details-img {
        width: 50%;
        left: 25%;
        bottom: 0;
    }

    .overview .qty-input {
        width: 63px;
    }
}
