/*=============================================
=                Section GLOBAL               =
=============================================*/

#page{
  overflow: hidden;
}
body *{
  box-sizing:border-box;
  color:#000000;
  font-family: 'Open Sans', sans-serif;
}
img{
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
/**
 *
 * Titles
 *
 */

.page-heading.product-listing{
  margin:0;
  line-height:1em;
  text-align: center;
  padding:1em 0em;
  border-bottom:1px solid #eaeaea;
  font-size:3em;
}
.page-heading.product-listing span{
  display: block;
  color:#3c1b00;
}


/**
 *
 * CMS Global
 *
 */
.module-advancedcms-adcms .advanced-cms-wrapper{
  padding:0px 10%;
}
.cms .rte{
  padding:2em 10%;
}
.module-advancedcms-adcms .advanced-cms-wrapper > .row{
  padding:2em 0em;
}
.module-advancedcms-adcms .advanced-cms-wrapper h1, .cms .rte h1{
  color:#3c1b00;
  font-size: 3.25em;
  margin-top:0em;
}
.module-advancedcms-adcms .advanced-cms-wrapper h2, .cms .rte h2{
  color:#3c1b00;
  font-size: 2em;
  margin-top:0em;
  margin-bottom:0.25em;
}
.module-advancedcms-adcms .advanced-cms-wrapper img, .cms .rte img{
  vertical-align: middle;
  display: inline-block;
}
.espace-pro__first-line{
  border-bottom: 1px solid #eaeaea;
}
.espace-pro__image-block{
  text-align: center;
}
.espace-pro__link{
  text-align: center;
}
.espace-pro__link p{
  display: inline-block;
  background-color: #af4e22;
  padding: 3em 0em;
  width: 100%;
  max-width: 70%;
}
.espace-pro__link a{
  display: inline-block;
  background-color:#983d18;
  padding:1em;
  color:#ffffff;
  min-width:250px;
  text-transform: uppercase;
}
.espace-pro-last-link{
  text-align: center;
}
.espace-pro-last-link a{
  background-image:url('../img/custom/pro-link.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:1.25em 4em;
  color:#ffffff;
  text-transform: uppercase;
}
@media screen and (max-width:1200px){
  .module-advancedcms-adcms .advanced-cms-wrapper{
    padding:0;
  }
}
@media screen and (max-width:1024px){
  .espace-pro__link p{
    max-width: 100%;
  }
  .module-advancedcms-adcms .advanced-cms-wrapper h1{
    font-size: 2.5em;
  }
}














/**
 *
 * Layout
 *
 */

.main-container{
  width:100%;
  margin:0 auto;
  padding:0em;
}
.hide-left-column .main-container{
  width:80%;
}
.category #columns{
  display: table;
  table-layout: fixed;
  width:100%;
}
.left-sidebar, .left-sidebar + .main-container{
  display: table-cell;
  float: none;
}
.left-sidebar{
  background-image:url('../img/custom/bgcuir.jpg');
  background-position: center;
  width:20%;
  position: relative;
}
.left-sidebar:after{
  content: '';
  width: 100%;
  height: 12px;
  background-image: url('../img/custom/couture.png');
  background-position: center;
  position: absolute;
  bottom: -5px;
  left: 0px;
  background-size: contain;
}
.left-sidebar +.main-container{
  width:80%;
}
.product-full{
  padding:5em 10%;
}
@media screen and (max-width:1400px){
  .product-full{
    padding:2.5em 0%;
  }
}

@media screen and (max-width:990px){
  .left-sidebar + .main-container{
    width:70%;
  }
  .left-sidebar{
    width:30%;
  }
}
@media screen and (max-width:768px){
  .left-sidebar + .main-container, .left-sidebar{
    width:100%;
    display: block;
  }
  .left-sidebar:after{
    display: none;
  }
  .category #columns{
    display: block;
  }
}





.breadcrumb{
  padding:1.25em 5%;
  border-top:1px solid #eaeaea;
  border-bottom:1px solid #eaeaea;
}
.navigation_page .navigation-pipe{
  padding:0px 5px;
}













/*=====  End of Section GLOBAL  ======*/







/*=============================================
=                Section HEADER              =
=============================================*/

/**
 *
 * Header global
 *
 */
