/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/*********************
* Select plan
*********************/

.select-plan-buttons {
    cursor: pointer;
}

.select-plan-buttons.selected .elementor-widget-container {
    background-color: #E25C95 !important;
}

.select-plan-buttons.selected .elementor-icon-box-title,
.select-plan-buttons.selected .elementor-icon-box-description {
    color: white !important;
}

#product-1271 .woocommerce-product-gallery {
    display: none;
}

#product-1271 .summary.entry-summary {
    width: 100%;
}

/*********************
*  Create account
*********************/
.hidden {
    display: none;
    /* opacity: .7;
    border: 2px dotted grey; */
}

#woocommerce-pages .woocommerce-form-coupon-toggle {
    display: none;
}

#woocommerce-pages form input[type=date],
#woocommerce-pages form input[type=email],
#woocommerce-pages form input[type=number],
#woocommerce-pages form input[type=password],
#woocommerce-pages form input[type=search],
#woocommerce-pages form input[type=tel],
#woocommerce-pages form input[type=text],
#woocommerce-pages form input[type=url],
#woocommerce-pages form select,
#woocommerce-pages form textarea {
    border: 1px solid #8692A6 !important;
    border-radius: 6px;
}

#woocommerce-pages form #customer_details .col-1 h3,
#woocommerce-pages form #customer_details .col-2 h3 {
    font-family: Montserrat, Sans-Serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}


#woocommerce-pages form #customer_details .col-1,
#woocommerce-pages form #customer_details .col-2 {
    width: 100%;
    padding-bottom: 5rem;
}

#woocommerce-pages form #customer_details .col-2,
#woocommerce-pages form #order_review_heading,
#woocommerce-pages form #order_review,
#woocommerce-pages form #order_review .shop_table,
#woocommerce-pages form #order_review #place_order {
    display: none;
}

#woocommerce-pages .wc_payment_methods.payment_methods.methods {
    border: 1px solid red;
    padding: 0px !important;
    border: 0;
}

#woocommerce-pages .woocommerce-checkout #payment .payment_method_securesubmit .payment_box {
    border: 0;
    border-radius: 0;
}

#woocommerce-pages #payment {
    background: none;
}

#ezeatz-eu-coupon-form {
    display: flex;
    padding: 15px;
}

#ezeatz-eu-coupon-form input,
#ezeatz-eu-coupon-form button {
    border: 1px solid #8692A6;
    border-radius: 6px;
}

#ezeatz-eu-coupon-form input {
    border-right: 0;
    border-radius: 6px 0px 0px 6px;
}

#ezeatz-eu-coupon-form button {
    color: #E25C95;
    border-left: 0;
    border-radius: 0px 6px 6px 0px;
}

/*********************
* Upcomming deliveries
*********************/

