html{height: auto !important}body{top: 0 !important;position: static !important}#p_prldr{position: fixed;left: 0;top: 0;right:0;bottom:0;backdrop-filter: blur(15px);z-index: 10001}.skiptranslate{display: none !important}.goog-text-highlight{background-color: inherit !important;box-shadow: none !important;box-sizing: inherit !important}.language{position: fixed;display: flex;flex-direction: column;top: 50%;transform: translateY(-50%);right: 0;background: #fff;padding: 5px;padding-right: 7px;border-radius: 10px 0 0 10px;border: 2px solid #dab17f;border-right: 0;z-index: 998}.language a {padding: 0;border: 0;line-height: 1.2;background: none;width: 100%; cursor:pointer; color:#222; text-decoration:none;}.language a:hover{text-decoration: underline}.language_active{font-weight: 700; color: #dab17f}
.c-checkout-summary__sub-totals {
    display: none;
}
.c-checkout-summary__total-container {
    padding: 0;
    margin: 0;
    border: 0;
}
.c-checkout-shipping-method__price-container {
    display: none;
}
.c-sidebar-block__header, .c-catalog-list__link, .c-page_bundling .bundling-configurator .bundling-bundle-products table tr td a, .c-page_discount4review .discount4review-reminder a, .c-page_ordercall .oc form a, .c-catalog-list__arrow-icon {
    color: #5a5a5a;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-info__subtotal-box {
    display: none;
}
.c-header-top-bar {
    background-color: #565656;
    color: #ffffff;
}

.c-pseudo-link_style_alt-gray {
    color: #ffbd3f;
    border-bottom-color: rgba(255,167,0,.6);
}
.c-pseudo-link_style_alt-gray:hover {
    color: #ffbd3f;
    border-bottom-color: rgba(255,167,0,.6);
}
.c-header-top-bar .c-link-box_style_alt-gray .c-link-box__link, .c-header-top-bar .c-link-box_style_alt-gray .c-link-box__icon, .c-header-top-bar .c-link_style_alt-gray:hover {
    color: #ffbd3f;
}
.c-header-top-bar .c-link-box_style_alt-gray .c-link-box__link:hover, .c-header-top-bar .c-link-box_style_alt-gray .c-link-box__icon:hover, .c-pseudo-link_style_alt-gray:hover {
    color: #fff;
}
.c-header-top-bar-contacts__dropdown-phone .c-link_style_alt-gray {
    color: #828282;
}
.c-checkout-summary__sub-totals {
    display: none;
}
.c-checkout-summary__total-container {
    padding: 0;
    margin: 0;
    border: 0;
}
.c-header-top-bar__container-nav .c-link_style_alt-gray {
    color: #fff !important;
}
.c-checkout-shipping-method__price-container {
    display: none;
}
.c-content-decorator li, .c-content-decorator p {
    color: #000;
}
.c-content-decorator strong {
    font-weight: 700;
}
.c-slide__title {
    text-shadow: 2px 3px #000;
}
.c-filter_horizontal {
    width: 185px;
}
.c-product-available_out-of-stock {
    color: #808080;
}
.c-checkout-page__button-container {
    margin-top: 10px;
}
.c-button_wide {
    display: block;
    margin: 0 auto;
}
.checkout-mob {
    display: none;
}
.c-products__pagination {
    display: none;
}
.c-product-compact__add-to-cart-container {
    max-width: 210px;
}
.c-product-thumb__main .delivery-new,
.c-product-extend__offer-container .delivery-new,
.c-product-compact__available .delivery-new{
    display:none;
}
.info-order {
    display:flex;
    align-items:center;
    column-gap: 10px;
    margin: 25px 0;
    padding: 10px;
    border: 1px dashed #595959;
}
.info-order img {
    width:25px;
}
.c-cart-page__items .info-order {
    margin: 0 0 25px;
}
.home-catalog-frame {
    margin-top: 20px;
    height: 400px;
}
@media (max-width: 1199px) {
    .checkout-mob {
        display: block;
    }
    .c-checkout-page__button-container {
        margin-top: 25px;
    }
}

.c-slide__text {
    top: auto;
    bottom: 10px;
}
.c-signup-modal__login-button {
    display:none;
}
.c-cart-item__container-total {
    width: 150px;
}

.wow {
    animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(172, 34, 24, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(172, 34, 24, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(172, 34, 24, 0);
	}
}
.c-range-slider__bounds {
    display: flex;
    margin: 0;
}
.c-range-slider__bounds button {
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    width: 40px;
    font-weight: 500;
    color: var(--primary-color);
    background: #fff;
}

body.auth-false {
    padding-top: 0;
}
body.auth-false header,
.c-login-page__nav-buttons a,
body.auth-false .c-breadcrumbs,
body.auth-false .c-header.c-header_h1 {
    display: none !important;
}
.c-login-page_general {
    text-align: center;
}
section.wa-login-form-fields,
.c-login-page__nav-buttons {
    margin: 0 auto;
}
.c-header-top-bar .c-link-box_style_alt-gray .c-link-box__link:hover,
.c-header-top-bar .c-link-box_style_alt-gray .c-link-box__icon:hover,
.c-pseudo-link_style_alt-gray:hover {
    color: #222;
}