/*
Copyright (C) flashcomp.cz - All Rights Reserved
Unauthorized copying of this file, via any medium is strictly prohibited
Proprietary and confidential
Written by Martin Maly <malymartin90@gmail.com>, 16-10-2017
*/
/* 
    Created on : 16.10.2017, 20:52:24
    Author     : malik
*/

.single-item-image-box{
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.single-item-image-box img{
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s  ease-in-out;
    -o-transition: opacity .5s  ease-in-out;
    transition: opacity .5s  ease-in-out;
}
.single-item-next-images{
    height: 210px;
    text-align: center;

}
.single-item-next-images .item-galery-image-holder{
    height: 100px;
    width: 100px;
    display: inline-block;
    position:relative;
}
.item-documents{
    margin-top: 40px;
    text-align: left;
}
.item-galery-image-holder img{
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.item-documents .item-galery-file-holder{
    height: 100px;
    width: 150px;
    display: inline-block;
    position:relative;
}
.item-galery-file-holder a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.item-galery-file-holder{
    text-align: center;
}
.item-galery-file-holder img{
    max-height: 100%;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.item-galery-file-holder span{
    color: black;
    font-size: 10px;
    line-break: loose;
    max-width: 100%;
    display: inline-block;
    width: 145px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}
.price-dph{
    /*text-decoration: line-through;*/
    color: grey;
}
.suggested-row{
    margin-top: 75px;
    margin-bottom: 20px;
}

.public-price{
    color: #FF8800;
    font-size: 2em;
    font-weight: bold;
}
.public-price-info{
    font-size: 0.9em;
    color: darkgrey;
}



/* magnify */
html.magnifying > body {
    overflow-x: hidden !important;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { /* Reset */
    min-width: 0;
    min-height: 0;
    animation: none;
    border: none;
    float: none;
    margin: 0;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    text-indent: 0;
    transform: none;
    transition: none;
}
.magnify {
    position: relative;
    width: auto;
    height: auto;
    box-shadow: none;
    display: inline-block;
    z-index: inherit;
}
.magnify > .magnify-lens { /* Magnifying lens */
    position: absolute;
    width: 200px;
    height: 200px;
    /* Multiple box shadows to achieve the glass lens effect */
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25),
        inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    cursor: none;
    display: none;
    z-index: 99;
}
.magnify > .magnify-lens.loading {
    background: #333 !important;
    opacity: 0.8;
}
.magnify > .magnify-lens.loading:after { /* Loading text */
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    content: 'Loading...';
    font: italic normal 16px/1 Calibri, sans-serif;
    letter-spacing: 1px;
    margin-top: -8px;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
    text-transform: none;
}

@media (max-width: 1439px) and (min-width: 990px) {
    .suggested-row .item-catalog-box{
        height: 320px;
    }
    .suggested-row .item-catalog-box .item-image-box{
        width: 200px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .suggested-row .item-catalog-box .cart-buttons{
        margin-left: -25px;
    }
}