﻿@media all and (max-width: 991px) {


    .header > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    /*** GLOBAL TABLES ***/


    .cart {
        display: block;
    }

        .cart colgroup,
        .cart thead {
            display: none;
        }

        .cart tbody {
            display: block;
            overflow: hidden;
        }

        .cart tr {
            display: block;
            float: left;
            width: 100%;
            margin: 40px 0 0;
            border: 1px solid #ddd;
        }

        .cart td {
            display: block;
            border: none;
            padding: 10px;
        }

            .cart td.remove-from-cart {
                border-bottom: 1px solid #ddd;
                padding: 10px;
            }

            .cart td.product-picture {
                border-top: 1px solid #ddd;
                padding: 15px 10px 5px;
            }

            .cart td.product {
                min-width: 0;
                border-bottom: 1px solid #ddd;
                padding: 5px 10px 15px;
                text-align: center;
            }

            .cart td.quantity {
                display: block;
                padding: 0 10px;
                vertical-align: middle;
            }

            .cart td.unit-price,
            .cart td.subtotal {
                display: block;
                padding: 20px 10px;
                vertical-align: middle;
            }

    .order-details-page .data-table {
        display: block;
    }

        .order-details-page .data-table colgroup,
        .order-details-page .data-table thead {
            display: none;
        }

        .order-details-page .data-table tbody {
            display: block;
            overflow: hidden;
        }

        .order-details-page .data-table tr {
            display: block;
            float: left;
            width: 100%;
            margin: 40px 0 0;
            border: 1px solid #ddd;
        }

        .order-details-page .data-table td {
            display: block;
            border: none;
            padding: 10px;
        }

            .order-details-page .data-table td.product,
            .order-details-page .data-table td.tracking-number {
                min-width: 0;
                border-bottom: 1px solid #ddd;
                padding: 5px 10px 15px;
                text-align: center;
            }


    /*** MOBILE NAVIGATION ***/


    .header-menu {
        /*position: relative;
        z-index: -99;*/
        width: 100%;
        margin: 0 auto 0px;
    }

    .menu-toggle {
        padding: 12px 30px;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
        text-align: right;
    }

        .menu-toggle span {
            float: left;
        }

    .top-menu {
        display: none;
    }

        .top-menu > li {
            position: relative;
            border-top: 1px solid #eee;
            background-color: #fff;
        }

            .top-menu > li > a {
                display: block;
                padding: 10px 30px;
                font-size: 14px;
                color: #555;
                text-align: left;
                font-weight: 600;
            }



        .top-menu .sublist {
            display: none;
            background-color: #fff;
            padding: 5px 0;
        }

            .top-menu .sublist li {
                position: relative;
                margin: 1px 0 1px 20px;
            }

                .top-menu .sublist li a {
                    display: block;
                    padding: 5px 30px;
                    font-size: 15px;
                    text-align: left;
                }


    .sublist-toggle {
        position: absolute;
        top: 0;
        right: 0;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 12px;
        width: 70px;
        height: 100%;
        padding: 15px;
    }

    .sublist .sublist li {
        background-color: #f6f6f6;
    }

    .sublist .sublist .sublist li {
        background-color: #fff;
    }

    .block-category-navigation {
        display: none;
    }

    .block-account-navigation {
        float: none;
        margin: auto !important;
    }

    .write-review .review-rating {
        text-align: center;
    }

        .write-review .review-rating div.name-description {
            width: 100%;
            margin: 0 5px 0 0;
            text-align: center;
        }

    .header-lower {
        padding: 20px;
    }

    div#newsletter-subscribe-block {
        width: 80%;
    }

    .sublist-toggle:before {
        content: "\f067";
    }

    .sublist-toggle.slideup:before {
        content: "\f068";
    }

    .block .title {
        padding: 10px 0px 10px 20px;
    }

    .side-2 .product-filters .available-items {
        border: 1px solid #3a282b;
        border-top: 0;
    }

    .block .listbox {
        border: 1px solid #8f7378;
        background-color: #fff;
    }

    .top-menu > li:hover {
        background-color: #fafafa;
    }

    .zoomContainer {
        overflow: hidden !important;
    }
}

