﻿/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.page {
	clear: both;
	text-align: left;
}
.page-title h1 {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.field-validation-error,
.poll-vote-error,
.password-error {
	text-align: center;
}
.username-not-available-status{
    text-align:center;
}
.message-error{
    text-align:center;
}
.center-1 .field-validation-error{
    text-align:center;
} 

/* LEFT/RIGHT COLUMN */

.block {
	text-align: left;
}
.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;
}
.home-page .poll-options li,
.home-page .poll-results li {
	display: inline-block;
}

/* CATEGORY PAGE & GRIDS */
.product-filters .product-filter{
    width:32%;
    margin:0 0.5%;
}
.product-filters .product-filter:nth-child(3n+1){
    clear:both;
}
.breadcrumb {
	text-align: left;
}
.breadcrumb li:first-child a {
	margin-left: 0;
}
.product-selectors {
	text-align: left;
}
.product-selectors > div {
	margin: 0 10px 0 0;
}
.item-box {
	width: 32%;
    margin: 0 0 2% 2%;
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.pager ul {
	text-align: right;
}
.pager li {
	margin: 0 0 0 10px;
}


/* PRODUCT PAGE */

.gallery {
    float: left;
    width: 300px;
}
.gallery .picture {
    width: auto;
}
.gallery .thumb-item {
	width: 32%;
	height: auto;
    margin: 0 0 2% 2%;
}
.gallery .thumb-item:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.product-details-page .overview {
    margin: 0 0 0 320px;
}
.overview .buttons,
.overview-buttons {
	text-align: left;
}
.overview .buttons div,
.overview-buttons div{
    margin: 0 5px 10px;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 5px 0 0;
}

/* ATTRIBUTES */

.attributes dt {
	float: left;
	clear: left;
	min-width: 70px;
	margin-right: 10px;
}
.attributes dt label {
	line-height: 32px;
}
.attributes dd {
	float: left;
	margin-right: 10px;
}
.rental-attributes dt {
	width: 70px;
	clear: none;
}
.rental-attributes dd {
	margin-right: 20px;
}
.rental-attributes .datepicker {
	width: 100px;
}
.attribute-squares {
	text-align: center;
}
.attribute-squares label {
	margin: 0 8px 0 0;
	padding: 0 !important;
}

/* GIFT CARD */

.giftcard {
    border: 1px solid #ccc;
    padding: 30px;
}
.giftcard label {
	display: inline-block;
	min-width: 105px;
	margin: 0 10px 0 0;
}

/* PRODUCT REVIEWS */

.product-review-item .review-title {
	float: left;
    max-width: calc(100% - 120px);
	margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-review-item .product-review-box {
	float: right;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .button-2 {
	margin: 0 10px 0 0;
}
.compare-products-page .clear-list {
    position: absolute;
    top: 9px;
    right: 9px;
}
.compare-products-table .overview p:first-child {
	margin: 0;
}
.compare-products-page .button-2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.account-page .address-item,
.account-page .order-item {
    position: relative;
}
.account-page .address-item .buttons,
.account-page .order-item .buttons {
    position: absolute;
    top: 8px; right: 0;
    padding: 0;
}
.avatar-page .buttons {
	text-align: left;
}
.account-page .inputs .field-validation-error {
    text-align: center;
}

/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .totals {
	float: right;
    width: 45%;
	margin: 0 2.5%;
}
.cart-collaterals {
	float: left;
	width: 45%;
	margin: 0 2.5%;
}
.checkout-page .address-item {
	float: left;
	width: 50%;
}
.checkout-page .address-item:only-child {
	float: none;
	width: auto;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.order-review-data,
.order-details-area,
.shipment-overview {
	display: table;
	width: 100%;
	margin: 0 0 60px;
}
.order-review-data ul,
.order-details-area ul,
.shipment-overview ul {
	display: table-cell;
}
.order-review-data .title,
.order-details-area .title,
.shipment-overview .title {
    text-align: left !important;
}

.order-details-page .page-title {
    margin: 0 0 30px;
}
.order-details-page .page-title .buttons {
    top: 0;
    right: 5px;
    bottom: 0;
    left: auto;
    margin: auto;
    height: 30px;
}
.order-details-page .page-title a {
    margin: 0 2px;
}
.order-details-page .actions {
	text-align: right;
}
.order-details-page .actions input {
	min-width: 0;
}
.order-details-page .total-info {
	overflow: hidden;
}
.order-details-page .cart-total {
	float: right;
}

.opc .order-summary-content ul {
    text-align: left;
}

/* BLOG & NEWS */

.post-title, .news-title {
    float: left;
    max-width: calc(100% - 150px);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-date, .news-date {
    float: right;
    padding: 2px 0;
}
.blogpost-page .post-date,
.news-item-page .news-date {
    float: none;
}
.new-comment textarea {
	display: block;
	width: 500px;
	margin: 0 auto;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 170px;
}

/* SITEMAP */

.sitemap-page ul {
	overflow: hidden;
}
.sitemap-page li {
	float: left;
	width: 25%;
}

}

@media all and (min-width: 769px) and (max-width: 1024px) {

.side-2 {
	overflow: hidden;
	margin: 0 0 50px;
}

.block {
	float: left;
	width: 32%;
	margin: 0 0 2% 2%;
}
.block:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}
.mobile-banners{
    width: 300px;
}
.home-page-manufacturers .item-box {
    width: 19%;
    float: left;
    margin: 0 0 1% 1%;
    clear: none;
}
.home-page-manufacturers .item-box:nth-child(2n+1) {
    margin: 0 0 1% 1%;
}
.home-page-manufacturers .item-box:nth-child(5n+1){
    margin-left: 0;
}

}