/* HELPER */
:root {
  --main-color: #F6F452;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #505f74;
}

::-webkit-scrollbar-thumb {
    background-color: #f6f452;
    border-radius: 0;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 75%, transparent 75%, transparent);
}

.btn-primary {
    background: #f6f452;
    color: #000 !important;
    border-color: transparent;
}

.sticky{
	position: sticky !important;
	top: 0;
	background: rgba(255, 255, 255, .9);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


@media screen and (min-width: 767px) and (max-width: 991px) {
	.box-banner-text{
		padding-right: 5%;
	}
}

#js-product-list, #js-product-list-footer {
    padding: 0 80px;
}

@media (max-width: 991px) {
    #js-product-list, #js-product-list-footer {
        padding: 0 10px;
    }
}

@media(min-width: 992px){
	.box-banner-text{
		padding-right: 20%;
	}
}

@-webkit-keyframes lookbookBorder {
    0% {
        width: 16px;
        height: 16px;
    }
    50% {
        width: 60px;
        height: 40px;
    }
}

.full-width-block{
	width: 100vw !important;
	left: calc((-1 * (100vw - 100%) / 2) - 2.8px) !important;
	overflow: hidden;
	position: relative;
}

.lire_plus a {
    height: 40px;
    padding: 10px;
    color: #3A3A3A;
    background-color: #F6F452;
    border-radius: 50px 50px 50px 50px;
    margin-top: 20px;
    text-decoration: none;
    float: left;
    margin-bottom: 30px;
}

.pagination {
    width: 100%;
    min-height: 50px;
    padding: 0 10px;
    margin: 0;
    background: #f7f7f9;
    color: #a3a3a3;
	display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.pagination .current a {
    color: #ff6f00;
    border-color: #ff6f00;
    text-decoration: none;
}

.pagination a {
    color: #a3a3a3;
    font-weight: 400;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

.pagination .next, .pagination .previous{
	font-size: 0;
}

.pagination .page-list{
	display: flex !important;
    justify-content: flex-end !important;
	padding-right: 40px;
}

@media(min-width: 992px){
	.pagination .page-list{
		padding-right: 40px;
	}
	
	#footer #contact-infos{
		margin-right: 40px;
	}
}

.pagination .page-list li{
	margin-right: 5px;
}

.btn-slideshow{
    position: absolute;
    left: 50%;
    top: 68%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 400;
    mix-blend-mode: normal;
    background: rgb(246, 244, 82);
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 24.7225px;
    border-radius: 3px;
    margin: 0px;
    z-index: 99;
    padding: 15px;
    width: 202.565px;
    height: 67.7875px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 767px){
	.btn-slideshow{
		width: 130px;
		height: 45px;
		font-size: 18px;
	}
}

.info-button{
	border-radius: 50px;
    margin-left: 0px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px;
    color: #000 !important;
    border: 1px solid #f6f452;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background: #f6f452;
    box-shadow: none;
	cursor: pointer;
    -webkit-appearance: inherit;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.info-button:hover {
    background-color: #000;
    color: #fff !important;
	border-color: #000;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.sfkicon-bar.active-progress {
    opacity: 1 !important;
    visibility: visible;
}

@media (max-width: 991px) {
    .sfkicon-bar {
        display: none !important;
    }
} 

.sfkicon-bar{
    z-index: 99 !important;
}

#wrapper, #footer{
	display: block !important;
}

.container-small{
	max-width: 1140px;
	margin: 0 auto;
}
/* END HELPER */

/* HEADER */
#header .header-page-link {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
	background: #fff;
}

.popup-over .popup-title {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
	padding: 0;
    margin-top: 5px;
}

.popup-over .popup-title i, .rb-section-policys .box-policy .title-policy {
    font-size: 24px;
}

#header .mobile-nav .header-mobile-middle-block{
	display: flex;
    justify-content: flex-end;
    padding: 0;
}

#header .mobile-nav .ask_quote.td_quote_top{
	max-width: initial;
    line-height: 36px;
}


@media (max-width: 767px) {
    .td_number_product_dbboo {
        top: 0 !important;
        right: initial !important;
    }
}
@media (max-width: 480px) {
    .search-widget .rb-search-name {
        padding-top: 50px;
    }
}

.search-widget .rb-search-name {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    color: #222;
    right: 0;
    z-index: 99999;
    padding: 90px 0 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

@media screen and (min-width: 450px) and (max-width: 991px){
	#header .popup-over .popup-content {
		margin-right: -100% !important;
	}
}

.popup-over .popup-content {
	width: 100vw;
    height: 100vh;
    margin-right: -61px !important;
    margin-top: -58px !important;
    padding-top: 50px !important;
}

.popup-over .popup-content .close-search{
	margin-top: -13px;
}

.rb-ajax-loading {
    display: none;
}

.popup-over .popup-content {
    padding: 20px;
    margin: 0;
    position: absolute;
    top: 100%;
    background: #fff;
    border: none;
    min-width: 160px;
    z-index: 999999;
    left: inherit;
    right: 0;
    text-align: left;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -webkit-animation: auto;
    -moz-animation: auto;
    animation: auto;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}

.search-widget .search-top {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .search-widget .search-top {
        margin-bottom: 20px;
    }
}

header#header p, header#header div{
	color: #5D5D5D !important;
}

