﻿/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

    .page{
	    clear: both;
	    text-align: right;
    }
    .link-rss{
	    display: block;
	    float: left;
	    margin: 5px 0 0;
    }

/* FOOTER */

    .footer-centering{
	    width: 95%;
	    margin: 0 auto;
	    overflow: hidden;
    }
    .footer-upper .footer-block{
	    float: right;
	    width: 33.33333333%;
	    text-align: right;
	    overflow: hidden;
	    padding: 0 10px;
    }
    .footer-block.contact-block{
	    float: left;
	    width: 25%;
    }
    .footer-block:first-child a:after{
	    display: none;
    }
    .footer-upper .footer-block.social-sharing{
	    padding-top: 30px;
	    text-align: center;
    }
    .social-sharing h3{
	    margin: 0 0 25px;
    }
    .contact-block .footer-menu li{
	    margin: 0 0 10px;
    }

/* LEFT/RIGHT COLUMN */

    .block{
	    text-align: right;
    }
    .block .tags li,
    .product-tags-all-page li{
	    margin: 0 5px;
    }
    .poll-options li,
    .poll-results li{
	    display: block;
    }
    .poll .buttons,
    .poll-total-votes{
	    text-align: right;
    }

/* CATEGORY PAGE & GRIDS */

    .breadcrumb{
	    text-align: right;
    }
    .breadcrumb li:first-child *{
	    margin-right: 0;
    }
    .product-selectors{
	    font-size: 0;
    }
    .product-selectors > div{
	    margin: 0 1%;
    }
    .product-grid .item-box,
    .product-list .item-box,
    .manufacturer-grid .item-box,
    .search-results .product-list .item-box{
	    width: 33%;
    }
    .home-page-category-grid .item-box, 
        .sub-category-grid .item-box{
	    width: 32.33333333% !important;
    }
    .pager li{
	    margin: 0 10px 0 0;
    }

/* PRODUCT PAGE */

    .gallery{
	    float: right;
	    width: 416px;
    }
    .product-details-page .overview{
	    margin: 0 436px 20px 0;
    }
    .product-reviews-overview{
	    text-align: right;
    }
    .free-shipping{
	    margin: 20px 0;
    }
    .overview .buttons{
	    text-align: right;
    }
    .overview .qty-label,
    .variant-overview .qty-label{
	    position: static;
	    right: 0;
	    margin: 0 0 0 5px;
    }

    /* variants list */

        .product-variant-list.list .details-title{
	        display: none;
        }
        .product-variant-list.list .product-variant-line{
	        overflow: hidden;
	        position: relative;
	        margin: 0 0 10px;
	        border-bottom: 1px dashed #e3e3e3;
        }
        .product-variant-list.list .variant-picture{
	        width: 260px;
	        float: right;
        }
        .product-variant-list.list .variant-overview{
	        margin-right: 260px;
	        width: auto;
	        padding: 10px 20px;
        }
        .product-variant-list.list .variant-overview .free-shipping{
	        margin: 0 0 5px;
        }
        .product-variant-list.list .price-and-buy{
	        text-align: right;
        }

/* QUICK TABS */

    .productTabs-header{
	    display: table;
	    width: 100%;
    }
    .ui-tabs .ui-tabs-nav{
	    display: table-row;
    }
    .ui-tabs .ui-tabs-nav li{
	    display: table-cell;
	    float: none;
	    width: auto;
    }
    .ui-tabs .ui-tabs-nav li:nth-child(3n+1) a{
	    margin-right: 3px;
    }
    .ui-tabs .ui-tabs-nav li:first-child a{
	    margin-right: 0;
    }

/* ATTRIBUTES */

.attributes {
	margin: 0 0 10px;
}
    .attributes dl,
    .attributes dt {
        text-align: right;
    }
    .color-squares{
	    text-align: center;
        display:inline-block;
    }
    .color-squares label{
	    margin: 0 0 0 10px;
	    padding: 0 !important;
    }

/* GIFT CARD */

    .giftcard > div{
	    text-align: center;
    }

