/*
Theme Name: cosept
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


 .archive .shop-page-title.category-page-title{
	display:none;
	}
.product-grc .box-text {
    padding-bottom: 5px;
    padding-top: 5px;
	}
/* Elimină bulinele */
.products,
.products li {
    list-style: none !important;
}

/* Card */
.products .box {
    border: 1px solid #e5e5e5;
    border-radius: 40px;
    padding: 10px 10px 5px 10px;
    transition: .2s ease;
}

.products .box:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

/* Titlu */
.products .product-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

/* Buton mic */
.products .button.small {
    padding: 6px 16px;
    min-height: auto;
    line-height: 1.4;
    font-size: 9px;
    border-radius: 6px;
}





@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.product .grc-categorii-produse-widget{display:none;}

}