/**
* Theme Name: Cosmetsy Child
* Description: This is a child theme of Cosmetsy, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: cosmetsy
* Version: 2.0.2
*/

/* == TOP BAR == */
body.elementor-page-753 .site-header .site-topbar {
    background-color: #fff4ec;
}

/* == FOOTER == */
.site-footer .footer-newsletter.klbtype-1, .site-footer .footer-widgets.klbtype-1, .site-footer .subfooter.klbtype-1 {
    background-color: #fff4ec;
}
/* == CHECKOUT PAGE == */
.cart-page-wrapper .cart-form-wrapper .order-review-wrapper .payment_methods li label {
   padding-left: 0px !important;
}
/* == FOOTER BG == */
.bg-lightweight{
	background:#fff4ec;
	font-size: 12px;
	font-family: 'DM Sans', sans-serif;
	font-style: italic;
	padding-bottom:20px;
}
/* == WIDGET == */
.widget.widget_text p {
	font-size: 12px;
}
/* == BLOG TITLE == */
h2 .entry-title{
	font-size: 43px;
	font-family: Crimson Pro;
}
/* == RELATED PRODUCTS EXPLORE BTN == */
.explore-more-wrapper {
    display: flex;
    justify-content: center;
    margin: 50px 0 30px; /* top & bottom spacing */
}
.explore-more-btn {
    padding: 14px 36px;
    font-size: 11px;
	font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
	border: 1px solid #000;
}
/* == Hero Section == */
@media screen and (max-width: 768px){
	.image-text.style-10 .module-block.text {
		color: #fff;
		max-width: 300px;
	}	
	.image-text.style-10 .module-block.image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center; /* CENTER */
	}
}