input:focus, input:active, button:focus, button:active{
    outline-width: 0;
    box-shadow: none;
    border: none;
    outline: none;
}
.input, .textarea{
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    padding-top: 15px;
    outline: none;
}
.input>span, .textarea>span{
    font-size: 16px;
    line-height: 19px;
    color: #262626;
    position: absolute;
    left: 0;
    width: 100%;
    top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-in;
}
.input>input:required+span:after, .textarea>textarea:required+span:after{
    content: '*';
    color: tomato
}
.textarea>textarea{
    border: none;
    resize: none;
}
.input>input{
    padding-bottom: 10px;
}
.input>input, .textarea>textarea{
    border: none;
    min-width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #D6D6D6;
    transition: all .3s ease-in;
    font-size: 16px;
    margin-bottom: 0;
    background: rgba(255,255,255,0);
}
.input>input:focus, .textarea>textarea:focus{
    border-color: #229197;
    outline: none;
}
.input>input:focus+span, .input>input.active+span, .textarea>textarea:focus+span, .textarea>textarea.active+span{
    top: 0;
    font-size: 14px;
    opacity: .8;
}
.modal_call_back .textarea>textarea{
    max-height: 30px;
}
.input + .form__between{
    margin-top: -20px;
}
.form__between{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
fieldset .input span{
    /* z-index: -1; */
}
#account-password  .input span{
    z-index: -1;
}
.form-horizontal .control-label{
    font-size: 16px;
}
legend{
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: none;
    text-align: center;
}
.checkbox label, .radio label{
    font-size: 16px;
}
p+form{
    margin-top: 10px;
}
#form-review{
    width: 810px;
    max-width: 100%;
}
#form-review>div:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
}
#form-review .input{
    margin-bottom: 0;
}
#form-review button{
    margin-left: auto;
    margin-right: auto;
}
#form-review p{
    text-align: center;
}
@media screen and (max-width: 1450px){
    .oc-product-btn{
        margin-top: 20px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px){
    .input, .textarea{
        margin-bottom: 10px;
    }
    .input + .form__between{
        margin-top: 0px;
    }
    legend{
        margin-bottom: 15px;
    }
    .magaz{
        display: flex;
        padding: 5px;
        justify-content: space-between;
        align-items: center;
    }
    .open{
        height: auto;
    }
    ul.footer_nav_link{
        padding: 0 5px;
    }
}


.oc .btn-primary, .btn-primary{
    border-radius: 23px;
    background: #229197;
    border: none;
    text-shadow: none;
    box-shadow: none;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    transition: all .3s ease-in;
}
.btn-primary:hover{
    background: #229197;
    opacity: .8;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, 
.btn-primary.disabled, .btn-primary[disabled], .btn-primary.focus, .btn-primary:focus{
    background: #229197;
    background-color: #229197;
}
.btn-primary.active.focus, .btn-primary.active:focus, 
.btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, 
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    background: #229197;
    background-color: #229197;
}

.btn-default, .btn-info{
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    transition: all .3s ease-in;
    border-radius: 23px;
    border: 1px solid #229197;
    background: rgba(255,255,255,0);
    text-shadow: none;
    box-shadow: none;
    color: #229197;
}
.btn-default:hover, .btn-info:hover{
    background-color: #229197;
    background: #229197;
    text-shadow: none;
    border: 1px solid #229197;
    box-shadow: none;
}
.btn-default:hover, .btn-default:active, .btn-default.active, 
.btn-default.disabled, .btn-default[disabled], .btn-default.focus, .btn-default:focus,
.btn-info:hover, .btn-info:active, .btn-info.active, 
.btn-info.disabled, .btn-info[disabled], .btn-info.focus, .btn-info:focus{
    background-color: #229197;
    background: #229197;
    color: #fff;
    border: 1px solid #229197;
    box-shadow: none;
}
.btn-default.active.focus, .btn-default.active:focus, 
.btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, 
.btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover,
.btn-info.active.focus, .btn-info.active:focus, 
.btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, 
.btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, 
.open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-default:hover{
    background-color: #229197;
    background: #229197;
    color: #fff;
    border: 1px solid #229197;
    box-shadow: none;
}

.btn-danger{
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    transition: all .3s ease-in;
    border-radius: 23px;
    min-height: 46px;
    text-shadow: none;
    background-color: #da4f49;
    background: #da4f49;
}
.btn-danger:hover{
    opacity: .8;
    background: #da4f49;
    box-shadow: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, 
.btn-danger.disabled, .btn-danger[disabled], .btn-danger.focus, .btn-danger:focus{
    opacity: .8;
    background: #da4f49;
    box-shadow: none;
}
.btn-danger.active.focus, .btn-danger.active:focus, 
.btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, 
.btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, 
.open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover{
    opacity: .8;
    background: #da4f49;
    box-shadow: none;
}


.oc-control{
    border: none;
    min-width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #D6D6D6;
    transition: all .3s ease-in;
    font-size: 16px;
    margin-bottom: 0;
    background: rgba(255,255,255,0);
    box-shadow: none;
}

.oc-control:focus, .oc-control:active{
    border-bottom: 1px solid #229197;
}
.oc-qty{
    border: 1px solid #D6D6D6;
    min-width: 100px;
    display: inline-flex !important;
    flex-flow: row nowrap;
    align-items: center;
    border-radius: 20px;
    min-height: 30px;
}
.oc input#spiner_quantity{
    width: unset;
    min-width: 40px;
    max-width: 60px;
    padding: 0;
    border: none;
    background: rgba(255,255,255,0);
}
.oc-qty>button{
    background: rgba(255,255,255,0);
    border: none !important;
    background: none !important;
    padding: 0 10px !important;
}
.oc-head, .oc-footer{
    background: #fff !important;
    border-radius: 0;
}
.mfpnew-close-btn-in .mfpnew-close{
    border: none
}
.oc-images img{
    border: none;
    border-radius: 0;
    max-width: 100%;
}
.oc-total{
    border: none;
    border-top: none;
    border-radius: 0;
}
.oc-popup-name{
    padding-bottom: 0;
    width: 100%;
}
.oc-price-wrap{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.filter_brand .custom_label{
    align-items: flex-start;
    word-wrap: break-word;
    display: flow-root;
}
input[type=checkbox]{
    margin-top: 1px;
}


.radiobutton-select input[type=radio] {
    display: none
}
/* #ocfilter .custom_label small{
    float: right;
} */
.radiobutton-select input[type=radio]+label {
    position: relative;
    display: inline-flex;
    padding-left: 30px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 1em;
    transition: all .3s ease-in-out;
    justify-content: space-between;
}
.radiobutton-select input[type=radio]+label>*{
    margin-bottom: 0;
    font-size: 16px;
}

.radiobutton-select input[type=radio]+label:last-child {
    margin-right: 0
}

.radiobutton-select input[type=radio]+label:after,
.radiobutton-select input[type=radio]+label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: all .3s ease
}

.radiobutton-select input[type=radio]+label:before {
    transition: all .3s ease;
    box-shadow: inset 0 0 0 .2em #fff, inset 0 0 0 1em #fff;
    border: 1px solid #cbd3e3
}

.radiobutton-select input[type=radio]+label:hover:before {
    transition: all .3s ease;
    box-shadow: inset 0 0 0 .3em #fff, inset 0 0 0 1em #c6c6c6
}

.radiobutton-select input[type=radio]+label:hover:before {
    transition: all .3s ease;
    box-shadow: inset 0 0 0 .3em #fff, inset 0 0 0 1em #229197
}

.radiobutton-select input[type=radio]:checked+label:before {
    transition: all .3s ease;
    box-shadow: inset 0 0 0 .3em #229197, inset 0 0 0 1em #fff;
    border: 1px solid #229197
}
.radiobutton-select input[type=radio]+label {
    position: relative;
    display: inline-flex;
    padding-left: 30px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 1em;
    transition: all .3s ease-in-out;
    justify-content: space-between;
}
.radiobutton-select input[type=radio]+label:after, .radiobutton-select input[type=radio]+label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: all .3s ease;
}
.radiobutton-select input[type=radio]+label:before {
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em #fff, inset 0 0 0 1em #fff;
    border: 1px solid #cbd3e3;
}
.radiobutton-select input[type=radio]:checked+label:before {
    transition: all .3s ease;
    box-shadow: inset 0 0 0 .3em #229197, inset 0 0 0 1em #fff;
    border: 1px solid #229197;
}
.radiobutton-select input[type=radio]+label:hover:before {
    transition: all .3s ease;
    box-shadow: inset 0 0 0 .3em #fff, inset 0 0 0 1em #229197;
}
.radiobutton-select input[type=radio]+label {
    position: relative;
    display: inline-flex !important;
    padding-left: 30px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 1em;
    transition: all .3s ease-in-out;
    justify-content: space-between;
    margin-bottom: 0;
}
.radiobutton-select_w100.radiobutton-select input[type=radio]+label, .radiobutton-select.radiobutton-select_w100 input[type=radio]+label:last-child{
    margin-right: 0;
    padding-left: 50px;
    width: 100%;
}
#simplecheckout_comment textarea{
    min-height: unset;
    max-height: 30px;
}
.simplecheckout-left-column{
    counter-reset: section;
}
.simplecheckout-left-column .simplecheckout-block:not(#simplecheckout_payment_form){
    background: #F4F9F9;
    padding: 20px 40px;
    counter-increment: section;            
}
.simple-content .checkout-heading, .checkout-heading h4{
    padding: 0;
    background: none;
    border: none;
    font-size: 22px;
    line-height: 120%;
    color: #262626;
    font-weight: 600;
}
.checkout-heading:after{
    display: none;
}
.checkout-heading span{
    float: unset;
    font-size: 22px;
    line-height: 120%;
    color: #A0A0A0;
    font-weight: 600;
}
.simplecheckout-left-column .simplecheckout-block .checkout-heading{
    width: calc(100% + 40px);
    margin-left: -40px;
}
#simplecheckout_cart .checkout-heading{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.simplecheckout-block p>b{
    font-size: 16px;
}
.simplecheckout-left-column .simplecheckout-block .checkout-heading:before{
     content: counter(section);
     display: inline-flex;
     justify-content: center;
     align-items: center;
     width: 65px;
     height: 60px;
     background: #229197;
     color: #fff;
     font-size: 24px;
     line-height: 24px;
     margin-right: 26px;
}
.user-exist{
    background: #fff;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    padding: 25px 40px 20px;
    color: #262626;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-top: 20px;
}
.user-exist a{
    font-weight: 600;
    color: #262626;
    position: relative;
    transition: all .3s ease-in;
}
.user-exist a:after{
    content: '';
    display: flex;
    width: 100%;
    height: 1px;
    background: #229197;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    transition: all .3s ease-in;
}
.user-exist a:hover{
    color: #229197
}
.user-exist a:hover:after{
    width: 0;
    left: 50%;
    right: 50%;
}
.simple_socnetauth2_lline_links table{
    width: 100%;
}
.simple_socnetauth2_lline_links tr{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.simple_socnetauth2_lline_links tr>td{
    padding-right: 0 !important;
    padding-top: 0 !important;
}
.simple_socnetauth2_lline_links tr>td:not(:last-child){
    margin-right: 16px;
}
.simple_socnetauth2_lline_links tr>td:nth-child(2){
    margin-left: auto;
}
.simplecheckout-block-content{
    padding: 20px 0;
}
.simplecheckout-block .form-horizontal .control-label{
    font-size: 14px;
}
.radio-line{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0 34px;
}
.radio-line label{
    font-size: 16px;
    line-height: 140%;
}
.radio-line .control-label{
    padding-top: 0;
    margin-right: 12px;
}
.simplecheckout label, .simpleregister label{
    margin: 0 0 30px
}
.simplecheckout label + .simplecheckout-rule-group{
    top: -30px;
    position: relative;
}
label{
    font-size: 16px;
}
.simple-content select{
    border-radius: 0;
    margin-bottom: 26px !important;
    height: 56px;
    font-size: 16px;
}
.form-control:focus{
    border-color: #ccc;
    box-shadow: none;
    background: #fff;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
    background-color: #229197;
    border-color: #229197;
}
.custom_label.ocf-selected{
    color: #229197
}
.selected-options .ocfilter-option{
    background: transparent;
    background-color: transparent;
    margin-top: 10px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.list-group-item{
    border: none;
    background: transparent;
}
.list-group-item.selected-options{
    padding-top: 20px;
}
.list-group-item.selected-options .ocfilter-option{
    margin-top: 0;
}
.result_block{
    max-height: 60vh;
    overflow-y: auto;
}
.ocfilter-option >span{
    margin-right: 5px;
    /* display: block;
    width: 100%;
    margin-bottom: 10px; */
}
.header_search form input{
    display: flex;
    align-items: center;
    padding-right: 40px;
}
.ocfilter-option .btn-danger{
    border-radius: 22px;
    min-height: 20px;
    padding: 5px 15px;
    margin-bottom: 5px;
}
.btn-danger{
    white-space: normal;
}
.ocfilter-option .btn-danger .fa{
    margin-right: 5px;
}
#search .fa-search{
    color: #229197;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
}
.filter .row .input{
    margin-bottom: 0;
}
.filter .row{
    margin-top: 20px;
}
.filter .row select{
    border: none;
    background: transparent;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 0;
    box-shadow: none;
    padding-top: 15px;
    line-height: 16px;
    padding-bottom: 10px;
    box-sizing: content-box;
    max-height: 20px;
    font-size: 16px;
    padding-left: 0;
}
@media screen and (max-width: 850px){
    .btn_group_buy{
        justify-content: center;
    }
    .btn_group_buy button{
        margin: auto;
        margin-top: 10px;
    }
    .btn_group_buy .quantity_product{
        margin-left: auto;
        margin-right: 8px;
    }
}
@media screen and (max-width: 525px){
    .btn_group_buy .block_like_it {
        max-width: 35%;
    }
}
@media screen and (max-width: 422px){
    .btn_group_buy .quantity_product{
        margin-left: 0;
    }
}
@media screen and (max-width: 768px){
    .footer_nav_category_block_mob .magaz{
        display: none;
    }
    .new_p,
    .random,
    .rew{
        font-size: 24px!important;
        line-height: 30px!important;
    }
    .rew{
        display: block;
        margin: 0 0 20px 0!important;
    }
    .simplecheckout-left-column .simplecheckout-block{
        padding: 20px 10px;
    }
    .simplecheckout-left-column .simplecheckout-block .checkout-heading{
        width: calc(100% + 10px);
        margin-left: -10px;
    }
    .simplecheckout-left-column .simplecheckout-block .checkout-heading:before{
        width: 35px;
        height: 30px;
    }
    .simplecheckout label, .simpleregister label{
        margin: 0 0 10px
    }
    .simplecheckout label + .simplecheckout-rule-group{
        top: -10px
    }
    .simple-content select{
        height: 46px;
        margin-bottom: 16px !important;
    }
    .magaz.open > img{
        transform: rotate(180deg);
    }
    .footer_dddescr_p{
     display: none!important;
    }
    #zoomple_previewholder{
        display: none!important;
    }
}
.input + .simplecheckout-rule-group{
    position: relative;
    top: -30px;
}


