/*
Theme Name: Reacso
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.woocommerce-privacy-policy-text {
    font-size: 60% !important;
    text-align: center;
}

li.wc_payment_method {
    background: #efe7da;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px !important;
}

.after-cart-info {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 20px;
    gap: 10px;
}

.after-cart-info p {
    font-size: 12px;
}

.nav-dark .nav>li>a {
    color: hsl(0deg 0% 0% / 80%);
} 

input,
select  {
    border-radius: 10px !important;
}

button#place_order {
    border-radius: 30px;
}

.pill {
	background: #c6a96982;
	width: fit-content;
	color :#c6a969;
	padding: 2px 15px 0px 15px;
	border-radius:30px;
	border: 1px solid #c6a969;
	height:30px;
	margin-bottom:15px;
}

.rounded img,
img {
	border-radius: 10px;
}

.flex-tags {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
}

.flex-tags p {
	font-size: 12px;
	padding-bottom: 0px;
	
	padding-top: 5px;
}

.quantity-break__discount-rule__content, .qb-save {
	background: #C6A969;
background: linear-gradient(90deg, rgba(198, 169, 105, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(198, 169, 105, 1) 100%);
	padding: 2px 5px;
	border-radius: 5px;
	width: fit-content;
}

.qb-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
}

.qb-card {
    position: relative;
    border: 2px solid #e5e5e5;
    border-radius: 14px;
    padding: 18px 20px;
    cursor: pointer;
    background: #f8f8f8;
    transition: 0.25s ease;
    display: flex;
    gap: 14px;
}

.qb-card input {
    margin-top: 5px;
	width:15px;
}

.qb-card.active {
    border-color: #333;
    background: #f1f1f1;
}

.qb-title {
    font-size: 18px;
    font-weight: 600;
}

.qb-prices {
    margin-top: 6px;
}

.qb-old {
    text-decoration: line-through;
    color: #999;
    margin-right: 8px;
}

.qb-new {
    font-size: 20px;
    font-weight: 700;
}

.qb-save {
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
}

.qb-badge {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #ef4040;
    color: white;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
}

/* hide Woo qty field but keep it in DOM so the form still submits quantity */
.single-product form.cart .quantity { display:none !important; }

/* full-width add to cart button */
.single-product form.cart .single_add_to_cart_button { width:100% !important; }

.qb-old-price {
    text-decoration: line-through;
    opacity: 0.5;
    margin-right: 6px;
}

.qb-new-price {
    font-weight: 600;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}