/*
Theme Name: Supro Child
Theme URI: http://drfuri.com/supro
Author: DrFuri
Author URI: http://drfuri.com
Description: Supro Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: supro
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: supro
*/

/*Body */
@font-face {
  font-family: 'basis';
  src: url('font/basisgrotesquepro-regular.woff2') format('woff2'),
       url('font/basisgrotesquepro-regular.woff') format('woff'),
       url('font/') format("truetype");
  font-weight: normal;
  font-style: normal;
}
body, h1, h2, h3, h4, h5, h6{
  font-family: 'basis','Cerebri Sans', Arial, sans-serif;
  font-weight: 500;
}

/* HEADER */

.header-layout-1 .site-header .menu-logo{
  width: 30%;
}
body .site-header .site-logo{
  margin-top: 0;
}
body .site-header .site-logo a.logo{
  display: none;
}
body .site-header .site-title{
  font-size: 30px;
  text-indent: inherit;
  line-height: 30px;
  font-weight: 600;
}

/* MENU */
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li.active li a{
  box-shadow: none;
  color: #999;
}
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li.active li a:hover{
  box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 #000;
  color: #000;
}
.nav ul ul{
  top: calc( 100% - 1px );
}
.nav ul ul ul{
  position: relative;
  left: inherit;
  border: none;
  display: block!important;
  padding: 5px 0;
}
.nav .menu .is-mega-menu .dropdown-submenu{
  left: -80px;
}

/* HOME */

  /* Home categories block */
  .block_cat_home{
    position: relative;
    margin-bottom: 80px;
  }
  .block_cat_home .img-cat-home{
    overflow: hidden;
  }
  .block_cat_home .img-cat-home img{
    transition: 0.5s;
  }
  .block_cat_home:hover .img-cat-home img{
    transform: scale(1.05);
  }
  .block_cat_home .subtitle{
    text-align: center;
    color: #999999;
    font-size: 16px;
    margin-top: 20px;
    line-height: 16px;
  }
  .block_cat_home h3{
    text-align: center;
    color: #B2B2B2;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .block_cat_home h3 a{
  }
  .block_cat_home h3 a:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* Home best selling */
  .supro-product-banner .title{
    font-size: 24px;
    margin-bottom: 22px;
  }
  .supro-product-banner .banner-group:nth-child( 2n ) .banner-url{
    margin-top: 100px;
  }
  .supro-product-banner .banner-group:nth-child( 2n ) .banner-url.odd-banner{
    margin-top: -75px;
    padding-left: 170px;
  }
  .supro-product-banner .banner-group:nth-child( 2n ) .banner-url.odd-banner .banner-content{
    position: absolute;
    left: 0;
    top: 85px;
  }
  .supro-product-banner .banner-group:nth-child( 2n ) .banner-url.even-banner{
    padding-left: 0;
    padding-right: 170px;
  }
  .supro-product-banner .banner-group:nth-child( 2n ) .banner-url.even-banner .banner-content{
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
  }
  .supro-product-banner .banner-group{
    margin-bottom: 60px;
  }


/* FOOTER */
.site-footer .widget .widget-title{
    color: #2B2B2B;
    margin-bottom: 20px;
}
.site-footer .widget.widget_text{
  margin-bottom: 20px;
}

/* PRODUCT SINGLE PAGE */
body .pwb-single-product-brands {
    float: right;
    max-width: 150px;
}

/* Login as user */
body.admin-has-been-logged-in-as-a-user{
  margin-top: 0!important;
}
body.admin-has-been-logged-in-as-a-user .login-as-user-top{
  top: 0!important;
  position: absolute!important;
}
body.admin-has-been-logged-in-as-a-user .login-as-user-msg{
  padding-top: 15px;
  padding: 0;
  display: inline-block;
  margin-right: 20px;
}
body.admin-has-been-logged-in-as-a-user .button.w357-login-as-user-btn{
  background-color: #f68872!important;
  font-weight: normal!important;
  font-size: 16px!important;
  height: auto!important;
  line-height: 30px!important;
  margin: 10px 0 !important;
}