header .nav {
  background: #212121;
  display: table;
  table-layout: fixed;
  width:100%;
  position: relative;
}
header .nav:before{
  content:'';
  display: block;
  position: absolute;
  left: 0;
  top:0;
  width:50%;
  height:100%;
  background-color:#fff;
}
header .nav .container{
  position: relative;
  z-index:5;
  background: #212121;
}
header .nav nav{
  width: 100%;
  padding-left:50px;
  position: relative;
}
header .nav nav:before{
  content:'';
  left:0;
  top:0;
  width:50px;
  height:100%;
  background-color:#fff;
  position: absolute;
}
.nav__item{
  display: table-cell;
  vertical-align: middle;
  padding:5px 20px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  color:#fff;
}
.nav__item:after{
  content:'';
  display: block;
  position: absolute;
  right:0px;
  top:0px;
  height:100%;
  width:1px;
  background-color:#7b7b7b;
}
@media screen and (max-width:1600px){
  header .nav nav{
    padding-left:150px;
  }
  header .nav nav:before{
    width:150px;
  }
}
@media screen and (max-width:1300px){
  header .nav nav{
    padding-left:250px;
  }
  header .nav nav:before{
    width:250px;
  }
}
@media screen and (max-width:1200px){
  header .nav nav{
    padding-left:130px;
  }
  header .nav nav:before{
    width:130px;
  }
  .nav__item{
    padding:5px 10px;
  }
}
@media screen and (max-width:1024px){
  header .nav nav{
    padding-left:0px;
  }
  header .nav nav:before{
    display: none;
  }
  header .nav .container{
    max-width:100%;
  }
  .nav__item{
    display: inline-block;
  }
}
@media screen and (max-width:768px){
  .nav__item:after{
    display: none;
  }
}


.nav__languages-block{
  display: none;
}
/**
 *
 * Logo
 *
 */
.header_logo{
  position: absolute;
  top:-30px;
  z-index:10;
  left:-13em;
}
@media screen and (max-width:1600px){
  .header_logo{
    left:-3em;
  }
}
@media screen and (max-width:1300px){
  .header_logo{
    left:3.5em;
  }
}
@media screen and (max-width:1200px){
  .header_logo{
    left: -1.5em;
    max-width: 140px;
  }
}
@media screen and (max-width:1024px){
  .header_logo{
    position: static;
    text-align: center;
    margin:1em 0em 0em;
    max-width:100%;
  }
  .header_logo a{
    display: inline-block;
  }
  header .nav::before {
    display: none;
  }
}
@media screen and (max-width:768px){
  .header_logo{
    margin:1em;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width:600px){
  .header_logo{
    max-width:120px;
  }
}

/**
 *
 * French fabrication
 *
 */
.nav__fabrication{
  text-transform: uppercase;
  font-size:10px;
}
.nav__fabrication span{
  display: inline-block;
  vertical-align: middle;
  color:#fff;
}
/**
 *
 * Phone shop
 *
 */
.nav__contact-phone, .nav__contact{
  text-transform: uppercase;
}
.nav__contact-phone span a, .nav__contact span a{
  color:#ffffff;
}
.nav__contact-phone span:hover, .nav__contact span:hover{
  cursor: pointer;
}
.nav__contact-phone span, .nav__contact span{
  padding-left:10px;
  color:#fff;
}

/**
 *
 * Header Cart
 *
 */
.nav__shopping-cart .price{
  color:#000000;
  font-weight: bold;
}
.nav__shopping-cart > a > span{
  color:#ffffff;
}
@media screen and (max-width:1024px){
  .nav__shopping-cart{
    width:100%;
    text-align: center;
  }
  #header .cart_block{
    width:300px;
    left:50%;
    transform:translateX(-50%);
  }
  .nav__shopping-cart .cart_block{
    text-align: left;
  }
}
@media screen and (max-width:768px){
  .nav__shopping-cart{
    background-color:#212121;
  }
}
/**
 *
 * Header User info
 *
 */
.nav__header-user-info a, .nav__header-user-info a span{
  color:#fff;
}
.nav__header-user-info a span:after{
  display: inline-block;
  vertical-align: middle;
  content:'';
  height:10px;
  width:2px;
  margin:0em 0.5em 0 0.75em;
  background-color:#ffffff;
}
/**
 *
 * Header Menu
 *
 */