.input .fa-eye-slash ~ input{
    padding-right: 40px;
}
.input .fa-eye, .input .fa-eye-slash{
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    z-index: 1;
    cursor: pointer;
}
.oc-required:before{
    position: absolute;
    top: 20%;
    content: '* ';
    color: #F00;
    font-weight: bold;
}
@media screen and (max-width: 481px){
    .new_p,
    .brand_text{
        font-size: 18px!important;
        line-height: 20px!important;
    }
    .modal_nav_top li{
        padding: 15px 16px 15px 15px;
    }
    .modal_nav_top li a{
        font-size: 18px;
    }
    .footer_copyright{
        flex-direction: column;
    }
    .footer_copyright p:first-child{
        padding-left: 0;
        margin-top: 10px;
        padding-bottom: 10px;
    }
}
.bread_crumbs ul li:last-child a{
    pointer-events: none;
}
.simplecheckout-button-block{
    display: flex;
    justify-content: center;
}
.simplecheckout-button-block .button span{
    font-size: 20px;
}
.input-group.date input{
    min-height: 46px;
}
.like_it_small.like_it_small_full,
.block_like_it.active{
    pointer-events: none;
}

/* stert share block */

.share_block button.open_sharing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    outline: 0;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.model_status_share_container{
    order: 4;
    margin-left: 17px;
}

.share_block .share_block_content {
    width: 154px;
    height: 64px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.share_block button.open_sharing .icon{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 27px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
}
.share_block button.open_sharing .icon svg{
    fill: #A3A3A3;
}
.share_block button.open_sharing:hover .icon svg{
    fill: #229197;
}
.share_block .share_block_content ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.share_block .share_block_content ul li a{
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.share_block {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    position: relative;
}

.share_block .share_block_content.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}
/*.radiobutton-select input[type=radio]+label[for="liqpay"]{
    display: none !important;
}*/
@media screen and (max-width: 1440px){
    .model_status_share_container{
        order: 2;
        flex-basis: 49%;
    }
}
@media screen and (min-width: 426px) and (max-width: 850px){
    .model_status_share_container{
        flex-basis: 40%;
    }
}
@media screen and (min-width: 409px) and (max-width: 425px){
    .model_status_share_container{
        flex-basis: 25%;
    }
}
@media screen and (max-width: 408px){
    .model_status_share_container{
        flex-basis: 0;
    }
}
/* end share block */
