.html-module > p {
margin: 0 0 12px;
}
.product-thumb__name {
    color: #404141;
}
.uni-banner__img {
max-height: inherit;
}

/*Ocfilter правка*/
.ocf-offcanvas .ocfilter-mobile-handle {
    top: 260px;
}
/*Кінець Ocfilter правка*/

/* Зміна верхнього меню*/
.top-menu__btn {
    padding: 9px 14px;
}
.top-menu .container {
    height: 40px;
}
/*Кінець Зміна верхнього меню*/
/*Slides*/

.uni-slideshow_v2__image.text-over-image img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 767px){
.uni-slideshow_v2__item {
    height: auto !important;
}}
/*Slides end*/


.sticker__item{
font-weight: bold;
text-transform: uppercase;
}


.menu__level-1-img {
    width: 30px;
    height: 30px;
    padding: 2px;
    margin: 0 7px 0 0;
    border-radius: 46px;
    background-color: white;
}
@media(min-width: 922px){
.menu__level-1-img {
  display: none;
}
}


.my-center{
display: flex;
    align-items: center;
}

.shipm__pic {
    width: 30px !important;
    height: 30px !important;
}


.header-search-input {
    color: #66666; /* Колір тексту */
  }

.header-search__input {
    border: solid 1px rgba(0 0 0 / .1);
    border-radius: var(--border-radius-1);
}

/*Кредит отступ*/
.prop_calc {
    margin-top: 10px;
}


/* исправление центровки кнопок переключения языка*/
.top-menu__language{
align-content: center;
}


/* Сповіщення в корзині "варнінг"*/

.simplecheckout-warning-block {
    background-color: #ff9900 !important;
    color: #ffffff !important;
    border: 1px solid #ff9900 !important;
}

/* Якщо всередині є посилання, робимо їх також білими */
.simplecheckout-warning-block a {
    color: #ffffff !important;
    text-decoration: underline;
}
