/*
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>, 22-01-2018
*/
/* 
    Created on : 22.1.2018, 11:04:19
    Author     : malik
*/

@media (max-width: 1439px) and (min-width: 990px) {
    .item-image-box{
        width: 195px;
        height: 195px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-image-box img{
        max-height: 100%;
        max-width: 100%;
        margin: auto;
    }
    .item-catalog-box .cart-money{
        width: 90px;
    }
    .item-catalog-box-name {

        height: 80px;
    }
    .item-catalog-box{
        height: 350px;
    }
}