.search-widget .search-top .close-search {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: pointer;
}

.search-widget .rb-search {
    border: 0;
    padding: 0px 0px 0px 30px;
    line-height: 50px;
    width: 100%;
    color: #222;
    font-size: 35px;
    font-weight: 400;
    border-bottom: 2px solid #222;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .search-widget .rb-search {
        font-size: 25px;
        padding-left: 25px;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
}

.search-widget .rb-search-btn {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
	color: #5D5D5D !important;
}

.search-widget .rb-search-btn {
	color: #5D5D5D !important;
}

.search-widget .cssload-double-torus {
    width: 25px;
    height: 25px;
}

.cssload-double-torus {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border: 4px double;
    border-radius: 50%;
    border-color: transparent rgba(0, 0, 0, .9) rgba(0, 0, 0, .9);
    -webkit-animation: cssload-spin 690ms infinite linear;
    -moz-animation: cssload-spin 690ms infinite linear;
    animation: cssload-spin 690ms infinite linear;
}

.search-widget .resuilt-search .rb-resuilt {
    display: flex;
    flex-wrap: wrap;
    z-index: 10000;
    position: relative;
    background: #fff;
    overflow-y: auto;
    padding: 0;
    overflow-x: hidden;
    left: 0;
    list-style: none;
    margin: 0 -15px;
    height: calc(100vh - 275px);
}

.popup-over.open .popup-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

@media(max-width: 1200px){
	#header .header-top-right{
		display: flex;
		justify-content: space-between;
	}
	
	#header #search_widget{
		order: 1;
	}
}
#_mobile_logo{
	padding-left: 15px;
	padding-right: 15px;
}

#header .mobile-nav{
	padding: 15px 0;
}

#header .mobile-nav .row{
	display: flex;
	align-items: center; 
}

#header.sticky .header-top{
	padding: 0.8rem 0;
}

#header #contact-link a{
    font-size: 14px;
	font-weight: 500;
}

#header #contact-link a:hover{
	text-decoration: underline;
}

#header .header-nav{
	background: var(--main-color);
}

#header{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

@media(max-width: 991px){
	#header .header-nav{
		display: none;
	}
	
	#header .header-top{
		display: none !important; 
	}
	
	.td_ask_quote {
		height: initial !important;
		width: initial !important;
		position: initial !important;
		float: initial !important;
		top: initial !important;
		right: initial !important;
	}
	
	.td_quote_top {
		padding: 0 22px !important;
		padding-right: 0 !important;
	}
}

@media(min-width: 992px){
	#header .header-nav{
		display: block;
	}
	
	#header .header-top{
		display: block; 
	}
	
	#header .mobile-nav{
		display: none;
	}
}

#header .top-logo h1{
	text-align: left;
}

/*#header .header-nav .container, #header .header-nav .container div{
	height: 100%;
}*/

#header .rb-search-btn > span{
	display: none;
}
/* END HEADER */



/* FOOTER */
#footer{    
	background-color: #EEE;
}

#footer .block-contact, #footer .footer-container li a, #footer a {
    color: #999;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}

#footer .presentation-block p{
	font-size: 18px;
    color: #999;
	text-align: justify;
}

#footer{
	line-height: 28px;
}

#footer .h3{
	color: #3A3A3A;
    font-size: 18px;
    font-weight: 500; 
}

#footer .newsletter-block, #footer .social-icons-block{
	margin-bottom: 1rem;
}

#footer #contact-infos p{
	color: #999;
    font-size: 16px;
    line-height: 1.5;
}

#footer .social-icons-block > a > i{
	font-size: 20px;
	color: #7A7A7A;
	margin-right: 5px;
}

#footer .social-icons-block > a:hover > i{
	color: var(--main-color);
}

#footer #contact-infos > p:first-child, #footer #contact-infos > p:first-child a{
	color: #000 !important;
}

@media(max-width: 767px){
	#footer #contact-infos{
		background-color: #f6f6f6;
		padding-top: 15px;
	}
}

#back-top{
    position: fixed;
    bottom: 18px;
    right: 50px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    -ms-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

#back-top.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#back-top a:before {
    content: "\f102";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#back-top svg.progress-circle path {
    stroke: #000;
    stroke-width: 4;
    box-sizing: border-box;
    fill: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

#footer .social-icons-block{
	margin-top: 1rem;
}
/* END FOOTER */

/* HOMEPAGE */
@media(max-width: 991px){
	.experience-block h3, .experience-block .block-dd-banner-description{
		color: #fff !important;
	}
}

#index .gridywrap > div:first-child img{
	width: auto;
    height: 760px;
}

#index .gridywrap > div:nth-child(2) img{
	width: 640px;
    height: auto;
}

#index .gridywrap > div:nth-child(3) img{
	width: auto;
    height: 320px;
}

#index .gridywrap > div:nth-child(4) img{
    width: auto;
    height: 320px;
}

#index .gridywrap > div:nth-child(5) img{
    width: auto;
    height: 320px;
}

#index .gridywrap > div:nth-child(6) img{
    width: auto;
    height: 340px;
}

#index .gridywrap > div:nth-child(7) img{
    width: auto;
    height: 320px;
}

