/*
Theme Name: Alpha X Theme Framework
Author: Midnay
Author URI: https://midnay.com/
Description: Custom Theme Framework by Midnay
Version: 1.0
*/

/* Container Classes */
.mdny-container, .mdny-container-sm, .mdny-container-md, .mdny-container-lg, .mdny-container-xl, .mdny-container-xxl,.mdny-container-xxxl, .si-container-fluid {
	max-width: 20.5rem;
	margin: auto;
}


@media only screen and (min-width: 992px){
	.mdny-container, .mdny-container-sm, .mdny-container-md, .mdny-container-lg{
		max-width: 77.5rem;
	}
}


:root {
	--black:#000000;
	--white:#ffffff;
	--dark-blush:#E62F6B;
	--navy-blue:#1F184F;
	--medium-gray:#6B6B75;
	--light-gray:#F7F7F8;
	--border-gray:#EAEAEA;
	--light-blush:#FCE4EC;
	--dim-blue:#2C2566;
	--dark-rose:#C61046;
	--dark-gray:#9A9AA4;
	--whitish-gray:#FCFCFD;
	--charcoal:#222222;
	--Eucalyptus:#1F8A5B;
	--off-white-gray:#F1F1F3;
	--gold:#F5A623;
	--purple:#433466;
	--gray:#8A8A8A;
	--pastel-green:#25D366;
	--pale-blue:#E3F2FD;
	--pink:#FFE6EF;
	--slate-blue:#6D758F;
	--light-pink:#FFF9FACC;
}
/* 
@media screen and (min-width: 1920px){
	html{
		font-size:16px !important;
	}
}
 */
.price del {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    color: #999;
    line-height: 1;
}

/* .price del * {
    text-decoration: none !important;
} */

.price del::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1.5px;
    background: currentColor;
    pointer-events: none;
	    font-weight: 400;
	font-size: 0.85em;
}

.price del .woocommerce-Price-amount {
    font-size: 0.85em;
    font-weight: 400;
    color: #999;
}

.price del .woocommerce-Price-currencySymbol {
    font-size: 0.85em;
    font-weight: 400 !important;
    color: inherit;
}

.cc-featured-collections__price del {
    position: relative;
    color: #999;
    font-weight: 400;
    font-size: 0.85em;
}

.cc-featured-collections__price del::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1.5px;
    background: currentColor;
    pointer-events: none;
}

.cc-featured-collections__price del .woocommerce-Price-amount {
    font-size: 1rem;
    font-weight: 400;
    color: #999;
}

.cc-featured-collections__price del .woocommerce-Price-currencySymbol {
    font-size: 1rem;
    font-weight: 400 !important;
    color: inherit;
}