/* GENERAL STYLES */ 

body * {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

.narrow-container {
	padding-left: 40px;
	padding-right: 40px;
	background:#fff;
	position:relative;
}

@media screen and (max-width: 768px){
	.narrow-container {
		padding-left: 0;
		padding-right: 0;
		min-width: 100%;
	}
}

/* GENERAL STYLES  END*/

/* Header menu */
.header-container {
	background: #1d1d1d;
	position: static;
	z-index: 999999 !important;
	padding-top: 40px;
	padding-right: 20px;
}

a.new-button {
	position: absolute;
	margin-bottom: 1px;
	left: 50%;
	bottom: 30px;
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	
}
.page-item.active .page-link{
	background-color:#ef8d34!important;
	border-color:#ef8d34!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	*background:none!important;
	border-color:#cdcdcd!important;
	border-bottom:1px solid #fff!important;
	background:#fff!important;
}
.ui-tabs .ui-tabs-nav li{
	top:1px!important;
}
li.ui-tabs-active{
	border-bottom:1px solid #fff!important;
	top:1px!important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
	color:#ef8d34!important;
}

.header-container .header-logo {
	height: 40px;
	text-decoration: none;
	margin-bottom: 20px;
}

.header-container .toggle-menu-button, .header-container  .toggle-menu-button-list {
	*position: absolute;
	*bottom: 30px;
	z-index: 99;
	border: 0 transparent;
	background-color: transparent;
}

.header-container .toggle-menu-button i:before, .header-container .toggle-menu-button-list i:before {
	color: #ef8d34;
	font-size: 1.4em;
	margin-right: 10px;
}

.header-container .toggle-menu-button span, .header-container .toggle-menu-button-list span{
	color: #fff;
}

.header-container nav.side-menu {
	border-top: 1px solid #ef8d34;
	background-color: #1e1e1e;
	color: #fff;
	position: absolute;
	left: -100%;
	top: 100%;
	z-index: 9999;
	-webkit-transition: left .3s;
	transition: left .3s;
	font-size: 0.9em;
}

.header-container nav.side-menu.menu-active {
	left: 0%;

}
.left-menu-container{
	position:absolute;
	bottom:30px;
}
.left-menu-container a,
.side-menu a {
	position: relative;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: color .4s;
	transition: color .4s;
	line-height: 125%;
}

.header-container .left-menu-container:hover .side-menu {
	left: 0;
	top: 100%;
}

.header-container .side-menu a {
	
	display: inline-block;
}

.header-container .side-menu a:hover {
	color: #ef8d34;
}

li.has-child:after {
	content: '➤';
	color: #fff;
	margin-left: 10px;
	font-size: .8em;
	line-height: 1em;
	vertical-align: middle;
}

.header-container .side-menu ul {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-container .side-menu li {
	margin: 0;
	padding: 10px 20px; 
}

.header-container .side-menu ul > li {	
	position: relative;
	display: block;

}

.header-container .side-menu li > ul {
	background-color: #4e504d;
	position: absolute;
	display: block;
	left: 100%;
	top: 0;
}

.header-container .side-menu li > ul > li {
	display: none;
}	

.header-container .side-menu li:hover > ul > li {
	display: block;
}

.center-menu-container {
	text-align: center;
}


.header-search-box {
	margin: 0 auto;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 30px;

}

.mobile-search-box {
	margin-top: 10px;
}

.header-search-box .search-input,
.mobile-search-box .mobile-search-input{
	border-radius: 20px !important;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	font-size: .6em;
	font-weight: 600;
	color: #4e504d;
	height: 3.2em;
}

.header-search-box button.btn,
.mobile-search-box button.btn {
	background-color: transparent;
	position: absolute;
	right: 0;
	font-size: 1.2em;
	color: #ef8d34;
	z-index: 1000;
}

.btn-connect {
	border-color: rgba(255, 255, 255, .8);
	border-width: 1px;
}

.btn-connect i {
	margin-right: 10px;
}

.btn-connect:hover {
	background-color: #fff;
	color: #4e504d;
}

.btn-connect:hover i{
	color: #4e504d;
}

.btn-connect i {
	color: #fff;
}

.lang-selection-box {
	float: right;
}

.lang-selection-box .lang-select {
	background-color: transparent;
	border-color: #ef8d34;
	color: #fefffd;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 5px;
	padding-left: 5px;
}

.lang-selection-box .lang-select::-ms-expand{
	display: none;
}

.lang-selection-box .lang-select option {
	color: #000;
}

.lang-selection-box .lang-title {
	color: #fff;
	font-weight: 500;
}

.search-box-display {
	float: right;
	display: none;
}

.mobile-search-box {
	display: none;
}

.menu-item.first-item {
	display: none;	
}
.row-hp-grid .new-product-image {
	max-height:600px;
	overflow:hidden;
}
.hp-mask-container{
	height:50px;
	background:#fff;
	position:relative;
}

@media screen and (max-width: 1140px){
	.header-search-box {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media screen and (max-width: 900px){
	.header-search-box {
		padding-left: 0;
		padding-right: 0;
	}

	div.lang-selection-box {
		float: right;
	}

	.btn-connect {
		display: inline;
		border: none;
		float: right;
	}

	.btn-connect span{
		display: none;
	}

	.btn-connect i {
		margin-right: 0;
	}

}

@media screen and (min-width: 992px){
	.menu-item.first-item {
		display: none !important;	
	}

} 

@media screen and (max-width: 992px) {
    

	

	.new-button {
		display: none;
	}

	.lang-selection-box {
		float: none;
		text-align: right;
		margin-bottom: 20px;
	}

	.btn-connect {
		/*display: block;*/
		float: right;
		margin-top: 0;
	}
}



@media screen and (max-width: 768px) {
	.left-menu-container{
		position:relative;	
		bottom:0;
	}
    .lang-title {
		display: none;
	}
    
	.header-container {
		padding-top: 20px;
		position: relative;
		z-index: 1000;
	}

	.header-search-box  {
		display: none;
	}

	.btn-connect {
		border-radius: 5px;
		margin-right: 10px;
		margin-top: 0;
	}

	.search-box-display {
		display: block;
	}

	.center-menu-container {
		position: relative;
	}

	.header-search-box {
		display: none;
	}

	.toggle-menu-button, .toggle-menu-button-list {
		bottom: 20px !important;
	}

	.header-search-box.view-box {
		top: 100%;
		z-index: 999;
	}

	.mobile-search-box {
		display: block;
		position: absolute;
		top: 0%;
		opacity: 0;
		width: 100%;
		z-index: -1;
		-webkit-transition: all .4s;
		transition: all .4s;
	    padding: 5px;
	}

	.mobile-search-box.view-box {
		top: 100%;
		opacity: 1;
		top: 100%;
		z-index: 999;
	}

	.right-menu-container i {
		vertical-align: middle;
		font-size: 1.4em;
	}

	.search-box-display i {
		margin-bottom: 3px;
		color: #ef8d34;
	}

	.right-menu-container{
		padding: 5px;
	}
	
	.lang-selection-box {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 576px){
	.header-container {
		padding-top: 0;
		padding-right: 15px; 	
	}

	.right-menu-container {
		background-color: #353535;
	}

	.toggle-menu-button span, .toggle-menu-button-list span  {
		display: none;
	}

	.toggle-menu-button i, .toggle-menu-button-list i {
		font-size: 2em;
	}


	.toggle-menu-button, .toggle-menu-button-list {
		bottom: 12px !important;
	}

	.center-menu-container {
		margin-top: 15px;
	}

	.header-container nav.side-menu {
		width: 100%;
	}

	.header-container nav.side-menu > ul > li > ul {
		position: static;
		width: 100%;
		left: 0;
	}

	.header-container .side-menu ul > li {
		padding-left: 10px;
	}

	.header-container .side-menu li > ul > li {
		display: block;
		padding-left: 20px;
	}

	.header-container .side-menu a {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	li.has-child:after {
		display: none;
	}

	.header-container .side-menu li {
		padding: 0;
	}
}

@media screen and (max-width: 320px){
	.toggle-menu-button i, .toggle-menu-button-list i {
		font-size: 1.8em;
	}
	
	.btn-connect {
		margin-top: 0;
	}
}

}


/*FOOTER SECTION*/
.footer {
	margin-top: 20px;
}

.footer-menu {
	list-style-type: none;
	margin: 0 auto;
	padding-left: 0;
	text-align:center;
}

.footer-menu li {
	display: inline-block;
	text-align: center;
	padding: 0 5px;
}


.footer-menu li a {
	color: #4e504d;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.footer-menu li a:hover {
	color: #ef8d34;
}

.footer-section {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #1d1d1d;
	text-align: center;
}

.footer-section-logo {
	width: 100px;
}

.footer-section-social-icons {
	position: absolute;
	right: 20%;
	bottom: 20px;
}

.footer-section-social-icons a {
	text-decoration: none;
}

.footer-section-social-icons i {
	color: #fff;
	font-size: 1.4em;
	margin-right: 10px;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.footer-section-social-icons i:hover {
	color: #ef8d34;
}

#search_box{
	max-height: 680px;
	overflow-y: scroll;
	overflow-x: unset;
	left:-25%;
}
.search-result-head{
	background-color:#ef8d34;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	font-weight:bold;
}
.search-result-head span{
	font-weight:200;
	font-size:18px;
}
#search_box .alternate {
	background:#f4f4f4;
}

#search_box ul{
	padding:0;
}
#search_box li{
	position:relative;
	letter-spacing:0.2px;
}
#search_box li a{
	*display:block;
}
#search_box .pdf_link, #search_box .manual_link, #search_box .image_link{
	font-weight:200;
	font-size:10px;
	display:block;
	width:120px;
	padding-left:45px;
	position:relative;
	float:left;
	margin-top:-15px;
	line-height:16px;
	padding-bottom:15px;
}
#search_box .pdf_link::before{
	background:url('/media/img/pdf.svg');
	background-size:cover;
	width:30px;
	height:30px;
	content:"";
	top:30px;
	left:-35px;
	display:block;
	position:relative;
}
#search_box .image_link::before{
	background:url('/media/img/jpg.svg');
	background-size:cover;
	width:30px;
	height:30px;
	content:"";
	top:30px;
	left:-35px;
	display:block;
	position:relative;
}
#search_box .manual_link::before{
	background:url('/media/img/doc.svg');
	background-size:cover;
	width:30px;
	height:30px;
	content:"";
	top:30px;
	left:-35px;
	display:block;
	position:relative;
}
.result-list-element-block-right{
	margin-left:180px;
}
.result-list-element-block-left{
	float:left;
}
.clear{
	clear:both;
}
.category-filter span{
	border:1px solid #DDD;
	border-radius:100px;
	padding:10px 10px 10px 25px;
	position:relative;
	cursor:pointer;
}
.category-filter span::before{
	font-size:20px;
	content:'▽';
	color:orange;
	display:block;
	position:absolute;
	top:6px;
	left:5px;
}
.category-filter-list{
	display:none;
	margin-top:10px;
	
}
.category-filter-list ul {
	padding-left:20px;
	list-style:none;
}
@media screen and (max-width: 1486px){
	.new-product-text-container{
		top:10%!important;
		width:90%!important;
		line-height:0px!important;
	}
	.new-product-text-body{
		width:100%!important;
	}
	.col-lg-3.category-bloc{
		max-width:33.333333%!important;
		flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
	}
}
@media screen and (max-width: 1390px){
	.col-md-6.portrait-home{
		max-width:100%!important;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		min-height: 500px!important;
	}
}
@media screen and (max-width: 1300px){
	.footer-menu li a {
		font-size: 1em;
	}	
	#search_box{
		width:700px!important;
		left:-50%;
	}
}
@media screen and (max-width: 1195px){
		.new-product-text-container{
		top:0px!important;
	}
}
@media screen and (max-width: 1100px){
		#search_box{
			width:500px!important;
		}
		.col-lg-3.category-bloc{
			max-width:50%!important;
			flex: 0 0 50%;
			-ms-flex: 0 0 50%;
		}
}

