/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License:
 */
.easy-autocomplete {
    position: relative;
    width: auto !important;
}

.easy-autocomplete input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #555;
    float: none;
    padding: 6px 12px
}

.easy-autocomple1te input:hover, .easy-autocomplete input:focus {
    box-shadow: none
}

.easy-autocomplete a {
    display: block
}

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}

.easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
    border-color: #66afe9
}

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
    background-color: #ecf5fc
}

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
    border-color: #41DB00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6)
}

.easy-autocomplete.eac-green-light ul {
    border-color: #41DB00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6)
}

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
    border-color: #41DB00
}

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
    background-color: #9eff75
}

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
    border-color: #ff5b5b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6)
}

.easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6)
}

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
    border-color: #ff5b5b
}

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
    background-color: #ff8e8e
}

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
    border-color: #ffdb00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6)
}

.easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6)
}

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
    border-color: #ffdb00
}

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
    background-color: #ffe233
}

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
    border-color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6)
}

.easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6)
}

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
    border-color: #333
}

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
    background-color: #4d4d4d;
    color: #fff
}

.easy-autocomplete.eac-dark {
    color: #fff
}

.easy-autocomplete.eac-dark input {
    background-color: #404040;
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
    border-color: #333;
    box-shadow: 0
}

.easy-autocomplete.eac-dark ul {
    border-color: #333
}

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
    background-color: #404040;
    border-color: #333
}

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
    background-color: #737373;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass {
    color: #fff
}

.easy-autocomplete.eac-dark-glass input {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
    border-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0
}

.easy-autocomplete.eac-dark-glass ul {
    border-color: rgba(0, 0, 0, 0.8)
}

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8)
}

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
    background-color: rgba(64, 64, 64, 0.8);
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
    border-radius: 0 0 4px 4px
}

.easy-autocomplete.eac-blue {
    color: #fff
}

.easy-autocomplete.eac-blue input {
    background-color: #6d9ed1;
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
    border-color: #5A91CB;
    box-shadow: 0
}

.easy-autocomplete.eac-blue ul {
    border-color: #5A91CB
}

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
    background-color: #6d9ed1;
    border-color: #5A91CB
}

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
    background-color: #94b8dd;
    color: #f6f6f6
}

.easy-autocomplete.eac-yellow {
    color: #333
}

.easy-autocomplete.eac-yellow input {
    background-color: #ffdb7e;
    border-color: #333;
    border-radius: 4px;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
    border-color: #333;
    box-shadow: 0
}

.easy-autocomplete.eac-yellow ul {
    border-color: #333
}

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
    background-color: #ffdb7e;
    border-color: #333
}

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
    background-color: #ffe9b1;
    color: #333
}

.easy-autocomplete.eac-purple {
    color: #333
}

.easy-autocomplete.eac-purple input {
    background-color: #d6d1e7;
    border-color: #b8afd5;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
    border-color: #333;
    box-shadow: 0
}

.easy-autocomplete.eac-purple ul {
    border-color: #333
}

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
    background-color: #d6d1e7;
    border-color: #333
}

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
    background-color: #ebe8f3;
    color: #333
}

.easy-autocomplete.eac-bootstrap input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    padding: 6px 12px
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
    background: inherit;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 12px
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer
}

.easy-autocomplete-container ul li.selected div {
    font-weight: normal
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: normal;
    word-break: break-all
}

.easy-autocomplete-container ul li b {
    font-weight: bold
}

.easy-autocomplete-container ul .eac-category {
    font-color: #aaa;
    font-style: italic
}

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: 0.9em
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative
}

.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px
}

/*# sourceMappingURL=easy-autocomplete.min.css.map */
.hidden {
    display: none !important;
}

.hed-drop .user-list li a {
    margin-left: 0;
}

