.product-old_price {
    text-decoration: line-through;
}

.footer__ask {
    display: none !important;
}

.btn-stock {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 60px;
    padding: 0 50px;
    margin-left: auto;
    outline: none;
    border: none;
    text-decoration: none;
    background-image: linear-gradient(#808000, #808000), linear-gradient(#808000, #808000), linear-gradient(to right bottom, transparent calc(50% - 1px), transparent calc(50% - 1px), #808000 50%, transparent calc(50% + 1px)), linear-gradient(#808000, #808000), linear-gradient(#808000, #808000), linear-gradient(to right bottom, transparent calc(50% - 1px), transparent calc(50% - 1px), #808000 50%, transparent calc(50% + 1px));
    background-size: calc(100% - 15px) 1px, 1px calc(100% - 15px), 15px 15px, calc(100% - 15px) 1px, 1px calc(100% - 15px), 15px 15px;
    background-position: 15px 0, 100% 0, 100% 100%, 0 100%, 0 15px, 0 0;
    background-repeat: no-repeat;
    background-color: #808000;
    clip-path: polygon(14px 0%, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 14px);
    font-weight: 400;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-stock span {
    position: relative;
    z-index: 2;
}

.btn-stock::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 99px;
    height: 60px;
    background-image: url('../img/index/ic-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1
}

.btn-stock:hover {
    background-color: #909010;

    box-shadow:
        0 10px 25px rgba(128, 128, 0, 0.5),
        0 5px 10px rgba(0, 0, 0, 0.1);
}

.products-aside {
    min-width: 304px;
    padding: 25px;
    display: none;
}

.products-aside__nav>ul {
    gap: 12px;
}

.products-aside__nav-heading {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000;
}

.page-title::before {
    background-color: #808000;
}

.product-right__block {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 20px;
}

.cart-aside .button.js-form-submit.form-submit.btn-orange {
    background-color: #808000;
    transition: all 0.3s ease-in-out;
}

.cart-aside .button.js-form-submit.form-submit.btn-orange:hover {
    background-color: rgb(128, 128, 0, 0.8);
}

.product-right .form-actions .button--add-to-cart.btn-orange.btn.js-form-submit.form-submit {
    background-color: #808000;
    color: #fff;
    border-color: #808000;
    background-image:
        linear-gradient(#808000, #808000),
        linear-gradient(#808000, #808000),
        linear-gradient(to right bottom, transparent calc(50% - 1px), transparent calc(50% - 1px), #808000 50%, transparent calc(50% + 1px)),
        linear-gradient(#808000, #808000),
        linear-gradient(#808000, #808000),
        linear-gradient(to right bottom, transparent calc(50% - 1px), transparent calc(50% - 1px), #808000 50%, transparent calc(50% + 1px));
    transition: all 0.3s ease-in-out;
}

.product-right .form-actions .button--add-to-cart.btn-orange.btn.js-form-submit.form-submit:hover {
    background-color: rgb(128, 128, 0, 0.8);
    border-color: rgb(128, 128, 0, 0.8);
}

.popup .popup__window .btn-orange.popup__continue {
    background-color: #808000;
    transition: all 0.3s ease-in-out;
}

.popup .popup__window .btn-orange.popup__continue:hover {
    background-color: rgb(128, 128, 0, 0.8);
}

.popup .popup__window .btn {
    color: #808000;
    background-image: linear-gradient(#808000, #808000),
        linear-gradient(#808000, #808000),
        linear-gradient(to right bottom,
            transparent calc(50% - 1px),
            transparent calc(50% - 1px),
            #808000 50%,
            transparent calc(50% + 1px)),
        linear-gradient(#808000, #808000), linear-gradient(#808000, #808000),
        linear-gradient(to right bottom,
            transparent calc(50% - 1px),
            transparent calc(50% - 1px),
            #808000 50%,
            transparent calc(50% + 1px));
}

.popup .popup__window .btn:hover {
    color: #fff;
    background-color: #808000;
}

.delivery__checkbox:checked+.delivery__label, .delivery__label--active {
    color: #808000 !important;
}

.delivery__checkbox:checked+.delivery__label::after, .delivery__label--active::after {
    background-color: #808000 !important;
}

.delivery__label:hover {
    color: #808000 !important;
}

.delivery__label:hover::after {
    background-color: #808000 !important;
}

.cart.cart-form .products-content__listing {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 0;
}

.product__subswiper .swiper-slide-thumb-active {
    border-color: #808000 !important;
}

.menu__nav-list li a:hover {
    color: #808000 !important;
}

.menu__phone:hover {
    color: #808000 !important;
}

.menu__email:hover {
    color: #808000 !important;
}

.search-submit:hover {
    background-color: #808000 !important;
}

.header__phone:hover {
    color: #808000 !important;
}

.header__email:hover {
    color: #808000 !important;
}

.footer__phone:hover {
    color: #808000 !important;
}

.footer__email:hover {
    color: #808000 !important;
}

.not-front .header__cart:hover {
    background-color: #808000 !important;
}

.not-front .header__phone-icon:hover {
    background-color: #808000 !important;
}

#buy-on-click .popup__window .webform-button--submit.btn.form__button {
    color: #fff;
    background-color: #808000 !important;
    background-image: linear-gradient(#808000, #808000),
        linear-gradient(#808000, #808000),
        linear-gradient(to right bottom,
            transparent calc(50% - 1px),
            transparent calc(50% - 1px),
            #808000 50%,
            transparent calc(50% + 1px)),
        linear-gradient(#808000, #808000), linear-gradient(#808000, #808000),
        linear-gradient(to right bottom,
            transparent calc(50% - 1px),
            transparent calc(50% - 1px),
            #808000 50%,
            transparent calc(50% + 1px));
}

#buy-on-click .popup__window .webform-button--submit.btn.form__button:hover {
    background-color: rgb(128, 128, 0, 0.8) !important;
}

.private-policy {
    padding-bottom: 20px;
}

.about-advantuge__card::before {
    background-color: #808000 !important;
}


.about-info__btn.btn-orange {
    background-color: #808000 !important;
}

.about-info__btn.btn-orange:hover {
    background-color: rgb(128, 128, 0, 0.8) !important;
}

.text-hidden-btn:hover::before {
    color: #808000 !important;
}

.about-info__shops-item::before {
    background-color: #808000 !important;
}

.breadcrumbs li a:hover {
    color: #808000 !important;
}

@media (max-width: 1519px) {
    .footer__nav-left ul>li:not(:last-child)::after {
        right: -55px;
    }

    .footer__info {
        margin-right: 0;
    }
}

@media (max-width: 1439px) {
    .footer__nav-left ul>li:not(:last-child)::after {
        right: -45px;
    }

    .footer__info-wrap:not(:last-child) {
        padding-right: 20px;
    }

    .footer__info-wrap:not(:first-child) {
        padding-left: 20px;
    }

    .footer__top {
        gap: 20px;
    }
}

@media (max-width: 1339px) {
    .footer__nav-left ul>li:not(:last-child)::after {
        right: -40px;
    }

    .btn-stock {
        margin: 0;
    }
}

@media (max-width: 1299px) {
    .footer__nav-left ul>li:not(:last-child)::after {
        right: -35px;
    }
}

@media (max-width: 1259px) {
    .footer__nav-left ul>li:not(:last-child)::after {
        right: -30px;
    }
}

@media (max-width: 1199px) {

    .footer__nav-left ul>li:not(:last-child)::after {
        display: none;
    }

    .footer__nav-right ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1023px) {
    .footer__nav-left a {
        font-size: 17px;
    }
}

.about-slider__slide {
    width: 460px !important;
}

@media (max-width: 959px) {

    .about-slider__slide {
        width: 30vw !important;
    }

    .footer__nav-left ul {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 799px) {
    .footer__top {
        align-items: flex-start;
    }

    .footer__info-wrap:not(:first-child) {
        padding-left: 0;
    }
}

@media (max-width: 639px) {
    .about-slider__slide {
        width: 40vw !important;
    }
}

@media (max-width: 479px) {
    .about-slider__slide {
        width: 60vw !important;
    }
}

/* @media (max-width: 959px) {
    .header {
        z-index: 100;
    }
} */