/* SEARCH PAGE */
.search-results .supro-post-list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search-results .supro-post-list article{
  width: 33.3%;
  padding: 20px;
}
.search-results .supro-post-list .entry-summary{
  width: 100%;
  padding: 0 10px;
  margin: 15px auto 0;
}
.search-results .supro-post-list .entry-title{
  font-size: 22px;
  margin-bottom: 20px;
}
.search-results .supro-post-list .entry-header{
  padding: 0 10px;
}

/* BRAND PAGE */
.wp-block-image{
  margin: 0;
}
.space_products_brand{
  height: 30px;
}
.date_midori{
  max-width: 650px;
  margin: auto;
}
.wp-block-button__link{
  background: #828282;
}
.wp-block-button__link:hover{
  background: #32373c;
}
.ur-frontend-form .ur-form-row .ur-form-grid input::placeholder,
.site-header .menu-extra .menu-item-search .search-field::placeholder{
  opacity: 1!important;
  color: #a5a5a5!important;
}

/* WOOCOMMERCE */
body.woocommerce-shop li#nos-produits, body.woocommerce-shop li.cat-item-305, body.woocommerce-page li.cat-item-305 {
  display: none;
}
body.archive.woocommerce ul.products li.product .footer-button .added_to_cart{
  display: none!important;
}
.woocommerce-info{
  background: transparent;
  padding-left: 0;
  border: none;
}
.woocommerce-info:before{
  display: none;
}
.woocommerce ul.products.columns-3 li.product.product-category{
  width: 50%;
}
.woocommerce ul.products li.product{
  margin-bottom: 120px;
}

