@media all and (max-width: 991px) {


    /*** 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 {
                margin: 0 0 15px;
                border-bottom: 1px solid #ddd;
                background-color: #eee;
                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: inline-block;
                padding: 0 10px;
                vertical-align: middle;
            }

            .cart td.unit-price,
            .cart td.subtotal {
                display: inline-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 ***/
    #mobile-menu {
        position: fixed;
        top: 0;
        height: 100%;
        width: 350px;
        max-width: 80%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 2000;
        -webkit-transition: right 0.3s;
        -moz-transition: right 0.3s;
        transition: right 0.3s;
        padding: 0 0 20px;
        text-align: left;
    }

        #mobile-menu.closemenu {
            right: -100%;
        }

        #mobile-menu.openmenu {
            right: 0;
        }

    #menu-shadow-layer {
        position: fixed;
        min-height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.75);
        cursor: pointer;
        z-index: 1099;
        display: none;
    }

        #menu-shadow-layer.is-visible {
            display: block;
        }

    .top-menu {
        display: none;
    }

    #mobile-menu .top-menu.mobile {
        display: block;
    }

    .header-lower, .header-logo a img {
        max-height: 80px;
    }

    .header-logo {
        line-height: 80px;
    }

        .header-logo img {
            max-height: 80px;
        }

    .header-menu {
        position: relative;
        z-index: 1;
        margin: 0 auto;
    }

    .menu-toggle {
        background-image: url('../images/menu-icon.png');
        background-position: right center;
        background-repeat: no-repeat;
        cursor: pointer;
        height: 80px;
    }

    .header.white-header .menu-toggle {
        background-image: url('../images/menu-icon-colored.png');
    }

    .top-menu > li {
        position: relative;
        margin: 2px 0 0;
    }

        .top-menu > li > a {
            display: block;
            min-height: 45px;
            padding: 12px 15px;
            font-size: 14px;
            color: #fff;
        }

    .top-menu .sublist {
        display: none;
        padding: 0;
    }

        .top-menu .sublist li {
            position: relative;
            margin: 0;
        }

            .top-menu .sublist li a {
                display: block;
                padding: 10px 18px;
                min-height: 45px;
                font-size: 15px;
                text-transform: capitalize;
                color: #fff;
            }

    .sublist-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 45px;
        background: url('../images/toggle-white.png') center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .sublist .sublist-toggle {
        height: 49px;
    }

    .sublist .sublist li {
        background-color: rgba(255, 255, 255, 0.15);
    }

    .search-box input.search-box-text, .search-box .search-box-button {
        width: 100%;
        display: block;
        margin: 3px 0;
    }

    .block-category-navigation {
        display: none;
    }

    .block-account-navigation {
        float: none;
        margin: auto !important;
    }

    .footer-upper .container {
        width: 100%;
    }
}

@media all and (min-width: 576px) {

    /*** 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 ***/
    .ui-autocomplete {
        width: 280px !important;
    }

        .ui-autocomplete img {
            display: inline;
        }


    /*** CATEGORY ***/


    .product-filter {
        vertical-align: top;
        text-align: left;
    }

        .product-filter .product-spec-group {
            margin: 0 0 10px;
        }

        .product-filter .group li.item {
            display: inline-block;
        }

        .product-filter .group li.color-item {
            display: inline-block;
        }

    .item-box {
        margin-bottom: 50px;
    }

        .item-box.col-6:nth-child(2n+1) {
            clear: both;
        }

        .item-box .product-rating-box {
            margin: 0 0 6px;
        }

        .item-box .prices {
            height: 48px;
            line-height: 1.3;
        }

        .item-box .product-title {
            min-height: 42px;
            margin: 0 0 5px;
        }


    /*** PRODUCT PAGE ***/


    .overview-buttons div, .product-share-button {
        display: inline-block;
        width: auto;
        margin: 0 1px 2px;
        float: left;
    }

    .product-share-button {
        padding: 5px 10px;
    }

    /*** WISHLIST ***/


    .wishlist-content .button-2 {
        display: inline-block;
        width: auto;
        min-width: 140px;
        margin: 0 1px 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;
        }
}