@media screen and (max-width: 992px){
	.footer-menu li a {
		font-size: 10px; 
	}	
}

@media screen and (max-width: 768px){
	#search_box{
		width:100%!important;
		left:0;
	}
    footer-menu li a {
		font-size: 7px; 
	}	
	.col-sm-6.category-bloc{
		max-width:100%!important;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	}	
}

@media screen and (max-width: 760px){

	.footer-menu li {
		display: block;
		margin-bottom: 8px;
	}
}

@media screen and (max-width:  575px){
	.products-listing {
		margin-top: 0 !important;
	}

	.footer {
		padding-top: 20px;
		border-top: 2px solid #4e504d;
	}

	.footer-menu li a {
		font-size: .8em;
	}	

	.footer-section-social-icons {
		display: none;
	}
}


/*FOOTER SECTION END*/

/*HOMEPAGE*/

.slider-small-title {
    padding-left: 40px !important;
	color: #000;
}

.slider-big-title {
    padding-left: 40px !important;
	font-weight: 700;
}


.slider-description-text {
    padding-left: 40px !important;
	color: #000;
}

.slider-button {
    margin-left: 40px !important;
	text-decoration: none;
	color: #fff;
	padding: 15px;
	font-weight: 700;
	background-color: #ef8d34;
}

.slider-button:hover {
	text-decoration: none;
	color: #000;
}