#index .gridywrap > div:nth-child(4) h2, #index .gridywrap > div:nth-child(4) p, #index .gridywrap > div:nth-child(3) h2, #index .gridywrap > div:nth-child(3) p{
    color: #000 !important;
}

@media(max-width: 991px){
	#index .gridywrap > div:first-child img{
		height: 285px;
		margin-top: 112px;
	}
	
	#index .gridywrap > div:nth-child(3) img{
		height: 230px;
		margin-top: 120px;
	}
}
	
#index .homepage-section .list p{
	margin: 0 !important;
}

#index #wrapper{
	padding-top: 0;
}

#index #wrapper{
	padding-top: 0;
}

.gridywrap div[class*="gridy"] {
    padding: 15px;
    float: left;
    position: relative;
}
.gridywrap .gridy-1,
.gridywrap .gridy-2,
.gridywrap .gridy-3 {
    overflow: hidden;
    width: 100%;
}
.gridywrap .gridyhe-1,
.gridywrap .gridyhe-2 {
    height: 420px;
}
@media screen and (min-width: 640px) {
    .gridywrap .gridyhe-2 {
        height: 420px;
    }
    .gridywrap,
    .gridywrap .gridy-3 {
        width: 100%;
    }
    .gridywrap .gridy-1,
    .gridywrap .gridy-2 {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .gridywrap .gridy-1 {
        width: 33.3%;
    }
    .gridywrap .gridy-2 {
        width: 66.6%;
    }
    .gridywrap .gridy-3 {
        width: 100%;
    }
    .gridywrap .gridyhe-2 {
        height: 840px;
    }
}
.gridywrap .gridimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}
.gridywrap .gridimg img {
    width: 100%;
    margin-top: 70px;
}
.gridywrap .gridinfo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 35px;
    text-align: left;
    transition: 0.8s;
}
.gridywrap .gridinfo h2 {
    margin: 35px 0 20px;
    position: relative;
    color: #fff;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.gridywrap .gridinfo .gridmeta {
    transition-delay: 0.25s;
}
.gridywrap .gridinfo .gridmeta p {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    margin-bottom: 15px;
}
.gridywrap .gridinfo .gridmeta p.gridwho {
    margin-left: 25px;
}
.gridywrap .gridinfo p.gridexerpt {
    width: 60%;
    margin: 0 0 25px;
    transition-delay: 0.5s;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-align: justify;
    line-height: 22px;
}
.gridywrap .gridinfo * {
    opacity: 1;
    transition: 0.8s;
}
.gridywrap .gridinfo .grid-btn {
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 25px;
    border: 1px solid #fff;
    display: block;
    overflow: hidden;
}
.gridywrap .gridinfo .grid-btn span {
    opacity: 1;
    display: block;
    transition: opacity 0.8s;
}

.gridywrap h1 {
    font-size: 48px;
    font-weight: 300;
    padding: 15px 0;
}

.box-banner-textt {
    padding-right: 18% !important;
}

.box-banner-text .block-title, .box-banner-textt .block-title{
    padding-bottom: 20px;
    position: relative;
    font-size: 40px;
    font-weight: 400;
    line-height: 58px;
    font-family: Roboto;
    font-style: normal;
    color: #000;
}

.box-banner-text .block-description, .box-banner-text .block-description p{
    color: #000;
    font-size: 16px;
    font-family: Roboto;
    text-align: justify;
    font-style: normal;
    font-weight: 300;
	line-height: 30px;
}

.store-block .box-banner-text .block-description p{
    font-size: 14px;
	margin-bottom: 40px;
}

.homepage-section{
	padding-top: 60px;
	clear: both;
}

.block-counter .block-counter-number-wrapper {
    color: #5d5d5d;
    text-align: center;
    font-size: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    padding-bottom: 0;
}

.block-counter .block-counter-title {
    color: #5d5d5d;
    text-align: center;
    font-size: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.store-block .block-section .row > div:not(.store-block .block-section .row > div:last-child){
	border-right: 1px solid;
}

#index #wrapper{
	padding-bottom: 85px;
}

.block-dd-banner .block-dd-banner-img {
    padding: 0;
    background: #000;
    position: relative;
    overflow: hidden;
    display: block;
}

.block-dd-banner .block-dd-banner-img img {
    opacity: .6;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1s, transform 1s;
    -moz-transition: opacity 1s,transform 1s;
    -ms-transition: opacity 1s,transform 1s;
    -o-transition: opacity 1s,transform 1s;
    transition: opacity 1s, transform 1s;
}

.homepage-section img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.block-dd-banner .block-dd-banner-content {
    position: absolute;
    z-index: 9;
    top: 10%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-dd-banner .block-dd-banner-title {
    padding-top: 10%;
    color: #fff;
    font-size: 32px;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.block-dd-banner div.block-dd-banner-description {
    color: #fff;
    font-size: 20px;
    font-family: Roboto;
    font-style: normal;
    padding-right: 10%;
    font-weight: 300;
    line-height: 30px;
}

.effect-scale .block-image:hover img, .experience-block .block-column:hover .block-dd-banner-img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1,1.1,1);
    -ms-transform: scale3d(1.1,1.1,1);
    -o-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1, 1.1, 1);
}

.experience-block .box-banner-text .block-description, #index .hotspot-block .block-description {
    font-size: 16px;
    margin-bottom: 35px;
}

