.shop-title {
    text-transform: uppercase;
}

/* Скрытие переключателя русского языка*/
.localpicker-mobile .header-nav-divider,
.localpicker-mobile .header-nav-link:nth-child(3),
.header-nav .header-nav-divider,
.header-nav .header-nav-link:nth-child(3) {
    display: none!important;
}

.product-price {
    text-align: left;
}

.product-price .pr_prod {
    font-size: 20px;
}

.product-price .item-price {
    font-weight: 700;
}

.menu--fixed .search--active .search-input-holder{
    top: 0px;
    left: -255px;
    z-index: 999;
}

.pulsed{
    z-index: 999;
    transform: scale(1);
    animation: pulse 1.5s infinite;
    margin-bottom: 0;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        margin-bottom: 0;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    50% {
        transform: scale(1.2);
        margin-bottom: 5px;
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.8);
        margin-bottom: 0;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


button.owl-next.disabled, button.owl-prev.disabled{
    display: none;
}

@media only screen and (max-width: 1093px) {

    a[id^=compare-btn-]{
        display: none;
    }

    .ajax-comparison-mobile{
        display: none;
    }

}

@media only screen and (max-width: 600px) {
    .product-price span.pr_prod {
        margin-right: 5px;
    }

    .product-price .pr_prod {
        font-size: 16px;
    }
}

@media only screen and (max-width: 350px) {
    .product-price .pr_prod {
        font-size: 14px;
    }
}