.menu-header > ul{
  margin:0px;
  padding:0px 0px 0px 50px;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
.menu-header > ul > li{
  display: inline-block;
}
.menu-header > ul > li > a{
  color:#000000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding:2em 0.5em;
  display: block;
  position: relative;
}
.menu-header .menu-header__parent-item > a:after{
  content:'';
  display: block;
  bottom:1.5em;
  left:50%;
  transform:translateX(-50%);
  position: absolute;
  width:10px;
  height:10px;
  background-image:url('../img/custom/arrowdown.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.menu-header > ul > li:last-child a{
  color:#843500;
  padding-left:3.5em;
  position: relative;
}
.menu-header > ul > li:last-child a:before{
  content:'';
  display: inline-block;
  width:30px;
  height:30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image:url('../img/custom/fauteuil.png');
  vertical-align: middle;
  margin-right:1em;
  position: absolute;
  left:1em;
  top:50%;
  transform:translateY(-50%);
}
@media screen and (max-width:1600px){
  .menu-header > ul{
    padding:0px 0px 0px 150px;
  }
}
@media screen and (max-width:1300px){
  .menu-header > ul{
    padding:0px 0px 0px 250px;
  }
  .menu-header > ul > li > a{
    font-size:14px;
  }
}
@media screen and (max-width:1200px){
  .menu-header > ul > li > a{
    font-size:13px;
  }
  .menu-header > ul{
    padding:0px 0px 0px 100px;
  }
}
@media screen and (max-width:1024px){
  .menu-header{
    text-align: center;
  }
  .menu-header > ul{
    padding:0px;
    text-align: center;
    display: inline-block;
  }
  .menu-header > ul > li{
    vertical-align: middle;
    display: table-cell;
  }
  .menu-header > ul > li > a{
    max-width:180px;
  }
}
@media screen and (max-width:768px){
  .menu-header > ul, .menu-header > .nav{
    display: none;
  }
  .menu-header > ul.is-active, .menu-header > .nav.is-active{
    display: inline-block;
  }
  .menu-header > ul > li{
    width:100%;
    text-align: left;
    display: inline-block;
  }
  .menu-header > ul > li > a{
    max-width: 100%;
    padding:1em 0.5em;
  }
  .menu-header .menu-header__parent-item > a:after{
    display: none;
  }
}


/**
 *
 * Header Menu BUTTON
 *
 */

.menu-toggle{
  line-height:0;
  display: inline-block;
  position: absolute;
  right: 0px;
  margin: 1em;
  top: 6em;
  display: none;

}
.menu-toggle__button{
  height:25px;
  width:30px;
  padding: 0;
  line-height:0;
  text-indent: -999em;
  background-color: transparent;
  border: none;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu-toggle{
    display: inline-block;
  } 
}
@media screen and (max-width: 600px) {
  .menu-toggle{
    top:3.5em;
  } 
}
/**
 *
 * Header Menu BUTTON bar
 *
 */
.menu-toggle__bar{
  position: absolute;
  width:30px;
  height:2px;
  background-color:#000000;
  top: 50%;
  display: block;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
  transition: all ease .25s;
}
.menu-toggle__bar:first-child {
  top: 0%;
}
.menu-toggle__bar:last-child {
  top: 100%;
}
.is-active .menu-toggle__bar {
  opacity: 0;
}
.is-active .menu-toggle__bar:first-child,
.is-active .menu-toggle__bar:last-child {
  top: 45%;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is-active .menu-toggle__bar:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/**
 *
 * Header Sub-Menu
 *
 */
.menu-header .menu-header__submenu{
  display: none;
  position: absolute;
  top: 100%;
  left:0px;
  width:100%;
  background-color: #e5d8cf;
  padding:10px 0px;
}
.menu-header .menu-header__submenu:after, .menu-header .menu-header__submenu:before{
  content:'';
  width:999rem;
  height:100%;
  position: absolute;
  top:0px;
  background-color: #e5d8cf;
  z-index:0;
}
.menu-header .menu-header__submenu:before{
  left:100%;
}
.menu-header .menu-header__submenu:after{
  right:100%;
}
.menu-header > ul > li:hover .menu-header__submenu{
  display: block;
}
.menu-header__submenu{
  font-size: 0px;
}
.menu-header__submenu .category-thumbnail, .menu-header__submenu ul{
  display: inline-block;
  vertical-align: middle;
  font-size:1rem;
}
.menu-header__submenu .category-thumbnail{
  width:33.333%;
  text-align: center;
  padding: 0em 2em;
}
.menu-header__submenu .category-thumbnail img{
  max-height:130px;
}
.menu-header__submenu ul{
  width:66.666%;
}
.menu-header__submenu ul li{
  text-align: left;
  width: 49%;
  display:inline-block;
}
.menu-header__submenu ul li a{
  font-size:1.6rem;
  color:#000;
}
.menu-header__submenu ul li a:before{
  content:'>';
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.menu-header__submenu ul li a:hover{
  color:#843500;
}
@media screen and (max-width: 768px) {
  .menu-header .menu-header__submenu{
    display: none;
  }
}

/**
 *
 * Header Menu BUTTON
 *
 */

/**
 *
 * Header Menu BUTTON bar
 *
 */

/**
 *
 * Header Breadcrumbs
 *
 */

/**
 *
 * Intro
 *
 */


/*=====  End of Section HEADER  ======*/







/*=============================================
=                Section Product              =
=============================================*/
.color_pick{
  display: block;
  width:100%;
  height:100%;
  border-radius:50%;
}
.left-block{
  position: relative;
}
/**
 *
 * Main product list
 *
 */
.ajax_block_product{
  position: relative;
}
.ajax_block_product h2 a{
  color:#3c1b00;
}
.ajax_block_product .product-container{
  border:1px solid #ffffff;
  transition:all 0.25s;
}
.ajax_block_product .product-container:hover{
  border:1px solid #843500;
  transition:all 0.25s;
}
.ajax_block_product .product-container:hover .new-label{
  background-color: #843500;
  color:#ffffff;
  transition:all 0.25s;
}
.ajax_block_product .product-image-container{
  padding:2em;
}
.right-block{
  border-top:1px solid #d9d9d9;
}
.ajax_block_product .price.product-price{
  color:#be0000;
  font-size:1.25em;
}
.ajax_block_product .price-percent-reduction{
  font-size:1em;
}
.ajax_block_product .old-price.product-price{
  font-size:1em;
  padding:0em 1em;
}
.ajax_block_product .cdadvancedfeatures li{
  width:12.5%;
  margin:0em;
  padding:2%;
}
.new-label{
  color:#000000;
  width:100%;
  display: block;
  background-color:#e5d8cd;
  padding:0.15em 1.5em;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  top:0;
  z-index:10;
  transition:all 0.25s;
}
.layered_filter{
  padding:1em 2em;
  border-bottom:1px solid #ddd8d4;
  text-transform: uppercase;
}
.layered_filter ul{
  margin:0px;
  padding:0px;
}
.layered_color{
  display: none;
}
#layered_form .layered_filter div.checker, .left-sidebar .title_block{
  display: none;
}
.layered_subtitle{
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: bold;
  padding-bottom:0.5em;
  display: block;
}
.color-option{
  width:25px;
  height:25px;
  border-radius:50%;
  border:none;
}
.color-group > li{
  display: inline-block;
  min-width:0px;
  padding:0.25em;
}
@media screen and (max-width: 768px) {
  .left-sidebar .title_block{
    display: inline-block;
  }
  .left-sidebar{
    text-align: center;
    background-image:none;
  }
  .layered_filter{
    text-align: left;
  }
  .layered_filter li{
    padding:0.25em 0em;
  }
  .left-sidebar .btn-cta-alternative{
    margin-bottom:1em;
  }
  .left-sidebar .block_content{
    background-image:url('../img/custom/bgcuir.jpg');
    background-position: center;
  }
  .left-sidebar .layered_filter{
    padding:1em;
  }
  .left-sidebar .layered_filter label{
    margin-bottom:0;
  }
}
/**
 *
 * Main product item
 *
 */
.pb-right-column h1{
  color:#3c1b00;
  font-size:2.3em;
  padding:0 0 0.5em;
  margin:0;
}




.pb-right-column .our_price_display{
  color:#be0000;
  font-size:1.25em;
  margin:0;
}
.pb-right-column .our_price_display .price{
  color:#be0000;
  font-size:1em;
}
.block-price, .block-review{
  width:49%;
}
.block-price, .block-review, .block-review .rating, .block-review .gsniprev-block-reviews-text{
  display: inline-block;
  vertical-align: middle;
}
.block-review .rating{
  height:23px;
}



.block-availability.stock-danger p, .block-availability.stock-danger span{
  color:#be0000;
}
.block-availability.stock-success p, .block-availability.stock-success span{
  color:green;
}
.block-availability p{
  display: inline-block
}

.block-cdadvancedfeatures > span, .product_attributes label{
  display: block;
  width:100%;
  color:#3c1b00;
  font-weight: normal;
  border-bottom:1px solid #e2e2e2;
  font-size:1.25em;
  padding:1em 0 0;
  margin-bottom:15px;
}
.block-cdadvancedfeatures ul{
  font-size:0px;
}
.block-cdadvancedfeatures li{
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  font-size: 1rem;
  padding:1rem;
  text-align: center;
}
#color_to_pick_list li{
  display: inline-block;
  vertical-align: middle;
  padding:10px;
  border:2px solid #ffffff;
  margin-bottom:5px;
}
#color_to_pick_list li.selected{
  border:2px solid #b4b4b4;
}
#color_to_pick_list li a{
  width:30px;
  height:30px;
}
.button-add-to-cart{
  padding:1.5em 0;
  border-bottom:1px solid #e2e2e2;
  border-top:1px solid #e2e2e2;
}
.button-add-to-cart button{
  padding:1em;
  border:2px solid #843500;
  background-color:#843500;
  width:80%;
  transition:all 0.25s;
}
.button-add-to-cart button span{
  color:#fff;
  transition:all 0.25s;
}
.button-add-to-cart button:hover{
  background-color:#ffffff;
  transition:all 0.25s;
}
.button-add-to-cart button:hover span{
  color:#843500;
  transition:all 0.25s;
  transition:all 0.25s;
}
.block-description{
  padding:1em 0 0.5em;
}
.btn-social-sharing{
  border:1px solid #e2e2e2;
  background-color:transparent;
  font-size:1.5em;
  width: 40px;
  height: 40px;
}
.socialsharing_product{
  border-top: 1px solid #e2e2e2;
}
.socialsharing_product span{
  font-weight: bold;
  text-transform:uppercase;
  display: block;
  padding:1em 0 0.5em;
  font-size: 1.25em;
  color:#2c2c2c;
}