.experience-block figure {
  margin: 0;
}

#index .store-block .block-widget-container{
	padding-left: 8%;
}

#hpg {
    width: auto;
    height: 760px;
}

.experience-block .box-banner-text, #index .hotspot-block .box-banner-text,  #index .blog-block .box-banner-text{
	padding-left: 100px;
}

.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot {
    padding: 20px;
    background: 0 0;
}

.rb-image-hotspots-wrapper .rb-hotspot {
    position: absolute;
    /*background: #eaeaea;
    padding: .3em .6em;*/
}

.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot-product {
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 120%;
    bottom: 50%;
    text-align: center;
    width: 145px;
    padding: 20px 0 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
}

.rb-hotspot-product {
    display: none;
}

.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot-product .thumbnail-container {
    margin-bottom: 0 !important;
    text-align: center;
}

#blockcart-content .cart-buttons, .rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot-product .product-description {
    padding: 20px 10px;
}

.homepage-section .product-description {
    height: auto !important;
}

.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot-product .product-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
}

.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot-product .product-price-hotspot {
    font-size: 18px;
    color: #ff6f00;
    display: none;
}

.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot>a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-indent: -1px;
    background: #ff6f00;
    border-radius: 50%;
    -webkit-transition: width 0.2s, height 0.2s;
    -moz-transition: width 0.2s,height 0.2s;
    -ms-transition: width 0.2s,height 0.2s;
    -o-transition: width 0.2s,height 0.2s;
    transition: width 0.2s, height 0.2s;
}

.homepage-section a {
    box-shadow: none;
    text-decoration: none;
}

.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot>a:after, .rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-animation-name: lookbookBorder;
    animation-name: lookbookBorder;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot>a .rb-hotspot-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: #fff;
    border: 12px solid #f6f452;
    border-radius: 50%;
}

.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot>a:after {
    animation-delay: 1.5s;
}

.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot>a:after, .rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-animation-name: lookbookBorder;
    animation-name: lookbookBorder;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot-product::before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 50%;
    border: 12px solid transparent;
    border-right-color: #f5f5f5;
    height: 0;
    width: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.rb-image-hotspots-wrapper{
	position: relative;
}

.rb-image-hotspots .rb-hotspot:hover .rb-hotspot-product {
    display: block;
}

#index .blog-block .box-banner-text{
	margin-bottom: 45px;
}

@media(max-width: 767px){
	.store-block .block-image{
		text-align: center;
	}
	
	.experience-block .box-banner-text, #index .hotspot-block .box-banner-text, #index .blog-block .box-banner-text {
		padding-left: 0;
	}
	
    .rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot {
        position: unset;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
	
	.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot-product {
        position: static;
        margin-left: 45px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
    }
	
	.rb-widget-image-hotspots .rb-image-hotspots-wrapper .rb-hotspot>a {
        position: absolute;
        left: 15px;
        -moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, .15);
        -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, .15);
        -o-box-shadow: 0 0 15px 0 rgba(50, 50, 50, .15);
        -ms-box-shadow: 0 0 15px 0 rgba(50, 50, 50, .15);
        box-shadow: 0 0 15px 0 rgba(50, 50, 50, .15);
    }
	
	#hpg {
        width: auto !important;
        height: 330px !important;
    }
	
	#index .store-block .block-widget-container {
		padding-left: 0;
	}
	
	.hotspot-block .block-widget-container{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991px) {
    .experience-block .block-dd-banner-title {
        padding-top: 50% !important;
    }
	
	.experience-block .row:last-child .block-column:last-child .block-dd-banner-title {
        padding-top: 69% !important;
    }
}

#index  .recentArticles .image{
	position: relative;
}

#index #recent_article_smart_blog_block_left .slick-prev{
	top: -35px;
    right: 55px;
    left: initial;
    padding: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #000;
    visibility: visible;
    border-radius: 2px;
    border: 1px solid var(--dark, #17183B);
    opacity: .30000001192092896;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#index #recent_article_smart_blog_block_left .slick-next{
	right: 15px;
    top: -35px;
    left: initial;
    padding: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #000;
    visibility: visible;
    border-radius: 2px;
    border: 1px solid var(--dark, #17183B);
    opacity: .30000001192092896;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#index .recentArticles .image:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.15;
}

@media (max-width: 767px) {
	.blog-block .box-banner-text{
		padding-bottom: 30px;
	}
}
/* END HOMEPAGE */

/* PRODUCT PAGE */
@media(max-width: 991px){
	#search_filters .feds_facet .facet_with_max_height{
		flex-direction: column;
		text-align: center;
	}
}

#product .product-page-footer .image-box-title a{
	color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#product .product-page-footer .image-box-title{
	display: inline-block;
	margin-bottom: 15px;
}

#product .product-page-footer .image-box-wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 50px 35px 50px 35px;
}

#product .product-page-footer > .row > .image-widget-container{
	height: 277.5px;
}

#product .product-page-footer > .row > .image-widget-container:first-child, #product .product-page-footer > .row > .image-widget-container:last-child{
	background-color: #2C2C2C;
}

#product .product-page-footer > .row > .image-widget-container:nth-child(2){
	background-color: #545454;
}

