/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.isures-item-name {
    display: inline-block;
    background: red;
    color: yellow;
    font-size: 15px;
}

.isures-flashsale--products_wrap,
.isures-flashsale--products_wrap>* {
    max-width: 100%!important;
    width: 100%!important;
}

.empty-hidden {
    display: none;
    visibility: hidden;
}


/* countdown */

.isures-flashsale--products_wrap {
    margin-bottom: 20px;
}

.isures-flashsale--countdown_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.isures-flashsale--countdown_wrap.light {
    color: #fff;
}

.isures-flashsale--countdown_wrap.dark {
    color: #333;
}

.isures-flashsale--countdown_wrap.light .isures-ifsc--countdown>* .time {
    background: #fff;
    color: #333;
}

.isures-flashsale--countdown_wrap.dark .isures-ifsc--countdown>* .time {
    background: #333;
    color: #fff;
}

.isfs-time--countdown,
.isures-ifsc--countdown {
    display: flex;
    align-items: center;
}

.isures-ifsc--countdown>*:not(.empty-hidden) .time {
    display: inline-block;
    min-width: 30px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #333;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
}

dt.variation-isures-flashsale--label {
    display: none;
    visibility: hidden;
}

dd.variation-isures-flashsale--label {
    float: none;
    clear: both;
    margin: 0;
}

dd.variation-isures-flashsale--label p {
    display: inline-block;
    padding: 0;
    margin: 0;
    max-width: 85px;
}

.isures-flashsale--nav_wrap {
    margin-left: 15px;
}

.single-product .isures-title--flashsale {
    font-size: 14px;
}

.isures-title--flashsale {
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
}

.isures-flashsale--countdown_wrap .isures-flashsale--nav_wrap a {
    position: relative;
    padding-right: 12px;
    font-size: 14px;
}

.isures-flashsale--countdown_wrap .isures-flashsale--nav_wrap a:after {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
}

.isures-flashsale--countdown_wrap.light .isures-flashsale--nav_wrap a {
    color: #fff!important;
}

.isures-flashsale--countdown_wrap.light .isures-flashsale--nav_wrap a:after {
    border-left: 6px solid #fff;
}

.isures-flashsale--countdown_wrap.dark .isures-flashsale--nav_wrap a {
    color: #333!important;
}

.isures-flashsale--countdown_wrap.dark .isures-flashsale--nav_wrap a:after {
    border-left: 6px solid #333;
}

.isures-div {
    margin-left: 4px;
}

@media screen and (max-width: 1024px) {
    .isures-flashsale--countdown_wrap {
        flex-wrap: wrap;
    }
    .isures-title--flashsale {
        display: block;
        margin-bottom: 10px;
    }
}

.isures-flashsale--products_wrap .slick-arrow:before {
    color: #555;
    font-size: 30px;
}

.isures-flashsale--products_wrap .slick-next,
.isures-flashsale--products_wrap .slick-prev {
    width: 30px;
    height: 30px;
    z-index: 9;
}

.isures-flashsale--products_wrap .slick-next {
    right: 0;
}

.isures-flashsale--products_wrap .slick-prev {
    left: 0;
}