/* fonts */
@font-face {
    font-family: 'plugin68';
    src: url('fonts/plugin68.eot?95224831');
    src: url('fonts/plugin68.eot?95224831#iefix') format('embedded-opentype'),
        url('fonts/plugin68.woff2?95224831') format('woff2'),
        url('fonts/plugin68.woff?95224831') format('woff'),
        url('fonts/plugin68.ttf?95224831') format('truetype'),
        url('fonts/plugin68.svg?95224831#plugin68') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'plugin68';
    src: url('fonts/plugin68.svg?95224831#plugin68') format('svg');
  }
}
*/
[class^="p68-"]:before,
[class*=" p68-"]:before {
    font-family: "plugin68";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.p68-flash:before {
    content: '\e800';
}

/* '' */
.p68-flash-1:before {
    content: '\e801';
}

/* '' */
.p68-flash-outline:before {
    content: '\e802';
}

/* '' */
.p68-flash-2:before {
    content: '\e803';
}

/* '' */
.p68-flash-3:before {
    content: '\e804';
}

/* '' */
.p68-flash-4:before {
    content: '\e805';
}

/* '' */
.p68-spin1:before {
    content: '\e830';
}

/* '' */
.p68-spin2:before {
    content: '\e831';
}

/* '' */
.p68-spin3:before {
    content: '\e832';
}

/* '' */
.p68-spin4:before {
    content: '\e834';
}

/* '' */
.p68-spin5:before {
    content: '\e838';
}

/* '' */
.p68-spin6:before {
    content: '\e839';
}

/* '' */
.p68-spinner:before {
    content: '\f110';
}

/* '' */
.p68-spinner1:before {
    content: '\f528';
}

/* '' */
.p68-spinner2:before {
    content: '\f529';
}

/* '' */

.isures-single-product-countdown * {
    box-sizing: border-box;
}

/* ====== Common Layout ====== */

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

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

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

.fs-stock-info {
    width: 100%;
    position: relative;
}

.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: relative;
    color: #000;
    overflow: hidden;
    display: block;
}

.fs-stock-info .rq_count.fscount {
    min-height: 7px;
    margin-top: 10px;
}

.rq_count i.fs-iconfire {
    background: linear-gradient(90deg, #ffecb3 0%, #ffb200 100%);
    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: 14px;
}

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

[class^="p68-"]:before {
    margin: 0 !important;
}

.p68-loading__wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background: rgba(255, 255, 255, .8);
    min-height: 50px;
}

.plugin68-camp__wrap {
    margin-bottom: 20px;
    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;
    display: none;
}

.isures-flashsale--products_page .flashsale-label--percent,
.product-page-price .flashsale-label--percent {
    display: inline-block;
}

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

.isures-fls__allprod-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.isures-flashsale-pagination {
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}

.isures-flashsale-pagination>* {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #eee;
    border-radius: 6px;
    text-align: center;
    line-height: 35px;
    transition: all 200ms ease-in-out;
}

.isures-flashsale-pagination>*.current,
.isures-flashsale-pagination>*:hover {
    background: #000;
    color: #fff;
    border-color: transparent;
}

