@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 ***/


    .header-menu {
        position: relative;
        z-index: 1;
        margin: 0 auto;
    }

        .header-menu .search-box {
            margin-right: 30px;
        }

    .menu-toggle {
        /*background: #4ab2f1 url('../images/menu-icon.png') right center no-repeat;*/
        padding: 0;
        margin: 0;
        color: #000;
        cursor: pointer;
        float: right;
        font-family: 'Droid Sans', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        position: absolute;
        top: 0;
        right: 0;
    }

        .menu-toggle i {
            line-height: 20px;
            font-size: 16px;
        }

    .header-links-wrapper {
        float: right;
    }

    .top-menu {
        display: none;
    }

        .top-menu > li {
            position: relative;
            margin: 1px 0;
            background-color: #f6f6f6;
        }

            .top-menu > li > a {
                display: block;
                min-height: 55px;
                padding: 18px;
                font-size: 15px;
                color: #555;
            }

        .top-menu .sublist {
            display: none;
            background-color: #fff;
            padding: 5px 0;
        }

            .top-menu .sublist li {
                position: relative;
                margin: 1px 0 1px 20px;
            }

    #mobile-menu .sublist li a {
        display: block;
        line-height: 30px;
        padding-left: 10px;
        font-size: 17px;
    }

    #mobile-menu {
        position: fixed;
        top: 0;
        height: 100%;
        width: 350px;
        max-width: 80%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 2000;
        background: #fff;
        -webkit-transition: right 0.3s;
        -moz-transition: right 0.3s;
        transition: right 0.3s;
        padding: 15px;
        text-align: left;
    }

        #mobile-menu > li {
            border-bottom: 1px dotted #ccc;
        }

        #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.5);
        cursor: pointer;
        z-index: 1099;
        display: none;
    }

        #menu-shadow-layer.is-visible {
            display: block;
        }

    #mobile-menu li {
        position: relative;
    }

    .sublist-toggle {
        position: absolute;
        top: 0;
        right: 0;
        color: #000;
        text-transform: uppercase;
        cursor: pointer;
    }

    #mobile-menu .sublist {
        display: none;
    }

    .block-category-navigation {
        display: none;
    }

    .block-account-navigation {
        float: none;
        margin: auto !important;
    }

    .footer .social ul li {
        width: 120px;
        margin: 0 auto;
        display: inline-block;
    }
}

