.prods-of-day {
    overflow: hidden;
    position: relative;
    padding: 46px 20px 0;
    margin: 0 -20px 120px;
}
.prods-of-day .product-item-container {
    height: 100%;
}
.prods-of-day .product_item {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.prods-of-day .product_item_img {
    height: 100%;
    min-height: 560px;
    width: 845px;
    margin-right: 35px;
    position: relative;
    flex-shrink: 0;
}
.prods-of-day  .product-item-image-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.prods-of-day .product_item_name_box {
    width: 100%;
}
.prods-of-day  .product-item-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prods-of-day .product_card-flags {
    position: static;
    display: flex;
}
.prods-of-day .flag-item {
    margin-bottom: 0;
    margin-right: 3px;
}
.prods-of-day_title {
    margin-bottom: 20px;
}
.prods-of-day .prod-of-day-swiper-btn {
    position: static;
    transform: none;
    opacity: 1;
    width: auto;
    height: auto;
    background: none;
    border: none;
    padding: 5px 16px 5px 0;
    margin-left: 16px;
}
.prods-of-day .prod-of-day-swiper-btn.swiper-button-disabled {
    opacity: 0.15;
}
.prods-of-day .prod-of-day-swiper-btn svg {
    transform: none;
}
.prods-of-day .swiper-button-next.prod-of-day-swiper-btn:hover svg {
    transform: translateX(20%);
}
.prods-of-day .swiper-button-next.prod-of-day-swiper-btn:hover:active svg {
    transform: translateX(40%);
}
.prods-of-day .swiper-button-prev.prod-of-day-swiper-btn:hover svg {
    transform: translateX(-20%);
}
.prods-of-day .swiper-button-prev.prod-of-day-swiper-btn:hover:active svg {
    transform: translateX(-40%);
}
.prods-of-day_slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prods-of-day_slider-nav span {
    font-weight: 600;
    font-size: 16px;
    width: 11px;
    text-align: center;
}
.prods-of-day .product_item_title a {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    white-space: unset;
}
.prods-of-day_slider-nav_separator {
    margin: 0 4px;
}
.prods-of-day .add-wishlist {
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
}
.prods-of-day .flags-and-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prods-of-day .product-icon-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
}
.prods-of-day .product-icon-action svg {
    transition: .3s ease;
}
.prods-of-day .add-to-compare svg {
    cursor: pointer;
    opacity: 0.4;
    margin-bottom: 1px;
}
.prods-of-day .add-to-compare:hover svg {
    opacity: 0.7;
}
.prods-of-day .add-to-compare .active svg {
    opacity: 1;
}
.prods-of-day .add-wishlist path {
    opacity: 0.4;
    transition: .3s ease;
}
.prods-of-day .add-wishlist:hover path {
    opacity: 0.7;
    stroke: var(--main-txt);
    fill: var(--main-txt);
}
.prods-of-day .add-wishlist .active path {
    opacity: 1;
    stroke: var(--main-txt);
    fill: var(--main-txt);
}
.prods-of-day .item_brand {
    display: inline-flex;
    margin-left: 20px;
    border-bottom: 1px solid var(--main-txt);
    transition: .3s ease;
}
.prods-of-day .item_brand:hover {
    opacity: 0.6;
    border-bottom: 1px solid transparent;
}
.prods-of-day .item_cod-tovara {
    margin: 16px 0 30px;
}
.prods-of-day .item_cod-tovara span {
    font-weight: 400;
    color: var(--secondary-txt)
}
.prods-of-day .product-item-price-current span {
    display: block;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
}
.prods-of-day .product-item-price-old span {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: var(--secondary-txt);
    text-decoration: line-through;
    margin-left: 10px;
    margin-bottom: 1px;
}
.prods-of-day .product_item__price {
    display: flex;
    align-items: flex-end;
}
.prods-of-day .product-item-label-discount{
    display: flex;
    width: 47px;
    height: 18px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--light_color);
    background: var(--stocks);
    margin-bottom: 3px;
    margin-left: 10px;
}
.prods-of-day .product_item_buy_box {
    margin-top: 30px;
}
.prods-of-day .product-item-button-container,
.prods-of-day .product-item-button-container button {
    width: 100%;
}
.prod-of-day_timer {
    border: 1px solid var(--border);
    width: 100%;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.prod-of-day_timer [data-timer="scds"] {
    order: 4;
}
.prod-of-day_timer [data-timer="scds"] + span {
    order: 3;
}
.prod-of-day_timer [data-timer="scds"].timer-display-none + span {
    order: 0;
}
.prod-of-day_timer .timer-val {
    width: 85px;
    font-size: 60px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.prod-of-day_timer .timer-val_label {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.prod-of-day_timer .timer-separator {
    font-size: 30px;
    font-weight: 300;
    margin: 0 20px;
}
.prods-of-day .product-item-image-wrapper .product_item_img_one {
    display: block;
    width: 50%;
    margin: 0 auto;
}
.prods-of-day .product-item-info-container {
    margin-bottom: 20px;
}
.prods-of-day .product-item-image-wrapper .swiper-button-prev {
    left: 10px;
}
.prods-of-day .product-item-image-wrapper .swiper-button-next {
    right: 10px;
}
.prods-of-day .swiper-slide {
    width: 100%;
}
.prods-of-day .product-item-image-wrapper .k_loader {
    position: absolute;
    background: none;
    display: none;
}
.prods-of-day .product-item-image-wrapper .k_loader::before {
    border-left-color: var(--main_color);
}
.prods-of-day .product-item-image-wrapper {
    transition: .3s ease;
}
.prods-of-day .product-item-image-wrapper.loading {
    opacity: 0.7;
    pointer-events: none;
}
.prods-of-day .product-item-image-wrapper.loading .k_loader {
    display: block;
}

@media (max-width: 1350px) {
    .prods-of-day .product_item_img {
        width: 400px;
    }
    .prods-of-day .product-item-image-wrapper .product_item_img_one {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .prod-of-day_timer .timer-val {
        width: 50px;
        font-size: 50px;
    }
    .prods-of-day .product_item_img {
        margin-right: 25px;
    }
    .prod-of-day_timer {
        height: 90px;
    }
    .prods-of-day .product_item_title a {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .prods-of-day .product_item {
        flex-direction: column;
        height: auto;
    }
    .prods-of-day .product_item_img {
        width: 100%;
        height: auto;
        min-height: 400px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .prods-of-day .product-item-image-wrapper .product_item_img_one {
        width: 50%;
    }
    .prods-of-day .product_item_name_box {
        position: relative;
    }
    .prods-of-day .product_item_title {
        margin-top: 0;
        padding-right: 120px;
    }
    .prods-of-day .product_card-flags {
        margin-bottom: 16px;
    }
    .prods-of-day .product-icon-action {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 576px) {
    .prods-of-day .product_item_img {
        height: 70vw;
        min-height: unset;
    }
    .prods-of-day {
        padding: 46px 0 0;
        margin: 0 0 90px;
    }
}
@media (max-width: 450px) {
    .prods-of-day .product_item_img {
        height: 130vw;
    }
    .prods-of-day .product-item-image-wrapper .product_item_img_one {
        width: 100%;
    }
}