@media all and (min-width: 576px) {


    /*** GLOBAL ***/

    .center-1 .topic-block-title,
    .center-1 .category-main-title,
    .center-1 .product-grid .title,
    .product-essential .full-description .title,
    .product-collateral .product-tags-box .title,
    .product-collateral .product-specs-box .title {
        border-bottom: 1px solid #eee;
    }

    .news-list-homepage .title {
        border-bottom: 1px solid #ddd;
    }



    /*** GLOBAL TABLES ***/


    .cart tr {
        width: 46%;
        margin: 40px 2% 0;
    }

        .cart tr:nth-child(2n+1) {
            clear: both;
        }

    .order-details-page .data-table tr {
        width: 46%;
        margin: 40px 2% 0;
    }

        .order-details-page .data-table tr:nth-child(2n+1) {
            clear: both;
        }


    /*** HEADER ***/


    .header-selectors-wrapper > div {
        display: inline-block;
        width: 30%;
        margin: 10px auto;
    }

    .search-box input.search-box-text {
        width: 280px;
    }

    .ui-autocomplete {
        width: 280px !important;
    }

        .ui-autocomplete img {
            display: inline;
        }


    /*** FOOTER ***/


    /*.footer-block {
        width: 85%;
    }*/

    .newsletter-email input[type="text"] {
        width: 240px;
    }


    /*** CATEGORY ***/


    .product-filter {
        display: block;
        vertical-align: top;
        text-align: left;
    }


        .product-filter .product-spec-group {
            float: none;
            margin: 0 25px 10px 0;
        }

            .product-filter .product-spec-group.product-spec-color {
                max-width: 190px;
            }

        .product-filter .group li.item {
            display: block;
            margin: 0;
        }

        .product-filter .group li.color-item {
            display: inline-block;
        }

    .item-box {
        margin-bottom: 50px;
    }

        .item-box .product-rating-box {
            margin: 0 0 15px;
        }

        .item-box .prices {
            min-height: 40px;
        }

        .item-box .product-title {
            min-height: 42px;
            margin: 10px 0 20px;
        }


    /*** PRODUCT PAGE ***/


    .overview-buttons div {
        /*display: inline-block;*/
        width: auto;
        margin: 0 1px 2px;
    }


    /*** WISHLIST ***/


    .wishlist-content .button-2 {
        display: inline-block;
        width: auto;
        margin: 5px;
    }


    /*** TOPICS ***/


    .enter-password-form input[type="password"] {
        width: 260px;
    }


    /*** FORUM & PROFILE ***/

    .forums-header {
        background-color: #f9f9f9;
        padding: 30px 20px 20px;
    }

    .ui-tabs-nav li {
        display: inline-block;
        min-width: 150px;
        margin: 0 5px -1px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 5px -1px !important;
    }

    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
        display: inline-block;
        width: auto;
        margin: 1px;
    }

    .topic-post .post-text {
        float: left;
        width: 90.5%;
        text-align: left;
    }

    .forum-group .forum-table th.latest-post,
    .forum-group .forum-table th.topics,
    .forum-group .forum-table th.posts,
    .forum-group .forum-table td.latest-post,
    .forum-group .forum-table td.topics,
    .forum-group .forum-table td.posts {
        display: table-cell;
    }

    .topic-group .forum-table th.latest-post,
    .topic-group .forum-table td.latest-post {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: 40px;
    }

        .forum-table td.image div {
            max-width: 100%;
            background-size: contain;
        }

    .home-page-category-grid .category-item h2.title {
        top: 25%;
        left: 8%;
    }

    .product-grid .item-box {
        border-bottom: 1px solid #eee;
        /*margin-left: 1px;*/
        margin-bottom: 0px;
    }

    .product-grid > .item-grid > .item-box {
        border-right: 1px solid #eee;
    }

        .product-grid > .item-grid > .item-box:nth-child(2n), .product-grid > .item-grid > .item-box:last-child {
            border-right: 0;
        }

    .center-2 .product-list .item-box {
        flex-basis: 50%;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .product-variant-list .product-variant-line {
        flex-basis: 40%;
        padding: 10px 0;
    }

    .owl-item .item-box {
        border-left: 1px solid #eee;
    }

    .firstactiveitem .item-box,
    .owl-item.active + .owl-item:not(.active) .item-box {
        border-left: 0;
    }
}

