.uk-radio[checked] {
    background-color: #fdd594;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%224%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.woocommerce-checkout .mobile-basket-button-wrap,
.woocommerce-cart .mobile-basket-button-wrap,
.home .mobile-basket-button-wrap {
    display: none;
}

#modal-full p.buttons {
    display: none;
}

/*#modal-full .uk-modal-dialog {
    height: 100vh;
}*/
#modal-full .widget_shopping_cart_content .uk-panel-title {
    display: none;
}

#modal-full .uk-visible\@m {
    display: block !important;
}

.zip_not_exist_msg {
    color: red;
    font-size: 12px;
}

#dialog-zipcode div.zipinput {
    position: relative;
}

#dialog-zipcode div.zipinput #loader_minicart_wrap {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
}

.disabled {
    pointer-events: none;
    background-color: #f8f8f7 !important;
    color: #adbfc7 !important;
}

.comment-box .uk-card-header {
    padding: 0;
}

.comment-box .uk-card-body {
    padding: 0;
}

.comment-box .uk-card-body .comment-area {
    width: 100%;
    height: 100px;
}

.radio-switch {
    list-style: none;
    /* height: 30px; */
    margin: 0;
    display: inline-flex;
    justify-content: space-between;
    padding: 4px;
    width: 100%;
}

.radio-switch:focus-within {
    box-shadow: 0 0 0 1px #96DCFF;
}

.radio-switch__item {
    position: relative;
    padding: 4px;
    width: calc(50% - 2px);
    /* height: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-switch__label {
    width: 100%;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.radio-switch__label span {
    margin-top: 2px;
    font-size: 12px;
}

.radio-switch__marker {
    position: absolute;
    top: 0;
    left: calc(-100% - 4px);
    height: 100%;
    width: 100%;
    transition: transform 0.3s;
}

.radio-switch__input.active ~ .radio-switch__marker {
    transform: translateX(calc(100% + 4px));
}

.radio-switch__input {
    position: absolute;
    width: 0.01em;
    height: 0.01em;
    visibility: hidden;
    opacity: 0;
}

.radio-switch {
    margin-bottom: 10px;
}


:not(*):focus-within,
.radio-switch__input:focus ~ .radio-switch__label {
    background-color: transparent;
}


.address-changer {
    margin-top: 10px;
}


#mobile-cat .uk-navbar-nav > li > a {
    color: #7fc1dc;
}

#mobile-cat .uk-navbar-nav > li.active > a {
    color: #0671a5;
}

.swiper-wrapper .slide-active a {
    color: #0671a5;
}

.uk-modal-header .to-favorite {
    display: none;
}

.uk-modal-header .allergenes-button-wrap {
    display: none;
}

.nb {
    padding: 0px 12px 0px 16px;
    width: 55px !important;
}

.status-private {
    opacity: .2;
    cursor: not-allowed;
}

#modal-pickup .input-pickup-group {
    display: flex;
    justify-content: flex-end;
}

#modal-pickup .input-pickup-group.address-changer {
    display: block;
}

#modal-pickup .pickup_del_loader_box {
    margin-top: 13px;
    margin-right: 16px;
}

.modal-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.pickup-list {
    margin-top: 15px;
}

#modal-pickup .submit-pickup {
    margin-top: 15px;
}

#modal-pickup .uk-card {
    border-width: 2px;
}

#modal-pickup .pickup-list .list {
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
}

#modal-pickup .pickup-list .uk-radio {
    display: none;
}

.banner-img {
    text-align: center;
    margin-bottom: 15px;
}

.banner-description {
    margin-bottom: 15px;
}

@media screen and (max-width: 400px) {
    .uk-modal {
        padding: 0 !important;
    }
}

.sp_10 {
    margin-top: 10px
}

.sp_24 {
    margin-top: 24px
}

.pointer {
    cursor: pointer;
    transition: background-color 100ms ease 0s;
}

.sub-cat-title {
    width: 100%;
}

.time-block {
    margin-top: 10px;
}

.checkout-faster-radio {
    border: 2px solid #e0e0e0;
    border-radius: 4px;
}

.checkout-faster-radio .faster {
    padding: 10px;
}

.checkout-faster-radio .preorder {
    padding: 10px;
    border-top: 2px solid #e0e0e0;
}

.checkout-faster-radio .preorder.no-faster {
    padding: 10px;
    border-top: 0;
}

.checkout-faster-radio .date-block {
    margin-top: 10px;
}

.woocommerce-tipping-fields .tipping-switcher li a {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.woocommerce-tipping-fields ul li a input[type=radio] {
    display: none;
}

.tipping-block {
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 15px;
}

.tipping-block p {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.tipping-block .woocommerce-Price-currencySymbol {
    font-size: 9px;
}

.tipping-block .uk-subnav-pill > * > :first-child {
    padding: 6px;
}

.tipping-toggle-link {
    font-size: 26px;
}

ul.cart_list li, ul.product_list_widget li {
    padding-left: 0 !important;
}

.widget_shopping_cart .cart_list li {
    padding-right: 0 !important;
}

.cart_counter_product {
    border: 1px solid;
    border-radius: 20px;
    padding: 2px 6px;
}

.checkout_coupon {
    margin-bottom: 15px;
}

.quick-view-modal.uk-open .count-box .uk-icon {
    width: 48px;
    height: 48px
}

.quick-view-modal.uk-open .popup-count {
    padding: 0 8px
}

.spacer._24 {
    width: 24px;
}

.spacer {
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.addon-name-bg {
    padding: 16px
}

.addon-name {
    font-size: 18px
}

.quick-view-modal .popup-body {
    padding: 0 16px;
}

.woocommerce .popup-body input[type=checkbox], .woocommerce .popup-body input[type=radio] {
    width: 22px !important;
    height: 22px !important
}

@media screen and (max-width: 640px) {
    .uk-modal-footer .uk-modal-body {
        flex-direction: column;

    }

    .uk-modal-footer .count-box {
        margin-bottom: 24px
    }
}

.favs-list-cat {
    border-bottom: 1px solid #e5e5e7;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

.disabled-addons-required {
    background-color: #f8f8f7 !important;
    color: #adbfc7 !important;
}

.box-showmore {
    padding-bottom: 30px
}

.quick-view-modal .popup-body.uk-margin-remove-top {
    padding-top: 20px;
}

.totalminicart .includes_tax {
    display: none;
}

.allergen-info, .pickup-info, .deliver-info {
    padding: 16px 8px;
}

.radio-switch .radio-switch__label {
    font-size: 0.875em;
    line-height: 1.5em;
    padding: 3px 0;
}

.search-overlay {
    padding-top: 16px;
    display: flex;
    position: relative;
    height: 50px;
}

.toggle-search .icon-search {
    padding: 10px;
}

.toggle-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.uk-modal-close-default:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.uk-modal-close-default svg {
    width: 20px;
}

.sectionhaed-error {color:darkred;border-bottom: 2px solid darkred;font-weight: bold}
.section-error {border-bottom: 2px solid darkred}