<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/* global */

#isures-giftbox--wrap_fr a:focus {
    outline: none!important;
    background-color: none!important;
    text-decoration: none!important;
    background-color: transparent!important;
}

.isures-text--right {
    text-align: right;
}

.isures-inline {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: calc(100% - 115px);
}

.isures-gift--gallery.col,
.isures-summary--gift_wrap {
    padding: 0;
}


/*  */

.isures_gift_promotion {
    background: var(--isures-giftbg-elm);
    border: 1px solid rgba(0, 0, 0, .05);
    margin: 15px auto;
    border-radius: 2px;
    position: relative;
    width: calc(100% - 5px);
}

.isures-gift--promo_ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.isures-gift--promo_ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #fff!important;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate( 45deg);
    -webkit-transform: rotate( 45deg);
    width: 100px;
    display: block;
    background: var(--isures-giftcolor-label);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 19px;
    right: -21px;
}

.isures-gift--promo_ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid var(--isures-giftcolor-label);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--isures-giftcolor-label);
    filter: brightness(.7)
}

.isures-gift--promo_ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid var(--isures-giftcolor-label);
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--isures-giftcolor-label);
    filter: brightness(.7)
}

.isures_gift_promotion * {
    color: #333
}

.isures_gift_promotion a,
.isures_gift_promotion a:focus {
    text-decoration: none;
    background-color: transparent;
    outline: none;
}

.isures-gift--promo_title {
    font-size: 16px;
    padding: 5px 10px;
    color: #333;
    text-transform: capitalize;
    border-bottom: 1px solid #ebeced;
    font-weight: 500;
}

.isures-check--gift_item.isures-gift--price {
    display: flex;
    width: 100%!important;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
}

.isures-check--gift_item.isures-gift--price.isures-input--square {
    padding-left: 40px;
}

.isures-check--gift_item strong {
    font-weight: 500;
}


/* item  */

.isures-gift--price * {
    font-size: 14px;
    color: #6d6d6d;
}

.isures-gift--price .amount,
.isures-gift--price .amount * {
    color: var(--isures-giftcolor-label);
    font-size: 14px;
    font-weight: bold;
}

.isures-gift--promo_item {
    display: block;
    padding: 5px 10px;
    position: relative;
}

.isures-gift--promo_item:last-child {
    margin-bottom: 0;
}

.isures-gift--promo_item_thumb {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    position: relative;
    margin-right: 15px;
}

.isures-gift--promo_item_thumb img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.lightbox-content {
    background: #fff;
    max-width: 760px;
    margin: 0 auto;
}

.isures-gift--choose_var,
.isures-giftdropdown--choose_var {
    font-size: 14px;
    color: #aaa;
}

a.isures-gift--choose_var svg,
.isures-giftdropdown--choose_var svg {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    fill: #aaa;
    position: relative;
    width: 15px;
    height: 15px;
    transition: 200ms ease-in-out;
}

a.isures-giftdropdown--choose_var.active&gt;svg {
    transform: rotate(180deg);
}

.isures-gift--choose_var i::after {
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}

.isures-gift--choose_var.loading i::after {
    opacity: 1;
    -webkit-animation: is-rotate 450ms infinite linear;
    animation: is-rotate 450ms infinite linear;
}

.isures-gift--choose_var.loading i::before {
    opacity: 0;
}

@-webkit-keyframes is-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes is-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.isures-gift_option_wrap {
    line-height: 1;
}

.isures-giftbox--dropdown * {
    font-size: 15px;
}

.isures-giftbox--dropdown {
    height: auto!important;
    background: #fff;
    box-shadow: 0 0.375rem 0.9375rem rgb(0 0 0 / 5%);
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    max-height: 350px;
    width: 100%;
    left: 0;
    top: 100%;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.isures-giftbox--dropdown.active {
    opacity: 1;
    -webkit-animation: isures-enter--giftbox--animate .2s cubic-bezier(.4, 0, .6, 1);
    animation: isures-enter--giftbox--animate .2s cubic-bezier(.4, 0, .6, 1);
    will-change: transform;
    visibility: visible;
}

@-webkit-keyframes isures-enter--giftbox--animate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes isures-enter--giftbox--animate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}


/* preferen */

.isures-title--more span {
    font-weight: 500;
    background-color: #e9ecef;
    font-size: 16px;
    padding: 5px 10px;
    color: #333;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 5px;
}

.isures-prefer--wrap {
    margin-top: 0;
    border-top: 1px solid #ebeced;
}

.isures-list--prefer ul {
    margin: 0;
    padding: 0
}

.isures-list--prefer ul li {
    position: relative;
    margin: 0!important;
    list-style: none;
    padding: 4px 10px;
    color: #444B52;
    font-size: 14px;
    padding-left: 25px;
}

.isures-list--prefer * {
    color: #444B52;
    font-size: 14px;
}

