﻿
.menucolor-green {
    background-color: #0ade15 !important;
    color: white !important;
}

.menucolor-orange {
    background-color: #FF7A00 !important;
    color: white !important;
}

.menucolor-lightblue {
    background-color: #99c8e9 !important;
    color: white !important;
}

.menucolor-red {
    background-color: #cd1b45 !important;
    color: white !important;
}

.menucolor-blue {
    background-color: #3391d4 !important;
    color: white !important;
}

.menucolor-darkblue {
    background-color: #005897 !important;
    color: white !important;
}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/
/*@media screen and (max-width:976px) and (min-width:769px) {*/
@media screen and (max-width:2px) and (min-width:2px) {
    /* MASTER PAGE WRAPPERS */
    .master-wrapper-page {
        border: 0;
        width: 98%;
        margin: 0 auto;
    }

    .master-wrapper-content, .master-wrapper-main {
        width: 98%;
        margin: 0 auto;
        box-sizing: border-box;
        float: none;
    }

    .master-wrapper-content {
        margin-top: 15px;
    }

    .master-wrapper-main .center-1 {
        width: 97%;
        padding: 0;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .master-wrapper-main .side-2 {
        width: 22%;
    }

    .master-wrapper-main .center-2 {
        width: 70%;
        margin-left: 25%;
        float: none;
        display: table;
    }

    .master-wrapper-main .home-page .center-2 {
        width: 70%;
        margin-left: 25%;
        float: none;
        display: table;
    }

    .master-wrapper-main .center-3 {
        width: auto;
        margin: 0 190px 0;
        float: none;
        display: block;
        padding-top: 20px;
    }
    /*Home*/
    .jcarousel-skin-tango {
        width: 50%;
    }
    /* PRODUCT DETAILS PAGE */
    .product-details-page .gallery {
        width: 50%;
        margin: 0 0 15px 0;
    }

        .product-details-page .gallery .picture img {
            max-width: 100%;
        }

    .product-details-page .overview {
        float: left;
        width: 41%;
        margin: 0 0 5px 2%;
        padding: 10px 3%;
    }

    .product-details-page .attributes select, .product-details-page .attributes .textbox, .product-details-page textarea {
        max-width: 90%;
    }

    .product-details-page .attributes select, .product-details-page .attributes .textbox, .product-details-page .giftcard .message, .product-details-page .attributes textarea {
        max-width: 90%;
    }
    /* CONTACTS */
    .contact-page .inputs-right {
        margin-left: 25px;
    }

    .contact-page .email, .contact-page .fullname {
        width: 215px;
    }

    .contact-page .enquiry {
        width: 280px;
    }
    /* EMAIL A FRIEND */
    .email-a-friend-page .inputs-left, .email-a-friend-page .inputs-right {
        width: 50%;
    }

    .email-a-friend-page .inputs {
        width: 85%;
    }

    .email-a-friend-page .friend-email, .email-a-friend-page .your-email, .email-a-friend-page .personal-message {
        max-width: 100%;
    }
    /* NAVIGATIONS */
    .block-recently-viewed-products li a {
        display: table;
    }
    /* COMPARE PRODUCTS */
    .compare-products-table td img {
        max-width: 100%;
    }
    /* PRODUCTS IN GRID - TEMPLATE */
    .center-3 .product-grid .item-box {
        margin: 0 0 10px;
        width: 50%;
        padding: 0;
    }

    .center-3 .product-grid .product-item {
        width: auto;
    }
    /* PRODUCTS IN LINES - TEMPLATE */
    .sub-category-grid .item-box, .manufacturer-grid .item-box {
        margin: 5px 8% 5px 0;
        width: 40%;
        padding: 0;
    }

    .sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
        width: auto;
    }
    /* ORDER SUMMARY IN CART PAGE */
    .shopping-cart-page .cart-left {
        float: none;
        width: 100%;
    }

    .shopping-cart-page .cart-right {
        padding: 0;
    }

    .order-summary-content .totals {
        text-align: right;
    }

        .order-summary-content .totals .cart-total-left {
            text-align: right;
        }

    .order-summary-content .checkout-buttons {
        text-align: right;
        padding: 10px 0;
        float: right;
    }

    .order-summary-content .deals .title, .order-summary-content .shipping .title {
        float: none;
        width: 100%;
    }

    .order-summary-content .deals .deals-form, .order-summary-content .shipping .shipping-form {
        margin-left: 0;
    }
}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/
/*@media screen and (max-width:768px) and (min-width:481px) {*/
@media screen and (max-width:1px) and (min-width:1px) {
    /* MASTER PAGE WRAPPERS */
    .master-wrapper-page, .master-wrapper-content, .master-wrapper-main {
        width: 100%;
        box-sizing: border-box;
    }

    .master-wrapper-page {
        border-color: #ffffff;
    }

    .master-wrapper-content {
        margin: 5px 0 0 0;
        zoom: 1;
    }

        .master-wrapper-content:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .master-wrapper-main .center-1 {
        width: 98%;
        padding: 10px 1%;
    }

    .master-wrapper-main .side-2 {
        width: 22%;
    }

    .master-wrapper-main .center-2 {
        width: 70%;
        margin-left: 25%;
        float: none;
        display: table;
    }

    .master-wrapper-main .home-page .center-2 {
        width: 70%;
        margin-left: 25%;
        float: none;
        display: table;
    }
    /*.master-wrapper-main .leftside-3{width:145px;margin:0;}*/
    .master-wrapper-main .leftside-3 {
        display: none;
    }

    .master-wrapper-main .center-3 {
        width: auto;
        margin: 0 145px 0 0px;
        padding: 10px 20px;
        float: none;
        display: block;
    }

    .master-wrapper-main .rightside-3 {
        width: 180px;
        float: right;
        margin-top: 0;
    }

    .tax-display-type-selector, .language-selector, .currency-selector, .auth {
        display: inline-block;
        float: none;
    }
    /*Home*/
    .jcarousel-skin-tango {
        width: 70%;
        float: none;
        margin: 0 auto 20px;
    }

    .featured-social .subscribe {
        width: 60%;
        float: none;
        margin: 0 auto;
    }

    .promo td {
        display: block;
    }

    .promo .left {
        width: 100%;
    }

    .slider-wrapper {
        margin: 0;
    }

    .subpromo, .promo .right {
        display: none;
    }
    /* NEWSLETTER*/
    .newsletter-subscribe-block input {
        max-width: 90%;
    }
    /* CATALOG PAGES */
    .sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
        margin: 5px;
    }

    .sub-category-grid a img, .manufacturer-grid a img, .home-page-category-grid a img {
        max-width: 100%;
    }

    .product-sorting, .product-page-size, .price-range-filter {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .product-page-size {
        margin: 0;
        text-align: left;
    }
    /* PRODUCTS IN LINES - TEMPLATE */
    .product-list .product-item .add-info {
        padding-bottom: 10px;
        text-align: left;
        zoom: 1;
        position: static;
        float: none;
        display: table;
    }

        .product-list .product-item .add-info:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .product-list .product-item .buttons .product-box-detail-button {
        float: none;
        margin: 0;
    }

    .product-list .product-item .product-rating-box {
        margin: 0;
        display: table;
        padding-left: 0;
    }

    .product-list .product-item .description {
        display: table;
        margin: 10px 5px 10px 0px;
        padding: 0;
    }

    .product-list .product-item .picture img {
        margin-right: 10px;
    }

    .product-list .product-item .picture {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .product-list .product-item .buttons {
        padding-top: 5px;
    }

    .product-list .product-item .details {
        padding-left: 10px;
    }
    /* PRODUCT DETAILS PAGE */
    .product-details-page .gallery {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        float: none;
        display: table;
    }

        .product-details-page .gallery .picture img {
            max-width: 100%;
        }

    .product-details-page .overview {
        max-width: 100%;
        width: auto;
        margin: 20px 0;
        float: none;
    }

    .related-products-grid, .also-purchased-products-grid {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

        .related-products-grid .title, .also-purchased-products-grid .title {
            margin-bottom: 15px;
        }

        .related-products-grid .item-box, .also-purchased-products-grid .item-box {
            display: inline-block;
            float: none;
        }

    .product-details-page .attributes .textbox, .product-details-page .giftcard .message, .product-details-page .attributes textarea {
        max-width: 90%;
        width: 250px;
    }

    .product-details-page dd {
        width: 240px;
    }
    /* NAVIGATIONS */
    .block-account-navigation a {
        white-space: normal;
    }
    /* PRODUCT REVIEWS PAGE */
    .product-reviews-page .write-review .review-title, .product-reviews-page .write-review .review-text {
        width: 100%;
    }
    /* CONTACTS */
    .contact-page .inputs-left {
        float: none;
    }




    .contact-page .inputs {
        float: none;
    }

        .contact-page .inputs .input-box {
            width: 100%;
        }

    .contact-page .enquiry {
        width: 250px;
    }
    /* SEARCH */
    .search-page .search-text {
        width: 260px;
    }
    /* LOGIN */
    .login-page .new-wrapper, .login-page .returning-wrapper {
        width: 45%;
        padding: 10px 2%;
    }

    .login-page .email, .login-page .username, .login-page .password {
        max-width: 100%;
    }
    /* NEWS */
    .news-item-page .new-comment .comment-title, .news-item-page .new-comment .comment-text {
        width: 100%;
    }

    .news-item-page .news-comment .comment-info {
        max-width: 95%;
        padding: 5px 0 0 0;
        float: none;
    }

    .news-item-page .news-comment .comment-content {
        margin-left: 0;
        display: inline-block;
    }
    /* BLOGS */
    .blogpost-page .new-comment .comment-text {
        width: 100%;
    }

    .blogpost-page .blog-comment .comment-content {
        display: inline-block;
        margin-left: 0;
    }

    .blogpost-page .blog-comment .comment-info {
        max-width: 95%;
        padding: 5px 0 0 0;
        float: none;
    }
    /* FORUM TOPIC EDIT,FORUM POST EDIT */
    .forum-edit-page .page-title {
        width: 95%;
        padding: 0 2%;
    }

    .forum-edit-page .inputs input[type="text"], .forum-edit-page .inputs textarea, .forum-edit-page .inputs .toolbar {
        max-width: 95%;
        margin-left: 0;
    }

    .forum-search-page .basic-search input[type="text"] {
        width: 95%;
    }
    /* CUSTOMER ACCOUNT PAGES */
    .account-signature-text {
        width: 100%;
    }

    .customer-info-page textarea {
        width: auto;
    }
    /* COMPARE PRODUCTS */
    .compare-products-table td img {
        max-width: 100%;
    }
    /* EMAIL A FRIEND */
    .email-a-friend-page .page-body {
        padding: 0;
    }

    .email-a-friend-page .inputs-left, .email-a-friend-page .inputs-right {
        width: 50%;
    }

    .email-a-friend-page .inputs {
        width: 85%;
    }

    .email-a-friend-page .friend-email, .email-a-friend-page .your-email, .email-a-friend-page .personal-message {
        max-width: 95%;
    }

    .email-a-friend-page .personal-message {
        width: 280px;
    }
    /* ORDER SUMMARY,SHOPPING CART,WISHLIST */
    .order-summary-content .cart thead, .wishlist-content .cart thead {
        margin-bottom: 10px;
    }

    .order-summary-content .cart td, .wishlist-content .cart td {
        padding: 5px 2px !important;
    }

    .order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
        padding: 0 10px !important;
    }

    .nobr {
        white-space: normal !important;
    }

    .order-summary-content .cart-collaterals:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .order-summary-content .deals .title, .order-summary-content .shipping .title {
        float: none;
        width: 100%;
    }

    .order-summary-content .deals .deals-form, .order-summary-content .shipping .shipping-form {
        margin-left: 0;
    }
    /*.order-progress{height:auto;}
    .order-progress ul{display:inline-block;width:100%;text-align:center;}
    .order-progress ul li{display:inline-block;float:none;margin:0;width:60px;}
    .order-progress ul li a{display:block;padding-bottom:30px !important;background-position:50% 70% !important;}*/
    /* CHECKOUT */
    .checkout-data .section input[type="text"], .checkout-data .section select {
        max-width: 100%;
    }
    /* NAVIGATIONS */
    .block-recently-viewed-products li a {
        display: table;
    }

    /*FOOTER*/
    .footer-menu-wrapper .column {
        width: 100%;
        float: none;
    }

    #footer-menu-button-1, #footer-menu-button-2, #footer-menu-button-3, #footer-menu-button-4 {
        display: block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

        #footer-menu-button-1 a, #footer-menu-button-2 a, #footer-menu-button-3 a, #footer-menu-button-4 a {
            display: block;
            padding: 0;
            text-align: left;
        }

            #footer-menu-button-1 a:hover, #footer-menu-button-2 a:hover, #footer-menu-button-3 a:hover, #footer-menu-button-4 a:hover {
                text-decoration: none;
            }

    .footer .icon {
        display: block;
        float: left;
        width: 15px;
        padding-top: 13px;
        margin: 0 18px 0 0;
    }

        .footer .icon .line {
            display: block;
            background-color: #999;
            height: 2px;
            margin: 2px 0 1px;
        }

    .footer span.title {
        font-weight: bold;
        color: #333;
        font-size: 13px;
    }

    .footer-menu-1, .footer-menu-2, .footer-menu-3, .footer-menu-4 {
        display: block;
        overflow: hidden;
        height: auto;
        max-height: 0px;
        transition: max-height 500ms ease-in-out 0s;
        -moz-transition: max-height 500ms ease-in-out 0s;
        -webkit-transition: max-height 500ms ease-in-out 0s;
        -o-transition: max-height 500ms ease-in-out 0s;
        text-align: left;
        padding-left: 38px !important;
        list-style: none;
        margin: 0 !important;
    }

        .footer-menu-1.show, .footer-menu-2.show, .footer-menu-3.show, .footer-menu-4.show {
            max-height: 9999px;
            transition: max-height 500ms ease-in-out 0s;
            -moz-transition: max-height 500ms ease-in-out 0s;
            -webkit-transition: max-height 500ms ease-in-out 0s;
            -o-transition: max-height 500ms ease-in-out 0s;
        }

        .footer-menu-1 li, .footer-menu-2 li, .footer-menu-3 li, .footer-menu-4 li {
            padding: 2px 0;
        }

    .footer-disclaimer, .footer-poweredby {
        float: none;
        text-align: center;
    }

    .footer .column.last {
        width: 100%;
    }
    /* PRODUCTS IN GRIDS - TEMPLATE */
    .product-grid .item-box {
        margin: 0 0 10px;
        width: 50%;
        padding: 0;
    }

    .product-grid .product-item {
        width: auto;
        height: 285px;
    }

    .home-page-category-grid .category-item {
        width: auto;
    }

    .home-page-category-grid .item-box {
        margin: 5px 8% 5px 0;
        width: 40%;
        padding: 0;
    }

    .product-grid .product-item .picture {
        width: auto;
        height: auto;
    }

        .product-grid .product-item .picture img, .product-list .product-item .picture img {
            max-width: 100%;
        }
    /* PRODUCTS IN LINES - TEMPLATE */
    .product-list .product-item .picture {
        width: 30%;
    }

    .product-list .product-item .details {
        width: 50%;
        padding-left: 0;
    }

    .product-list .product-item .product-title, .product-list .product-item .prices {
        margin-top: 0;
        padding-left: 0;
        padding-top: 0;
    }

    .pager .limiter {
        float: left;
    }

    .pager .pages {
        margin: 0;
    }

    .sub-category-grid .item-box, .manufacturer-grid .item-box {
        margin: 5px 8% 5px 0;
        width: 40%;
        padding: 0;
    }

    .sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
        width: auto;
    }
    /* ORDER SUMMARY IN CART PAGE */
    .shopping-cart-page .cart-left {
        float: none;
        width: 100%;
    }

    .shopping-cart-page .cart-right {
        float: right;
        width: 70%;
        background: #fff;
        padding: 0;
    }

    .order-summary-content .totals {
        text-align: right;
    }

        .order-summary-content .totals .cart-total-left {
            text-align: right;
        }

    .order-summary-content .checkout-buttons {
        text-align: right;
        padding: 10px 0;
        float: right;
    }
    /*Side blocks*/
    .mini-shopping-cart .item .picture, .related-products-block .item .picture {
        display: none;
    }

    .mini-shopping-cart .item .product, .related-products-block .item .details {
        float: none;
        width: 100%;
    }

    .mini-shopping-cart .totals {
        background: none;
        text-align: left;
    }
}
/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/
@media screen and (max-width:480px) {
    /* MASTER PAGE WRAPPERS */
    .master-wrapper-page, .master-wrapper-content {
        width: 100%;
        box-sizing: border-box;
    }

    .master-wrapper-main .center-1 {
        width: 97%;
        padding: 5px 1%;
        margin: 0 auto;
    }

    .master-wrapper-page {
        margin: 0 auto 0;
        border-color: #ffffff;
    }

    .master-wrapper-content {
        margin: 5px 0 0 0;
    }

    .master-wrapper-main .side-2 {
        margin: 0;
        width: 100%;
    }

        .master-wrapper-main .side-2 > * {
            display: none;
        }

    .master-wrapper-main .center-2 {
        width: 97%;
        padding: 0 1%;
        margin: 0 auto;
    }

    .master-wrapper-main .home-page .center-2 {
        width: 97%;
        padding: 0 1%;
        margin: 0 auto;
    }

    .master-wrapper-main .leftside-3 {
        display: none;
    }

    .master-wrapper-main .rightside-3 {
        d /isplay: none;
        width: 95%;
        margin-top: auto;
        margin-left: 5px;
    }

    #searchHead {
        width: 95%;
        margin-top: 0px;
        position: inherit
    }

    .header-search {
        width: 95%;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        height: 40px;
    }


    .subpages ul li a {
        display: block;
        font-size: 70%;
        color: white;
        text-decoration: none;
        padding: 5px 10px;
        border-bottom: 1px solid #409cd2;
        background-color: #007bc3;
        line-height: 1.5em;
    }

    .subpages ul:last-child li a {
        display: block;
        font-size: 70%;
        color: white;
        text-decoration: none;
        padding: 5px 10px;
        border-bottom: 1px solid #efefef;
        background-color: #8d8d8d;
        line-height: 1.5em;
    }

    .cd-advert, .admin-header-links, searchHead, .mast, input[name="RememberMe"], .small-search, #_CUSTOM_Header_Banner {
        display: none;
    }


    #_CUSTOM_Header_Logo {
        float: inherit;
    }

    .header-logo {
        margin: 0px;
    }

    .mast-mobile {
        display: inherit !important;
        margin: 10px;
        width: 300px;
        background-image: url(images/cd-logo-mobile.png);
        height: 75px !important;
    }

    .loginForm {
        text-align: left;
    }

    .menu-toggle {
        width: 87%
    }

    .master-wrapper-main .center-3 {
        width: 97%;
        padding: 0 1%;
        margin: 10px auto;
        min-height: 180px;
    }
    /* HEADER AND MENU */
    .tax-display-type-selector, .language-selector, .currency-selector, .auth {
        display: inline-block;
        float: none;
        padding: 0;
    }

    input[type="text"].search-box-text {
        width: 70%;
    }
    /*Home*/
    .jcarousel-skin-tango {
        width: 70%;
        float: none;
        margin: 0 auto 20px;
    }

    .featured-social .subscribe {
        width: 70%;
        float: none;
        margin: 0 auto;
    }

    .promo td {
        display: block;
    }

    .slider-wrapper {
        margin: 0;
    }

    .promo .left {
        width: 100%;
    }

    .subpromo, .promo .right {
        display: none;
    }

    /* HOMEPAGE */
    .theme-default .nivoSlider {
        box-shadow: 0px 6px 8px -5px #4a4a4a !important;
    }
    /*FOOTER*/
    .footer .information, .footer .customer-service, .footer .my-account, .footer .follow-us {
        display: block;
        float: none;
        width: 100%;
    }

    .footer {
        position: relative;
        bottom: 0;
        width: 100%;
    }

    #footer-menu-button-1, #footer-menu-button-2, #footer-menu-button-3, #footer-menu-button-4 {
        display: block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

        #footer-menu-button-1 a, #footer-menu-button-2 a, #footer-menu-button-3 a, #footer-menu-button-4 a {
            display: block;
            padding: 0;
            text-align: left;
        }

            #footer-menu-button-1 a:hover, #footer-menu-button-2 a:hover, #footer-menu-button-3 a:hover, #footer-menu-button-4 a:hover {
                text-decoration: none;
            }

    .footer .icon {
        display: block;
        float: left;
        width: 20px;
        padding-top: 13px;
        margin: 0 18px 0 0;
    }

        .footer .icon .line {
            display: block;
            background-color: #797979;
            height: 2px;
            margin: 2px 0 1px;
        }

    .footer span.title {
        font-weight: bold;
        color: #333;
        font-size: 13px;
    }

    .footer-menu-1, .footer-menu-2, .footer-menu-3, .footer-menu-4 {
        display: block;
        overflow: hidden;
        height: auto;
        max-height: 0px;
        transition: max-height 500ms ease-in-out 0s;
        -moz-transition: max-height 500ms ease-in-out 0s;
        -webkit-transition: max-height 500ms ease-in-out 0s;
        -o-transition: max-height 500ms ease-in-out 0s;
        text-align: left;
        padding-left: 38px;
        list-style: none;
        margin-top: 0 !important;
    }

        .footer-menu-1.show, .footer-menu-2.show, .footer-menu-3.show, .footer-menu-4.show {
            max-height: 9999px;
            transition: max-height 500ms ease-in-out 0s;
            -moz-transition: max-height 500ms ease-in-out 0s;
            -webkit-transition: max-height 500ms ease-in-out 0s;
            -o-transition: max-height 500ms ease-in-out 0s;
        }

        .footer-menu-1 li, .footer-menu-2 li, .footer-menu-3 li, .footer-menu-4 li {
            padding: 2px 0;
        }

    .footer-poweredby {
        padding: 10px 10px 0 10px;
        margin-top: 0;
    }

    .footer-tax-shipping, .footer-disclaimer {
        padding: 0 10px;
        margin-top: 5px;
    }

    .footer-store-theme {
        padding: 0 10px 10px 10px;
    }

    .footer .column.last {
        width: 100%;
    }
    /* CATALOG PAGES */
    .sub-category-grid, .manufacturer-grid {
        display: inline-block;
        text-align: center;
    }

        .sub-category-grid .item-box, .manufacturer-grid .item-box {
            display: inline-block;
            float: none;
            padding-right: 0;
        }

        .sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
            margin: 5px;
        }

        .sub-category-grid a img, .manufacturer-grid a img, .home-page-category-grid a img {
            max-width: 100%;
        }

    .product-sorting, .product-page-size, .price-range-filter {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .product-page-size {
        margin: 0;
        text-align: left;
    }
    /* PRODUCTS IN LINES - TEMPLATE */
    .product-list .product-item .add-info {
        padding-bottom: 10px;
        text-align: left;
        zoom: 1;
        position: static;
        float: none;
        display: table;
    }

        .product-list .product-item .add-info:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .product-list .product-item .buttons .product-box-detail-button {
        float: none;
        margin: 0;
    }

    .product-list .product-item .product-rating-box {
        margin: 0;
        display: table;
        padding-left: 0px;
    }

    .product-list .product-item .description {
        display: table;
        margin: 10px 5px 10px 0px;
        padding: 0;
    }

    .product-list .product-item .picture img {
        margin-right: 10px;
    }

    .product-list .product-item .picture {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .product-list .product-item .buttons {
        padding-top: 5px;
    }

    .product-list .product-item .details {
        padding-left: 10px;
        float: none;
        width: auto;
    }

    .product-list .product-item .product-title, .product-list .product-item .prices {
        margin-top: 0;
        padding-left: 0;
        padding-top: 0;
    }
    /* PRODUCT DETAILS PAGE */
    .product-details-page .gallery {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        float: none;
        display: table;
    }

        .product-details-page .gallery .picture img {
            max-width: 100%;
        }

    .product-details-page .overview {
        max-width: 100%;
        width: auto;
        margin: 20px 0;
        float: none;
    }

    .related-products-grid, .also-purchased-products-grid {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

        .related-products-grid .title, .also-purchased-products-grid .title {
            margin-bottom: 15px;
        }

        .related-products-grid .item-box, .also-purchased-products-grid .item-box {
            display: inline-block;
            float: none;
        }

    .product-specs-box .data-table {
        margin: 0;
    }

    .product-details-page .attributes select, .product-details-page .attributes .textbox, .product-details-page .giftcard .message, .product-details-page .attributes textarea {
        max-width: 90%;
    }
    /* NAVIGATIONS */
    .block-account-navigation a {
        white-space: normal;
    }

    .block-recently-viewed-products li a {
        display: table;
    }

    .master-wrapper-main .side-2 .block-account-navigation {
        display: block;
        margin-bottom: 0;
        border-bottom: none;
    }

    .block-account-navigation .listbox {
        padding: 5px 0 13px 0;
        margin: 15px;
        border-radius: 0;
        background: none;
    }

        .block-account-navigation .listbox ul {
            display: inline-block;
            width: 100%;
            text-align: center;
        }

            .block-account-navigation .listbox ul li {
                display: inline-block;
                padding: 3px 0;
                margin: 0 10px;
                background: none;
                border: none;
            }

    .block-account-navigation li a {
        white-space: normal;
        display: inline;
    }

        .block-account-navigation li a:hover {
            background: none;
            color: #5C5B5B;
            border-bottom: none;
        }

    .block-account-navigation a.inactive {
        padding: 0;
        background: none;
        border-bottom: 1px dotted;
    }

    .block-account-navigation a.active {
        padding: 0;
        background: none;
        margin-bottom: 0;
    }

    .block-account-navigation .title {
        display: none;
    }
    /* CUSTOMER ACCOUNT PAGES */
    .account-page .page-title {
        padding: 0 10px;
        width: auto;
    }

    .account-signature-text {
        width: 100%;
    }

    .customer-info-page textarea {
        width: 100%;
    }
    /* NEWS */
    .news-item-page .new-comment .comment-title, .news-item-page .new-comment .comment-text {
        width: 100%;
    }

    .news-item-page .news-comment .comment-info {
        max-width: 95%;
        padding: 5px 0 0 0;
        float: none;
    }

    .news-item-page .news-comment .comment-content {
        margin-left: 0;
        display: inline-block;
    }
    /* BLOGS */
    .blogpost-page .new-comment .comment-text {
        width: 100%;
    }

    .blogpost-page .blog-comment .comment-content {
        display: inline-block;
        margin-left: 0;
    }

    .blogpost-page .blog-comment .comment-info {
        max-width: 95%;
        padding: 5px 0 0 0;
        float: none;
    }
    /* SEARCH */
    .search-page .search-input {
        width: 94%;
        padding: 10px 2%;
    }

    .search-page .inputs {
        width: 98%;
        padding: 1%;
    }

    .search-page .search-input form, .search-page .search-input form .basic-search {
        width: 100%;
    }

    .search-page .search-text {
        width: 96%;
        padding: 5px 0 5px 2%;
    }
    /* CONTACTS */
    .contact-page .inputs-left, .contact-page .inputs, .contact-page .inputs .input-box, .contact-page .enquiry, .contact-page .fullname, .contact-page .email {
        width: 100%;
    }
    /* LOGIN */
    .login-page .new-wrapper, .login-page .returning-wrapper {
        float: none;
        max-width: 93%;
        width: 300px;
        padding: 10px 3%;
        min-height: inherit;
        margin: 0 auto 15px auto;
    }

        .login-page .new-wrapper:after, .login-page .returning-wrapper:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .login-page .email, .login-page .username, .login-page .password {
        max-width: 100%;
    }
    /* EMAIL A FRIEND */
    .email-a-friend-page .inputs-left, .email-a-friend-page .inputs-right {
        width: 50%;
    }

    .email-a-friend-page .inputs {
        width: 85%;
    }

    .email-a-friend-page .friend-email, .email-a-friend-page .your-email, .email-a-friend-page .personal-message {
        max-width: 100%;
    }
    /* ORDER SUMMARY,SHOPPING CART,WISHLIST */
    .order-summary-content .cart, .wishlist-content .cart {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .order-summary-content .cart tbody, .wishlist-content .cart tbody {
            display: inline-block;
            width: 100%;
            text-align: center;
        }

        .order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row {
            display: inline-block;
            border: 1px solid #c5c5c5;
            margin: 0px 3px 10px 3px;
            min-width: 130px;
            width: 46%;
        }

            .order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td {
                display: block;
                padding: 5px;
            }

        .order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row {
            display: none;
        }

        .wishlist-content .cart .cart-item-row td.remove-from-cart {
            border-bottom: none;
            padding-bottom: 0;
        }

        .wishlist-content .cart .cart-item-row td.add-to-cart {
            padding-top: 0;
        }

    .wishlist-page .share-info a.share-link {
        word-break: break-word;
    }

    .order-summary-content .cart .cart-item-row td.product-picture, .wishlist-content .cart .cart-item-row td.product-picture {
        border-bottom: none;
        padding-bottom: 0;
        display: block;
    }

    .order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
        border-bottom: none;
        text-align: center;
        line-height: normal;
        padding: 0 10px 10px 10px;
    }

    .order-summary-content .cart .cart-item-row td.unit-price, .wishlist-content .cart .cart-item-row td.unit-price {
        clear: both;
        border-top: 1px solid #c5c5c5;
        border-bottom: none;
    }

    .order-summary-content .cart .cart-item-row td.qty, .wishlist-content .cart .cart-item-row td.qty {
        border-bottom: none;
    }

    .order-summary-content .cart .cart-item-row td.subtotal, .wishlist-content .cart .cart-item-row td.subtotal {
        border-bottom: none;
        text-align: center;
    }
    /*.order-progress{height:auto;}
    .order-progress ul{display:inline-block;width:100%;text-align:center;}
    .order-progress ul li{display:inline-block;float:none;margin:0;width:60px;}
    .order-progress ul li a{display:block;padding-bottom:30px !important;background-position:50% 70% !important;}*/
    .order-progress ul li {
        display: inline-block;
        float: none;
        margin: 1px;
    }

    .order-summary-content .cart-collaterals {
        width: auto;
    }

    .order-summary-content .deals {
        margin-right: 3px;
    }

    .order-summary-content .coupon-box, .order-summary-content .giftcard-box {
        padding: 10px;
    }

    .order-summary-content .shipping {
        margin-right: 3px;
        width: auto;
        max-width: 100%;
    }

    .estimate-shipping {
        padding: 10px;
    }

        .estimate-shipping .shipping-options .estimate-shipping-button {
            display: block;
            margin: 0 auto;
        }

    .order-summary-content .totals {
        width: 295px;
        display: table;
        padding-top: 15px;
        display: table;
    }

    .order-summary-content .cart .cart-item-row td .td-title, .wishlist-content .cart .cart-item-row td .td-title {
        display: initial;
    }

    .order-summary-content .deals .title, .order-summary-content .shipping .title {
        float: none;
        width: 100%;
    }

    .order-summary-content .deals .deals-form, .order-summary-content .shipping .shipping-form {
        margin-left: 0;
    }
    /* ONE PAGE CHECKOUT */
    .opc .step select {
        max-width: 100%;
    }
    /* CHECKOUT */
    .checkout-data .enter-address select {
        max-width: 100%;
    }
    /* ORDER DETAILS */
    .order-details-page .section {
        padding: 0;
    }

    .order-details-page .data-table {
        border: none;
    }

        .order-details-page .data-table thead {
            display: none;
        }

        .order-details-page .data-table tr {
            display: inline-block;
            border: 1px solid #c5c5c5;
            margin: 0px 3px 10px 3px;
            min-width: 130px;
            width: 46%;
        }

        .order-details-page .data-table td {
            display: block;
            text-align: center !important;
        }

            .order-details-page .data-table td .td-title {
                display: initial;
            }

    .order-details-page .order-details-area {
        border: none;
        margin: 0;
        padding: 0;
    }

        .order-details-page .order-details-area ul {
            margin: 0;
        }

        .order-details-page .order-details-area td {
            display: block;
            width: auto;
            zoom: 1;
            border: 1px solid #EEE;
            margin: 5px 10px 5px 0;
            padding: 15px;
            float: left;
        }

            .order-details-page .order-details-area td:after {
                content: ".";
                display: block;
                clear: both;
                height: 0;
                font-size: 0;
                line-height: 0;
                visibility: hidden;
            }

    .order-details-page .title {
        padding-top: 0;
    }

    .order-details-page .order-overview .order-details {
        float: none;
    }
    /* PRODUCT REVIEWS PAGE */
    .product-reviews-page .write-review .review-title, .product-reviews-page .write-review .review-text {
        width: 100%;
    }
    /* MISC. CLASSES */
    .fieldset .inputs label {
        margin-left: 0;
    }

    input[type="text"], input[type="password"] {
        width: 120px;
    }

    .fieldset .inputs .gender {
        margin: 5px 0;
        display: block;
    }
    /* FORUM TOPIC */
    .forum-topic-page .post-content {
        margin-left: auto;
    }

        .forum-topic-page .post-content .posttime {
            display: table;
        }

    .forum-topic-page .title {
        overflow: hidden;
        height: auto;
        background: #737373;
        background: -moz-linear-gradient(top,#737373 0%,#5b5b5b 46%,#434343 57%,#363636 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#737373),color-stop(46%,#5b5b5b),color-stop(57%,#434343),color-stop(100%,#363636));
        background: -webkit-linear-gradient(top,#737373 0%,#5b5b5b 46%,#434343 57%,#363636 100%);
        background: -o-linear-gradient(top,#737373 0%,#5b5b5b 46%,#434343 57%,#363636 100%);
        background: -ms-linear-gradient(top,#737373 0%,#5b5b5b 46%,#434343 57%,#363636 100%);
        background: linear-gradient(to bottom,#737373 0%,#5b5b5b 46%,#434343 57%,#363636 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373',endColorstr='#363636',GradientType=0 );
    }

    .forum-edit-page .page-title {
        width: 95%;
        padding: 0 2%;
    }

    .forum-edit-page .inputs input[type="text"], .forum-edit-page .inputs textarea, .forum-edit-page .inputs .toolbar {
        max-width: 95%;
        margin-left: 0;
    }

    .forum-search-page .basic-search input[type="text"] {
        width: 95%;
    }

    .forum-search-page .inputs select {
        max-width: 95%;
    }

    .topic-header {
        height: auto;
    }
    /* COMPARE PRODUCTS */
    .compare-products-table {
        background-color: #fff;
    }

        .compare-products-table td img {
            max-width: 100%;
        }
    /* PRODUCTS IN GRID - TEMPLATE */
    .product-grid {
        display: inline-block;
        width: 100%;
    }

        .product-grid .title {
            margin-bottom: 15px;
        }

    .center-3 .product-grid .item-box {
        margin: 0 0 10px;
        width: 100%;
        padding: 0;
    }

    .center-3 .product-grid .product-item {
        width: auto;
    }

    .product-grid .even .product-item .picture, .product-grid .odd .product-item .picture {
        width: auto;
        height: auto;
        border-left: 0;
        border-right: 0;
    }

    .product-grid .product-item .picture img {
        max-width: 100%;
    }

    .home-page-category-grid {
        text-align: center;
    }

        .home-page-category-grid .item-box {
            display: inline-block;
            float: none;
            padding: 5px 20px;
        }

    .pager .limiter {
        float: left;
    }

    .pager .pages {
        margin: 0;
    }
    /* ORDER SUMMARY IN CART PAGE */
    .shopping-cart-page .cart-right {
        float: none;
        width: 100%;
        padding: 0;
    }

    .order-summary-content .totals {
        text-align: right;
    }

        .order-summary-content .totals .cart-total-left {
            text-align: right;
        }

    .order-summary-content .checkout-buttons {
        text-align: right;
        padding: 10px 0;
        float: right;
    }
}
/*=====================================================
    
    Responsive Header Menu

=====================================================*/
@media screen and (max-width: 480px) {
    /*** MOBILE NAVIGATION ***/
    .header-menu {
        position: relative;
        z-index: 1;
        background: none;
        margin-left: 10px;
    }

    .menu-toggle {
        display: block;
        font-size: 14px !important;
        text-transform: uppercase;
        height: 40px;
        line-height: 40px !important;
        background: url('images/menu_bg.gif') no-repeat top center;
        border-radius: 5px;
        color: #fff;
        padding: 0 15px;
    }

    .header-menu .search-box {
        width: 95%;
        border: 1px solid #c9c9c9;
        margin: 5px;
    }

    .top-menu {
        display: none;
        width: 93%;
    }

    #topNav {
        background: #007bc3;
        display: block;
    }

        #topNav .top-menu {
            margin-right: 10px;
        }

    .top-menu.mobile {
        background: #444;
    }

    .top-menu > li {
        position: relative;
        margin: 1px 0;
        border-top: 1px solid #888;
        width: 100%;
    }

        .top-menu > li > a {
            display: block;
            font-family: arial,helvetica,sans-serif;
            padding: 12px 15px;
            font-size: 14px;
            color: #fff;
        }

    .top-menu .sublist {
        display: none;
        background: rgba(255, 255, 255, 0.06);
        list-style: none;
    }

        .top-menu .sublist li {
            position: relative;
            padding-left: 20px;
            border-top: 1px solid #888;
        }

            .top-menu .sublist li a {
                display: block;
                padding: 12px 15px;
                font-family: arial,helvetica,sans-serif;
                color: #fff;
                font-size: 14px;
            }

    .sublist-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 45px;
        background: url('images/toggle-white.png') center no-repeat rgba(0,0,0, 0.15);
        font-weight: bold;
        cursor: pointer;
    }

    .sublist .sublist-toggle {
        height: 45px;
    }

    .top-menu a:hover {
        text-decoration: none;
    }

    .header {
        height: auto;
    }

    .header-logo {
        float: none;
        margin: 15px auto;
        width: 100%;
    }

    .header-links-wrapper, .header-links ul, .header-links {
        float: none;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .cms-links {
        display: none;
    }

    .header-links ul, .header-links-wrapper, .header-logo {
        text-align: center;
    }
}

@media screen and (min-width: 481px) {
    .header-menu {
        p /osition: relative;
        z-index: 5;
    }

        .header-menu:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu > ul {
        display: block !important; /* prevents toggle display:none on resize */
        font-size: 0;
        zoom: 1;
        float: left;
    }

        .header-menu > ul:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .header-menu > ul.mobile {
            display: none !important;
        }

    .header-menu .header-search {
        float: left;
        width: 217px;
    }

    .header-menu > ul > li {
        float: left;
        list-style-type: none;
        padding: 10px 5px 1px;
        line-height: 28px;
        height: 28px;
        b /ackground: url(images/top-menu-divider.png) no-repeat 100% 50%;
        z-index: 9;
    }

        .header-menu > ul > li:last-child {
            b /ackground: none;
        }

        .header-menu > ul > li > a {
            min-height: 20px;
            display: block;
            line-height: 20px;
            margin-bottom: 9px;
            white-space: nowrap;
            padding: 0 5px;
            font-size: 13px;
        }

    .header-menu a {
        f /ont-size: 1.1em;
        color: #fff;
        text-decoration: none;
        f /ont-family: arial,helvetica,sans-serif;
    }

    .header-menu .top-menu > .sublist {
        left: -15px;
    }

    .header-menu .sublist {
        display: none;
        position: absolute;
        text-align: left;
        background: #444;
        border: 2px solid #494949;
    }

        .header-menu .sublist li {
            position: relative;
            padding: 6px;
        }

            .header-menu .sublist li a {
                display: block;
                position: relative;
                margin: 0 8px 0;
                font-size: 13px;
                line-height: 22px;
                height: 22px;
                white-space: nowrap;
            }


    .header-menu ul li:hover > .sublist {
        display: block;
    }

    .header-menu .sublist .sublist {
        top: 0px;
        left: 100% !important;
    }

    .header-menu > ul.mobile {
        display: none !important;
    }
}
