.input-text.wfacp-form-control {
    margin-left: 5px !important;
}

kueskipay-widget {
    display: none;
}


.reward-points-checkout {
    display: flex;
    text-align: right;
    border-bottom: 1px solid #C28D2C;
    max-width: 600px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

#openpay-card-cvc {
    background-image: none !important;
}

.woocommerce-message.wfacp_success {
    background-color: #FFFFFF !important;
}

#openpay_cards ul.woocommerce_error li {
    color: white !important;
}

#wfob_qr_model_wrap .wfob_qr_wrap .button,
button#wc_gc_cart_redeem_send {
    background-color: #85E4E1 !important;
    color: #000000 !important;
}

.iti__flag-container .iti__selected-flag {
    padding-left: 11px !important;
}

#billing_birth_date {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 5px;
}

.woocommerce-account-fields {
    /*background-color: #fcf9f7 !important;*/
    padding: 12px;
    margin-bottom: 5px !important;
}

button.wfacp-login-btn {
    background-color: #85E4E1 !important;
}

button.button-primary {
    border: 3px solid #85E4E1 !important;
}

/* Bump selection shows 2 buttons */
.wfob_option_btn {
    display: none !important;
}

/* Description not needed as we are using accordeons */
.description_label_head {
    display: none !important;
}

/* Bump selection hide mas info */
#orem-mas-info {
    display: none !important;
}

.wfob_single_add_to_cart_button {
    background-color: #85E4E1 !important;
}


/* Boton de elije una opcion, no se necesita porque cuando se acepta bump se abre automaticamente*/
.wfob_qv-button.var_product {
    display: none !important;
}

/* Hide personalization, not supported in WF modal*/
.wfob_qv-main #woocommerce_personalization_name,
.wfob_qv-main #woocommerce_personalization_name_label {
    display: none !important;
}


button.button.wfacp-coupon-btn {
    background-color: #C28D2C !important;


}

.orem-margin-auto {
    margin: auto !important;
}




details summary {
    font-size: 13px;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    color: #111;
}

details summary::-webkit-details-marker {
    display: none;
}

details summary:focus {
    outline: 0;
}

details summary:after {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9L12 16L5 9' stroke='%234A5568' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9L12 16L5 9' stroke='%234A5568' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: #111;
    margin-top: -7px;
    transition: transform 0.2s;
    position: absolute;
    right: 0;
    top: 50%;
}

details[open] summary:after {
    transform: scaleY(-1);
}

details .cg-accordion-item {
    padding-bottom: 15px;
    font-size: 14px;
}

details p:last-child,
details ul:last-child {
    margin-bottom: 0;
}

.wfacp_coupon_code {
    color: #CB8E17;
}

/*
li.wc_payment_method.payment_method_kueski-gateway {
	display:none!important;
}

button#wc_gc_cart_redeem_send {
	background-color: #CF9684!important;
}


#wfacp_checkout_form div.add_gift_card_form {
	display:none;
}
*/
.woocommerce-order-received {
    padding:5px;
    max-width: 1200px;
    margin: auto;
}

.cr-customer-consent {
    display: none !important;
}

/* Start Steps breadcumbs */
.wfacp_steps_sec a {
    opacity: .9 !important;
}

.wfacp_bred_active a {
    color: #000000 !important;
}

.wfacp_step_1:not(.wfacp_bred_active) a {
    color: #000000 !important;
    opacity: .5 !important;
}

/* End Steps breadcumbs */


/* #### Tooltips  #### */
/* ##################### */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #CB8E17;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 9999;
    bottom: 150%;
    left: 50%;
    margin-left: -110px;
    z-index: 9999;
}

.tooltip .tooltiptext.large {
    width: 370px;
    margin-left: -185px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #CB8E17 transparent transparent transparent;
    z-index: 9999;
}

.tooltip:hover .tooltiptext {
    z-index: 9999;
    visibility: visible;
}

.tooltip.down {
    border-bottom: 1px dotted #FFFFFF;
}

.tooltip.down .tooltiptext {
    bottom: -160%;
    background-color: #E9E2D9;
    color: #212121;
}

.tooltip.down .tooltiptext::after {
    top: -30%;
    border-color: transparent transparent #E9E2D9 transparent;
}

.wfacp_mini_cart_item_title .variation-Exterior,
.wfacp_mini_cart_item_title .variation-Colordeagenda 
{
    display:none!important
}


/* #### END Tooltips  #### */
/* ##################### */


/* ##### Hide and show animation  ##### */
/* ################################## */

.orem_hide {
    transition: opacity 400ms, display 400ms;
    opacity: 0 !important;
    display: none !important;
}

.orem_show {
    transition: opacity 400ms, display 400ms;
    opacity: 1 !important;
    display: block !important;
}


/* #### End Hide and show animation  #### */
/* #################################### */

/* ####### Orem Login Action  ###### */
/* ################################## */

body #wfacp-sec-wrapper #oremLoginAction {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;

    background: #F1F2F9;
}

body #wfacp-sec-wrapper #oremLoginAction svg {
    width: 28px;
    height: 28px;
    color: #82838e;
}

body #wfacp-sec-wrapper #oremLoginAction p {
    margin-bottom: 0 !important;
}

body #wfacp-sec-wrapper #oremLoginAction button[type="button"] {

    margin-left: auto;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    border: 1px solid #dedfea;
    background: #fff !important;
    color: #353030;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    min-width:100px;
}

body #wfacp-sec-wrapper #funnelkitLoginAction > span {
    background-size: 28px;
    padding-left: 42px;
    line-height: 28px;
}

@media only screen and (max-width: 420px) {

    body #wfacp-sec-wrapper #oremLoginAction button[type="button"] {
        word-break: normal;
        text-align: center;
        display: inline-block;
    }

    body #wfacp-sec-wrapper #oremLoginAction > span {
        line-height: 1.5;
        display: block;
        margin: 0 0 12px;
    }

    body #wfacp-sec-wrapper #oremLoginAction {
        display: block;
        gap: inherit;
        text-align: left;
    }
}

/* ####### Orem Login Action  ###### */
/* ################################## */