.section-daily-product input[type=range] {
    width: 100%;
    margin-bottom: 15px;
}

.section-daily-product .base-settings {
    padding: 15px;
}

.section-daily-product .dailyProductDemo, .dailyProduct {
    text-align: center;
}

.section-daily-product .dailyProductDemo__wrap {
	position: sticky!important;
	top: 15px;
}

.section-daily-product [type=number] {
    display: inline-block;
    margin-right: 5px;
}

.section-daily-product .dailyProductDemo .dailyTitleDemo, .dailyProduct {
    font-weight: bold;
    font-size: 19px;
}

.section-daily-product .dailyProductDemo .dailyLinkDemo {
    font-size: 19px;
    cursor: pointer;
    color: rgb(21, 133, 207);
}

.section-daily-product .dailyProductDemo .dailyPriceDemo .new, .dailyProduct {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    color: #CE0052;
    white-space: nowrap;
}

.section-daily-product .dailyProductDemo .dailyPriceDemo .old {
    font-size: 17px;
    text-decoration: line-through;
    color: #CC6666;
    white-space: nowrap;
}

.mg-admin-html .accordion {
    margin-top: 10px!important;
}

.section-daily-product .colorSelector {
    display: inline-block;
    margin-right: 0;
}

.section-daily-product .dashed {
    padding-top: 5px;
    padding-left: 0;
    line-height: 1.8;
}

.search-block .fa {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    border: 1px solid #e6e6e6;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mg-admin-html .search-block input[type=search] {
    width: 100%;
}

.section-daily-product .large-6 {
    position: relative;
}

.section-daily-product .daily-tbody input {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px ) {
    .section-daily-product .dailyProductDemo {
        position: static;
        margin: 25px auto;
    }

    .section-daily-product .dashed {
        border: none;
    }
}

.dailyProduct img {
    max-width: calc(100% - 20px);
    margin: 10px;
}

.dailyProduct {
    width: 100% !important;
    border: 2px solid var(--main-color);
    border-radius: 5px;
    padding: 8px;
}

.dailyFooter {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
    border-top: 1px solid #eee;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 7px;
}

.dailyFooter__title {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #888;
    line-height: normal;
    padding: 5px 30px;
    margin-right: 10px;
    text-align: left;
}

@media (max-width: 480px) {
    .dailyFooter__title {
        display: none;
    }
}

.dailyTitle {
    display: block;
    font-size: 15px;
    color: #222;
    margin-bottom: 2px;
    font-weight: 700;
}

.dailyMessage {
    font-size: 14px;
    color: #888;
    line-height: normal;
}

.dailyHeader {
    display: flex;
}

.dailyHeader__left {
    width: 228px;
}

.dailyHeader__right {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-top: 10px;
}

@media (max-width: 480px) {
    .dailyHeader__right {
        padding-left: 0;
        padding-top: 0;
    }
}

.dailyFlash {
    position: relative;
    line-height: 30px;
    margin-bottom: 9px;
}

.dailyFlash:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #a01d03  transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 0;
}

.dailyFlash span {
    display: block;
    font-size: 15px;
    font-weight: 700;
     padding: 0 25px;
    background-color: #ff421d;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    width: fit-content; 
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dailyPrice {
    text-align: start;
    margin-bottom: 7px;
}

.dailyPrice .new {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    margin-right: 5px;
}

.dailyPrice .old {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
}

.dailyLink {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    line-height: 22px;
    margin-top: -7px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: start;
}

.dailyMore {
    width: fit-content;
    padding: 8px 25px;
    padding-left: 45px;
    padding-right: 45px;
    background: var(--main-color);
    font-size: 15px;
    color: var(--button-color);
    margin-top: 10px;
    font-weight: 700;
    border-radius: 20px;
    transition: all .3s;
}

.dailyMore:hover {
    color: #fff;
}

.dailyRating {
    text-align: start;
}

@media (max-width: 480px) {
    .dailyHeader { 
        flex-direction: column;
        align-items: center;
    }

    .dailyTimer {
        max-width: 175px;
        margin: auto;
    }

    .dailyLink {
        text-align: center;
    }

    .dailyRating {
        text-align: center;
    }

    .dailyMore {
        margin-left: auto;
        margin-right: auto;
    }
}
