@font-face {
    font-family: GHEAHelveticaGeo;
    src: url(../fonts/GHEAHelveticaGeo-Regular.ttf);
}
@font-face {
    font-family: GHEAHelveticaGeoBold;
    src: url(../fonts/GHEAHelveticaGeo-Bold.ttf);
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    transition:  0.3s;
    font-family: GHEAHelveticaGeo;
}
body {
    background: #eef0eb;
}
a {
    text-decoration: none;
}
input, select, textarea {
    color: #3043A1 !important;
    font-weight: 700;
}
button {
    cursor: pointer;
}
::placeholder {
    color: #3043A1 !important;
    font-weight: 700;
}
button {
    border: none;
    cursor: pointer;
}
.header__top, .header__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__top {
    padding: 16px 0;
}
.header__top p {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #3043A1;
    cursor: pointer;
}
.header__top a {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: #3043A1;
    font-family: GHEAHelveticaGeoBold;
}
.header__top a i{
    font-size: 16px;
}
.header__top i{
    color: #B591D6;
}
.header__main {
    padding: 24px 16px;
    background: #FFFFFF;
    box-shadow: 0 8px 16px rgba(183, 192, 170, 0.5);
    border-radius: 64px;
    font-weight: 700;
    font-size: 12px;
    color: #3043A1;
    letter-spacing: 0.04em;
}
.header__main .header__main--menu{
    font-weight: 700;
    font-size: 12px;
    color: #3043A1;
    letter-spacing: 0.04em;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
}
.header__main .header__main--menu img {
    margin-right: 10px;
}
.max--width {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 0 69px;
}
.header {
    position: sticky;
    top: 0;
    background: #eef0eb;
    z-index: 14;
}
.header__right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
}
.header__right-side i {
    color: #17BED0;
}
.header__login {
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
.header_basket {
    border: 2px solid #E95E26;
    color: #e95e26 !important;
    padding: 12px 16px;
    border-radius: 50px;
    cursor: pointer;
}
.header_basket:hover {
    color: #fff !important;
    background: #e95e26 !important;
}
.header_basket i {
    color: #e95e26 !important;
    font-size: 17px;
    margin-left: 6px;
}
.header_basket span {
    color: #e95e26 !important;
    font-size: 16px;
}
.header_basket:hover span, .header_basket:hover i {
    color: #fff !important;
}
.header__login i {
    margin-right: 8px;
}
h2 {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.04em;
    color: #3043A1;
    margin-bottom: 40px;
    font-family: GHEAHelveticaGeoBold;
}
.discount {
    font-weight: 700;
    font-size: 14px;
    background: #FB3B80;
    border-radius: 100px;
    color: #fff;
    padding: 7px 12px;
    position: absolute;
    top: 0;
    left: 0;
}
ul {
    list-style: none;
}
.footer {
    background: #24337A;
    border-radius: 32px 32px 64px 64px;
    max-width: 1228px;
    width: 100%;
    margin: 0 auto;
    padding: 44px 74px 24px;
}
.footer__bottom > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__bottom > div a{
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    display: block;
    margin-left: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 7px;
}
.footer_bottom > a {
    color: #fff;
}
a.fb {
    background: #1877F2;
}
a.twitter {
    background: #1DA1F2;
}
a.linkedin {
    background: #2867B2;
}
a.youtube {
    background: #FF0000;
}
a.pinterest {
    background: #E60023;
}
a.telegram {
    background: #0088CC;
}
.footer__top p {
    font-size: 11px;
    color: #fff;
}
.footer__top img {
    margin-bottom: 14px;
}
.footer__top ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.footer__top ul a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.footer {
    margin-top: 124px;
}
.footer .footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 65px;
}
.footer__top ul li {
    margin-right: 56px;
}
.footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__bottom p {
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.01em;
    color: #99B8F0;
}
.footet__bottom--payment img {
    margin-right: 16px;
}
.layer, .basket_layer, .filter_layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    visibility: hidden;
    opacity: 0;
}
.catalog_menu {
    width: 385px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -390px;
    background: #fff;
    z-index: 999;
    border-radius: 0 32px 0 0;
}
.open_catalog {
    left: 0;
}
.open {
    visibility: visible !important;
    opacity: 1 !important;
}
.menu_header button, .basket_header button{
    width: 32px;
    height: 32px;
    color: #fff;
    background: #E95E26;
    border-radius: 100px;
    font-size: 16px;
}
.menu_header button i, .basket_header button i {
    position: relative;
    top: 2px;
}
.menu_header {
    text-align: right;
    padding: 16px;
}
.main_menu ul li {
    list-style: none;
    border-top: 1px solid #e7e7e7;
    position: relative;
}
.main_menu ul li:first-child {
    border-top: none;
}
.main_menu ul li:hover {
    background: #EBE2D1;
    border-radius: 100px;
}
.main_menu ul li:hover + li {
    border-top: 1px solid transparent;
}
.main_menu ul li a{
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #3043A1;
    padding: 16px 24px;
    display: block;
}
.main_menu ul {
    padding: 0 20px;
}
.basket {
    width: 600px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -725px;
    background: #fff;
    z-index: 999;
    border-radius: 32px 0 0 0;
}
.basket_header {
    padding: 20px 24px 16px !important;
}
.basket_header p {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.01em;
    color: #3043A1;
}
.basket_items {
    padding: 40px 24px 0;
    max-height: calc(100vh - 190px);
    margin-bottom: 20px;
    overflow-y: auto;
}
.basket_item{
    border-bottom: 1px solid #efefef;
    padding: 16px 0;
}
.basket_item, .basket_item > div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.basket_item_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 26px;
}
.basket_item_info img {
    max-width: 96px;
    margin-right: 21px;
    object-fit: contain;
}
.basket_item_info a {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #3043A1 !important;
}
.basket_item_info span {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #6E6E6E;
}
.basket_item_price button {
    border: none;
    background: transparent;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #00A59C;
    display: none;
}
.basket_item_price p {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #3043A1;
    white-space: nowrap;
    font-family: GHEAHelveticaGeoBold;
}
.basket_item_price:hover button {
    display: block;
}
.basket_item_price:hover p {
    display: none;
}
.basket_counter button {
    border: 1px solid #BDBDBD;
    border-radius: 100px;
    background: transparent;
    color: #BDBDBD;
    width: 24px;
    height: 24px;
    padding-top: 2px;
}
.basket_counter button:hover {
    border-color: #000000;
}
.basket_counter span {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01em;
    height: 40px;
    line-height: 2;
    color: #3043A1;
    white-space: nowrap;
    font-family: GHEAHelveticaGeoBold;
}
.basket_counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 5px 24px 0 0;
}
.basket_counter .basket_minus {
    background: #E95E26;
    color: #fff;
    border: none;
}
.basket_counter .basket_plus {
    background: #17BED0;
    color: #fff;
    border: none;
}
.open_basket {
    right: 0;
}
.basket_make_order {
    background: #17BED0;
    border-radius: 100px;
    width: 93%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 10px;
}
.basket_make_order:hover {
    background: #19CEE1;
}
.basket_make_order p {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.basket_make_order p i {
    position: relative;
    top: 2px;
    left: 5px;
}
.total_price {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #3043A1;
    background: #fff;
    padding: 16px;
    border-radius: 100px;
    font-family: GHEAHelveticaGeoBold;
}
.select_address_popup {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    z-index: 20;
    padding-top: 165px;
    display: none;
}
.select_address_popup_open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.select_address_popup > div {
    max-width: 950px;
    width: 100%;
    height: 424px;
    background: #FFFFFF;
    border-radius: 16px;
    margin:  0 auto;
}
.popup_content > div {
    width: 50%;
}
.select_address_popup .city_dropdown_option {
    position: static;
}
.select_address_popup .popup_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 136px;
}
.select_address_popup .popup_content {
    max-height: 424px;
}
.select_address_popup .basket_header, .select_address_popup form {
    padding: 24px;
}
.red {
    color: red;
}
.delivery_city {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}
.del_city_heading {
    font-size: 14px;
    margin-bottom: 20px;
}
.delivery_city input {
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 8px;
    cursor: pointer;
}
.delivery_city label {
    color: #828282;
    position: relative;
    top: -4px;
}
.delivery_city input:checked:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background-color: #fff;
    border: 7px solid #00A59C;
    border-radius: 50px;
    top: -2px;
    left: -2px;
    position: absolute;
}
.mb24{
    margin-bottom: 24px;
}
.buy_method {
    width: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    background: #F2F2F2;
}
.buy_method p {
    padding: 24px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #F2F2F2;
    width: 100%;
    cursor: pointer;
}

