@import "lib/form/button.css";
@import "lib/cart/cart.css";

.btn {
    color: #333;
    text-align: center;
    border-radius: 50px;
    height: 54px;
    line-height: 54px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    font-size: 18px
}

.control-quantity {
    height: 54px;
}

.btn-cart {
    background: #d6f7fb;
}

.btn-cart:hover {
    background: #80e2ec!important
}

.btn-cart, .btn-gift {
    font-size: 0.9rem;
}

.btn-cart > span:first-child:before, .btn-gift > span:first-child:before {
    content: ' ';
    outline: 0;
    border: none;
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(images/cart.svg) center center no-repeat;
}

.btn-gift span:first-child:before {
    background: url(images/giftb.svg) center center no-repeat;
}

.btn-gift {
    border: 1px solid #cacacf;
}

.btn.soldout {
    filter: grayscale(1);
    /*pointer-events: none;*/
}

.product_small .btn-cart {
    height: 24px;
    font-size: 0.5em;
    min-width: 60px;
}

.product_basket .btn-cart {
    height: 28px;
    font-size: 1em;
    min-width: 100px;
    font-weight: normal;
}

[data-toggle-modal] {
    cursor: pointer;
}

.popup {
    z-index: 99999999;
}

.overlay {
    z-index: 1000000;
}

.radiobtn.form-group, .radiobtn.form-group + .radiobtn.form-group {
    margin: 5px 0;
}

.popup-dialog > header {
    height: 1rem;
}

.popup-dialog > header + *:last-child {
    max-height: calc(100vh - 3.5rem);
    margin-top: 0.5rem;
    overflow-y: auto;
}

.pclose {
    cursor: pointer
}

.lkfooter_cvmenu.active,.lkfooter_menu.active {
    bottom: 49px;
    z-index: 99999999;
}

.lkfooter_menu.active + .lkfooter {
    z-index: 99999999;
}

.basketblock.active {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99999999;
}

.basketblock.active ~ .lkfooter {
    z-index: 99999999;
}





.popup-region .btn {
    width: auto;
    font-weight: 700;
    font-size: 18px;
    max-width: 270px;
    float: right;
    padding: 0 20px
}

.popup-region .auto_location {
    color: #4e7bea;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -.107px
}

.popup-region .region_title {
    color: #333;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0 20px
}

.popup-region .region_popular {
    list-style: none;
    color: #333;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.1px
}

.popup-region .region_popular li {
    margin-bottom: 20px
}

.popup-region > header + *:last-child {
    overflow-x: hidden;
}





.popup-language .form-group {
    margin: 0 0;
    position: relative
}

/*[data-popup-type=language] .popup_content{max-height:100%;overflow:hidden}*/
@media (max-width: 1023px) {
    .popup-language .form_twocolumn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        bottom: 3vh;
        width: 100%
    }
}

.popup-language label {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.popup-language .radiobtn label p:first-child {
    font-size: 12px;
    line-height: 18px;
    color: #888f9d
}

.popup-language .radiobtn label p:last-child {
    font-size: 16px;
    line-height: 18px;
    color: #333
}

.popup-language .fi:before {
    left: 0;
    width: 24px;
    height: 24px
}

.popup-language [type=radio]:checked+label:before,.popup-language [type=radio]:not(:checked)+label:before {
    display: none
}

.popup-language [type=radio]:checked+label,.popup-language [type=radio]:not(:checked)+label {
    padding-left: 0;
    border-bottom: 0 solid #888f9d;
    padding: 16px 0
}

.popup-language .fi.fis {
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    border-bottom: 0
}

.popup-language [type=radio]:checked+label:after,.popup-language [type=radio]:not(:checked)+label:after {
    background: url(/skin/images/icons/larrow.png) no-repeat center/contain;
    top: 50%;
    left: calc(100% - 20px);
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border: 0
}


.header_mobile__dopsearch {
    cursor: pointer;
    margin-bottom: 22px
}

.header_mobile__dop {
    height: 0
}

.header_mobile__dop.active {
    height: auto
}

.dropsm:hover>.submenu {
    height: auto;
    min-height: 340px
}
