body {background-color: /*#fbfbfb;*/ #f7f7f7; font-family: 'Raleway', sans-serif; font-size: 14px;}
h2{font-weight:400;}
.btn-link, a{color: #555;}
a:hover {color: #222;text-decoration: none;}

.btn-primary, .btn-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active{color: #fff; background-color: #47893c; border-color: #47893c;}
.btn-primary:hover {opacity:1; background-color: #47893c; border-color: #47893c;}
.hand{cursor:pointer;}
.btn-outline-primary{border-color: #47893c;color:#47893c }
.btn-outline-primary:hover {opacity:1; background-color: #47893c; border-color: #47893c;}
/*.mainBox{border:1px solid #eee!important;}*/
.hidden{display:none;}
.btn-outline-secondary {border-color: #ced4da;}
/*.sub_menu_list{column-count: 2; width: 100%;}*/
.table-grid {display: table;margin: 0 auto;}
.table-cell{display: table-cell; vertical-align: middle;}
.table-cell .strong{font-size: 20px;}
.table-grid img{width:60px;margin-right: 5px;}
.dropdown.onhover:hover>.dropdown-menu  {display: block;}
.dropcontent{font-size:14px;box-shadow: 0 5px 10px rgba(0,0,0,0.2);border: 0;}
.dropcontent::after{content: ""; display: block; width: 0; height: 0;border-left: 12px solid transparent; border-right: 12px solid transparent;
    border-top: 12px solid #ffffff; position: absolute; bottom: -10px; left: 45%;}
.dropup:hover>.dropdown-menu  {display: block;float: none;margin: 0px auto;width: 100%;}
.dropdown-toggle {white-space: initial;}
.dropdown-menu{margin-top: 0;}
#notificationList a img{width: 20px;}
#notificationList a {padding: .25rem .5rem.5rem;}

.servicesList li.active{background: #eee; padding: 5px 10px;}
.whyus img{width:110px;/*background: #eee;*/padding: 20px;border-radius: 35px;/*border: 6px solid #f9f9f9;*/}

.updateProfileImg{background:rgba(255,255,255,0.5)}
.updateProfileImg:hover{background:rgba(255,255,255,1);}

.profileImg{height: 170px;overflow: hidden;background: #fff;display:table-cell; vertical-align:middle; text-align:center}
.profileImg img, .articleImg img, .article_description img{max-width:100%;}

.articleContent img{max-width: 100%;height: auto!important;}

.datepicker-dropdown{padding:20px;}
.datepicker-dropdown td{padding:5px;}

.home-solutions-list li{width: 28%; display: inline-block;margin: 20px;vertical-align: top; text-align: center;}
.solution-title{font-weight: 700;margin: 10px 0;min-height:42px;}
.solution-image{font-size: 36px; color: #ccc;}

.dropdown-toggle::after{border:0 !important;}
.featured_category_container{height: 460px;background:#fff url(../images/category-background/menu_22.jpg) no-repeat right bottom;}
.featured_category_container1{height: 460px;background: url(../images/category-background/menu_21.jpg) no-repeat right bottom;}
.featured_category_list{max-width: 50%;column-count:2;}
.featured_category_list li{padding: 3px 0;}
.featured_category_list li a:hover{text-decoration:underline;}
.dropdown-item.active, .dropdown-item:active {background-color: #b3b3b3;}
.topBar{background:#fff;width: 100%;}
.topBar.scrolled {position: fixed;top: 0;z-index: 1000;box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);}
.category_list_element {background-color: #e6e6e6;padding:0 13px;color: #272727; display: inline-block;cursor: pointer; position: relative; text-transform: uppercase; font-size: 13px;}
.scrolled_menu, .scrolled_menu_mob {font-size: 18px; width: 15%; float: left;margin: 20px 10px 0;margin-left: -60px;display: inline-block;opacity: 0;background: #c99b5e;-webkit-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; cursor:pointer;}

.inactive{color:#cacaca;}
.navbar-nav .lead{font-size: 16px;}
.parteners{height:120px;}
.dropzone {border: 1px solid #dedede !important;border-radius: 5px;padding: 10px 10px !important;}
.dropzone .dz-preview .dz-image {border-radius: 5px !important;/* width: 100% !important;*/height: auto !important}
.dropzone .dz-preview .dz-image img {width: 100% !important;}
.dropzone .dz-preview {margin: 10px !important;}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(0) !important;
    filter: blur(0) !important;
}
.dz-filename{display:none !important;}
#photo-dropzone .dz-preview:nth-child(2){border: 2px solid #ef4224;border-radius: 5px;}
#photo-dropzone .dz-preview:nth-child(2):after{content: "1";position: absolute;top: 0;z-index: 99;width: 20px;text-align: center;background: #ef4224;color: #fff;border-bottom-right-radius: 5px;}
/*.dropzone .dz-preview .dz-image:first-child{border: 2px solid #ef4224!important;border-radius: 5px;}*/
.dropzone.dz-started .dz-message .firstImage{ text-align: left; margin-left: 10px;margin-top: -20px;margin-bottom: -20px;}
/*.dropzone.dz-started .dz-message{
  display: block!important;
}
*/
#photo-dropzone .dz-remove {z-index: 99 !important;position: absolute!important;}

/*.dropzone{ width:100%; white-space:nowrap; overflow-x: auto; border: 1px solid #b3b3b3;}
.dropzone .pic{ width:120px; height:120px; text-align:center; border:1px solid #000; border-radius: 5px; margin:8px; display: inline-block; vertical-align:top; position:relative; overflow:hidden;}
.dropzone .pic img { width:120px; height:120px; text-align:center;}
.dropzone .pic .remove{cursor: pointer; position:absolute; top:0; right: 0; width:20px; height:20px; background: #eee; z-index:1030; }
.dropzone .pic-list{ overflow-x: scroll; overflow-y: hidden;}*/
.dropzone .addfile{cursor: pointer; border: 1px dashed #bbbbbb; border-radius: 5px; display: inline-block; width:120px; height:120px; text-align:center;  margin:8px; line-height:105px;}
.dropzone .addfile:after{content: "+";font-size: 50px;color: #ccc;margin: 10px 0;float: left;text-align: center;width: 100%; }
.dropzone .add-file { position: relative; overflow: hidden;  height: 48px; font-size:2em; }
.dropzone .add-file input[type="file"]{ height: 20px; position: absolute; top: 0; right: 0; bottom:5px; margin: 0 auto; opacity: 0; cursor: pointer; width: 100%;}



.homepage_brands li{display:inline-block; width:20%;}
.page-link{color:#222;}
.page-item.active .page-link {background-color: #47893c;border-color: #47893c;}
.pagination{float: right;}

.navigation .active{text-decoration:underline}
.register-navigation .active span{text-decoration:underline}
.logo_container {float: left;width: 100%;-webkit-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.logo_container img {max-width: 100%;}
.scrolled .logo_container {width: 80%;padding-top: 7px;}
.topBar.scrolled .scrolled_menu {display: inline-block; opacity: 1; margin-left: 0;}
.top_contact_bar {background-color: #f2f0f0;min-height: 30px;width: 100%;}
.top_contact_nav {font-size: 12px;color: #737373;list-style-type: none;}
.popularPrice{background: #e02c2d;color: white;font-size: 12px;padding-bottom: 5px;border-radius: 15px;margin-top: -8px; padding-top: 5px;}
.fa-ul{font-size:13px;}
.topBar .btn-light, .top_contact_bar .btn-light{background:transparent;border:0;}
.addOffer i{color:#db2c2c;}
.offer_id{margin-top:8px;}
/*.addProduct i{color:#47893c;font-size: 20px;}*/
.savedLinks:hover i{color:#db2c2c;}
.card{border: 0;}
.card button{width:100%;}
.listNumber{background: #aaa;width: 25px;height: 25px;display: inline-block; border-radius: 50%;color: #fff; padding: 0px 2px 25px;}
.messaging .number{background: #ef4024; font-size: 10px; color: #fff; padding: 0 3px; border-radius: 10px; position: absolute; left: 17px;}
.messageType li:hover, .messagesList li:hover{background: #f7f7f7; cursor:pointer;}
.messageRelatedProduct{font-weight: 700!important}
.unread{font-weight: 700;}
.tools i{color:#9e9e9e;}
.tools i:hover{background:#e6e6e6; color:#000;}
.replyWindow{background:#f8f9fa;}
.replyWindow textarea{height:80px!important;vertical-align: top;}
.messageContent{background:#fff;}
.replyRow{border-radius: 20px!important;margin: 0;overflow: hidden;position:relative;}
.messageContentArea{border-radius: 20px!important;margin: 0;overflow: hidden;background:#f8f9fa;position:relative;}

.sent .messageContentArea{background:#f2f5ee;width: auto; min-width: 200px; float: right; padding-right: 150px!important;}
.replyCreated{position:absolute;bottom:17px; right:20px;font-size: 12px;z-index: 2;}

.listCategories li{display:inline-block; width: 32%; cursor: pointer;vertical-align: top;}
.maincategoriesList .listCategories li:hover{background:#f7f7f7;}
.bgred{background:#ef4124!important;}
.bggray{background:#afafaf!important;}
.bggold{background:#c99b5e!important;}

.woodpile img{position: absolute;top:-60px; left: -40px;width: 380px;}

.cards .card{border-radius: 20px;box-shadow: 0 0 15px rgb(0 0 0 / 10%);padding: 10px;}
.cards .card .btn{width: 65%;margin: 30px auto 10px;border-radius: 20px; padding: 10px;}


.slick-next {right: -10!important;}
.slick-prev {left: -10!important;z-index: 9;}
#advantages .slick-list, #services .slick-list, .main_slide_auth .slick-list {overflow: visible!important;}
.orders .slick-next {right: -10px!important;}
.orders .slick-prev {left: -10px!important;}

.slick-next:before {content: '\f054'!important;font-family: "Font Awesome 5 Free"!important; font-weight: 900;color: #222!important;}
.slick-prev:before {content: '\f053'!important;font-family: "Font Awesome 5 Free"!important; font-weight: 900;color: #222!important;}
.bggold .slick-next:before {color: #fff!important;}
.bggold .slick-prev:before {color: #fff!important;}

/*.slick-prev:before, .slick-next:before {color: #ccc!important;}*/
.slick-prev:hover, .slick-next:hover {background: rgba(255,255,255,0.5)!important;padding: 10px;height: 70px;width: 40px;}

.slick-dots {bottom: 5px!important;}
.partnerImg .slick-dots {bottom: -30px!important;}
.partnerImg .slick-slide img {display: inline-block;}

.menubg{display:none;width: 100%; height:100%;background:rgba(0,0,0,0.5);position: fixed;top: 0;left: 0;}
.help-block{color: #f00;}

/*Side-menu*/
.sideMenu {width: 85%;height: 100vh;max-width: 365px;position: fixed;top: 0;z-index: 1001;background: #fff;right: -375px;box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);padding: 10px;-webkit-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;overflow: auto;}
.sideMenu h3{width: 50%; display: inline-block;}
.sideMenu span{float:right;}
.sideMenu span.close{width:20%; display: inline-block; float:right;cursor:pointer; text-align: right; font-size: 40px;margin-top: -10px;}
.orderBtn, .filterBtn{width:100%; border:0;}
.btn-secondary.filterBtn, .btn-secondary.orderBtn{background-color: #979797;color:#fff;}
.alert-info{position: fixed; z-index: 1001; top: 30px; width: 50%; padding:10px; opacity: 0.85;left: calc(50% - 25%); text-align: center; background-color: #47893c; border-color: #47893c; color: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.3);}


/* Top Menu */
#topbarmenu{display:none;position: absolute;top: 75px;}
.showmenu{}
.hidemenu{display:none;}
.mainMenu .list-inline-item img{margin-top:-5px;}
.inside{ z-index: 9;}
.inside .mainCategoryList{width: 100%;position: absolute;display: block;box-shadow: 0px 4px 10px rgba(0,0,0,0.2);top: 37px;left: 0;background: #fff;}
#topbarmenu .mainCategoryList ul.category_list_submenu{box-shadow: 0px 9px 10px 0px rgba(0,0,0,0.2)}

.moreText{height: 620px!important; overflow-y: auto!important;max-height:620px!important;}
.readMoreOverlay{background:url(/images/readmoretransparent.png) repeat-x;width: 100%;position: absolute;bottom: 0; height: 56px;}
#more-text{display: none;}
#showLess{display: none;}

.mainCategoryList{position: relative;}
.mainCategoryList ul.category_list_submenu {
    position: absolute;
    z-index: 999;
    font-size: 13px;
    color: #272727;
    padding-top: 10px;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0;
    width: 100%;
    padding-top: 1px;
}
.mainCategoryList ul.category_list_submenu li {
    font-size: 13px;
    /*cursor: pointer;*/
    margin: 1px 0;
    display: block;
    text-transform: none;
	border-right: 1px solid #eee;
}

.category_list_element.active  ul.category_list_submenu{
	display: block!important;
}

.category_list_element:hover ul.category_list_submenu {
	display: block;
}

.category_list_element span.fas {
	font-size: 18px;
	color: #b98027;
	margin-right: 15px;
}

.category_list_submenu {
	position: absolute;
	z-index: 999;
	font-size: 13px;
	color: #272727;
	padding-top: 10px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0;
	width: 100%;
	top: 0;
	left: 0px;
	padding-top: 2px;
}
.category_list_submenu img{
	width:25px;
	margin-right: 10px;
}
.homepage_slideshow{background:#fff;}
.category_list_submenu.active {
	display: block!important;
}

.category_list_submenu li {
	font-size: 13px;
	cursor: pointer;
	padding-right: 25px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin: 1px 0;
	display: block;
	text-transform: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.category_list_submenu li:last-child {
	border-bottom: none;
    padding-bottom: 2px;
}

.category_list_submenu li.active {
	background-color: #fff;
}

.category_list_submenu li:hover {
	background-color: #fff;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin: -1px 0;
	background:#fff;
	border-right: 1px solid #fff!important;
}

.submenu_list {
	position: absolute;
	width: 100%;
    height:100%;
	top: 0;
	/*background-color: #fff;*/
	z-index: 998;
	/*border: solid 1px #f2f0f0;*/
}

.submenu_list div.submenu_container {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	height: 100%;
	max-height:430px;
	overflow:hidden;
	box-shadow: -2px 0 10px #eee;
    background-color: #fff!important;
    /*column-width:170px;*/

}

.floating_image{
    background-position: bottom right!important;
    bottom: -20px;
    right: -20px;
	top: auto!important;
    left: auto!important;
}

.sub_menu_list{
    height: 378px;
    width: 27%;
    display: inline-block;
   /* display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    /*
    column-count: 3;
    -moz-column-fill: auto;
    column-fill: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    */

}

.sub_menu_list li.menu_col {
	display: inline-block;
	font-weight:700;
	font-size: 13px;
	color: #579730;
	vertical-align: top;
    padding-right: 30px;
/*     width: 62%;*/

}

.sub_menu_list li.menu_col a {
	color: #579730;
	display: block;
    /*text-transform: uppercase;*/
}

.sub_menu_list li.menu_col a.main_element {
	margin-bottom: 5px;
}
.sub_menu_list li.menu_col ul.third_cat_menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 0;
}

.sub_menu_list li.menu_col ul.third_cat_menu li {
	display: block;
	padding: 3px 0;
	color: #272727;
    text-shadow: 0px 0px 6px #fff;
}

.sub_menu_list li.menu_col ul.third_cat_menu li a{
	color: #272727;
	font-weight:400;
    text-transform: initial;
}

.top_search_container_form {
    padding-top: 0!important;
    margin-top: 23px;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.top_search_container_form form .form-group .btn {
    position: absolute;
    right: 15px;
    padding: 7px 14px;
    background-color: #979797;
    color: #fff;
}
.top_search_container_form form .form-group input {
    width: 90%!important;
    border-color: transparent!important;
    background: 0 0;
    border: 1px solid transparent;
    outline: 0;
    width: 100%;
    padding: 7px 12px;
    line-height: 20px;
}

/*.card{border-color:#eee;overflow: hidden;}*/
.card:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);}
.card .card:hover{box-shadow: none;}
.card .card button {font-size: 14px;}
.card .card button:hover {text-decoration: none;color:#000;}
.listCategories li.active{background: #eee;}

.subcategoriesList{height: 385px; overflow-x: hidden;text-transform: lowercase;}
.subcategoriesList>.row>div .submenu_container {max-height: 310px; overflow: auto}
.subcategoriesList ul{list-style:none;padding:0;}
.subcategoriesList li{border-bottom:1px solid #eee;cursor:pointer;}
.subcategoriesList li.active{font-weight:700;}
#selectedTitle, #selectedTitle2, #selectedTitle3{font-weight:700; /*text-transform: capitalize;*/background:#cea668;display: none;/*width: 232px;*/white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#selectedTitle::after, #selectedTitle2::after{content: "";display: block;width: 0;height: 0;border-top: 27px solid transparent;border-bottom: 26px solid transparent;
    border-left: 20px solid #cea668;position: absolute;right: -4px;top: 0;}
#selectedTitle2::before, #selectedTitle3::before{content: "";display: block;width: 0; height: 0;
    border-top: 27px solid transparent; border-bottom: 27px solid transparent; border-left: 20px solid #fff;
    position: absolute; left: 15px; top: 0;}
.showCategoryList{cursor:pointer;}
/*.sideBanners .product_image img{width:100%;}*/
.filter_container .product_image{border: 1px solid #eee;}

.hasGallery{height:380px;}
.hasVideo{height:380px;}
.hasInfo{}

.product_container .company_name {background-color: #979797;min-height: 25px;/*#4cb359*/}
.product_container .company_name h3 {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}
.product_container .product_content {
    min-height: 315px;
    position: relative;
}
.product_container .product_content .product_image {
    height: 150px;
    overflow: hidden;
    position: relative;
}
.product_container .product_content .product_image img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}
.company_catalog_btn{
    background: #47893c;
}
.product_company{
/* font-weight:700; */
    font-size: 14px;
    color: #222;
    min-height: 25px;
    overflow: hidden;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
    /*border: 1px solid #eee !important;*/
}
.product_company_holder{
/* font-weight:700; */
    font-size: 14px;
    color: #222;
    min-height: 270px;
    overflow: hidden;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
}

.product_container .product_content .product_title {
    font-weight:700;
    font-size: 14px;
    color: #222;
    min-height: 39px;
    height: 58px;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
}

.product_container .product_content .product_description {
	font-weight: 300;
    font-size: 12px;
    color: #666;
    padding: 5px 10px 10px;
    text-overflow: ellipsis;
    min-height: 44px;
}
.product .product_description_container .description_text_container{
    word-break: break-word;
    height:auto;
    max-height:280px;
    overflow-y:auto;
    position: relative;
}

.product_container .product_content .product_location {
    font-size: 12px;
    color: #7a7a7a;
    text-align: center;
    padding-bottom: 15px;
    min-height: 40px;
}
.product_container .product_content .product_info {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 94px;
}
.product_container .product_content .product_info .post_date {
    font-size: 12px;
    color: #4f4f4f;
    background-color: #fff;
    text-align: center;
}
.product_container .product_content .product_info .price {
    font-size: 12px;
    background-color: #979797;
}
.green-price-btn{
	font-size: 18px;
    background-color: transparent;
	color:#438a39;
	font-weight:bold;
}
.green-price-btn:hover{
	opacity:0.9;
}
.memberInfo {
    padding: 5px 10px;
    float: left;
}
.memberInfo img{
    width: auto;
    max-width: 50px;
    /*filter: grayscale(1);*/
    opacity: 0.7;
}
.memberInfo img:hover, .company_subscription_type img:hover {
    filter: grayscale(0);
    opacity: 1;
}
.productvideo{
    position: absolute;
    bottom: 0;
    right: 10px;
    /* padding: 0px 4px; */
    /* background: rgba(71, 137, 60, 0.59); */
    font-size: 22px;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
/*.product_container .offer_promo_label, .offer_category_page_content */
.offer_promo_label {
    position: absolute;
    font-size: 10px;
    display: block;
    top: 10px;
    left: -6px;
    padding: 5px 10px;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.offer_promo_label.red{background:rgb(255, 66, 0)!important;}
.offer_promo_label.green{background:#4cb359!important;}
.offer_promo_label:before, .ask_promo_label:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #a9897f;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.save_product_link {
    position: absolute;
    color: #ccc;
    font-size: 17px;
    cursor: pointer;
    margin-right: 10px;
    float:right;
    margin-top:5px;
    right:15px;
    top: 5px;
    z-index: 1;
}

.save_product_link:hover, .save_product_link .fas {
    color: #f00;
}
.add_offer_element {
    min-height: 315px!important;
}
.add_article_element {
    min-height: 290px!important;
}
.add_event_element {min-height: 315px!important;}
.add_offer_element a, .add_article_element a {
    display: block;
    /*min-height: 311px;*/
    padding-top: 50%;
    font-size: 16px;
    color: #3c3c3c;
}
.add_offer_element a span, .add_article_element a span {
    font-size: 24px;
    color: #47893c;
}
.small_news_element .news_element_image {
    /*min-height: 122px;*/
    height:170px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.small_news_element {min-height: 345px;}
.recommended .small_news_element, .homepage_articles .small_news_element {min-height: 300px;}

.small_news_element .news_element_image img{
    width:100%;
    /*max-height: 122px;*/
}
.small_news_element .news_element_image .news_element_date, .newsMainHero .news_element_date  {
    font-size: 12px;
    color: #fff;
    padding: 5px 8px;
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: rgba(0,0,0,0.6);
}
.small_news_element .news_element_title {
    font-weight: 700;
    font-size: 14px;
    color: #434343;
    min-height: 70px;
    padding: 10px 5px;
    position: relative;
}
.homepage_events .news_element_title {
    min-height: 80px;
}
.homepage_events .news_element_location{
    min-height: 45px;
}
.small_news_element .news_element_magazines {
    position: absolute;
    bottom: -40px;
    left: 0px;
    padding: 0px 10px;
}
.recommended .small_news_element .news_element_magazines, .homepage_articles .small_news_element .news_element_magazines {
	bottom: 0;
}

.small_news_element .news_element_magazines p {
    /*    border-top: 1px solid #eee;*/
    padding-top: 10px;
    color: #000;
}
.small_news_element .news_element_magazines img {
    /*width: 80px;*/
    height:30px;
    margin-right: 10px;
}
.section_read_more_row {
    border-bottom: solid 3px #ececec;
}
.user_review_container p.review_user_name {
    font-size: 18px;
    color: #000000;
}
.mainpage_promo, .catalog_promo {
    height: 160px;
    border-color:#eee;
    overflow: hidden;
}
.newsMainHero{
    height: 345px;
}
.newsMainHero h1{
    position: absolute;
    top: 172px;
    font-size: 28px;
    background: rgba(0,0,0,0.3);
    padding: 15px;
    left: 0;
    min-height: 130px;
    color: #fff;
}
footer {
    background-color: #dcdcdc;
}
.big_slider img {
    width: 100%;
}
.big_slider{
	max-height:430px;
	overflow:hidden;
	}
.big_slider li, .big_slider li:focus, .big_slider li a, .big_slider li a:focus{
	outline: none !important;
	box-shadow: none;
	}
/* Breadcrumb */
.breadcrumb_container {
    padding-top: 10px;
    padding-bottom: 10px;

    border: 1px solid #eee;
}

.breadcrumb_container ul{
    font-weight:700;
    font-size: 12px;
    color: #ba8128;
    padding: 10px;
    margin: 0px;
}

.breadcrumb_container ul li{
    display:inline-block;
}

.breadcrumb_container ul li a {
    font-size: 12px;
    color: #2f2f2f;
}
.breadcrumb_container ul > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.filter_contents {
    padding-top: 10px;
    background-color: #ffffff;
    border: 1px solid #eee;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
}
.filter_contents ul {
    margin: 0px;
    padding: 5px 10px;
    list-style-type: none;
}
.company_profile_category_filter, .sideMenu .company_profile_category_filter {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
    color: #383838;
    margin-bottom: 15px;
    padding-left: 10px;
}
.company_profile_category_filter li, .sideMenu .company_profile_category_filter li {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
}
.company_profile_category_filter li a, .sideMenu .company_profile_category_filter li a{
    width: 80%;
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;*/
}

.company_profile_category_filter li.active {
    font-weight:700;
}
.ask_promo_label{background: #ef4224;font-size: 10px;display: block;float: left; padding: 5px 10px;margin-left: -5px; position: relative;}
.filter_contents .company_profile_category_filter li.active a:before{content:'\f058';font-family: "Font Awesome 5 Free"; font-weight: 400; margin-right: 10px;}
/*.filter_contents .company_profile_category_filter li a:before{content:'\f111';font-family: "Font Awesome 5 Free"; font-weight: 400;}*/

.filter_contents ul li {
    padding-bottom: 5px;
    display:block;
}
.filter_container .filter_title, .sideMenu .filter_title {
    font-weight:700;
    font-size: 12px;
/*    color: #272727;*/
    padding: 10px;
}
.filter_container .filter_title i {
    float: right;
    cursor: pointer;
    margin: 5px;
}
.company_profile_category_filter span {
    float: right;
}


.filter_and_sort_container {
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: 15px;
}

.footer_sort_container {
    border-bottom: none;
    border-top: solid 1px #e7e7e7;
    margin-top: 15px;
    padding-top: 10px;
}
.filter_and_sort_container ul.result_info {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-weight:300;
    font-size: 12px;
    color: #6c6c6c;
}

.filter_and_sort_container ul.result_info li {
    display: inline;
    padding-right: 15px;
}

.filter_and_sort_container ul.result_filter {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-weight:300;
    font-size: 14px;
    color: #6c6c6c;
    padding-bottom: 10px;
    text-align:right;
}

.filter_and_sort_container ul.result_filter li {
    display: inline-block;
}

.filter_and_sort_container ul.result_filter li select {
    background-color: #fff;
    border: solid 1px #d2d2d2;
    height: 33px;
    border-radius:5px;
}

.filter_and_sort_container ul.result_filter li input {
    background-color: #fff;
    border: solid 1px #d2d2d2;
    height: 33px;
    width: 33px;
    text-align: center;
}

.filter_and_sort_container ul.result_filter li button {
    border: none;
    height: 33px;
    background-color: #f2f0f0;
    color: #686868;
    margin: 0px 5px;
}
.filter_and_sort_container ul.result_filter li:first-child {
    width: 30%;
    text-align: left;
}
.filter_and_sort_container ul.result_filter li.order_by_element {
    width: 39%;
    text-align: left;
}
.filter_and_sort_container ul.result_filter li.nr_element {
    width: 29%;
    text-align: right;
}
/*.product_image_slider img, */.product_big_image img{max-width: 100%;width: 100%;}
.thumb{overflow:hidden;height:65px!important;}
.product_image_slider img{height:100%;margin:0 auto;}
.product_big_image{max-height: 500px;overflow: hidden;border-radius: 5px;}
.product_big_image .productImageHolder{display: table-cell !important; vertical-align: middle;}
.product_big_image img{ max-height: 450px;width: auto;margin: 0 auto;}

.product_additional_info_container ul.additional_info_list li span.info_title {
    width:40%;
    font-weight:700;
    display: inline-block;
}

.left-align-slick > .slick-list > .slick-track {
    margin-left:0;
}

.company_element_container .offer_promo_label, .product_company .offer_promo_label, .product_company_holder .offer_promo_label {
    position: absolute;
    font-size: 10px;
    font-weight:400;
    display: block;
    top: 10px;
    /*left: 0px;*/
    background: #4671af;
    color: #fff;
    padding: 2px 7px;
}

.ask_label {
   position: absolute;
    font-size: 10px;
    font-weight:400;
    display: block;
    top: 50px;
    background: #ef4224;
    color: #fff;
    padding: 2px 7px;
}

.product_title_container h1 {
    font-size: 24px;
    color: #383838;
    margin: 10px 0px;
}
.product_title_container .price_tag {
    background: #47893c;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
}
.company_subscription_type {
    position: relative;
   /* bottom: 10px;
    left: 25px;*/
}
.offer_category_page_content .profileImg {
    /*height: 242px;*/
    height: 120px;
}

.offer_category_page_content .company_subscription_type {
    position: relative;
    /*top: 135px!important;*/
}

.product_company .company_subscription_type {
   /*top: 310px;*/
    width: 90%;
}

.company_subscription_type_profile{
    position: relative;
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 40%;
}
.memberInfo img, .company_subscription_type img {
    width: auto;
    max-width: 80px;
    /*filter: grayscale(1);*/
    opacity: 0.7;
}
.company_element_container .company_image_list ul li, .product_company .company_image_list ul li {
    max-width: 85px;
    width:22%;
    height: 60px;
    text-align: center;
    line-height: 56px;
    border: solid 1px #c2c2c2;
    overflow: hidden;
    margin-right: 7px;
    padding: 0px;
    display: inline-block;
}
.contact_action_row button.show_telefon_btn ,
.contact_action_row button.show_contact_info {
    width: 100%;
    padding: 7px;
    color: #222;
    position: relative;
    z-index: 2;
    background-color: #eee;
    border: 1px solid #ccc;
}
.contact_action_row .buttons p {
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 0;
    width: 100%;
    display:none;
}
.contact_action_row button.contact_user {
    width: 100%;
    color: #fff;
    background-color: #3d77cf;
    border: none;
    padding: 7px;
}

.filter_and_sort_container {
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: 15px;
}
.company_letter_list {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-bottom: 10px;
}
.filter_and_sort_container ul.result_info {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-weight:300;
    font-size: 12px;
    color: #6c6c6c;
}
.company_letter_list li {
    display: inline-block;
    padding: 10px 5px;
    cursor: pointer;
    background-color: #f2f0f0;
    font-size: 13px;
    width: 3%;
    text-align: center;
}
.filter_and_sort_container ul.result_filter {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-weight:300;
    font-size: 14px;
    color: #6c6c6c;
    padding-bottom: 10px;
    text-align: right;
}
.company_letter_list li:last-child {
    min-width: 6%;
}
.company_letter_list li.selected {
    color: #fff;
    background-color: #47893c;
    float: right;
}
.besttip{right: 0;}
.removeAccount{position: absolute;right: 15px;}

.sortable {
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#letterSort > li.active {
    background-color: #47893c;
    color:#fff;
}
.contact_user{font-size: 12px;}
.sortable li {float: left;width: 120px;height: 120px;overflow:hidden; border:1px solid red;text-align: center;margin:5px; }
li.sortable-placeholder {border: 1px dashed #CCC;background: none;}

#mlb2-1620452.ml-form-embedContainer .ml-form-embedWrapper { background-color: #e8e8e8!important;}
#mlb2-1620452.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4{font-family: 'Raleway', sans-serif!important; font-size:1.25rem!important;}
#mlb2-1620452.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p, #mlb2-1620452.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {color: #8c8c8c!important;}
#mlb2-1620452.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow, #mlb2-1620452.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {margin: 0 0 10px 0 !important;}

.addEditProduct .btn-light, .addEditRequest .btn-light{ border:1px solid #ccc; }

.messageText{max-height: 400px; overflow-y: auto;}

@media screen and (max-width: 1200px) {
	.category_list_submenu li {padding-right: 15px; padding-left: 10px;padding-top: 2px;padding-bottom: 2px;}
	.category_list_submenu img {width: 20px;margin-right: 5px;}
	.mainMenu .list-inline-item{ font-size: 13px; margin-right: 0;}
	.mainMenu .list-inline-item img{ width: 20px;}
	.topBar .addProduct{margin-left: 10px;}
    .topBar button i{display:block; padding: 5px;}
	.addBtnText{display:none;}
	.featured_category_container {background: #fff url(../images/utilaje_exploatare_menu_new_bg.png) no-repeat -100% -10px;}
	.featured_category_container1 {background: url(../images/utilaje_lemn_menu_bg.png) no-repeat -500% -10px;}
	.scrolled_menu, .scrolled_menu_mob {font-size: 12px;/*margin: 15px 10px 0;*/}
	.top_search_container_form {margin-top: 18px;margin-bottom:10px;}
    .sub_menu_list {height: 310px;width: 30%;}
    .sub_menu_list li.menu_col ul.third_cat_menu li a, .sub_menu_list li.menu_col a.main_element {font-size: 11px;}
}

@media screen and (max-width: 992px) {
	.woodpile img{ width: 380px;left: -120px;top: -20px;}
	.home-solutions-list li{width: 42%;text-align: center!important;}
    .top_search_container_form {margin-top: 0;margin-bottom:20px;}
    .dropup{text-align: center;}
    .table-cell{width: 100%;display: table-cell;text-align: left;}
    .big_slider{border-radius: .25rem!important;}
    .featured_category_list {max-width: 100%;column-count: 2;}
    .featured_category_container{background:#fff!important; min-height: 280px;height: auto!important;}
    .featured_category_container1{height: auto;}
    .logo_container {text-align: center;}
    .form-group {margin-bottom: 20px;}
    .top_search_container_form form .form-group input{font-size: 14px; padding: 10px 12px;}
    .btn-secondary.filterBtn, .btn-secondary.orderBtn {background-color: #fff;color:#222; border:2px solid #ccc;}
    .mainCategoryList ul.category_list_submenu{display:none;}
    #topbarmenu .mainCategoryList ul.category_list_submenu{display:block;}
    .topBar .btnText{display:none;}
}
@media screen and (max-width: 768px) {
	.woodpile img{position: relative;top: -50px;left: -100px;margin-bottom: -90px;width: 300px;}
	.woodpile h3{font-size:18px;}
    .subcategoriesList{height: 420px;}
    .submenu_list div.submenu_container{min-height: 380px;}
    .category_list_submenu img {display: none;}
    .mainCategoryList ul.category_list_submenu li {font-size: 12px;}
    .company_person{border:0!important; margin: 30px 0;}
    .mainpage_promo, .catalog_promo {height: auto;margin: 10px 0;}
    .filter_container .filter_title, .sideMenu .filter_title {font-size: 14px; padding: 5px 0;}
    .top_contact_bar, .top_contact_bar a:not(.dropdown-item), .top_contact_bar .btn{font-size:18px !important;}
    .dropcontent{display:none!important;}
    .big_slider{max-height:270px;}
    .parteners{height:70px;}
    #profileTabs{display: none;}
    .company_catalog_btn, #changeProfilImg, .webBtn {width: 100%;}
    #selectedTitle2::before, #selectedTitle3::before {border-top: 0px solid transparent;border-bottom: 0px solid transparent;border-left: 0 solid #fff;}
    .sent .messageContentArea{padding-right:0!important;width: 100%;padding-bottom:35px!important;}
    .messageText {width: 100%;}
}

@media screen and (max-width: 520px) {
	.woodpile img{position: relative;top: -90px;left: 0;margin-bottom: -90px;width: 230px;}
}
@media screen and (max-width: 468px) {
    .topBar.scrolled {position: relative;}
    .scrolled_menu, .scrolled_menu_mob{margin: 20px 0; opacity: 1; width: 10%; float: left;}
    .logo_container, .scrolled .logo_container {width: 60%; padding: 10px 20px;}
    .h2, h2 {font-size: 1.2rem;}
    .h4, h4 {font-size: 1.0rem;}
    label {margin-top: 1rem;}
    .top_search_container_form{display: none;}
    .main_slide_auth .slick-list, .main_slide .slick-list, .offers .slick-list{padding:0 30% 0 0!important;}
    .big_slider .slick-list{padding:0!important;}
    /*.slick-slide img {display: inline-block!important;}*/
    /*.top_search_container_form form .form-group .btn {padding: 11px 14px;}*/
    .company_profile_category_filter li{padding:5px 15px; font-size: 14px;}
    /*.company_profile_category_filter li img{margin-top:-15px;}*/
    .navigation .active{text-decoration:none; font-weight:700; font-size: 24px;}
    .besttip{right: 5px;top: 5px;width: 80px;}
    .nav-tabs .nav-item {width: 100%;border: 1px solid #eee; border-radius: 0;}
    .removeAccount{left:50%;width: 45%!important;}
    #products .offer_promo_label{right:0; top:10px;width:100px;}
    .upgradeLink{text-align: center; width: 100%;display: block;}
    .form-group {margin-bottom: -3px;}
    .listCategories li{font-size: 11px; text-align: center;}
    /*.big_slider{max-height:180px;}*/
    .parteners{height:50px;}
    .card{max-width: 280px; margin: 10px calc(50% - 140px);}
    .addEditRequest{max-width: initial; margin: auto;}
    #accordion .card, .addEditProduct.card, .main_slide .card, .main_slide_auth .card, .offers .card{max-width: initial;margin: 0;}
    .product_additional_info_container ul.additional_info_list li span.info_title {width: 80%;}
    .profileImg{max-width: 120px;}
    .messageType li{width:45%;float: left;border: 1px solid #ccc; margin: 0 5px;}
    #selectedTitle, #selectedTitle2, #selectedTitle3 {width: 95%;}
    .services .lead{font-size: 14px;}
    #selectedTitle::after, #selectedTitle2::after {border-top: 14px solid transparent;border-bottom: 15px solid transparent; border-left: 10px solid #cea668;right: 20px;}
    /*.product_big_image {height: 220px;}*/
    .thumb {height: 40px!important;}
    .breadcrumb_container ul li{display:none;}
    .breadcrumb_container ul li:nth-last-child(2){display:block !important;}
    .breadcrumb_container li:before{content: '\f060'!important;font-family: "Font Awesome 5 Free"!important; font-weight: 900;}
}
@media screen and (max-width: 320px) {
    .logo_container, .scrolled .logo_container {width: 53%;padding: 20px 10px 10px;}
    .top_contact_bar, .top_contact_bar a:not(.dropdown-item), .top_contact_bar .btn{font-size:16px !important;}
}
/*fejeri */
.messageType i{padding-right: 10px;}
.messageType>li>a{display: block}
.messageType .number {
    background: #ef4024;
    font-size: 10px;
    color: #fff;
    padding: 0 3px;
    border-radius: 10px;
    position: absolute;
    left: 17px;
}
.messageType li.active{border: 1px solid #dee2e6;}
.messageHeader .messageRelatedProduct a:hover{
    border-bottom: 1px solid #979797;
}
#file-dropzone .dz-filename {
    display: block!important;
    color: #000;
    font-weight: 600;
}

.addEditProduct #accordion{
    position: absolute;
    z-index: 1051;
    width: 100%;
    top: -100px;
    max-width: inherit;
}
#add-category-button{
    margin-left: 10px;
    border: 1px solid #ccc;
}
#add-category-button:hover{
    background-color:#f7f7f7 ;
    cursor: pointer;
}
#full-page-overlay{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1050;
    background: #000;
    opacity: 0.7;
    top:0;
}
.description-error-message,
.category-error-message{
    border: 2px solid red;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: -7px;
    background: #fff;
    left: 137px;
    display: none;
}
.description-error-message:after,.description-error-message:before,
.category-error-message:after, .category-error-message:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.description-error-message:after,
.category-error-message:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}
.description-error-message:before,
.category-error-message:before {
    border-color: rgba(245, 0, 0, 0);
    border-top-color: #f50000;
    border-width: 11px;
    margin-left: -11px;
}
.delete-articol-link{
    display: inline-block;
    float: right;
}
.draft-text {

    color: #333;
    top: 32px;
    font-size: 63px;
    transform: rotate(30deg);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    opacity: 0.6;
    right: 0;
}
.small_news_element:hover .draft-text{
    display:none;
}
.form-control-select2>button{
    border: 1px solid #ced4da;
}
.the_needsclick .dz-details{
	display:none;
}
/*cookie popup*/
.js-cookie-consent{
    position: fixed;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.js-cookie-consent .js-cookie-consent-agree {
    background-color: #47893c;
    border:0px;
    color:#fff;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    margin-left: 20px;
}
/*interest-categories*/
.interestategoriesList .listCategories3 .catName,
.interestategoriesList .listCategories .catName,
.interest-categories-block .listCategories .catName{
    margin-top: 8px;
}
.interest-categories-block {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.interest-categories-block li{
    border: 1px solid transparent;
}

@media screen and (min-width: 991px) {
    .interest-categories-block li{
        width:33%;
    }
}
.interest-categories-block li.active {
    background-color: #e6e6e6;
    border: 1px solid #ba8128;
}
#submit-interest-cat{

    margin-bottom: 20px;
    border: 2px solid #ba8128;
    padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: .2rem;
}
#select-all-interest-cat{
    margin-bottom: 20px;
    padding: .25rem .5rem;
    line-height: 1.5;
    text-decoration: underline;
}
.listCategoriesI li.active {
    background-color: #e6e6e6;
    border: 1px solid #ba8128;
}
.listCategoriesI li {
    display: inline-block;
    width: 32%;
    cursor: pointer;
    vertical-align: top;
}
.listCategories3 li{
    display: inline-block;
    width: 32%;
    vertical-align: top;
}
.button-section-interest
{
    text-align: center;
}
@media screen and (max-width: 767px) {
	.home-solutions-list li{width: 100%;}
    .interest-categories-block li .catName{
        min-height: 42px;
    }
    .interest-categories-block li{
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .interest-categories-block li .catName{
        min-height: 63px;
    }
}

#login-popup-block{
    height: 100%;
    overflow-y: auto;
    position: fixed;
    z-index: 1051;
    width: 100%;

    max-width: inherit;
}
#interest-categories-container{
    height: 100%;
    overflow-y: auto;
    position: fixed;
    z-index: 1051;
    width: 100%;

    max-width: inherit;
}
.registerToggle{font-size: 80%;border-radius: 5rem;letter-spacing: .1rem;font-weight: bold;opacity: 0.7;transition: all 0.2s; cursor:pointer;}
.registerToggle .anualBtn{background: #fefefe;border-bottom-left-radius: 30px;border-top-left-radius: 30px;display: inline-block;border: 2px solid #ba8128;    margin-right: -3px;}
.registerToggle .monthlyBtn{background: #fefefe;border-bottom-right-radius: 30px;border-top-right-radius: 30px;display: inline-block;border: 2px solid #ba8128;    margin-left: -3px;}
.registerToggle div:hover{background:rgba(210, 137, 25, 1);color:#fff;}
.registerToggle .selected{background:rgba(243,164,42,0.6);}
.registerToggle a{display: block;padding: 15px}
.text-underline{
    text-decoration: underline;
}
.reg-cusomer.btn-primary{
    background-color:#bf7f28 ;
    border-color:#bf7f28 ;
}
.login-btn{
    margin: 0 auto;
    display: block;
}
.bg-grey-medium{
    background-color: #838f9a;
}

/**REsponsive iframe */

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.iframe-container .play{

	background: transparent url(../images/play.png) no-repeat center center;
	  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index:2;
  background-size: 100px 100px;

}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.dropzone .dz-preview .dz-remove{
	position:absolute;
	z-index:99999;
	bottom:0;
    left: calc(50% - 38px );
	background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    border-radius: 4px;
}

.custom-accordion .accordion-item {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    position: relative;
    border-radius: 0px;
    overflow: hidden; }
.custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    text-align: left;
    color: #999;
    border: none;
    border-radius: 0;
    position: relative;
    background: #fff;
    padding-left: 0px; }
.custom-accordion .accordion-item .btn-link:before {
    font-family: 'icomoon';
    content: "\e313";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background: #efefef;
    padding: 1px 5px;
    font-size: 18px;
    border-radius: 4px; }
.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
    font-family: 'icomoon';
    content: "\e316";
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background: #72c02c; }
.custom-accordion .accordion-item.active {
    z-index: 2; }
/*.custom-accordion .accordion-item.active .btn-link {
    color: #72c02c; }*/
.custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 20px;
    color: #888; }


/*Accordion style*/
.custom-accordion .accordion-item {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    position: relative;
    border-radius: 0px;
    overflow: hidden; }
.custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    text-align: left;
    color: #999;
    border: none;
    border-radius: 0;
    position: relative;
    background: #fff;
    padding-left: 0px; }
.custom-accordion .accordion-item .btn-link:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078";
    /*font-family: 'icomoon';
    content: "\e313";*/
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background: #fff;
    padding: 1px 5px;
    font-size: 18px;
    border-radius: 4px; }
.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f077";
    /*font-family: 'icomoon';
    content: "\e316";*/
    position: absolute;
    color: #47893c;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background: #fff; }
.custom-accordion .accordion-item{border-bottom: 1px solid #eee;background: #fff;}
.custom-accordion .accordion-item.active {z-index: 2;}

.custom-accordion .accordion-item .btn-link {color: #555; font-weight: 600;}
.custom-accordion .accordion-item .btn-link:before {color: #ccc;}
.custom-accordion .accordion-item .accordion-body {padding: 20px; color: #888; }
.custom-accordion .accordion-body a{color:#47893c; font-weight: 600;}

#solutii li{text-align: left;padding: 10px; border-radius: 10px;}
#solutii li:hover{background: #f1f1f1;}
#solutii i{color: #c99b5e;}

.backrectangle{position: absolute;width: 55%;height:55%; }
.backrectangle.right{right:0}
.backrectangle.left{left:0}

#banners img{width: 850px;margin-right: -50px;}

@media screen and (min-width: 1400px) {
	.backrectangle{height:47%; }
}
@media screen and (max-width: 768px) {
	.backrectangle{height:45%; }
}

#askdemo{/*background: url(/images/askoffer.jpg) no-repeat;*/
    background: linear-gradient(47deg, rgb(93 128 68 / 67%) 20%, #8cb0cad1 100%), url(/images/askoffer.jpg) top center;
    background-size: cover;padding: 120px 0;}


#askdemo button{background: #fff;color: #47893c; font-weight: bold;border:0; box-shadow: 0px 5px 14px 5px rgb(0 0 0 / 10%); transform: translate(0, 5px);
-webkit-transition: all .2s linear; -o-transition: all .2s linear;}
#askdemo button:hover{background: #ddd;color: #fff;box-shadow: 0px 9px 14px 5px rgb(0 0 0 / 10%); transform: translate(0, 0);}
.smaller-ul-fornt{
	margin-bottom: 43px;
}

/* black friday*/
.bg-black{
	background-color:#000;
}
.black-week-text{
	font-size:20px;
	padding-top:30px;
}
.bw-btn-light{
	margin-top:20px;
	background-color:#D9D9D9;
	color:#ff1616
}
.bw-btn-dark{
	margin-top:20px;
	background-color:#ff1616;
	color:#fff;
}
.bw-image{
	max-width:260px;
	margin:0 auto;
}
.black_w_icon{
    border-radius: 50%;
    right: 3px;
    top: 5px;
    -ms-transform: rotate(35deg); /* IE 9 */
    transform: rotate(35deg);
    width: 62px;
}
