/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 28 2022 | 11:50:05 */
/* stripe */
.woocommerce-checkout #payment div.payment_box {
	background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods li:hover {
	background: transparent;
}

.wc-stripe_cc-new-method-container #wc-stripe-card-element
{
	background-color:rgba(232, 240, 254, 0.5);
}

.wc-stripe_cc-new-method-container #wc-stripe-card-element:focus 
{
	background-color:rgba(232, 240, 254, 1);
}
/* 
.wc-stripe_cc-new-method-container #wc-stripe-card-element
{
		background-color:rgba(232, 240, 254, 0.5);
} */

.wc-stripe_cc-container.wc-stripe-gateway-container
{
	background-color:rgba(232, 240, 254, 0.5) !important;
	border-radius: 6px;
	padding: 10px;
}

.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single
{
	border: none !important;
}

label.wc-stripe-label-payment-type, input[type=radio] + label.wc-stripe-label-payment-type, label.wc-stripe-label-klarna-category
{
	font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
}

label.wc-stripe-label-payment-type:before, label.wc-stripe-label-klarna-category:before
{
	box-shadow: none !important;
}

/*  place order btn */
#place_order {
	border-radius: 30px;
	background-color: #FC111C;
	font-weight: 400;
}

#place_order:hover {
	transform: scale(0.9);
}

/* CART */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	border-radius: 30px;
	background-color: #FC111C;
	font-weight: 500;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
		transform: scale(0.9);
}

.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
	border-radius: 30px;
	background-color: #FC111C;
	font-weight: 500;
}

.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover {
		transform: scale(0.9);
}


.product-list-content:hover: {
	transform: sacle(0.9);
}

.product-content-image .wrapper-cart-hover-hidden.add-cart-btn {
	display: none !important;
}


