 :root {
    --hovercolor: #004892;
    --font-weight: 600;
}body{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #666666;
}#header .sticky-inner.scroll-menu{
    background-color: #ffffff;
}.page-title-wrapper{
    background-image: url(https://zbudowany.pl/img/cms/okruszki_m.png);
}.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
    color: #253237;
    text-transform: none;
	font-weight: 600;
}.pos_title h2{
    font-size: 24px;
}.pos-title{
    font-family: "Poppins", sans-serif;
}.pos-title-column h4{
    font-size: 20px;
}.js-product-miniature .product_desc .product_name{
    color: #253237;
    font-size: 14px;
    text-transform: none;
}.js-product-miniature .product_desc .product_name:hover{
    color: #004892;
}.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;
}#new_comment_form h4 {
    margin-bottom: 10px;
    border: 0;
    text-transform: capitalize;
    text-align: center;
    font-size: 24px;
    background: #f1f1f1;
    padding: 10px 15px;
    border-radius: 3px;
}
.js-product-miniature .product_desc .product_name:not(.one_line) {
  display: flex;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: unset;
  text-overflow: unset;
}
