body.autocomplete_open:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
body.autocomplete_open #head-2-search form {
    z-index: 101;
}

#head-2-search form {
    position: relative;
}
#head-2-search .search_hints {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    z-index: 101;
    background: #ffffff;
    box-shadow: 0 0.1rem 1rem rgb(4 6 28 / 10%);
    width: calc(99% + 2px);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px 20px 12px 10px;
}
#head-2-search .search_hints .search_hints__list {

}
#head-2-search .search_hints > .search_hints__list:not(:last-child) {
    margin: 0 0 24px 0;
}
#head-2-search .search_hints .search_hints__list .list__title {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin: 0 0 12px 10px;
}
#head-2-search .search_hints .search_hints__list ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
#head-2-search .search_hints .search_hints__list ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 0 0 10px;
    border-radius: 4px;
}
#head-2-search .search_hints .search_hints__list ul li:hover {
    background: #ededed;
}
#head-2-search .search_hints .search_hints__list ul li a {
    color: #666;
    opacity: 0.8;
    font-size: 17px;
    width: 100%;
    text-decoration: none;
    padding: 8px 0;
}
#head-2-search .search_hints .search_hints__list ul.list__history li:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url('/images/search_history.svg') no-repeat center center;
    background-size: 100%;
}
#head-2-search .search_hints .search_hints__list ul.list__popular li:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url('/images/search_popular.svg') no-repeat center center;
    background-size: 100%;
}

.qst-param .helpfulness {
    display: inline-block;
}
.qst-param .helpfulness .helpfulness__title {
    
}
.qst-param .helpfulness .helpfulness__buttons {
    display: inline-block;
    margin: 0 0 0 8px;
}
.qst-param .helpfulness .helpfulness__buttons a {
    display: inline-block;
    text-decoration: none;
    padding: 3px 8px;
    vertical-align: middle;
    border-radius: 4px;
    line-height: 13px;
    font-size: 13px;
    color: #adadad;
    border: 2px solid #d2d2d2;
    box-sizing: border-box;
}
.qst-param .helpfulness.active .helpfulness__buttons a {
    cursor: not-allowed;
}
.qst-param .helpfulness .helpfulness__buttons a.active,
.qst-param .helpfulness .helpfulness__buttons a:hover {
    color: #ff9b00;
    border-color: #ff9b00;
}
.qst-param .helpfulness .helpfulness__buttons a i {
    font-style: normal;
    font-weight: bold;
}

.notifications {
    display: none;
    font-family: 'Open Sans';
    position: fixed;
    left: 0;
    bottom: 0;
    width: 360px;
    z-index: 999;
}
.notifications div {
    background-color: rgb(25 25 25 / 88%);
    margin: 10px;
    color: #fff;
    padding: 15px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.notifications a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

.sale_in_shop {
    text-align: left;
    padding: 28px 35px 78px 58px !important;
    width: 985px !important;
    max-width: none !important;
    background: url(/images/modals/sale_in_shop_bg.png) no-repeat center right 30px, #fff !important;
}
.sale_in_shop .sale_in_shop__title {
    text-align: center;
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 120% */
    margin: 0 0 46px 0;
}
.sale_in_shop .sale_in_shop__detail {
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    margin: 0 0 32px 0;
}
.sale_in_shop .sale_in_shop__image {
    display: none; 
}
.sale_in_shop a.remodal-close {
    background: url(/images/modals/close.svg) no-repeat center center;
    border: none;
    width: 30px;
    height: 30px;
    top: 30px;
    left: 30px;
}
.sale_in_shop a.remodal-close:after {
    display: none;
}
.sale_in_shop .sale_in_shop__button a {
    display: inline-block;
    width: 280px;
    height: 50px;
    border-radius: 6px;
    background: #4DB037;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
}

.sale_subscribe {
    text-align: left;
    padding: 28px 35px 78px 58px !important;
    width: 985px !important;
    max-width: none !important;
    background: url(/images/modals/sale_subscribe_bg.png) no-repeat center right 30px, #fff !important;
}
.sale_subscribe .sale_subscribe__title {
    text-align: center;
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 120% */
    margin: 0 0 46px 0;
}
.sale_subscribe .sale_subscribe__detail {
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    margin: 0 0 32px 0;
}
.sale_subscribe .sale_subscribe__detail p {
    text-align: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 12px 0;
}
.sale_subscribe .sale_subscribe__image {
    display: none; 
}
.sale_subscribe a.remodal-close {
    background: url(/images/modals/close.svg) no-repeat center center;
    border: none;
    width: 30px;
    height: 30px;
    top: 30px;
    left: 30px;
}
.sale_subscribe a.remodal-close:after {
    display: none;
}
.sale_subscribe .sale_subscribe__button a {
    display: inline-block;
    width: 280px;
    height: 50px;
    border-radius: 6px;
    background: #4DB037;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
}
.sale_subscribe .sale_subscribe__button span {
    display: block;
    opacity: 0.7;
    font-size: 13px;
    line-height: 18px;
    margin: 8px 0 0 0;
}

.sale_subscribe_notification {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 16px 0 16px 0;
    font-size: 14px;
}
.sale_subscribe_notification a {
    color: inherit;
}

.active_subscription_notification {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0 0 0;
}
.active_subscription_notification svg {
    width: 32px;
}
.active_subscription_notification span {
    
}
.active_subscription_notification span a {
    color: inherit;
}

.cart_actions {
    margin: 16px 0 0 0;
}
.cart_actions .cart_actions__text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
}
.cart_actions .cart_actions__text svg {
    
}
.cart_actions .cart_actions__text a {
    
}
.cart_actions .cart_actions__text a.sale_in_shop_button {
    display: inline-block;
    color: #4DB037;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 121.429% */
    border-radius: 3px;
    border: 1px solid #4DB037;
    height: 20px;
    padding: 0 5px;
    text-decoration: none;
}
.cart_actions .cart_actions__text a.sale_subscribe_button {
    display: inline-block;
    color: #EF8000;
    font-family: "Open Sans", 'Trebuchet MS', 'PT Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 121.429% */
    border-radius: 3px;
    border: 1px solid #EF8000;
    height: 20px;
    padding: 0 5px;
    text-decoration: none;
}