
         :root {  
            --hovercolor: #8D0026; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Poppins", "Open Sans", sans-serif;
            font-size: 14px;
            color: #666666;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Poppins", "Roboto Slab", sans-serif;
            color: #253237;
            text-transform: none;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Poppins", "Roboto Slab", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #8D0026;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }.page-index .js-product-miniature {
 background:#F5F5F5;
 border:none;
}

.page-index .pos-producttabs-widget{
	display:grid;
	grid-template-columns: 1fr 3fr;
}

.page-index .navtab-products{
	display:flex;
	flex-direction: column;
		overflow-x: hidden;
}

.page-index .navtab-products .nav-link{
	margin:0;
	padding:0;
	width:100%;

}

.border-30 .slider-item{
border-radius:30px;
}

/* Menu */

.col-3 .category-sub-menu{
display:grid;
grid-template-columns: 1fr 1fr 1fr;
}