/**
 *
 * REVIEWS
 *
 */

.reviews-title-bottom{
  font-size:2.25em;
  color:#3c1b00;
  padding-bottom:1em;
}



.spr-summary{
  margin-right:3em;
}
.spr-summary, .first-block-ti{
  display: inline-block;
  vertical-align: top;
}
.btn-review{
  text-transform: uppercase;
  font-weight: bold;
  border:1px solid #e2e2e2;
  padding:0.75em 2.5em;
  font-size:1.25em;
  display: block;
}
.btn-review span{
  color:#3c1b00;
}
.btn-reviews-close{
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  border:1px solid #e2e2e2;
  color:#3c1b00;
}
.block-reassurance{
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding:2em 0em;
  text-align: center;
  margin-bottom:2em;
}
.block-reassurance__item{
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width:24%;
  text-transform: uppercase;
}
.block-reassurance__item__title{
  font-weight: bold;
  font-size: 1.25em;
}
.block-ressurance__item__content__image, .block-ressurance__item__content__text{
  display: inline-block;
  vertical-align: middle;
  margin:0px;
}
@media screen and (max-width:1024px){
  .block-reassurance__item{
    width:49%;
    text-align: center;
    margin:1em 0em;
  }
  .block-ressurance__item__content__text{
    text-align: left;
  }
}
@media screen and (max-width:600px){
  .block-reassurance__item{
    width:100%;
  }
}