@media all and (min-width: 768px) {


    /**** GLOBAL ***/
    .home-page-polls li {
        min-width: 100px;
    }

    .footer-block ul.list li:hover {
        background-color: transparent;
    }


    .product-selectors > div {
        border-right: 1px solid #eee;
    }


    /**** GLOBAL TABLES ***/


    .cart tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

        .cart tr:nth-child(2n+1) {
            clear: none;
        }

        .cart tr:nth-child(3n+1) {
            clear: both;
        }

    .order-details-page .data-table tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

        .order-details-page .data-table tr:nth-child(2n+1) {
            clear: none;
        }

        .order-details-page .data-table tr:nth-child(3n+1) {
            clear: both;
        }


    /*** HEADER ***/


    .header-selectors-wrapper > div {
        width: 20%;
    }


    /*** FOOTER ***/


    .footer-block {
        display: inline-block;
        /*width: 25.33333%;
        margin: 0 4%;*/
        vertical-align: top;
    }

        .footer-block .title {
            margin: 0 0 15px;
            background: none;
            padding: 0;
            cursor: auto;
            font-size: 14px;
            text-align: center;
        }

        .footer-block .list {
            display: block !important; /* prevents toggle display:none on resize */
            background: none;
            padding: 0;
        }

            .footer-block .list li {
                padding: 5px 0;
            }

            .footer-block .list a {
                display: inline;
                padding: 0;
            }

    .follow-us {
        width: 98%;
        margin: 25px auto 0;
    }


    /*** CATEGORY ***/


    .product-selectors {
        text-align: left;
    }

        .product-selectors .product-viewmode {
            display: inline-block;
            float: left;
        }

            .product-selectors .product-viewmode span {
                display: none;
            }

            .product-selectors .product-viewmode a {
                display: inline-block;
                width: 24px;
                height: 32px;
                margin: 0 6px;
                opacity: 0.5;
                font-size: 14px;
            }

                /*.product-selectors .product-viewmode a.grid {
                    background-image: url('../images/view-grid.png');
                }*/

                /*.product-selectors .product-viewmode a.list {
                    background-image: url('../images/view-list.png');
                }*/

                .product-selectors .product-viewmode a.selected {
                    opacity: 1;
                }

    .item-box {
        margin-bottom: 50px;
    }


    .product-list .item-box {
        float: none;
        width: auto;
    }

        .product-list .item-box .product-item:after {
            content: "";
            display: block;
            clear: both;
        }

        .product-list .item-box .picture {
            float: left;
            width: 220px;
        }

        .product-list .item-box:hover .picture a img {
            opacity: 1;
        }

        .product-list .item-box .picture:hover a img {
            opacity: 0.85;
        }


        .product-list .item-box .product-title {
            height: auto;
            padding: 10px 0;
            font-size: 18px;
        }

        .product-list .item-box .description {
            display: block;
            margin: 0 0 10px;
            line-height: 22px;
        }

        .product-list .item-box .prices {
            height: auto;
            margin: 0 0 30px;
        }

        .product-list .item-box .buttons {
        }

        .product-list .item-box .add-to-compare-list-button,
        .product-list .item-box .add-to-wishlist-button {
            width: 42px;
        }


    /*** PRODUCT PAGE ***/


    .gallery {
        width: 550px;
    }




    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        float: left;
        max-width: 600px;
    }

    .product-review-item .product-review-box {
        float: right;
    }

    .write-review .review-rating div {
        display: inline-block;
        margin: 0 0 0 5px;
        cursor: default;
        vertical-align: middle;
        font-size: 14px;
        height: 17px;
    }




    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: inline-block;
        width: 45%;
        margin: 20px 1%;
        vertical-align: top;
    }

    .recurring-payments {
        width: 100% !important;
        margin: 20px 0 !important;
    }


    /*** SHOPPING CART ***/


    .order-progress {
        padding: 20px;
    }

        .order-progress li {
            margin: 0 10px;
        }

        .order-progress a {
            min-width: 80px;
        }

    .cart-options .common-buttons {
        text-align: right;
    }


    /*.cart-footer .totals {
        margin: 0 2.5%;
    }*/

    .cart-footer .terms-of-service {
        text-align: left;
    }

    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
        text-align: right;
    }

    /*.cart-footer .cart-collaterals {
        float: left;
        width: 45%;
        margin: 0 2.5%;
    }*/

    .cart-footer .cart-collaterals div,
    .cart-footer .cart-collaterals label {
        text-align: left;
    }

    .cart-footer .estimate-shipping label {
        display: block;
        margin: 0 0 10px;
    }

    .cart-footer .estimate-shipping .buttons {
        text-align: right;
    }


    /*** CHECKOUT ***/


    .checkout-page .selected-checkout-attributes {
        float: right;
        text-align: right;
    }

    .checkout-page .cart-footer .totals {
        max-width: 350px;
        margin: 0;
    }

    .checkout-page .address-grid {
        overflow: hidden;
    }

    .checkout-page .address-item {
        float: left;
        width: 48%;
        margin: 0 1% 40px;
    }

    .shipping-method .method-list li,
    .payment-method .method-list li {
        display: inline-block;
        width: 25%;
        margin: 20px 2%;
        vertical-align: top;
    }

    .shipping-method .method-name {
        background-color: #f6f6f6;
        padding: 10px;
    }

    .payment-method .payment-logo {
        display: block;
        background-color: #f6f6f6;
        padding: 10px;
    }

    .payment-method .payment-details {
        display: block;
        width: auto;
        min-width: 0;
        margin: 10px 0 0;
        text-align: center;
    }

    .payment-info .info {
        padding: 30px 75px;
    }

    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        overflow: hidden;
    }

        .order-review-data > div,
        .order-details-area > div,
        .shipment-details-area > div {
            float: left;
            width: 48%;
            margin: 0 1% 40px;
        }


    /*** ORDER DETAILS & SHIPPING DETAILS ***/


    .order-details-page .section.options {
        text-align: right;
    }

    .order-details-page .selected-checkout-attributes {
        padding: 0 10px;
    }

    .order-details-page .tax-shipping-info {
        text-align: right;
    }

    .order-details-page .totals {
        float: right;
        clear: both;
    }

    .shipment-details-page .tracking-number .tracking-url {
        color: #4ab2f1;
    }


    /*** BLOG & NEWS ***/


    .blog-posts .tags {
        float: right;
        width: 80%;
        text-align: right;
    }

    .blog-posts .buttons {
        float: left;
        width: 20%;
        text-align: left;
    }

    .new-comment {
        text-align: center;
    }

        .new-comment .buttons {
            text-align: center;
        }

    .comment-list .comment {
        display: table;
        width: 100%;
        margin: 0;
    }

        .comment-list .comment:last-child {
            border-bottom: 1px solid #ddd;
        }

    .comment-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
    }

        .comment-info .username {
            min-height: 40px;
            margin: 0;
            border: none;
            text-align: center;
        }

        .comment-info .avatar {
            border: none;
        }

            .comment-info .avatar img {
                max-width: 80%;
                max-height: 80%;
            }

    .comment-content {
        display: table-cell;
        width: 85%;
        border-left: 1px solid #ddd;
        vertical-align: top;
        text-align: left;
    }

    .comment-time {
        min-height: 40px;
        margin: 0;
        background-color: #f6f6f6;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
    }

    .comment-title {
        margin: 0 0 -20px;
        padding: 20px;
    }

    .comment-body {
        padding: 20px;
    }


    /*** FORUM & PROFILE ***/


    .forum-actions,
    .topic-actions {
        overflow: hidden;
    }

        .forum-actions .actions,
        .topic-actions .actions {
            float: left;
        }

        .forum-actions .pager,
        .topic-actions .pager {
            float: right;
            max-width: 450px;
        }

            .forum-actions .pager li,
            .topic-actions .pager li {
                margin: 2px 4px;
            }

            .forum-actions .pager.upper {
                display: block;
            }

        .topic-actions.lower .actions {
            display: block;
        }

    .topic-posts {
        margin: 0 0 30px;
    }

    .topic-post {
        display: table;
        width: 100%;
        margin: 0;
    }

        .topic-post .post-info {
            display: table-cell;
            width: 15%;
            margin: 0;
            vertical-align: top;
            text-align: left;
        }

        .topic-post .user-info {
            width: auto;
        }

        .topic-post .username {
            min-height: 40px;
            margin: 0;
            border: none;
            text-align: center;
        }

        .topic-post .avatar {
            margin: auto;
            border: none;
        }

            .topic-post .avatar img {
                max-width: 80%;
                max-height: 80%;
            }

        .topic-post .user-stats li {
            margin: 0;
        }

        .topic-post .send-pm {
            margin: 0 0 20px;
        }

        .topic-post .pm-button,
        .profile-info-box .pm-button {
            padding: 8px 16px;
            font-size: 13px;
        }

        .topic-post .post-content {
            display: table-cell;
            width: 85%;
            border-left: 1px solid #ddd;
            vertical-align: top;
            text-align: left;
        }

        .topic-post .post-head {
            min-height: 40px;
            overflow: hidden;
            background-color: #f6f6f6;
        }

        .topic-post .post-time {
            float: left;
            margin: 0;
            font-size: 14px;
            font-weight: normal;
        }

        .topic-post .post-actions {
            float: right;
            margin: 0;
        }

            .topic-post .post-actions a {
                margin: 0;
                line-height: 20px;
            }

            .topic-post .post-actions .manage-post a {
            }

            .topic-post .post-actions .quote-post a {
                min-width: 70px;
            }

            .topic-post .post-actions a.post-link-button {
                margin: 0 0 0 10px;
                border-left: 1px solid #ddd;
                text-align: center;
            }

        .topic-post .post-text {
            padding: 20px 5px;
        }

        .topic-post .post-vote {
            padding: 20px 0 20px 15px;
        }

    .forum-table th.replies,
    .forum-table th.views,
    .forum-table th.votes,
    .forum-table td.replies,
    .forum-table td.views,
    .forum-table td.votes {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: none;
    }

        .forum-table td.image div {
            max-width: none;
            background-size: initial;
        }

    .ui-tabs-nav {
        text-align: left;
    }

        .ui-tabs-nav li {
            margin: 0 10px -1px 0;
            /*override jQuery UI styles, do not delete doubled properties*/
            margin: 0 10px -1px 0 !important;
        }

    .profile-info-box .avatar {
        float: left;
        margin: 0 15px 15px 0;
    }

    .profile-info-box .profile-stats {
        float: left;
        text-align: left;
    }

    .profile-info-box .title {
        text-align: left;
    }

    .profile-info-box .send-pm {
        clear: both;
        text-align: left;
    }

    .item-box div.buttons {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    .item-box .buttons {
        justify-content: space-evenly;
    }

        .item-box .buttons button {
            margin: 0;
        }

    .item-box:hover div.buttons {
        height: auto;
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: 50%;
        margin-top: -22px;
        left: 0;
        width: 100%;
    }

    .item-box:hover .details .product-title,
    .item-box:hover .details .product-rating-box,
    .item-box:hover .details .description,
    .item-box:hover .details .add-info {
        visibility: hidden;
        opacity: 0;
    }

    .product-grid > .item-grid > .item-box:nth-child(2n) {
        border-right: 1px solid #eee;
    }

    .product-grid > .item-grid > .item-box:nth-child(3n) {
        border-right: 0;
    }

    .footer-block .title i {
        display: none;
    }

    .product-selectors .product-sorting,
    .product-selectors .product-page-size {
        float: none;
    }

    .center-2 .product-list .item-box {
        flex-basis: 100%;
        border: 0;
    }

        .center-2 .product-list .item-box .product-item {
            display: flex;
            justify-content: space-evenly !important;
            align-items: center;
        }

            .center-2 .product-list .item-box .product-item .picture {
                flex-basis: 25%;
                margin-bottom: 0;
            }

            .center-2 .product-list .item-box .product-item .details {
                text-align: left;
                flex-basis: 60%;
            }

        .center-2 .product-list .item-box .buttons {
            justify-content: flex-start;
        }

            .center-2 .product-list .item-box .buttons button {
                margin: 0 5px;
            }

    .product-variant-list .product-variant-line {
        flex-basis: 50%;
    }

    .inputs.reversed {
        text-align: left;
    }

    .order-summary-content .totals {
        margin-top: 25px;
    }

    .cart-collaterals {
        padding: 25px 10px;
    }
}

