.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: 14px;
    font-weight: bold;
    margin-left: 5px;
    color: #CE0052;
    white-space: nowrap;
}

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

.dailyPrice {
    border-top: 1px solid #dadada;
}

.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;
}

.time_circles canvas {
    display: none;
}
.dailyProduct {
    background-color: var(--main-background-color);
    padding: 10px;
    border: 1px solid var(--border-color);
    border-right: 0;
}


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

.c-goods--list .dailyProduct {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .dailyProduct {
        border-right: 1px solid var(--border-color);
        border-bottom: none;
    }
}

@media (max-width: 600px) {
    .c-goods--grid-5 .dailyProduct .dailyLink {
        font-size: 14px;
    }
    .c-goods--grid-5 .dailyProduct img {
        max-height: 100px;
        min-height: 100px;
        height: 100px;
    }
}

.dailyPrice {
    display: flex;
    justify-content: flex-start;
    border-top: none;
    margin-bottom: 8px;
    margin-top: 8px;
}
.daily-rating {
    text-align: left;
    margin-top: 8px;
}
.dailyPrice .old {
    margin-right: 8px;
    color: var(--third-text-color);
}

.dailyProduct__category {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--third-text-color);
    text-align: left;
    margin-top: 8px;
}

/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
 .time_circles {
    position: relative;
    width: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles {
    display: flex;
}

.time_circles > div {
    text-align: center;
    padding: 8px 10px;
    background: var(--accent-color);
    margin-right: 5px;
    border-radius: 5px;
}

.time_circles > div:last-of-type {
    margin-right: 0;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    color: var(--secondary-text-color);
    line-height: 1 !important;
    text-transform: uppercase;
    font-weight: 400;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: 100;
    line-height: 1 !important;
}

.daylyProduct__counter-container {
    height: 8px;
    width: 100%;
    overflow: hidden;
    background-color: var(--accent-background-color);
    border-radius: 8px;
    margin-bottom: 8px;
}

.dailyProduct__progress {
    height: 8px;
    width: 100%;
    background-color: var(--accent-color);
    border-radius: 8px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 8px 8px;
}

.dailyProduct__counter {
    margin-bottom: 8px;
}

.dailyProduct__progress-container {
    display: flex;
    justify-content: space-between;
    color: var(--third-text-color);
}

.dailyProduct .dailyLink {
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
    text-align: left;
}
.dailyProduct .dailyLink:hover {
    color:  var(--accent-color) !important;
}
.time_circles > div {
    display:  flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.time_circles > div > span {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 600;
}

.tabs-category__tabs-wrapper .dailyProduct {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    display: flex;
    flex-direction: column;
}

.dailyProduct_button-container a {
    background-color: var(--secondary-background-color);
    color: var(--secondary-text-color);
    height: 36px;
    width: 100%;
    padding: 0 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.dailyProduct_button-container a:hover {
    background-color: var(--accent-color);
}
.dailyProduct_button-container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: auto;
}

.dailyImg img {
    max-height: 409px !important;
}
.dailyProduct {
    background-color: var(--main-background-color);
    padding: 10px;
    border: 1px solid var(--border-color);
    border-right: 0;
}


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

.c-goods--list .dailyProduct {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .dailyProduct {
        border-right: 1px solid var(--border-color);
        border-bottom: none;
    }
}

@media (max-width: 600px) {
    .c-goods--grid-5 .dailyProduct .dailyLink {
        font-size: 14px;
    }
    .c-goods--grid-5 .dailyProduct img {
        max-height: 100px;
        min-height: 100px;
        height: 100px;
    }
}

.dailyPrice {
    display: flex;
    justify-content: flex-start;
    border-top: none;
    margin-bottom: 8px;
    margin-top: 8px;
}
.daily-rating {
    text-align: left;
    margin-top: 8px;
}
.dailyPrice .old {
    margin-right: 8px;
    color: var(--third-text-color);
}

.dailyProduct__category {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--third-text-color);
    text-align: left;
    margin-top: 8px;
}

/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
 .time_circles {
    position: relative;
    width: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles {
    display: flex;
}

.time_circles > div {
    text-align: center;
    padding: 8px 10px;
    background: var(--accent-color);
    margin-right: 5px;
    border-radius: 5px;
}

.time_circles > div:last-of-type {
    margin-right: 0;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    color: var(--secondary-text-color);
    line-height: 1 !important;
    text-transform: uppercase;
    font-weight: 400;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: 100;
    line-height: 1 !important;
}

.daylyProduct__counter-container {
    height: 8px;
    width: 100%;
    overflow: hidden;
    background-color: var(--accent-background-color);
    border-radius: 8px;
    margin-bottom: 8px;
}

.dailyProduct__progress {
    height: 8px;
    width: 100%;
    background-color: var(--accent-color);
    border-radius: 8px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 8px 8px;
}

.dailyProduct__counter {
    margin-bottom: 8px;
}

.dailyProduct__progress-container {
    display: flex;
    justify-content: space-between;
    color: var(--third-text-color);
}

.dailyProduct .dailyLink {
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
    text-align: left;
}
.dailyProduct .dailyLink:hover {
    color:  var(--accent-color) !important;
}
.time_circles > div {
    display:  flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.time_circles > div > span {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 600;
}

.tabs-category__tabs-wrapper .dailyProduct {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    display: flex;
    flex-direction: column;
}

.dailyProduct_button-container a {
    background-color: var(--secondary-background-color);
    color: var(--secondary-text-color);
    height: 36px;
    width: 100%;
    padding: 0 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.dailyProduct_button-container a:hover {
    background-color: var(--accent-color);
}
.dailyProduct_button-container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: auto;
}

.dailyImg img {
    max-height: 409px !important;
}