.mobile-header-block {
    display: none;
}

.top-header-wrapper {
    color: var(--color-black);
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
}

.top-pink-header {
    background-color: var(--color-pink);
}

.top-white-header {
    background-color: var(--color-white);
}

.top-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lang-selector {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    cursor: pointer;
}

.lang-selector:hover {
    text-decoration: none;
}

.top-menu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.top-menu li {
    padding: 0 10px;
}

.top-menu li:not(:last-child) {
    border-right: 1px solid var(--color-pink-dark);
}

.top-menu li a:hover {
    text-decoration: none;
}

.left-tools {
    display: flex;
    gap: 10px;
}

.brands-wrapper {
    display: flex;
    align-items: center;
    gap: 3px;
}

.brands-wrapper svg {
    height: 100%;
}

.brands-wrapper a {
    display: flex;
    text-transform: uppercase;
}

.top-header-logo svg {
    height: 100%;
}

.top-header-right-tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    gap: 10px;
}

.top-search-panel {
    align-self: stretch;
    flex-grow: 1;
}

.top-search-panel form {
    margin: 0;
}



.top-header-icon svg{
    height: 100%;
}

.top-cart-btn .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: -0.4rem;
    line-height: 1;
    top: -.1rem;
    border-radius: 50%;
    /*padding-bottom: 1px;*/
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #ed7e63;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
}




.header-dropdown {
    border-right: 1px solid var(--color-pink-dark);
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}
.header-dropdown > a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.1rem;
}
.header-dropdown a img {
    display: inline-block;
    max-width: 16px;
    height: auto;
    margin-right: .6rem;
}
.header-dropdown a:hover, .header-dropdown a:focus {
    text-decoration: none;
}

.header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    transition: all .25s;
    border: 1px solid var(--color-pink);
    background-color: var(--color-white);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}
.header-right .header-menu {
    right: 0;
    left: auto;
}
.header-dropdown:hover > .header-menu {
    opacity: 1;
    visibility: visible;
}
.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-menu ul li {
    position: relative;
    margin: 0;
}
.header-menu ul a {
    font-weight: 400;
    color: #777;
    display: flex;
    align-items: center;
    padding: 2px 9px;
    white-space: nowrap;
}
.header-menu a {
    color: inherit;
}
.header-menu a:hover, .header-menu a:focus {
    background-color: var(--color-pink);
    color: var(--color-white);
}
.header-dropdowns .header-dropdown + .header-dropdown, .header-dropdowns .header-dropdown + .dropdown {
    margin-left: 2rem;
}
.header-dropdowns .header-dropdown + .header-dropdown::before, .header-dropdowns .header-dropdown + .dropdown::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    height: 11px;
    border-right: 1px solid;
    margin-top: -5.5px;
    opacity: .8;
}

.mobile-header-top {
    border-bottom: 1px solid var(--color-gray);
}

.mobile-header-top .header-dropdown {
    border-right: none;
}

.mobile-header-top .header-dropdown a {
    padding-right: 0;
}

.mobile-header-top .header-menu {
    left: auto;
    right: 0;
    padding-right: 1rem;
}

.mobile-header-middle {
    color: var(--color-black);
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0;
    flex-wrap: wrap;
    align-items: center;
}

.top-header-item {
    flex-shrink: 1;
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    cursor: pointer;
    padding: 0;
}

.top-header-item:hover, .top-header-item:active, .top-header-item:link {
    text-decoration: none;
}

.top-header-item span {
    text-transform: uppercase;
    text-align: center;
}

.top-header-item:not(:last-child) {
    border-right: 1px solid var(--color-gray);
}

.mobile-search-block form {
    margin: 0 0 10px;
}

.top-header-search {
    width: 100%;
}

.change-language-modal-sub, .choose-country-modal-sub {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(52, 52, 52, .5);
    display: flex;
    visibility: hidden;
    justify-content: center;
    align-items: center;
}

.choose-country-modal-sub {
    visibility: visible;
}

.change-language-modal, .choose-country-modal {
    background-color: var(--color-gray-light);
    box-sizing: border-box;
    width: 358px;
    min-width: 358px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
    border-radius: 3px;
}

.choose-country-modal form {
    margin: 0;
    padding: 0;
}

.choose-country-modal select {
    height: 42px;
    padding: 0 10px;
}

.change-language-modal svg, .choose-country-modal svg {
    pointer-events: none;
}

.lang-modal-header, .country-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lang-modal-header span, .country-modal-header span {
    font-size: 14px;
    font-weight: bold;
    color: var(--color-black)
}