.all_social {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.steps:before {
    left: 20px;
}

.td-action .btn-sub {
    text-align: center;
    /*line-height: 37px;*/
}

.message_error {
    padding: 10px 10px 0px 10px;
    font-size: 15px;
    color: red;
}

.autocompleter {
    display: none;
    width: 100%;
    color: #000
}

.autocompleter-show {
    display: block
}

.autocompleter, .autocompleter-hint {
    position: absolute;
    z-index: 4;
    max-width: 500px;
    border: 1px solid #d1d1d1;
    background-color: #fff
}

.autocompleter-list {
    list-style: none;
}

.autocompleter-item {
    padding: .5em 1em;
    color: #000 !important;
    cursor: pointer
}

.autocompleter-item-selected, .autocompleter-item:hover {
    background-color: #f5f5f5
}

.autocompleter-item strong {
    color: #97e00d
}

.autocompleter-hint {
    display: none;
    width: 100%
}

.autocompleter-hint-show {
    display: block
}

.autocompleter-hint span {
    color: transparent
}

.ui-autocomplete {
    z-index: 10000;
    max-width: 100%;
}

.easy-autocomplete-container {
    z-index: 102;
    background-color: #fff;
}

.not_in_stock {
    display: block;
    font-size: 13px;
    padding: 2px 5px;
    color: #888;
    border: 1px solid #888;
    margin-top: 3px;
    white-space: nowrap;
}

.side-list LI {
    display: block;
}

.side-list LI UL.side-list {
    display: block;
    clear: both;
    margin-left: 25px;
    margin-bottom: 0;
}

#newsletter-form #email-error {
    position: absolute;
    margin-top: 5px;
}

.error {
    position: relative;
}

.add-b {
    line-height: 11px;
}

.ui-menu {
    max-width: 59px !important;
    z-index: 100 !important;
}

.ui-menu.ui-autocomplete {
    max-width: 278px !important;
    z-index: 1100 !important;
}

.cart-total .old {
    text-decoration: line-through;
}

.scrolled {
    overflow-y: auto !important;
}

.fav-table-filter .dropdown-item.selected {
    background-color: #333;
    color: #fff;
}

.prod-btn1 .liked svg {
    fill: #e6338f;
}

.add-fav.liked {
    color: #e6338f;
}

#oferta-error {
    display: block !important;
    color: red;
    text-align: center;
    margin-top: 5px;
}

.drop-list.brands-list IMG {
    max-width: 100%;
    max-height: 37px;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.drop-list.brands-list li {
    margin-bottom: 1px !important;
}

.drop-list.brands-list li:last-child {
    margin-bottom: 15px !important;
}

UL.drop-list.brands-list {
    margin-top: -10px;
}

.item-country:before {
    width: 67px;
    height: 40px;
    background: url(../img/d-ico-2.png) 0 0 no-repeat;
    background-size: 100%;
}

.item-wallet:before {
    width: 54px;
    height: 54px;
    background: url(../img/d-ico-3.png) 0 0 no-repeat;
    background-size: 100%;
}

/*.item-discount {
    padding: 65px 25px 0 25px;
}*/
.unit .unit-name {
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .catalog-parfums-box .unit .unit-name {
        height: 28px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 14px;
        margin-top: 4px;
    }
}

.unit .unit-name {
    text-align: center;
}

.news_name {
    font-style: normal;
    display: block;
}

.top_menu_list .unit {
    margin-bottom: 0px;
}

.top_menu_list .unit-txt {
    display: inline-block;
    padding-left: 12px;
    padding-top: 5px;
}

.filter__btns_all .btn {
    display: none;
}

.filter__btns_all .filter__all {
    display: block;
}

.filter__btns--opened .filter__all {
    display: none;
}

.filter__btns--opened .filter__back {
    display: block;
}

.rateit-box.form-group strong {
    display: block;
    font-size: 16px;
    font-weight: bolder;
    color: #212529;
    margin-bottom: 14px;
}

.error-text2 {
    color: red;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    line-height: 15px;
}

.yq-panel-logo {
    display: none !important;
}

#YQContainer {
    margin-top: 20px;
}

#faq-content a {
    color: #909090;
}

#faq-content a:hover {
    color: #e6338f;
}

