<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 .dailyTitle {
    font-weight: bold;
    font-size: 19px;
}

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

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

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

.dailyPrice {
    margin-top: 15px;
    border-top: 1px solid #dadada;
    padding-top: 10px;
}

.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 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}</pre></body></html>