/* ASZTALI */
@media (min-width: 1200px) {
/*    .products.tile .quantity-nav {
        right: 2.4em;
    }*/
}


/* ASZTALI - KICSI */
@media (min-width: 992px) and (max-width: 1199px) {
/*    .image {
        width: 33%;
    }*/
    .details {
        width: 100%;
    }
    .links {
        width: 100%;
        text-align: center;
    }
    .links a {
        font-size: 0.9em;
    }
/*    .quantity-nav {
        left: 5.5em;
    }*/
    .products.tile {
        height: 23em;
    }
    .products.tile {
        width: 25% !important;
        height: unset !important;
    }
    .priceAndCart {
        width: 47%;
    }
}
@media (min-width: 992px) {
    .products.tile .toCart a {
        position: absolute;
        right: 10px;
/*        bottom: 20px;*/
    }
}


/* TABLET */
@media (min-width: 600px) and (max-width: 991px) {
/*    .image {
        width: 33% !important;
        min-width: 300px !important;
        min-height: 300px !important;
    }*/
    .priceAndCart {
        width: 47%;
    }
    .details {
        width: 100%;
    }
    h1 {
        margin-bottom: 0.5em;
    }
    .priceDesktop {
        display: none;
    }
    
/*    #toCartQty {
        width: 6em !important;
    }*/
/*    .toCart .qty.qtyWithTotal + .quantity-nav, .toCart .qty + .quantity-nav {
        left: 5.7em !important;
        float: left;
    }*/
    .qtyTotal {
        margin-left: 19px;
    }
    .toCart .qtyTotal {
        float: left;
        clear: left;
    }
    .toCart .qtyTotal + .quantity-nav {
        left: -38px !important;
        right: unset;
        float: left;
    }
    .toCart .qty.qtyWithTotal + .quantity-nav {
        left: 51px;
    }
    .toCart a {
        font-size: 1em !important; 
    }
    .toCart > div:nth-child(2) {
        clear: left;
    }
    .products.tile {
        width: 25% !important;
        height: unset !important;
    }
    .products.tile .priceContainer {
        width: 100%;
    }
    .products.tile .toCart {
        visibility: visible;
    }
/*    .products.tile .toCart > div input[type="number"] {
        width: unset;
    }*/
/*    .products.tile .quantity-nav {
        height: 2.3em;
        left: 5.9em !important;
    }*/
    
}
@media (max-width: 665px) and (min-width: 600px) {
    .products.tile {
        width: 33% !important;
    }
}


/* MOBIL */
@media (max-width: 599px) {
    h1 {
        text-align: left !important;
        margin: 0 !important;
        font-size: 1.1em;
    }
    .image {
        margin: 0 10%;
        float: none;
        /*max-width: 400px;*/
        width: 80% !important;
    }
    .flexslider {
        margin-bottom: 0 !important;
    }
    .blueimp-gallery>.indicator>li {
        width: 40px !important;
        height: 40px !important;
    }
    .blueimp-gallery>.indicator {
        margin: 0 !important;
    }
    .flex-control-thumbs {
        display: none;
    }
    .breadcrumb.productName {
        display: none;
    }
    #images2 {
        display: none;
    }
    .details .responsiveCart {
        display: inline-block;
        float: right;        
    }
    .details .toCart:last-child {
        display: none;
    }
    .details table {
        margin: 0;
        font-size: 0.8em;
        border: 1px solid #ccc;
        border-top: none;
    }
    .labels {
        display: block;
        clear: both;
        border: 1px solid #ccc;
        padding: 0.5em 0.5em 0.5em 4px;
        border-bottom: none;
        background: #eee;
        font-weight: bold;
        font-size: 0.8em;
    }
    .labels div {
        display: inline-block;
        width: 100%;
    }
    .labels div .material-icons {
        float: right;
        margin: -5px 0 -10px;
    } 
    .labels div .material-icons.up {
        display: none;
    }
    .labels div .material-icons.down {
        display: inline-block;
    }
    .labels + table {
        height: 160px;
        display: block;
        overflow: hidden;
    }
/*    .labels + table:before {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% - 18px);
        height: 160px;
        background: -moz-linear-gradient(bottom,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 80%);  FF3.6-15 
        background: -webkit-linear-gradient(bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 80%);  Chrome10-25,Safari5.1-6 
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 80%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );  IE6-9 
    }*/
    .labels.opened + table {
        height: auto;
    }
    .labels.opened + table:before {
        display: none;
    }
    .labels.opened div .material-icons.up {
        display: inline-block;
    }
    .labels.opened div .material-icons.down {
        display: none;
    }
    .toCart {
        margin-left: 0;
    }
/*    .toCart div {
        padding-left: 0;
    }*/
    .priceResponsive {
        display: inline-block;
        font-weight: bold;
        font-size: 0.8em;
        margin: 0.5em 0;
    }
    .priceDesktop {
        display: none;
    }
    
    .priceAndCart {
        float: left;
        width: 100%;
    }
    .details {
        float: left;
        width: 100%;
        margin-top: 1em;
    }
/*    .toCart .qty, .toCart .qtyTotal {
        padding: 0.5em 0.5em 0.5em 0.2em !important;
    }*/
    
/*    .toCart .qty.qtyWithTotal + .quantity-nav, .toCart .qty + .quantity-nav {
        right: 0 !important;
        margin-top: -2em;
        left: 5.4em;
    }*/
    
/*    .toCart .qtyTotal + .quantity-nav {
        right: 0 !important;
        margin-top: -2em;
        left: 15.7em;
    }*/
   /* .details table .pr*/
   
   .products.tile {
        width: 50%;
        height: unset;
    }
    /*    .priceContainer {
        width: 100% !important;
    }*/
    .products.tile .toCart {
        visibility: visible;
    }
    .products.tile .toCart a {
        position: absolute;
        right: 10px;
        bottom: 20px;
    }
}
@media (max-width: 460px) {
    .products.tile {
        width: 100%;
        height: unset;
    }
    .products.tile .image {
        display: inline-table;
        width: 80%!important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .details {
        margin-top: 15px;
    }
    #productDetailDescription {
        display: initial;
    }
}