/* 
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 */

body {
    color: #000;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f3efec;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #ede7e0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #ede7e0;
}

#withdrawal_description {
	display: none;
}
.woocommerce-invalid-required-field + #withdrawal_description {
	display: block;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: #a28780;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: #7F5B52;
}
/*
.wps_sfw_free_trial, .wps_sfw_signup_fee {
	display: inline;
}
*/

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #000;
	font-size: 100%;
	margin-bottom: 15px;
	display: block;
}

.woocommerce-variation-price .woocommerce-Price-amount.amount {
	margin-bottom: 0;
}

button.single_add_to_cart_button {
	margin-left: 0 !important;
}

.woocommerce-invalid #withdrawal {
    outline: 2px solid var(--wc-red);
    outline-offset: 2px;
}

.wps_recurring_bifurcation_wrapper ul {
    margin: 0 0 15px;
    padding: 0;
}

.wps_sfw_account_wrap table {
    border: none;
    margin: 0 -1px 0 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.wps_sfw_account_wrap table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.wps_sfw_account_wrap table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.wps_sfw_account_wrap table td small {
    font-weight: 400
}

.wps_sfw_account_wrap table td del {
    font-weight: 400
}

.wps_sfw_account_wrap table tbody:first-child tr:first-child td,.wps_sfw_account_wrap table tbody:first-child tr:first-child th {
    border-top: 0
}

.wps_sfw_account_wrap table tbody th,.wps_sfw_account_wrap table tfoot td,.wps_sfw_account_wrap table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1)
}

.wps_sfw_account_wrap table {
    font-size: .85em
}

.wps_sfw_account_wrap table td,.wps_sfw_account_wrap table th {
    padding: 4px 8px;
    vertical-align: middle
}

.wps_sfw_account_wrap table .button {
    white-space: nowrap
}

.wps_sfw_account_wrap {
    overflow-x: auto;
    border: 1px solid #dadada;
    padding: 20px;
}

del .woocommerce-Price-amount{
    text-decoration: line-through;
}