/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


#header {
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}

#header .ct-header-text {
	line-height: 0.9 !important;
}

.products img.wp-post-image {
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.sale-price {
	flex-direction: row-reverse !important;
	column-gap: 10px !important;
}
.sale-price del {
	font-size: 100% !important;
}
.sale-price .woocommerce-Price-currencySymbol {
	font-family: ct_font_outfit !important;
	margin-right: 3px !important;
}
.sale-price del {
	opacity: 0.7 !important;
	color: inherit !important;
}

.ctc_chat {
	width: auto !important;
}
.ctc_chat span.ctc-analytics {
	box-shadow: none !important;
}