.new-products-container {
	padding-top: 15px;
}
.container-hp{
	max-width:100%!important;
}
.new-product-image { 
	padding-left: 0;
	padding-right: 0;
}

.new-product-text-container {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 80%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	text-align: center;
}

.new-product-text {
	background-color: #ef8d34;
	position: relative;
}

.arrow_left:after, .arrow_left:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 99;
}

.arrow_left:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #ef8d34;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_left:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #;
	border-width: 36px;
	margin-top: -36px;
}

.arrow_right, .arrow_left {
	position: relative;
	background: #ef8d34;
	border: 4px solid #ef8d34;;
}
.arrow_right:after, .arrow_right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 99;
}

.arrow_right:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #ef8d34;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_right:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #ef8d34;;
	border-width: 36px;
	margin-top: -36px;
}


.new-product-text-title {
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.new-product-text-body {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 45px;
	color: #fff;
	font-weight: 600;
	font-size: 1.5em;
}

a.new-product-text-link {
	background-color: #fff;
	color: #ef8d34;
	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 80px;
}

a.new-product-text-link:hover {
	color: #4e504d;
}

.about-section-container {
	padding-top: 50px;
}

.about-section {	
	padding: 30px 40px 10px;
	position: relative;
}

.about-section-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


.about-section-text {
	text-align: center;
	position: relative;
	z-index: 1000;
}

.about-section-text-title {
	font-size: 2.2em;
	font-weight: 800;
	letter-spacing: 2px;
	color: #ef8d34;
	position: relative;
	margin-bottom: 60px;
}

.about-section-text-title:after {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #ef8d34;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -25px;
}

.about-section-text-body {
	font-size: 1.2em;
	color: #fff;
	font-weight: 600;
}

.about-section-text-logo {
	width: 100px;
	height: 100px;
	margin-top: 20px;
}


.blog-list-section {
/*	margin-top: 60px;*/
/*	margin-bottom: 60px;*/
}

.blog-post-item {
	margin-top: 60px;
}

.blog-post-item-title {
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.blog-post-item-categories {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	color: #ababab;
	line-height: 1.4em;
	height: 25px;
    max-height: 50px;
}

.blog-post-item-categories a {
	text-decoration: none;	
}

.blog-post-item-categories a:hover {
	color: #ef8d34;
}

.blog-post-item-thumb {
	position: relative;
}

.blog-post-item-thumb:hover .blog-post-excerpt {
	background-color: rgba(239, 141, 52, .8);
}


.blog-post-item-thumb:hover .blog-post-excerpt p{
	color: #fff;
	opacity: 1;
	z-index: 999;
}

.blog-post-excerpt {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	text-align: center; 
	padding: 20px;
	font-weight: 600;
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
}

.blog-post-excerpt  p {
	opacity: 0;
	-webkit-transition: opacity 1.5s;
	transition: opacity 1.5s;
}


@media screen and (max-width: 992px){
	.about-section-background {
		height: 400px;
		width: 100%;
	}

	.about-section-text-title {
		margin-bottom: 40px;
	}

	.about-section-text-logo {
		margin-top: 0;
	}

	.blog-post-item-categories {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 991px){
	.arrow_right,
	.arrow_right {
		width: 100%;
		padding: 0;
	}
	.new-product-text{
		position:relative!important;
	}
	.new-product-text.arrow_right:before,
	.new-product-text.arrow_right:after,
	.new-product-text.arrow_left:before,
	.new-product-text.arrow_left:after{
		position:relative!important;		
	}
	.new-product-text{
		padding:40px;
	}
	.new-product-text-container{
		top:0;
		position:relative!important;	
	}
	.new-product-text-container{
		position:relative;
	}
	.arrow_right:before,
	.arrow_right:after,
	.arrow_left:before,
	.arrow_left:after
	 {
		display: none;
	}
}

@media screen and (max-width: 768px){
    .new-product-text-container {
        top: 0;
        position: relative !important;
        margin-top: 5em;
        margin-bottom: 5em;
    }
	.about-section-text-logo {
		width: 80px;
		height: 80px;
		margin-top: 10px;
	}

	.blog-list-section {
		padding-left: 60px;
		padding-right: 60px;
	}

	.isotope-item {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 50%;
	        -ms-flex: 0 0 50%;
	            flex: 0 0 50%;
		max-width: 50%
	}
	.new-product-text{
		padding:0px;
	}
	
}

@media screen and (max-width:  575px){
	.isotope-item {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	        -ms-flex: 0 0 100%;
	            flex: 0 0 100%;
		max-width: 100%;
		
	}

	.blog-list-section {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.col-12 {
		padding-right: 0;
		padding-left: 0; 
	}

	.blog-post-item-categories {
		display: inline;
		text-align: center;
	}


}


/*HOMEPAGE END*/



/* PRODUCT LISTING PAGE */

.product-listing-header-background {
	min-height: 450px;
	padding-top: 80px;

}

.product-listing-header-title {
	font-size: 4em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;

}

.product-listing-header-body {
	padding-right: 50%;
	font-weight: 500;
	color: #fff;
	line-height: 1.6em;
	font-size: 1.4em;
}


/* 
	the breadcrumbs classes are also used on the single product page
*/


.products-breadcrumbs .breadcrumbs {
    padding-left: 0;
	margin-top: 16px;
	list-style-type: none;	
}

.products-breadcrumbs .breadcrumbs li{
	display: inline-block;
}

.products-breadcrumbs .breadcrumbs li:after {
	content: ' >';
	font-weight: 700;
}

.products-breadcrumbs .breadcrumbs li:last-child:after {
	content: '';
}


.products-breadcrumbs .breadcrumbs li a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.products-breadcrumbs .breadcrumbs li a:hover {
	color: #ef8d34;
}

.products-breadcrumbs .breadcrumbs li.active a {
	color: #ef8d34;
	font-weight: 800;
}

.products-breadcrumbs .breadcrumbs li.active a:hover {
	color: #000;
}



.products-filter-button {
	margin-top: 20px;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 5px;
	display: block;
	width: 100%;
	border: 2px solid #adadad;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.products-filter-button.active {
	background-color: #ef8d34;
	color: #fff;
	border-color: #ef8d34;
}

.products-filter-button:hover {
	background-color: #ef8d34;
	color: #fff;
}

a.products-filter-button-link:hover,
.products-filter-button.active a{
	color: #000;
}

a.products-filter-button-link {
	text-decoration: none;
	font-weight: 600;
	color: #adadad;
	display: block;
	text-align: center;
}	

.products-listing {
	margin-top: 30px;
	margin-bottom: 60px;
}



/* 
	the classes bellow will be also used in single-product page 
	in the acccesories and related products
*/

.products-listing .product {
	margin-top: 40px;
	min-width:277px;
	/*border-top: 0;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;*/
}

.products-listing span.product-thumb-info {
	padding: 8px 30px 8px;
	background-color: #fff;
	-webkit-transition: background-color .4s;
	transition: background-color .4s;
}

.products-listing span.product-thumb-info:hover {
	background-color: #f4f2f3;
}

.products-listing span.product-thumb-info:hover .product-thumb-info-image {
	border: none;
}

.products-listing span.product-thumb-info:hover .product-thumb-info-content-table td {
	border: 1px solid  #f4f2f3;
}

.products-listing .product-thumb-info-reference
{
	margin-bottom: 0;
}

.products-listing .product-thumb-info-reference .ref-tag {
	color: #ef8d34;
	font-weight: 700;
}

.products-listing .product-thumb-info-reference .ref-code {
	padding-left: 5px;
}

.products-listing .product-thumb-info-title {
	font-weight: 500;
	font-size: 1.3em;
	margin-bottom: 15px;
}

.products-listing .product-thumb-info-image {
	border: 1px solid #adadad;
}

.products-listing .product-thumb-info-content-table {
	width: 100%;
	text-align: center;
	border-collapse: separate;
    border-spacing: 0 1px;
}

.products-listing .product-thumb-info-content-table td {
	border: 1px solid #adadad;
}

.products-listing .product-thumb-info-content-table .product-info-table-head{
	background-color: #4e504d;
	color: #fff;
	border-right: none;
}

.products-listing .product-thumb-info-content-table .product-info-table-data{
	color: #1e8b2e;
	background-color: #fff;
}

.products-listing .price {
	display: block;
	text-align: center;
	margin-top: 5px;
}

.products-listing .price .amount {
	font-size: 1.5em;
}

.products-listing .buy-button {
	width: 100%;
	position: relative;
	display: block;
	background-color: #adadad;
	color: #fff;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 700;
	-webkit-transition: background-color .4s;
	transition: background-color .4s;
}

.products-listing .buy-button:hover {
	background-color: #ef8d34;
}

.products-listing .buy-button i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.products-listing .product-thumb-info-additional {
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 600;
	color: #ef8d34;
}

.add-to-cart-product.bg-color-primary{
	min-height:81px;
}

#tabs .ui-widget-content[aria-hidden=false]{
	border:1px solid #000;
}
#tabs .ui-widget-header{
	background:none;
	border:0;
}
#tabs {
	border:0;
}

@media screen and (max-width: 992px){
	.products-filter-button {
		height: 86px;
	}
}

@media screen and (max-width: 768px){
	.product-listing-header-body {
		padding-right: 0;
	}
}

@media screen and (max-width: 576px){
	.products-filter {
		/*display: none;*/
	}
}

/* PRODUCT LISTING PAGE END */



/* SINGLE PRODUCT PAGE */


.lSSlideOuter .lSPager.lSPager li 
.lSSlideOuter .lSSlideWrapper.usingCss {
	border: 2px solid #adadad !important;
}

.lSSlideOuter .lSPager.lSPager li.active{
	border-radius: 0;
	border: 4px solid #ef8d34;
}

.product-sheet-details .product-sheet-details-code,
.product-sheet-details .product-sheet-details-name {
	margin-bottom: 5px;
	font-size: 2.6em;
	font-weight: 700;
}

.product-sheet-details .product-sheet-details-description {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	font-weight: 600;
	color: #adadad;
}

.product-sheet-details .product-sheet-details-stock .wavy-line{
	width: 100%;
	height: 20px;
	background-image: url('/media/img/baladeo/wavy_line.png');
	background-repeat: repeat;
	background-size: contain;																																																																																																																																													) repeat;
}