.isures-list--prefer ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url(../images/checked-light.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.isures-giftbox--ctc_qty {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    font-style: italic;
}

.isures-list--prefer a {
    color: var(--isures-giftcolor-label)
}


/* dropdown */

.isures-giftbox--dropdown::before,
.isures-giftbox--dropdown::after {
    top: -20px;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.isures-giftbox--dropdown::before {
    border-color: rgba(231, 231, 231, 0);
    border-bottom-color: #ccc;
    border-width: 10px;
    margin-left: -10px;
}

.isures-giftbox--dropdown::after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -11px;
}

.isures-gift--promo_item_name {
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    color: #6d6d6d!important;
}

.isures-price--wrap {
    display: inline-block;
    color: var(--isures-giftcolor-label);
    font-weight: bold;
}

.isures-price--wrap * {
    color: var(--isures-giftcolor-label);
    font-size: 14px;
}

.isures-giftbox--close_dropdown {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #ffff;
    cursor: pointer;
}


/* Hide the browser's default checkbox */

.isures-check--gift_item {
    display: inline-block;
    position: relative;
    padding: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.isures-check--gift_item.isures-input--square input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
}


/* Create a custom checkbox */

.isures-check--gift_item.isures-input--square .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.isures-check--gift_item.isures-input--square:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.isures-check--gift_item.isures-input--square input:checked~.checkmark {
    background-color: #111;
}


/* Create the checkmark/indicator (hidden when not checked) */

.isures-check--gift_item.isures-input--square .checkmark:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    display: none;
}


/* Show the checkmark when checked */

.isures-check--gift_item.isures-input--square input:checked~.checkmark:after {
    display: block;
}

.isures-gift--check[disabled]~.checkmark {
    opacity: .7;
    cursor: not-allowed;
}

.isures-check--gift_item.isures-input--circle input[disabled] {
    cursor: not-allowed;
}


/* input type circle */

.isures-check--gift_item.isures-input--circle {
    width: 16px;
    height: 16px;
}

.isures-check--gift_item.isures-input--circle input {
    position: relative;
    border: none;
    margin: 2px 8px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 0;
    display: inline-block;
}

.isures-check--gift_item.isures-input--circle input:after,
.isures-check--gift_item.isures-input--circle input:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    width: 16px;
    height: 16px;
}

.isures-check--gift_item.isures-input--circle input::before {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    z-index: 2;
    transform: translate(-50%, -50%) scale(.68);
}

.isures-check--gift_item.isures-input--circle input:checked::before {
    background-color: #cb1c22;
}

.isures-check--gift_item.isures-input--circle input:after {
    position: relative;
    top: 0;
    border: 1px solid #97a3b9;
    background: #fff;
    z-index: 1;
}

.isures-check--gift_item.isures-input--circle input:checked:after {
    border-color: #cb1c22;
}


/* alert */

#isures-giftbox--wrap_fr.alert {
    animation: isures_alert 500ms infinite;
}

@keyframes isures_alert {
    0% {
        border-color: red
    }
    100% {
        border-color: yellow
    }
}

.isures-giftbox--choose_var,
.isures-giftbox_dropdown--choose_var {
    padding: 8px 15px;
    background: var(--isures-giftcolor-label);
    color: #fff;
    line-height: 1;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    display: inline-block;
}

.isures-close--dropdown {
    color: #333;
    padding: 8px 15px;
    line-height: 1;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    display: inline-block;
}

.isures-giftbox--choose_var:hover,
.isures-giftbox_dropdown--choose_var:hover {
    opacity: .7;
}

.isures-giftbox--choose_var.disabled,
.isures-giftbox_dropdown--choose_var.disabled {
    opacity: .6;
    cursor: not-allowed
}


/* cart */

dt.variation-Qutng,
dt.variation-gim {
    float: left;
    clear: both;
    margin-right: .25rem;
}

.variation-Qutng,
.variation-gim,
.variation-Qutng *,
.variation-gim * {
    text-transform: capitalize;
}


/* gifticon */

a.isures-icon--giftbox_fixed {
    position: fixed;
    right: 10px;
    top: 39%;
    display: block;
    width: 60px;
    height: 60px;
    z-index: 99;
    text-decoration: none;
    outline: none;
    animation: isures_gift_animate 1s infinite;
}

.devvn-popup-quickbuy a.isures-icon--giftbox_fixed {
    display: none!important;
    visibility: hidden!important;
}

a.isures-icon--giftbox_fixed:focus {
    outline: none!important;
    background-color: transparent!important;
    text-decoration: none!important;
}

a.isures-icon--giftbox_fixed svg {
    width: 100%;
    height: 100%;
}

span.isures-count--gift_item {
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    position: absolute;
    border-radius: 50%;
    bottom: -5px;
    left: -5px;
    font-size: 14px;
    font-weight: bold;
    z-index: 22;
    -webkit-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
}

@keyframes isures_gift_animate {
    0% {
        animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
        transform: scale(0.9099999999999999);
    }
    51% {
        animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
        transform: scale(1.02994);
    }
    100% {
        transform: scale(0.9099999999999999);
    }
}


/* giftbox in archive */

.isures-wrapgift--item,
.isures-attr--wrap {
    background: #f8f9fa;
    padding: 8px;
    border-radius: 6px;
    text-align: left;
}

span.isures-gift--item {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

span.isures-gift--item.active,
span.isures-gift--item:hover {
    -webkit-box-shadow: 0 0 0 1px #dee2e6;
    box-shadow: 0 0 0 1px #dee2e6;
}

.isures-promo--wrap p {
    font-size: 13px;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0;
}</pre></body></html>