.nd__dropdown__linkpic {
    display: none;    
    top: .5rem;
    position: relative;
}
.boxberry_container {
    z-index: 999999999 !important;
}
.nd__dropdown__linkpic img{
    max-height: 300px;
}
#product-search .row.m-l-minus-mob {
    margin-top: 1rem;
}
.nd__mainslider__pagination {
    position: absolute;
    bottom: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
    justify-content: center;
    transition: .3s all;
    top: 90% !important;
}
.nd__fixed-links span.live-icon {
    right: 10px;
}
.no_results {
    text-align: center !important;
    font-size: 16px;
}
span.prmn-cmngr__city-name {
    color: #fff;
}
span.prmn-cmngr__city-name:hover {
    color: #eec99d;
}
div#smspanel2 {
    z-index: 9999999999;
    top: 4rem;
}
body.nd__no-scroll {
    overflow: hidden;
    height: 100vh;
}
.nd__dropdown_mobile {
    overflow-y: auto;
    max-height: calc(100vh - 80px);
}
div#information-information, div#product-product, div#account-forgotten, div#information-sitemap,
div#account-register, div#error-not-found, div#account-wishlist, div#checkout-checkout, div#information-contact, div#account-login, div#product-search
{
    margin-top: 5rem;
}
.nd__fixed-menu ul.nd__menu-item__ischild {
    display: block;
}
.nd__dropdown a.active {
    color: #eec99d;
}
.nd__menu-item__ischild span {
    text-transform: uppercase;
    padding: 8px 0 0;
    display: block;
}
.nd__dropdown_mobile__submenu .nd__dropdown-columns a.active {
    color: #eec99d;
}
.nd__dropdown_mobile__submenu .nd__dropdown-columns {
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    gap: 0;
    margin-right: 1rem;
}
.nd__dropdown_mobile__submenu .nd__dropdown__pic {
    position: absolute !important;
    right: 0;
    top: 1.5rem !important;
}
.nd__dropdown_mobile__submenu .nd__dropdown-columns a {
    width: 100%;
}
.nd__fixed-menu .nd__dropdown a.active {
    color: #eec99d;
}
.nd__dropdown .nd__dropdown__pic img {
    max-height: 300px;
}
.nd__scroll-button button {
    animation-duration: 1.5s;
    animation-name: shrink;
    transition: all 0.3s linear;
    animation-iteration-count: infinite;
}
#mainLogo a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

@keyframes shrink {
    0% {
        transform: scaleY(1);
    }
    49% {
        transform: scale(0.97, 0.97);
    }
    100% {
        transform: scaleY(1);
    }
}
.nd__fixed-header-mobilephone {
    display: none;
}
.nd__fixed-header-search svg, .nd__fixed-header-mobilephone svg {
    width: 21px;
    height: 21px;
}
.nd__fixed-header-search:hover svg path {
    fill: #eec99d;
}
.nd__fixed-city:hover svg path {
    fill: #eec99d;
}
.nd__fixed-icons a svg {
    width: 21px;
    height: 21px;
}
a.nd__fixed-phone:hover {
    color: #eec99d;
}
a.nd__phone:hover {
    border-bottom: 1px solid;
    color: #ffff;
}
.nd__mainslider__pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #8b5e40;
    border: 1px solid white !important;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #8b5e40 !important;
    opacity: 1;
    transition: background 0.3s ease;
    position: relative;
    overflow: hidden;
}
.fixed-header .nd__mainslider__pagination {
    /* bottom: auto !important; */
    /* top: 92% !important; */
}

.nd__mainslider__pagination .swiper-pagination-bullet-active::after {
    height: 100% !important;
}

