﻿@media all and (min-width:1025px) {
    .header-links a {
        display: inline-block;
        font-size: 13px;
        color: #333;
        transition: color .2s;
    }

    .category-grid, .news-list-homepage, .product-grid, .topic-block {
        margin: 0 auto 50px;
    }

        .category-grid:last-child, .news-list-homepage:last-child, .product-grid:last-child, .topic-block:last-child {
            margin-bottom: 0;
        }

    .center-2 .category-grid {
        margin: 0 0 30px;
    }

    .center-2 .category-grid, .center-2 .product-grid, .center-2 .topic-block {
        width: 100%;
    }

    .category-description, .manufacturer-description, .vendor-description {
        margin: 0 0 30px;
    }

    .center-2 {
        float: right;
        width: 77%;
        border-left: 2px solid #c8c8c8;
        min-height: 504px;
    }

    .side-2 {
        float: left;
        width: 23%;
    }

    .inputs {
        text-align: left;
    }

    .header {
        position: relative;
        z-index: 1020;
        margin: 0 auto;
        text-align: left;
    }

    .header-upper {
        text-align: right;
    }

    .header-selectors-wrapper select {
        padding: 0 15px 0 0;
        background: 0 0;
        border: none;
        color: #ababab;
        height: 30px;
        font-size: 13px;
        min-width: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .header-lower, .header-selectors-wrapper {
        width: calc(100% - 110px);
        margin: 0 auto;
    }

    .header-menu {
        padding: 2px 55px;
    }

        .header-menu:after {
            content: "";
            display: block;
            clear: both;
        }

    .header-menu-parent {
        font-size: 0;
    }

    .category-navigation-list-wrapper {
        display: inline-block;
        position: relative;
        border-right: 3px solid #fff;
        overflow: hidden;
    }

        .category-navigation-list-wrapper * {
            font-size: 0;
        }

    .category-navigation-list {
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 10px;
        padding: 10px 0;
        border: 1px solid #eee;
        opacity: 0;
        pointer-events: none;
        width: 100%;
        background-color: #fff;
        transition: .3s;
        z-index: 1099;
        box-shadow: 0 0 15px rgba(0,0,0,.1);
    }

        .category-navigation-list > li > .sublist-wrap {
            margin-top: -16px;
        }

            .category-navigation-list > li > .sublist-wrap .sublist-wrap {
                margin-left: -1px;
            }

    .category-navigation-list-wrapper .sublist-wrap {
        position: absolute;
        font-size: 0;
        top: 0;
        margin: 0;
        width: 0 !important;
        left: 100%;
        border: none;
        padding: 15px 0;
        background: url(../img/shadow-top.png) top left repeat-x,url(../img/shadow-bottom.png) bottom left repeat-x;
        pointer-events: none;
        overflow: hidden;
        transition: .3s;
    }

        .category-navigation-list-wrapper .sublist-wrap .sublist {
            border: 1px solid #eee;
            border-width: 1px 0;
            padding: 10px 0;
            background-color: #fff;
        }

    .category-navigation-list .plus-button {
        display: none;
    }

    .category-navigation-list-wrapper .sublist > li {
        opacity: 0;
    }

    .category-navigation-list-wrapper ul li a, .category-navigation-list-wrapper ul li > span {
        position: relative;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 35px 0 20px;
        height: 40px;
        line-height: 40px;
        color: #8c8c8c;
        font-size: 15px;
        font-weight: 700;
        transition: .2s;
    }

    .category-navigation-list-wrapper ul li span {
        font-size: 15px;
    }

    .category-navigation-list-wrapper ul li:hover > .sublist-wrap {
        opacity: 1;
        pointer-events: auto;
        overflow: visible;
        width: 100% !important;
    }

        .category-navigation-list-wrapper ul li:hover > .sublist-wrap > .sublist {
            border-width: 1px;
        }

            .category-navigation-list-wrapper ul li:hover > .sublist-wrap > .sublist > li {
                opacity: 1;
                transition: .1s ease-in .3s;
            }

    .category-navigation-list-wrapper ul li:hover > a, .category-navigation-list-wrapper ul li:hover > span {
        background-color: #f6f6f6;
        color: #97c300;
    }

        .category-navigation-list-wrapper ul li:hover > a:after {
            color: #97c300;
        }

    .category-navigation-list-wrapper:hover {
        overflow: visible;
    }

        .category-navigation-list-wrapper:hover .category-navigation-list {
            margin-top: 0;
            opacity: 1;
            pointer-events: auto;
        }

    .category-navigation-list-wrapper .with-subcategories:after {
        content: "\6a";
        position: absolute;
        top: 50%;
        right: 20px;
        left: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: emporium-icons;
        font-size: 8px;
        color: #8e8e8e;
    }

    .header-lower {
        padding-top: 10px;
        text-align: center;
        font-size: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .header-lower:after {
            content: '';
            display: block;
            clear: both;
        }

    .header-logo {
        float: left;
        width: 25%;
        text-align: left;
        padding-right: 10px;
    }

    .header-links-wrapper {
        float: right;
        width: 35%;
        margin-bottom: 0;
        text-align: right;
    }

    .header-links {
        width: 100%;
    }

        .header-links ul {
            font-size: 0;
            padding-left: 10px;
            display: inline-table;
        }

        .header-links li {
            position: relative;
            display: table-cell;
            text-align: center;
            vertical-align: top;
        }

        .header-links .profile-menu-box a:before, .header-links .profile-menu-box span:before {
            font-size: 17px;
            margin: 0 7px 0 0;
        }

        .header-links a:before, .header-links span:before {
            display: block;
            margin-bottom: 4px;
            font-family: emporium-icons;
            font-size: 24px;
            color: #8e8e8e;
            transition: color .2s;
        }

        .header-links a.ico-cart:before {
            font-size: 26px;
        }

        .header-links a:hover, .header-links a:hover:before {
            color: #97c300;
        }

    .ico-cart .cart-qty, .ico-wishlist .wishlist-qty {
        position: absolute;
        display: inline-block;
        top: -5px;
        left: 50%;
        -webkit-transform: translateX(-50%) translateX(25px);
        -ms-transform: translateX(-50%) translateX(25px);
        transform: translateX(-50%) translateX(25px);
        background-color: #97c300;
        font-size: 10px;
        height: auto;
        padding: 0 3px;
        width: auto;
        min-width: 15px;
        min-height: 15px;
        line-height: 15px;
        border-radius: 20px;
        color: #fff;
        text-align: center;
    }

    .search-box {
        display: inline-block;
        font-size: 0;
    }

    .header-lower .search-box {
        float: left;
        width: 40%;
    }

    .search-box .search-box-button {
        width: 47px;
        height: 47px;
        border: none;
        background: url(../img/search-button-desktop.png) center no-repeat #eebe00;
        transition: background-color .1s;
    }

    .search-box form {
        display: block;
    }

    .search-box input.search-box-text {
        height: 47px;
        color: #8c8c8c;
        width: calc(100% - 47px);
    }

    .mobile-flyout-wrapper {
        position: relative;
        display: table-cell;
        width: 100px;
        vertical-align: top;
        text-align: center;
        z-index: 1200;
    }

    .mini-shopping-cart {
        display: none;
        position: absolute;
        top: 85%;
        right: 15px;
        z-index: 1030;
    }

        .mini-shopping-cart .name a {
            margin: 0 0 10px;
        }

        .mini-shopping-cart .quantity {
            font-size: 12px;
            float: none;
            margin: 0;
        }


    .mobile-flyout-wrapper:hover .mini-shopping-cart {
        display: block;
    }

    .mini-shopping-cart > div:before {
        content: " ";
        position: absolute;
        bottom: 100%;
        left: auto;
        right: 17px;
        border: 8px solid rgba(255,255,255,0);
        height: 0;
        width: 0;
        pointer-events: none;
        border-bottom-color: #fff;
        margin-left: -8px;
    }

    .mini-shopping-cart .flyout-cart-scroll-area {
        border-radius: 3px;
        box-shadow: 0 0 15px rgba(0,0,0,.15);
        width: 430px;
    }

    .flyout-cart .items {
        padding: 0 20px;
        max-height: calc(100vh - 320px);
        overflow: hidden;
    }

    .mini-shopping-cart .right {
        float: right;
        clear: right;
        max-width: 80px;
        text-align: right;
    }

    .mini-shopping-cart .left {
        width: calc(100% - 90px);
        float: left;
    }

    .mini-shopping-cart .price {
        float: none;
    }

    .mini-shopping-cart .attributes {
        margin-bottom: 10px;
    }

    .mini-shopping-cart .item {
        overflow: hidden;
        margin: 15px 0 0;
    }

        .mini-shopping-cart .item.first {
            margin-top: 0;
        }

    .ui-autocomplete {
        width: calc(100% - 47px) !important;
        z-index: 1015;
        padding: 8px 0;
    }

        .ui-autocomplete a {
            padding: 5px 15px;
        }

        .ui-autocomplete img {
            width: 77px;
        }

        .ui-autocomplete span {
            max-width: calc(100% - 90px);
        }

    .header-selectors-wrapper > div {
        margin: 0 10px;
    }

    .close-menu, .header-menu .back-button, .menu-title, .responsive-nav-wrapper-parent {
        display: none;
    }

    .overlayOffCanvas {
        display: none !important;
    }

    .header-menu {
        text-align: left;
        position: relative;
        z-index: 1010;
        background-color: #003a5d;
    }

        .header-menu > ul {
            float: right;
            margin: 0 auto;
            font-size: 0;
        }

            .header-menu > ul > li {
                display: inline-block;
                vertical-align: middle;
            }

                .header-menu > ul > li > a, .header-menu > ul > li > span {
                    display: block;
                    padding: 0 15px;
                    height: 50px;
                    line-height: 50px;
                    font-size: 13px;
                    cursor: pointer;
                    text-transform: uppercase;
                    font-weight: 700;
                    transition: color .2s;
                }

                .header-menu > ul > li:hover > a, .header-menu > ul > li:hover > span {
                    color: #444;
                }

    .top-menu {
        display: block;
    }

    .header-menu .sublist .back-button {
        display: none;
    }

    .footer:after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-upper {
        width: 28%;
        float: left;
        clear: left;
        text-align: left;
        padding-left: 3%;
    }

    .footer-middle {
        float: right;
        width: 72%;
        margin: 25px 0;
        padding: 0 3% 0 1.5%;
        clear: right;
        text-align: left;
    }

    .footer-lower {
        clear: both;
        padding: 13px;
    }

    .footer-logo {
        margin-top: 0;
    }

    .footer-block {
        width: 20.5%;
        margin: 0 1.5%;
    }

        .footer-block ul {
            padding-bottom: 0;
        }

        .footer-block .title {
            padding: 0;
            margin-bottom: 7px;
        }

        .footer-block ul li {
            padding: 9px 0;
        }

    .footer-middle .socials-and-payments {
        width: 27%;
        float: right;
    }

    .footer-lower > div {
        display: inline-block;
        margin: 0 0 0 5px;
    }

        .footer-lower > div:before {
            content: "";
            display: inline-block;
            margin-right: 5px;
            width: 4px;
            height: 4px;
            vertical-align: middle;
            border-radius: 50%;
            font-size: 0;
            background-color: #c8c8c8;
        }

        .footer-lower > div:first-child {
            margin-left: 0;
        }

            .footer-lower > div.theme-selector:before, .footer-lower > div:first-child:before {
                display: none;
            }

    .product-selectors {
        margin: 0 0 20px;
        font-size: 13px;
        text-align: left;
        color: #8c8c8c;
        font-weight: 700;
        text-transform: uppercase;
    }

    .block {
        float: none;
        width: auto;
        margin: 0 0 3px;
        border: none;
    }

        .block .title {
            cursor: default;
            padding: 7px;
        }

            .block .title:before {
                content: none;
                display: none;
            }

        .block .product-name {
            display: inline-block;
            width: calc(100% - 103px);
            vertical-align: middle;
        }

    .category-grid .item-box .title a, .manufacturer-item .title a, .vendor-item .title a {
        font-size: 17px;
    }

    .category-description, .center-2 .page-title, .center-2 .product-grid .title, .manufacturer-description, .vendor-description {
        text-align: left;
    }

    .block .listbox {
        display: block;
    }

    .center-1 .breadcrumb {
        text-align: center;
    }

    .breadcrumb {
        text-align: left;
    }

    .mobile-name-holder .breadcrumb {
        text-align: center;
    }

    .breadcrumb li * {
        line-height: normal;
    }

    .item-box {
        width: 24.25%;
        margin: 0 0 1% 1%;
    }

        .item-box:nth-child(3n+1), .item-box:nth-child(odd) {
            margin-left: 1%;
            clear: none;
        }

        .item-box:nth-child(4n+1) {
            margin-left: 0;
            clear: both;
        }

    .product-list {
        margin-bottom: 30px;
    }

        .product-list .add-to-cart-qty-wrapper .minus, .product-list .add-to-cart-qty-wrapper .plus {
            height: 16px;
            line-height: 16px;
        }

    .center-2 .product-list .item-box {
        position: relative;
        width: 100%;
        margin: 0 0 15px !important;
        text-align: left;
    }

        .center-2 .product-list .item-box .picture {
            float: left;
            width: 260px;
            margin-bottom: 0;
            overflow: visible;
        }

            .center-2 .product-list .item-box .picture img {
                border-radius: 3px 0 0 3px;
            }

    .product-list .item-box .product-title, .product-list .item-box .title {
        height: auto;
        font-size: 18px;
        font-weight: 700;
        padding: 0;
    }

    .product-list .item-box .description {
        display: block;
        height: auto;
        max-height: 81px;
        margin: 0;
        line-height: 20px;
        font-size: 15px;
        color: #8c8c8c;
    }

    .product-list .item-box .btn-wrapper .button-2, .product-list .item-box button {
        width: 45px;
        height: 45px;
    }

        .product-list .item-box button:hover {
            background-color: #eaeaea;
        }

    .center-2 .item-box {
        width: 32.66%;
    }

        .center-2 .item-box:nth-child(4n+1), .center-2 .item-box:nth-child(odd) {
            margin-left: 1%;
            clear: none;
        }

        .center-2 .item-box:nth-child(3n+1) {
            margin-left: 0;
            clear: both;
        }

    .product-variant-line .attributes-wrapper {
        margin-left: 0;
    }

    .data-table td label, .td-title {
        display: none;
    }

    .login-page .new-wrapper {
        position: relative;
        float: right;
        width: 49%;
        max-width: none;
        min-height: 440px;
        z-index: 1;
    }

    .login-page .returning-wrapper form {
        float: left;
        width: 49%;
        max-width: none;
        min-height: 440px;
    }

    .login-page .text, .registration-page .form-fields, .returning-wrapper .form-fields {
        padding: 45px 13% 20px;
    }

    .login-page .text {
        min-height: 255px;
    }

    .new-wrapper .text:before {
        margin: 20px 0;
    }

    .login-page .buttons, .registration-page .buttons {
        padding: 10px 13% 45px;
        display: flex;
        align-items: stretch;
        flex-direction: row-reverse;
        justify-content: flex-end;
        justify-content: space-evenly;
    }

    .login-page .inputs.reversed label, .login-page .inputs.reversed span {
        font-size: 15px;
        line-height: 17px;
    }

    .login-page .external-authentication > * {
        padding: 45px 0;
        margin: 30px 0 0;
        width: 100%;
    }

    .apply-vendor-page .page-body form, 
    .email-a-friend-page .page-body form, 
    .forum-edit-page .page-body, .move-topic-page .page-body, 
    .password-recovery-page .page-body, .private-message-send-page .page-body {
        padding: 45px 13%;
    }

    .contact-page .page-body form {
        padding: 5px 13%;
    }

    .html-account-page .center-2 {
        width: 73%;
    }

    .account-page {
        padding: 40px;
    }

        .account-page .address-item > .title, 
        .account-page .order-item > .title, 
        .account-page .request-item > .title {
            text-align: center;
        }

        .account-page .buttons {
            text-align: left;
            display: flex;
            justify-content: space-between;
        }

    .html-account-page .page-title {
        text-align: center;
        padding: 0 0 0 27%;
    }

    .html-account-page .side-2 {
        border: none;
    }

    .block-account-navigation.block .title {
        display: none;
    }

    .block-account-navigation.block .listbox {
        padding: 0;
        text-align: right;
    }

    .block-account-navigation.block .list a {
        position: relative;
        display: block;
        padding: 15px 65px 15px 0;
        max-width: 100%;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        color: #444;
        transition: .2s;
    }

        .block-account-navigation.block .list a:hover, .block-account-navigation.block .list a:hover:after {
            color: #97c300;
        }

    .block-account-navigation.block .list .active a {
        border-right: 2px solid #82c341;
        color: #82c341;
    }

    .block-account-navigation.block .list a:after {
        position: absolute;
        top: 50%;
        left: auto;
        right: 23px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        vertical-align: middle;
        margin-left: 23px;
        font-family: emporium-icons;
        font-size: 20px;
        font-weight: 400;
        text-transform: none;
        color: #444;
        transition: .2s;
    }

    .account-page .title {
        margin-bottom: 10px;
    }

    .block-account-navigation.block .list .active a:after {
        color: #97c300;
    }

    .block-account-navigation .change-password a:after {
        content: "\78";
    }

    .order-item .buttons {
        text-align: center;
    }

    .header-links .phone-num a {
        display: contents;
    }

    .search-page .page-title {
        text-align: left;
    }

    .search-page .search-input form .inputs {
        text-align: center;
    }

    .news-item-page .inputs:first-child label {
        display: inline-block;
    }

    .new-comment textarea {
        display: block;
        margin: auto;
    }

    .topic-block {
        padding: 0;
    }

    .order-details-page .options,
    .order-details-page .totals,
    .order-summary-content .cart-footer {
        float: right;
        width: calc(30% - 20px);
    }
    .shopping-cart-page .cart-footer, 
    .shopping-cart-page .table-wrapper {
        float: none;
        width: 100%;
    }

    .order-details-page .section.products, 
    .order-summary-content .table-wrapper {
        float: left;
        width: 70%;
    }

    .shopping-cart-page .common-buttons {
        text-align: left;
    }

        .shopping-cart-page .common-buttons button {
            padding: 0 25px;
            width: auto;
        }

    .address-item .title {
        padding: 0 80px;
    }

    .address-item .info {
        margin-bottom: 0;
    }
}
