/*Add Css Custom Here*/

/*====== Fix bugs Megamenu not showing icon font (26/1/2018) =====*/
@media (min-width: 992px){
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {  line-height: 24px; height: auto;}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i,
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a b {
	    display: inline-block;
	}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a:before{display: none;}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img{position: static; transform: inherit;}

}

.home-150-banners {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 15px;
    font-size: 3rem;
    text-shadow: 2px 2px 2px black;
}

.home-slider-text{
    color: #fff;
    font-size: 3rem;
    text-shadow: 1px 2px 1px black;
}

a.btn.btn-danger.btn-block.btn_resetAll {
    width: auto;
}

/*about us page*/
.header_custom_do {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding: 20px;
        }

        .container_custom_do {
            width: 80%;
            margin: 0 auto;
            padding: 20px;
        }

        .section_custom_do {
            margin-bottom: 40px;
        }

        .section-title_custom_do {
            font-size: 24px;
            color: #333;
            text-align: center;
            margin-bottom: 20px;
        }

        .section-content_custom_do {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .section-content_custom_do img {
            width: 200px;
            height: 200px;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: 20px;
        }

        .divider_custom_do {
            width: 100px;
            height: 2px;
            background-color: #333;
            margin: 20px 0;
        }

        .icon_custom_do {
            font-size: 36px;
            color: #333;
            margin-bottom: 10px;
        }
/*about us page*/

/*delivery orders page*/
.header_delivery_orders_page {
            background-color: #5ab312;
            color: #fff;
            text-align: center;
            padding: 20px;
        }

        .container_delivery_orders_page {
            margin: 0 auto;
            padding: 20px;
        }

        .content_delivery_orders_page {
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            color: #282828;
        }
        

        .highlighted_delivery_orders_page {
            color: #5ab312;
            font-weight: bold;
        }

        .image-container {
            text-align: center;
            margin-top: 20px;
        }

        .image-container img {
            width: 300px;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease-in-out;
        }

        .image-container img:hover {
            transform: scale(1.1);
        }
        
@media(min-width:767px){
    .text_delivery_orders_page {
            max-width: 60%;
            margin-right: 25px;
        }
        .content_delivery_orders_page {
            display: flex;
        }
        .container_delivery_orders_page {
            width: 80%;
        }
}
/*delivery orders page*/

/*Tips and advices page*/
.header_tips_page {
            margin-bottom: 30px;
            background-color: #5ab312;
            color: #fff;
            text-align: center;
            padding: 20px;
        }

        .container_tips_page {
            width: 80%;
            margin: 0 auto;
            padding: 20px;
        }

        .content_tips_page {
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            display: flex;
        }

        .tips-list_tips_page {
            list-style: none;
            padding: 0;
            flex: 1;
        }

        .tips-item_tips_page {
            margin-bottom: 5px;
            position: relative;
            padding-left: 20px;
        }

        .tips-item_tips_page::before {
            font-size: 30px;
            content: '\2022'; /* Codul pentru caracterul de bulină */
            color: #5ab312;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .image-container_tips_page {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .image-container_tips_page img {
            width: 300px;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        }

        .image-container_tips_page img:hover {
            transform: scale(1.05);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
        }
/*Tips and advices page*/

.cleaning-products-page > ol > li > h4 {
    color: #5ab411;
}

.header-top-center.col-lg-8.col-md-8.col-sm-8.col-xs-8 {
    text-align: center;
    line-height: 10px;
    margin-top: 10px;
}

p.text-top-custom:before {
    content: '\2022';
    color: #58b312;
    margin: 0 10px 0 0;
    font-size: 28px;
    line-height: 0px;
}
p.text-top-custom:after {
    content: '\2022';
    color: #58b312;
    margin: 0 0 0 10px;
    font-size: 28px;
    line-height: 0px;
}

p.text-top-custom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banners.banners3 {
    margin-bottom: 30px;
}

a.btn.btn-primary.btn-sm {
    margin: 2px 0px;
}

.container-info-box {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    align-items: stretch;
}

.box-info-box, .box-info-box-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #58b211;
    transition: box-shadow 0.3s ease-in-out;
    justify-content: space-around;

}

.box-info-box:hover, .box-info-box-3:hover, .box-info-box-1:hover {
    box-shadow: 0px 0px 20px 0px #58b211;
}
.box-info-box-1{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #58b211;
    transition: box-shadow 0.3s ease-in-out;
    justify-content: center;
}
.box-info-box{
    margin: 0 50px;
}

.icon-info-box {
    font-size: 30px;
    margin-right: 10px;
    color: #58b211;
}
        
.module.-info-box > h2 {
    display: none;
}
        
.icon-text-info-box{
    align-items: center;
}