.nd__mainslider__pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    /* box-shadow: 0 0 1px #fff; */
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.nd__hero-swiper {
    width: 100%;
}
.nd__hero .swiper-slide {
    background-size: cover;
    background-position: center;
}
.nd__hero-swiper .swiper-pagination {
    top: auto;
    bottom: 117px !important;
}
.swiper-pagination {
    bottom: 30px !important;
    z-index: 2;
    position: absolute;
}
.nd__search__block {
    display: none;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    background: #282828b3;
    padding: 13px 0;
    z-index: 999999999;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    border-radius: 0;
}
.nd__fixed-header-search {
    cursor: pointer;
}
.nd__search__block ul.dropdown-menu {
    background: #282828b3;
    color: #fff;
}
.nd__search__block.active {
    display: block;
}
.nd__search__block input.form-control:focus{
    box-shadow: none !important;
}
.nd__search__block input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.nd__search__block input.form-control {
    color: #fff;
    background: none;
    border: 0 !important;
}
.nd__menu-item {
    position: relative;
    display: flex;
    align-items: center;
}
.nd__dropdown_fablet .nd__dropdown-columns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    width: 19%;
}
.nd__dropdown_fablet .nd__dropdown-columns a {
    color: #fff;
    height: auto;
    display: block;
    width: 100%;
    text-decoration: none;
    text-wrap: nowrap;
}
.nd__dropdown_fablet .nd__menu-item__ischild {
    list-style: none;
}
.nd__dropdown_fablet li.nd__dropdown-column {
    list-style: none;
    padding-right: 1rem;
}
.nd__dropdown_fablet li.nd__dropdown-column a {
    text-decoration: none;
    color: #fff;
}
.nd__burger__mobile svg .line {
    transition: all 0.3s ease;
    transform-origin: center;
}
.nd__dropdown_fablet{
    position: absolute;
    top: auto;
    left: 0rem;
    background-color: #232324c9;
    padding: 16px;
    display: none;
    min-width: 58%;
    z-index: 1000;
    padding-left: 2rem;
    width: 50%;
}

.nd__burger__mobile.active .top {
    transform: translateY(14.5px) rotate(45deg);
}

.nd__burger__mobile.active .middle {
    opacity: 0;
}

.nd__burger__mobile.active .bottom {
    transform: translateY(-8.5px) rotate(-45deg);
}
[data-submenu-target].active {
    color: #eec99d; /* Ð¸Ð»Ð¸ Ñ‚Ð²Ð¾Ð¹ Ð°ÐºÑ†ÐµÐ½Ñ‚Ð½Ñ‹Ð¹ Ñ†Ð²ÐµÑ‚ */
}

a.catalog-mobile-icon {
    height: 28px;
    width: 100%;
    right: 6px;
    top: 0;
    display: flex !important;
    align-content: center;
    flex-wrap: wrap;
}
.nd__dropdown_mobile__submenu{
    display: none;
}
.nd__dropdown .nd__dropdown__pic {    
    top: .5rem;
    position: relative;
}
.nd__fixed-header-search img {
    width: 21px;
}
.nd__dropdown-columns a, .nd__menu-item__ischild a {
    text-transform: none;
    font-size: 16px;
}
.nd__fixed-header-search {
    margin-right: 10%;
}
.nd__menu-item > a {
    position: relative;
    padding: 0 8px;
}
.nd__dropdown-column ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    margin-bottom: 0;
}
.nd__fixed-menu .nd__dropdown a {
    height: auto;
    text-wrap: nowrap;
}

.nd__menu-item.has-dropdown > a::after {
    content: "";
    position: absolute;
    bottom: 0; /* 72px (header height) - 48px (avg menu link height) */
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    opacity: 0;
    transition: opacity 0.3s;
}

.nd__menu-item > a.active::after {
    opacity: 1;
}

.nd__dropdown {
    position: fixed;
    top: 100%;
    left: 50%;
    background-color: #232324c9;
    padding: 16px;
    display: none;
    min-width: calc(100vw - 571px);
    z-index: 1000;
    padding-left: 7rem;
    width: auto;
    transform: translateX(-50%);
}

.nd__dropdown .nd__dropdown-columns {
    list-style: none;
    padding: 0;
    margin-right: 4rem;
    margin-bottom: 1rem;
}

.nd__dropdown li {
    margin-bottom: 0;
    list-style: none;
}

.nd__dropdown li:last-child {
    margin-bottom: 0;
    list-style: none;
}

.nd__dropdown a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 8px 0 0;
    transition: color 0.3s;
    position: relative;
}

.nd__dropdown a:hover {
    color: #eec99d;
}
.nd__menu-item:hover > a, .nd__fixed-links a:hover {
    color: #eec99d;
}

