/*sidebar*/
/*.flex-shrink-0 {
    width: 350px;
}*/
/*sidebar*/

/*Category card*/
.category-card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.6);
    transition: all .3s;
    max-width: 100%;
    min-height: 180px;
    max-height: 200px;
}
.category-card:hover {
    box-shadow: 0 14px 30px -15px rgba(0,0,0,0.75);
}
.category-thumb a {
    display: inline;
    align-items: center;
    justify-content: center;
    max-height: 200px;
    /*padding: 20px;*/
}
.category-thumb img {
    max-width: 100%;
    max-height: 100%;
}
.category-details {
    padding: 0px;
}
.category-details h4 a {
    front-weight: 500;
    font-size: 1.5rem;
    display: block;
    max-height: 200px;
    height: 170px;
    overflow: hidden;
    text-decoration: none;
}
.category-details a:hover{
    color: #6c757d;
    /*text-decoration: underline;*/
}
/*Category card*/

/*Product card*/
.product-card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.6);
    transition: all .3s;
    max-width: 260px;
}
.product-card:hover {
    box-shadow: 0 14px 30px -15px rgba(0,0,0,0.75);
}
.product-thumb a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    /*padding: 20px;*/
}
.product-thumb img {
    max-width: 100%;
    max-height: 100%;
}
.product-details {
    padding: 0px;
}
.product-details h4 a {
    front-weight: 500;
    font-size: 0.9rem;
    display: block;
    height: 60px;
    overflow: hidden;
    text-decoration: none;
}
.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    /*padding-top: 5px;*/
    height: 80px;
}
.product-bottom-details-price {
    font-size: 18px;
    color: #ee6e73;
    font-weight: 600;
}
.product-bottom-details-old-price {
    color: #ccc;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 5px;
}
/*Product card*/
/*Pagination*/
.product-pagination {
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
/*Pagination*/

/*Breadcrumb*/

/*Breadcrumb*/

/*Каталог товарів меню*/
@media screen and (min-width: 760px) {
    #navbarSupportedContent.collapse {
        display: block;
    }
}
