.promote-subscribe {
    color: white;
    background-color: #F4842A;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: -1rem;
    margin-top: 1rem;
    padding: 0.5rem 1rem;

}

.js-data-table tr {
    cursor: pointer;
}

.sticky .ico {
    height: 24px;
}

@media (min-width: 768px) {
    nav.nav.fixed-top {
        background-color: white;
        border-bottom: 2px solid #dfdfdf
    }
}

@media (min-width: 768px) {
    nav.nav.fixed-top.nav--active {
        background-color: #009FE3
    }
}

@media (min-width: 768px) {
    nav.nav.fixed-top .nav__link {
        padding: 1rem 0
    }
}

.special-radio label {
    padding: 0.8rem
}

@media (min-width: 768px) {
    .subnav.subnav--compact {
        padding: 1rem 0;
    }

    .subnav__item {
        padding: 0.5rem 2rem;
        transition: 0.5s;
    }

    .subnav__item:hover {
        background: #009FE3;
    }

    .subnav__item:hover .subnav__link {
        color: white;
        text-decoration: none;
    }

}

@media (max-width: 768px) {
    .subnav__item:first-child {
        margin-top: 0.5rem;
    }

    .sticky .ok {
        position: absolute;
        top: -125px;
        right: -7px;
    }
}

label.required:after {
    content: '*';
    display: inline-block;
    color: #f18834;
    font-size: 14px;
    margin-left: 5px;
}



.popup-cart {
    top: 65%;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.popup-cart__remove {
    cursor: pointer
}



@media (max-width: 768px) {
    .cart__item-remove {
        padding: 10px
    }

    .cart__price {
        padding-right: 10px;
    }
}

.cart__item-remove {
    right: 25px
}

.text-20 {
    font-size: 20px;
}

.dataTables_wrapper .dataTables_filter input {
    height: 48px !important
}


.modal--basket .tag {
    z-index: 1
}

/* .modal--basket .tag.tag--suggest, .modal--basket .tag.tag--info{
    right: 35px;
} */


.add-to-basket .select2-container,
.ctor-form .select2-container {
    width: 100% !important
}

#delivery_country .select2-container {
    width: 170px !important
}

.custom-control-input.is-invalid~.custom-control-label,
.invalid-feedback {
    color: red
}

.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: red;
    background-color: inherit
}

.select2-selection.error {
    border-color: red
}

.select2-selection.error>.select2-selection__rendered {
    color: red
}

.select2-container .select2-selection--single .select2-selection__rendered, .select2-results__option{
    padding-left: 12px;
}


@media (max-width: 768px) {
    .carousel-control {
        display: none !important;
    }

    .carousel--hero .carousel-indicators {
        bottom: -2rem;
        top: unset;
        z-index: 998;
    }
}

.wass-validated .form-control:invalid {
    border-color: #E30000 !important;
}

.wass-validated,
.wass-validated .form-control:valid {
    border-color: inherit;
}

.select2-container--default.select2-container--disabled .select2-selection__rendered {
    color: #eee
}


.custom-select:disabled {
    color: #eee;
    background-color: #F2F2F2;
}

.custom-select {
    background: #fff url("../images/ico-arrow-down.1de6e1df15d9.svg") no-repeat right center;
  }

@media (max-width: 990px) {
    .index__item_mob {
        flex: 1 100% !important;
        max-width: 100% !important;
    }
}

.recurring_cancel {
    white-space: break-spaces
}


.btn.btn--tertiary a {
    color: #E30000;
}

.btn.btn--tertiary:hover a {
    color: #008FCC;
}


.banner-row__body p {
    display: inline;
    margin-bottom: 0;
}

.special-radio.special-radio--alt label img {
    max-height: 30px;
}





.overlay-select .overlay-select__values {
    width: 100%;
    font-weight: 600;
}

.overlay-select .overlay-select__values span {
    justify-content: center;
}

#overlay {
    height: 600px;
}

.vto.index__media {
    padding-bottom: 10px;
}

@media (max-width: 468px) {

    .table.table-delivery th,
    .table.table-delivery td {
        white-space: nowrap !important;
        text-align: center;
    }

    #overlay {
        height: 370px;
    }

    .vto-tooltip {
        width: 250px;
    }

    .vto-list-ico {
        width: 42px;
        height: 42px;
    }


    .vto.index__media {
        padding-bottom: 0px;
    }

}

.tag {
    z-index: 2
}

.img-top {
    width: 100%;
    height: 27px;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009FE3' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009FE3' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: transparent;
}

.js-quantity-input:read-only {
    background: white
}

.carousel--hero .carousel-indicators {
    z-index: 0
}



.sticky-form.init {
    display: none;
    position: absolute;
    bottom: 0.5rem;
    right: 0;
    width: 100%;
    background-color: #5C5D6B;
    /* color: #ffffff;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600; */
    /* justify-content: space-between; */
    padding: 1rem;
    z-index: 99;
    transition: transform 1s ease-in-out, background-color 0.5s ease-in-out;
    /* width: 300px */
}

@media (max-width: 786px) {
    .sticky-form.init {
        display: flex;
        transform: translateY(0);
    }

    .sticky-form.hide {
        /* transform: translateY(100%); */
        background-color: #E6F5FC;
    }
}

#top_description.collapse:not(.show) {
    display: block;
    height: 110px;
    overflow: hidden;
}

#top_description.collapsing {
    height: 110px;
}

@media (max-width: 768px) {
    .vto-setup {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.select-grid__label.required strong:after {
    content: '*';
    margin-left: 0.25rem;
    color: #f18834;
    font-weight: 700;
}


.dropzone input {
    height: 180px !important;
    opacity: 0;
}

.dropzone label:hover {
    background-color: transparent
}

#upload_recipe_close {
    position: absolute;
    top: 4%;
    right: 1%;
    border-radius: 3px;
    border: 1px solid #F4842A;
}

#upload_recipe_close button.close {
    padding: 0px 5px;
    opacity: 1;
}

.overlay--loading .to-cart {
    display: none;
    margin-top: 1rem;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}

.overlay--loading .to-cart.show {
    display: block;
}