@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mobile-rdc.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.2.4") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: url(http://mobile-rdc.com/wp-content/uploads/2022/09/accessories-page-title.jpg);
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(16,16,16);
	background-image: none;
}

:root{
--wd-text-font:"Jost", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:rgb(0,0,0);
--wd-text-font-size:16px;
}
:root{
--wd-title-font:Impact, Charcoal, sans-serif;
--wd-title-font-weight:400;
--wd-title-color:rgb(0,0,0);
}
:root{
--wd-entities-title-font:Impact, Charcoal, sans-serif;
--wd-entities-title-font-weight:400;
--wd-entities-title-color:rgb(0,0,0);
--wd-entities-title-color-hover:rgb(45, 107, 198);
}
:root{
--wd-alternative-font:Impact, Charcoal, sans-serif;
}
:root{
--wd-widget-title-font:"hkgroteskpro", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:rgb(0,0,0);
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:Impact, Charcoal, sans-serif;
--wd-header-el-font-weight:500;
--wd-header-el-transform:none;
--wd-header-el-font-size:14px;
}
html .product.category-grid-item .wd-entities-title, html .product.category-grid-item.cat-design-replace-title .wd-entities-title, html .categories-style-masonry-first .category-grid-item:first-child .wd-entities-title, html .product.wd-cat .wd-entities-title{
	font-size: 18px;text-transform: none;
}

html .wd-nav-mobile > li > a, html .wd-nav-mobile .wd-sub-menu li a{
	text-transform: none;
}

:root{
--wd-brd-radius: 8px;
}:root{
--wd-primary-color:rgb(46,107,198);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:rgb(0,0,0);
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(46,107,198);
}
:root{
--btn-accented-bgcolor-hover:rgb(42,97,180);
}
html .wd-buy-now-btn{
	background: rgb(36,36,36);
}

html .wd-buy-now-btn:hover{
	background: rgb(51,51,51);
}

:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
.product-labels .product-label.attribute-label:not(.label-with-img){
	background-color:rgb(238,238,34);
}

.product-labels .product-label.attribute-label:not(.label-with-img){
	color:rgb(221,51,51);
}

	:root{
					
							--wd-form-brd-radius: 5px;
			
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
			
							--btn-default-brd-radius: 5px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
					
					
			
			
							--btn-accented-brd-radius: 5px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
					
							
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1290px;
			}
		}

		.container {
			max-width: 1320px;
		}

		:root{
			--wd-container-w: 1320px;
		}
	
			@media (min-width: 1337px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1320px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
@font-face {
	font-family: "hkgroteskpro";
	src: url("//mobile-rdc.com/wp-content/uploads/2022/09/hkgroteskpro-semibold.woff2") format("woff2"), 
url("//mobile-rdc.com/wp-content/uploads/2022/09/hkgroteskpro-semibold.woff2") format("woff");
	font-weight: 600;
	font-style: normal;
}

/* =========================================================================
   MOBILE RDC · Correctif de mise en page des pages boutique / catégorie
   -------------------------------------------------------------------------
   POURQUOI : l'extension « Elementor Header & Footer Builder » remplace le
   modèle de page de WoodMart par le sien. Les conteneurs .container et .row
   du thème disparaissent, donc les colonnes .col-lg-3 (filtres) et .col-lg-9
   (produits) ne sont plus dans une rangée flex : elles s'empilent.
   Ce CSS recrée la rangée au niveau de #page.

   OÙ LE COLLER : WoodMart → Theme settings → Custom CSS
   (ou Elementor → Réglages du site → CSS personnalisé)

   NOTE : c'est un correctif. La solution durable est de recréer l'en-tête
   avec le Header builder de WoodMart puis de désactiver l'extension.
   ========================================================================= */

@media (min-width: 1025px) {

  /* On transforme #page en rangée flex */
  body.woocommerce #page.site,
  body.woocommerce-page #page.site {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  /* En-tête et pied de page : toute la largeur */
  body.woocommerce #page.site > header,
  body.woocommerce #page.site > footer,
  body.woocommerce-page #page.site > header,
  body.woocommerce-page #page.site > footer {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  /* Colonne des filtres : 25% */
  body.woocommerce #page.site > .sidebar-container,
  body.woocommerce-page #page.site > .sidebar-container {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 20px;
    padding-right: 12px;
  }

  /* Colonne des produits : 75% */
  body.woocommerce #page.site > .site-content,
  body.woocommerce-page #page.site > .site-content {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 12px;
    padding-right: 20px;
  }

  /* Sans colonne de filtres (ex. page boutique sans sidebar) : pleine largeur */
  body.woocommerce #page.site > .site-content:only-of-type,
  body.woocommerce-page #page.site > .site-content:only-of-type {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Tablette et mobile : la colonne de filtres passe en panneau latéral
   (classes offcanvas-sidebar-*), on laisse donc l'empilement naturel. */
@media (max-width: 1024px) {
  body.woocommerce #page.site > .site-content,
  body.woocommerce-page #page.site > .site-content {
    padding-left: 14px;
    padding-right: 14px;
  }
}