.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title{
  text-align: center;
  font-size: 1.6em;
  font-weight: 300;
}
.woocommerce ul.products li.product .reference {
  font-size: 14px;
  color: #bbb;
  line-height: 1;
  display: block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
}
.woocommerce div.product div.summary{
  position: relative;
}
.woocommerce ul.products li.product .best-sale,.woocommerce div.product div.summary .best-sale,
body.woocommerce .ribbons .ribbon.featured{
  background: url(img/001-favourites.svg) left center no-repeat transparent;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
  padding-left: 40px;
  font-weight: 600;
  color: #656565;
}
body.woocommerce .ribbons{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
}
body.woocommerce.single-product .ribbons .ribbon.featured{
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
}
body.single-product .ribbons{
  top: 10px;
  left: 116px;
  position: absolute;
  width: 100%;
}
.woocommerce div.product div.summary .best-sale{
  top: 0;
  left: -60px;
}
.woocommerce div.product .product_title{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 25px;
}
.woocommerce div.product div.summary .single_add_to_cart_button{
  font-weight: 500;
}
.woocommerce div.product form.cart .buy_now_button{
  font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs .panel{
  margin-bottom: 60px;
}
.widgets-area .widget ul.product_list_widget .product-title{
  font-weight: 500;
}
.woocommerce ul.products li.product .product-inner{
  position: relative;
}
.woocommerce ul.products li.product .un-product-thumbnail{
  position: initial;
}
.woocommerce ul.products li.product .product-inner .un-product-details{
  text-align: center;
}
body.woocommerce ul.products li.product .un-product-thumbnail .footer-button{
  position: absolute;
  bottom: -65px;
  opacity: 1;
  transform: scaleX(1);
  padding: 0;
  justify-content: center;
}
body.woocommerce ul.products li.product .un-product-thumbnail .footer-button .actions-button{
  display: none;
}
.woocommerce ul.products li.product .product-inner:hover .footer-button{
  bottom: -65px;
}
.woocommerce ul.products li.product .product-inner .footer-button{
  opacity: 1;
  transform: scaleX(1);
  padding-top: 0;
  bottom: -65px;
}
.woocommerce ul.products li.product .button.product_type_variable,
.woocommerce ul.products li.product .footer-button .supro-product-quick-view, .woocommerce ul.products li.product .footer-button .actions-button{
  display: none;
}
.woocommerce ul.products li.product .product-inner h3 a{
  transition: 0.5s;
}
.woocommerce ul.products li.product .product-inner:hover h3 a{
  color: #f68872;
}
body.woocommerce ul.products li.product .un-product-thumbnail .footer-button .button,
body.woocommerce ul.products li.product .ywctm-custom-button-container .ywctm-custom-button,
.woocommerce ul.products li.product .footer-button .button, .woocommerce ul.products li.product .footer-button .added_to_cart{
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: auto;
  margin: auto;
  display: inline-block!important;
  padding: 0 30px;
  background-color: #222;
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  letter-spacing: 0.75px;
  transition: 0.5s;
  border-radius: 0;
  font-weight: 400;
  height: 52px;
  line-height: 50px;
  margin-top: 10px;
  border: 2px solid #222;
}
body.woocommerce ul.products li.product .ywctm-custom-button-container .ywctm-custom-button .btn-placeholder{
  text-align: center;
  line-height: 15px;
  margin-top: 9px;
  max-width: 150px;
}
body.woocommerce ul.products li.product .un-product-thumbnail .footer-button .button:hover,
.woocommerce ul.products li.product .footer-button .button:hover, .woocommerce ul.products li.product .footer-button .added_to_cart:hover{
  background: #f68872;
  border-color: #f68872;
  font-weight: bold;
}
.woocommerce div.product form.cart .button:hover{
  background: #f68872;
  border-color: #f68872;
}
body.woocommerce ul.products li.product .ywctm-custom-button-container .ywctm-custom-button{
  background: transparent;
  color: #222;
  font-weight: 700;
  margin-top: 13px;
  line-height: 52px;
  height: 48px;
}
.woocommerce ul#shipping_method li .woocommerce-Price-amount{
	margin-left: 5px;
}
.ur-frontend-form{
	max-width: 370px;
	margin: auto;
	padding: 0;
	border: 0;
}
.ur-frontend-form .input-text {
	padding: 10px 20px;
	border: 1px solid rgba(0, 0, 0, 0.15)
}
.ur-frontend-form .ur-button-container .ur-submit-button{
    width: 100%;
    font-size: 18px;
    margin-top: 30px;
    font-weight: 700;
    text-transform: uppercase;
    height: 52px;
    line-height: 52px;
    padding: 0;
    margin: 0;
    background-color: #222;
    color: #fff;
}
.woocommerce-cart .woocommerce table.cart .cart-actions, .woocommerce-cart .woocommerce table.checkout .cart-actions{
  position: relative;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .button.btn-empty{
  color: #bbb;
  background: #f5f5f5;
  border: 2px solid #eaeaea;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .button.btn-empty:hover{
  background: #222;
  border: 2px solid #222;
  color: #fff;
}
/*.wholesale_price_title{
  	float: left;
}*/
.woocommerce ul.products li.product .price .wholesale_price_container{
  display:inline-block!important;
}
.woocommerce ul.products li.product .price{
  font-size: 16px;
  color: #222;
}
ul.products .ywctm-custom-button-container{
  position: absolute;
  left: 0;
  right: 0;
}
.woocommerce ul.products li.product.outofstock .footer-button{
  /*display: none;*/
}
.woocommerce ul.products li.product .product-inner .un-product-details > a{
  display: none;
}
.woocommerce div.product .product-summary p.price ins{
  	margin-left: 10px;
}
button[name='update_cart'] {
	display: none !important;
}
.woocommerce img.pswp__img, .woocommerce-page img.pswp__img{
    padding-bottom: 150px;
    padding-left: 75px;
    padding-right: 75px;
}
.woocommerce .togglehidesvi{
	display: none!important;
}
.woocommerce .pswp__top-bar, .woocommerce .pswp__caption{
	background: transparent!important;
}
.woocommerce .swiper-button-next, .woocommerce .swiper-button-prev{
	background-size: contain!important;
    width: 27px;
    height: 22px;
}
.mega-menu-content .col-md-3{
  	width: 20%;
}
.grecaptcha-badge{
	opacity: 0;
}
blockquote {
	font-size: 26px;
	font-weight: 500;
}
blockquote#lpc_pick_up_info{
  font-size: 16px;
}
.nav ul.menu > li{
	padding: 0 12px;
}
.nav ul.menu > li#menu-item-6543{
    border: 2px solid #222;
    margin-left: 12px;
}
.nav ul.menu > li#menu-item-6543:hover{
	background: #222;
}
.nav ul.menu > li#menu-item-6543:hover a{
	color: #fff;
}
.nav ul.menu > li#menu-item-6543 a::after{
	display: none!important;
}
.header-layout-1 .site-header .menu-extra-au{
	max-width: 225px;
}
.insta-images .vc_column-inner{
	padding: 3px;
}
.woocommerce ul.products li.product .un-product-details > a.add_to_cart_button {
  display: none;
}
.woocommerce div.product .related.products ul.products li.product{
  margin-bottom: 60px;
}
body .ywctm-custom-button-container .ywctm-custom-button{
  float: none;
  width: 100%;
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0.2em;
  border-radius: 0;
  color: #222;
  border-color: #222;
  margin-bottom: 20px;
  padding: 0;
}
.ywctm-custom-button-container:hover .ywctm-custom-button:hover{
  color: #222;
  border-color: #222;
  background: transparent;
}
.ywctm-custom-button-container + form.cart .buy_now_button{
  display: none;
}
.supro-off-canvas-panel.menu-sidebar ul.menu li a{
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
}
.supro-off-canvas-panel.menu-sidebar ul.menu li{
  padding: 5px 0;
}
.quick-view-modal .product-summary .ywctm-custom-button-container + .cart .quantity,
.quick-view-modal .product-summary .ywctm-custom-button-container + .cart .single_add_to_cart_button {
	display: none;
}
.quick-view-modal .product-summary .ywctm-custom-button-container + .cart .yith-wcwl-add-to-wishlist,
.single-product.woocommerce div.product .ywctm-custom-button-container + .cart .supro-wishlist-button .yith-wcwl-add-to-wishlist {
	margin-left: 0;
}
.customer-login:focus, .woocommerce:focus, .woocommerce-account:focus{
	outline: none;
}
.woocommerce .content-register{
	border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce .content-register a{
	display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
}
.woocommerce-account .woocommerce .cols-panel h2{
	margin-bottom: 25px;
}


.woocommerce .yith-wcwl-add-button > a i, .woocommerce ul.products li.product .footer-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a .yith-wcwl-icon, .woocommerce ul.products li.product .footer-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a .yith-wcwl-icon, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a .yith-wcwl-icon,
 .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a .yith-wcwl-icon{
  background: url(img/whishlist-ico.jpg) top left no-repeat transparent;
  width: 17px;
  height: 14px;
  display: inline-block;
}

.woocommerce .yith-wcwl-add-button:hover > a i{
  background-position: -20px 0;
}

.woocommerce ul.products li.product .footer-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a .yith-wcwl-icon, .woocommerce ul.products li.product .footer-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a .yith-wcwl-icon,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a .yith-wcwl-icon,
 .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a .yith-wcwl-icon{
  background-position: -40px 0;
}
/* Attributes for "Display" products*/
.woocommerce div.product form.cart table.wccpf_fields_table.products_4-wrapper td ul li{
  height: 100px;
  width: 25%;
}
.woocommerce div.product form.cart table.wccpf_fields_table.products_4-wrapper td.wccpf_value ul li label span{
  width: 100px;
  height: 100px;
  top: -37px;
}
.woocommerce div.product form.cart table.wccpf_fields_table td.wccpf_value label{
  display: inline-block;
  width: auto;
  position: relative;
  text-indent: -40000px;
}
.woocommerce div.product form.cart table.wccpf_fields_table td ul li{
  display: inline-block;
  height: 120px;
  width: 33%;
  margin-right: 0;
}
table.wccpf_fields_table td.wccpf_value input[type=checkbox] {
  width: auto!important;
  position: absolute;
  left: 0;
  top: 45%;
}
.woocommerce div.product form.cart table.wccpf_fields_table{
	margin-bottom: 30px;
}
.woocommerce div.product form.cart table.wccpf_fields_table tr{
	border: none;
}
.woocommerce div.product form.cart table.wccpf_fields_table td{
	display: block;
	width: 100%;
	border:none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.woocommerce div.product form.cart table.wccpf_fields_table td.wccpf_label{    
  margin-bottom: 50px;
}
.woocommerce div.product form.cart table.wccpf_fields_table td label{
	display: block;
	width: 100%;
}
.woocommerce.single .ribbons .ribbon{
  top: -50px;
  left: -2px;
}

/* Display D-Clips */
.woocommerce div.product form.cart table.wccpf_fields_table td.wccpf_value ul li label span{ 
  content: '';
  display: inline-block;    
  width: 120px;
  height: 120px;
  position: absolute;
  left: calc(100% + 14px);
  top: -47px;
}​

/* COOKIES BANNER */
#cookie-notice .cn-button{
  background: transparent;
  border: 1px solid white;
  padding: 10px 35px;
  margin-left: 20px;
}
#cookie-notice #cn-notice-text{
  text-align: left;
  max-width: calc( 100% - 148px );
  margin-bottom: 0;
}
#cookie-notice #cn-notice-text a{
  color: #d0d0d0;
}
#cookie-notice .cookie-notice-container{
  max-width: 1245px;
  margin: auto;
}
.cn-buttons-container, .cn-text-container{
  vertical-align: middle;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1199px) {
  .supro-off-canvas-panel.menu-sidebar ul.menu li.menu-item-has-children .toggle-menu-children{
    top: 4px;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu li{
    padding: 12px 0;
    border: none;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu li a{
    font-size: 16px;
  }
}

/*** ADD discount 30% for some categories by slug (id on listing page) ***/
/*#masthead:after{
 content:'Réduction de 30% sur les Color Notebooks et les papiers à lettres "Collection Éphémère" avec le code Reduc2021';
 position: relative;
 width: 100%;
 text-align: center;
 display: block;
 margin-top: 15px;
 padding-top: 10px;
 padding-bottom: 10px;
 font-size: 16px;
 color: #fff;
 background: #f68872;
}
.header-sticky .site-header, .header-sticky .site-header.minimized{
  padding-top: 15px;
  padding-bottom: 0;
}
.nav ul ul{
  top: calc(100% - 13px);
}
#color-notebook,
#collection-printemps-ephemere,
#collection-ephemere-2eme-partie,
#collection-ephemere-3eme-partie{
  position:relative;
}
#color-notebook:before,
#collection-printemps-ephemere:before,
#collection-ephemere-2eme-partie:before,
#collection-ephemere-3eme-partie:before{
  content: 'Réduction de 30%';
  position: absolute;
  top: -18px;
  padding: 5px 20px;
  display: block;
  width: 60%;
  left: 20%;
  color: #fff;
  background: #f68872;
  text-align: center;
  font-size: 18px;
  border-radius: 20px;
}*/
/*** END ADD discount 30% for some categories by slug (id on listing page) ***/

body.header-layout-1 .site-header .menu-extra .menu-item-account .wrapper{
    right: -20px;
    left: auto;
    top: 26px;
}
a:hover{
    color: #f68872;
}
.nav a:hover{
    color: black;
}
body .mf-recently-products .product-list .btn-secondary:hover{
    background-color: #000;
    color: white;
}
.footer-layout.footer-layout-2 .widget_categories li a:hover, .footer-layout.footer-layout-2 .widget_recent_comments li a:hover, .footer-layout.footer-layout-2 .widget_rss li a:hover, .footer-layout.footer-layout-2 .widget_pages li a:hover, .footer-layout.footer-layout-2 .widget_archive li a:hover, .footer-layout.footer-layout-2 .widget_nav_menu li a:hover, .footer-layout.footer-layout-2 .widget_recent_entries li a:hover, .footer-layout.footer-layout-2 .widget_meta li a:hover, .footer-layout.footer-layout-2 .widget-recent-comments li a:hover{
    color: #f68872;
}
.footer-layout.footer-layout-2 .widget_categories li a:after, .footer-layout.footer-layout-2 .widget_recent_comments li a:after, .footer-layout.footer-layout-2 .widget_rss li a:after, .footer-layout.footer-layout-2 .widget_pages li a:after, .footer-layout.footer-layout-2 .widget_archive li a:after, .footer-layout.footer-layout-2 .widget_nav_menu li a:after, .footer-layout.footer-layout-2 .widget_recent_entries li a:after, .footer-layout.footer-layout-2 .widget_meta li a:after, .footer-layout.footer-layout-2 .widget-recent-comments li a:after{
    background: #f68872;
}
body i.icon-arrow-up{
    transition: 0.3s;
}
body i.icon-arrow-up:hover{
    color: #f68872;
}
body .cn-button.bootstrap{
    background: #f68872;
    border: 2px solid #f68872;
}
body .cn-button.bootstrap:hover{
    background: transparent;
}
body .supro-button a:hover{
    color: #f68872;
}
body .supro-button.border-bottom a:after{
    transition: 0.3s;
}
body .supro-button.border-bottom a:hover:after{
    background: #f68872;
}
.google-reviews-widget.widget{
    margin-bottom: 35px;
  }
.logo-paiement{
    background: url(img/cb_visa_mastercard_paypal.png) left center no-repeat transparent;
    background-size: contain;   
    height: 35px;
}
.wp-google-list .wp-google-place{
    margin-top: 1px!important;
}
.wp-gr .wp-google-left{
    padding-top: 5px!important;
}
.wp-gr.wpac .wp-google-name a span{
    font-size: 14px!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    color: #2B2B2B!important;   
    font-family: 'basis','Cerebri Sans',Arial,sans-serif!important;
}
.wp-gr.wpac .wp-google-name a span:hover{
    color: #f68872!important;
}
body .supro-nav-dark .tp-tab-number, body .supro-nav-dark .tp-tab-title{
    color: #636363;
}
@media (min-width: 992px){
    .footer-1.col-md-1-5{
    width: 24%;
    }
    .footer-2.col-md-1-5{
    width: 19%;
    }
    .footer-3.col-md-1-5{
    width: 22%;
    }
    .footer-4.col-md-1-5{
    width: 15%;
    }
    body.header-layout-1 .site-header .menu-extra .menu-item-account .wrapper{
        right: -108px;
    }
}

/* NOEL 2020 --> Bonet de noel sur logo + barre de réduction Header */
/*#masthead:after{
  content:"Réduction de 10% sur toute la boutique avec le code promo Noel2020";
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 15px;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background: #d63433;
 }
 .site-header .menu-logo{
   position: relative;
 }
 .site-header .menu-logo:before{
   content:"";
   background: url(img/hat-32px.png) center center no-repeat transparent;
   width: 32px;
   height: 32px;
   position: absolute;
   display: block;
   left: -16px;
   top: -17px;
   z-index: 1;
 }
 .header-sticky .site-header, .header-sticky .site-header.minimized{
   padding-top: 15px;
   padding-bottom: 0;
 }
*/
 /* FIN NOEL 2020 --> Bonet de noel sur logo + barre de réduction Header */