@media all and (min-width: 992px) {

    .picture .quick-view-btn {
        display: inline-block;
    }

    .item-box:hover .product-item .picture a img {
        opacity: 0.45;
        transition: all 0.3s ease 0s
    }

    .item-box:hover .product-item .picture a {
        background-color: #000;
    }

    /*** GLOBAL STYLES ***/
    .header-upper {
        background-color: #000;
    }

    #home-header .header {
        background: none;
    }

    .block .listbox ul li {
        border-top: 1px solid #eee;
    }

        .block .listbox ul li:first-child,
        .block-popular-blogtags .listbox ul li {
            border-top: 0;
        }

    .cross-sells .title {
        border-bottom: 1px solid #eee !important;
    }




    .center-2 {
        float: right;
        width: 73%;
    }

    .side-2 {
        float: left;
        width: 25%;
    }

    .page {
        text-align: left;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 265px;
            margin: 0 10px 0 0;
            text-align: left;
        }

        .inputs input[type="text"],
        .inputs input[type="email"],
        .inputs input[type="tel"],
        .inputs input[type="password"],
        .inputs select {
            min-height: 40px;
        }

        .inputs .option-list li {
            margin: 0 10px 0 0;
        }

    .center-1 .buttons {
        text-align: center;
    }

    .wishlist-page .buttons {
        text-align: right;
    }

    .center-2 .inputs label {
        width: 136px;
    }

    .inputs.accept-consent label {
        width: auto;
    }

    /*.page-title a + h1 {
        float: left;
    }*/

    .link-rss {
        display: block;
        float: right;
        margin: 6px 0 0;
    }


    /*** GLOBAL TABLES ***/


    .cart tr {
        width: auto;
        margin: 0;
    }

    .cart label {
        display: none;
    }

    .order-details-page .data-table tr {
        width: auto;
        margin: 0;
    }

    .order-details-page .data-table label {
        display: none;
    }


    /*** HEADER ***/

    .header-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-selectors-wrapper {
        float: left;
        border: none;
        padding: 0;
    }

        .header-selectors-wrapper > div {
            width: auto;
            min-width: 100px;
            margin: 0 12px 0 0;
            line-height: 43px;
        }

        .header-selectors-wrapper select {
            height: 30px;
            padding: 4px;
            font-size: 12px;
        }

    .language-list {
        text-align: left;
    }

    .header-links-wrapper {
        float: right;
        padding: 0;
    }

    .header-links li {
        margin: 0 16px;
    }

    .header-links a,
    .header-links span {
        line-height: 45px;
    }

    #topcartlink {
        display: inline-block;
        width: auto;
        /*margin: 0;*/
        /*padding: 0 18px;*/
    }

    .flyout-cart {
        position: absolute;
        top: 45px;
        right: 0;
        z-index: 100;
        width: 300px;
        box-shadow: 0 0 2px rgba(0,0,0,0.25);
        background-color: #fff;
    }

        .flyout-cart.active {
            display: block;
        }

    .mini-shopping-cart {
        padding: 12px;
        text-align: left;
        font-size: 12px;
    }

        .mini-shopping-cart .count {
            padding: 5px 0 15px;
            color: #444;
        }

            .mini-shopping-cart .count a {
                margin: 0 2px;
                font-weight: bold;
            }

        .mini-shopping-cart .items {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            margin: 0 0 20px;
        }

        .mini-shopping-cart .item {
            overflow: hidden;
            padding: 10px 0;
        }

        .mini-shopping-cart .picture {
            float: left;
            width: 70px;
            text-align: center;
        }

            .mini-shopping-cart .picture a {
                display: block;
                position: relative;
                overflow: hidden;
            }

                .mini-shopping-cart .picture a:before {
                    content: "";
                    display: block;
                    padding-top: 100%;
                }

            .mini-shopping-cart .picture img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                max-width: 100%;
            }

            .mini-shopping-cart .picture + .product {
                margin: 0 0 0 80px;
            }

        .mini-shopping-cart .name {
            margin: 0 0 10px;
            font-size: 14px;
        }

        .mini-shopping-cart .product .name {
            font-weight: bold;
            font-size: 14px;
        }


        .mini-shopping-cart .attributes {
            margin: 5px 0;
            color: #444;
        }

        .mini-shopping-cart .totals {
            margin: 0 0 12px;
            font-size: 14px;
            text-align: center;
        }

            .mini-shopping-cart .totals strong {
                font-size: 16px;
                color: #444;
            }

        .mini-shopping-cart .buttons {
            margin: 0 0 5px;
            text-align: center;
        }

        .mini-shopping-cart input[type="button"] {
            display: inline-block;
            border: none;
            padding: 10px 20px;
            font-size: 12px;
            font-weight: 600;
            border-radius: 50px;
            text-transform: uppercase;
        }


    .header-lower {
        display: table;
    }

    .header-logo {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        font-size: 0;
    }

    .search-box {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
        width: 350px;
        margin: auto;
        line-height: 1.0;
    }

    .header-phone {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

    .search-box input.search-box-text,
    .search-box .search-box-button {
        height: 40px;
    }


    /*** NAVIGATION ***/


    .header-menu {
        /*position: relative;*/
        border-top: 1px solid rgba(0,0,0,0.1);
        border-bottom: 1px solid rgba(0,0,0,0.1);
        text-align: center;
    }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu > ul {
        display: table-cell !important; /* prevents toggle display:none on resize */
        font-size: 0;
    }

        .header-menu > ul.mobile {
            display: none !important;
        }

        .header-menu > ul > li {
            display: inline-block;
            border-left: 1px solid rgba(0,0,0,0.1);
            vertical-align: middle;
        }

            .header-menu > ul > li:first-child {
                border-left: none;
            }

            .header-menu > ul > li > a {
                display: block;
                line-height: 20px;
                font-size: 14px; /*reset zeroing*/
                cursor: pointer;
                font-weight: 600;
                padding: 15px 20px;
            }



    .header-menu .sublist {
        display: none;
        position: absolute;
        width: 200px;
        box-shadow: 0 0 2px rgba(0,0,0,0.2);
        background-color: #fff;
        padding: 10px 0;
        text-align: left;
    }

        .header-menu .sublist li {
            position: relative;
        }

            .header-menu .sublist li a {
                display: block;
                position: relative;
                padding: 10px 20px 10px 30px;
                font-size: 14px;
                color: #444;
            }

                .header-menu .sublist li a:before {
                    content: "";
                    position: absolute;
                    top: 17px;
                    left: 15px;
                    width: 5px;
                    height: 5px;
                    background-color: #ddd;
                    display: none;
                }

            .header-menu .sublist li:hover > a {
                background-color: #f6f6f6;
            }

    .header-menu ul li:hover > .sublist {
        display: block;
    }

    .header-menu .sublist .sublist {
        top: -10px;
        left: 100% !important;
    }


    /*** FOOTER ***/




    .footer-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    /*.footer-block {
        float: left;
        width: 220px;
        margin: 0;
    }

        .footer-block:first-child {
        }*/

    .footer-block .list {
        margin: 0;
    }

    .follow-us {
        margin: 0;
        text-align: center;
    }

        .follow-us .social li {
            margin: 0 10px 0 0;
        }

    .newsletter-email {
        display: block;
    }

        .newsletter-email input[type="text"] {
            width: 200px;
        }

        .newsletter-email .newsletter-subscribe-button {
            /*width: 100px;*/
            padding: 0 5px;
        }

    .newsletter-validation .field-validation-valid {
        text-align: left;
    }

    .footer-lower {
        position: relative;
    }

        .footer-lower:after {
            content: "";
            display: block;
            clear: both;
        }

    /*.footer-info {
        float: none;
        line-height: 32px;
    }

    .footer-powered-by {
        float:none;
        margin: 0;
        line-height: 32px;
    }*/

    .theme-selector {
        float: left;
        margin: 0 0 0 15px;
    }


    /*** COLUMN ***/


    .block {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

        .block .title {
            margin: 0;
            cursor: auto;
        }

            .block .title strong {
                font-weight: bold;
            }

        .block .listbox {
            display: block;
        }

        .block a.product-picture {
            display: inline-block;
            position: relative;
            width: 30%;
            margin: 0 0 0 -15px;
            vertical-align: middle;
        }

        .block a.product-name {
            vertical-align: middle;
        }

        .block a.product-picture + a.product-name {
            width: 70%;
        }

            .block a.product-picture + a.product-name:before {
                display: none;
            }


    /*** CATEGORY ***/


    .breadcrumb {
        margin: 0 0 20px;
    }

    .item-box .buttons {
        text-align: left;
    }


    /*.home-page .product-grid .item-box,
.product-details-page .product-grid .item-box,
.shopping-cart-page .product-grid .item-box
{
    margin-bottom: 50px;
}*/


    /*** PRODUCT PAGE ***/


    .gallery .picture {
        width: auto;
    }


    .rental-attributes {
        overflow: hidden;
    }

        .rental-attributes .attribute-item {
            float: left;
            margin: 0 20px 0 0;
        }

        .rental-attributes .datepicker {
            width: 160px;
            text-align: left;
        }

    .attribute-squares li {
        margin: 0 10px 10px 0;
    }

    .product-details-page .title {
        text-align: left;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        max-width: 850px;
    }

    .write-review .review-rating div.name-description {
        width: 265px;
        margin: 0 5px 0 0;
        text-align: right
    }


    /*** WISHLIST & COMPARE LIST ***/

    .compare-products-page .page-title {
        margin: 0 0 -1px;
    }

    /*.compare-products-page .clear-list {
        position: absolute;
        top: 50%;
        margin-top:-19px;
        right: 10px;
    }*/

    .compare-products-table .full-description td {
        display: table-cell;
    }

        .compare-products-table .full-description td p {
            margin-top: 0;
        }


    /*** TOPICS ***/


    .center-1 .topic-block-title {
        text-align: center;
    }

    .topic-page p {
        text-align: justify;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .gender span {
        margin: 0 10px 0 0;
    }

        .gender span > * {
            margin: 0 5px 0 0;
        }

    .date-of-birth select + select {
        margin: 0 0 0 11px;
    }

    #check-availability-button {
        display: block;
        margin: 10px auto;
    }

    .login-page .customer-blocks {
        overflow: hidden;
    }

    .login-page .new-wrapper {
        float: left;
        width: 49%;
        margin: 0;
    }

        .login-page .new-wrapper .text {
            min-height: 270px;
        }

    .login-page .returning-wrapper {
        float: right;
        width: 49%;
    }

        /*.login-page .returning-wrapper .form-fields {
            min-height: 270px;
        }*/

        .login-page .returning-wrapper .inputs label {
            width: 110px;
        }

        .login-page .returning-wrapper input[type="text"],
        .login-page .returning-wrapper input[type="email"],
        .login-page .returning-wrapper input[type="password"] {
            width: 300px;
        }

    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: block;
        width: auto;
        margin: 0 0 40px;
    }

    .address-list-page .buttons,
    .order-list-page .buttons {
        position: absolute;
        top: 10px;
        right: 20px;
        margin: 0;
    }

    .avatar-page .message-error,
    .avatar-page .buttons {
        text-align: left;
    }

    .registration-page .vat-note {
        margin-left: 275px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 150px;
    }

    .customer-info-page .vat-status {
        display: inline-block;
    }

    /*** SHOPPING CART ***/


    .shopping-cart-page .cart-options {
        overflow: hidden;
    }

    .shopping-cart-page .checkout-attributes {
        /*float:left;*/
        max-width: 565px;
        margin: -30px 0 0px;
    }

        .shopping-cart-page .checkout-attributes li {
            margin: 5px 10px 5px 0;
        }

    .shopping-cart-page .selected-checkout-attributes {
        /*float: right;*/
        max-width: 395px;
        margin: 8px 0 30px;
    }


    /*** CHECKOUT ***/


    .order-progress {
        margin: -30px 0 50px;
    }

    .checkout-page .address-item {
        width: 31.33333%;
    }

    .checkout-page .terms-of-service {
        text-align: center;
    }

    .payment-info .info {
        padding: 30px 15px;
    }

        .payment-info .info td:first-child {
            width: 265px !important;
            margin: 0 10px 0 0;
            text-align: right;
        }

        .payment-info .info td:only-child {
            width: 100% !important;
        }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        text-align: left;
    }

    .opc .order-review-data ul {
        text-align: left;
    }


    /*** SEARCH & SITEMAP ***/


    .advanced-search .price-range {
        margin-left: 114px;
    }


    /*** BLOG & NEWS ***/


    .comment-list {
        margin: 0 0 50px;
    }

    .news-list-homepage .news-items {
        overflow: hidden;
        text-align: left;
    }

    .news-list-homepage .news-item {
        margin-bottom: 30px;
    }


        .news-list-homepage .news-item:only-child {
            float: none;
            width: auto;
            margin: 0 0 30px;
        }

    .news-list-homepage .news-head {
        text-align: center;
    }

    .news-list-homepage .news-body {
        text-align: justify;
    }


    /*** FORUM & PROFILE ***/


    .forum-breadcrumb {
        margin: -30px 0 30px;
    }

    .current-time {
        float: right;
    }

    .forum-search-box {
        float: left;
    }

        .forum-search-box .advanced {
            text-align: left;
        }

            .forum-search-box .advanced a {
                line-height: normal;
            }

    .forums-table-section td {
        min-width: 150px;
    }

        .forums-table-section td:first-child {
            min-width: 90px;
        }

    .forums-table-section .view-all {
        text-align: right;
    }

    .topic-actions .pager.upper {
        display: block;
        max-width: 400px;
    }

    .forum-table .forum-details,
    .forum-table .topic-details {
        min-width: 225px;
    }

    .forum-table td {
        padding: 20px;
    }

    .forum-edit-page textarea,
    .private-message-send-page textarea {
        width: 600px;
        height: 250px;
    }

    .private-message-send-page .bb-code-editor-wrapper {
        display: inline-block;
        width: 400px;
        margin: 10px 0;
        vertical-align: middle;
    }

    div#newsletter-subscribe-block {
        width: 40%;
    }

    .home-page-category-grid .category-item h2.title,
    .category-grid .sub-category-item h2.title,
    .manufacturer-grid .manufacturer-item h2.title {
        top: 40%;
        left: 5%;
    }

    .product-grid > .item-grid > .item-box:nth-child(3n) {
        border-right: 1px solid #eee;
    }

    .product-grid > .item-grid > .item-box:nth-child(4n) {
        border-right: 0;
    }

    .block-recently-viewed-products .listbox li a {
        display: inline-block;
    }

    .center-2 .manufacturer-list-page .page-title,
    .center-2 .manufacturer-page .page-title,
    .center-2 .product-tags-all-page .page-title,
    .center-2 .product-tag-page .page-title,
    .center-2 .vendor-page .page-title,
    .center-2 .vendor-list-page .page-title {
        border-bottom: 1px solid #eee;
    }



    .cart-footer .totals {
        width: 45%;
    }

    .estimate-shipping .buttons {
        text-align: left;
    }

    .captcha-box {
        text-align: center;
    }

    .header-menu {
        background-color: #fff;
    }

    .block .title {
        color: #fff;
    }

    .mini-shopping-cart input[type="button"] {
        color: #fff;
    }
}

