*, ::after, ::before {
    box-sizing: border-box;
    background-size: cover !important;
}

.map-placeholder,.map-placeholder > ymaps {
    min-height: 400px;
}
.bd-checkbox {
    position: relative;
    margin-top: 30px;
}
.checkout-form ._change_row .nopad{
    margin-left: 15px;
    margin-bottom: 5px;
}
.checkout-form ._change_row .bd-input{
    margin-bottom: 0;
}
.save-card {
    margin-top: 5px;
    margin-bottom: 20px;
}
.save-card.bd-checkbox label span {
    left: 50px;
    top: 0px;
    width: 280px;
}
.product-options-popup.options-row-select {
    padding: 0;
    margin: 5px 0 0 0;
}
.category-view-item {
    vertical-align: top;
    margin-top: 50px;
}

.category-view-item .category-view-image {
    text-align: center;
}
.form_radio_group {
    display: inline-block;
    overflow: hidden;
    width: fit-content;
    height: 34px;
    border-radius: 36px 36px 36px 36px;
    background-color: #e2e0e073;

}

.form_radio_group-item {
    display: inline-block;
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;

}
.form_radio_group input[type=radio] {
    display: none;
}
.form_radio_group label {
    display: inline-block;
    cursor: pointer;
    padding: 2px 10px;
    line-height: 24px;
    border-right: none;
    user-select: none;
}

.form_radio_group .form_radio_group-item:first-child label {
    border-radius: 36px 36px 36px 36px;
    margin-left: 2px;

}

.form_radio_group .form_radio_group-item:last-child label {
    border-radius: 36px 36px 36px 36px;
    margin-right: 2px;
}

/* Checked */
.form_radio_group input[type=radio]:checked + label {
    background: #fdfdfd;

    border-right: 1px solid #c3c3c391;
    border-left: 1px solid #c3c3c391;
    border-top: 1px solid #c3c3c391;
    border-bottom: 1px solid #c3c3c391;
}

/* Hover */
.form_radio_group label:hover {
    color: #666;
}

/* Disabled */
.form_radio_group input[type=radio]:disabled + label {
    background: #efefef;
    color: #666;
}

.form_radio_group-item label{
    border-radius: 36px 36px 36px 36px;
}
.option-add-ingredient {
    display: block;
    width: 100%;
    padding: 0;
}
.option-ingredient {
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-between;
}

.option-element-ingredient {
    position: relative;
    width: 32%;
    border-radius: 10px;
    background-color: #e2e0e073;
    color: #70544f;
    text-align: center;
    cursor: pointer;
    font-weight: 300;
    line-height: 1.3;
    font-size: 12px;
}
.selected-ingredient{
    background-color: #ffd8a6;
}
.option-element-block {
    display: flex;
    flex-direction: column;
    padding: 5px;
    min-height: 140px;
    color: #373a3c;

}

.option-element-block .option-element-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}
.option-element-block .option-element-figure img{
    height: 50px;
    width: auto;
}
.option-element-block .option-element-name{
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 5px;
}
.option-element-block .option-element-price{
    font-size: 14px;
    font-weight: 400;

}
#product-detail .product{
    display: flex;
    align-items: start;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
}
#product-detail .product-description .product-preview-text,#product-detail .product-description .font-fix{
    margin-bottom: 5px;
}
.product-actions .add-to-cart-btn-detail {
    display: block;
    transition: all .2s ease;
    font-stretch: condensed;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    color: #d05700;
    border: solid 1px #fff0e6;
    background: #fff0e6;
    font-weight: 400;
    border-radius: 16px;
    height: 40px;
    line-height: 2.8;
}
.product-actions .add-to-cart-btn-detail:hover {
    color: #d05700;
    background: #ffddc6;
    border: solid 1px #ffddc6;
}
.product-actions .add-to-cart-btn-detail.retry {
    color: #fff;
    border-color: #9db832 !important;
    background-color: #9db832;
}

.product-actions .add-to-cart-btn-detail.retry:hover {
    color: #fff;
    border-color: #9db832 !important;
    background-color: #9db832;
}
@media all and (max-width: 767px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .product-categories-container, #gift-modal,#product-detail{
        display: none;
    }
    .not-catalog .breadcrumb-box {
        margin-top: 0;
    }
    body.category-page .content{
        background: #f6f6f6;
    }
    .checkout-form .delivery-config-cont {
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 12px;
    }
    .category-page header .top-line{
        height: 53px;
        width: 100%;
        border-bottom: 1px solid #dedede;
        margin-bottom: 0;
        padding: 10px 0;
    }
    header .phone{
        margin: 0;
        font-size: 18px;
        line-height: 2em;
    }

    .breadcrumb-box h1 {
        font-size: 30px;
    }
    .order-content-cont .checkout-title {
        font-size: 24px;
    }

    .order-content-cont {
        padding-top: 15px;
    }
    .checkout-form .fields-group {
        margin-top: 15px;
    }
    .bd-input{
        margin: 15px 0px;
    }
    .checkout-form .payment-col .send-order {
        width: 100%;
    }

    .bonuses-block .title  {
        top: 24px !important;
        left: 137px !important;
    }
    .bonuses-block .value  {
        top: 42px !important;
        left: 137px !important;
    }
    .bonuses-block .col-xs-12 {
        padding: 0 30px !important;
        margin-top: 0 !important;
    }
    .checkout-form .delivery-type-toggle a {
        padding-left: 11px;
        padding-right: 11px;
        width: auto;
        font-size: 16px;
        height: 50px;
        line-height: 2.4;
    }
    .checkout-form .payment-col,.checkout-form .summary-label > span:first-child div,.checkout-form .summary-label .meta-value_{
        background: #f6f6f6;
    }
    header .phone {
        font-size: 15px;
        line-height: 2.5em;
    }
    .breadcrumb-box h1 {
        font-size: 26px;
    }
}
#product-detail > div > div.row.product > div:nth-child(2) > div > div.product-actions {
    bottom: 10%;
    position: fixed;
    width: 326px;
}