
         :root {  
            --maincolor: #F2AD0F;  
            --bodycolor: #525050;  
        }html{
            font-size: 13px;
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 13px;
            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: #F2AD0F;   
        }.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: #F2AD0F;
        }.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: ;
        }#index a.name {
    text-align: center;
}
#index .category-content ul {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
/*Menu*/
.category-item {
  position: relative;
  width: 200px; /* dostosuj */
}

/* Ukrywamy menu i link */
.category-content ul,
.category-content .link {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Efekt po najechaniu */
.category-item:hover .category-content ul,
.category-item:hover .category-content .link {
  max-height: 500px; /* wystarczająco duże, by pomieściło treść */
  opacity: 1;
}
.page-title-wrapper {
    background-image: none!important;
    background: #FAF6F3; 
}
/* Jeśli język to polski — ukrywamy elementy z klasą wg-en i wg-de */
html[lang="pl-PL"] .wg-en,
html[lang="pl-PL"] .wg-de {
    display: none !important;
}

/* Jeśli język to angielski — ukrywamy elementy z klasą wg-pl i wg-de */
html[lang="en-US"] .wg-pl,
html[lang="en-US"] .wg-de {
    display: none !important;
}

/* Jeśli język to niemiecki — ukrywamy elementy z klasą wg-pl i wg-en */
html[lang="de-DE"] .wg-pl,
html[lang="de-DE"] .wg-en {
    display: none !important;
}

#product .product-cover-container {
    border: 1px solid #ebebeb;
}
#checkout section#ps_cashondelivery-paymentOptions-additionalInformation {
    display: none;
}
.checkout-reassuance {
    display: none;
}
#order-confirmation div#order-details ul li:nth-child(2) {
    display: none !important;
}
section#ps_cashondelivery-displayOrderConfirmation p:nth-child(-n+3)
 {
    display: none;
}
body#checkout .custom-checkbox span {
    position: static!important; 
}