/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*
 * Price display
 * -------------
 * The partner price block (.partner-price-display-v2, .price-without-tax,
 * .per_q, .pdv-note, .desc-ext) is gone. JMA_Partner_Pricing::price_html() now
 * emits the same markup as the shop loop card — .shopc-price--single with
 * .shopc-vpc / .shopc-now / .shopc-tax — and cws-suite/loop-card.css styles both
 * from one place, so the product page and the card can no longer drift apart.
 *
 * The Rabat badge below is deliberately untouched: same class, same green pill.
 * Its float:right went with the old wrapper — loop-card.css sits it on the price
 * baseline instead.
 */

.partner-dicount{
    font-size: 16px;
    padding: 8px 15px;
    background: #72A82C;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
	display:inline-block;
}

.cws-minicart-wrap .cws-cart-totals{
	min-width:unset !important;
}

.cws-minicart-item-content .minicart-item-name {
    font-weight: bold;
    color: #222;
}

.cws-minicart-item-wrap .cws-minicart-item-content{
	padding-top:0px;
}

.elementor-button-link.cws-cart-checkout-action{
	color:#fff !important;
	font-weight: bold;
}

.logo-sticky-header{
	opacity:0;
	max-width:0% !important;
	transition: 750ms !important;
}

.cws-header-stuck .logo-sticky-header{
	opacity:1;
	max-width:100% !important;
}

.elementor-button-link.cws-cart-checkout-action.view-cart{
	background: #fff;
	color:#222 !important;
	font-weight: 400;
}

.cws-add-to-cart .cws-add-to-cart-button{
	padding: 12px;
    font-weight: 600;
}

.cws-ship.selected .cws-ship-radio::after,
.cws-pay.selected .cws-pay-radio::after{
    background: var(--e-global-color-secondary) !important;
}

.cws-checkout-wrap .cws-checkout-payment button#place_order.cws-checkout-place-order-btn{
	    padding: 16px 0px;
    font-weight: 600 !important;
    font-size: 18px;
    letter-spacing: 0.2px;
    background: var(--e-global-color-secondary) !important;
}

.cws-suite-promocode-input .cws-cart-coupon-action,
.cws-checkout-wrap .cws-checkout-coupon .cws-coupon-apply.cws-cta{
	font-weight: 500;
    color: #fff;
}