html.async-hide {
	opacity: 1 !important;
}
#cfw {
	padding-top: 20px;
	min-height: calc(100vh - 220px);
}
.checkout-wc .cfw-logo .logo {
    background-size: 150px auto;
    height: 40px;
}
.checkout-wc #cfw-header .container {
    max-width: 100%;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
}
.checkout-wc .cfw-logo {
    padding: 13.5333px 22.7667px;
}
.sf-inital-box {
    display: none;
    margin-bottom: 20px;
}
#sf_giftSubscribeView_field{ margin-bottom: 0px; margin-top: 10px; }
#sf_order_notes_field .checkbox, #sf_giftSubscribeView_field .checkbox {
    padding-left: 0;
    line-height: 2;
}
.sf-woocommerce-privacy-policy {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,.05);
}
#cfw-payment-method .form-row label.checkbox {
    padding: 0 !important;
    margin: 0;
}
.checkout-wc .checkbox input[type="checkbox"] {
    float: none;
    margin-top: 0;
}
#sf_custom_order_notes_field .sf-order-notes {
    margin-bottom: 6px;
}
#sf_order_notes_field {
    margin-bottom: 5px;
    margin-left: 0;
}
.sf-inital-box #recipient_name_sf_fields .sf-inital-input {
    margin-bottom: 6px;
}
.sf_Kicker, .sf_Seal_Code {
    display: inline-block;
    vertical-align: top;
}
#_GUARANTEE_SealSpan {
    display: none !important;
}
.checkout-wc #cfw-payment-request-buttons .wc-amazon-payments-advanced-populated,
.checkout-wc #payment .payment_method_amazon_payments_advanced {
    display: none;
}
/*.checkout-wc .wc_payment_method.payment_method_ppcp-gateway{
    display: none;
}*/
/*.checkout-wc .wc_payment_method.payment_method_ppcp-gateway*/
.checkout-wc .wc_payment_method.payment_method_ppec_paypal{
    display: none;
}
.woocommerce-info #pay_with_amazon{ display: block !important; }

#cfw-totals-list table tr.shipping.recurring-total td {
    text-align: right;
}
.checkout-wc #cfw-footer {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	height: auto;
}
.checkout-wc #cfw-footer .cfw-footer-inner {
	padding: 5px 20px;
}
.checkout-wc #cfw-cart-summary-content {
    padding: 0 20px 20px;
}
.checkout-wc #cfw-footer .cfw-footer-inner {
	text-transform: uppercase;
}

#cfw-mobile-cart-header .cfw-arrow {
    fill: #af562e;
}

.cfw-cart-item-description .cfw-cart-item-data{ display: none !important; }
.cfw-woocommerce-subscription-gifting {
    display: none !important;
}
li.wc_payment_method.payment_method_cod.cfw-radio-reveal-li {
    display: none !important;
}
ul.woocommerce-error {
    display: block;
    list-style: none;
    margin-bottom: 1em;
    width: 100%;
    z-index: 9999;
    position: relative;
}
/*#cfw-customer-info .wc-amazon-checkout-message.wc-amazon-payments-advanced-populated{
    display: none !important;
}*/

.woocommerce-checkout ul.woocommerce-error {
    display: block;
    list-style: none;
    margin-bottom: 1em;
    width: 100%;
    max-width: 56.5%;
    position: relative;
}
@media only screen and (max-width: 990px){
    .woocommerce-checkout ul.woocommerce-error {
        max-width: 100%;
    }
}

.gift-certificate.sc_info_box,
.cfw-woocommerce-subscription-gifting {
    display: none !important;
}

#cfw-payment-method .automatewoo-optin.form-row{ display: none; }
/*#sf_giftSubscribeView_field{ display: none; }*/

/*.wc_payment_method.payment_method_ppcp-gateway{ display: none !important; }*/

/* SF popup for Earth day box */
.sf_same_popup_for_earth_day_box{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100000;
    overflow-x: hidden;
    overflow-y: auto;
    display: block; 
}