.upcoming_deliveries {
    font-weight: 500;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* modificado a gusto */
.upcoming_deliveries.active {
    /* background: #E5E5E5; */
}

.upcoming_deliveries.skipped:after {
    background-color: rgba(255, 255, 255, 0.8);;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    z-index:0;
}

.upcoming_deliveries.skipped .actions .level-left {
    z-index: 100;
}

.upcoming_deliveries .elementor-container {
    display: block !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.upcoming_deliveries.active p.shipping_date {
    color: #4CAF50 !important;
    font-size: 12px;
    line-height: 17px;
    padding: 0 10px;
    display: none;
}


.upcoming_deliveries.active .actions .shipping_date {
    display: block;
}

@media(min-width:768px) {
    .upcoming_deliveries.active p.shipping_date {
        display: block;
    }

    .upcoming_deliveries.active .actions .shipping_date {
        display: none;
    }
}


.upcoming_deliveries.active p.shipping_date span.dashicons {
    color: #4CAF50 !important;
}

.upcoming_deliveries .actions {
    display: flex;
    align-items: start;
}

.upcoming_deliveries .actions .level-left {
    display: flex;
    flex-direction: column;
    width:100%;
}


@media (min-width:768px) {
    .upcoming_deliveries .actions {
        align-items: center;
        padding: 10px;
    }

    .upcoming_deliveries .actions .level-left {
        align-items: center;
        flex-direction: row;
        width: 50%;
    }
}


.upcoming_deliveries .actions .week {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.upcoming_deliveries .actions .week span.dashicons {
    font-size: 3.5rem;
    width: 100%;
    height: 100%;
    color: #E25C95 !important;
}

.upcoming_deliveries.active .actions .week span.dashicons {
    color: #4CAF50 !important;
}

.upcoming_deliveries .switch-wrapper {
    border: 0;
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
    color: black;
    font-weight: bold;
    font-family: Montserrat;
    -webkit-appearance: none;
}

.upcoming_deliveries .switch-wrapper:hover {
    cursor: pointer;
}

.upcoming_deliveries .switch-wrapper span.date {
    font-weight: 400;
}

.upcoming_deliveries a.switch-wrapper:hover {
    color: black;
}

.upcoming_deliveries .switch-btn {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.upcoming_deliveries .switch-btn input {
    display: none;
}

.upcoming_deliveries .slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 4px 4px 4px 20px;
    color: #fff;
    border: 1px solid #c2c2c2;
    font-weight: normal;
    font-size: 14px;
}

.upcoming_deliveries .slide:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #c2c2c2;
}

.upcoming_deliveries input:checked+.slide {
    background-color: #E25C95;
    border: 1px solid #C6427A;
    padding-left: 0;
    padding-right: 20px;
}

.upcoming_deliveries input:focus+.slide {
    box-shadow: 0 0 1px #01aeed;
}

.upcoming_deliveries input:checked+.slide:after {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: 0px;
    border: 1px solid #C6427A;
}

.upcoming_deliveries .slide.round {
    border-radius: 34px;
}

.upcoming_deliveries .slide.round:after {
    border-radius: 50%;
}

.upcoming_deliveries .actions .level-right {
    display: flex;
    flex-direction: column-reverse;
    width: 50%;
    align-items: end;
    font-size: 12px;
}

@media (min-width:768px) {
    .upcoming_deliveries .actions .level-right {
        flex-direction: row;
        justify-content: end;
        align-items: start;
        width: 70%;
    }
}


.upcoming_deliveries a.disabled {
    border-color: grey;
    color: grey;
    cursor: not-allowed;
}


.upcoming_deliveries .actions .level-right .tags {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 20px;
}


@media (min-width:768px) {
    .upcoming_deliveries .actions .level-right .tags {
        width: auto;
        margin: 0;
    }

}

.upcoming_deliveries .actions .tags .tag {
    background: #E25C95;
    border: 1px solid #C6427A;
    box-sizing: border-box;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    color: white;
    padding: 5px 10px;
    margin: 0 5px;
}

.upcoming_deliveries.active .actions .tag {
    background: #4CAF50 !important;
    border: 0px;
}

.upcoming_deliveries .actions .level-right a {
    padding: 5px 10px;
}

.upcoming_deliveries .meals {
    display: flex;
    overflow-x: scroll;
}

.upcoming_deliveries .meals>div {
    min-width: 100%;
}

@media (min-width:768px) {
    .upcoming_deliveries .meals {
        display: grid;
        padding: 0 100px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        grid-auto-rows: minmax(10px, auto);
        overflow-x: hidden;
    }
}


@media (min-width:1024px) {
    .upcoming_deliveries .meals {
        padding: 0;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 5px;
        grid-auto-rows: minmax(10px, auto);
    }
}

.upcoming_deliveries .elementor-element-8d47881 {
    margin: 0;
    border-radius: 22px 22px 0 0;
}

.upcoming_deliveries .elementor-element-0a03434 {
    background: #ffffff;
    border-radius: 0 0 22px 22px;
    padding: 5% !important;
}


@media (min-width:1024px) {
    .upcoming_deliveries .elementor-element-0a03434 {
        padding: 10px !important;
    }
}

/*********************
* Manage Order
*********************/

#product-1271>div {
    display: none;
}

#product-1271>div.summary {
    display: block;
    width: 100%;
}

.manage-order .title {
    font-family: Montserrat;
    font-weight: bold;
    color: #4F4F4F;
    font-size: 36px;
}

.manage-order .button {
    padding: 0 5px;
    border-radius: 25px !important;
    margin: 2px 0 !important;
    font-size: 18px !important;
    font-family: Montserrat;
    color: white !important;
    background: #9B9B9B !important;
    border: 1px solid #5A5A5A;

}

.manage-order .button[type="submit"] {
    background: #E25C95 !important;
    border: 1px solid #C6427A;
}

.manage-order select {
    border: 1px solid #C6427A;
    height: 34px;
    color: #5A5A5A;
    font-size: 14px;
    font-family: Montserrat;
    border-radius: 6px;
    box-sizing: border-box;
    font-weight: 500;
}


.manage-order .level-right .field {
    font-weight: bold;
    margin: 10px 0;
    font-size: 14px;
}

.manage-order .level-right .field label {
    width: 30%;
}

.manage-order .level-right .field select {
    display: inline-block;
    height: 25px;
    padding: 0;
    width: 65%;
}


@media (min-width:768px) {
    .manage-order .level {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .manage-order .level .level-left {
        width: 60%;
    }

    .manage-order .level-left div {
        display: flex;
        align-items: center;
    }

    .manage-order .level-left h1 {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .manage-order select {
        width: 221px;
    }

    .manage-order .level-right {
        display: flex;
        margin-right: 10px;
        font-size: 18px;
        align-items: center;
    }

    .manage-order .level-right .field {
        text-align: right;
        font-size: 12px;
    }

    .manage-order .level-right .field label {
        width: 50px;
        margin: 0 5px;
    }

    .manage-order .level-right .field select {
        display: inline-block;
        height: 25px;
        width: 100px;
    }

}


.manage-order .level-right .buttons {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 10px;
}


.manage-order .meals {
    display: flex;
    overflow-x: scroll;
}

.manage-order .meals>div {
    min-width: 100%;
}

@media (min-width:768px) {
    .manage-order .meals {
        display: grid;
        padding: 0 100px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        grid-auto-rows: minmax(10px, auto);
        overflow-x: hidden;
    }
}


@media (min-width:1024px) {
    .manage-order .meals {
        padding: 0;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 5px;
        grid-auto-rows: minmax(10px, auto);
    }
}