.product-sheet-details .product-sheet-details-stock p {
	margin-bottom: 0;
}

.product-sheet-details .product-sheet-details-stock .stock,
.product-sheet-details .product-sheet-details-stock .refill {
	width: 100%;
	font-size: 1.4em;
	font-weight: 600;
}


.product-sheet-details .product-sheet-details-stock .tag {
	color: #ef8d34;
	padding: 5px;
}

.product-sheet-details .product-sheet-details-stock .data {
	color: #000;
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
}

.product-sheet-details .product-sheet-details-stock .in-stock {
	color: #1f8c31;
}

.product-sheet-details .product-sheet-details-stock .out-of-stock {
	color: red;
}

.product-sheet-details .product-sheet-details-specifics {
	display: block;
	width: 100%;
	padding: 15px;
	border: 1px solid #adadad;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}

.product-sheet-details .product-sheet-details-specifics p {
	margin-bottom: 0;
	line-height: 1.2em;
}

.product-sheet-details .product-sheet-details-specifics {
	position: relative;
}

.product-sheet-details .product-sheet-details-specifics i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.product-sheet-details .product-sheet-details-specifics .link {
	display: block;
	color: #ef8d34;
}

.product-sheet-details .button-contact {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	background-color: #5f5d5e;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: color .4s;
	transition: color .4s
}

.product-sheet-details .button-contact:hover {
	color: #ef8d34;
}

.product-sheet-details .button-contact i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.product-sheet-details .product-sheet-details-price {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 20px;
	font-weight: 700;
	font-size: 4.5em;
}

.product-sheet-details .product-sheet-details-price .current {
	color: #000;
}

.product-sheet-details .product-sheet-details-price .old {
	font-size: .6em;
	text-decoration: line-through;
	color: #ef8d34;
	padding-left: 15px;
	
} 

.product-sheet-details .button-buy-express {
	display: block;
	position: relative;
	width: 100%;
	background-color: #ef8d34;
	color: #fff;
	padding: 15px;
	font-size: 1.3em;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color .4s;
	transition: color .4s
}

.product-sheet-details .button-buy-express:hover {
	color: #5f5d5e;
}

.product-sheet-details .button-buy-express i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%); 
}

