body{
    padding-top: 0px;
}

body.home{
    background-color: #ffffff !important;
}

#page{
    position: relative;
}

body .site-header{
    padding-top: 15px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2500;
    margin-bottom: 0px;
}

body .site-header.fixed{
    position: fixed;
}

#masthead{
 margin-bottom: 0px  ;
}


body .site-header .site-branding{
    margin-bottom: 0px;
}

body .site-header .site-branding a.custom-logo-link img {
	width:100px;
	height:auto;
}

.hidesdesktop, 
.wp-block-woocommerce-product-categories.hidesdesktop,
.wc-block-product-categories.hidesdesktop{
    display: none !important;
}

.infos-liv{
    background-color: #d52469;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    position: relative;
    width: 100%;
    height: 40px;
    top: 0px;
    left: 0px;
    z-index: 2600;
}

.infos-liv p{
    margin: 0px;
    padding-top: 5px;
}

ul.products{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}

ul.wp-block-woocommerce-product-template li.wc-block-product, ul.products li.product{
	display:flex;
	flex-direction:row;
	align-content:space-between !important;
	flex-wrap:wrap;
	/*background-color:yellow;*/
	justify-content:center;
}

ul.wp-block-woocommerce-product-template li.wc-block-product{
	display:inherit;
}

ul.wp-block-woocommerce-product-template li.wc-block-product a:not(.wp-block-button__link){
text-decoration: none;
color: #24262a;
font-size: 20px;
line-height: 24px;
}

body ul.wp-block-woocommerce-product-template li.wc-block-product div.wp-block-woocommerce-product-price{
    margin-top: 20px !important;
    font-size: 18px;
    font-weight: 600;
    color: #d52469;
}

ul.wp-block-woocommerce-product-template li.wc-block-product a:not(.wp-block-button__link):hover{
    text-decoration: underline;
}


.storefront-breadcrumb{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.col-full{
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.storefront-breadcrumb .col-full{
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 90px;
    padding-top: 50px;
}

.site-footer .col-full{
    background-color: #24262a;
background-image: url();
}


.copyright{
    width: 100%;
    text-align: center;
    background-color: #d52469;
    color: #fff;
}

.copyright p{
    margin: 0px;
    padding-top: 10px;
    padding-bottom:10px ;
}



.swiper-button-prev, .swiper-button-next{
    color: #fff;
}