/*
Theme Name: Satine Child
Description: Child theme for Satine
Author: Valentin D.
Template: satine
Version: 1.0
*/

.eltdf-woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method li > script,
.eltdf-woocommerce-page.woocommerce-cart .cart-collaterals tr.shipping #shipping_method li > script {
	display: none!important;
}

.eltdf-menu-area .eltdf-position-right .eltdf-main-menu-widget-area-inner > a:first-child {
    font-size: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin: 0 14px;
}

.eltdf-page-footer .eltdf-column-content .eltdf-footer-column-1 {
	margin-bottom: 18px;
}

.eltdf-page-footer .eltdf-column-content .eltdf-footer-column-1 p {
	margin-top: 0px;
    font-family: Lora,serif;
    font-size: 17px;
}

body.woocommerce-checkout .woocommerce-shipping-methods label[for="shipping_method_0_lpc_nosign4"]::before {
	content: "";
	background-image: url('./img/colissimo_logo.png');
	background-size: contain;
	display: inline-block;
	width: 32px;
	height: 32px;
    vertical-align: middle;
}

.eltdf-woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method li>input {
	margin-right: 5px;
}


.eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-of-type) a, .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-of-type) a img {
	object-fit: cover;
}

header.eltdf-mobile-header .eltdf-mobile-logo-wrapper a {
	height: 70px!important;
}

.woocommerce-store-notice-fabuleuses {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: #fac0b2;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-family: Lora,serif;
    padding: 10px;
    color: black;
    z-index: 100;
}

body.woocommerce-demo-store {
	padding-top: 95px;
}

.eltdf-mobile-header .eltdf-position-right .eltdf-icon-widget-holder {
	margin-top: 10px;
	display: inline-block;
}
.eltdf-mobile-header .eltdf-position-right .eltdf-shopping-cart-holder {
	margin-top: -15px;
}
@media screen and (min-width: 425px) {
	body.woocommerce-demo-store {
		padding-top: 70px;
	}
}
@media screen and (min-width: 768px) {
	body.woocommerce-demo-store {
		padding-top: 45px;
	}
}

@media screen and (max-width: 480px) {
	.eltdf-woo-pagination-holder .eltdf-woo-view-all-pagination {
		top: 80%;
	}

	.eltdf-mobile-header .eltdf-vertical-align-containers .eltdf-position-center:before {
		content: none;
	}

	.eltdf-mobile-header .eltdf-position-center .eltdf-mobile-logo-wrapper img {
	    width: 80%;
	    object-fit: contain;
	}
}
body .eltdf-pli-out-of-stock,
body.woocommerce .eltdf-out-of-stock {
    font-size: 13px!important;
    line-height: 20px!important;
    padding-top: 11px!important;
}