/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media screen and (max-width: 980px) and (min-width: 769px) {

    .data-table a {
        display: inline-block;
    }

    select {
        height: 30px;
        border-radius: 0;
    }

    textarea {
        padding: 5px !important;
    }

    input[type="text"], input[type="password"] {
        padding: 5px;
        height: 20px;
        line-height: 20px;
    }

    .flyout-cart {
        display: none !important;
    }

    .header-links-wrapper,
    .master-wrapper-content,
    .main-slider-header .header,
    .master-home-page .header,
    .master-home-page .master-wrapper-main,
    .footer,
    .bottom .center {
        width: 768px;
    }

    .side-2 {
        width: 23.9%;
    }

    .center-2 {
        width: 73.5%;
    }

    .inputs label {
        width: 112px;
    }

    .admin-header-links {
        position: static;
    }

        .admin-header-links a {
            display: block;
            border-bottom: 1px solid #333;
            line-height: 32px;
            text-align: center;
        }

/* BAR NOTIFICATION */
    
    .bar-notification {
	    height: 37px;
	    line-height: 37px;
    }
    .bar-notification .close {
        width: 32px;
        height: 32px;
        margin: 2px 5px;
    }
    .bar-notification a {
        display: inline-block;
        line-height: 32px;
    }

/* HEADER */

    .master-home-page .header-menu {
        width: 480px;
    }
    .header-links-wrapper span, .header-links-wrapper a {
        line-height: 32px;
    }
    .header-links .cart-qty {
        background-position: left 6px;
    }
    .main-slider {
        margin-bottom: -46px;
    }
    .main-slider-header .header-logo {
        margin-top: 65px;
        left: 2%;
    }

    .language-list li,
    .language-list li:first-child {
        margin: 0;
    }
    .language-list a {
        width: 32px;
        height: 32px;
    }

/* HEADER MENU */

    .header-menu {
        background: none;
        width: 70%;
        margin: 0 auto 20px;
    }
    .menu-title {
        display: block;
    }
    .menu-title span {
        background: rgba(0,0,0,0.5) url("../img/responsive-nav-icon.png") no-repeat 98% center;
        color: #eee;
        display: block !important;
        font-size: 24px;
        line-height: 45px;
        text-transform: uppercase;
        padding: 0 0 0 2.89435600578871%;
        cursor: pointer;
        overflow: hidden;
    }
    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
        float: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.25);
        background: rgba(0,0,0,0.5);
    }
    .header-menu ul > li {
        position: relative;
    }
        .header-menu > ul > li > a:hover {
            background: rgba(0,0,0,0.5);
        }
    .header-menu > ul .plus-button {
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid rgba(255,255,255,0.25);
        width: 47px;
        height: 47px;
        background: url('../img/responsive-plus.png') no-repeat center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: background .1s ease-in-out;
        -moz-transition: background .1s ease-in-out;
        -o-transition: background .1s ease-in-out;
        transition: background .1s ease-in-out;
    }
    .header-menu > ul .plus-button.close {
        background: url('../img/responsive-minus.png') no-repeat center;
    }

    .header-menu .sublist,
    .header-menu .dropdown {
        background: rgba(0,0,0,0.5);
    }
    .header-menu .sublist > li > a,
    .header-menu .dropdown > ul > li > a {
        padding: 0 20px;
        font: normal 15px/45px Arial, Helvetica, sans-serif;
        color: #fff;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.25);
        background: rgba(0,0,0,0.5);
    }

    .dropdown,
    .header-menu .sublist {
        display: none;
    }
        .header-menu .sublist.active {
            display: block;
        }

/* SIDEBAR */

    .listbox .list > li > a {
        padding: 11px 10px 11px 35px;
    }
    .listbox .sublist a {
        padding: 10px 5px;
    }
    .listbox .view-all {
        padding: 0;
    }
    .listbox .view-all a {
        display: inline-block;
        line-height: 32px;
        padding: 0 12px;
    }
    .poll .buttons input {
        line-height: 32px;
        padding: 0 12px;
    }

