
            @media (min-width: 1200px) {
            .container {  	
                width: 1140px;
                
            }}
         :root {  
            --maincolor: #0090F0;  
            --bodycolor: #525050;  
        }html{
            font-size: 14px;
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #525050;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Open Sans", sans-serif;
            color: #121111;
            text-transform: none;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Open Sans", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #0090F0;   
        }.page-title-wrapper{ background-image: url(/img/cms/bg.jpg);}.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: #0090F0;
        }.product-price-and-shipping .price{
            color:#555555;
            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: ;
        }.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #323232;
  font-size: 1rem;
}

.btn, button {
  border-radius: 3px;
  color: #fff;
  background-color: #323232;
}
.btn:hover, .poscompare-product .product_desc div.cart button.ajax_add_to_cart_button:hover, .poscompare-product .product_desc div.cart span.ajax_add_to_cart_button:hover {
  background-color: var(--maincolor);
}

.page-title-wrapper {
  margin-bottom: 45px;
}