@media all and (min-width: 768px) {


    /**** GLOBAL ***/

    .home-page-polls li {
        min-width: 100px;
    }


    /**** 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 ***/


    /*** FOOTER ***/
    .footer-block .title, .newsletter .title {
        margin: 0 0 15px;
        background: none;
        padding: 0;
        cursor: auto;
    }

    .footer-block .list {
        display: block !important; /* prevents toggle display:none on resize */
        background: none;
        padding: 0;
    }

        .footer-block .list li {
            padding: 0;
            margin-bottom: 15px;
            margin-right: 10px;
            display: inline-block;
            line-height: 14px;
            border-right: 1px solid rgba(255,255,255,0.2);
        }

            .footer-block .list li:last-child {
                border-right: 0;
            }

        .footer-block .list a {
            line-height: 14px;
            display: inline;
            padding: 0 10px 0 0;
        }


    /*** CATEGORY ***/


    .product-selectors {
        text-align: left;
    }

        .product-selectors .product-viewmode {
            display: inline-block;
            float: right;
        }

            .product-selectors .product-viewmode span {
                display: none;
            }

            .product-selectors .product-viewmode a {
                display: inline-block;
                width: 24px;
                height: 32px;
                margin: 0 0 0 12px;
                background-position: center;
                background-repeat: no-repeat;
                opacity: 0.5;
            }

                .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: 30px;
    }

        .item-box.col-sm-4:nth-child(2n+1), .item-box.col-sm-4.col-md-3:nth-child(3n+1) {
            clear: none;
        }

        .item-box.col-sm-4:nth-child(3n+1), .item-box.col-md-3:nth-child(4n+1) {
            clear: both;
        }

    .product-list .item-box {
        float: none;
        width: auto;
        margin: 0 5px 20px;
    }

        .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 .picture + .details {
            margin: 0 0 0 240px;
        }

        .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 .product-box-add-to-cart-button {
            width: auto;
            min-width: 40px;
            padding: 0 20px;
        }

        .product-list .item-box .add-to-compare-list-button,
        .product-list .item-box .add-to-wishlist-button {
            width: 40px;
        }


    /*** PRODUCT PAGE ***/

    .variant-picture {
        float: left;
    }

        .variant-picture + .variant-overview {
            width: auto;
            margin: 0 0 0 240px;
        }

    .variant-overview {
        text-align: left;
    }

    .product-details-page .nav-tabs {
        display: flex;
    }

        .product-details-page .nav-tabs .nav-link {
            padding-left: 0 !important;
            padding-right: 2em;
            background: #fff;
        }

    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        float: left;
        max-width: 600px;
    }

    .product-review-item .product-review-box {
        float: right;
    }


    /*** 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-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
        padding: 0 10px;
    }

    .cart-footer .totals {
        float: right;
        width: 45%;
        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 {
        margin: 20px 2%;
        vertical-align: top;
    }

    .payment-method .payment-logo {
        display: block;
    }

    .payment-method .payment-details {
        display: block;
        width: auto;
        min-width: 0;
        margin: 10px 0 0;
    }

    .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;
    }


    .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 {
        margin: 0;
        background-color: #f6f6f6;
        padding: 6px 15px;
        font-size: 12px;
        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;
    }
}

@media all and (min-width: 992px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
        margin: auto;
    }

    .side-2 {
        background-image: url(../images/title-pattern-small.png);
        background-position: right;
        background-repeat: repeat-y;
        padding-right: 35px;
    }

    .side-2-right {
        background-position: left;
        padding-left: 50px;
        padding-right: 0;
    }

    .center-1 {
        min-height: 500px;
    }

    .center-2 {
        padding-left: 35px;
    }

    .page {
        text-align: left;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 265px;
            margin: 0 10px 0 0;
            text-align: right;
        }

        .inputs input[type="text"],
        .inputs input[type="password"],
        .inputs input[type="email"],
        .inputs input[type="tel"],
        .inputs select {
            min-height: 40px;
        }

        .inputs .option-list li {
            margin: 0 10px 0 0;
        }

    .center-2 .inputs label {
        width: 136px;
    }

    .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 {
        margin: auto;
    }

    .header-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-selectors-wrapper {
        float: left;
        border: none;
        padding: 0;
    }

        .header-selectors-wrapper > div {
            width: auto;
            margin: 0 10px;
            line-height: 40px;
        }

        .header-selectors-wrapper select {
            height: 25px;
            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: 40px;
        text-transform: none;
    }

    #topcartlink {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0 18px;
    }

    .flyout-cart {
        position: absolute;
        top: 45px;
        right: 0;
        z-index: 100;
        width: 350px;
        box-shadow: 1px 0 10px #999;
        -webkit-box-shadow: 1px 0 10px #999;
        background-color: #fff;
    }

        .flyout-cart.active {
            display: block;
        }

    .mini-shopping-cart {
        padding: 20px;
        text-align: left;
        font-size: 12px;
    }

        .mini-shopping-cart .count {
            padding: 5px 0 15px;
            font-size: 14px;
        }

            .mini-shopping-cart .count a {
                margin: 0 2px;
            }

        .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 .attributes {
            margin: 5px 0;
        }

        .mini-shopping-cart .totals {
            margin: 0 0 12px;
            font-size: 14px;
        }

        .mini-shopping-cart .buttons {
            margin: 0 0 5px;
        }

        .mini-shopping-cart input[type="button"] {
            display: inline-block;
        }

    .side-2-right {
        display: block;
    }

        .side-2-right .flyout-cart {
            position: static;
            display: block;
            box-shadow: none;
        }

        .side-2-right .mini-shopping-cart, .side-2-right .mini-shopping-cart .items {
            border: 0;
            padding: 0;
        }

            .side-2-right .mini-shopping-cart .count, .side-2-right .mini-shopping-cart .totals,
            .side-2-right .mini-shopping-cart .buttons, .side-2-right .mini-shopping-cart .attributes,
            .side-2-right .mini-shopping-cart .price {
                display: none;
            }

            .side-2-right .mini-shopping-cart a {
                color: #444;
            }

            .side-2-right .mini-shopping-cart .picture + .product {
                margin: 0 0 0 130px;
            }

            .side-2-right .mini-shopping-cart .picture {
                width: 120px;
            }

    .header-lower {
        display: table;
        width: 100%;
    }

    .header-logo {
        display: table-cell;
        vertical-align: middle;
        font-size: 0;
    }

    .search-box {
        position: absolute;
        vertical-align: middle;
        left: 30px;
        right: 15px;
        background: rgba(0,0,0,0.2);
        display: none;
    }

        .search-box.active {
            display: block;
        }

        .search-box input.search-box-text,
        .search-box .search-box-button {
            height: 40px;
        }

        .search-box input.search-box-text {
            width: 70%;
            width: -moz-calc(100% - 90px);
            width: -webkit-calc(100% - 90px);
            width: -o-calc(100% - 90px);
            width: calc(100% - 90px);
            background: none;
            border: none;
            color: #fff;
            padding-left: 20px;
        }

            .search-box input.search-box-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                color: #fff;
            }

            .search-box input.search-box-text::-moz-placeholder { /* Firefox 19+ */
                color: #fff;
            }

            .search-box input.search-box-text:-ms-input-placeholder { /* IE 10+ */
                color: #fff;
            }

            .search-box input.search-box-text:-moz-placeholder { /* Firefox 18- */
                color: #fff;
            }

        .search-box .search-box-button {
            float: right;
            font-family: Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            color: #fff;
            font-weight: bold;
            letter-spacing: 0.02em;
        }

    .md-menu-search {
        float: right;
    }

    #md-menu-search-link:hover {
        opacity: 0.8;
    }


    /*** NAVIGATION ***/
    .header-lower, .header-logo a img {
        max-height: 93px;
    }

    .header-logo {
        line-height: 93px;
    }

    .header-menu {
        position: relative;
        z-index: 5;
        text-align: left;
    }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu > ul {
        display: block !important; /* prevents toggle display:none on resize */
        font-size: 0;
    }

    .header-menu ul.mobile, #mobile-menu h3 {
        display: none !important;
    }

    .header-menu > ul > li {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }

        .header-menu > ul > li:first-child {
            border-left: none;
        }

        .header-menu > ul > li > a {
            display: block;
            padding: 25px 12px;
            line-height: 43px;
            font-size: 16px; /*reset zeroing*/
            cursor: pointer;
        }

    .header-menu .sublist {
        display: none;
        position: absolute;
        width: 100%;
        padding: 0;
        margin: 0 0 0 -5px;
        text-align: left;
    }

    .header-menu ul.top-menu {
        position: relative;
    }

        .header-menu ul.top-menu > li > .sublist {
            left: 0;
        }

    .header-menu .sublist li {
        position: relative;
        display: inline-block;
        padding: 0 5px;
    }

        .header-menu .sublist li a, .header-menu .sublist li span {
            display: inline;
            position: relative;
            padding: 0 10px;
            font-size: 14px;
            line-height: 40px;
            color: #fff;
        }

    .header-menu ul li:hover > .sublist {
        display: block;
    }

    .header-menu .sublist .sublist {
        top: 40px;
        left: 0;
        width: 200px;
        background: #E31B23;
    }

        .header-menu .sublist .sublist li {
            display: block;
        }

        .header-menu .sublist .sublist .sublist {
            top: 0px;
            left: 100% !important;
        }

    /*** FOOTER ***/


    .footer-upper {
        padding-top: 35px;
        padding-bottom: 35px;
    }

        .footer-upper:after {
            content: "";
            display: block;
            clear: both;
        }


        .footer-upper .last {
            margin-top: 0px;
            padding-top: 0;
            padding-bottom: 0;
            background: none;
        }

    .footer-block {
        margin: 0;
    }

        .footer-block:first-child {
        }

        .footer-block .list {
            margin: 0;
        }

    .follow-us {
        margin: 0;
        text-align: left;
    }

        .follow-us .social li {
            margin: 0 10px 0 0;
        }

    .newsletter-email {
        display: block;
    }

        .newsletter-email .newsletter-subscribe-button {
            padding: 0 5px;
        }

    .newsletter-validation .field-validation-valid {
        text-align: left;
    }

    .footer-lower {
        position: relative;
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .footer-lower:after {
            content: "";
            display: block;
            clear: both;
        }

    .footer-info {
        float: right;
        line-height: 32px;
        text-align: right;
    }

    .footer-powered-by {
        margin: 0;
        line-height: 32px;
    }

    .theme-selector {
        float: left;
        margin: 0 0 0 15px;
    }

    .follow-us {
        float: left;
    }


    /*** COLUMN ***/


    .block {
        float: none;
        width: auto;
        margin: 0 0 35px;
    }

        .block .title {
            margin: 0;
            padding: 0 0 5px;
            font-size: 20px;
            background: none;
            cursor: auto;
        }

        .block .listbox {
            padding: 0;
            display: block !important;
            border-bottom: none;
        }

        .block a.product-picture {
            display: inline-block;
            position: relative;
            width: 20%;
            margin: 0 5px 0 0;
            vertical-align: middle;
        }

        .block a.product-name {
            vertical-align: middle;
        }

        .block a.product-picture + a.product-name {
            width: 70%;
            font-size: 13px;
        }

            .block a.product-picture + a.product-name:before {
                display: none;
            }

    /*** HOME ***/
    .home-page-category-grid {
        margin: 60px 0;
    }

        .home-page-category-grid .title, .product-grid .title, .news-list-homepage .title, .home-page-polls .title, .home-page .topic-block-title {
            text-align: center;
            font-size: 28px;
            margin-bottom: 30px;
        }

    .featured-product-grid .title {
        text-align: left;
    }

    #home-four-blocks {
        margin: 0 0 50px;
    }

        #home-four-blocks .topic-block {
            padding: 20px 30px;
        }

        #home-four-blocks h2, #home-four-blocks h3, #home-four-blocks h4, #home-four-blocks h5, #home-four-blocks h6 {
            margin: 15px 0 5px;
        }

    /*** CATEGORY ***/
    .home-page .product-grid .item-box,
    .product-details-page .product-grid .item-box,
    .shopping-cart-page .product-grid .item-box {
        margin-bottom: 30px;
    }

        .home-page .product-grid .item-box.col-md-3:nth-child(3n+1),
        .product-details-page .product-grid .item-box.col-md-3:nth-child(3n+1),
        .shopping-cart-page .product-grid .item-box.col-md-3:nth-child(3n+1) {
            clear: none;
        }

        .home-page .product-grid .item-box.col-md-3:nth-child(4n+1),
        .product-details-page .product-grid .item-box.col-md-3:nth-child(4n+1),
        .shopping-cart-page .product-grid .item-box.col-md-3:nth-child(4n+1) {
            clear: both;
        }

    .item-box .actual-price {
        font-size: 16px;
    }

    /*** PRODUCT PAGE ***/

    .product-details-page .product-variant-line:nth-child(2n+1) {
        clear: both;
    }

    .gallery .picture-thumbs a, .gallery .picture-thumbs .thumb-item {
        display: block;
        margin: 0 0 10px;
    }

    .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;
        }

    .color-squares li {
        margin: 0 10px 10px 0;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        max-width: 850px;
    }


    /*** WISHLIST & COMPARE LIST ***/

    .compare-products-page .clear-list {
        position: absolute;
        top: 7px;
        right: 0;
    }

    .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 {
        margin: 0;
    }

        .login-page .new-wrapper .text {
            min-height: 220px;
        }

    .login-page .returning-wrapper .form-fields {
        min-height: 220px;
    }

    .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: 5px;
        right: 10px;
    }

    .avatar-page .message-error,
    .avatar-page .buttons {
        text-align: left;
    }


    /*** SHOPPING CART ***/


    .shopping-cart-page .cart-options {
        overflow: hidden;
    }

    .shopping-cart-page .checkout-attributes {
        float: left;
        max-width: 565px;
        margin: -30px 0 15px;
    }

        .shopping-cart-page .checkout-attributes li {
            margin: 5px 10px 5px 0;
        }

    .shopping-cart-page .selected-checkout-attributes {
        float: right;
        max-width: 395px;
        margin: 15px 0;
    }


    /*** CHECKOUT ***/
    .checkout-page .address-item {
        width: 31.33333%;
    }

    .payment-info .info {
        padding: 30px 15px;
    }

        .payment-info .info td:first-child {
            width: 265px !important;
            margin: 0 10px 0 0;
        }

        .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;
    }

    .opc .step > div {
        padding: 25px;
    }


    /*** 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 {
        float: left;
        width: 31.33333%;
        margin: 0 1% 30px;
    }

        .news-list-homepage .news-item:nth-child(3n+1) {
            clear: both;
        }

        .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 .toolbar {
        display: inline-block;
        width: 400px;
        margin: 10px 0;
        vertical-align: middle;
    }
}

@media all and (min-width: 1200px) {


    /*** GLOBAL STYLES ***/
    .inputs label {
        display: block;
        text-align: left;
    }

        .inputs label[for="Newsletter"] {
            display: inline-block;
        }

    .center-2 .inputs label {
        width: 213px;
    }


    /*** NAVIGATION ***/

    .header-menu > ul > li {
        padding: 0px 10px;
    }

        .header-menu > ul > li > a,
        .header-menu > ul > li > span {
            font-size: 15px;
        }


    /*** FOOTER ***/


    .footer-upper {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .footer-lower {
        padding-top: 25px;
        padding-bottom: 25px;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        max-width: 1050px;
    }


    /*** SHOPPING CART ***/


    .cart-footer .totals {
        width: 395px;
        margin: 0;
    }

    .cart-footer .cart-collaterals {
        margin: 0;
    }

        .cart-footer .cart-collaterals .deals {
            float: left;
            width: 360px;
        }

        .cart-footer .cart-collaterals .shipping {
            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%;
    }
}

@media (min-width: 1499px) {
    .item-box.col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .item-box.col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
