::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

:focus {
    outline: none
}

.svg-img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: .5s
}

.svg-img:hover {
    opacity: .5
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #EEE;
    margin: 30px 0;
    padding: 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.flex_col {
    display: flex;
    flex-direction: column
}

.flex_row-jb {
    display: flex;
    justify-content: space-between
}

.flex_ac {
    align-items: center
}

.flex_jc {
    justify-content: center
}

a {
    text-decoration: none
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only.focusable:active, .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    *, :before, :after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.novaposhta_type_input {
    width: fit-content;
    display: inline-block;
    margin: 10px
}

.masonry .product_image img {
    height: auto
}

.fn_search_1.fn_search.search_input {
    width: calc(100% - 46px);
    background: transparent;
    border: unset;
    padding: 0 10px;
}

.cart_popup_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px;
}

.popup_img_wrapper {
    width: 100%;
    border: 1px solid #EEE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.popup_size_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 18px;
    color: #818181;
    margin-bottom: 10px;
}

.pp_cart_price {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
}

.cart_popup_inner .center {
    width: 100%;
}

.cart_popup_inner .button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.close_pp {
    width: 100%;
    text-align: center;
    text-decoration: underline;
    color: #959595;
    font-weight: 600;
    cursor: pointer;
}

.size_ttl {
    margin-right: 10px;
}

.profile_bottom_info > div {
    padding: 15px;
}

.product_bonuses {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.product .product_bonuses {
    cursor: pointer;
}

.product_bonuses .icon {
    position: relative;
    background-color: transparent;
    margin-right: 10px;
    color: #fff;
    padding: 3px;
    z-index: 1;
    cursor: pointer;
}

.product_bonuses_wrapp {
    position: relative;
}

.product_bonuses_wrapp .info {
    position: absolute;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    top: calc(100% + 5px);
    right: 0;
    z-index: 1;
    background-color: #fff;
    width: max-content;
    font-weight: normal;
    transition: all 0.3s linear;
    max-width: 300px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.product_bonuses_wrapp:hover .info {
    max-height: 500px;
    opacity: 1;
}

.product_bonuses .icon:before {
    content: '';
    position: absolute;
    background-color: #000;
    border-radius: 5px;
    transform: rotate(-10deg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.text-center {
    text-align: center;
}

.popup_referral {
    padding: 20px;
}

.referral_url {
    font-size: 12px;
    color: #2394BC;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.referral_url:hover svg path {
    fill: #2394BC;
}

.referral_url svg {
    height: 15px;
}

.lk_order .flex_row-jb .referral_url .referral_success, .referral_success {
    position: absolute;
    left: 0;
    z-index: 5;
    background: #fff;
    width: 100%;
    color: #2394BC;
    top: 0;
}
.lk_order a:not(:first-child) {
    margin-right: 10px;
}
