/* Кнопки "-", "+" в товаре и в корзине START*/
.wc-block-components-quantity-selector {
    display: inline-flex;
    align-items: stretch;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.wc-block-components-quantity-selector__button {
    cursor: pointer;
    background: #f9f9f9;
    border: none;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background 0.2s;
}
.wc-block-components-quantity-selector__button:hover {
    background: #ebebeb;
}
/* Поле ввода цифр */
.wc-block-components-quantity-selector__input {
    width: 50px;
    text-align: center;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-top: none !important;
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 !important;
    -moz-appearance: textfield; /* Убирает стрелки в Firefox */
}
/* Убирает стрелки в Chrome/Safari */
.wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Кнопки "-", "+" в товаре и в корзине END*/
/* Страница каталога START */
.shop-img {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    max-width: 17px !important;
    margin: 0 !important;
}
.shop-item-country, .shop-item-hotel {
    font-size: 0.875rem;
}
.shop-item-country {
    color: #333;
    font-weight: 500;
}
.shop-item-hotel {
    color: #666;
}
/* Страница каталога END */
/* Страница одиночного товара START */
.entry-title {
    margin-bottom: 1rem;
}
.shop-single-item-hotel {
    margin: .4rem 0 1rem;
    color: #666;
}
/* Страница одиночного товара END */