/*Brand Slideshow*/
.barand-slide-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    /*max-height: 450px;*/
    /*overflow-y: scroll;*/
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 0px 10px 0px #58b312;
    border-radius:5px;
}
.barand-slide-container:hover {
       box-shadow: 0px 0px 20px 0px #58b312;
}

.module.brands-slideshow > h2 {
    display: none;
}

.barand-slide-container > a {
    padding: 10px;
    /*border: 2px solid #58b312;*/
    margin: 10px;
    width: 100%;
    text-align: center;
}

.barand-slide-container::-webkit-scrollbar {
    display: none;
}
.barand-slide-container > a > img {
    width: 80px;
}

.barand-slide-container > p {
    -webkit-animation: mover 1s infinite alternate;
    animation: floating 3s ease-in-out infinite;
    text-align: center;
    width: 100%;
    position: absolute;
    font-size: 27px;
    bottom: -5px;
    background: radial-gradient(white, transparent);
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.arrow-active{
    display:block;
}
.arrow-inactive{
    display:none;
}

/*Brand Slideshow*/

.col-lg-10.col-md-8.col-sm-12.col-xs-12.middle-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.row.custom-header-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.col-lg-1.col-md-1.col-sm-1.col-xs-1.menu-social-icons > ul {
    text-align: right;
}


/*.row-category-container {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: nowrap;*/
/*    align-content: center;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*a.category-box {*/
/*    text-align: center;*/
/*    display: flex;*/
/*    width: 280px;*/
/*    height: auto;*/
/*    margin: 20px;*/
/*    padding: 15px;*/
/*    border: 1px solid #58b312;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*    align-content: center;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/


.container-category1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

.category-box1 {
    width: 208px;
    height: 250px;
    margin: 15px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.category-box1 img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

/*.category-box1 h2 {*/
/*    padding: 5px 20px;*/
/*    border-radius: 3px;*/
/*    margin: 10px 0;*/
/*    border: 1px solid #e5e5e5;*/
/*    margin: 10px 16px;*/
/*    font-size: 16px !important;*/
/*    color: #333333;*/
/*    margin-top:15px !important;*/
/*}*/

.category-box1 p {
    color: #666666;
}

.module.category-list-custom > h2{
    font-size: 36px !important;
    position: relative;
    padding: 0 15px;
    display: inline-block;
}

.module.category-list-custom {
    text-align: center;
}

.module.category-list-custom > h2:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #58b211;
    top: 50%;
    margin-top: -4px;
    left: 0;
    border-radius: 100%;
}

.module.category-list-custom > h2:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #58b211;
    top: 50%;
    margin-top: -4px;
    right: 0;
    border-radius: 100%;
}

.category-box1:hover {
    box-shadow: 0 4px 8px #58b312;
    transition: 0.3s;
    scale: 1.1;
}

.barand-slide-container > a > img:hover {
    scale: 1.2;
    transition: 0.3s;
}

.category-row {
    display: flex;
}

div#tab-tags {
    display: none;
}

/*Mobil START*/
@media(max-width:767px){
    .container-info-box {
        display: flex;
        justify-content: space-around;
        padding: 20px 0;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .box-info-box {
        margin: 20px 0px;
    }
    .col-lg-1.col-md-1.col-sm-1.col-xs-1.menu-social-icons {
        position: absolute;
        top: 12px;
        right: 30px;
    }
    .col-lg-10.col-md-8.col-sm-12.col-xs-12.middle-right {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start !important;
        align-items: center;
    }
    ul.top-link.list-inline.lang-curr {
        display: none;
    }
    ul.top-log.list-inline {
        margin-left: 10px;
    }
    .col-lg-1.col-md-1.col-sm-1.col-xs-1.menu-social-icons > ul {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .typeheader-2 .socials li {
        margin-bottom: 5px;
    }
    .barand-slide-container > a {
        width: 43%;
    }
    .barand-slide-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .category-row {
        display: flex;
        flex-direction: column;
    }
    .common-home.layout-1 .banners2 {
        display: none;
    }
    .blog-home {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .content_tips_page {
        display: flex;
        flex-direction: column;
    }
    .container_tips_page {
        width: 100%;
        padding: 0px;
    }
    .container_custom_do {
        width: 100%;
       padding: 5px;
    }
    .container_delivery_orders_page {
        padding: 0px;
    }
    .refine-search__content .refine-search__subitem {
        width: 43% !important;
        margin: 7px 8px;
    }
    ul.refine-search__content.refine-style--2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    header.typeheader-2 #cart .dropdown-menu {
        left: -46px;
    }
}

/*Mobil END*/

.products-list.row.nopadding-xs.so-filter-gird {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.header-home-h1 h1 {font-size:26px;text-align:center;}
.hp-new-content ul {list-style:disc;padding-left:20px;}
.hp-new-content {color:#000;}
.hp-new-content h3 {color:#000;}
.custom-content ul {list-style:disc;padding-left:20px;}