#product .page-footer{
    margin-top: 40px;
	margin-bottom: 0;
}

#product .product-description-short h1 {
    color: #000;
	text-align: center;
	font-size: 28px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 20px;
}

#product .product-description:not(#product .featured-products .product-description) {
	margin-bottom: 45px;
}

#product .product-description p {
    color: #5D5D5D;
	font-size: 14px;
	font-weight: 500;
}

#product .social-sharing ul {
    display: inline-block;
    margin-bottom: 0;
}

.social-sharing li {
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
    font-size: 16px;
    position: relative;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.social-sharing > span {
	display: none;
}

#product #wrapper .container{
	max-width: 1140px;
}

#product .product-cover img{
	cursor: pointer;
}

#product .product-title{
	color: #000;
	margin-top: 18px;
    font-size: 21px;
    font-weight: 600;
}

#product h2{
	margin-bottom: 60px;
    text-align: left;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

#product .featured-products h3{
	color: #5D5D5D;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-top: 15px;
	text-align: center;
}

#product .ask_Quote_view.td_ask_Quote_view{
	margin-top: 15px;
    text-align: center;
}

#product .ask_Quote_view.td_ask_Quote_view{
	width: auto !important;
	display: inline-block;
    position: relative;
    left: 42.5%;
    transform: translateX(-50%);
}

#product .product-additional-info .info-button{
	display: inline-block;
    position: relative;
    left: 42.5%;
    transform: translateX(-50%);
}

#product .product-images .slick-slide{
	padding: 0 15px;
}

#product .product-images .slick-track{
	margin-left: initial;
}

#product .product-images img{
	margin: 0;
	width: 270px;
	margin: 0 auto;
}

#product .product-images li{
	padding: 0 !important;
}

#product .product-additional-info .info-button{
	background: transparent;
    border-color: #000;
	color: #000 !important;
}

#product .product-container.js-product-container > :last-child{
	margin-top: -150px;
}

@media(max-width: 767px){
	#product .product-container.js-product-container > :last-child{
		margin-top: -90px;
	}
}

@media(max-width: 767px){
	#product .quote_cart_button{
		margin-bottom: 15px;
	}
	
	#product .product-additional-info .info-button{
		margin: 0 auto;
		display: block;
		width: 180px;
		text-align: center;
		position: initial;
		transform: none;
	}
	
	#product .ask_Quote_view.td_ask_Quote_view{
		width: 180px !important;
		margin: 0 auto;
		margin-top: 15px;
		display: block;
		position: initial;
		transform: none;
	}
}
/* END PRODUCT PAGE */

/* CATEGORY PAGE */
#category h1 {
    padding: 1.25rem;
    color: #3a3a3a;
    text-align: center;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    line-height: 110%;
    text-transform: uppercase;
}

#category .title-block{
	padding: 1.25rem;
}

#category #js-product-list-footer .block-category{
	padding: 0;
}

#category #category-additional-description p{
    padding: 30px 30px;
    margin: 0;
    background: #f7f7f9;
    color: #000;
	text-align: justify;
}

@media(min-wdth: 767px){
	#category #category-additional-description p{
		padding-right: 80px;
	}
}

#category #js-product-list-footer #block-category{
	padding: 0;
}

#category #category-description{
	display: none;
}	

#category .thumbnail-container .product-title {
    margin-top: 22px;
	text-transform: none;
    margin-bottom: 5px;
}

#category .thumbnail-container .product-title a {
    color: #3a3a3a;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 32px;
}

#category #category-description h2 {
    color: #adab0e;
    font-size: 21px;
	font-weight: 500;
}

#category #category-description p {
    font-weight: 400;
    text-align: justify;
}

#category #category-description ul {
	line-height: 1.8;
}

#category #category-description ol {
	line-height: 1.8;
	padding-left: 15px;
}

#category #category-description h3 {
    margin: 19px 0 8px 0;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 500;
    font-size: 17px;
}

#category #category-description a {
    font-weight: 400;
    text-decoration: underline;
    color: #adab0e !important;
}

b, strong {
    font-weight: bolder;
}

#category, .facets-title, .products-sort-order, .thumbnail-container .product-title a:hover, .thumbnail-container.content-product3 .product-availablebox .content-available .available, .thumbnail-container.content-product8 .product-availablebox .content-available .available {
    color: #000;
}

.btn, .btn-link, #category h1, .display-2, .display-3, .display-4, .dropdown-item, .small, .table thead th, small {
    font-weight: 400;
}

#category .facet_title.stfeds_flex_container{
	display: none;
} 

#category .feds_link{
	padding: 5px 10px !important;
	margin-right: 5px;
	font-weight: 500;
}

#search_filters .feds_facet .facet_with_max_height{
	display: flex !important;
    justify-content: center !important;
}

#search_filters .feds_facet .facet_with_max_height a:hover{
	text-decoration: underline !important;
}

/*#category #facet_27971{
	display: flex;
	justify-content: center;
}*/

@media(min-width: 992px){
	#category .thumbnail-container .product-thumbnail img {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0 166px 1px;
		object-fit: cover;
		width: 100%;
		height: 100%;
		backface-visibility: visible;
	}
}