/* SF popup check same as email between buyer's email and recipient's email */
.sf_same_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100000;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}
.sf_same_table {
    display: table;
    width: 100%;
    height: 100%;
}
.sf_same_cell {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}
.sf_same_dialog {
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
}
.sf_same_content {
    position: relative;
}
.sf_same_body {
    padding: 30px;
}
.sf_same_close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}
.sf_same_close::before, .sf_same_close::after {
    content: " ";
    width: 3px;
    height: 25px;
    background-color: #3c3c35;
    position: absolute;
    top: 0;
    left: 10px;
}
.sf_same_close::before {
    transform: rotate(45deg);
}
.sf_same_close::after {
    transform: rotate(-45deg);
}
.sf_same_body p {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 15px;
}
#billing_email_field input.same_errors {
    box-shadow: 0 0 0 1px #f04f63!important;
}
/* SF popup check same as email between buyer's email and recipient's email - End */

#cfw #coupons_list{ display: none !important; }
/* #checkout #kl_newsletter_checkbox_field:not(:first-child) { */
	/* display:none; */
/* } */

body.checkout-wc {
    overflow-x: hidden;
}

#cfw-footer >.container{ margin-top: 25px; }
@media only screen and (max-width:630px){
    #cfw-footer >.container{ margin-top: 15px; }
}

a[href="https://www.vellabox.com/checkout/?remove_coupon=candleclub"]{ display: none; }

.sf_shortnote_shipping {
    font-size: 14px;
    padding-top: 10px;
    line-height: 18px;
}
.sf_price_shipping_note{
    position: absolute;
    right: 0px;
    top: 25px;
    font-size: 14px;
    /* color: red; */
    font-weight: normal !important;
}

.shipping.recurring-total ul >li:nth-child(2),
.shipping.recurring-total ul >li input[value="flat_rate:9"]{
	display: none;
}

/* #shipping_method li:nth-child(3) { */
    /* display: none; */
/* } */

/* SF add change the flow page on the checkout page */
.sf_flow_page_items li,
.sf_add_scent_items li,
.sf_vellabox_custom_candle li {
    list-style: none;
    width: 100%;
    padding: 5px 0px;
    display: inline-block;
}
.sf_flow_page_items p,
.sf_add_scent_items p,
.sf_vellabox_custom_candle p {
    font-size: 14px;
    float: left;
    width: 77%;
}
.sf_flow_page_items a,
.sf_add_scent_items a {
    float: right;
    font-size: 12px;
	color: #af562e !important;
}
/* END SF add change the flow page on the checkout page */

.sf-loader, .sf-loaders {
    border: 5px solid #783F04;
    border-radius: 50%;
    border-top: 5px solid var(--pink);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    margin-left: 5px;
    display: none;
}

ul#sf_scent_item { 
    height: 30px;
    width: 150px;
    border: 1px solid gray;
}
@media only screen and (min-width: 480px){
	ul#sf_scent_item { width: 200px !important; }
}
@media only screen and (max-width: 479px){
	ul#sf_scent_item { height: 46px !important; }
}
ul#sf_scent_item li { padding: 5px 10px; z-index: 2; }
ul#sf_scent_item li:not(.init) { float: left; display: none; background: #ddd; height:100%; }
ul#sf_scent_item li:not(.init):hover, ul#sf_scent_item li.selected:not(.init) { background: #d5bfa0; }
ul#sf_scent_item li { cursor: pointer; }
ul#sf_scent_item li.selected:not(.init) { display: block !important; }

#cfw-totals-list.cfw-module{ display: none !important; }

@media (max-width: 991.98px) {
    #cfw-cart-summary #cfw-cart-summary-content {
        display: block;
    }
}

/* #cfw-cart-summary-content { */
   /* display: block !important; */
   /* padding-top: 1em; /* make sure the quantity bubbles on cart items don't leave the containers */ */
/* } */

/* #cfw-mobile-cart-header { */
   /* display: none !important; */
/* } */

