/*
Theme Name: EasyMeals Child
Theme URI: https://easymeals.qodeinteractive.com/
Description: A child theme of EasyMeals
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: easymeals
Template: easymeals
*/


.iti.iti--allow-dropdown {
    width: 100%;
}

.disp-none {
    display: none !important;
}

#marafon_pay_btn {
    opacity: 0 !important;

}

#marafon_pay_btn a {
    font-size: 0 !important;
}

.iti-mobile .iti--container {
    z-index: 9999;
}

button.clickBuyButton {
    /*background: #fff;
    color: #000;
    border: none;
    border-radius: 5px;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;*/
    cursor: pointer;
}

button.clickBuyButton:hover {
    /*background: #000;
    color: #fff;*/
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#buyoneclick_form_order h2 i {
    display: none !important;
}

#formOrderOneClick .popup .close_order {
    color: #000 !important;
    font-size: 28px !important;
}

#paymaster_payment_form a.button.cancel {
    display: none !important;
}

.pay-redirect-text {
    display: none !important;
    position: absolute;
    top: calc(50% + 50px);
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 24px;
    line-height: 28px;
    z-index: 999;
    text-align: center;
    padding: 5px;
}

body.woocommerce-checkout.redirect-spin .pay-redirect-text {
    display: block !important;
}

body.woocommerce-checkout.redirect-spin {
    overflow: hidden;
}

body.woocommerce-checkout.redirect-spin:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    animation: spin 1s ease-in-out infinite;
    background: url("/wp-content/plugins/woocommerce/assets/images/icons/loader.svg") center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
    z-index: 999;
}

body.woocommerce-checkout.redirect-spin:after {
    content: '';
    background-color: #fff;
    display: block;
    width: 1000%;
    height: 1000%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
}


/* buy one click popup */

#formOrderOneClick input[type="email"],
#buyoneclick_form_order input[type="tel"],
#buyoneclick_form_order input[type="text"],
#formOrderOneClick textarea {
    background: #EFEFEF !important;
    border-radius: 16px !important;
    padding: 15px 15px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #8D8D8D !important;
    height: auto !important;
}

#formOrderOneClick>.popup {
    max-width: 400px !important;
    border-radius: 10px !important;
}

#formOrderOneClick .popup .close_order {
    right: 0px !important;
    z-index: 999999998;
}

#buyoneclick_form_order .table-wrap {
    display: flex !important;
    margin-bottom: 10px;
}

.boc-pop-image {
    margin-right: 10px;
}

.boc-pop-image img {
    border-radius: 10px;
}

.boc-pop-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3C3C3C;
}

#buyoneclick_form_order .form-message-result {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 22px;
    color: #3C3C3C !important;
    margin-top: 10px;
}

#buyoneclick_form_order .form-message-privacy {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #3C3C3C;
}

.boc-pop-title {
    margin-bottom: 5px;
}

.boc-pop-price {
    font-weight: 700;
    font-size: 24px;
}

.boc-pop-price span {
    font-weight: 500;
    font-size: 18px;
}

#buyoneclick_form_order .buyButtonOkForm {
    background: transparent !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    box-sizing: border-box;
    border-radius: 15px !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 15px !important;
    width: 100%;
}

#buyoneclick_form_order .buyButtonOkForm:hover {
    background: #000 !important;
    color: #fff !important;
}

#formOrderOneClick [name="quantity_product"] {
    border-radius: 10px;
}


@media screen and (min-width:768px) {
    .iti--container {
        top: 50px !important;
        left: 20px !important;
    }
}

.ks-onebuybtn-1 .clickBuyButton {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ks-onebuybtn-1 .clickBuyButton span {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.ks-onebuybtn-1 .clickBuyButton:hover {
    background: #000;
    color: #fff;
}

.ks-onebuybtn-2 .clickBuyButton {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ks-onebuybtn-2 .clickBuyButton span {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.ks-onebuybtn-2 .clickBuyButton:hover {
    background: #fff;
    color: #000;
}

.ks-onebuybtn-1 i,
.ks-onebuybtn-2 i {
    margin: 0 0 0 7px !important;
}

.ks-onebuybtn-3 .clickBuyButton {
    color: #fff;
    background: #000;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ks-onebuybtn-3 .clickBuyButton span {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.ks-onebuybtn-3 .clickBuyButton:hover {
    background: #fff;
    color: #000;
}

.ks-onebuybtn-4 .clickBuyButton {
    background-color: #000;
    border-radius: 10px;
    padding: 20px 40px 20px 40px;
    color: #fff;
}

.ks-onebuybtn-4 .clickBuyButton span {
    font-family: "Helvetica", Sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
}

.ks-onebuybtn-5 .clickBuyButton {
    background-color: #000;
    border-radius: 40px 40px 0px 40px;
    padding: 22px 62px 22px 62px;
    color: #fff;
}

.ks-onebuybtn-5 .clickBuyButton span {
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: .15em;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}