/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

.container-price {
    width: 100%;
    background: #ffffff;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	padding: 40px;
}
.container-price .title {
    font-size: 2rem;
    color: #333;
}
.container-price .price {
    color: #FF6B6B;
    font-weight: 700;
    font-size: 2.2rem;
    margin: 15px 0;
}
.container-price span {
    font-size: 1.2rem;
}

.container-price .price span{
	text-decoration:line-through;
}
.container-price .description {
    color: #3b3b3b;
    font-size: 1.1rem;
    margin: 20px 0 20px;
}
.container-price .offer {
    display: block;
    color: #555;
    font-size: 1.2rem;
    margin-top: 25px;
}
 table.container-price, td.container-price, tr.container-price{
	text-align:center !important;
}
.subscribe-button {
    display: inline-block;
    padding: 15px 0;
    background-color: #FF6B6B;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.2rem;
    margin-top: 40px;
    width: 100%;
    font-weight: 500;
    transition: 0.2s ease;
}
.subscribe-button:hover {
    background: #ff4d4d;
}
.ribbon-wrap {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -10px;
    left: -10px;
    pointer-events: none;
}
.ribbon {
    width: 100%;
    font-size: 0.918rem;
    text-align: center;
    padding: 8px 0;
    background: #FF6B6B;
    color: #fff;
}

.filters-container{
	background:none !important;
}
.yith-wcan-filters{
	background:none !important;
}

.menu-randevu{
	max-width:30%;
	right:0 !important;
	
}

html, body{
	font-display: swap !important;
}

/*for single-product page price section fix*/
.saved-sale{
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	color: #431B0E;
	width:100% !important;
	padding: 10 0px;
}

.woocommerce-Price-amount{
	display:block !important;
	line-height:1em;
	font-size:1em !important;
}
/*single-product taksit tablosu*/
.taksit-tablosu{
	text-decoration:none;
	list-style:none;
}
.taksit-tablosu li{
	margin-bottom:3px;
	background-color:#ffffff;
	font-size:1.2em;
}

/*daha fazla yükle*/
.nasa-archive-loadmore{
	color: #ffffff !important;
}
#nasa-wrap-archive-loadmore{
	background-color: #D9121F !important;
}