﻿/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
.mobile {
    display: block;
}

.desktop {
    display: none;
}
/* GLOBAL STYLES */
/* HEADER */
.header-logo a img {
    height: 42px;
}
.ico-menu,
.ico-close,
.ico-stores,
#topcartlink {
    top: 8px;
}
.sub-header-center {
    top: 117px;
}

.inputs.two-input-parent > .custom-select {
    width: 47%;
    display: inline-block;
    margin-bottom: 0px;
}
.inputs.two-input-parent > .custom-select:nth-child(2n) {
    margin-left: 6%;
}
.inputs.two-input-parent > .custom-select:only-child {
    float: left;
}

.item-container-two:after {
    content: '';
    display: block;
    clear: both;
}
.item-container-two .contained-item {
    float: left;
    width: 48.5%;
    margin: 0px 0px 20px 3%;
}
.item-container-two .contained-item .contained-title {
    font-size: 14px;
}
/*.search-box input.search-box-text {
	width: 300px !important;
}*/
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 336px !important; /*txtfield + button*/
}
.eu-cookie-bar-notification{
    padding: 20px 75px;
}
.eu-cookie-bar-notification button,
.eu-cookie-bar-notification a{
    margin: 0 5px;
}
/* HEADER MENU */
/* FOOTER */

.footer-upper-block{
    float: left;
}

/* LEFT/RIGHT COLUMN */
/* CATEGORY PAGE & GRIDS */

/*.home-page-bottom > *{
    float: left;
    margin: 0 0 2% 2%;
}*/
/*.home-page-banners{
    padding: 14px;
}*/
.home-page-listbox .title {
    font-size: 24px;
    margin-bottom: 25px;
}
.home-page-listbox .allitems {
    margin-bottom: 50px;
}
.home-page-listbox .allitems > a {
    font-size: 14px;
}
/*.home-page-listbox .picture{*/
.product-item .picture{
    width: 100%;
    float: none;
}
/*.home-page-listbox .details {*/
.product-item .details {
    margin-left: 0;
    padding: 15px;
    text-align: center;
}
/*.home-page-listbox .details h2 {*/
.product-item .details h2 {
    font-size: 14px;
    margin-bottom: 5px;
}
.product-item .product-basics {
    min-height: 56px;
}
/*.home-page-listbox .details h2 a {*/
.product-item .details h2 a {
    /*min-height: 36px;*/
    height: 36px;
    overflow: hidden;
}
.product-item .details .product-brand {
    font-size: 13px;
}
.home-page-listbox .actual-price,
.product-item .actual-price {
    font-size: 12px;
}
.home-page-listbox .old-price,
.product-item .old-price {
    font-size: 13px;
}
.home-page-listbox.without-banners{
    width: 100%;
}
/*.home-page-listbox .product-item {
    width: 47.62%;
    margin: 0 1% 35px;
    text-align: left;
}*/

.news-list-homepage .news-items .news-item{
    float: left;
    margin: 0 0 2% 2%;
}
.news-list-homepage .news-items .news-item.one{
    width: 70%;
    float: none;
    margin: 0 auto !important;
}

/*.poll {
    float: left;
    margin: 0 0 2% 2%;
}*/

.home-page-category-grid .item-box, 
.sub-category-grid .item-box,
.item-box {
    float: left;
    /*margin: 0 0 3% 3%;*/
    max-width: none;
}
.item-box .product-item {
    text-align: left;
}

.sub-category-grid .item-box .title {
    font-size: 16px;
}
.sub-category-grid {
    padding: 30px;
}

/* PRODUCT PAGE */

.attributes{
    overflow: hidden;
    /*text-align: left;
    max-width: 260px;
    float: right;*/
}
.attributes dl{
    /*float: left;
    width: 48%;
    margin: 0 0 4% 4%;*/
    /*width: 100%;
    float: none;
    margin: 0 0 20px;*/
}
/*.attributes dl:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.attributes dl:only-child{
    float: none;
    margin: 0 auto;
    text-align: center;
}*/
.attributes select{
    width: 100%;
}


/* QUICK TABS */
/* ATTRIBUTES */
/* GIFT CARD */
/* REVIEW PAGE */
/* WISHLIST PAGE */

/* PASSWORD PROTECTION */
.enter-password-form input[type="password"] {
	width: 300px !important;
}

/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

/* SHOPPING CART & CHECKOUT */

.cart-collaterals .coupon-code input[type="submit"] {
    font-size: 14px;
}
.order-review-data {
	display: table;
	width: 100%;
	margin: 0 0 30px;
    text-align: center;
}
.order-review-data ul {
	display: block;
}
/*.order-details-area td {
	float: none;
	width: auto;
}*/

.shipment-details-page .shipment-overview > ul {
    float: left;
    width: 48%;
    margin: 0 1% !important;
}

/* SEARCH PAGE & SITEMAP */
/* BLOG & NEWS */
/*New Blog*/
.featured-image-info {
    width: 95%;
    padding: 30px 25px;
}
.featured-image-info.center {
    left: 2.5%;
}
.featured-image-text {
    font-size: 30px;
}
.blog-post-date,
.blog-author {
    font-size: 16px;
}
.button-3 {
    font-size: 16px;
    padding: 8px 25px;
    border-radius: 5px;
}

/* Topic Page & Profile Page */

/* FORUM & PROFILE */

.forums-main-page .search-box.forum-search-box-text,
.forum-search-text {
	width: 300px !important;
}

.product-grid .title {
    font-size: 24px;
}

.store-details-page .item-grid,
.generic-topic-page .item-grid {
    width: 100%;
}
.store-details-page .item-box,
.generic-topic-page .item-box {
    width: 49%;
    margin: 0px 2% 15px 0;
    border-bottom: 0;
}
.store-details-page .item-box:nth-child(2n),
.generic-topic-page .item-box:nth-child(2n) {
    margin-right: 0;
}
}

@media all and (min-width: 481px) and (max-width: 768px) {

/* RESPONSIVE GRIDS */

.footer-upper-block{
	width: 49%; /*two per row*/
	margin: 0 0 20px 2%;
}
.footer-upper-block:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

/*.item-box {
	width: 50%;
}
.item-box:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}*/

.news-list-homepage .news-items .news-item{
    width: 49%; /*two per row*/
}
.news-list-homepage .news-items .news-item:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

/*.poll{
    width: 49%;
}
.poll:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}*/

/*.home-page-bottom > *{
    width: 49%;
}
.home-page-bottom > *:nth-child(2n+1) {
    clear: both;
	margin-left: 0;
}*/
.blog-page .category-landing-top .page-title > h1 {
    font-size: 38px;
}
.blog-page .blog-posts {
    max-width: none;
}
.blog-page .post {
    width: 48%;
    margin: 0 1% 15px;
    display: block;
    float: left;
}
.post:before {
    display: none;
}
.post-head .post-title {
    font-size: 15px;
}
.blog-page .post-info {
    height: 152px;
}
.blog-page .post-body {
    height: 73px;
    margin-bottom: 0;
}
.blog-page .post-body p {
    height: 53px;
    font-size: 13px;
}
}