@media all and (min-width: 1200px) {


    /*** GLOBAL STYLES ***/
    #home-header .header {
        position: absolute;
    }

    .inputs label {
        width: 345px;
    }

    .center-2 .inputs label {
        width: 213px;
    }

    .inputs.accept-consent label {
        width: auto;
    }


    /*** NAVIGATION ***/


    /*.header-menu > ul > li {
            padding: 0 20px;
        }*/

    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
        font-size: 14px;
    }


    /*** FOOTER ***/


    .footer-upper {
        padding: 35px 0px;
    }

    /*.footer-block {
        width: 280px;
    }*/

    .footer-lower {
        padding: 25px 0px;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        max-width: 1050px;
    }

    .write-review .review-rating div.name-description {
        margin: 0 5px 0 0;
        min-width: 375px;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 360px;
    }

    .registration-page .vat-note {
        margin-left: 385px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 225px;
    }

    /*** SHOPPING CART ***/


    .cart-footer .totals {
        margin: 0;
    }

    .cart-footer .cart-collaterals {
        margin: 0;
    }


        .cart-footer .cart-collaterals .shipping {
            float: right;
            width: 360px;
        }

    .cart-footer .estimate-shipping .inputs label {
        display: inline-block;
        width: 35%;
    }

    .cart-footer .estimate-shipping .inputs input,
    .cart-footer .estimate-shipping .inputs select {
        width: 65%;
    }


    /*** CHECKOUT ***/


    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 20px 1%;
    }

    .payment-info .info td:first-child {
        width: 375px !important;
    }

    .payment-info .info td:only-child {
        width: 100% !important;
    }


    /*** FORUM & PROFILE ***/


    .forum-actions .pager,
    .topic-actions .pager {
        max-width: 600px !important;
    }

    .topic-post .post-text {
        width: 930px;
        max-width: 100%;
    }

    .center-1 .product-grid > .item-grid > .item-box:nth-child(4n) {
        border-right: 1px solid #eee;
    }

    .center-1 .product-grid > .item-grid > .item-box:nth-child(6n),
    .center-2 .product-grid > .item-grid > .item-box:nth-child(4n) {
        border-right: 0 !important;
    }

    .variant-picture {
        float: left;
    }

        .variant-picture + .variant-overview {
            width: auto;
            margin: 0 0 0 240px;
        }

    .variant-overview {
        text-align: left;
    }

    .product-variant-list .product-variant-line {
        padding: 10px;
    }

    .center-2 .recently-viewed-products-page .item-box .buttons button,
    .center-2 .recently-added-products-page .item-box .buttons button {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 10px;
        border: 0 !important;
    }


    .center-2 .recently-viewed-products-page .product-grid .item-box,
    .center-2 .recently-added-products-page .product-grid .item-box {
        padding: 5px;
    }
}

@media all and (max-width: 1199px) {
    .header > .container {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