.write_address {
    position: relative;
    margin-bottom: 16px;
}
.write_address input {
    background: #F2F2F2;
    border-radius: 16px;
    padding: 16px !important;
    width: 100% !important;
    border: 1px solid #F2F2F2;
}
.write_address i {
    position: absolute;
    top: 40px;
    color: #B591D6;
    right: 16px;
}
.popup_inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.popup_content label {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #3043A1;
    margin-bottom: 8px;
}
.popup_inputs label span {
    color: red;
}
.popup_inputs > div {
    width: 100px;
}
.popup_inputs input, .popup_inputs select {
    padding: 16px;
    border-radius: 32px;
    background: #F8F4FB !important;
    border: 1px solid #B591D6;
}
.popup_inputs input {
    width: 100%;
}
.popup_inputs select {
    width: 144px;
}
.popup_input_additional input{
    padding: 16px;
    background: #F8F4FB !important;
    border: 1px solid #B591D6;
    border-radius: 32px;
    width: 100%;
    margin-bottom: 16px;
}
.popup_input_additional {
    margin-top: 16px;
}
.popup_content .popup_form_content {
    overflow-y: auto;
}
.popup_content .popup_form_content::-webkit-scrollbar {
    width: 5px;
}
.popup_content .popup_form_content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.popup_content .popup_form_content::-webkit-scrollbar-thumb {
    background: #888;
}
.popup_content .popup_form_content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.popup_content > div > form {
    padding-bottom: 0;
    padding-top: 0 !important;
}
.open_mob_catalog {
    bottom: -100px !important;
}
.active_mob_catalog {
    color: #00A59C !important;
}
.mobile_fixed_menu .active_mob_catalog rect {
    fill: #00A59C !important;
    stroke: #00A59C !important;
}
.show_display {
    display: block !important;
}
.active_mob_menu {
    background: #E0F4FF;
}
.active_mob_menu i {
    transform: rotate(90deg);
}
#map {
    height: 385px;
    width: 100%;
}
#map, .map, .ymaps-map {
    border-radius: 16px;
}
.map {
    padding: 20px;
}
.change_address {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #17BED0;
    border-radius: 100px;
    padding: 16px;
    margin-right: 20px;
}
.change_address:hover {
    background: #19CEE1;
}
.address_btns{
    display: flex;
    align-items: center;
}
#closeMap{
    border: 1px solid #E95E26;
    color: #E95E26;
    border-radius: 100px;
    font-size: 18px;
    width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 19px;
    background: #fff;
    text-align: center;
}
#closeMap i{
    transition: 0s;
}
#closeMap:hover{
    background: #E95E26;
    color: #fff;
}
.basket .basket_header {
    text-align: right;
}
.product_counter button, .product_counter span {
    border: none;
    font-size: 17px;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    width: 56px;
    min-width: 56px;
    height: 56px;
}
.product_counter > div button:nth-child(1) {
    background: #E95E26;
    border-radius: 100px;
}
.product_counter > div button:nth-child(3) {
    background: #17BED0;
    border-radius: 100px;
}
.product_counter input {
    width: 59%;
    border: none;
    background: transparent;
    padding: 0 5px;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    color: #3043A1;
}
.products_item .product_counter  {
    width: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}