.change-language-modal .button-save, .choose-country-modal .button-save {
    display: flex;
    height: 42px;
    color: var(--color-white);
    background-color: var(--color-black);
    border: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.select2-container {
    z-index: 9999;
}

.change-language-modal .button-save:hover,
.change-language-modal .button-save:active,
.change-language-modal .button-save:link,
.choose-country-modal .button-save:hover,
.choose-country-modal .button-save:active,
.choose-country-modal .button-save:link {
    text-decoration: none;
}

.change-language-modal .button-choose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
    padding: 0 10px;
    background-color: var(--color-white);
    font-size: 14px;
    color: var(--color-black);
    border: none;
    border-radius: 3px;
    width: 100%;
    position: relative;
}

.change-language-modal .label-choose {
    font-size: 10px;
    color: var(--color-gray-dark)
}

.change-language-modal .language-control {
    align-self: stretch;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.choose-country-modal .country-control {
    align-self: stretch;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.change-language-modal .button-choose-language {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.change-language-modal .languages-list {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: var(--color-white);
}

.change-language-modal .languages-list a {
    border-top: 1px solid var(--color-gray);
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
}

.change-language-modal .languages-list a:hover,
.change-language-modal .languages-list a:active,
.change-language-modal .languages-list a:link {
    text-decoration: none;
}

.change-language-modal .languages-list a:hover {
    background-color: var(--color-pink);
    color: var(--color-white);
}

.mobile-menu-toggler {
    margin-right: 0!important;
}

.unavailable-product-row {
    position: relative;
}

.unavailable-product-row::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed7e63;
    opacity: .8;
}

.unavailable-product-row .unavailable-product-label {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.top-header-search-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    position: relative;
}

.top-header-search-wrapper input, .top-header-search-wrapper select, .top-header-search-wrapper button {
    border-top: 1px solid var(--color-gray);
    border-bottom: 1px solid var(--color-gray);
    border-right: 1px solid var(--color-gray);
    border-left: none;
    background-color: var(--color-white);
    color: var(--color-black);
    outline: none;
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
    height: 36px;
}

.top-header-search-wrapper .dropdown-custom, .top-header-search-wrapper .mobile-dropdown-custom {
    display: none;
    width: 100%;
    max-height: 190px;
    overflow-y: scroll;
    background: #fff;
    box-shadow: 0 0 0 2px #dbe0e2;
    border-radius: 20px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 103;
}
.top-header-search-wrapper .dropdown-custom.show, .top-header-search-wrapper .mobile-dropdown-custom.show {
    display: block;
}
.top-header-search-wrapper .dropdown-custom ul, .top-header-search-wrapper .mobile-dropdown-custom ul {
    margin-bottom: 0;
}
.top-header-search-wrapper .dropdown-custom ul li:hover, .top-header-search-wrapper .mobile-dropdown-custom ul li:hover {
    background: #e1e6ea;
}
.top-header-search-wrapper .dropdown-custom a,
.top-header-search-wrapper .dropdown-custom span,
.top-header-search-wrapper .mobile-dropdown-custom a,
.top-header-search-wrapper .mobile-dropdown-custom span{
    color: #8d8d8d;
    font-size: 1.3rem;
    line-height: 1.4;
    display: block;
    padding: 10px 22px;
}
.top-header-search-wrapper .dropdown-custom a:hover, .top-header-search-wrapper .mobile-dropdown-custom a:hover {
    text-decoration: none;
}

.top-header-search-wrapper input {
    border-left: 1px solid var(--color-gray);
    width: 300px;
    border-radius: 9px 0 0 9px;
}

.top-header-search-wrapper button {
    border-radius:0 9px 9px 0;
}

.top-header-search-wrapper select {
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius:0;
}

.mobile-top-header-search-wrapper input {
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-left: none;
    align-self: stretch;
    flex-grow: 1;
}

.mobile-top-header-search-wrapper button {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius: 0;
    border-right: none;
}

.mobile-top-header-search-wrapper select {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius: 0;
}

@media screen and (max-width: 955px) {
    .top-header-search-wrapper>input {
        order: 3;
    }
    .top-header-search-wrapper>select {
        order: 1;
    }
    .top-header-search-wrapper>button {
        order: 2;
    }
    .desktop-header-block {
        display: none;
    }
    .mobile-header-block {
        display: flex;
    }

    .mobile-top-header-search-wrapper input {
        width: 100%;
        border-right: none;
        border-bottom: none;
    }
    .mobile-top-header-search-wrapper select {
        border-bottom: none;
        border-left: none;
        align-self: stretch;
        flex-grow: 1;
    }
    .mobile-top-header-search-wrapper button {
        border-bottom: none;
        border-right: none;
    }

    .top-header-search-wrapper .dropdown-custom, .top-header-search-wrapper .mobile-dropdown-custom {
        top: 80px;
    }
}

@media screen and (max-width: 502px) {
    .top-header-search-wrapper .dropdown-custom, .top-header-search-wrapper .mobile-dropdown-custom {
        width: calc(100% - 36px - 3px);
    }
}

@media screen and (max-width: 393px) {
    .top-header-item {
        font-size: 6px;
    }
}