@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 ***/


    .header-selectors-wrapper > div {
        display: inline-block;
        width: 30%;
        margin: 10px auto;
    }

    .search-box input.search-box-text {
        width: 200px;
    }

    .ui-autocomplete {
        width: 200px !important;
    }

        .ui-autocomplete img {
            display: inline;
        }

    .mini-shopping-cart .item {
        text-align: left;
    }

    .header-links a, .header-links span, .search-box #searchico, .header-menu > ul > li > a, .header-menu > ul > li > span, .menu-toggle,
    .header-menu i  {
        line-height: 40px;
    }


    /*** FOOTER ***/
    .newsletter-email input[type="text"], .newsletter-email input[type="email"] {
        width: 240px;
    }


    /*** CATEGORY ***/


    .product-filter {
        display: table-cell;
        vertical-align: top;
        text-align: left;
    }

        .product-filter.price-range-filter {
            width: 200px;
        }

        .product-filter .product-spec-group {
            float: left;
            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.col-6:nth-child(2n+1) {
            clear: both;
        }

    .bestsellers .item-box .product-rating-box {
        float: none;
    }

    .item-box .prices {
        height: 40px;
        line-height: 1.2;
    }

    .item-box .product-title {
        min-height: 42px;
        margin: 0 0 5px;
    }


    /*** PRODUCT PAGE ***/


    .overview-buttons div {
        display: inline-block;
        width: auto;
        margin: 0 1px 2px;
    }


    /*** 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 {
        padding: 30px 0px 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 ***/

    #secure-page .secure-header h2 {
        text-align: right;
    }

    #secure-page .secure-header h3 {
        text-align: left;
    }

    .header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .master-wrapper-page:not(.overlayheader) .master-column-wrapper {
        position: relative;
        z-index: 0;
    }

    .master-wrapper-page.overlayheader.ishomepage .master-column-wrapper {
        position: absolute;
        width: 100%;
        top: 0;
    }

    .header-selectors-wrapper > div {
        width: 21%;
    }

    .header-links a,
    .header-links span, .search-box #searchico,
    .header-menu > ul > li > a, .header-menu > ul > li > span, .menu-toggle {
        line-height: 40px;
        /*font-size: 14px;*/
    }

    /*** FOOTER ***/
    .footer-block .title {
        margin: 0 0 15px;
        background: none;
        padding: 0;
        color: #000;
        cursor: auto;
    }

    .footer-block .list {
        display: block !important; /* prevents toggle display:none on resize */
        background: none;
        padding: 0;
    }

        .footer-block .list li {
            padding: 3px 0;
        }

        .footer-block .list a {
            display: inline;
            padding: 0;
        }

    .footer-block > .title::after {
        display: none;
    }

    .follow-us {
        width: 98%;
        margin: 25px auto 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 50px;
    }

        .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: 150px;
            padding: 0 20px;
        }

        .product-list .item-box .add-to-compare-list-button,
        .product-list .item-box .add-to-wishlist-button {
            width: 42px;
        }


    /*** PRODUCT PAGE ***/

    .variant-picture {
        float: left;
    }

        .variant-picture + .variant-overview {
            width: auto;
            margin: 0 0 0 240px;
        }

    .variant-overview {
        text-align: left;
    }


    /*** 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%;
        border-top: 0;
        border-left: 2px solid #444;
    }

    .cart-footer .terms-of-service {
        text-align: left;
    }

    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
        text-align: center;
    }

    .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 {
        border-bottom: 1px dotted #ccc;
        padding: 10px;
    }

    .payment-method .payment-logo {
        display: block;
        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 .total-info {
        clear: both;
        border-left: 2px solid #444;
        float: right;
    }

    .shipment-details-page .tracking-number .tracking-url {
        text-decoration: underline;
    }


    /*** 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 dotted #ccc;
        }

    .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 #444;
        vertical-align: top;
        text-align: left;
    }

    .comment-time {
        min-height: 40px;
        margin: 0;
        padding: 10px 15px;
    }

    .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;
    }

    .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="password"],
        .inputs select {
            min-height: 40px;
        }

        .inputs .option-list li {
            margin: 0 10px 0 0;
        }

    .center-1 .buttons {
        text-align: center;
    }

    .center-2 .inputs label {
        width: 136px;
    }

    .page-title {
        margin: 0 0 50px;
    }

        .page-title a + h1 {
            margin-left: 24px;
        }

    .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;
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 20px;
    }

    .nothomepage .header {
        padding-bottom: 50px;
    }

    .header-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-selectors-wrapper {
        border: none;
        padding: 0;
        text-align: right;
    }

        .header-selectors-wrapper > div {
            width: auto;
            min-width: 100px;
            margin: 0 12px 10px 0;
            line-height: 30px;
        }

        .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, .header-menu > ul > li {
        margin: 0 10px;
    }

    .header-logo {
        text-align: left;
        vertical-align: middle;
        font-size: 0;
    }

    #small-search-box-form .dropdown-menu {
        right: 0;
    }

    .search-box {
        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;
        z-index: 5;
        text-align: center;
    }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu > ul {
        display: block !important; /* prevents toggle display:none on resize */
        float: right;
        text-align: right;
        font-size: 0;
    }

    #mobile-menu {
        display: none !important;
    }

    .header-menu > ul > li {
        display: inline-block;
        vertical-align: middle;
    }

        .header-menu > ul > li > a {
            display: block;
            cursor: pointer;
        }

            .header-menu > ul > li > a:hover {
                text-decoration: none;
            }

    .header-menu .sublist {
        display: none;
        position: absolute;
        width: 250px;
        box-shadow: none;
        border: 1px solid #000;
        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: 3px 10px;
                font-size: 16px;
				/*font-size: 17px;*/
                color: #000;
				/*border-bottom:1px solid #999;*/
				font-family: 'Droid Sans', sans-serif;
            }

    .header-menu ul li:hover > .sublist {
        display: block;
    }

    .header-menu .sublist .sublist {
        top: -10px;
        left: 100% !important;
    }


    /*** FOOTER ***/


    .footer-upper {
        padding-top: 35px;
        padding-bottom: 35px;
    }

        .footer-upper:after {
            content: "";
            display: block;
            clear: both;
        }

    .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 input[type="text"], .newsletter-email input[type="email"] {
        width: 400px;
    }

    .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;
    }

    .footer-powered-by {
        float: left;
        margin: 0;
        line-height: 32px;
    }

    .theme-selector {
        float: left;
        margin: 0 0 0 15px;
    }


    /*** COLUMN ***/


    .block {
        float: none;
        width: auto;
        margin: 0 0 15px;
        padding: 0 0 15px;
        max-width: 260px;
        border-bottom: 1px solid #444;
    }

        .block .title {
            margin: 0;
            background: none;
            cursor: auto;
            padding-left: 0;
        }

            .block .title:after {
                display: none;
            }

            .block .title strong {
                font-weight: bold;
            }

        .block .listbox {
            display: block !important;
            border-bottom: none;
			font-family: 'Droid Sans', sans-serif;
        }

        .block a.product-picture {
            display: inline-block;
            position: relative;
            width: 30%;
            margin: 0;
            vertical-align: middle;
        }

        .block a.product-name {
            vertical-align: middle;
        }

        .block a.product-picture + a.product-name {
            width: 65%;
        }

            .block a.product-picture + a.product-name:before {
                display: none;
            }


    /*** CATEGORY ***/
    .item-box {
        margin: 0 0 80px;
    }



    #homepage-brands {
        /*margin: 80px 0 0;*/