.product-link-container {
	padding: 0;
}

.product-links {
	/*margin: 0;*/
	padding: 0;
}

.product-link-container .product-link-button {
	width: 100%;
	border: 5px solid #fff;
	padding: 10px 5px;
	display: block;
	height: 80px;
	background-color: #ef8d34;
	color: #fff;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color .4s;
	transition: color .4s;
}

.product-link-container .product-link-button:hover {
	color: #5f5d5e;
}

.technical-characteristics {
	margin-top: 40px;
}

.technical-characteristics .technical-characteristics-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #adadad;
	font-weight: 700;
	font-size: 1.6em;
	letter-spacing: 1px;
}

.technical-characteristics .technical-characteristics-body {
	font-weight: 600;
	color : #adadad;
}

.technical-tables {
    margin-bottom: 5em;
}

.technical-tables .technical-table {
	margin-top: 40px;
	width: 100%;
}

.technical-tables .technical-table .table-sort-buttons {
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotateZ(90deg);
	        transform: translateY(-50%) rotateZ(90deg);
	
}

.technical-tables .technical-table .display-none {
	background-color: transparent;
}

.technical-tables .technical-table .table-sort-buttons a {
	text-decoration: none;
}

.technical-tables .technical-table .table-sort-buttons a:hover {
	color: #ef8d34;
}