@media(max-width: 767px){
	.pagination .col-md-4{
		display: none !important;
	}
	
	.pagination .col-md-6{
		width: 100% !important;
		padding: 0 !important;
		text-align: center !important;
	}
	
	.pagination ul.page-list{
		justify-content: center !important;
		padding: 0 !important; 
	}
	
	#category .up{
		display: none;
	}
	
	#product .product-page-footer .image-box-wrapper{
		margin: 0;
		height: 100%;
		justify-content: center;
	}
}

@media(max-width: 1300px){
	#product .slick-next{
		right: 15px;
	}
	
	#product .slick-prev{
		left: 15px;
	}
	
	#product .slick-next, #product .slick-prev{
		z-index: 99;
	}
}

/* END CATEGORY PAGE */

/* CONTACT PAGE */
#contact .info-button, #cms #content .info-button{
	height: 36px;
	line-height: 36px;
}

#contact h1, #cms #content h1{
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 400;
	text-align: center;
}

#contact .block-icon-list-item, #cms #content .block-icon-list-item{
	font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
	margin-bottom: 15px;
}

/*#contact .block-icon-list-item, #contact .block-icon-list-item a{
    display: flex;
    align-items: flex-start;
}*/

#contact .block-icon-list-text, #contact .block-icon-list-text a, #cms #content .block-icon-list-text, #cms #content .block-icon-list-text a{
	align-self: center;
    padding-left: 5px;
	color: #5D5D5D;
	padding: 0;
}

#contact .block-icon-list-icon, #cms #content .block-icon-list-icon{
    text-align: center;
    flex-shrink: 0;
}
@media (min-width: 1200px) {
	#contact .contact-container, #cms #content .contact-container{
		max-width: 1140px;
	}
}

#contact .contact-container, #cms #content .contact-container{
    margin: 0 auto;
	margin-top: 50px;
}

#contact section.desc_contact, #cms #content section.desc_contact{
	padding-bottom: 30px;
    border-bottom: 1px solid;
}

#contact section.form-contact-section, #cms #content section.form-contact-section{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
}

#contact h2{
	color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 400;
}

#contact p{
	font-size: 16px !important;
	line-height: 1.5 !important;
	text-align: justify;
}

#contact h3{
	color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 300;
}

#contact .block-image-box-wrapper, #cms #content .block-image-box-wrapper{
	display: flex;
}

#contact .block-image-box-img, #cms #content .block-image-box-img{
	margin-right: 15px;
}

.contact-button{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 20px;
    background-color: #F6F452;
    border-radius: 50px 50px 50px 50px;
    padding: 7px 20px 7px 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact-button:hover {
    background-color: #000;
    color: #fff !important;
	border-color: #000;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#contact #wrapper{
	margin-bottom: 85px;
}

#contact section.contact-footer-section .row > div:first-child .block-text-editor, #cms #content section.contact-footer-section .row > div:first-child .block-text-editor{
	margin-bottom: 22px;
}

#contact section.contact-footer-section .row > div:last-child .block-text-editor, #cms #content section.contact-footer-section .row > div:last-child .block-text-editor{
	margin-bottom: -3px;
}

#contact section.contact-footer-section .block-button-wrapper, #cms #content section.contact-footer-section .block-button-wrapper{
	text-align: center;
}

#contact .contact-footer-section .row > div:first-child, #cms #content .contact-footer-section .row > div:first-child{
	border-right: 1px solid;
}

#contact .contact-footer-section .row > div:last-child, #cms #content .contact-footer-section .row > div:last-child{
	padding-left: 30px;
}

#contact .contact-footer-section .block-image-box-content, #cms #content .contact-footer-section .block-image-box-content{
	display: flex;
    align-items: center;
}

#contact form .form-control-label{
	text-align: left;
}

#contact form label{
	font-weight: 400;
}

#contact .contact-info-wrapper, #cms #content .contact-info-wrapper{
	max-width: 454px;
}

@media(max-width: 767px){
	#contact .desc_contact, #cms #content .desc_contact{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#contact .form-contact-section .contact-container .row > div:first-child, #cms #content .form-contact-section .contact-container .row > div:first-child{
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#contact .contact-footer-section, #cms #content .contact-footer-section{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#contact .contact-footer-section .contact-container .row div:first-child .contact-button, #cms #content .contact-footer-section .contact-container .row div:first-child .contact-button {
        margin-bottom: 30px !important;
        display: block;
        max-width: 195px;
        margin: 0 auto;
    }
	
	#contact .contact-footer-section .contact-container .row div:last-child .block-button-wrapper, #cms #content .contact-footer-section .contact-container .row div:last-child .block-button-wrapper {
		display: block;  
		margin-top: 30px;
    }
	
	#contact .block-icon-list-item, #cms #content .block-icon-list-item{
		display: flex;
	}
}
/* END CONTACT PAGE */

/* CMS PAGE */
.fileupload_box > .input-group > .input-group-btn{
	width: 134px;
    height: 34px;
}

.fileupload_box > .input-group{
	flex-direction: column;
}

#submitForm {
    background-color: #f6f452;
    border: none;
    color: #000;
    cursor: pointer;
    font-weight: 400;
    padding: 8px 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 50px;
	outline: none;
}

#submitForm:hover {
    background-color: #000;
    color: #fff;
}

/*#cms.cms-id-10 #content .capcha_box, #cms.cms-id-11 #content .capcha_box{
	display: none;
}*/