margin: 0px 0 0;
    }

    .home-page-full-width {
        padding: 60px 0;
    }

    .item-box .buttons {
        text-align: left;
    }

    .slider-wrapper.theme-custom {
        margin-bottom: 80px;
    }

    .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;
    }

    .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;
    }


    /*** 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;
        }

    .color-squares li, .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;
    }


    /*** WISHLIST & COMPARE LIST ***/

    .compare-products-page .page-title {
        margin: 0 0 -1px;
    }

    .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: 4px 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 .returning-wrapper .form-fields {
        min-height: 200px;
        padding: 30px 0 0;
    }

    .login-page .returning-wrapper .inputs label {
        width: 110px;
    }

    .login-page .returning-wrapper input[type="text"],
    .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;
    }

    .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 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 ***/


    .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 {
        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 ***/
    .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 {
        width: 375px;
    }

    .center-2 .inputs label {
        width: 213px;
    }

    /*** NAVIGATION ***/
    .header-links li, .header-menu > ul > li {
        margin: 0 0 0 22px;
    }

        #cd-cart-trigger, .search-box, .header-links li.user {
            margin: 0 0 0 16px;
        }

    /*** 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;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .login-page .returning-wrapper input[type="text"],
    .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 {
        width: 395px;
        margin: 0;
    }

    .cart-footer .cart-collaterals {
        width: 400px;
        margin: 0;
    }

        .cart-footer .cart-collaterals .deals {
            float: left;
            width: 360px;
        }

        .cart-footer .cart-collaterals .shipping {
            float: left;
            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 all and (max-width: 767px) {
    .product-details-page .nav-tabs {
        display: block !important;
    }
}