
.v-select {
    position: relative;
    font-family: inherit
}

.v-select,
.v-select * {
    box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes vSelectSpinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.vs__fade-enter-active,
.vs__fade-leave-active {
    pointer-events: none;
    transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter,
.vs__fade-leave-to {
    opacity: 0
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
    cursor: not-allowed;
    background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions {
    padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear {
    margin-left: 6px;
    margin-right: 0
}

.v-select[dir=rtl] .vs__deselect {
    margin-left: 0;
    margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu {
    text-align: right
}

.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 0 0 4px;
    background: 0 0;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    white-space: normal
}

.vs__selected-options {
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative
}

.vs__actions {
    display: flex;
    align-items: center;
    padding: 4px 6px 0 3px
}

.vs--unsearchable .vs__dropdown-toggle {
    cursor: pointer
}

.vs--open .vs__dropdown-toggle {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vs__open-indicator {
    fill: rgba(60, 60, 60, .5);
    transform: scale(1);
    transition: transform .15s cubic-bezier(1, -.115, .975, .855);
    transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator {
    transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator {
    opacity: 0
}

.vs__clear {
    fill: rgba(60, 60, 60, .5);
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 8px
}

.vs__dropdown-menu {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    max-height: 350px;
    min-width: 160px;
    overflow-y: auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    border: 1px solid rgba(60, 60, 60, .26);
    border-top-style: none;
    border-radius: 0 0 4px 4px;
    text-align: left;
    list-style: none;
    background: #fff
}

.vs__no-options {
    text-align: center
}

.vs__dropdown-option {
    line-height: 1.42857143;
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #333;
    white-space: nowrap;
    cursor: pointer
}

.vs__dropdown-option--highlight {
    background: #5897fb;
    color: #fff
}

.vs__dropdown-option--deselect {
    background: #fb5858;
    color: #fff
}

.vs__dropdown-option--disabled {
    background: inherit;
    color: rgba(60, 60, 60, .5);
    cursor: inherit
}

.vs__selected {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    color: #333;
    line-height: 1.4;
    margin: 4px 2px 0;
    padding: 0 .25em;
    z-index: 0
}

.vs__deselect {
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 4px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: 0 0;
    fill: rgba(60, 60, 60, .5);
    text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected {
    background-color: transparent;
    border-color: transparent
}

.vs--single.vs--loading .vs__selected,
.vs--single.vs--open .vs__selected {
    position: absolute;
    opacity: .4
}

.vs--single.vs--searching .vs__selected {
    display: none
}

.vs__search::-webkit-search-cancel-button {
    display: none
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
    display: none
}

.vs__search,
.vs__search:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.4;
    font-size: 1em;
    border: 1px solid transparent;
    border-left: none;
    outline: none;
    margin: 4px 0 0;
    padding: 0 7px;
    background: 0 0;
    box-shadow: none;
    width: 0;
    max-width: 100%;
    flex-grow: 1;
    z-index: 1
}

.vs__search::-moz-placeholder {
    color: inherit
}

.vs__search:-ms-input-placeholder {
    color: inherit
}

.vs__search::placeholder {
    color: inherit
}

.vs--unsearchable .vs__search {
    opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search {
    cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
    opacity: .2
}

.vs__spinner {
    margin-left: 6px;
    align-self: center;
    font-size: 5px;
    text-indent: -9999em;
    overflow: hidden;
    border: 0.9em solid rgb(188, 97, 0);
    border-left-color: rgb(255 210 210 / 0%);
    transform: translateZ(0);
    -webkit-animation: vSelectSpinner 1.1s linear infinite;
    animation: vSelectSpinner 1.1s linear infinite;
    transition: opacity .1s;
}

.vs__spinner,
.vs__spinner:after {
    border-radius: 50%;
    width: 5em;
    height: 5em
}

.vs--loading .vs__spinner {
    opacity: 1
}

.cart-left-section {
    border-right: 1px solid #d9d9d9
}

@media(max-width:991px) {
    .cart-left-section {
        border-right: none;
        order: 1
    }
}

@media(min-width:991px) {
    .on-mobile .cart-left-section {
        border-right: none;
        order: 1
    }
}

.cart-left-section .address_book_icon {
    display: inline-block;
    margin-right: 3px;
    width: 16px
}

.cart-section {
    margin-top: 20px;
    padding: 0 20px
}

@media(max-width:991px) {
    .cart-section {
        padding: 0
    }
}

@media(min-width:991px) {
    .on-mobile .cart-section {
        padding: 0
    }
}

.checkout-btn {
    border-radius: 16px;
    height: 55px;
    width: 100%;
    padding: 15px 20px;
    background-color: #00a729;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all .2s
}

@media(max-width:991px) {
    .checkout-btn.fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1000;
        border-radius: 0!important;
        height: 60px!important;
        font-size: 1rem
    }
}

@media(min-width:991px) {
    .on-mobile .checkout-btn.fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1000;
        border-radius: 0!important;
        height: 60px!important;
        font-size: 1rem
    }
}

.checkout-btn:hover {
    background-color: #d9d9d9;
    color: #000
}

.checkout-btn:hover .checkout-btn__savings {
    color: #000
}

.checkout-btn:disabled {
    background-color: #d9d9d9
}

.checkout-btn__savings {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-style: italic;
    margin-top: 3px
}

@media(max-width:991px) {
    .checkout-btn__savings {
        margin-bottom: -5px
    }
}

@media(min-width:991px) {
    .on-mobile .checkout-btn__savings {
        margin-bottom: -5px
    }
}

.cart__column-left {
    display: flex;
    flex: 1
}

.cart__column-right {
    margin-left: 1.5rem;
    flex: 3
}

@media(max-width:991px) {
    .cart__column-right {
        margin-left: .5rem
    }
}

@media(min-width:991px) {
    .on-mobile .cart__column-right {
        margin-left: .5rem
    }
}

.cart-item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    padding: 0
}

.cart-item__select {
    font-size: .7rem!important;
    display: inline-block!important
}

.cart-item__select:not(:last-child) {
    margin-right: 3px!important
}

.cart-item__select .vs__dropdown-toggle {
    display: inline-flex!important;
    padding: 3px 6px!important;
    height: 30px!important;
    border-radius: 8px!important;
    border: 1px solid #000!important;
    margin-bottom: 5px!important
}

.cart-item__select .vs__search {
    width: 40px!important
}

.cart-item__select .vs__open-indicator {
    transform: scale(.5)!important
}

.cart-item__select .vs__selected {
    margin-top: 0!important;
    line-height: .7rem!important
}

.cart-item__select.vs--open .vs__open-indicator {
    transform: scale(.5) rotate(180deg)!important
}

.cart-item__select.vs--open .vs__selected {
    position: relative!important
}

.cart-item__select .vs__dropdown-menu {
    top: calc(100% - 11px)!important;
    padding-top: 10px!important;
    box-shadow: none!important;
    border-radius: 0 8px 8px 8px!important;
    border-top-style: solid!important
}

.cart-item__select .vs__actions {
    padding: 0!important
}

.cart-item__select .vs__selected~.vs__search {
    opacity: 0!important;
    pointer-events: none!important;
    width: 0!important
}

.cart-item__select .select-selected {
    border: 1px solid #040303 !important;
    border-radius: 10px !important;
    height: 29px !important;
    line-height: 27px !important;
    padding: 0 30px 0 14px;
}

.select-selected:after {
    top: 6px !important;
}

.quantity input {
    border: 0;
    background-color: transparent;
    pointer-events: none;
    text-align: center;
    flex: 1;
    max-width: 40px;
    position: relative;
    left: 10px;
}

@media(max-width:991px) {
    .cart-item__remove {
        right: 10px!important
    }
}

@media(min-width:991px) {
    .on-mobile .cart-item__remove {
        right: 10px!important
    }
}

.cart-item:not(:last-child) {
    margin-bottom: 2rem
}

.cart-item__block {
    height: 100%;
}

@media(max-width:991px) {
    .cart-item__block {
        padding-left: 14px
    }
}

@media(min-width:991px) {
    .on-mobile .cart-item__block {
        padding-left: 14px
    }
}

.cart-item__info {
    width: 100%
}

.cart-item__actions {
    width: 100%;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap
}

.cart-item__actions-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right
}

.cart-item__remove {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s;
    z-index: 3
}

.cart-item__remove:hover {
    transform: scale(1.2)
}

.cart-item__remove.disabled {
    cursor: not-allowed;
    color: #d9d9d9
}

.cart-item__thumbnail {
    border-radius: 20px
}

.cart-item__thumbnail-block {
    position: relative;
    width: 126px
}

.cart-item__thumbnail-quantity {
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: -10px;
    height: 20px;
    min-width: 20px;
    color: #fff;
    background-color: #000;
    padding: 2px 4px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s
}

.cart-item__title {
    font-weight: 700;
    font-size: .9rem;
    max-width: 85%;
    display: block
}

.cart-item__variant {
    font-size: .8rem
}

.cart-item__promo {
    margin: 5px 0;
    border: 1px solid #2f5acf;
    padding: 3px 6px;
    font-size: .7rem;
    border-radius: 8px;
    color: #2f5acf;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.cart-item__coolgift {
    margin: 10px 0
}

.cart-item__coolgift .label {
    font-weight: 400
}

.cart-item.selected .cart-item__thumbnail-quantity {
    background: #d9d9d9
}

.cart-item.selected .cart-item__thumbnail {
    filter: grayscale(1)
}

.cart-item.selected .custom-checkbox {
    border-color: #2f5acf
}

.cart-item.selected .cart-item__multiselect {
    opacity: 1
}

.cart-item__multiselect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    display: flex;
    opacity: 0
}

.cart-item__multiselect:hover {
    opacity: 1
}

.cart-item__multiselect .custom-checkbox {
    width: 40px;
    height: 40px;
    border-radius: 16px;
    flex: 0 0 40px
}

.cart-item__multiselect .checkmark {
    border-bottom: 4px solid #2f5acf;
    border-right: 4px solid #2f5acf;
    width: 12px;
    height: 20px
}

.cart-promotion-text {
    border: 1px solid #2f5acf;
    border-radius: 16px;
    padding: .5rem 1rem;
    color: #2f5acf;
    margin-top: 1.5rem;
    font-size: .9rem
}

.cart-promotion-text.dashed {
    border-style: dashed
}

.vue-select textarea.vs__dropdown-toggle::-webkit-scrollbar,
textarea.form-control::-webkit-scrollbar {
    display: none
}

.cart-addon-checkbox {
    margin-bottom: 1rem;
    padding: .5rem 1rem;
    border: 1px dashed #2f5acf;
    color: #2f5acf;
    border-radius: 16px;
    display: flex
}

.cart-addon-checkbox .custom-checkbox-label {
    margin-right: 10px
}

.vc-container {
    width: 480px!important;
    max-width: 90vw!important
}

.vc-container .vc-btn:not(.left) {
    background-color: #2f5acf!important;
    color: #fff!important
}

.product-suggets-wrapper {
    position: relative;
    border: 1px solid #ff2459;
    border-radius: 16px;
    margin-top: 1rem;
    padding: 8px 16px
}

.product-suggets-wrapper .product-suggets__tags {
    background-color: #ff2459;
    display: inline-flex;
    align-items: center;
    padding: 5px 20px;
    margin: 1rem 1rem 0;
    border-radius: 5px;
    color: #fff;
    height: 34px
}

.product-suggets-wrapper .product-suggets__tags svg {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    fill: #fff
}

.product-suggets-wrapper .product-suggets-body {
    padding: 0 1rem
}

.product-suggets-wrapper .product-suggets__heading {
    text-align: center
}

.product-suggets__select {
    font-size: .7rem;
    display: inline-block
}

.product-suggets__select:not(:last-child) {
    margin-right: 3px
}

.product-suggets__select .vs__dropdown-toggle {
    display: inline-flex;
    padding: 3px 6px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #000;
    margin-bottom: 5px
}

.product-suggets__select .vs__search {
    width: 40px
}

.product-suggets__select .vs__open-indicator {
    transform: scale(.5)
}

.product-suggets__select .vs__selected {
    margin-top: 0;
    line-height: .7rem
}

.product-suggets__select.vs--open .vs__open-indicator {
    transform: scale(.5) rotate(180deg)!important
}

.product-suggets__select.vs--open .vs__selected {
    position: relative
}

.product-suggets__select .vs__dropdown-menu {
    top: calc(100% - 11px);
    padding-top: 10px;
    box-shadow: none;
    border-radius: 0 8px 8px 8px;
    border-top-style: solid
}

.product-suggets__select .vs__actions {
    padding: 0
}

.product-suggets__image img {
    border-radius: 16px
}

.product-suggets__info {
    display: flex;
    width: 100%
}

.product-suggets__info-left {
    flex: 3
}

.product-suggets__info-wrapper {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    height: 100%
}

.product-suggets__prices {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .03em
}

.product-suggets__prices ins {
    text-decoration: none
}

.product-suggets__prices del {
    color: #c4c4c4;
    margin-left: 14px
}

.product-suggets__prices span {
    color: #ff3102;
    font-size: 80%;
    margin-left: 5px
}

.product-suggets__title {
    font-weight: 700;
    font-size: .9rem;
    max-width: 250px;
    display: block
}

.product-suggets__add-block {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.product-suggets__add-btn {
    border-radius: 16px;
    padding: 5px 20px;
    height: 31px;
    background-color: #2f5acf;
    color: #fff;
    border: none;
    font-size: 12px;
    cursor: pointer;
    transition: all .2s
}

.product-suggets__add-btn:active,
.product-suggets__add-btn:hover {
    outline: none;
    background-color: #000
}

.cart-promotion-campaign {
    border: 1px solid #ff2459;
    border-radius: 18px;
    padding: 1rem;
    margin-top: 15px
}

.cart-promotion-campaign__text {
    color: #ff2459;
    margin: 0 0 .5rem
}

.cart-promotion-campaign__tags {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 1.5em;
    background-color: #f9f86c;
    border-radius: 10px;
    font-weight: 700
}

.cart-promotion-campaign__grid {
    display: flex;
    padding-top: .5rem;
    margin-left: -.5rem;
    margin-right: -.5rem
}

@media(max-width:991px) {
    .cart-promotion-campaign__grid {
        padding-top: .5rem;
        margin-left: -.2rem;
        margin-right: -.2rem
    }
}

@media(min-width:991px) {
    .on-mobile .cart-promotion-campaign__grid {
        padding-top: .5rem;
        margin-left: -.2rem;
        margin-right: -.2rem
    }
}

.cart-promotion-campaign__item {
    padding: .5rem
}

@media(max-width:991px) {
    .cart-promotion-campaign__item {
        padding: .2rem
    }
}

@media(min-width:991px) {
    .on-mobile .cart-promotion-campaign__item {
        padding: .2rem
    }
}

.payment-method__item[data-v-688c05dd] {
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    padding: 15px 20px;
    cursor: pointer;
    transition: .2s all;
    opacity: .6;
    flex-wrap: wrap;
}

.payment-method__item.active .content {
    height: auto;
}

.payment-method__item .content {
    height: 0;
    overflow: hidden;
}

.payment-method__item.disabled[data-v-688c05dd] {
    cursor: not-allowed;
}

.payment-method__item.active[data-v-688c05dd],
.payment-method__item[data-v-688c05dd]:not(.disabled):hover {
    border: 1px solid #2f5acf;
    opacity: 1;
}

.payment-method__item.active .payment-method__item-custom-checkbox[data-v-688c05dd],
.payment-method__item:not(.disabled):hover .payment-method__item-custom-checkbox[data-v-688c05dd] {
    border: 1px solid #2f5acf;
}

.payment-method__item[data-v-688c05dd]:not(:last-child) {
    margin-bottom: 1rem;
}

.payment-method__item-icon-wrapper[data-v-688c05dd] {
    margin: 0 1.5rem;
}

.payment-method__item-icon-wrapper img[data-v-688c05dd] {
    min-width: 35px;
    max-height: 35px;
    max-width: 55px;
}

.coolgift-wrapper[data-v-6050635e] {
    margin: 1rem 0;
    border: 1px dashed #d9d9d9;
    padding: 1rem;
    border-radius: 16px;
}

.coolgift-label-wrapper[data-v-6050635e] {
    margin-right: 5px;
}

.coolgift-tooltip-toggle[data-v-6050635e] {
    cursor: pointer;
}

.coolgift-info[data-v-6050635e] {
    margin-top: 1rem;
    display: flex;
}

.coolgift-info .text-green[data-v-6050635e] {
    color: #479d34;
}

.coolgift-info img[data-v-6050635e] {
    width: 120px;
    margin-right: 20px;
}

.address-block[data-v-d4de2f5a] {
    position: relative;
    transition: .2s all;
}

.address-block .address-autocomplete[data-v-d4de2f5a] {
    z-index: 5;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0 0 16px 16px;
    border: 1px solid #d9d9d9;
    position: absolute;
    width: 100%;
    background: white;
    top: 25px;
    padding-top: 14px;
}

.address-block .address-autocomplete~input[data-v-d4de2f5a] {
    position: relative;
    z-index: 6;
}

.address-block .address-autocomplete-item[data-v-d4de2f5a] {
    padding: 8px 20px;
}

.address-block .address-autocomplete-item[data-v-d4de2f5a]:hover {
    background-color: #d9d9d9;
    cursor: pointer;
}

.address-block .address-autocomplete-item[data-v-d4de2f5a]:hover:last-child {
    border-radius: 0 0 16px 16px;
}

.address-autocomplete-inner[data-v-d4de2f5a] {
    height: 100px;
    border-radius: 0 0 16px 16px;
    border: 1px solid #d9d9d9;
    position: absolute;
    width: 100%;
    background: white;
    z-index: 5;
    top: 27px;
}

.discount-block+div[data-v-02c3f660] {
    margin-top: calc(1.5rem - 10px);
}

.discount-block .coupon-wishlist[data-v-02c3f660] {
    border: 1px dashed #2f5acf;
    border-radius: 16px;
    padding: .5rem 1rem;
    margin-top: 1.5rem;
}

.discount-block .coupon-wishlist .coupon-block-title[data-v-02c3f660] {
    color: #2f5acf;
    margin-bottom: 5px;
}

.discount-block .coupon-wishlist .coupons .coupon[data-v-02c3f660]:not(:last-child) {
    margin-bottom: 5px;
    margin-right: 5px;
}

.discount-block .coupon-public[data-v-02c3f660] {
    margin-top: calc(1.5rem - 10px);
}

.discount-block .coupon-public~.voucher-wallet-toggle-block[data-v-02c3f660] {
    margin-top: 0;
}

.discount-block .coupon-public .coupons[data-v-02c3f660] {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-overflow-scrolling: touch;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.discount-block .coupon-public .coupons[data-v-02c3f660]::-webkit-scrollbar {
    height: 5px;
}

.discount-block .coupon-public .coupons[data-v-02c3f660]::-webkit-scrollbar-track {
    background: #fff;
}

.discount-block .coupon-public .coupons[data-v-02c3f660]::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

.discount-block .coupon-public .coupons[data-v-02c3f660]:hover {
    /* Track */
}

.discount-block .coupon-public .coupons[data-v-02c3f660]:hover::-webkit-scrollbar-thumb {
    background: #a9a9a9;
}

.discount-block .coupon-public .coupons[data-v-02c3f660]:hover::-webkit-scrollbar-track {
    background: #D9D9D9;
}

.discount-block .coupon-public .coupons[data-v-02c3f660]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.discount-block .coupon-public .coupons .coupon[data-v-02c3f660] {
    display: flex;
    border: 2px solid black;
    border-radius: 16px;
    cursor: pointer;
    transition: all .2s;
}

.discount-block .coupon-public .coupons .coupon[data-v-02c3f660]:hover {
    border: 2px solid #8e8e8e;
    background-color: #8e8e8e;
    color: #231f20;
}

.discount-block .coupon-public .coupons .coupon:hover .coupon-left[data-v-02c3f660] {
    border-color: #ccc;
}

.discount-block .coupon-public .coupons .coupon:hover .coupon-left[data-v-02c3f660]:before {
    border-top: 2px solid #8e8e8e;
    border-right: 2px solid #8e8e8e;
    border-bottom: 2px solid #0000;
    border-left: 2px solid #0000;
}

.discount-block .coupon-public .coupons .coupon:hover .coupon-right[data-v-02c3f660]:after {
    border-top: 2px solid #0000;
    border-right: 2px solid #0000;
    border-bottom: 2px solid #8e8e8e;
    border-left: 2px solid #8e8e8e;
}

.discount-block .coupon-public .coupons .coupon:hover .coupon-right .coupon-description[data-v-02c3f660] {
    color: #231f20;
}

.discount-block .coupon-public .coupons .coupon:hover .coupon-right .coupon-available[data-v-02c3f660] {
    color: #231f20;
}

.discount-block .coupon-public .coupons .coupon.active[data-v-02c3f660] {
    background-color: #2f5acf;
    border: 2px solid #2f5acf;
    color: white;
}

.discount-block .coupon-public .coupons .coupon.active .coupon-left[data-v-02c3f660] {
    border-color: #ccc;
}

.discount-block .coupon-public .coupons .coupon.active .coupon-left[data-v-02c3f660]:before {
    border-top: 2px solid #2f5acf;
    border-right: 2px solid #2f5acf;
    border-bottom: 2px solid #0000;
    border-left: 2px solid #0000;
}

.discount-block .coupon-public .coupons .coupon.active .coupon-right[data-v-02c3f660]:after {
    border-top: 2px solid #0000;
    border-right: 2px solid #0000;
    border-bottom: 2px solid #2f5acf;
    border-left: 2px solid #2f5acf;
}

.discount-block .coupon-public .coupons .coupon.active .coupon-right .coupon-description[data-v-02c3f660] {
    color: #fff;
}

.discount-block .coupon-public .coupons .coupon.active .coupon-right .coupon-available[data-v-02c3f660] {
    color: #fff;
}

.discount-block .coupon-public .coupons .coupon[data-v-02c3f660]:not(:last-child) {
    margin-right: 1rem;
}

.discount-block .coupon-public .coupons .coupon-left[data-v-02c3f660] {
    flex: 1;
    border-right: 2px dashed black;
    min-width: 20px;
    max-width: 20px;
    position: relative;
}

.discount-block .coupon-public .coupons .coupon-left[data-v-02c3f660]:before {
    content: '';
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: white;
    top: 50%;
    left: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #0000;
    border-left: 2px solid #0000;
    border-radius: 100em;
}

@media (max-width: 991px) {
    .discount-block .coupon-public .coupons .coupon-left[data-v-02c3f660]:before {
        left: -2px;
    }
}

@media (min-width: 991px) {
    .on-mobile .discount-block .coupon-public .coupons .coupon-left[data-v-02c3f660]:before {
        left: -2px;
    }
}

.discount-block .coupon-public .coupons .coupon-right[data-v-02c3f660] {
    flex: 2;
    padding: .5rem 1rem .5rem 1rem;
    position: relative;
}

.discount-block .coupon-public .coupons .coupon-right .coupon-title[data-v-02c3f660] {
    font-size: 12px;
    font-weight: bold;
}

.discount-block .coupon-public .coupons .coupon-right .coupon-count[data-v-02c3f660] {
    font-weight: normal;
    font-size: 0.8em;
}

.discount-block .coupon-public .coupons .coupon-right .coupon-description[data-v-02c3f660] {
    font-size: 10px;
    color: #999;
    display: block;
    min-width: 135px;
    transition: .2s all;
}

.discount-block .coupon-public .coupons .coupon-right .coupon-available[data-v-02c3f660] {
    font-size: 10px;
    color: black;
    display: block;
    min-width: 135px;
}

.discount-block .coupon-public .coupons .coupon-right[data-v-02c3f660]:after {
    content: '';
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: white;
    top: 50%;
    right: -2px;
    transform: translate(48.5%, -50%) rotate(45deg);
    position: absolute;
    border-top: 2px solid #0000;
    border-right: 2px solid #0000;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-radius: 100em;
}

@media (max-width: 991px) {
    .discount-block .coupon-public .coupons .coupon-right[data-v-02c3f660]:after {
        transform: translate(50%, -50%) rotate(45deg);
    }
}

@media (min-width: 991px) {
    .on-mobile .discount-block .coupon-public .coupons .coupon-right[data-v-02c3f660]:after {
        transform: translate(50%, -50%) rotate(45deg);
    }
}

.discount-block .discount-box[data-v-02c3f660] {
    width: 100%;
    height: 39px;
    margin-top: 1rem;
    position: relative;
    font-size: .9rem;
}

.discount-block .discount-box[data-v-02c3f660]:after {
    clear: both;
}

.discount-block .discount-box input[data-v-02c3f660] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 20px;
    width: 70%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid black;
    z-index: 3;
}

.discount-block .discount-box input[data-v-02c3f660]:active,
.discount-block .discount-box input[data-v-02c3f660]:focus {
    outline: none;
    border: 1px solid #2f5acf;
}

.discount-block .discount-box input[data-v-02c3f660]:disabled {
    background-color: white;
    border: 1px solid #d9d9d9;
}

.discount-block .discount-box button[data-v-02c3f660] {
    width: 35%;
    height: 100%;
    color: white;
    padding: 5px 20px 5px calc(20px + 3%);
    border-radius: 0 16px 16px 0;
    border: 1px solid black;
    background-color: black;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: .2s all;
}

.discount-block .discount-box button[data-v-02c3f660]:active,
.discount-block .discount-box button[data-v-02c3f660]:focus {
    outline: none;
}

.discount-block .discount-box button[data-v-02c3f660]:not(:disabled):hover {
    background-color: #d9d9d9;
    color: black;
    border: 1px solid #d9d9d9;
}

.discount-block .discount-box button[data-v-02c3f660]:disabled {
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    cursor: not-allowed;
}

.discount-block .remove-discount[data-v-02c3f660] {
    display: block;
    color: black;
    cursor: pointer;
    margin-top: .5rem;
    flex: 1;
    transition: .2s all;
}

@media (max-width: 991px) {
    .discount-block .remove-discount[data-v-02c3f660] {
        flex: 2;
    }
}

@media (min-width: 991px) {
    .on-mobile .discount-block .remove-discount[data-v-02c3f660] {
        flex: 2;
    }
}

.discount-block .remove-discount[data-v-02c3f660]:hover {
    color: red;
}

.discount-block .discount-actions[data-v-02c3f660] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.discount-block .wishlist-text[data-v-02c3f660] {
    color: #2f5acf;
    display: flex;
    cursor: pointer;
    margin-top: .5rem;
    flex: 1;
    align-items: center;
}

.discount-block .wishlist-text img[data-v-02c3f660] {
    height: 14px;
    display: inline-block;
    margin-right: 5px;
}

.discount-block .wishlist-text~.remove-discount[data-v-02c3f660] {
    text-align: right;
    border-left: 1px solid #ccc;
}

.divider[data-v-5598cbab] {
    margin: 1rem 0;
    border: none;
    border-top: 1px solid #D9D9D9;
    height: 1px;
}

@-webkit-keyframes pulse-data-v-2475accb {
    0% {
        background-color: #eee;
    }
    50% {
        background-color: #dfdfdf;
    }
    100% {
        background-color: #eee;
    }
}

@keyframes pulse-data-v-2475accb {
    0% {
        background-color: #eee;
    }
    50% {
        background-color: #dfdfdf;
    }
    100% {
        background-color: #eee;
    }
}

.pricing-info__item[data-v-2475accb] {
    display: flex;
    justify-content: space-between;
}

.pricing-info__item[data-v-2475accb]:not(:last-child) {
    margin: 0 0 1rem 0;
}

.pricing-info__item p[data-v-2475accb] {
    margin: 0;
}

.pricing-info__item p[data-v-2475accb]:nth-child(1) {
    text-align: left;
}

.pricing-info__item p[data-v-2475accb]:nth-child(2) {
    text-align: right;
}

.pricing-info__item p.loading[data-v-2475accb] {
    background-color: #eee;
    -webkit-animation: pulse-data-v-2475accb 1s infinite;
    animation: pulse-data-v-2475accb 1s infinite;
    width: 100px;
    border-radius: 16px;
}

.pricing-info__item p.loading span[data-v-2475accb] {
    display: none;
}

.pricing-info__item.pricing-info__total p[data-v-2475accb]:nth-child(2) {
    font-size: 1.3rem;
}

.pricing-info__coolclub[data-v-2475accb] {
    background-color: black;
    color: white;
    border-radius: 8px;
    padding: 3px 10px;
}

.pricing-info__saving[data-v-2475accb] {
    display: block;
    font-size: 12px;
    white-space: nowrap;
}

.--savior-overlay-transform-reset {
    transform: none !important;
}

.--savior-overlay-z-index-top {
    z-index: 2147483643 !important;
}

.--savior-overlay-position-relative {
    position: relative;
}

.--savior-overlay-overflow-x-visible {
    overflow-x: visible !important;
}

.--savior-overlay-overflow-y-visible {
    overflow-y: visible !important;
}

.--savior-overlay-z-index-reset {
    z-index: 2147483643 !important;
}

.--savior-overlay-display-none {
    display: none !important;
}

.--savior-overlay-clearfix {
    clear: both;
}

.--savior-overlay-reset-filter {
    filter: none !important;
    backdrop-filter: none !important;
}

.--savior-tooltip-host {
    z-index: 9999;
    position: absolute;
    top: 0;
}


/*Override css styles for Twitch.tv*/

main.--savior-overlay-z-index-reset {
    z-index: auto !important;
}

main.--savior-overlay-z-index-top {
    z-index: auto !important;
}

main.--savior-overlay-z-index-top .channel-root__player-container+div,
main.--savior-overlay-z-index-top .video-player-hosting-ui__container+div {
    opacity: 0.1;
}


/*Dirty hack for facebook big video page e.g: https://www.facebook.com/abc/videos/...*/

.--savior-backdrop {
    position: fixed;
    z-index: 2147483642 !important;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.15s ease-in;
}

.--savior-overlay-twitter-video-player {
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}


/* Fix conflict css with zingmp3 */

.zm-video-modal.--savior-overlay-z-index-reset {
    position: absolute;
}


/* Dirty hack for xvideos99 */

#page #main.--savior-overlay-z-index-reset {
    z-index: auto !important;
}


/* Overlay for ok.ru */

#vp_w.--savior-overlay-z-index-reset.media-layer.media-layer__video {
    position: absolute;
    overflow-y: hidden;
}


/* Fix missing controller for tv.naver.com */

.--savior-overlay-z-index-top.rmc_controller,
.--savior-overlay-z-index-top.rmc_setting_intro,
.--savior-overlay-z-index-top.rmc_highlight,
.--savior-overlay-z-index-top.rmc_control_settings {
    z-index: 2147483644 !important;
}


/* Dirty hack for douyi.com */

.swiper-wrapper.--savior-overlay-z-index-reset .swiper-slide:not(.swiper-slide-active),
.swiper-wrapper.--savior-overlay-transform-reset .swiper-slide:not(.swiper-slide-active) {
    display: none;
}

.videoWrap+div>div {
    pointer-events: unset;
}


/* Dirty hack for fpt.ai */

.mfp-wrap.--savior-overlay-z-index-top {
    position: relative;
}

.mfp-wrap.--savior-overlay-z-index-top .mfp-close {
    display: none;
}

.mfp-wrap.--savior-overlay-z-index-top .mfp-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.dummy-cart-item[data-v-74477e59] {
    margin-bottom: 1.5rem;
}

.dummy-cart-item__thumbnail-block[data-v-74477e59] {
    position: relative;
    width: 100%;
}

.dummy-cart-item__thumbnail[data-v-74477e59] {
    width: 100%;
    height: 100px;
    border-radius: 16px;
    background-color: #eee;
}

.dummy-cart-item__thumbnail-quantity[data-v-74477e59] {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 20px;
    background-color: #ddd;
}

.dummy-cart-item__block[data-v-74477e59] {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    height: 100%;
}

.dummy-cart-item__title[data-v-74477e59],
.dummy-cart-item__price[data-v-74477e59],
.dummy-cart-item__variant[data-v-74477e59] {
    height: 1rem;
    width: 100%;
    border-radius: 16px;
    background-color: #eee;
}

.dummy-cart-item__thumbnail[data-v-74477e59],
.dummy-cart-item__title[data-v-74477e59],
.dummy-cart-item__price[data-v-74477e59],
.dummy-cart-item__variant[data-v-74477e59] {
    -webkit-animation: fade-pulse 1s infinite;
    animation: fade-pulse 1s infinite;
}

.dummy-cart-item__info[data-v-74477e59],
.dummy-cart-item__actions[data-v-74477e59] {
    width: 100%;
}

.dummy-cart-item__variant[data-v-74477e59] {
    margin-top: .5rem;
    width: 30%;
}

.dummy-cart-item__actions[data-v-74477e59] {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.dummy-cart-item__title[data-v-74477e59] {
    width: 80%;
}

.dummy-cart-item__price[data-v-74477e59] {
    width: 30%;
}

.apply-col {
    background-color: #f8f8f8;
    border-radius: 16px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.apply-box {
    width: 100%;
    max-width: 500px;
    height: 39px;
    position: relative;
    font-size: .9rem;
}

.apply-box:after {
    clear: both;
}

.apply-box input {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 20px;
    width: 70%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid black;
    z-index: 3;
}

.apply-box input:active,
.apply-box input:focus {
    outline: none;
    border: 1px solid #2f5acf;
}

.apply-box input:disabled {
    background-color: white;
    border: 1px solid #d9d9d9;
}

.apply-box button {
    width: 35%;
    height: 100%;
    color: white;
    padding: 5px 20px 5px calc(20px + 3%);
    border-radius: 0 16px 16px 0;
    border: 1px solid black;
    background-color: black;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: .2s all;
}

.apply-box button:active,
.apply-box button:focus {
    outline: none;
}

.apply-box button:not(:disabled):hover {
    background-color: #d9d9d9;
    color: black;
    border: 1px solid #d9d9d9;
}

.apply-box button:disabled {
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    cursor: not-allowed;
}

.product-promotion-wrapper[data-v-5232d53d] {
    position: relative;
    border: 1px solid #FF2459;
    border-radius: 16px;
    margin-top: 1rem;
}

.product-promotion-wrapper .product-promotion__tags[data-v-5232d53d] {
    background-color: #FF2459;
    display: inline-flex;
    align-items: center;
    padding: 5px 20px;
    margin: 1rem 1rem 0;
    border-radius: 5px;
    color: white;
    height: 34px;
}

.product-promotion-wrapper .product-promotion__tags svg[data-v-5232d53d] {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    fill: white;
}

.product-promotion-wrapper .product-promotion-body[data-v-5232d53d] {
    padding: 0 1rem;
}

.product-promotion-wrapper .product-promotion__heading[data-v-5232d53d] {
    text-align: center;
}

.product-promotion__select {
    font-size: .7rem;
    display: inline-block;
}

.product-promotion__select:not(:last-child) {
    margin-right: 3px;
}

.product-promotion__select .vs__dropdown-toggle {
    display: inline-flex;
    padding: 3px 6px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid black;
    margin-bottom: 5px;
}

.product-promotion__select .vs__search {
    width: 40px;
}

.product-promotion__select .vs__open-indicator {
    transform: scale(0.5);
}

.product-promotion__select .vs__selected {
    margin-top: 0;
    line-height: .7rem;
}

.product-promotion__select.vs--open .vs__open-indicator {
    transform: scale(0.5) rotate(180deg) !important;
}

.product-promotion__select.vs--open .vs__selected {
    position: relative;
}

.product-promotion__select .vs__dropdown-menu {
    top: calc(100% - 11px);
    padding-top: 10px;
    box-shadow: none;
    border-radius: 0 8px 8px 8px;
    border-top-style: solid;
}

.product-promotion__select .vs__actions {
    padding: 0;
}

.product-promotion__select .vs__selected~.vs__search {
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
}

.product-promotion__percent {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #fe2359;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    border-radius: 10px;
    padding: 1px 6px;
}

.product-promotion__item[data-v-31b623c8] {
    margin-bottom: 1rem;
}

.product-promotion__image img[data-v-31b623c8] {
    border-radius: 16px;
    width: 126px;
}

.product-promotion__info[data-v-31b623c8] {
    display: flex;
    width: 100%;
}

.product-promotion__info-left[data-v-31b623c8] {
    flex: 3;
}

.product-promotion__info-wrapper[data-v-31b623c8] {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    height: 100%;
}

.product-promotion__prices[data-v-31b623c8] {
    flex: 1;
}

.product-promotion__prices span[data-v-31b623c8],
.product-promotion__prices del[data-v-31b623c8] {
    display: block;
}

.product-promotion__prices del[data-v-31b623c8] {
    color: #ccc;
    font-size: .8rem;
}

.product-promotion__title[data-v-31b623c8] {
    font-weight: bold;
    font-size: .9rem;
    max-width: 250px;
    display: block;
}

.product-promotion__add-block[data-v-31b623c8] {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.product-promotion__add-btn[data-v-31b623c8] {
    border-radius: 16px;
    padding: 5px 20px;
    height: 31px;
    background-color: #2f5acf;
    color: white;
    border: none;
    font-size: 12px;
    cursor: pointer;
    transition: .2s all;
}

.product-promotion__add-btn[data-v-31b623c8]:active,
.product-promotion__add-btn[data-v-31b623c8]:hover {
    outline: none;
    background-color: black;
}

.quantity-box[data-v-3e8bcd48] {
    background: #FFFFFF;
    border: 1px solid black;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    height: 25px;
    width: 77px;
    justify-content: center;
}

.quantity-box__decrease[data-v-3e8bcd48],
.quantity-box__increase[data-v-3e8bcd48] {
    display: flex;
    height: 100%;
    width: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    transition: .2s all;
    border: none;
    background-color: white;
    padding: 0;
    border: 0;
    background-color: #fff0;
}

@media screen and (max-width: 768px) {
    .quantity-box__decrease[data-v-3e8bcd48],
    .quantity-box__increase[data-v-3e8bcd48] {
        padding: 0 !important;
    }
}

.quantity-box__decrease[data-v-3e8bcd48]:disabled,
.quantity-box__increase[data-v-3e8bcd48]:disabled {
    cursor: not-allowed;
}

.quantity-box__decrease[data-v-3e8bcd48] {
    border-radius: 8px 0 0 8px;
}

.quantity-box__increase[data-v-3e8bcd48] {
    border-radius: 0 8px 8px 0;
}

.quantity-box input[data-v-3e8bcd48] {
    border: none;
    padding: 5px 0;
    margin: 0;
    height: 100%;
    width: 25px;
    text-align: center;
    font-size: .8rem;
}

.quantity-box input[data-v-3e8bcd48]:focus,
.quantity-box input[data-v-3e8bcd48]:active {
    outline: none;
}

.quantity-box input[data-v-3e8bcd48]:disabled {
    background-color: transparent;
}

.alert-coupon p {
    border: 1px solid #a50000;
    padding: 7px;
    text-align: justify;
    border-radius: 15px;
    background: #f7f1f1;
    color: #120d0d;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #f3f1f100 !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 9px !important;
}

.select2-dropdown {
    border-left: 1px solid #d9d9d9 !important;
    border-right: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px;
}

.alert-checkout {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #c97800;
    border-radius: 11px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.alert-checkout.success {
    background: #b8ffb8;
    border: 1px solid #a0d1a0;
    box-shadow: -4px -2px 11px 4px green;
}

.alert-checkout.error {
    color: #ffffff;
    border: 1px solid #ed5f41;
    background: #ed4e4e;
    box-shadow: -4px -2px 11px 4px #ef6557;
}