.product_counter > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.counter_opened {
    width: 100% !important;
}
.product_counter_content {
    position: relative;
    margin-top: 11px;
}
.open_counter {
    position: absolute;
    top: 0;
    right: 0;
}
.empty_basket {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.01em;
    color: #3043A1;
    margin-top: 32px;
}
.empty_basket p{
    margin-top: 32px;
}
.breadcrumbs {
    max-width: 1336px;
    width: 100%;
    margin: 24px auto 32px;
}
.breadcrumbs a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #6876BB;
    font-weight: 700;
    white-space: nowrap;
}
.breadcrumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    list-style: none;
}
.breadcrumbs .active a {
    color: #3043A1;
}
.breadcrumbs .active a i {
    display: none;
}
.breadcrumbs a i {
    font-size: 11px;
    color: #5B5B5B;
    margin: 0 11px;
}
.breadcrumbs ul::-webkit-scrollbar {
    display: none;
}
.best_sale--products{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mobile_fixed_menu {
    display: none;
    background: #FFFFFF;
    box-shadow: 0 -8px 8px rgba(183, 192, 170, 0.3);
    border-radius: 24px 24px 0 0;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 11;
}
.mobile_fixed_menu button {
    background: transparent;
}
.mobile_fixed_menu button span, .mobile_fixed_menu a span {
   display: block;
    text-align: center;
    color: #6876BB;
    font-size: 10px;
}
.mobile_fixed_menu button, .mobile_fixed_menu a {
   display: block;
    text-align: center;
}
.mobile_fixed_menu > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.mob_slider .products_item {
    width: 100%;
}
.mob_slider, .mobile_catalog_menu {
    display: none;
}
.mobile_catalog {
    position: static;
    margin: 24px 0 56px;
    width: 100%;
}
.mob_address_selection {
    display: block !important;
}
.mob_address_selection .popup_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: unset !important;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 24px;
}
.mob_address_selection .popup_content > div:nth-child(1) {
    overflow-y:  unset !important;
}
.mob_address_selection > div {
    height: unset !important;
}
.mob_address_selection .popup_content > div {
    width: 100%;
}
.mob_address_selection{
    position: static;
    background: transparent;
    padding-top: 24px;
}
.mob_address_selection .map{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.mob, .mob_img{
    display: none !important;
}
.mobile_addresses {
    display: none;
}
.login_dropdown {
    position: absolute;
    top: 67px;
    right: -113px;
    background: #FFFFFF;
    box-shadow: 0 8px 16px rgba(183, 192, 170, 0.5);
    border-radius: 32px;
    width: 270px;
    padding: 16px;
    display: none;
}
.login_dropdown a {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #3043A1;
    border-top: 1px solid #EBE2D1;
    display: block;
    padding: 16px;
}
.login_dropdown a:first-child {
    border-top: none;
}
.login_dropdown a:hover {
    border-radius: 100px;
    background: #EBE2D1;
}
.login_dropdown a:hover + a {
    border-top: 1px solid transparent;
}
.login_dropdown a:last-child {
    color: #E95E26;
}
.login_dropdown a:last-child span  {
    position: relative;
    top: -7px;
    left: 4px;
}
.open_login_dropdown {
    display: block;
}
.basket_item_price button {
    width: 77px;
}
.head_basket .basket_minus {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 3px;
}
.head_basket .basket_plus {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-top: 3px;
}