#cms #content .separator{
	border-bottom: 1px solid;
    padding-top: 20px;
}

#cms #content iframe{
	padding-left: 15px;
	padding-right: 15px;
}

#cms.cms-id-11 #content img{
	display: block;
	margin: 0 0 0 auto;
}

#cms.cms-id-10 #content-wrapper, #cms.cms-id-11 #content-wrapper{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#cms.cms-id-10 #content .row, #cms.cms-id-11 #content .row, #contact .contact-content-wrapper .row{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#contact .contact-content-wrapper form div{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media(max-width: 767px){
	#contact .contact-footer-section .row > div:first-child, #cms #content .contact-footer-section .row > div:first-child {
		border-right: none;
	}
	
	#cms.cms-id-9 .full-width-block-content p:first-child{
		text-align: center;
	}
}

#cms.cms-id-10 ul, #cms.cms-id-11 ul{
	padding: 0 !important;
}

#cms.cms-id-10 form div, #cms.cms-id-11 form div{
	padding: 0 !important;
}

#cms.cms-id-10 #content section.desc_contact, #cms.cms-id-11 #content section.desc_contact {
    padding-bottom: 30px;
    border-bottom: 1px solid;
}

#cms.cms-id-10 #content form, #cms.cms-id-11 #content form {
    margin-top: 30px;
}

#cms.cms-id-10 #content h2, #cms.cms-id-11 #content h2 {
    font-weight: 400;
}

#cms.cms-id-10 #content ul, #cms.cms-id-11 #content ul{
	list-style: none;
}

#cms.cms-id-10 #content a, #cms.cms-id-11 #content a{
	color: #5D5D5D !important;
	text-decoration: none !important;
	padding: 0;
}

#cms.cms-id-10 #content, #cms.cms-id-11 #content{
	padding: 0;
}

#cms.cms-id-10 input[type="file"]{
	display: none;
}

#cms #content .block-icon-list-icon, #contact .block-icon-list-icon{
	margin-right: 5px;
}

#cms .experience-block p{
	margin-bottom: 0 !important;
}

#cms .entreprise-block .bien-etre-block{
    background-color: #E0E8DD;
	margin-bottom: 60px;
	padding: 0 0 15px 0;
	position: relative;
}

#cms .entreprise-block .garantie-block{
    background-color: #E8DFDF;
	margin-bottom: 60px;
	padding: 0 0 15px 0;
	position: relative;
}

#cms .entreprise-block .full-width-block-content{
	max-width: 490px;
}

#cms .entreprise-block .all-garantie-banner, #cms .entreprise-block .all-garantie-banner p{
	text-align: center;
}
	
#cms .entreprise-block .small-block{
	background-color: #F6F6F6;
	margin-bottom: 60px;
	padding: 20px 0;
}

#cms .entreprise-block .container-small > .row:first-child{
	margin: 80px 0;
}

#cms .entreprise-block .small-block img{
	width: 260px;
    height: 260px;
    margin: 0 auto;
    display: block;
}

#cms .experience-block{
	margin: 30px 0;
}

#cms .projets-block p.ref{
	margin-top: 5px !important;
}

#category-description p{
    font-weight: 400; text-align:justify;}
#category-description h2{ color:#adab0e; font-size: 21px;}
#category-description h3{margin: 19px 0 8px 0;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 500;
    font-size: 17px;}
#cms #content-wrapper  .elementor-widget-container p{
    font-weight: 400;
	font-size: 14px !important;
	line-height: 1.5 !important;
	margin: 5px 0 !important;
}
	
#cms #content-wrapper h2 {
    margin:15px 0px 15px 0!important;
	color:#adab0e;
	font-size: 21px;
}
#cms #content-wrapper  h3 {
   margin: 19px 0 8px 0;
    color: #000;
    opacity: 1 !important;
    font-weight: 500;
    font-size: 18px;
}
#category-description a{
    font-weight: 400; text-decoration:underline; color:#adab0e !important;}
	
#cms #content-wrapper a{
    font-weight: 400; text-decoration:underline;font-weight: 400;
    text-decoration: underline;
    color: #adab0e !important; }
	
	#cms #content-wrapper .elementor-widget-container li {
    text-align: justify;
}

#category-description form {
  display: none;
}
#category-description form:target {
  display: block;
}


#category-description.short-description p{
	padding: 30px 30px;
    margin: 0;
    background: #f7f7f9;
    color: #000;
}
.lire_plus {
    margin-top: 20px;}
.lire_plus a{   height: 40px;
    padding: 10px;
    color: #3A3A3A;
    background-color: #F6F452;
    border-radius: 50px 50px 50px 50px;
    margin-top: 20px; text-decoration:none;
    float: left;
    margin-bottom: 30px;}
	
.thumbnail-container .product-image img{
	width: 100% !important;
	height: auto !important;
}

#cms #content-wrapper .elementor-widget-container{
	margin-bottom: 0 !important;
}

#cms #content-wrapper .elementor-widget-container ul{
	padding-left: 35px;
}

#cms #content-wrapper .elementor-widget-container li{
	padding-left: 20px;
}

#cms #wrapper{
	padding-bottom: 30px;
}

#main .page-header h1 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    margin-top: 35px;
    font-weight: 400;
    line-height: 35px;
    text-transform: CAPITALIZE;
}