/* CATEGORY PAGE & PRODUCT GRIDS */

    .breadcrumb li * {
        display: inline-block;
        line-height: 32px;
    }
    .breadcrumb li a,
    .breadcrumb li strong {
        padding: 0 4px;
    }

    .item-box {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	    box-sizing: border-box;
    }
    .item-box .details {
        position: static !important;
        height: 78px !important;
        box-shadow: none !important;
        background: none !important;
    }
        .item-box .description {
            display: none;
        }
        .item-box .prices, .item-box .buttons {
            padding:0;
            text-align: center;
        }
        .item-box .prices {
            margin-bottom: 5px;
        }
            .item-box .prices > * {
                display:inline-block;
                line-height: 31px;
            }
            .item-box .old-price {
                margin: 0 5px 0 0;
            }
            .item-box .actual-price {
                color: #333;
            }
        .item-box input[type="button"], .item-box .buynow-button {
            background: #b6b6b6;
            padding: 10px 20px;
        }
        .item-box input[type="button"]:hover,
        .item-box .buynow-button:hover {
            background: #dadada;
        }
    .category-page .item-box {
        width: 49%;
        margin: 0 0 2% 2%;
    }
    .category-page .item-box:nth-child(3n+1) {
        margin-left: 10px;
    }
    .category-page .item-box:nth-child(2n+1) {
        margin-left: 0;
    }
    .item-box .picture {
        width: 100%;
    }
    .home-page-category-grid .item-box {
        width: 49%;
        margin-left: 2%; 
    }
    .home-page-product-grid .item-box,
    .bestsellers .item-box,
    .bestsellers .item-box:nth-child(4n+1) {
        width: 32%;
        margin: 0 0 2% 2%;
    }
    .home-page-product-grid .item-box:nth-child(3n+1),
    .bestsellers .item-box:nth-child(3n+1) {
        margin: 0 0 2% 0;
    }

    .sub-category-grid {
        margin-bottom: 15px;
    }
    .sub-category-grid .item-box,
    .manufacturer-grid .item-box {
        padding: 0;
    }
    .manufacturer-grid .item-box {
        width: 49%;
        margin: 0 0 2% 2%;
    }
        .manufacturer-grid .item-box:nth-child(2n+1) {
            margin: 0 0 2%;
        }
    .sub-category-grid .title, 
    .manufacturer-grid .title {
        margin: 0;
        border-bottom: 0;
        background: 0;
        padding: 0;
    }
    .sub-category-grid .title a, 
    .manufacturer-grid .title a {
        background: url('../img/bullet3.png') 15px center no-repeat;
        padding: 10px 0 10px 43px;
        display: block;
    }
        .sub-category-grid .picture, 
        .manufacturer-grid .picture {
            display: none;
        }

    .pager li * {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

/* PRODUCT PAGE */

    .gallery {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
        .gallery .picture {
            margin: 0 auto;
        }
        .gallery .picture-thumbs {
            text-align: center;
        }
        .gallery .picture-thumbs a,
        .gallery .picture-thumbs a:nth-child(3n+1) {
            float: none;
            display: inline-block;
            margin: 12px 6px 0;
        }
    .product-details-page .overview {
        float: none;
        width: auto;
    }
    .overview .buttons input, 
    .variant-overview .add-to-wishlist-button, 
    .back-in-stock-subscription .subscribe-button, 
    .download-sample-button a {
        padding: 7px 12px;
    }
    .overview .manufacturers a,
    .product-review-links > *,
    .product-tags-list .tag > * {
        display: inline-block;
        line-height: 32px;
    }
    .product-no-reviews, .product-reviews-overview {
        margin-bottom: 10px;
    }
    .overview .qty-label, .variant-overview .qty-label {
        line-height: 42px;
    }
    .overview .qty-input, .variant-overview .qty-input {
        width: 28px;
        height: 28px;
        padding: 6px;
    }
    .overview .add-to-cart-button, .variant-overview .add-to-cart-button {
        height: 42px;
    }

    .variant-overview {
        width: 325px;
    }

    .product-grid .item-box,
    .product-grid .item-box:nth-child(3n+1) {
        width: 49%;
        margin: 0 0 2% 2%;
    }
        .product-grid .item-box:nth-child(2n+1) {
            margin-left: 0;
        }
    .product-tags-list li.separator,
    .tags li.separator {
        line-height: 32px;
    }

/* GIFT CARD */

    .giftcard {
        text-align: center;
    }
        .giftcard div {
            float: none;
        }
    .giftcard label {
        float: none;
        margin-left: 0;
        width: 100%;
        display: block;
    }
    .giftcard input {
        max-width: 316px;
        width: 100%;
    }

/* SEARCH PAGE */

    .search-input .inputs {
        text-align: center;
    }
    .search-input .inputs label {
        width: 100%;
        margin: 0 0 5px;
        text-align: center;
    }
    .search-input .inputs.reversed label {
	    display: inline-block;
	    line-height: 33px;
    }
    .advanced-search .inputs {
	    padding-left: 0;
    }
    .search-results .item-box {
        width: 49%;
        margin: 0 0 2% 2%;
    }
    .search-results .item-box:nth-child(2n+1) {
        margin-left: 0;
    }

/* MY ACCOUNT PAGE */

    #check-availability-button {
        margin: 10px 0 0 125px;
    }
    .address-list-page .buttons input, .order-list-page .buttons input {
        padding: 8px 16px;
    }
    .avatar-page .info {
        margin-top: -30px;
        width: 245px;
    }

/* SHOPPING CART PAGE */

    .cart-footer .cart-collaterals {
        width: auto;
    }
    .cart-collaterals > * {
        float: none !important;
    }
    .shopping-cart-page .button-2, 
    .checkout-page .button-2, 
    .order-details-page .page-title a {
        padding: 8px 10px;
    }
    .shopping-cart-page .button-1, .checkout-page .button-1, .order-details-page .button-1, .return-items-button {
        padding: 12px 36px;
    }
    .cart-footer .deals {
        margin-bottom: 20px;
    }
    .cart-footer .deals input[type="text"] {
        height: 30px;
    }
    .shopping-cart-page .addon-buttons {
        margin: -280px 15px 50px 0;
    }

/* CHECKOUT PAGE */

    .checkout-page .address-item input[type="button"] {
        padding: 8px 16px;
    }
    .shipping-method .method-list li label, .payment-method .method-list li label {
        display: inline-block;
        line-height: 32px;
    }
    .order-details-page .page-title h1 {
        line-height: 33px;
    }

/* EU COOKIE LAW */

    [aria-describedby="dialog-eu-cookie-law"] button {
        padding: 7px 21px;
    }
    [aria-describedby="dialog-eu-cookie-law"] .ui-dialog-titlebar button,
    [aria-describedby="terms-of-service-warning-box"] .ui-dialog-titlebar button {
        padding: 12px;
    }

/* LOGIN PAGE & PASSWORD RECOVERY */

    .login-page .inputs.reversed label,
    .login-page .inputs.reversed a {
        display: inline-block;
        line-height: 32px;
        background: rgba(255,255,255,0.8);
        padding: 0 8px;
    }

/* REVIEW PAGE */

    .product-review-helpfulness .vote {
        background: rgba(0,0,0,.05);
        padding: 0 8px;
        line-height: 32px;
        display: inline-block;
    }

/* WISHLIST PAGE */

    .wishlist-content .button-2, .compare-products-table .button-2 {
        padding: 7px 14px;
    }
    .wishlist-page .share-info a {
        line-height: 32px;
    }

/* SITEMAP */

    .sitemap-page a {
        line-height: 32px;
    }

/* BLOG & NEWS */

    .blog-page .tags, .blogpost-page .tags {
        padding: 8px 8px 0;
    }
    .blog-page .tags a, .blogpost-page .tags a {
        padding: 8px;
        margin-bottom: 8px;
    }
    .blog-page .tags label, .blogpost-page .tags label {
        padding: 9px 5px;
    }

    .news-items .read-more {
        padding: 8px 14px; 
    }

/* FOOTER */

    .footer-block {
        width: 49%;
        margin:0 0 2% 2%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	    box-sizing: border-box;
    }
        .footer-block:nth-child(2n+1) {
            margin-left: 0;
        }
    .footer-block li {
        padding: 0 0 0 12px;
    }
    .footer-block li a {
        display: inline-block;
        line-height: 32px;
    }

    .subscribe-to-newsletter {
        padding: 90px 0 0;
    }

    .footer-store-theme {
        width: 200px;
        padding: 0 0 0 110px;
    }
        .footer-store-theme select {
            width: 100px;
        }

}