/* ===== FONT-FACE ===== */
@font-face {
    font-family: 'Gothic';
    src: url('/catalog/view/theme/uvelirtrade/stylesheet/nd-fonts/GOTHIC.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gothic';
    src: url('/catalog/view/theme/uvelirtrade/stylesheet/nd-fonts/GOTHICB.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gothic';
    src: url('/catalog/view/theme/uvelirtrade/stylesheet/nd-fonts/GOTHICI.TTF') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gothic';
    src: url('/catalog/view/theme/uvelirtrade/stylesheet/nd-fonts/GOTHICBI.TTF') format('truetype');
    font-weight: bold;
    font-style: italic;
}

.nd__fixed-icons img {
    max-width: 21px;
}

.nd__fixed-city svg {
    width: 21px;
}

.nd__fixed-city img {
    max-width: 21px;
}

.nd__fixed-city svg path {
    /* stroke: #bfbfbf; */
    fill: #bfbfbf;
}

/* ===== HERO SECTION ===== */
.nd__hero {
    position: relative;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}
/* ===== CONTAINER ===== */
.nd__container {
    width: 100%;
    max-width: 1860px;
    margin: 0 auto;
    padding: 0 1rem;
    /* z-index: 1; */
}

/* ===== HEADER ===== */
.nd__hero-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    color: white;
    width: 100%;
    padding: 0 1rem;
    z-index: 9;
    position: absolute;
    max-width: 1860px;
    left: 50%;
    transform: translateX(-50%);
}

.nd__phone {
    text-align: right;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.nd__burger {
    text-align: left;
    width: auto;
    cursor: pointer;
    align-items: center;
    height: 50px;
    display: block;
}

.nd__burger svg {
    width: 32px;
    height: auto;
}

.nd__burger .line {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}

.nd__burger.active .top {
    transform: translateY(14.5px) rotate(45deg);
}

.nd__burger.active .middle {
    opacity: 0;
}

.nd__burger.active .bottom {
    transform: translateY(-8.5px) rotate(-45deg);
}

/* ===== LOGO ===== */
.nd__logo {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    transition:
        top 0.8s cubic-bezier(0.5, 0, 0, 1),
        transform 0.8s cubic-bezier(0.5, 0, 0, 1),
        scale 0.8s cubic-bezier(0.5, 0, 0, 1);
    /* pointer-events: none; */
}

.logo-fixed {
    position: fixed;
    top: 36px;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    height: 67px;
    z-index: 999999999;
}

.nd__logo img {
    height: 100%;
    object-fit: contain;
}

.logo-hidden {
    opacity: 0;
    transform: translate3d(0, -24px, 0);
    width: 143px;
    height: 0;
    padding-bottom: 0;
}

/* ===== SCROLL BUTTON ===== */
.nd__hero-swiper .swiper-slide {
    z-index: 1;
    position: relative;
}
.swiper-slide-duplicate {
    pointer-events: none;
}
.nd__scroll-button {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 80%;
    z-index: 20;
    transition: all 0.4s ease, transform 0.4s ease;
    opacity: 1;
    pointer-events: auto;
}

.nd__scroll-button.nd__hidden_up {
    position: absolute;
    bottom: 30px;
    opacity: 0;
    transform: translate(-50%, -40px);
    pointer-events: none;
}

.swiper-slide.swiper-slide-active {
    pointer-events: auto !important;
    z-index: 10 !important;
}
.nd__scroll-button.nd__hidden_down {
    opacity: 0;
    transform: translate(-50%, 40px);
    pointer-events: none;
}
.nd__scroll-button:hover button {
    background-color: #000;
    color: #fff;
    border-color: #000;
    animation-play-state: paused;
}
.nd__scroll-button button {
    background-color: transparent;
    color: #000;
    padding: 0 54px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    height: 61px;
    font-weight: 600;
    border: 2px solid;
    align-content: center;
    text-decoration: none;
}

/* ===== FIXED HEADER ===== */
.me-auto {
    margin-right: auto !important;
}

header#fixedHeader {
    background: #282828;
    font-family: 'Gothic', sans-serif !important;
}

.nd__fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    color: white;
    display: flex;
    align-items: center;
    z-index: 999999999;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.nd__fixed-header.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.nd__fixed-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.nd__fixed-city {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 1rem;
    text-transform: uppercase;
    color: #bfbfbf;
}

.nd__icon-location {
    stroke: white;
}

.nd__fixed-menu {
    display: flex;
    gap: 24px;
    font-size: 16px;
    text-transform: uppercase;
}

.nd__fixed-menu a {
    color: white;
    text-decoration: none;
    height: 72px;
    align-content: center;
    font-size: 16px;
}

.nd__fixed-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    display: flex;
    align-items: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.nd__fixed-logo img {
    height: 100%;
    object-fit: contain;
}

.nd__fixed-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    text-transform: uppercase;
    height: 100%;
}
.nd__fixed-actions .nd__menu-item {
    height: 100%;
}
.nd__fixed-actions a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 16px;
}
.nd__fixed-actions .nd__menu-item > a {
    height: 100%;
    align-content: center;
}
.nd__fixed-links {
    display: flex;
    gap: 16px;
    font-size: 14px;
    align-items: center;
    text-transform: uppercase;
}

