
            @media (min-width: 1200px) {
            .container {  	
                width: 1200px;
                
            }}
         :root {  
            --hovercolor: #7CA912; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            color: #666666;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Lora", sans-serif;
            color: #253237;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Lora", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.page-title-wrapper{  
                background-image: url(https://prestashop.essentialys.be/img/cms/islider-01_1920x669.webp);   
            }.page-header h1,.breadcrumb{  
                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: #7CA912;
        }.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: ;
        }/*    Menu    */
.main-menu .pos-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column .submenu-item {
    margin-bottom: 1rem;
    overflow: inherit;
}
.menu-dropdown .ul-column .submenu-item .html-block {
    margin-top: 30px;
}
#product .product-description ul {
    padding-left: 0;
}
.main-menu .pos-menu-horizontal .menu-content .menu-item .menu-dropdown .pos-sub-inner {
    padding: 30px 30px 15px 30px;
}
.menu-dropdown .ul-column .submenu-item .html-block, .menu-dropdown .ul-column .submenu-item .html-block p, .main-menu ul.ul-column li.submenu-item > a, .main-menu .pos-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column:not(.column_dropdown) .submenu-item > a   {
    color: #1B1919;
    font-size: 18px;
    font-weight: 800;
}
.main-menu .pos-menu-horizontal .menu-content .menu-item .menu-dropdown .column_title ,.main-menu .pos-menu-horizontal .menu-content .menu-item .menu-dropdown .category-sub-menu, .main-menu .pos-menu-horizontal .menu-content .menu-item .menu-dropdown .submenu-item .category-sub-menu a  {
    color: #253237;
    font-size: 15px !important;
    font-weight: 500;
}
.page-title-wrapper.p_tilte_small {
    position: relative;
    z-index: 1;
    color: #fff;
}
.page-title-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000091;
    z-index: 1;
}
#wrapper .breadcrumb li a {
    color: #ffffff;
}

.page-title-wrapper > .container {
    position: relative;
    z-index: 9;
}
/* Product page */
#product .page-title-wrapper {
    margin-bottom: 70px;
}
.item-product .product_name,
 .product_desc .product_name  {
    white-space: inherit;
    overflow: visible;
    text-overflow: initial;
}
.blockcart .popup_cart ul li .right_block .product-name {
    white-space: break-spaces;
    text-overflow: unset;
}
#product .product-description h2 {
    margin-top: 20px;
}
.pos_title h2, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-transform: inherit;
}
#product .product-description ul {
    padding-left: 20px;
}
/* exclusive product style */
.product_content ul.product-flag li.online-only ,
.row.product-container .product-flag li.online-only{
    display: inline-block;
    color: #ffffff;
    background: var(--hovercolor);
    padding: 0 5px;
    line-height: 1.25rem;
    height: 1.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 3px;
    text-transform: capitalize;
}