.spr-review{
  padding:2em 0em;
  border-bottom:1px solid #dcdcdc;
}
.spr-review-header-title{
  margin:1em 0 0.5em 0;
  display: block;
  font-size:1.15em;
  font-weight: bold;
}
.spr-review-footer{
  margin-top:0.5em;
}
.spr-review-footer span{
  color:#428bca;
}
.shop-owner-reply-on-review{
  position: relative;
  margin:1em 0em 0em 2.5%;
  padding:0.5em 0em 0.5em 2em;
}
.shop-owner-reply-on-review:before{
  content:'';
  position: absolute;
  left:0em;
  top:0;
  height:100%;
  width:5px;
  background-color: #f5f5f5;
}
.shop-owner-reply-on-review .owner-date-reply{
  color:#999999;
  margin:1em 0 0;
}
/*=====  End of Section Product  ======*/







/*=============================================
=          Section Left sidebar search        =
=============================================*/

/*=====  End of Left sidebar search  ======*/

/*=============================================
=             Section Miscelleanous           =
=============================================*/

.layered_ajax_loader_inner{
  position: fixed;
  width: 100%;
  height:100%;
  background-color:rgba(0,0,0,0.8);
  z-index:20000;
  top:0;
  left:0;
  text-align:center;
}
.layered_ajax_loader_inner p{
  position: fixed;
  left:50%;
  top:50%;
  color:#ffffff;
  font-weight: bold;
  font-size:1.5em;
  text-transform: uppercase;
}