.nd__fixed-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.nd__fixed-links button:hover{
    color: #eec99d;
}
.nd__fixed-links button {
    background-color: #484848;
    color: #fff;
    padding: 4px 43px 4px 13px;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
input.prmn-cmngr-cities__search.form-control {
    background: none;
    border: 0;
    font-size: 16px;
    color: #fff;
}
#prmn-cmngr-cities .modal-content {
    background: #232324c9;
}
a.prmn-cmngr-cities__city-name:hover {
    color: #eec99d;
}
.live-icon {
    position: absolute;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #eacdd3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#prmn-cmngr-cities {
    margin-top: 5rem;
    z-index: 9999999999;
}
.live-icon-circle {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
}

.live-icon-circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: red;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
    animation: pulseLive 2s ease-in-out infinite;
    z-index: -1;
}

@keyframes pulseLive {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    30% {
        transform: translate(-50%, -50%) scale(4.2);
        opacity: 0;
    }
    80% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(.5);
        opacity: 0;
    }
}
.nd__fixed-icons a:hover path {
    fill: #eec99d;
}
.nd__fixed-icons {
    display: flex;
    gap: 12px;
}

.nd__fixed-phone {
    font-size: 16px;
    white-space: nowrap;
    color: #bfbfbf;
    text-decoration: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.nd__fixed-phone-mobile{
    display: none;
}
.nd__burger__mobile {
    display: none;
}
.nd__dropdown_fablet.active {
    display: flex;
    left: 0;
    opacity: 1;
}
.nd__dropdown_fablet.active .nd__dropdown__pic {
    display: none !important;
    opacity: 0;
}
.nd__dropdown_fablet {
    position: absolute;
    top: auto;
    left: -60rem;
    background-color: #232324c9;
    padding: 16px;
    min-width: 0;
    z-index: 1000;
    padding-left: 2rem;
    width: 38%;
    transition: .3s all;
    display: flex;
    opacity: 0;
}
.nd__fixed-city__mobile, .nd__dropdown_mobile__top__row{
    display: none;
}
.nd__dropdown_mobile__top__row {
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.nd__fixed-city__mobile svg{
    width: 21px;
    height: 21px;
}
.nd__fixed-city__mobile a.prmn-cmngr__city {
    padding: 0;
}
.nd__fixed-city__mobile path {
    fill: #bfbfbf;
}
.nd__dropdown_mobile__top__row .nd__fixed-icons a {
    padding: 0;
}
.nd__dropdown_mobile__top__row .nd__fixed-icons {
    display: none;
}
@media (min-width: 1980px){
    .nd__dropdown {
        position: fixed;
        top: 100%;
        left: 50%;
        background-color: #232324c9;
        padding: 16px;
        display: none;
        min-width: calc(100vw - 1098px);
        z-index: 1000;
        padding-left: 7rem;
        transform: translateX(-50%);
    }
}
@media (max-width: 1800px){

}
@media (max-width: 1680px){
    .nd__mainslider__pagination {
        position: absolute;
        bottom: auto !important;
        left: 50% !important;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 10;
        justify-content: center;
        transition: .3s all;
        top: 93% !important;
    }
    .nd__dropdown_mobile__submenu .nd__dropdown-columns {
        margin-right: 1rem;
    }
    ul.nd__menu-item__ischild {
        display: block;
    }
    .nd__dropdown_fablet li.nd__dropdown-column a {
        text-decoration: none;
        color: #fff;
        text-wrap: nowrap;
    }
    .nd__dropdown_fablet {
        position: absolute;
        top: auto;
        left: -50rem;
        background-color: #232324c9;
        padding: 16px;
        min-width: 0;
        z-index: 1000;
        padding-left: 2rem;
        width: 50%;
        transition: .3s all;
        display: flex;
    }
    .nd__dropdown {
        position: absolute;
        top: 100%;
        /* left: 0; */
        background-color: #232324c9;
        padding: 16px;
        display: none;
        min-width: 100%;
        z-index: 1000;
        padding-left: 2rem;
        width: auto;
        flex-wrap: wrap;
        min-height: 22rem;
    }
    .nd__burger__mobile {
        display: block;
        cursor: pointer;
    }
    .nd__fixed-icons img.nd-top-cart {
        display: inline !important;
        width: 21px;
    }
    .nd__fixed-icons img{
        display: none;
    }
    .nd__fixed-actions > a {
        display: none;
    }
    .nd__fixed-actions .nd__fixed-phone {
        display: none;
    }
    .nd__fixed-phone.nd__fixed-phone-mobile {
        margin-right: auto;
        display: block;
    }
    .nd__fixed-actions .nd__menu-item.has-dropdown {
        display: none;
    }
    .nd__fixed-links a {
        display: none;
    }
    .nd__fixed-menu {
        display: none;
    }
    .nd__fixed-header-search {
        margin-right: 18px !important;
    }
    .nd__fixed-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: 0 2rem !important;
        gap: 20px;
    }
}
@media (max-width: 1220px){
    .nd__fixed-container{
        padding: 0 1rem !important;
    }
    .nd__dropdown_fablet .nd__dropdown-columns {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0;
        width: 19%;
        padding-left: 0;
    }
    .nd__dropdown_fablet .nd__dropdown__pic.ms-auto {
        display: none;
    }
    .nd__fixed-city{
        display: none;
    }
    .nd__fixed-city__mobile {
        display: flex;
        align-items: center;
        margin-right: auto;
        gap: 10px;
    }
}
@media (max-width: 1150px){
    .nd__dropdown_mobile__submenu .nd__dropdown__pic{
        display: none !important;
    }
    .nd__dropdown .nd__dropdown__pic{
        display: none;
    }
}
@media (max-width: 1000px){
    .mob__hiddein__header{
        display: none;
    }
    .nd__fixed-container{
        padding: 0 !important;
    }
    div#product-product, div#product-category, div#information-information, div#information-contact,
    div#account-login, div#account-wishlist, div#account-forgotten, div#account-register, div#checkout-checkout, div#information-sitemap, div#error-not-found, div#product-search {
        margin-top: 2rem;
    }
}
@media (max-width: 992px){
    .nd__hero-swiper {
        margin-top: 72px;
    }
    .nd__dropdown{
        min-height: 0;
    }
    .nd__dropdown_mobile__top__row{
        display: flex;
    }
    .nd__mainslider__pagination {
        position: absolute;
        bottom: 2rem !important;
        left: 50% !important;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 10;
        justify-content: center;
        transition: .3s all;
    }
    .nd__dropdown_mobile__top__row .nd__fixed-icons {
        display: flex;
    }
    .nd__fixed-header-search {
        margin-right: 0 !important;
    }
    .nd__fixed-header-mobilephone{
        display: inline-block;
    }
    #search ul.dropdown-menu {
        left: 0 !important;
        top: 66px !important;
    }
    .nd__fixed-header {
        opacity: 1;
        pointer-events: all;
    }
    .nd__hero-header {
        display: none;
    }
    .nd__dropdown_fablet {
        display: none !important;
    }
    .nd__dropdown_fablet{
        display:  none !important;
    }
    a.catalog-mobile-icon {
        height: 28px;
        width: 100%;
        right: unset;
        top: 0;
        display: flex !important;
        align-content: center;
        flex-wrap: wrap;
        /* transform: translate(-25%, 0); */
        justify-content: center;
    }
    div#mainLogo {
        position: fixed;
        top: 36px;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.9);
        height: 67px;
        z-index: 999999999;
    }
    .nd__fixed-header {
        display: flex;
        animation: fadeIn 0.3s ease forwards;
    }
    .nd__fixed-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: 0 10px !important;
        gap: 20px;
    }
    .header__nav {
        padding-top: 0;
    }
    .nd__scroll-button {
        position: fixed;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: auto;
        z-index: 20;
        transition: all 0.4s ease, transform 0.4s ease;
        opacity: 1;
        pointer-events: auto;
        top: 76%;
    }
    .nd__fixed-actions {
        display: none;
    }
    .nd__fixed-phone.nd__fixed-phone-mobile {
        margin-right: auto;
        display: none;
    }
    .nd__burger__mobile {
        display: block;
        cursor: pointer;
        margin-right: auto;
    }
}