.technical-tables .technical-table th, 
.technical-tables .technical-table td {
	 border: 1px solid #fff;
	 /*line-height: 2.8em;*/
	 padding-left: 20px;
}

.technical-tables .technical-table th {
	/*max-width: 60px;*/
	color: #fff;
	background-color: #8b4309;
}

.technical-tables .technical-table tr > th:hover {
	background-color: #ef8d34;
}

.technical-tables .technical-table td {
	color:  #5f5d5e;
	background-color: #adadad;
	font-weight: 600;
}

.technical-tables .technical-table .top-header{
	position: relative;
	background-color: #5f5d5e ;
}



.technical-tables-v2 tbody tr:nth-child(even) {
    background-color:#ffffff;
	font-weight: normal;
}
.technical-tables-v2 tbody tr:nth-child(odd) {
    background-color:#efefef;
	font-weight: normal;
}
.technical-tables-v2 tbody tr th {
 	font-weight: normal;
}

.technical-tables-v3 tbody tr:nth-child(even) {
    background-color:#ffffff;
}
.technical-tables-v3 tbody tr:nth-child(odd) {
    background-color:#efefef;
}
.technical-tables-v3 tbody tr th {
	letter-spacing: 0px;
	white-space: nowrap;
}
.technical-tables-v3 tbody tr td {
	letter-spacing: 0px;
	/*white-space: nowrap;*/
	text-align: center;
	vertical-align: middle;
 	border-left: solid 2px;
	padding: 10px;
}

