.not-active {
    filter: grayscale(100%);
    opacity: 0.4;
}

.not-active .days-to-end {
    display: none!important;
}

.not-active-days .days-to-end {
    display: none!important;
}

.not-active {
    pointer-events: none;
}

.discount.not-active h2 a {
    pointer-events: auto;
}

.price .discount {
    font-weight: bold;
    background: rgba(20, 17, 52, .05);
    border-radius: 5px;
    padding: .125rem .5rem;
    font-size: 12px;
}

.price span {
    margin-right: .5rem;
}

.price .new_price {
    font-size: 24px;
    font-weight: bold;
    margin-right: .5rem;
    color: #c72128;
}

.price .old_price {
    font-size: 12px;
    text-decoration: line-through;
    opacity: .4;
    margin-right: .5rem;
}

.item-post__title.single_promo{
    margin-bottom: 15px;
    font-size: 20px;
}


.time_countdown .timer{
    box-sizing: border-box;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    background: #f2f2f2;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    width: fit-content;
    font-size: 14px;
    color: #c72128;
}

.time_countdown .timer_to_end{
    font-size: 14px;
}

.promo_button a{
    display: block;
    width: fit-content;
    background-color: #c72128;
    color: #fefefe;
    border: 2px solid #c72128;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.promo_button a:hover{
    background: transparent;
    color: #c72128;
}

.promo_bottom_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-post .promo_bottom_container{
    margin-bottom: 30px;
}

.promo_bottom_container .timer{
    margin: 0;
}

@media screen and (min-width: 900px) and (max-width: 1030px){
    .promo_bottom_container{
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 768px) {
    .item-post__title.single_promo{
        font-size: 18px !important;
    }

    .archive .promo_button{
        width: 100%;
    }

    .archive .promo_button a{
        width: 100%;
        padding: 10px 15px;
        font-size: 12px;
        text-align: center;
    }


    .archive .promo_bottom_container{
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 700px) {
    .single-post .promo_bottom_container{
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 600px) {
    .item-post__title.single_promo{
        font-size: 16px !important;
    }

    .single-post .promo_button{
        width: 100%;
    }

    .single-post .promo_button a{
        width: 100%;
        padding: 10px 15px;
        font-size: 12px;
        text-align: center;
    }


    .single-post .promo_bottom_container{
        flex-direction: column;
        gap: 10px;
    }
}

.promo_zone_image{
    aspect-ratio: 16/9;
    position: relative;
    z-index: 2;
    height: auto;
}

.discounts-block{
    position: relative;
}

.discounts-block-item{
    padding: 0 !important;
    text-decoration: none;
    display: flex !important;
    flex-direction: column !important;
}


.discounts-block-item-heading{
    position: relative !important;
    text-align: left !important;
    font-family: "Prompt","Arial Black",sans-serif;
    padding: 15px !important;
    height: -webkit-fill-available !important;
    height: inherit !important;
}

.discounts-block-item-title span{
    font-size: 1.25rem !important;

}

.discounts-block-item-heading>.heading-bg{
    opacity: 1 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important; 
}

.discounts-block-items{
    /* display: grid !important; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* gap: 12px; */
    /* padding: 0 30px; */
    flex-wrap: nowrap !important;
}

@media screen and (max-width: 900px) {
    .discounts-block-items{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .discounts-block-items{
        grid-template-columns: repeat(1, 1fr);
    }
}

.discounts-block-items .discounts-block-item-container{
    /* width: 100% !important; */
    /* min-width: 100% !important; */
    /* max-width: 100% !important; */
}

.discounts-block-body{
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden !important;
}

.discounts-block-title{
    font-size: 2.5rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    font-family: "Prompt","Arial Black",sans-serif !important;
}

.discounts-block .discounts-block-header{
    padding: 60px 30px 30px 30px;
}
@media screen and (max-width: 700px) {
    .discounts-block .discounts-block-header{
        display: block;
    }
    .discounts-block-title{
        text-align: center !important;
    }
}

.discounts_link_all a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: "Nunito Sans", "Tahoma", sans-serif;
    font-weight: 800;
    font-size: .875rem !important;
    text-transform: uppercase;
}

.discount_icon{
    width: 20px;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    margin-left: 15px;
}

.search_and_filter_fields{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.search_and_filter_field{
    display: inline-flex;
    align-items: center;
    justify-self: center;
    transition-duration: .3s;
    padding-top: .25em;
    border: 1px solid var(--pg-m-btn-border);
    border-radius: 18px;
    font-size: .75rem;
    color: #0f1639;
    background: #fff;
    min-height: 28px;
    line-height: 15px;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 800;
    box-shadow: 0 2px 4px rgba(15, 24, 57, .3);
    text-transform: uppercase;
    cursor: pointer;
}

.search_and_filter_field:hover{
    background-color: #eff2ff;
    border-color: #eff2ff;
    color: #0f1639;
}

.search_and_filter_field.active{
    background-color: #0f1639;
    border-color: #0f1639;
    color: #fff;
}

.new_promos_single_filter{
    display: none;
    padding-top: 30px;
}

.new_promos_filters{
    margin-bottom: 45px;
    padding: 0 30px;
}

.new_promo_title_bar{
    background-color: #3c292b;
    box-shadow: 0 7px 16px -2px rgba(0, 0, 0, .3);
    display: flex;
    justify-content: space-between;
}

.new_promos_filters_button{
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.new_promos_filters_title{
    background: #c71924;
    color: #fff;
    font-size: 14px;
    display: block;
    height: 100%;
    padding: 25px 50px;
    position: relative;
    padding-right: 50px;
    width: fit-content;
}

@media screen and (min-width: 500px) {
    .new_promos_filters_title:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -26px;
        width: 50px;
        height: 50px;
        background: #c71924;
        transform: translate(0, -50%) rotate(45deg);
    }
}


.single_filter_title{
    font-family: "Prompt", "Arial Black", sans-serif;
    margin-bottom: 15px;
}

.post_promo_info{
    display: flex;
    gap: 15px;
}

@media screen and (max-width: 500px) {
    .post_promo_info{
        flex-direction: column;
    }
}

.post_promo_tags a{
    cursor: default;
    pointer-events: none;
}

.section.featured-posts.no_felieton .columns{
    display: flex;
    gap: 30px;
}
.featured-posts .item-post--large{
    border-bottom: unset !important;
}

@media screen and (max-width: 912px) {
    .section.featured-posts.no_felieton .columns{
        flex-direction: column;
    }
}

.section.featured-posts.no_felieton .columns > div{
    flex: 1;
}

.section.team{
    position: relative;
}