@media (max-width: 768px){
    .menu_bottom_fix ul li a span.favorite-count.active {
        top: -10%;
        right: 31%;
        font-size: 0.8rem !important;
        line-height: 20px !important;
        background: #000;
        left: auto;
        top: -7px;
        width: 20px !important;
        height: 20px !important;
        color: #fff;
    }
    .nd__mainslider__pagination {
        position: absolute;
        bottom: 2rem !important;
        left: 50% !important;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 10;
        justify-content: center;
        transition: .3s all;
        top: auto !important;
    }
    .nd__scroll-button {
        position: fixed;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 5rem;
        z-index: 20;
        transition: all 0.4s ease, transform 0.4s ease;
        opacity: 1;
        pointer-events: auto;
        top: auto;
    }
}
@media (max-width: 767px){
    .mob__hiddein__header{
        display: none;
    }
    .nd__dropdown.nd__dropdown_mobile {
        min-height: calc(100vh - 100px);
        max-height: calc(100vh - 100px);
    }
    .nd__dropdown_mobile__submenu .nd__dropdown-columns {
        margin: 0 0 0 3rem;
    }
    .nd__dropdown_mobile__top__row .nd__fixed-icons{
        display: none;
    }
    .nd__dropdown .nd__dropdown-columns {
        list-style: none;
        padding: 0;
        margin-right: 29px;
    }
    .nd__dropdown {
        position: absolute;
        top: 100%;
        background-color: #232324c9;
        padding: 16px;
        display: none;
        min-width: 100%;
        z-index: 1000;
        padding-left: 1rem;
        width: auto;
        flex-wrap: wrap;
        width: 100%;
    }
    a.catalog-mobile-icon {
        height: 28px;
        width: 100%;
        right: unset;
        top: 0;
        display: flex !important;
        align-content: center;
        flex-wrap: wrap;
        transform: unset;
    }
}

