/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.test-alma{
	margin-bottom: 15px;
}

 #product-availability{
 	display: table;
 }

 .tax-shipping-delivery-label, .prix{
 	display: inline-block;
 }

 .badge-warning{
 	color: #1c9cd9 !important;
 	background-color: #ffffff !important;
 	font-size: 1rem;
 	padding: 10px 0;
 }

 .product-unavailable{
 	color: #a17738 !important;
 	background-color: #ffffff !important;
 	font-size: 1rem;
 	padding: 10px 0;
 	display: none;
 }

 #desktop_logo a .logo{
 	height: 70px;
 	width: auto;
	    padding: 10px;
    background: #fff;
 }

 .col-header-left{
 	position: relative;
 }
.cbp-horizontal > ul > li > .nav-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
 #header .header-nav, #wrapper .breadcrumb ol{
 	/*padding-left: 150px;*/
 }

  .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link{
 	color: #333333 !important;
 }

 .nav-link{
 	padding-top: 10px !important;
 	padding-bottom: 10px !important;
 }

.header-top{
	margin-top: 1px;
}

.header-top::before{
	width: 100%;
	height: 2px;
	display: block;
	content: '';
	background-color: #fff;
}

.product-description .product-brand a, .product-description .product-price{
	font-weight: bold;
}

.product-variants .input-radio, .product-variants .radio-label{
	min-height: 4rem;
	min-width: 4rem;
	line-height: 4rem !important;
}

.p_features{
	position: absolute;
    top: 225px;
    left: 15px;
}

@media (max-width: 575px){
	.p_features{
		left: 0px;
		top: 175px;
	}

	.p_features img{
		max-width: 50px;
	}
}

#iqitmegamenu-horizontal{
	position: relative;
}

.btn-learn{
	color: #ba4126 !important;
	display: block;
	text-decoration: underline;
}

#iqitcookielaw p, #iqitcookielaw-accept{
	display: inline-block;
}

#iqitcookielaw-accept{
	margin-left: 15px;
}

#PM_ASBlock_1, #PM_ASBlock_1 .card-header{
	background-color: #F6F6F6;
}

.product-variants .input-color:checked+span, .product-variants .input-color:hover+span, .product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span{
	border: 1px solid #ba4126;
	color: #ffffff;
	background-color: #ba4126;
	padding: 0px 6px;
}

.product-variants .input-radio+span{
	padding: 1px 6px;
}

.add .add-to-cart{
	text-transform: uppercase;
}

.btn-lg{
	padding: 1.5rem 2rem;
}

.af_filter label{
	padding: 5px 0;
}

.af_subtitle{
	text-transform: uppercase;
}

#js-product-list .product-add-cart, .js-product-miniature .product-add-cart{
	display: none;
}

#amazzing_filter{
	background-color: #F6F6F6;
	padding: 10px;
}

.af_filter.expandable .af_filter_content{
	margin-bottom: 0.8rem;
}

.toggle-cut-off span{
	padding: 5px !important;
}

#desktop_logo{
	display: block;
	position: relative;
	z-index: 1000;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link{
	border-bottom: 2px solid #1c9cd9;
}

.cbp-hrmenu .cbp-links li{
	padding: 10px 0;
	border-bottom: 2px solid #ececec;
}

.cbp-hrmenu .cbp-links li a:before{
	content: "";
}

.cbp-hrmenu .cbp-links li a{
	padding-left: 0px;
}


/* S.I complement */
.feature_menu {
    float: left;
    padding: 2px;
    margin-right: 5px;
    border: 1px solid green;
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 5px;
}
.feature_menu.id_feature_0 {
    display: none;
    background-color: #FA8;
}
.feature_menu_label {
	float:left;
	padding: 10px;
	border-right: 1px solid #eee;
	display: block;
}

.feature_menu.selected a, .feature_menu a:hover {
    background-color: #000;
    color: white !important;
}
.feature_menu a {
    display: block;
    color: black;
}
.bar-category:hover {
    background-color: black;
    color: white;
}
.bar-category {
    position: absolute;
    top: 0px;
    /* left: 0px; */
    border: 1px solid;
    height: 25px;
    /* float: left; */
    background-color: white;
    font-size: 5px;
    z-index: 10;
    right: -2px;
    border-radius: 4px;
    padding: 3px;
    opacity: 0.3;
    cursor: pointer;
}
/* FIN S.I complement */

.elementor-displayFooterBefore{
	background-color: #fff;
}

#cbp-hrmenu-tab-2 .cbp-hrsub,
#cbp-hrmenu-tab-3 .cbp-hrsub,
#cbp-hrmenu-tab-4 .cbp-hrsub
{
	transform: translateX(15px) !important;
}


.product-flags .discount{
	display: none;
}

.product-tabs{
	margin-left: 15px;
}

.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link{
	line-height: 2.461538rem;
}

.product-reference{
	display: inline-block;
	margin-top: 30px;
}

.product-prices{
	margin-top: 20px;
}

#iqitmegamenu-mobile .mm-expand{
	font-size: 1.5em;
}
#mobile-header .col-mobile-logo a {
    display: block;
}
.col-mobile-logo a .logo {
    width: auto;
    margin: 0 auto;
    display: block;
    height: auto;
    padding: 5px 15px;
    background: #fff;
    margin-left: -15px !important;
    max-width: 100%;
	    max-height: 70px;
}
#mobile-header .mobile-main-bar {
    padding-top: 0;
    padding-bottom: 0;
}
.ligne_gamme {
    width: 100%;
    /* border: 1px solid #ddd; */
    background-color: #eee;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.cbp-hrmenu .cbp-menu-column{
	margin-top: 0px;
}

.cbp-hrmenu a:hover .cbp-submenu-it-indicator{
	transform: translateX(5px);

}

.cbp-hrmenu .cbp-submenu-it-indicator{
	transition: all .3s ease;
}

#js-product-list-header .page-title, #content-wrapper .product_header_container .page-title span{
	text-transform: uppercase;
}

.add .btn-primary{
	background: #1c9cd9;
}

.add .btn-primary:hover{
	background: #000;
}

.badge-discount, .tax-shipping-delivery-label{
	display: none;
}

.product-discount{
	padding-left: 10px;
}

.reass-title{
	font-weight: bold;
}

#product-availability{
	margin-top: 10px;
}

.cadeau{
	max-width: 1140px;
	margin: 25px auto;
}

#wrapper .breadcrumb{
	margin-bottom: .5rem !important;
}

@media (max-width: 768px){
	#header .header-nav{
		padding-left: 0px;
	}
	.col-mobile-logo a .logo{
		margin: 0;
	}
}

@media (max-width: 575px){
	#mobile-header .m-nav-btn>i {
     font-size: 2rem; 
	}
}
