/*
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>, 26-10-2017
*/
/* 
    Created on : 26.10.2017, 0:02:56
    Author     : malik
*/


.navbar-header .navbar-brand{
    margin-left: 15px !important;
}

.news-holder .item-image-box{
    /*width: 215px;*/
    height: 265px;
}
.news-holder .item-catalog-box{

    /*height: 335px;*/
}
.news-holder input{
    min-width: 30px;
}
.news-holder .cart-buttons{
    margin-left: -15px;
}
.grey-border{
    border: 1px solid #bdb6b6;
}
.sug-holder .item-image-box{
    width: 300px;
    height: 300px;
}
.sug-holder .item-catalog-box{

    /*height: 420px;*/
}
.sug-holder input{
    min-width: 30px;
}
.sug-holder .cart-buttons{
    margin-left: -15px;
}
.homepage-category{
    background-color: white;

}
.homepage-category > img{
    background-color: white;
    width: 100%;
}
.homepage-category-look{
    border: 2px solid black;
    float: right;
    display: flex;
    margin: 15px 15px 0 0;
    align-items: stretch; /* align items in Cross Axis */
    align-content: stretch; /* Extra space in Cross Axis */
    height: 35px;
}
.homepage-category-look .sipka-look{
    padding: 0 15px 0 15px;
    color: black;
}
.homepage-category-look .text-look{
    display: inline-block;
    background-color: black;
    color: white;
    text-transform: uppercase;
    padding: 0 15px 0 15px;
}
.homepage-category-look .text-look span{
    line-height: 31px; 
    vertical-align: middle;
}



.right-column{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
@media (min-width: 768px) {
    .equal {
        display: flex;
        flex-wrap: wrap;
    }

}
.equal{
    margin-bottom: 40px;
}
.all-products{
    margin: 0;

    height: 100px;
}
.all-products-look{
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100px;
    border: 2px solid;
}
.all-products-look .text-look{
    font-size: 2em;
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.all-products-look .sipka-look{

    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

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