﻿/*=====================================================

    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {
    /* 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 0px;
    }
    .center-2 {
        float: left;
        width: 715px;
        margin: 0 0 90px;
    }
    .side-2 {
        float: right;
        width: 245px;
        display: none;
    }
    .page {
        clear: both;
        text-align: center;
    }
    .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: #f74258;
        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: left;
        margin: 5px 0 0;
    }
    /* GLOBAL FORMS */
    /* GLOBAL TABLES */
    .cart .subtotal {
        white-space: nowrap;
    }
    .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 60px;*/
        margin: 0 0 20px;
    }
    .header .center {
        width: 980px;
        margin: auto;
    }
    .header-upper {
        /*height: 40px;*/
        /*background-color: #1a1a1a;*/
        background: #fff;
    }
    .admin-header-links {
        float: right;
        height: 30px;
        margin-left: 20px;
    }
    .admin-header-links a {
        color: #1a1a1a;
    }
    .header-links-wrapper,
    .header-selectors-wrapper {
        position: relative;
        float: right;
        height: 30px;
        /*margin: 0 20px 0 0;*/
        margin: 0 0 0 20px;
        transition: all 0.2s ease;
        text-align: right;
    }
    .header-links-wrapper label,
    .header-selectors-wrapper label {
        display: block;
        padding: 0 20px 0 0;
        background-image: url('../img/header-sprite-2.png');
        background-repeat: no-repeat;
        line-height: 30px;
    }
    .header-links-wrapper label {
        background-position: right -7px;
    }
    .header-selectors-wrapper label {
        background-position: right -47px;
    }
    .header-links,
    .header-selectors {
        display: none;
        position: absolute;
        right: -15px;
        z-index: 1020;
        min-width: 150px;
        background-color: #fff;
        border-top: 3px solid #385e9d;
        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 10px;
    }
    .header-links li:first-child {
        /*padding-top: 4px;*/
        padding-top: 0px;
    }
    .header-links li:last-child {
        padding-bottom: 4px;
    }
    .header-links li:hover {
        background-color: #f9f9f9;
    }
    .header-links a {
        display: block;
        /*padding: 10px 24px 10px 0;*/
        padding: 5px 20px 5px 0;
        font-size: 13px;
    }
    .header-links .ico-account {
        background-position: right -5px;
    }
    .header-links .ico-register {
        background-position: right -53px;
    }
    .header-links .ico-login,
    .header-links .ico-logout {
        background-position: right -101px;
    }
    .header-links .ico-inbox {
        background-position: right -149px;
    }
    .header-links .ico-wishlist {
        background-position: right -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 {
        margin-top: 0px;
    }
    .header-menu-parent-parent {
        padding-top: 20px;
    }
    .header-middle .center {
        display: table;
    }
    .header-logo {
        display: table-cell;
        width: 20%;
        padding: 0 0 0 24px;
        vertical-align: middle;
        float: left;
    }
    .header-menu-parent {
        display: table-cell;
        vertical-align: middle
    }
    .header-menu {
        position: relative;
        z-index: 1010;
        text-align: right;
    }
    .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: 3px 10px;
        font-size: 14px;
        /*reset zeroing*/
        font-weight: regular;
        color: #333;
        text-transform: uppercase;
        cursor: pointer;
    }
    .flyout-cart-wrapper {
        position: relative;
        /*display: table-cell;*/
        /*	width: 150px; prevents the cell from expanding when header menu is empty*/
        /*padding: 0 32px 0 0;*/
        vertical-align: middle;
        text-align: left;
        float: right;
        width: 180px;
    }
    .cart-trigger {
        display: inline-block;
        position: relative;
        border-top-left-radius: 15px;
        height: 40px;
        border-bottom-left-radius: 15px;
        /* border: 1px solid #8ec63f; */
        background-color: #7500db;
        /* padding: 0 23px 0 24px; */
        line-height: 40px;
        font-size: 11px;
        color: #ffffff;
        white-space: nowrap;
        transition: all 0.2s ease;
        float: right;
        margin-right: 30px;
        width: 150px;
        text-align: center;
    }
    .cart-trigger:before {
        content: "";
        position: absolute;
        top: 0px;
        right: -30px;
        width: 30px;
        height: 40px;
        background: #5600a1 url('../img/flyout-cart.png') center no-repeat;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .cart-trigger .cart-qty,
    .cart-trigger .cart-label {
        font-weight: bold;
        color: #fff;
        transition: all 0.2s ease;
    }
    .flyout-cart {
        display: none;
        position: absolute;
        right: 0;
        z-index: 10000;
        width: 350px;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        background: #fff;
        top: 39px;
    }
    .flyout-cart-wrapper:hover .cart-trigger {
        border-color: #ffffff;
        background-color: #ffffff;
        color: #555;
    }
    .flyout-cart-wrapper:hover .cart-qty,
    .flyout-cart-wrapper:hover .cart-label {
        color: #000000;
    }
    .flyout-cart-wrapper:hover .flyout-cart {
        display: block;
    }
    .inperson-wrapper {
        position: relative;
        /*display: table-cell;*/
        /*width: 150px; prevents the cell from expanding when header menu is empty*/
        /*padding: 0 32px 0 0;*/
        vertical-align: middle;
        text-align: left;
        float: right;
        margin-right: 10px;
        width: 180px;
    }
    .prism-trigger {
        display: inline-block;
        position: relative;
        height: 40px;
        border: 1px solid #e8c5ed;
        background-color: #e8c5ed;
        padding: 0 23px 0 24px;
        line-height: 40px;
        font-size: 13px;
        color: #ffffff;
        white-space: nowrap;
        transition: all 0.2s ease;
        float: right;
        margin-right: 32px;
        width: auto;
        text-align: center;
    }
    .inperson-trigger {
        display: inline-block;
        position: relative;
        height: 40px;
        /*border: 1px solid #f7941d;*/
        background-color: #e8c5ed;
        /*padding: 0 23px 0 24px;*/
        line-height: 40px;
        font-size: 13px;
        color: #ffffff;
        white-space: nowrap;
        transition: all 0.2s ease;
        float: right;
        margin-right: 30px;
        width: 150px;
        text-align: center;
        text-decoration: none;
    }
    .inperson-trigger:before {
        content: "";
        position: absolute;
        top: 0px;
        right: -30px;
        width: 30px;
        height: 40px;
        background: #e5152d url('../img/trolley.png') center no-repeat;
    }
    .inperson-trigger .inperson-qty,
    .inperson-trigger .inperson-label {
        font-weight: bold;
        color: #fff;
        transition: all 0.2s ease;
    }
    .inperson {
        display: none;
        position: absolute;
        right: 0;
        z-index: 10000;
        width: 350px;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        background: #fff;
        top: 40px;
    }
    .inperson-wrapper:hover .inperson-trigger {
        border-color: #e8c5ed;
        background-color: #e8c5ed;
        color: #555;
    }
    .inperson-wrapper:hover .inperson-qty,
    .inperson-wrapper:hover .inperson-label {
        color: #000000;
    }
    .inperson-wrapper:hover .inperson-cart {
        display: block;
    }
    .mini-shopping-cart {
        text-align: right;
    }
    .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: left;
    }
    .mini-shopping-cart .buttons {
        overflow: hidden;
        padding: 12px 15px;
        text-align: left;
    }
    .mini-shopping-cart input.cart-button {
        float: right;
        width: 49%;
    }
    .mini-shopping-cart input.checkout-button {
        float: left;
        width: 49%;
    }
    .mini-shopping-cart input[type="button"]:only-child {
        float: none;
        width: auto;
    }
    .header-lower {
        background-color: #5600a1;
        padding: 4px 0 1px 0;
    }
    .header-lower .center {
        position: relative;
        height: 0px;
        /*equals to search-button height. added to bulletproof category navigation stack*/
    }
    .category-navigation-title {
        position: absolute;
        bottom: -9px;
        right: 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: #333;
        text-transform: uppercase;
        cursor: pointer;
        display: none;
    }
    .category-navigation-title:after {
        content: "";
        position: absolute;
        top: 19px;
        left: 19px;
        width: 17px;
        height: 15px;
        background: #f74258 url('../img/category-nav.png') center no-repeat;
    }
    .home-page-body .category-navigation-title {
        cursor: auto;
        display: none;
    }
    .category-navigation-list-wrapper {
        position: absolute;
        top: 54px;
        right: 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 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: 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: #f74258;
    }
    .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;
        /*right: 243px;*/
        /*width: 736px;*/
    }
    .header-menu>ul>li>.sublist-wrap {
        top: auto;
        /*right: 0;*/
        /*width: 980px;*/
        /*margin: 0 -196px 0 0;*/
        /*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: #8101f1;
        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: right;*/
        width: 25%;
        /* padding: 10px; */
        padding-bottom: 5px;
        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 #f74258; */
        padding: 0 0 5px;
        font-weight: bold;
        text-transform: uppercase;
        background: #f2f2f2;
        padding: 2px 4px;
        /* border-radius: 5px; */
        font-weight: 400;
        color: black;
        width: 200px;
        padding-right: 15px;
        transition: all .2s;
    }
    .header-menu>ul>li>.sublist-wrap>.sublist>li>a:hover {
        background-color: #e8c5ed;
    }
    .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: 3px 0;
    }
    .header-menu>ul>li>.sublist-wrap>.sublist>li>.sublist-wrap>.sublist li::before {
        color: #bfbfbf;
        content: "\f0d9";
        font-family: 'K1Land' !important;
        transition: all .2s;
    }
    .header-menu>ul>li>.sublist-wrap>.sublist>li>.sublist-wrap>.sublist li:hover::before {
        color: #e8c5ed;
    }
    .header-menu>ul>li>.sublist-wrap>.sublist>li>.sublist-wrap>.sublist li a {
        transition: all .5s;
    }
    .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: #e8c5ed;
    }
    .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: left;
        /*clear: left;*/
        margin: 0;
        margin-left: 50px;
    }
    .store-search-box .search-box-button {
        margin: 0 0px 0 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 50px;*/
        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: right;
        width: 29%;
    }
    .two-colums-area-right {
        position: relative;
        z-index: 0;
        float: left;
        width: 679px;
    }
    .slider-fullwidth {
        margin-top: -31px;
    }
    .slider-right-column {
        /*margin-top: -35px;*/
        margin-top: 0px;
    }
    .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: 45px 0 0 !important;
    }
    /* HOMEPAGE CAROUSELS */
    .two-columns-area .home-page-product-grid {
        overflow: hidden;
        height: 304px;
        display: block;
        margin: 0px;
        border: 1px solid #e9e9e9;
        background-color: #fff;
    }
    .two-columns-area.slider-right-column .home-page-product-grid:first-child {
        margin-top: 0;
    }
    .two-columns-area.slider-right-column .k1-tr-banner {
        /*display: none;*/
    }
    .two-columns-area .home-page-product-grid .title {
        margin: 0;
        border: none;
        padding: 8px 20px;
        font-size: 16px;
        text-align: center;
    }
    .two-columns-area .home-page-product-grid .item-box {
        width: 100%;
        margin: 0;
    }
    .two-columns-area .home-page-product-grid.product-item {
        border: none;
        padding: 0 !important;
    }
    .two-columns-area .home-page-product-grid .product-rating-box,
    .two-columns-area .home-page-product-grid .buttons-upper,
    .two-columns-area .home-page-product-grid .buttons-lower {
        display: none !important;
    }
    .two-columns-area .home-page-product-grid .product-title {
        height: 30px;
    }
    .two-columns-area .owl-carousel .prices {
        margin: 0;
        /*this is not applied until the carousel is rendered*/
    }
    .two-columns-area .owl-carousel .owl-controls {
        padding: 18px 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: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #c9c9c9;
    }
    .two-columns-area .owl-carousel .owl-dot.active span {
        background-color: #f74258;
    }
    .bestsellers {
        float: right;
        width: 66%;
    }
    .bestsellers:only-child {
        float: none;
        width: auto;
    }
    .bestsellers .owl-prev {
        left: 37px;
        right: 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*/
        max-height: 155px;
        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: #f74258;
        /*long inheritance path to override default buy button*/
    }
    /* FOOTER */
    .footer {
        text-align: right;
    }
    .footer .center {
        width: 980px;
        margin: auto;
    }
    .footer .center:after {
        content: "";
        display: block;
        clear: both;
    }
    .footer-upper {
        padding: 8px 0;
    }
    .footer-block ul {
        background-color: transparent;
    }
    .newsletter {
        float: right;
    }
    .newsletter .title {
        display: inline-block;
        margin: 0 0 0 10px;
        vertical-align: middle;
    }
    .newsletter-subscribe {
        display: inline-block;
        vertical-align: middle;
    }
    .newsletter-validation {
        display: none;
    }
    .social-sharing {
        float: left;
        margin: 0;
        line-height: 53px;
    }
    .social-sharing li {
        vertical-align: middle;
    }
    .footer-middle {
        padding: 60px 0 30px;
    }
    .footer-block {
        float: right;
        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 28px 0 0;
    }
    .footer-lower {
        background-color: #a3a3a3;
        padding: 0;
        text-align: center;
    }
    .footer-lower .center {
        border-top: 1px solid #5600a1;
        padding: 30px 0;
    }
    /* 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 15px 0 0;
        vertical-align: middle;
        font-size: 14px;
        /*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: #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: right;
    }
    .breadcrumb li>* {
        margin-right: 0;
    }
    .breadcrumb a:hover {
        color: #f74258;
    }
    .sub-category-item .title,
    .manufacturer-item .title,
    .vendor-item .title {
        width: auto;
        display: none;
    }
    .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 25px;
        /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
        box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
        border-radius: 15px;
    }
    .product-grid .item-box .buttons-upper {
        position: absolute;
        bottom: 15px;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 30px;
        border-right: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
        overflow: hidden;
        transition: all 0.2s ease;
    }
    .product-grid .item-box .buttons-lower {
        position: absolute;
        bottom: 0;
        border-radius: 15px;
        right: 0;
        z-index: 2;
        width: 100%;
        height: 45px;
        border-width: 1px;
        border-style: solid;
        border-color: #f0f0f0 #e9e9e9 #e9e9e9;
        background-color: #fff;
        transition: all 0.2s ease;
    }
    .product-grid .item-box:hover .buttons-lower {
        bottom: -29px;
        z-index: 0;
    }
    .product-grid .item-box:hover .buttons-lower button {
        background-color: #ffffff;
    }
    .product-grid .item-box:hover .buttons-lower button span {
        background-color: #ffffff;
        color: #362f2f;
    }
    .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-right: 2%;
    }
    .center-1 .product-grid .item-box:nth-child(4n+1) {
        clear: both;
        margin-right: 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 0 0 10px;
    }
    .variant-overview .stock {
        display: inline-block;
        margin: 0 0 10px 10px;
    }
    .overview .back-in-stock-subscription {
        display: inline-block;
        margin: 0 0 15px;
    }
    .product-social-buttons {
        bottom: -35px;
    }
    .overview-bottom .delivery,
    .variant-overview .delivery {
        left: -35px;
        bottom: -35px;
    }
    .group-product .product-social-buttons {
        margin: 0;
    }
    .product-variant-line {
        padding: 35px;
    }
    .attributes dt {
        float: right;
        clear: right;
        margin-left: 10px;
    }
    .attributes dt label {
        line-height: 38px;
    }
    .attributes dd {
        float: right;
        margin-left: 10px;
    }
    .attribute-item>div {
        display: inline-block;
        margin: 0 0 0 10px;
        white-space: nowrap;
    }
    .giftcard label {
        display: inline-block;
        min-width: 120px;
        margin: 0 0 0 10px;
    }
    /* REVIEW PAGE */
    /* WISHLIST & COMPARE LIST */
    .compare-products-page .clear-list {
        position: absolute;
        top: -30px;
        left: 0;
        color: #f74258;
        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: right;
    }
    .center-2 .account-page .page-title {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        border-width: 0 0 1px;
    }
    .block-account-navigation {
        margin: 0 !important;
    }
    .block-account-navigation .list {
        text-align: right;
    }
    .block-account-navigation .list li {
        margin: 0 0 0 10px;
    }
    .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 a.active {
        padding: 0 0 0 30px;
        /*IE9 fix, otherwise this line should be in the main <a> definition in styles.css, not in hover/active and not in @1000px*/
    }
    .account-page .form-fields,
    .account-page .edit-address {
        margin: 0;
    }
    .account-page .vat-status,
    .account-page .vat-note {
        text-align: right;
    }
    .account-page .buttons {
        text-align: right;
    }
    .account-page ul.info {
        text-align: right;
    }
    .account-page ul.info+.buttons {
        position: absolute;
        left: 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: right;
    }
    /* SHOPPING CART & CHECKOUT */
    .order-progress {
        position: absolute;
        top: 5px;
        left: 0;
        background-color: #f6f6f6;
    }
    .order-progress li {
        margin: 0 2px;
    }
    .order-progress li:first-child a {
        padding-right: 20px;
    }
    .order-progress li:first-child a:before {
        display: none;
    }
    .ol-overlaycontainer-stopevent {
        display: none;
    }
    .order-progress li:last-child a {
        padding-left: 24px;
    }
    .order-progress li:last-child a:after {
        display: none;
    }
    .shopping-cart-page .page-title,
    .checkout-page .page-title {
        min-height: 37px;
        text-align: right;
        /*chrome line-height fix*/
        padding: 0 0 5px;
    }
    canvas.ol-unselectable {
        height: 400px !important;
    }
    div#map {
        /* height: 400px; */
        width: 50%;
        display: inline-block;
    }
    .section.new-billing-address {
        z-index: 1000;
        width: 50%;
        float: right;
        display: inline-block;
    }
    .shopping-cart-page .tax-shipping-info {
        text-align: left;
    }
    .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: right;
    }
    .cart-collaterals .coupon-code {
        width: auto;
    }
    .cart-collaterals .coupon-code:after {
        content: "";
        display: block;
        clear: both;
    }
    .cart-collaterals .coupon-code input[type="text"] {
        float: right;
        width: 63%;
        margin: 0 1%;
    }
    .cart-collaterals .coupon-code input[type="submit"] {
        float: right;
        width: 33%;
        margin: 0 1%;
    }
    .checkout-page .address-item {
        width: 30%;
        margin: 4% 5% 0 0;
    }
    .checkout-page .address-item:nth-child(2n+1) {
        clear: none;
        margin-right: 5%;
    }
    .checkout-page .address-item:nth-child(3n+1) {
        clear: both;
        margin-right: 0;
    }
    .checkout-page .address-item:nth-child(-n+3) {
        margin-top: 0;
    }
    .checkout-page .address-item:only-child {
        text-align: right;
    }
    .checkout-page .enter-address {
        margin: 0;
    }
    .checkout-page .enter-address+.buttons {
        padding: 10px 60px;
        text-align: right;
    }
    .checkout-page .enter-address+.buttons.centered {
        text-align: center;
    }
    .section.shipping-method,
    .section.payment-method {
        text-align: right;
    }
    .section.shipping-method .buttons,
    .section.payment-method .buttons,
    .section.payment-info .buttons,
    /*.section.confirm-order .buttons,*/
    .section.order-completed .buttons {
        text-align: right;
    }
    .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: right;
    }
    .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: left;
        width: 40%;
    }
    #opc-confirm_order .terms-of-service {
        width: 40%;
        margin-right: auto;
    }
    #opc-confirm_order div.buttons {
        text-align: left;
    }
    /* SEARCH & SITEMAP */
    .basic-search .inputs.reversed label {
        text-align: right;
    }
    .advanced-search .inputs,
    .advanced-search .inputs label:first-child,
    .advanced-search .price-range {
        text-align: right;
    }
    .advanced-search .price-range input {
        margin: 0 0 0 10px;
    }
    /* BLOG & NEWS */
    .news-items .buttons {
        text-align: right;
    }
    .news-items .read-more:hover:after {
        width: 30px;
    }
    .news-item-page .inputs:first-child label {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 90px;
        margin: 0;
        line-height: 40px;
        text-align: left;
    }
    .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;
        left: 0;
    }
    .forums-main-page .forum-search-box {
        top: 65px;
    }
    .forum-search-box .search-box-text {
        width: 330px !important;
    }
    .forum-search-box .advanced {
        text-align: left;
    }
    .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: right;
        margin: 2px 0;
    }
    .forum-actions .actions a,
    .topic-actions .actions a {
        margin: 0 0 0 15px;
    }
    .forum-actions .pager,
    .topic-actions .pager {
        float: left;
        max-width: 450px;
    }
    .forum-actions .pager.upper,
    .topic-actions .pager.upper {
        margin: 0;
    }
    .topic-post .post-time label {
        display: inline;
    }
    .pager.lower {
        float: left;
        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;
    }
    #Guarantees div.g-container {
        width: 70%;
    }
    #Guarantees div.openeyes {
        display: block;
    }
    .top-notif {
        display: block;
    }
    .g-container {
        border-left: 0px !important;
        border-bottom: 0px !important;
        border-right: 1px solid #e6e6e6 !important;
        border-top: 1px solid #e6e6e6 !important;
    }
    .g-container>div.gurantee-item {
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
    .g-container>div.gurantee-item:nth-child(2n) {
        border-left: 1px solid #e6e6e6;
    }
    .g-container>div.gurantee-item:nth-child(4n) {
        border-left: 0px solid #e6e6e6;
    }
    #Guarantees {
        margin-bottom: 20px;
		
    }
    .header-middle>div>div {
        display: table-cell;
        vertical-align: bottom;
        padding-left: 42px;
        float: none;
    }
    .header-middle>div>div:last-child {
        padding-left: 0px;
    }
    .top-notif {
        height: 100px;
        background-color: #5f5659;
    }
    .top-notif span {
        margin: 0px auto;
        display: block;
        color: #e8c5ed;
        font-weight: bold;
        text-align: center;
        line-height: 40px;
    }
    .fullwidthBanner {
        height: 100px;
        background-color: #5f5659;
    }
    .overview-bottom div.gurantee {
        width: 54%;
        margin: -10px 0 0px 0px;
    }
    .overview-bottom div.gurantee .gurantee-item {
        width: 50%;
    }
    .landing-image {
        width: 50%;
    }
    .landing-text {
        width: 50%;
    }
}