@media (max-width: 535px){
    #search ul.dropdown-menu {
        left: 0 !important;
        top: 52px !important;
    }
    .live-icon {
        position: absolute;
        right: unset;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background-color: #eacdd3;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu_bottom_fix ul li a span.favorite-count.active {
        right: 21%;
        font-size: 0.8rem !important;
        line-height: 20px !important;
        background: #000;
        left: auto;
        top: -7px;
        width: 20px !important;
        height: 20px !important;
        color: #fff;
    }
    div#product-product, div#product-category, div#information-information, div#information-contact, div#account-login,
    div#account-wishlist, div#account-forgotten, div#account-register, div#checkout-checkout, div#information-sitemap, div#error-not-found, div#product-search {
        margin-top: 5rem;
    }
    .menu_bottom_fix ul li a span.cart-count {
        right: 24%;
        font-size: 0.8rem !important;
        line-height: 20px !important;
        background: #000;
        color: #fff;
        right: 15px;
        left: auto;
        top: -7px;
        width: 20px;
        height: 20px;
        align-content: center;
    }
    .nd__scroll-button {
        position: fixed;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 5rem;
        z-index: 20;
        transition: all 0.4s ease, transform 0.4s ease;
        opacity: 1;
        pointer-events: auto;
        top: auto;
    }
    .nd__mainslider__pagination {
        position: absolute;
        bottom: 1.5rem !important;
        left: 50% !important;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 10;
        justify-content: center;
        transition: .3s all;
        top: auto !important;
    }
}