/*<editor-fold desc="ROOT">*/
:root{
    --a-color: #fb2c89;
}

/*</editor-fold>*/
/*<editor-fold desc="HEAD">*/

.section-continue_shopping{
    box-shadow: 0 8px 8px -4px rgba(127,120,115,.25);
    z-index: 2;
}
.continue_shopping{
    font-size: 1em;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0 10px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.continue_shopping svg{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.continue_shopping:hover svg path{
    fill: var(--a-color) !important;
}

/*</editor-fold>*/
/*<editor-fold desc="STRUCTURE">*/

.cng{
    background: linear-gradient(to right, #fff 0%, #fff 50%, #F7F6FA 50%, #F7F6FA 100%);
    padding:0;
    margin: 0;
}
.cng .row{
    display: flex;
    align-items: start;
}
.cng_left{
    width: 57%;
    background: #fff;
}
.cng_left .inner{
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: 16px;
    padding-top: 20px;
    padding-bottom: 35px;
}
.cng_right{
    padding-left: 16px;
    padding-top: 91px;
    padding-bottom: 100px;
    width: 43%;
}
.cng_right .inner{
    width: 380px;
    max-width: 100%;
    position: relative;
}

/*</editor-fold>*/
/*<editor-fold desc="CONTENT">*/
.cng_title{
    color: var(--a-color);
    display: flex;
    align-items: center;
    margin: 35px 0 15px 0;
}
.cng_title svg{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.cng_title svg path{
    fill: var(--a-color);
}
/*</editor-fold>*/

/*<editor-fold desc="CART">*/
.cng_cart{
    overflow:hidden;
    width: 100%;
}
.cng_cart-items{
    position: relative;
}
.cng_cart-item{
    float:left;
    display: flex;
    align-items: start;
    position: relative;
}
.cng_cart-photo{
    display: block;
    float: left;
}
.cng_cart-photo img{
    border-radius: 2px;
    height: 160px;
    width: auto;
}
.cng_cart-info{
    float: left;
    font-weight: normal;
    font-size: 0.95em;
    line-height: 1.1em;
    color: #302b2a;
    padding: 8px 8px 0;
    text-align: left;
    width: 120px;
}
.cng_cart-title{

}
.cng_cart-on_order{color: #777;}
.cng_cart-count-block{line-height:24px;height:24px;overflow:visible;margin:10px 0 0 0;}
.cng_cart-count-block div{display:block;float:left;text-align:center;}
.cng_cart-count-minus, .cng_cart-count-plus{
    width: 24px;
    height: 24px;
    margin:0 10px 0 0;
    background: url("/design/img/cart-minus.png") no-repeat left bottom;
    background-size:100% 100%;
    cursor:pointer;
    border-radius: 4px;
}
.cng_cart-count-plus{
    background-image:url("/design/img/cart-plus.png");
}
.cng_cart-count-value{height:24px;line-height:24px;font-size:1.1em; margin:0 10px 0 0;}

.cng_cart-remove{
    position:absolute;
    top:0;
    right:0;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 1.4em;
    cursor:pointer;
    transition:all 0.6s ease 0s;
}
.cng_cart-remove:hover{
    color:var(--a-color);
}
.cng label, .cng_popup_holder label{
    color: #83807f;
    margin-bottom: 2px;
    font-size: 0.95em;
    line-height: 1.1em;
}
.cng-input_wrap{
    position: relative;
    cursor: pointer;
    color: #343840;
}
.cng-input_group.zero-margin {
    margin: 0;
}
.styles_pointer-events-off{
    pointer-events: none;
    user-select: none;
}
.cng-input_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 24px;
}
.cng-input-holder{
    position: relative;
    width: 100%;
}
.cng-input, .intl-tel-input{
    height: 40px;
    padding: 0 35px 0 8px;
    border: 1px solid #939aab;
    color: rgb(20, 22, 25);
    background: transparent;
    position: relative;
    width: 100%;
    appearance: none;
    box-sizing: border-box;
    font-size: 1em;
    border-radius: 4px;
    outline: none;
}
.intl-tel-input{
    border: 0;
}
.cng-input.lightborder{
    border: 2px solid #f7f6fa;
    height:48px;
}
.cng-input.bonus_input{
    padding-right: 0;
    height:26px;
    width: 70px;
}
.cng-input.error_input{
    border: 1px solid #FF1122 !important;
}
.SumoSelect > .CaptionCont{
    border: 1px solid #939aab;
    border-radius: 4px;
}
.cng-input-w_50{
    width: calc(50% - 4px);
    float: left;
}
.cng-input-w_50 + .cng-input-w_50{
    margin-left: 8px;
}
.cng-input-w_25{
    width: calc(25% - 4px);
    float: left;
}
.cng-input-w_75{
    width: calc(75% - 4px);
    float: left;
}
.cng-input-w_25 + .cng-input-w_75{
    margin-left: 8px;
}
.cng-input:focus{
    border: 1px solid rgb(52, 56, 64);
    outline: 2px solid transparent;
}
textarea.cng-input{
    height: 120px;
    padding: 8px;
}
.intl-tel-input{
    padding: 0;
}
.cng-input::placeholder {
    font-size: 0.8em;
}
#order_form .form_error, .cng_popup_holder .form_error{margin: 2px 0;}
#order_form .form_error:last-of-type, .cng_popup_holder .form_error:last-of-type{margin-bottom: 8px;}
.cng-styles_button svg{
    right: 16px;
    top: 16px;
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    fill: var(--a-color);
}
.cng_form-delimiter{
    clear: both;
    height:16px;
    margin: 0;
    padding:0;
}
.cng-btn-main{
    font-weight: bold;
    font-size: 1em;
    border-radius: 4px;
    padding: 0 30px;
    border: none;
    cursor: pointer;
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:var(--a-color);
    color: #fff;
}
.cng_radio{
    display: inline-block;
    border-radius: 16px;
    padding: 6px 16px;
    margin: 0 8px 0 0;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.4em;
    color: var(--a-color);
}
.cng_radio.active{
    background-color: var(--a-color);
    color: #fff;
}

.cng_dt-holder{
    border: 2px solid #f7f6fa;
    border-radius: 4px;
    position: relative;
    padding: 14px 16px;
    margin-top: 8px;
    cursor: pointer;
}
.cng_dt-holder label{
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: inherit;
}
.cng_dt-holder label div{
    padding-left: 10px;
}
.cng_dt-holder-title{
    color: #343840;
    cursor: inherit;
}
.cng_dt-holder-title span{
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}
.cng_dt-holder-subtitle{
    color: #979594;
    font-size: 0.9em;
    margin-top: 5px;
}
.cng_dt-holder.active{
    border-color: var(--a-color);
    box-shadow: 0 0 5px -2px var(--a-color);
}
.delivery_type .edit_svg{
    position:absolute;
    right: 16px;
    top:16px;
    width: 15px;
    height: 16px;
    fill: var(--a-color);
    z-index:2;
}
.delivery_info{
    margin-top: 16px;
    padding-left: 42px;
    font-size: 0.9em;
    line-height: 1.5em;
}
.delivery_info b{
    font-size: 1.1em;
}
/*</editor-fold>*/

/*<editor-fold desc="RIGHT">*/
.cng_right-block{
    background: #fff;
    padding: 16px;
    margin-top: 8px;
    border-radius: 4px;
}
.cng_right-block-title{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.cng_right-block-title svg{
    width: 16px;
    height: 16px;
    fill: #000;
}
.cng_comment-holder{
    cursor: pointer;

}
.cng_comment_text{
    padding-left: 24px;
    color: #939aab;
    width: 100%;
    box-sizing: border-box;
    margin-top: 14px;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    text-align: left;
}
.cng_summary_small{
    margin-top: 8px;
    font-size: 0.9em;
    color: rgb(131, 128, 127);
}
.cng_summary_big{
    margin-top: 8px;
    font-weight: bold;
}
.cng_privacy{
    text-align: center;
    font-size: 1em;
    line-height: 1.4em;
    color: #83807f;
    margin-top: 16px;
}
/*</editor-fold>*/

/*<editor-fold desc="POPUP">*/
.cng_popup_holder .fancybox-content{
    padding:0;
    border-radius: 3px;
    overflow: visible;
}
.cng_popup-title{
    position: relative;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eaeaea;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding:16px;
}
.cng_popup-body{
    padding: 16px;
    width: 400px;
    max-width: calc(100vw - 60px);
}
.loader-holder{
    position: absolute;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    background: url(../img/ajax-loader.gif) center center no-repeat rgba(255,255,255,0.5);
    z-index: 99;
}
.only_validate{display: none;}
/*</editor-fold>*/

/*<editor-fold desc="ADAPTIVE">*/
@media (max-width:790px) {
    .cng{
        background: #F7F6FA;
    }
    .cng .row{
        flex-direction: column;
    }
    .cng_left{
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
        width: 100%;
    }
    .cng_left .inner{
        padding-top: 0;
        padding-bottom: 25px;
        margin: 0 auto;
    }
    .cng_right{
        padding-top: 15px;
        padding-bottom: 25px;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
        width: 100%;
    }
    .cng_right .inner{
        width: 380px;
        max-width: 100%;
        position: relative;
        padding-left:0;
        padding-right:0;
        margin: 0 auto;
    }

}

@media (max-width:450px) {
    .cng_radio {
        padding: 4px 8px;
        margin: 0 4px 0 0;
        font-size: 0.9em;
        line-height: 1.3em;
    }
}
@media (max-width:360px) {
    .cng_radio {
        font-size: 0.8em;
    }
}
/*</editor-fold>*/