.technical-tables h4 {
	letter-spacing: 0px;
	color: #7c7c7c;
}

h3.subsection-title {
	font-weight: 600;
	letter-spacing:  1px;
	margin-bottom: 5px
}

@media screen and (max-width: 991px){
	.breadcrumbs {
		padding-left: 0;
	}

	.product-link-container .product-link-button {
		height: auto;
	}
}


@media screen and (max-width: 768px){
	.technical-table {
		margin-bottom: 20px;
	}
	.product-links {
		margin-top: 20px;
	}

	.product-sheet-details .product-sheet-details-specifics {
		padding: 5px 15px 5px 5px;
	}

	.product-sheet-details .product-sheet-details-specifics i {
		right: 5px;
	}

	.product-sheet-details .button-contact i {
		right: 5px;
	}

	.product-sheet-details .product-sheet-details-price {
		padding-left: 0;
	}

	.product-sheet-details .product-sheet-details-price .current {
		font-size: .8em;
	}

	.product-sheet-details .product-sheet-details-price .old {
		font-size: .5em;
	}
}


/* SINGLE PRODUCT PAGE END */


/* TEXT PAGE */
.text-page h1,
.text-page h2,
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6 {
	margin-bottom: 15px;
	font-weight: 500;
	text-transform: none;
	color: #ef8d34;
}