.profile .select-box.error {
    overflow: visible;
    border: 1px solid red;
    position: relative;
    border-radius: 3px;
    background: #FFF;
    margin-bottom: 40px;
}

.profile .select-box.error .error-text {
    position: absolute;
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.pickpoint_select {
    color: #E6338F;
    text-decoration: underline;
}

.pickpoint_select:hover {
    color: #E6338F;
    text-decoration: none;
}

@media (min-width: 768px) {
    .headline a[href^="hits"] {
        display: inline-block;
        border: 1px solid #000;
        padding: 8px 20px 6px 20px;
        border-radius: 3px;
        font-size: 10px;
        text-transform: uppercase;
        color: #000;
    }

    .headline a[href^="hits"]:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }
}

.unit .tags span {
    white-space: nowrap;
}

/*.mob-panel {
    position: sticky;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #fff;
}

@media (min-width: 578px) {
    .mob-panel {
        top: 15px;
    }
}*/

.filter {
    z-index: 201;
}

.add-to-cart2 {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    height: 45px;
    width: 100%;
    border: 0;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 10px;
    display: none;
}

@media (max-width: 767px) {
    .head-mdl .logo {
        max-width: 280px;
        top: 2px;
    }

    .add-to-cart2 {
        display: block;
    }

    .prod-types.jcf-scrollable.autoheight {
        height: auto !important;
    }
}

.main-nav>li>h4 {
    margin: 0;
    font-size: 14px;
}

.main-nav>li>h4>a {
    padding-bottom: 17px;
    display: block;
}

.mobile_menu_close {
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.wish-remove .filter__close {
    top: 3px;
    right: 0px;
}

.sidebar .is_stuck {
    padding-top: 15px;
}

@media (max-width: 768px) {
    .cart-form-box {
        max-width: 100%;
        float: none;
        margin-top: 30px;
    }
}

.unit .unit-img {
    overflow: hidden;
}

.num {
    position: relative;
    max-width: 80px;
}

.num__control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.num__btn {
    cursor: pointer;
    border: none;
    width: 18px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    background: none;
}

.num__btn:before,
.num__btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #7e7e7e;
}

.num__btn:before {
    width: 8px;
    height: 2px;
}

.num__btn_minus {
    left: 1px;
}

.num__btn_minus:after {
    display: none;
}

.num__btn_plus {
    right: 1px;
}

.num__btn_plus:after {
    width: 2px;
    height: 8px;
}

#accept {
    visibility: hidden;
    height: 1px;
    width: 1px
}

button.btn-more {
    width: 100%;
    background: transparent;
}

.sdek_select {
    color: #E6338F;
    text-decoration: underline;
}

.sdek_select:hover {
    color: #E6338F;
    text-decoration: none;
}

.CDEK-widget__popup-mask {
    z-index: 10010;
}

.delivery-cart__group-head {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: space-between;
}

.delivery-cart__toggle {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.delivery-cart__toggle-control {
    position: absolute;
    opacity: 0;
}

.delivery-cart__toggle-label {
    display: block;
    padding: 0 0 0 10px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #2C2832;
}

.delivery-cart__toggle-free {
    color: #98b621;
    font-size: 80%;
    margin-left: 12px;
}

.delivery-cart__group {
    margin-bottom: 20px;
}

.delivery-cart__group:last-child {
    margin-bottom: 0;
}

.delivery-cart__group-body {
    padding-left: 30px;
    overflow: hidden;
    position: relative;
    height: 0;
}

.delivery-cart__group-body_active {
    padding-top: 30px;
    overflow: visible;
    height: auto;
}

.delivery-cart__group-body .cart__radio {
    float: none;
}

.delivery-cart__group-body .d_block:first-child {
    float: none;
    margin-top: -20px;
}

.delivery-cart__toggle:after {
    content: "";
    display: none;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.delivery-cart__toggle.delivery-cart__toggle_checked:after {
    display: block;
}

.delivery-cart__toggle.delivery-cart__toggle_checked:before {
    border-color: #000;
}
