.discounts_days_block {
    margin-top: 10px;
    height: 35px;
}
.discounts_days {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-right: 5px;
}
.discounts_days:after {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 10%;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 20px;
}
.discounts_days::after {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 10%;
    content: "";
    display: inline-block;
    height: 20px;
    left: inherit;
    position: relative;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 20px;
    margin-right: 10px;
    text-align: center;
    float: left;
}
input[type=checkbox]:checked + .discounts_days:after{
    content: '\f00c';
    font-family: "FontAwesome";
    color: rgb(43, 48, 59);
}
.sale_timer {
    margin-bottom: 30px;
}
.product .details_boxed__prices p {
    color: red;
    font-size: 16px;
    margin-bottom: 7px;
}



.brand_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.brand_link:hover {
    text-decoration: none;
}

.brand_sale {
    position: relative;
    width: 120px;
    height: 80px;
    font-weight: bolder;
    color: #fed700;
}

.brand_sale > svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.brand_sale > div {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand_sale > div > span:first-child {
    font-size: 40px;
}

.brand_sale > div > span:last-child {
    position: relative;
    top: -8px;
    font-size: 28px;
}

.brand_description {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 28px;
}

@media (max-width: 1280px) {
    .brand_sale > div > span:first-child {
        font-size: 36px;
    }

    .brand_sale > div > span:last-child {
        font-size: 24px;
    }

    .brand_description {
        font-size: 22px;
    }
}

@media (max-width: 1099px) {
    .brand_sale > div > span:first-child {
        font-size: 32px;
    }

    .brand_sale > div > span:last-child {
        font-size: 20px;
    }

    .brand_description {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .brand_link {
        flex-wrap: wrap;
        padding: 30px;
    }
    .brand_sale > div > span:first-child {
        font-size: 40px;
    }

    .brand_sale > div > span:last-child {
        font-size: 28px;
    }

    .brand_description {
        font-size: 28px;
    }

    .sale_timer {
        margin: 50px 0 80px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .brand_link {
        flex-wrap: wrap;
        padding: 15px;
    }
    .brand_sale > div > span:first-child {
        font-size: 40px;
    }

    .brand_sale > div > span:last-child {
        font-size: 28px;
    }

    .brand_description {
        font-size: 28px;
    }

    .sale_timer {
        margin: 50px 0 80px;
        width: 100%;
    }
}

@media (max-width: 599px) {
    .brand_link {
        flex-wrap: wrap;
        padding: 15px;
    }
    .brand_sale > div > span:first-child {
        font-size: 30px;
    }

    .brand_sale > div > span:last-child {
        font-size: 18px;
    }

    .brand_description {
        font-size: 18px;
    }

    .sale_timer {
        margin: 50px 0 80px;
        width: 100%;
    }
}

@media (max-width: 449px) {
    .brand_link {
        flex-wrap: wrap;
        padding: 15px;
    }

    .brand_sale {
        width: 80px;
        height: 60px;
    }

    .brand_sale > div > span:first-child {
        font-size: 28px;
    }

    .brand_sale > div > span:last-child {
        font-size: 16px;
    }

    .brand_description {
        font-size: 16px;
    }

    .sale_timer {
        margin: 40px 0;
        width: 100%;
    }
}

@media (max-width: 374px) {
    .brand_link {
        flex-wrap: wrap;
        padding: 15px;
    }

    .brand_sale {
        width: 60px;
        height: 40px;
    }

    .brand_sale > div > span:first-child {
        font-size: 22px;
    }

    .brand_sale > div > span:last-child {
        font-size: 10px;
    }

    .brand_description {
        font-size: 14px;
    }

    .sale_timer {
        margin: 30px 0;
        width: 100%;
    }
}

.brands_banner_vertical .brand_link {
    flex-wrap: wrap;
    padding: 15px;
}

.brands_banner_vertical .brand_sale {
    width: 80px;
    height: 60px;
}

.brands_banner_vertical .brand_sale > div > span:first-child {
    font-size: 28px;
}

.brands_banner_vertical .brand_sale > div > span:last-child {
    font-size: 16px;
}

.brands_banner_vertical .brand_description {
    font-size: 16px;
}

.brands_banner_vertical .sale_timer {
    margin: 40px 0;
    width: 100%;
}

/* .brands_banner_vertical figure > div {
    width: 24px!important;
    height: 30px!important;
    font-size: 16px;
}

.brands_banner_vertical figure > div > ul > li {
    margin-top: -6px;
} */

@media (max-width: 1539px) {
    .brands_banner_vertical figure > div {
        width: 40px!important;
        height: 50px!important;
        font-size: 28px;
    }
    
    .brands_banner_vertical figure > div > ul > li {
        margin-top: 0;
        margin-left: 5px;
    }

    .brands_banner_vertical .sale_timer {
        margin: 30px 0 45px;
    }
}

@media (min-width: 1440px) {
    .brands_banner_vertical .brand_link {
        flex-wrap: wrap;
        padding: 15px;
    }

    .brands_banner_vertical .brand_sale {
        width: 60px;
        height: 40px;
    }

    .brands_banner_vertical .brand_description {
        font-size: 14px;
    }
}

@media (max-width: 1439px) {
    .brands_banner_vertical .brand_link {
        flex-wrap: wrap;
        padding: 15px;
    }

    .brands_banner_vertical .brand_sale {
        width: 50px;
        height: 30px;
    }

    .brands_banner_vertical .brand_description {
        font-size: 14px;
    }

    .brands_banner_vertical figure > div {
        width: 34px!important;
        height: 40px!important;
        font-size: 20px;
    }
    
    .brands_banner_vertical figure > div > ul > li {
        margin-top: -3px;
        margin-left: 4px;
    }

    .brands_banner_vertical .sale_timer {
        margin: 25px 0 40px;
    }
}

@media (max-width: 1279px) {
    .brands_banner_vertical .brand_link {
        flex-wrap: wrap;
        padding: 10px;
    }

    .brands_banner_vertical .brand_sale {
        width: 50px;
        height: 30px;
    }

    .brands_banner_vertical .brand_description {
        font-size: 12px;
    }

    .brands_banner_vertical .sale_timer {
        margin: 15px 0 30px;
    }

    .brands_banner_vertical figure > div {
        width: 24px!important;
        height: 30px!important;
        font-size: 16px;
    }
    
    .brands_banner_vertical figure > div > ul > li {
        margin-top: -6px;
    }
}

@media (max-width: 1099px) {
    .brands_banner_vertical .brand_link {
        flex-wrap: wrap;
        padding: 10px;
    }

    .brands_banner_vertical .brand_sale {
        width: 50px;
        height: 30px;
    }

    .brands_banner_vertical .brand_description {
        font-size: 10px;
    }

    .brands_banner_vertical .sale_timer {
        margin: 15px 0 30px;
    }
}