.product_tag-bg-rei {
    background-color: #b899c3;
}

.product_tag-bg-ezh {
    background-color: #53bbde;
}

.product_tag-bg-kor {
    background-color: #f09135;
}

.product-type-woosb .woocommerce-product-gallery__wrapper .wp-post-image {
    transform: translate(0) !important;
}

.db-pulse-button-phone {
    right: 112px;
    animation: pulse-orange 2s infinite;
}
.db-pulse-button-phone a {
    color: #d17924;
}
.db-pulse-button-phone .phone {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
@keyframes pulse-orange {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(209 121 36 / 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgb(209 121 36 / 0%)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(209 121 36 / 0%)
    }
}
/* Struck-through regular price + active discounted price in the cart, checkout
   and fly cart (ww-fly-cart), matching the bundles add-to-cart button. */
.product-price .pt-price-old,
.woofc-item-price .pt-price-old {
    display: inline-block;
    margin-right: 8px;
    text-decoration: line-through;
    opacity: 0.55;
}
.product-price .pt-price-new,
.woofc-item-price .pt-price-new {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}
#menu-item-1892 a::after,
.menu-item-1892 a::after,
#menu-item-1891 a::after,
.menu-item-1891 a::after {
    content: '🔥';
}
.military {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url('https://drumnbads.com.ua/wp-content/themes/DnB/assets/img/military-bg.jpg') top center / auto 100%;
}
p.military__text.military-text {
    margin-bottom: 0;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    filter: drop-shadow(2px 4px 6px black) drop-shadow(0 0 20px black);
    font-weight: 700;
}
a.military__link.military-link {
    color: #fff;
    text-decoration: underline;
}
a.military__link.military-link:hover {
    text-decoration: none;
}
@media (max-width: 600px) {
    p.military__text.military-text {
        max-width: 320px;
        line-height: 1.2;
        padding: 7px 5px;
        filter: drop-shadow(0 0 2px black) drop-shadow(0 0 4px black);
    }
}
div#image2 .image-wrapper {
    justify-content: flex-end;
}
.dm-section-intro .container {
    pointer-events: none;
}