/* ====== Product Layout ====== */
.p68-fs__item {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.fs-product-image img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.fs-product-wrap {
    background: #fff;
    overflow: hidden;
}

.fs-product-info {
    padding: 10px 8px;
    margin: 0 !important;
}

.fs-product-info * {
    font-size: var(--fs-font-size);
}

.fs-flash-price {
    margin-right: 10px;
}

.p68-fs__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.plugin68-camp__wrap * {
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

.fs-product-title a {
    text-decoration: none;
    line-height: 1.5;
}

.fs-product-title {
    min-height: 50px;
    margin: 0;
}

.p68-fs__desc {
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p68-fs__price {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.p68-fs__price--flash {
    color: #e60000;
    font-weight: bold;
    font-size: 16px;
}

.p68-fs__price--regular {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.fs-price-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* ====== Countdown Wrapper ====== */
.p68-countdown-box {
    display: block;
    padding: 10px 15px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

/* Theme Mode Colors */
.theme-dark .p68-countdown-box {
    color: #fff;
}

.theme-light .p68-countdown-box {
    color: #000;
}

.p68-title--flashsale {
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

/* Countdown inner */
.p68-timer__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
}

.isures-single-product-countdown .p68-timer__wrap {
    max-width: 210px;
}

.p68-timer__wrap .countdown {
    margin-left: 10px;
}

.p68-timer__wrap .time {
    display: inline-block;
    min-width: 30px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #333;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
}

.p68-countdown-box.theme-dark .p68-timer__wrap .time {
    background: #fff;
    color: #222;
}

.p68-countdown-box.theme-light .p68-timer__wrap .time {
    background: #222;
    color: #fff;
}

.isures-single-product-countdown {
    position: relative;
}

.isures-single-product-countdown .p68-timer__wrap .time {
    width: 25px;
    height: 25px;
    line-height: 25px;
    min-height: unset;
    font-size: 14px;
    padding: 0;
}

.isures-single-product-countdown .p68-timer__wrap * {
    font-size: 15px;
}

.isures-single-product-countdown .p68-timer__wrap b {
    margin-top: 6px;
    display: block;
}

.p68-countdown-box.theme-light {
    color: #222
}

.p68-countdown-box.theme-dark {
    color: #fff
}

/* Countdown navigation */
.isures-flashsale--nav_wrap {
    margin-left: 8px;
}

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

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

.plugin68-camp__wrap {
    position: relative;
}


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

/* ====== Loading & Animation ====== */


.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


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

.isures-flashsale--icon_animate {
    animation: 0.8s linear infinite fl-scale;
    vertical-align: middle;
    display: inline-block;
    margin-left: -4px;
    margin-right: -4px;
    font-size: 24px;
}

/* ====== Carousel (Owl/Slick) ====== */
.plugin68-camp__wrap .products .owl-item>* {
    width: 100% !important;
}

.plugin68-camp__wrap .owl-nav button {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 30px);
}

.plugin68-camp__wrap .slick-track {
    align-items: stretch !important;
    display: flex !important;
}

.plugin68-camp__wrap .slick-slide {
    height: auto !important
}

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

.plugin68-camp__wrap .owl-nav button span:hover:before {
    opacity: 1;
}

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

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

.plugin68-camp__wrap .owl-nav button.disabled {
    opacity: .1;
    cursor: not-allowed;
}

.slick-arrow.slick-disabled {
    cursor: not-allowed;
}

.plugin68-camp__wrap .isures-slick__prev,
.plugin68-camp__wrap .isures-slick__next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    width: 31px;
    background: #fff;
    box-shadow: var(--fs-shadow);
    border-radius: 4px;
    opacity: 0.8;
    z-index: 1;
    cursor: pointer;
    padding: 0;
    border: none;
}

.plugin68-camp__wrap .slick-slide {
    margin: 0 10px;
}

.slick-slide>div:not(.fs-product-wrap) {
    margin-bottom: 10px;
}

.plugin68-camp__wrap .slick-list {
    margin: 0 -10px;
}

.plugin68-camp__wrap .isures-slick__prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}

.plugin68-camp__wrap .isures-slick__next {
    right: 0;
    border-radius: 4px 0 0 4px;
}

.plugin68-camp__wrap .isures-slick__prev span,
.plugin68-camp__wrap .isures-slick__next span {
    font-family: initial;
    color: #999;
    font-size: 35px;
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
}

.plugin68-camp__wrap .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.plugin68-camp__wrap .p68-arrow__circle .isures-slick__prev,
.plugin68-camp__wrap .p68-arrow__circle .isures-slick__next {
    border-radius: 99px;
    height: 50px;
    width: 50px;
}

.plugin68-camp__wrap .p68-arrow__square .isures-slick__prev,
.plugin68-camp__wrap .p68-arrow__square .isures-slick__next {
    border-radius: 5px;
    height: 35px;
    width: 35px;
}

.isures-countdown-grid {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
}


/* ====== Responsive ====== */
@media screen and (max-width: 1024px) {
    .p68-timer__wrap {
        white-space: normal;
    }

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

@media (max-width: 768px) {
    .isures-countdown-grid {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }

    .p68-title--flashsale {
        font-size: 14px;
    }

    .isures-flashsale--nav_wrap {
        margin-top: 6px;
    }

    .isures-single-product-countdown .p68-timer__wrap {
        max-width: 100%;
        text-align: left;
    }

    .p68-timer__wrap {
        justify-content: flex-start;
    }
}