h1{
	text-transform: uppercase;
}
.single-product .woocommerce_waitlist{background-color:#a46497 !important; padding:4px !important;}
footer {
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
}
.service.shadow .service-holder {
	border-color:#000 !important;
}
.service.shadow::before {
	background-color:#e2e2e2 !important;
}
/*IE fix*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
    .shopping-bag.fixed-lateral .cart-total_buttons {
        position: absolute !important;
        width: 100%;
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*Header height correction*/
/*.header-wrapper header.onScroll{
height: 100px;
}
.header-height .onScroll {
height: 220px;
}
@media (max-width: 1024px) {
.header-wrapper header{height: 160px !important;}
.header-height .onScroll {height: 160px !important;}
.logo, .logo .soma-link {
height: 120px !important;
}
}
@media (max-width: 480px) {
.header-height {height: 160px !important;}
.logo, .soma-link {width:150px;margin-left:-43px !important}
#h_tadzio {
	width:270px !important;
	height:134px !important;
}
.h_pap {
	width:270px !important;
	height:71px !important;
}
.h_objets {
	width:270px !important;
	height:101px !important;
}
}

@media (min-width: 1024px) {
.default-logo, .logo, .soma-link {
height: 250px;
margin-left: 0;
-webkit-transition: all 1s linear;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.onScroll .default-logo, .onScroll .logo, .onScroll .logo .soma-link {
height: 190px !important;
margin-left: +30px;
}}*/
/*Pdt attributes table width fix*/
.woocommerce table.shop_attributes td {

    width: 70% !important;

}
/*Cart table td width fix*/
@media (min-width: 1024px) {
.woocommerce-checkout .woocommerce .checkout .your-order .woocommerce-checkout-review-order table tfoot tr td {
    text-align: right;
    width: 60%;
}}
/*Text recherche menu droite*/
header .lateral .lateral-wrapper .language-search a {
	font-size: 2rem;
}