.text-page .orange {
	color: #ef8d34;
}

.text-page ol,
.text-page ul {
	padding-left: 20px;
}

.text-page ol.text-page-ordered-list {
	list-style: none;
	counter-reset: my-counter;
}

.text-page ol.text-page-ordered-list li{
	counter-increment: my-counter;
}

.text-page ol.text-page-ordered-list li::before{
	content: counter(my-counter) ". ";
	color: #ef8d34;
	font-weight: bold;
}

.text-page p,
.text-page li {
	font-weight: 500;
/*	color: #adadad; */
	color: #7B7B7B;
}



/* TEXT PAGE END */






/* Page catég */

.products-listing span.product-thumb-info {
    background-color: #f6f6f6;
    border: 0;
}

.products-listing .product-thumb-info-image{
	border: 0;
}

#list-products .product{
	max-width: 24%;
	min-width: inherit;
}

.product-thumb-info a {
    margin-bottom: 10px;
}

#list-products{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

@media screen and (max-width: 1250px){
	#list-products .product{
		flex: inherit;
		max-width: 32%;
		width: 32%;
	}
}

@media screen and (max-width: 850px){
	#list-products .product{
		max-width: 48%;
		width: 48%;
	}
}

@media screen and (max-width: 650px){
	#list-products .product{
		max-width: 80%;
		width: 80%;
	}

#list-products {
    justify-content: center;
}

}




/* Page produit */

table.technical-tables-v2.table_product{
	width: 100%;

}

#modal-body div {
    margin: 5px 0px;
}

#all-tables-technical{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: strech;
	}

#all-tables-technical .col-md-4 {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}


.technical-tables-v2 tbody tr:nth-child(odd), .technical-tables-v2 tbody tr:nth-child(even){
	background-color: transparent;
}

table.technical-tables-v2 {
    width: 100%;
    background-color: whitesmoke;
    margin: 10px 0px;
    padding: 10px;
}

table.technical-tables-v2 td {
    padding: 10px;
}

table.technical-tables-v2 th {
    padding: 10px;
    font-weight: bold!important;
}

#pop-files{
	position: fixed;
	background-color: rgba(0,0,0,0.85);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	left: 0px;
	top: 0px;
}

#container-pop-files{
	background-color: white;
	border-radius: 5px;
	max-width: 600px;
	padding: 20px;
	position: relative;
}


#title-pop-files{
	line-height: 130%;
	text-align: center;
	max-width: 80%;
	margin: 0px auto;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: bold;
}

#container-btn-pop{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#all-btn-pop a{
	border: 0;
	text-align: center;
	height: auto;
	padding: 10px;
	line-height: 130%;
}

.product_pop{
text-align: center;
position: relative;
}

.product_pop a{
	color: black;
	font-size: 1.2em;
}

#close-pop-files{
	cursor: pointer;
	color: white;
	position: absolute;
	right: 0px;
	bottom: 100%;
	margin-bottom: 10px;
	font-size: 18px;
}

#all-btn-pop{
	margin-top: 15px;
}

#list-products-pop{
	padding: 10px;
	background-color: #f5f5f5;
	max-width: 75%;
	margin: 20px auto;
}

.download_doc{
	max-height: 25px;
      -webkit-transform: translateY(-50%);
      -moz-transform:    translateY(-50%);
      -ms-transform:     translateY(-50%);
      -o-transform:      translateY(-50%);
      transform:         translateY(-50%);
      right: 5%;
      top: 50%;
      position: absolute;
}

#show-files-product{
	cursor: pointer;
}

@media screen and (max-width: 850px){

	#container-pop-files{
		max-width: 95%;
	}

	#title-pop-files{
		font-size: 18px;
	}

}

#list-products .product {
    max-width: calc(25% - 10px);
    min-width: inherit;
    background-color: #f6f6f6;
    margin-top: 0;
    width: 25%;
}

#list-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    gap: 10px;
}


@media screen and (max-width: 1100px){

#list-products .product {
    max-width: calc(33.33% - 10px);
    width: 33.33%;
}

}
@media screen and (max-width: 900px){

#list-products .product {
    max-width: calc(50% - 10px);
    width: 50%;
}

}