/* WISHLIST & COMPARE LIST */

    .wishlist-content .buttons{
	    text-align: right;
    }
    .wishlist-content .button-2{
	    margin: 0 0 0 10px;
    }

/* REGISTRATION, LOGIN, MY ACCOUNT */

    .account-page .address-item,
    .account-page .order-item{
	    float: right;
	    width: 32%;
	    margin: 0 1% 3% 0;
    }
    .account-page .address-item:nth-child(3n+1),
        .account-page .order-item:nth-child(3n+1){
	    margin-right: 0;
	    clear: both;
    }
    .avatar-page .fieldset{
	    float: right;
	    margin-left: 10px;
    }
    .avatar-page .buttons{
	    text-align: right;
    }

/* SHOPPING CART & CHECKOUT */

    .checkout-attributes li{
	    display: inline-block;
	    margin: 0 5px;
    }
    .shopping-cart-page .totals{
	    float: left;
	    margin: 0 25px;
    }
    .cart-collaterals{
	    float: right;
	    margin: 0 25px;
    }
    .checkout-page .address-item{
	    width: 31.3333333333%;
    }
    .payment-logo,
    .payment-details{
	    display: inline-block;
	    margin: 0 5px;
	    vertical-align: middle;
    }
    .order-details-page .actions{
	    text-align: left;
    }
    .order-details-page .total-info{
	    overflow: hidden;
    }
    .order-details-page .cart-total{
	    float: left;
	    margin: 0 0 30px;
    }
    .order-details-page .tax-shipping-info{
        text-align:left;
    }
    .order-details-page .checkout-attributes{
        text-align:left;
    }

/* BLOG & NEWS */

    .post-head ~ *,
    .news-head ~ *{
	    display: block;
    }
    .blog-page .tags > *,
    .blogpost-page .tags > *{
	    float: right;
    }
    .blog-page .tags label, .blogpost-page .tags label{
	    margin: 0 0 0 10px;
	    line-height: 24px;
	    color: #505050;
    }
    .new-comment textarea{
	    width: 500px;
    }
    .comment-info{
	    float: right;
	    margin: 0;
    }
    .comment-info + .comment-content{
	    margin: 0 135px 0 0;
    }

/* POLLS */

    .polls-centering .poll{
	    padding: 0 10px;
	    width: 33.33333333%;
    }

}

@media all and (min-width: 769px) and (max-width: 1000px) {

    .item-box:nth-child(3n+1),
    .manufacturer-grid .item-box:nth-child(3n+1),
    .search-results .product-list .item-box:nth-child(3n+1){
	    clear: both;
	    margin-right: 0;
    }

/* BLOCKS */

    .side-2 .block{
	    width: 32.33333333%;
	    margin: 0 .5% 1%;
	    float: right;
    }
    .side-2 .block:nth-of-type(3n+1){
	    clear: both;
    }

    /* product variants*/

        .product-variant-list.grid{
	        overflow: hidden;
        }
        .product-variant-list.grid .product-variant-line{
	        margin: 0 .5% 20px;
	        width: 49%;
	        max-width: 360px;
	        float: right;
        }
        .product-variant-list.grid .product-variant-line:nth-child(2n+1){
	        clear: both;
        }

}

@media all and (min-width: 660px) and (max-width: 768px) {

    .product-variant-list.list{
	    overflow: hidden;
    }
    .product-variant-list.list .product-variant-line{
	    margin: 0 .5% 20px;
	    width: 49%;
	    max-width: 360px;
	    float: right;
    }
    .product-variant-list.list .product-variant-line:nth-child(2n+1){
	    clear: both;
    }

}

@media all and (min-width: 800px) and (max-width: 899px) {

    .product-variant-list.grid {
        width: 88%;
        margin: 0 auto;
    }

}

@media all and (min-width: 900px) {

    .product-variant-list.grid{
	    overflow: hidden;
    }
    .product-variant-list.grid .product-variant-line{
	    margin: 0 .5% 1% 0;
	    width: 33%;
	    float: right;
    }
    .product-variant-list.grid .product-variant-line:nth-child(3n+1){
	    margin-right: 0;
	    clear: both;
    }

}