
         :root {  
            --maincolor: #FCD2DA;  
            --bodycolor: #111111;  
        }html{
            font-size: 16px;
        }body{
            font-family: "Jost", sans-serif;
            font-size: 16px;
            color: #111111;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Jost", sans-serif;
            color: #111111;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Jost", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.page-title-wrapper{ background-color: #FCD2DA}.page-header h1,.breadcrumb{  
                color: #000000;   
            }.js-product-miniature .product_desc .product_name{
            color: #121111;
            text-transform: none;
            font-weight: 400;
        }@media(min-width: 768px){
                .js-product-miniature .product_desc .product_name{
                font-size: 16px;
                }
            }.js-product-miniature .product_desc .product_name:hover{
            color: #FCD2DA;
        }.product-price-and-shipping .price{
            color:#CC3B46;
            font-size: 16px;
        }.h1.namne_details, .product_name_h1{
            color: #121111;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#121111;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }.js-product-miniature.style_product5 .cart button.ajax_add_to_cart_button, .js-product-miniature.style_product5 .cart span.ajax_add_to_cart_button {
  display: inline-block;
  color: #000;
  background: #FCD2DA;}

.js-product-miniature.style_product5 .cart button.ajax_add_to_cart_button:hover, .js-product-miniature.style_product5 .cart span.ajax_add_to_cart_button:hover {
  background: #000; color:#fff;
}

.btn-primary {
  color: #000;
  background-color: #FCD2DA;
  border: 1px solid #FCD2DA;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.page-title-wrapper {
  background: #fcd2da;}
#wrapper .breadcrumb li:last-child, #wrapper .breadcrumb li:last-child a {
  color: #000;
}