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

.isures-flashsale--products_wrap .fs-contain,
.isures-flashsale--products_page .fs-contain {
    display: block;
}

.fs-contain {
    position: relative;
    display: none;
    overflow: visible;
    margin: 10px auto;
    min-height: 20px;
}

.fs-contain>img {
    position: absolute;
    left: 0;
    top: -7px;
    width: 21px !important;
    height: auto;
    z-index: 1;
}

.rq_count {
    min-height: 20px;
    padding-left: 21px;
    background-color: #ddd;
    border-radius: 25px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    color: #000;
    overflow: hidden;
}

.rq_count i.fs-iconfire {
    background: linear-gradient(64.85deg, #fcb500 23.67%, #ffd41d 106.12%);
    min-width: 15px;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.rq_count b {
    display: block;
    position: relative;
    z-index: 1;
    font-weight: normal;
    font-size: 16px;
}

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

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

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

.isures-label {
    font-size: 14px;
}

.isfs-time--countdown {
    float: right;
}

.flashsale-label--percent {
    order: 3;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
    background: red;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
}

.product-page-price .flashsale-label--percent {
    font-size: 16px;
}


/* countdown */

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

.isures-flashsale--countdown_wrap {
    display: block;
    padding: 10px 15px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.isures-flashsale--countdown_wrap>*,
.isfs-time--countdown>* {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

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

.isures-ifsc--countdown>* {
    display: inline-block;
}

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

span.isures-label.end:not(.living),
span.isures-label.start.living {
    display: none !important;
}

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: 8px;
}

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

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

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

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

@media screen and (max-width: 1024px) {
    .isures-flashsale--countdown_wrap {
        white-space: normal;
    }

    .isfs-time--countdown {
        float: unset;
    }
}
.isures-flashsale--list_items.isures-flashsale--list_items:not(.owl-carousel) > *{
    width: 100%;
    max-width: 100%;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.loading-overlay.show {
    display: flex;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid red;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 500ms linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.isures-flashsale--products_slider .products .owl-item>* {
    width: 100% !important;
}

.isures-flashsale--products_wrap .owl-nav button {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    top: calc(50% - 30px);
}

.isures-flashsale--products_wrap .owl-nav button.owl-prev {
    left: 15px;
}

.isures-flashsale--products_wrap .owl-nav button.owl-next {
    right: 15px;
}

.isures-flashsale--products_wrap .owl-nav button span {
    display: block;
    text-indent: -9999px;
}

.isures-flashsale--products_wrap .owl-nav button span:before {
    content: '';
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    height: 18px;
    position: absolute;
    top: 12px;
    opacity: .7;
    transition: all 200ms ease-in-out;
    width: 18px;
}

.isures-flashsale--products_wrap .owl-nav button span:hover:before {
    opacity: 1;
}

.isures-flashsale--products_wrap .owl-nav button.owl-prev span::before {
    left: 10px;
    transform: rotate(-135deg);
}

.isures-flashsale--products_wrap .owl-nav button.owl-next span::before {
    transform: rotate(45deg);
    right: 8px;
}

.isures-flashsale--products_wrap .owl-nav button.disabled {
    opacity: .1;
    cursor: not-allowed;
}

.isures-flashsale--icon_animate {
    animation: 0.8s linear 0s infinite normal none running fl-scale;
    fill: #fff;
    stroke: #fff;
    height: 25px;
    width: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-left: -4px;
    margin-right: -4px;
}

@keyframes fl-scale {
    50% {
        opacity: 0.3;
        transform: scale(1.3);
    }
}