.header__introduction{
  background-color:#f2ece7;
  position: relative;
  padding:7em 180px 4em 180px;
}
.header__introduction:after, .header__introduction:before{
  background-color:#f2ece7;
  content:'';
  display: block;
  position: absolute;
  top:0px;
  width:999em;
  height:100%;
}
.header__introduction:before{
  left:-999em;
}
.header__introduction:after{
  right:-999em;
}

.header__introduction h1{
  font-weight: 500;
  font-size: 4.5em;
  margin:0em 0em 0.5em;
}
.header__introduction p{
  font-size:1.5em;
}
.header__introduction__texte p, .header__introduction__texte .cta-btn{
  padding-right:9rem;
}
@media screen and (max-width: 1200px) {
  .header__introduction{
    background-color:#f2ece7;
    position: relative;
    padding:4em 80px 4em 80px;
  }
}

@media screen and (max-width: 1200px) {
  .header__introduction{
    background-color:#f2ece7;
    position: relative;
    padding:4em 5%;
  }
}
@media screen and (max-width: 768px) {
  .header__introduction{
    padding:2em 5%;
  }
  .header__introduction__texte p{
    padding-right:0em;
  }
  .header__introduction__texte{
    font-size: 0.8em;
  }
  .header__introduction__texte + div{
    text-align: center;
  }
  .header__introduction img{
    max-width:200px;
    display: inline-block;
  }
}






.product-homefeatured{
  text-align: center;
}
.product-homefeatured h2{
  font-size:3.5em;
  margin:1em 0em 0em;
  font-weight: 700;
  text-transform: uppercase;
}
.product_list--slider{
  padding:3em 10%;
}
.slick-arrow{
  position: absolute;
  display: block;
  width:15px;
  height:15px;
  border:none;
  background-color: transparent;
  top:0px;
  transform:translateX(-50%);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent:-999em;
  z-index:10;
}
.slick-prev{
  background-image:url('../img/custom/arrowleft.svg');
  left:48%;
}
.slick-next{
  background-image:url('../img/custom/arrowright.svg');
  left:52%;
}
@media screen and (max-width: 1400px) {
  .product_list--slider{
    padding:3em 0%;
  }
}









.header__pushitem{
  font-family: 'Open Sans', sans-serif;
}
.header__pushitem .row{
  display: table;
  table-layout: fixed;
  width: 100%;
  margin:0px;
}
.header__pushitem .row > div{
  padding:0px;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  float: none;
}
.header-pushlist__carac-list{
  background-color:#f2ece7;
}
.header__pushitem .row .header-pushlist__text{
  padding:10em;
}
.header-pushlist__text h2{
  font-weight: 300;
  font-size:4.5em;
  margin:0px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom:0.25em;
}
.header-pushlist__text h2 span{
  font-weight: 700;
}
.header-pushlist__text p{
  font-size:1.5em;
}
.header__pushitem p{
  margin-bottom:0px !important;
}
@media screen and (max-width: 1400px) {
  .header__pushitem .row .header-pushlist__text{
    padding:4em;
  }
}
@media screen and (max-width: 1024px) {
  .header__pushitem .row .header-pushlist__text{
    font-size: 0.7em;
  }
}
@media screen and (max-width: 800px) {
  .header-pushlist__text h2{
    font-size: 3em;
  }
}
@media screen and (max-width: 768px) {
  .header__pushitem .row > div{
    display: inline-block;
    width: 100%;
  }
}