@media(max-width: 767px){
	#main .page-header h1 {
		font-size: 35px;
		margin-top: 0;
	}
}

#cms #content ul{
	/*padding-left: 1.5rem;*/
    line-height: 1.8;
}

#cms #content ol{
    line-height: 1.8;
}

#cms #content-wrapper p:not(#cms #content-wrapper .experience-block p), #cms #content-wrapper li {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5 !important;
    margin: 15px 0 0 0;
}

@media(max-width: 767px){
	.entreprise-block > .container-small > .row:nth-child(2), .entreprise-block > .container-small > .row:nth-child(4){
		display: flex;
		flex-direction: column;
	}
	
	.entreprise-block > .container-small > .row:nth-child(2) > div:first-child, .entreprise-block > .container-small > .row:nth-child(4) > div:first-child{
		order: 2;
	}
	
	.entreprise-block > .container-small > .row:nth-child(2) > div:last-child, .entreprise-block > .container-small > .row:nth-child(4) > div:last-child{
		order: 1;
	}
}

/* END CMS PAGE */

/* STATIC VERTICAL MENU */
.sfkicon-bar {
	top: 105px;	visibility: hidden;opacity:0;
	background:#fff;	height:100%;
	position: fixed;
	z-index: 10000;
	right: 0px;	    display: flex;    align-items: flex-start;
}

.sfkicon-bar a {
	
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
  font-weight:300;
}

.sfkicon-bar a:hover {
  background-color: #fff;
   font-weight:400;
}



.menu-container {
    width:100%;
    margin: 0 auto;
    padding: 20px 0;
}

.vertical-static-menu .cols > div{
	text-align: center;
}

.vertical-static-menu {
    width: 70px;
    font-family: Roboto;
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    padding: 0 0 0 4px;
    margin: 0;
    background-color: #EEE;
}
.vertical-static-menu a, .vertical-static-menu a:link, .vertical-static-menu a:visited, .vertical-static-menu a:focus, span {
   
    text-decoration: none;
}
.vertical-static-menu a:hover {
    color: #5D5D5D;
    text-decoration: none;
}
.vertical-static-menu > li {
    display: block;
    text-align: center;
    margin-left: -4px;
    border-left: 0px solid rgba(255, 255, 255, 0.11);
  
}
.vertical-static-menu > li > a {
    padding:15px 5px 10px 5px;
    display: block;
}
.vertical-static-menu > li:hover > a {
    color: #5D5D5D;
}
.vertical-static-menu > li:hover {
    background-color: #fff;
}
/* Megadrop width dropdown */
 .vertical-static-menu > li > .megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
	background:#fff;
    right: 70px;
    width: 100vw;
    min-height: 100%;
    text-align: left;
    margin-top:30px;
    padding: 0;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    border-top: 0px solid #5D5D5D;
    border-right: 0px solid #5D5D5D;
    border-bottom: 0px solid #5D5D5D;
}
.vertical-static-menu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.vertical-static-menu ul li:hover:after {
    color: #5D5D5D;
}
.vertical-static-menu .col {
    width: 100%;
    float: left;
   
    margin: 0 0 0 2.2%;
}
.vertical-static-menu .col .cols {
    width: 20%;
    float: left;
    color:white;
    margin: 0 0 0 2.2%;
}
.vertical-static-menu .col ul {
    padding: 0;
    margin: 0;
}
.vertical-static-menu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 11px;
}
.vertical-static-menu .col h3,.vertical-static-menu .col .h3 {
    font-size: 20px;
	text-align:center;
    padding: 10px 0;
    font-weight: 400;
	font-family:Roboto;
    margin: 5px 0 5px 0;
    color: #000;
    background: #FFF;
}
.vertical-static-menu .col ul li a {
    display: block;
text-align:center;
width:fit-content;
	border:0px solid #5D5D5D;
    color: #000 !important;
	font-weight:300;
}
.vertical-static-menu .col ul li a:hover {
    color: #000;
	font-weight:400;
    
}
.vertical-static-menu > li > ul li ul, .vertical-static-menu li >ul li, .vertical-static-menu > li > .megadrop, .vertical-static-menu > li > ul, .vertical-static-menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}
/* END STATIC VERTICAL MENU */

/* QUOTE MODULE */
#module-askforaquotemodul-quotes .body_details img{
	max-width: 100%;
	height: auto;
}
/* END QUOTE MODULE */

#category-description ul{
	padding-left: 15px;
	margin-top: 15px;
}

#category-description ul > li{
	list-style: outside;
}

#cms.cms-id-31 #content-wrapper p{
	font-size: 22px !important;
}

#cms.cms-id-31 #content a{
	text-decoration: initial !important;
	color: #000 !important;
}

#cms.cms-id-31 #content a:hover{
	color: #fff !important;
}

@media(max-width: 767px){
	#cms.cms-id-31 .info-button{
		font-size: 9px;
	}
}

/*.featured-products .slick-track, .featured-products .slick-initialized, .featured-products .slick-list {
  width: 100% !important;
}
*/
.featured-products .slick-slide{
	min-width: 248px !important;
}

.featured-products .products{
	display: block !important;
}

.featured-products .slick-slider .slick-track{
	margin: 0 !important;
}
	