.header-pushlist__carac-list{
  text-align: center;
  font-size:0px;
  padding:4rem 10rem;
}
.header-pushlist__carac-item{
  display: inline-block;
  vertical-align: middle;
  width:25%;
  font-size:1rem;
  padding:3rem 1rem;
}
.header-pushlist__carac-item__text{
  color:#656565; 
  font-size:1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.header-pushlist__carac-item__image{
  text-align: center;
  position: relative;
}
.header-pushlist__carac-item__image img{
  display: inline-block;
}
.header-pushlist__carac-item__image a{
  position: relative;
  display: block;
}
.header-pushlist__carac-item__image a:after{
  content:'+';
  width:100px;
  height:100px;
  background-color:#656565;
  position: absolute;
  top: 50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  border-radius:50%;
  color:#ffffff;
  font-weight: bold;
  font-size: 6.8em;
  opacity: 0;
  transition:all 0.25s;
}
.header-pushlist__carac-item__image a:hover:after{
  transition:all 0.25s;
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .header__pushitem .row .header-pushlist__carac-list{
    padding:2rem 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-pushlist__carac-item{
    width:33.333%;
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .header__pushitem .row .header-pushlist__carac-list{
    padding:1rem;
  }
}


.btn-cta-alternative{
  text-align: center;
  border:2px solid #000000;
  font-size:15px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding:0.5em 1em;
  background-color:#ffffff;
  transition: all 0.25s;
}
.btn-cta-alternative--float{
  float: right;
}
.btn-cta-alternative i{
  margin:0 0.5em;
}
.btn-cta-alternative:hover{
  background-color:#000000;
  transition: all 0.25s;
}
.btn-cta-alternative:hover span{
  color:#ffffff;
  transition: all 0.25s;
}
.btn-cta-alternative:hover i{
  color:#ffffff;
  transition: all 0.25s;
}


.cta-btn{
  margin:0em 0em 4em;
  text-align: center;
}
.header-pushlist__text a.btn, .cta-btn a{
  border:2px solid #000000;
  margin-top:1em;
  font-size:20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding:0.5em 1em;
  transition: all 0.25s;
}
.header-pushlist__text a:hover, .cta-btn a:hover{
  color:#ffffff;
  background-color:#000000;
  transition: all 0.25s;
}



@media screen and (max-width: 768px) {
  .header-pushlist__text a.btn, .cta-btn a{
    font-size:1em;
  }
}



/*=====      End of Miscelleanous      ======*/



/*=============================================
=                 Section Footer              =
=============================================*/

/**
 *
 * Prefooter
 *
 */
.pre-footer__logo img{
  max-width: 100px;
}
.pre-footer__pres span{
  font-size:1.75em;
  padding-bottom:0.5em;
  font-weight: 600;
  display: block;
}
.pre-footer__info h4{
    font-size:1.25em;
  padding-bottom:0.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.pre-footer__pres, .pre-footer__info{
  border-bottom:1px solid #cbcbcb;
}
.pre-footer__info span{
  display: block;
}
.pre-footer__info span a{
  font-weight: bold;
  color:#db0000;
  font-size:1.5em;
  margin:1.5em 0 1em;
  display: block;
}
.pre-footer__info .nav__contact{
  padding-left:0;
}
.pre-footer__info .nav__contact span{
  color:#000;
  display: inline-block;
}
.pre-footer__info .nav__contact:after{
  display: none;
}
.pre-footer__block{
  display: table-cell;
  vertical-align: top;
  float: none;
}
@media screen and (max-width: 768px) {
  .pre-footer__block{
    display: block;
    text-align:center;
  }
}


/**
 *
 * Footer
 *
 */
 .footer{
  border-bottom:1px solid #cbcbcb;
  padding:1em;
 }
.footer-container{
  background-image:url('../img/custom/bgcuir.jpg');
  background-position: center;
  padding:2em 0em 0;
}
.footer-block h4{
  padding:0 0 0.75em;
  font-size:1.25em;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-block ul{
  margin-bottom:0px;
}
.footer-block p{
  margin-bottom:2px;
}
.after-footer{
  padding:1em 0;
  text-align: center;
}
.after-footer p{
  margin:0;
}
@media screen and (max-width: 768px) {
  .footer-block{
    margin-bottom:1em;
    text-align: center;
  }
}




/*=====  End of Footer  ======*/






.block-stock{
  padding-top:2rem;
  font-weight: 700;  
}
.block-stock span{
  padding:1rem;
  background-color:#5fb95d;
  color:#fff;
}