    .shopview-reviews__write-review .shopview-reviews-rating>span {
        cursor: pointer;
    }
    .main-img .lazyload{
        background: #f3f3f3
    }
    .write-review-loading::after {
        content: "";
        position: absolute;
        width: 33px;
        height: 33px;
        border: 2px solid #bbb;
        border-top-color: #f0f0f0;
        border-radius: 50%;
        animation: rolling 1s linear infinite;
    }

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

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

    .product-snippet__title-normal+.shopview-reviews-rating-wrap {
        margin-top: 8px;
        margin-bottom: 2px;
    }

    .product-info__header_title+.shopview-reviews-rating-wrap {
        margin-top: 16px;
    }

    .product-snippet .shopview-reviews-rating-wrap {
        width: 100%;
    }

    .shopview-reviews-rating>span {
        display: inline-block;
        position: relative;
        outline: none;
        user-select: none;
        line-height: 1em;
        font-family: monospace;
        text-align: center;
    }

    .shopview-reviews__rating-active svg:nth-child(2) {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
    }

    .shopview-reviews__rating-active img{
        width: 25px;
        height: 25px;
    }

    .shopview-reviews__rating-view {
        font-size: 14px;
        margin-left: 10px;
    }

    .product-info__header_title~.shopview-reviews-rating-wrap .shopview-reviews__rating-num,
    .product-info__header_title~.shopview-reviews-rating-wrap {
        cursor: pointer;
    }

    .product-info__header_title~.shopview-reviews-rating-wrap:hover .shopview-reviews__rating-num {
        border-bottom-color: var(--color-review);
    }

    .shopview-reviews-container .shopview-reviews-header_instructions {
        word-break: break-word;
        margin-bottom: 32px;
    }

    .shopview-reviews-header__rating_sum-rating {
        background: var(--color-review);
    }

    .shopview-reviews-distributions-rating__progress,
    .shopview-reviews-distributions-rating__progress::-webkit-progress-bar {
        background-color: rgba(0, 0, 0, 0.32);

    }

    .shopview-reviews-distributions-rating__progress::-webkit-progress-value {
        background-color: var(--color-review);

    }

    .shopview-reviews-distributions-rating__progress::-moz-progress-bar {
        background-color: var(--color-review);
    }

    .shopview-reviews-tab {
        border-bottom: 0px;
    }

    .shopview-reviews-tab__list {
        border-bottom: 1px solid #e5e5e5;
    }

    @media (min-width: 960px) {
        .shopview-reviews-tab {
            border-bottom: 1px solid #e5e5e5;
        }

        .shopview-reviews-tab__list {
            border-bottom: 0px;
        }
    }

    .shopview-reviews-tab__item {
        line-height: 1;
        padding-bottom: 20px;
        margin-right: 40px;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
    }

    .shopview-reviews-tab__item_on {
        color: rgba(39, 38, 38, 1);
        font-weight: bold;
        box-shadow: inset 0 -1px 0 0 rgba(39, 38, 38, 1), 0px 1px 0 rgba(39, 38, 38, 1)
    }

    .shopview-reviews-list {
        margin: 0;
        padding: 0;
        list-style: none;
        padding-inline-start: 0;
    }

    .shopview-reviews-list__item_header-img {
        height: 40px;
        width: 40px;
        border-radius: 22px;
        color: #666;
        background-color: #e9e9e9;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
    }

    .shopview-reviews-list__item_img-list {
        list-style: none;
        font-size: 14px;
        padding-inline-start: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .shopview-reviews-list__item_img-item {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: zoom-in;
        flex-shrink: 0;
    }

    .shopview-reviews-list__item_img-item img {
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
    }

    .shopview-reviews-pagination {
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1;
    }

    .shopview-reviews-pagination__item {
        position: relative;
        padding: 0 12px;
    }

    .shopview-reviews-pagination__item:hover {
        cursor: pointer;
        color: var(--color-general-text);
    }

    .shopview-reviews-pagination__item_on {
        color: #FFC700 !important;
        font-weight: bold;
    }

    .shopview-reviews-pagination__first,
    .shopview-reviews-pagination__last,
    .shopview-reviews-pagination__prev,
    .shopview-reviews-pagination__next {
        opacity: 0.25;
        position: relative;
        width: 10px;
        height: 10px;
    }

    .shopview-reviews-pagination__first::after,
    .shopview-reviews-pagination__first::before,
    .shopview-reviews-pagination__last::after,
    .shopview-reviews-pagination__last::before,
    .shopview-reviews-pagination__prev::after,
    .shopview-reviews-pagination__next::after {
        position: absolute;
        left: 0;
        top: 0;
    }

    .shopview-reviews-pagination__last,
    .shopview-reviews-pagination__next {
        transform: rotate(180deg);
    }

    .shopview-reviews-pagination__first::after,
    .shopview-reviews-pagination__last::after,
    .shopview-reviews-pagination__prev::after,
    .shopview-reviews-pagination__next::after {
        content: '';
        border: 2px solid var(--color-general-text);
        border-right: none;
        border-bottom: none;
        transform: rotate(-45deg);
        width: 6.5px;
        height: 6.5px;
        left: 5px;
        top: 2px;
    }

    .shopview-reviews-pagination__first::before,
    .shopview-reviews-pagination__last::before {
        content: '';
        border: 2px solid var(--color-general-text);
        border-right: none;
        border-bottom: none;
        border-top: none;
        width: 0;
        height: 10px;
        margin-right: 4px;
    }

    .shopview-reviews-pagination__prev::after,
    .shopview-reviews-pagination__next::after {
        left: 0;
    }

    .shopview-reviews-icon-like {
        margin: 0 8px 0 20px;
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAnRJREFUWAnFlstrE1EUxjuTmsSIj00jwYXmYSJKQchCwZX+By5E3LkTty4ENxKwCxfduXEhiFnqRlBBu2mlPhYSoYUohDwE40YXSUFa2zzG30maMjO5mbQZOnPhJPec79zzfffcyZ1MTbkciUTiDraGraZSqYt7LafvdYE5P5fL6YZhzGFHsNlut/sOIafNOePmgXEJTni9Xj8B8V1TToj50Waz+dIUc5y66gA7jimqX8tmswcUcWXIlQB2f0FR9WCj0TiliCtDrgRomnZVVRVh+y8gmUxeguiKSoCu621VXBWbuAOQP1AVlBidaY7C7PGJBLD76wi4bC828AOBwP4J4LI5C/mTAZn9m91vxWKxn/b4KF8bBajikM/w0/uAgLQK346t1Gq18w64Bdr1EcTj8eOQL44hl/P/ZGEY40wLnslkDrfb7ZMU3+kIhTYqlUpZcLly8/n8K/Bz4jsNcn5xHc865VDbCIfDP4rF4l+N5BskP2WhXKOWQeK9arX6MJ1On2m1Wt8toEuH2pvYzWmI56k1RC71wXpn2el0DrnkG1q+veF5eQaODaHeBYIi4I93fFYmuvBV5xx8EwD3Z187gIBl+Ufz29oYz7x1BHz0rQOQL5XL5U3enLovHUDAW+m1bx3gjfmmJ8CPZ0DOvlQqVX3rAAKeCbkMPRQKef0M/KPrz/v0CIhEIl5fRC94wa3tCCgUCus4Yp4M2v/ITCS/AhmeHAPky+z+S5+y/9kTAODJMXDnzJnJZT4QsGIHxEeYoYpPEqPWY26+BfvanoBgMHgf4D3WMSVsMH8tfjQa/UaBognb1ZQ1W9gqO79F62+rFv0HTa7RgTTLPI4AAAAASUVORK5CYII=) no-repeat;
        background-size: 100%;
        opacity: 0.4;
        cursor: pointer;
    }

    .shopview-reviews-icon-like_on {
        opacity: 1;
    }

    .review-product-item.on:after {
        background-color: #000000;
    }

    .shopview-reviews-opacity {
        opacity: 0.32;
    }

    .shopview-reviews-placeholder-color::-moz-placeholder {
        color: rgba(0, 0, 0, 0.32);
    }

    .shopview-reviews-placeholder-color:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.32);
    }

    .shopview-reviews-placeholder-color::placeholder {
        color: rgba(0, 0, 0, 0.32);
    }

    @media (min-width: 960px) {
        .product-info__header_title+.shopview-reviews-rating-wrap {
            margin-top: 20px;
        }

        .shopview-reviews-list__item {
            border-bottom: 1px solid #e5e5e5;
        }

        .shopview-reviews__rating-view {
            font-size: 16px;
            margin-left: 10px;
        }

        .shopview-reviews__write-review {
            width: 650px;
            max-height: 640px;
        }
    }

    .comment-form-content-star{
        width: 16px;
        height: 16px;
    }
    .shopview-reviews-container *,
    .shopview-reviews-container ::after,
    .shopview-reviews-container ::before {
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .shopview-reviews-container {
        flex-grow: 1;
        width: 100%;
    }

    @media (max-width: 767.98px) {
        .row .shopview-reviews-container {
            padding: 0 15px;
        }

        .shopview-reviews-list__item_img-list{
            flex-flow: column;
        }

        .shopview-reviews-list__item_img-item{
            margin-left: 0px !important;
            margin-bottom: 10px;
        }
        .product-detail {
            max-width: 100% !important;
        }
    }

    .shopview-reviews {
        box-sizing: border-box;
        color: #212121;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .shopview-reviews .show {
        display: block;
    }

    .shopview-reviews .rotate180 {
        transform: rotate(-180deg);
    }

    .shopview-reviews-tags__h5 {
        margin: 40px 0 0;
        color: #212121;
        font-size: 14px;
    }

    .shopview-reviews-tags {
        color: #212121;
        font-weight: bold;
        margin: 10px 0 -10px;
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .shopview-reviews-tags__item {
        display: inline-block;
        background: #eee;
        border-radius: 4px;
        padding: 10px 20px;
        font-size: 12px;
        margin: 0 10px 10px 0;
    }

    .shopview-reviews-tags__item:last-child {
        margin-right: 0;
    }

    .shopview-reviews-sort__text {
        float: right;
        position: relative;
        outline: none;
    }

    @media (max-width: 767.98px) {
        .shopview-reviews-sort__text {
            min-width: 22px;
            width: 22px;
            height: 14px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAA4CAYAAAB5YT9uAAAABGdBTUEAALGPC/xhBQAAAZ1JREFUeAHt2rFOhEAQxnEPLpdYWBkgJkcBNBT6ALyMta0vYm1t4lPY0GFvy3U0QHKtCRgQykn2ik1mLeR/3ezefpf5Zaud2yVJMl9ZfHzfL+q6/jQdSdP0eZ7nF9PeVte8rTb+V30D7FgaYIAdCziO5wYD7FjAcTw3GGDHAo7jucEAOxZwHM8Ndgy89zzvweY3giA4LW8RxiOHw+FtHMcP4yaLCCCAAAIIIIAAAgggsBmBXZZloU23cRyfy7L8MZ0piuK667ob095W1/bTNLU2zTdNUyzfN06V27Z9YqosNXmLkB7qFcDqpDIQYOmhXgGsTioDAZYe6hXA6qQyEGDpoV4BrE4qAwGWHuoVwOqkMhBg6aFerVPlyCb1eDyeL02Voyh6XR573m3y+C4CCCCAAAIIIIAAAgj8P4F1qnxv01YYhqeqqr5NZ/I8v13+vnpn2tvq2jpV/rJpvu/7i1PlYRgemSpLTd4ipId6BbA6qQwEWHqoVwCrk8pAgKWHegWwOqkMBFh6qFcAq5PKQIClh3oFsDqpDARYeqhXv8ynR+bI4VUyAAAAAElFTkSuQmCC) no-repeat;
            background-size: 100%;
            padding-bottom: 26px;
            top: 4px;
        }
        .shopview-reviews-list__item-view{
            max-width: 100vw;
            flex-direction: column-reverse !important;
        }
        .shopview-reviews-list__item_user{
            max-width: 100vw !important;
            width: 100% !important;
            height: 140px !important;
        }
        .shopview-reviews-list__item_user{
            margin-top: 15px;
        }
        .shopview-reviews-list__item_review{
            margin: 0 !important;
        }
    }

    .shopview-reviews-sort__text .shopview-reviews-sort__text-label,
    .shopview-reviews-sort__text .shopview-reviews-sort__text_selected,
    .shopview-reviews-sort__text .shopview-reviews-icon-down {
        display: none;
    }

    .shopview-reviews-sort__text_selected {
        color: #212121;
        cursor: pointer;
    }

    .shopview-reviews-sort__text-label {
        color: #a2a2a2;
    }

    .shopview-reviews-sort__list {
        position: absolute;
        padding: 0;
        min-width: 126px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 2px 2px 10px 0 rgba(199, 199, 199, 1);
        border-radius: 8px;
        list-style: none;
        display: none;
        flex-direction: column;
        text-align: left;
        font-size: 14px;
        right: 0;
        top: 120%;
        margin: 0;
        text-indent: 15px;
        overflow: hidden;
        z-index: 4;
    }

    .shopview-reviews-sort__option {
        height: 37px;
        line-height: 37px;
        cursor: pointer;
        text-indent: 0;
        padding: 0 10px;
        white-space: nowrap;
    }

    .shopview-reviews-sort__option:hover,
    .shopview-reviews-sort__option:focus {
        background-color: #eee;
    }

    .shopview-reviews-rating {
        color: #FFC700;
        font-size: 0;
    }

    .shopview-reviews-rating-wrap {
        display: inline-block;
        vertical-align: bottom;
        white-space: nowrap;
    }

    .product-snippet__title-normal+.shopview-reviews-rating-wrap {
        margin-top: 10px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .product-info__header_title+.shopview-reviews-rating-wrap {
        margin-bottom: 10px;
    }

    .product-snippet__title-plus+.shopview-reviews-rating-wrap {
        margin-bottom: 20px;
    }

    .featured-product__title+.shopview-reviews-rating-wrap {
        margin-top: -5px;
        margin-bottom: 10px;
    }

    [data-animate_sections] .product-snippet .shopview-reviews-rating-wrap {
        text-align: center;
        justify-content: center;
    }

    .product-snippet .shopview-reviews-rating-wrap {
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .common__product-gap .shopview-reviews-rating-wrap {
        text-align: center;
        justify-content: center;
    }

    .shopview-reviews-rating>span {
        display: inline-block;
        position: relative;
        outline: none;
        user-select: none;
        line-height: 1em;
        margin-left: 3px;
        font-family: monospace;
        text-align: center;
    }

    .shopview-reviews__rating-active svg:nth-child(2) {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
    }

    .shopview-reviews-rating>span:first-child {
        margin-left: 0;
    }

    .shopview-reviews__rating-view {
        font-size: 14px;
        margin-left: 10px;
    }

    .shopview-reviews__rating-num {
        margin-left: 5px;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .product-info__header_title~.shopview-reviews-rating-wrap .shopview-reviews__rating-num,
    .product-info__header_title~.shopview-reviews-rating-wrap {
        cursor: pointer;
    }

    .product-info__header_title~.shopview-reviews-rating-wrap:hover .shopview-reviews__rating-num {
        border-bottom-color: #FFC700;
    }

    .shopview-reviews-header__h {
        text-align: center;
        font-size: 24px;
        font-weight: 300;
        color: #333333;
    }

    .shopview-reviews-container .shopview-reviews-header_instructions {
        word-break: break-word;
        margin-top: 20px;
        color: #999999;
    }

    .shopview-reviews-header__rating_sum-rating {
        background: #FFC700;
        color: #fff;
        border-radius: 4px;
        font-size: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-weight: bold;
        font-family: "PingFang SC";
    }

    .shopview-reviews-header__rating_sum-stars {
        
        
    }

    .shopview-reviews-header__rating_sum-text {
        text-align: center;
        font-size: 24px;
        font-weight: 300;
        color: #000000;
        margin-top: 12px;
    }

    .shopview-reviews-header__rating_distibutions-rating {
        margin: 40px 0 20px;
    }

    .shopview-reviews-header__write-btn {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        outline: none;
        cursor: pointer;
        position: relative !important;
        border-color: #212121 !important;
        background: #212121 !important;
        color: #FFFFFF !important;
    }

    .shopview-reviews-container button:focus {
        outline: none;
    }

    .shopview-reviews-distributions-rating {
        font-size: 12px;
        margin: 42px 0 40px;
    }

    .shopview-reviews-distributions-rating__row {
        display: flex;
        align-items: center;
        font-size: 12px;
        height: 10px;
        margin-top: 10px;
        color: #585858;
    }

    .shopview-reviews-distributions-rating__row:first-child {
        margin-top: 0;
    }

    .shopview-reviews-distributions-rating__progress {
        height: 10px;
        width: 170px;
        background-color: #eee;
        margin-right: 15px;
        margin-left: 10px;
    }

    .shopview-reviews-distributions-rating__progress::-webkit-progress-bar {
        background-color: #eee;
    }

    .shopview-reviews-distributions-rating__progress::-webkit-progress-value {
        background-color: #FFC700;
    }

    .shopview-reviews-distributions-rating__progress::-moz-progress-bar {
        background-color: #FFC700;
    }

    .shopview-reviews-content {
        margin-top: 15px;
        border-top: 1px solid #999;
    }

    .shopview-reviews-tab {
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
    }

    .shopview-reviews-tab__list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 80%;
    }

    .shopview-reviews-tab__item {
        padding-bottom: 7px;
        margin-right: 30px;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
    }

    .shopview-reviews-tab__item_on {
        color: #FFC700;
        font-weight: bold;
        border-bottom: 3px solid #FFC700;
    }

    .shopview-reviews-list {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
        padding-inline-start: 0;
    }

    .shopview-reviews-list__item {
        margin-top: 30px;
        border-bottom: 1px solid #999;
        padding-bottom: 30px;
    }

    .shopview-reviews-list__item_header {
        display: flex;
    }

    .shopview-reviews-list__item_header-rating {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        margin-left: 14px;
    }

    .shopview-reviews-list__item_header-img {
        height: 44px;
        width: 44px;
        border-radius: 22px;
        color: #666;
        background-color: #e9e9e9;
        line-height: 44px;
        text-align: center;
        font-size: 16px;
    }

    .shopview-reviews-list__item_header-rating-name {
        margin-bottom: 6px;
        color: #212121;
        font-weight: bold;
    }

    .shopview-reviews-list__item_header-country_code {
        font-size: 14px;
    }

    .shopview-reviews-list__item_header-country_flag {
        width: 33px;
        border-radius: 2px;
        margin-left: 10px;
        vertical-align: center;
    }

    .shopview-reviews-list__item_header-country_flag_wrap {
        overflow: hidden;
        width: 43px;
    }

    .shopview-reviews-list__item_content {
        margin-top: 15px;
        color: #585858;
        line-height: 1.5;
        word-wrap: break-word;
        word-break: break-all;
        overflow: hidden;
    }

    .shopview-reviews-list__item_img-list {
        margin-top: 15px;
        list-style: none;
        font-size: 14px;
        padding-inline-start: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .shopview-reviews-list__item_img-item {
        margin-left: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: zoom-in;
        flex-shrink: 0;
        width: 250px;
    }

    .shopview-reviews-list__item_img-item img {
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
    }

    .shopview-reviews-list__item_img-item:first-child {
        margin-left: 0;
    }

    .shopview-reviews-list__item_footer {
        margin-top: 15px;
        color: #9f9f9f;
        display: flex;
        justify-content: space-between;
    }

    .shopview-reviews-list__item_footer-right {
        display: flex;
        align-items: center;
    }

    .shopview-reviews-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px 0 0;
        text-align: center;
        font-size: 14px;
        color: #999;
        line-height: 1;
        flex-wrap: wrap;
    }

    .shopview-reviews-pagination__item {
        margin: 10px;
    }

    .shopview-reviews-pagination__item:hover {
        cursor: pointer;
        color: #FFC700;
    }

    .shopview-reviews-pagination__item_on {
        color: #FFC700;
        font-weight: bold;
    }

    .shopview-reviews-pagination__first,
    .shopview-reviews-pagination__last,
    .shopview-reviews-pagination__prev,
    .shopview-reviews-pagination__next {
        position: relative;
        width: 10px;
        height: 10px;
    }

    .shopview-reviews-pagination__first::after,
    .shopview-reviews-pagination__first::before,
    .shopview-reviews-pagination__last::after,
    .shopview-reviews-pagination__last::before,
    .shopview-reviews-pagination__prev::after,
    .shopview-reviews-pagination__next::after {
        position: absolute;
        left: 0;
        top: 0;
    }

    .shopview-reviews-pagination__last,
    .shopview-reviews-pagination__next {
        transform: rotate(180deg);
    }

    .shopview-reviews-pagination__first::after,
    .shopview-reviews-pagination__last::after,
    .shopview-reviews-pagination__prev::after,
    .shopview-reviews-pagination__next::after {
        content: '';
        border: 2px solid #999;
        border-right: none;
        border-bottom: none;
        transform: rotate(-45deg);
        width: 6.5px;
        height: 6.5px;
        left: 5px;
        top: 2px;
    }

    .shopview-reviews-pagination__first::before,
    .shopview-reviews-pagination__last::before {
        content: '';
        border: 2px solid #999;
        border-right: none;
        border-bottom: none;
        border-top: none;
        width: 0;
        height: 10px;
        margin-right: 4px;
    }

    .shopview-reviews-pagination__item:hover::after,
    .shopview-reviews-pagination__item:hover::before {
        border-color: #FFC700;
    }

    .shopview-reviews-pagination__prev::after,
    .shopview-reviews-pagination__next::after {
        left: 0;
    }

    .shopview-reviews-icon-like {
        margin: 0 8px 0 20px;
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAnRJREFUWAnFlstrE1EUxjuTmsSIj00jwYXmYSJKQchCwZX+By5E3LkTty4ENxKwCxfduXEhiFnqRlBBu2mlPhYSoYUohDwE40YXSUFa2zzG30maMjO5mbQZOnPhJPec79zzfffcyZ1MTbkciUTiDraGraZSqYt7LafvdYE5P5fL6YZhzGFHsNlut/sOIafNOePmgXEJTni9Xj8B8V1TToj50Waz+dIUc5y66gA7jimqX8tmswcUcWXIlQB2f0FR9WCj0TiliCtDrgRomnZVVRVh+y8gmUxeguiKSoCu621VXBWbuAOQP1AVlBidaY7C7PGJBLD76wi4bC828AOBwP4J4LI5C/mTAZn9m91vxWKxn/b4KF8bBajikM/w0/uAgLQK346t1Gq18w64Bdr1EcTj8eOQL44hl/P/ZGEY40wLnslkDrfb7ZMU3+kIhTYqlUpZcLly8/n8K/Bz4jsNcn5xHc865VDbCIfDP4rF4l+N5BskP2WhXKOWQeK9arX6MJ1On2m1Wt8toEuH2pvYzWmI56k1RC71wXpn2el0DrnkG1q+veF5eQaODaHeBYIi4I93fFYmuvBV5xx8EwD3Z187gIBl+Ufz29oYz7x1BHz0rQOQL5XL5U3enLovHUDAW+m1bx3gjfmmJ8CPZ0DOvlQqVX3rAAKeCbkMPRQKef0M/KPrz/v0CIhEIl5fRC94wa3tCCgUCus4Yp4M2v/ITCS/AhmeHAPky+z+S5+y/9kTAODJMXDnzJnJZT4QsGIHxEeYoYpPEqPWY26+BfvanoBgMHgf4D3WMSVsMH8tfjQa/UaBognb1ZQ1W9gqO79F62+rFv0HTa7RgTTLPI4AAAAASUVORK5CYII=) no-repeat;
        background-size: 100%;
        opacity: 0.4;
        cursor: pointer;
    }

    .shopview-reviews-icon-like_on {
        opacity: 1;
    }

    .shopview-reviews-icon-down {
        display: inline-block;
        border-style: solid;
        border-width: 9px;
        border-color: transparent;
        width: 0;
        height: 0;
        border-top-color: #000;
        border-bottom-width: 0;
        margin-left: 20px;
        transition: transform 0.2s linear;
        cursor: pointer;
    }

    .shopview-reviews-blank {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .shopview-reviews-blank img{
        margin-top: 30px;
    }

    .shopview-reviews-blank__desc {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 300;
        color: #000000;
    }

    @media (min-width: 768px) {
        .shopview-reviews {
            padding: 30px;
            margin-top: 40px;
            
        }

        .shopview-reviews-header__h {
            
        }

        .shopview-reviews-container .shopview-reviews-header_instructions {
            margin-top: 24px;
        }

        .shopview-reviews-header__rating {
            display: flex;
            justify-content: center;
        }

        .shopview-reviews-list__item_header-country_code {
            font-size: 12px;
        }

        .shopview-reviews-header__rating_distibutions-rating {
            margin: 0;
            margin-right: 30px;
            padding-right: 30px;
            border-right: 1px solid #eee;
        }

        .shopview-reviews-distributions-rating {
            margin: 0;
        }

        .shopview-reviews-header__write-btn {
            max-width: 260px;
        }

        .shopview-reviews-header__rating_sum {
            
            
        }

        .shopview-reviews-header__write-btn-container {
            flex: 1;
            display: none;
            align-items: flex-start;
            justify-content: flex-end;
        }

        .shopview-reviews-sort__text .shopview-reviews-sort__text-label,
        .shopview-reviews-sort__text .shopview-reviews-sort__text_selected,
        .shopview-reviews-sort__text .shopview-reviews-icon-down {
            display: inline-block;
        }

        .shopview-reviews-blank__desc {
            margin-bottom: 30px;
        }

        .shopview-reviews-distributions-rating__progress {
            width: 110px;
        }
    }


    .review-product-item.on:after {
        background-color: #FFC700;
    }

    .shopview-reviews-reply {
        margin-top: 30px;
        padding: 20px;
        font-size: 14px;
        line-height: 1;
        background: #eeeeee;
    }

    .shopview-reviews-reply-shop-name {
        font-weight: 500;
        color: #212121;
    }

    .shopview-reviews-reply-content {
        margin-top: 10px;
        color: #585858;
        line-height: 1.5;
    }

    .shopview-reviews-reply-time {
        margin-top: 20px;
        color: #585858;
    }

    @media (min-width: 768px) {
        .shopview-reviews-reply {
            margin-top: 17px;
            padding: 15px 10px;
        }

        .shopview-reviews-reply-content {
            margin-top: 5px;
        }

        .shopview-reviews-reply-time {
            margin-top: 15px;
        }
    }

    html[dir='rtl'] .shopview-reviews-header__rating_sum-stars {
        margin-left: 0;
        margin-right: 15px;
    }

    html[dir='rtl'] .shopview-reviews-tab__item {
        margin-left: 30px;
        margin-right: 0;
    }

    html[dir='rtl'] .shopview-reviews-list__item_header-rating {
        margin-left: 0;
        margin-right: 14px;
    }

    @media (min-width: 768px) {
        html[dir='rtl'] .shopview-reviews-header__rating_sum {
            margin-right: 0;
            padding-right: 0;
            border-right: unset;
        }

        html[dir='rtl'] .shopview-reviews-header__write-btn-container {
            margin-right: 30px;
            padding-right: 30px;
            border-right: 1px solid #eee;
        }

        .shopview-reviews__rating-view {
            font-size: 16px;
            margin-left: 10px;
        }
    }

    html[dir='rtl'] .shopview-reviews-distributions-rating__progress {
        margin-right: 20px;
        margin-left: 15px;
    }

    html[dir='rtl'] .shopview-reviews-icon-down {
        margin-right: 20px;
        margin-left: 0;
    }

    html[dir='rtl'] .shopview-reviews-sort__list {
        left: 0;
        right: unset;
    }
    .shopview-reviews-preview {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2000;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column
    }

    .shopview-reviews-preview__header {
        display: flex;
        height: 45px;
        justify-content: flex-end;
        align-items: center
    }

    .shopview-reviews-preview__close {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        font-weight: normal;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center
    }

    .shopview-reviews-preview__body {
        display: flex;
        flex: 1
    }

    .shopview-reviews-preview__body-middle {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center
    }

    .shopview-reviews-preview__body-left,
    .shopview-reviews-preview__body-right {
        flex: 1;
        max-width: 37.5px;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .shopview-reviews-preview__body-right {
        justify-content: flex-end
    }

    .shopview-reviews-preview__img-list {
        display: flex;
        align-items: stretch;
        margin: 0;
        padding: 0;
        list-style: none
    }

    .shopview-reviews-preview__img-item {
        min-width: 100%;
        text-align: center;
        display: none;
        cursor: zoom-out
    }

    .shopview-reviews-preview__img-item_on {
        display: block
    }

    .shopview-reviews-preview__img-item img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
        user-select: none
    }

    .shopview-reviews-preview__img-page {
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
        font-family: 'Pingfang SC'
    }

    .shopview-reviews-preview__prev,
    .shopview-reviews-preview__next {
        border-style: solid;
        border-width: 11px;
        border-color: transparent;
        width: 0;
        height: 0;
        position: relative;
        bottom: 18px;
        cursor: pointer
    }

    .shopview-reviews-preview__prev {
        border-right-color: #fff
    }

    .shopview-reviews-preview__next {
        border-left-color: #fff
    }

    html[dir='rtl'] .shopview-reviews-preview__prev,
    html[dir='rtl'] .shopview-reviews-preview__next {
        transform: rotate(180deg)
    }

    html[dir='rtl'] .shopview-reviews-pagination__last,
    html[dir='rtl'] .shopview-reviews-pagination__next {
        transform: rotate(0deg)
    }

    html[dir='rtl'] .shopview-reviews-pagination__first,
    html[dir='rtl'] .shopview-reviews-pagination__prev {
        transform: rotate(180deg)
    }
    .score-view{
        font-size: 38px;
        font-weight: 600;
        color: #98572C;
        line-height: 1;
        margin-left: 10px;
    }
    .shopview-reviews-list__item-view{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .shopview-reviews-list__item_user{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        background: #F7F7F7;
        width: 250px;
        min-width: 250px;
        height: 180px;
        padding: 20px;
    }
    .shopview-reviews-list__item_user-name{
        font-size: 18px;
        font-weight: 400;
        color: #343434;
    }
    .shopview-reviews-list__item_user-product,.shopview-reviews-list__item_user-notranslate{
        font-size: 14px;
        font-weight: 300;
        color: #666666;
    }
    .shopview-reviews-list__item_review{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 20px;
    }
    .shopview-reviews-list__item_review img {
        width: 20px;
        height: 20px;
    }
    .shopview-reviews-list__item_review_content{
        font-size: 16px;
        font-weight: 300;
        color: #333333;
        line-height: 30px;
    }
    .shopview-reviews-list__item_review_images{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .shopview-reviews-list__item_review_images img{
        width: 100px;
        height: 100px;
        margin-right: 15px;
        cursor: zoom-in;
        margin: 0 auto;
    }
    .shopview-reviews-list__item_review_images .shopview-reviews-img-item{
        margin-bottom: 10px;
        width: 115px;
    }
    @media (max-width: 767.98px) {
        .shopview-reviews-list__item_review_images .shopview-reviews-img-item{
            width: 33.33%;
        }
        .shopview-reviews-list__item_review_images img{
            width: 90%;
        }
    }
    .plugin__wrappers{margin-top:20px}.plugin__wrappers:empty{margin-top:0}.plugin_modals{margin-bottom:-1px}.plugin_modals__list{position: relative;min-height:46px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--list_border_color);border-top:1px solid var(--list_border_color);padding-right:20px}.plugin_modals__list-name{font-size:16px}.plugin_modals__list-name li:nth-child(n+4){display:none}@media (max-width: 767.98px){.plugin_modals__list-name li:nth-child(n+2){display:none}}.plugin_modals__list-icon{font-size:12px;position:absolute;right:0;cursor:pointer}.plugin_modals__list-icon svg{width:12px;overflow: hidden;vertical-align: middle;}.plugin_modals__modal{position:absolute;z-index:99;right:0;display:none;top:calc(100% - 10px)}.plugin_modals__modal-mask{display:none}.plugin_modals__modal.in .plugin_modals__modal-mask{position:fixed;display:block;top:0;bottom:0;right:0;left:0}.plugin_modals__modal .modal-content{border-radius:12px;background:var(--modal_background);box-shadow:0px 6px 12px 0px rgba(0,0,0,0.12)}@media (max-width: 767.98px){.plugin_modals__modal .modal-content{border-radius:12px 12px 0 0}}.plugin_modals__modal .modal-content button{outline:none}.plugin_modals__modal .modal-content .modal-title{color:var(--modal_title_color);font-weight:bold;text-transform:uppercase}.plugin_modals__modal .modal-content .modal-body{padding:15px;padding-bottom:18px;padding-top:0;max-height:400px;overflow:auto;width:380px;overflow:-moz-scrollbars-none;-ms-overflow-style:none}.plugin_modals__modal .modal-content .modal-body::-webkit-scrollbar{width:0 !important}@media (max-width: 767.98px){.plugin_modals__modal .modal-content .modal-body{width:100%}}.plugin_modals__modal .modal-content .modal_close{cursor:pointer;font-size:20px;color:var(--modal_title_color);font-weight:bold;padding:6px;position:absolute;right:0;top:0}.plugin_modals__modal .modal-content .footer_close{cursor:pointer;width:100%;text-align:center;height:42px;line-height:42px;color:var(--modal_close_color) !important;background:var(--modal_close_background_color);border-radius:6px;box-shadow:0px 2px 4px 0px rgba(255,139,2,0.3);font-weight:bold;z-index:1}.plugin_modals__modal .modal-content:after{content:'';display:block;border-width:8px 8px 8px 8px;border-style:solid;border-color:transparent transparent var(--modal_caret_background) transparent;position:absolute;right:12px;top:-16px}.plugin_modals__wrapper{width:100%;padding-top:0;position:relative;display:flex;flex-direction:column}@media (max-width: 767.98px){.plugin_modals__wrapper .plugin_modals__wrapper-bottom{display:none}}.plugin_modals__wrapper-bg{padding:0 10px;background:#f3b372}.plugin_modals__wrapper-list{background:linear-gradient(180deg, #fff, #fff8f1);border:2px solid #cc7122;border-radius:12px;display:flex;flex-direction:column;max-height:300px;overflow:auto;background-size:contain}.plugin_modals__wrapper-list a{display:inline-block;width:100%;padding:5px;position:relative;color:#000;text-decoration: none;}.plugin_modals__wrapper-list a:not(:last-child){border-bottom:1px dashed #E6A46B}@media (max-width: 767.98px){.plugin_modals__modal{position:fixed;z-index:9999;bottom:0;left:0;right:0;top:0}.plugin_modals__modal .modal-dialog{position:absolute !important;bottom:0;left:0;right:0;max-width:unset}.plugin_modals__modal .modal-content:after{display:none}}.modal-open{overflow:auto !important}.modal-backdrop{background-color:#000 !important}[type="button"]{-webkit-appearance:none !important}.plugin_modals__modal.in,.modal-open{padding-right:0 !important}.plugin_modals__modal.in ~ .plugin_modals__list>i{transform:rotate(90deg)}#product-select-modal .plugin_modals,#product-select-modal .coupon_plugin__single,#product-select-modal .flashsale__extension{display:none}.plugin_modals__modal .modal-header{border-bottom:none !important}.plugin-container__bottom-fixed{position:fixed;bottom:0;z-index:100;width:100%;display:flex;flex-direction:column}.banners__container_bottom-not-fixed{visibility:hidden}

    .pdr *,
    .pdr *::before,
    .pdr *::after {
        margin: 0;
        padding: 0
    }

    .pdr li {
        list-style: none
    }

    .pdr a,
    .pdr a:link,
    .pdr a:visited,
    .pdr a:hover,
    .pdr a:active {
        text-decoration: none
    }

    .pdr {
        margin-top: 24px;
        position: relative;
        width: 100%;
        font-size: 14px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
        transition: max-height 0.3s ease-out
    }

    .pdr.expand {
        max-height: 1000px !important;
        transition: max-height 0.5s ease-in
    }

    .pdr__icon {
        position: absolute;
        top: 0px;
        right: 10px;
        display: inline-block;
        padding: 16px;
        width: 50px;
        height: 50px;
        line-height: 18px;
        text-align: center;
        font-size: 12px;
        color: #aaa;
        cursor: pointer;
        user-select: none;
        transform: translateY(-2px);
        transform-origin: center center;
        transition: transform 0.3s ease-in
    }

    .pdr__icon.pdr__icon_expand {
        transform: rotate(-180deg);
        transition: transform 0.3s ease-out
    }

    .pdr__list {
        padding: 0 58px 0 16px
    }

    .pdr__rules {
        position: relative;
        padding: 16px 34px;
        border-top: 1px dashed #d2d2d2
    }

    .pdr__rules:first-child {
        border-top: none
    }

    .pdr__rule {
        margin: 10px 0;
        list-style: none;
        line-height: 1.5;
        color: #212121
    }

    .plugin_modals__wrapper-list .pdr__rule {
        padding: 10px 0;
        margin: 0;
        border-bottom: 1px dashed #E6A46B
    }

    .plugin_modals__wrapper-list .pdr__rule:last-child {
        border-bottom: none
    }

    .pdr.expand .pdr__rule {
        display: list-item
    }

    html:lang(th-TH) .pdr__rule {
        margin-top: 12px
    }

    .pdr__rule b {
        color: #ff3333
    }

    .pdr__rule img {
        position: absolute;
        top: 11px;
        left: 0;
        width: 24px;
        height: 24px
    }

    .pdr__sp {
        margin: 15px 0 0;
        color: #999
    }

    @media screen and (max-width: 767.98px) {
        .pdr__list {
            padding: 0 45px 0 16px
        }
    }

    html[dir='rtl'] .pdr__list {
        padding: 0 16px 0 58px
    }

    @media screen and (max-width: 767.98px) {
        html[dir='rtl'] .pdr__list {
            padding: 0 16px 0 45px
        }
    }

    html[dir='rtl'] .pdr__rule img {
        left: unset;
        right: 0
    }

    html[dir='rtl'] .pdr li {
        word-break: break-word
    }

    html[dir='rtl'] .pdr__icon {
        left: 16px;
        right: unset
    }

    .support-slick {
        position: relative
    }

    .support-slick>.slider-discount-tag {
        display: block
    }

    .slider-discount-tag {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 6px 20px;
        width: 100%;
        height: unset;
        min-height: 58px;
        line-height: 46px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        background: #ff3333;
        word-break: break-word
    }

    .slider-discount-tag.dj_skin_product_title {
        color: #fff !important
    }

    .fake-add-to-cart.btn {
        position: absolute !important;
        opacity: 1 !important;
        display: block !important;
        visibility: visible !important
    }

    @media (max-width: 767.98px) {
        .product-select-modal .pdr {
            margin-top: 0
        }

        .product-select-modal .pdr__rules {
            padding: 8px 0 8px 34px;
            height: 32px
        }

        .product-select-modal .pdr__icon {
            display: none
        }

        .product-select-modal .pdr__rule {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .product-select-modal .pdr__rule img {
            top: 4px
        }

        .product-select-modal .pdr__list {
            padding: 0 16px 0 16px
        }

        .slider-discount-tag {
            position: relative;
            padding: 6px 15px;
            width: unset;
            min-height: 38px;
            line-height: 26px;
            font-size: 14px
        }

        html[dir='rtl'] .pdr__rules {
            padding: 8px 34px 8px 0
        }
    }

    body.nova .slider-discount-tag.rebate-tag,
    body.nova .discount-tag,
    [data-theme-name="Nova"] .slider-discount-tag.rebate-tag,
    [data-theme-name="Nova"] .discount-tag {
        display: none;
        visibility: hidden
    }

    .bootstrap *{
        box-sizing: border-box;
    }
    @media(min-width: 576px) {
        .modal-dialog {
            max-width:500px;
            margin: 1.75rem auto
        }

        .modal-dialog-centered {
            min-height: calc(100% - (1.75rem * 2))
        }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2))
        }

        .modal-sm {
            max-width: 300px
        }
    }

    @media(min-width: 992px) {
        .modal-lg {
            max-width:800px
        }
    }

    @media(min-width: 1200px) {
        .modal-xl {
            max-width:1140px
        }
    }

    .plugin_modals-coupon{
        position: relative;
    }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        outline: 0;
    }
    .modal-content{
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        outline: 0;
    }
    .modal-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem;
        border-bottom: 1px solid #e9ecef;
    }
    .modal-title {
        font-size: 1.25rem;
        margin-bottom: 0;
        line-height: 1.5;
        padding: 0.25rem !important;
        margin-top: 0;
    }

    .modal.fade .modal-dialog {
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-transform: translate(0,-50px);
        transform: translate(0,-50px)
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .modal.fade .modal-dialog {
            transition: none
        }
    }

    .modal.show .modal-dialog {
        -webkit-transform: none;
        transform: none
    }

    .modal-dialog-centered {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - (.5rem * 2))
    }

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: ""
    }

    .p-1 {
        padding: 0.25rem !important;
    }
    .d-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .flex-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .align-items-center {
        -ms-flex-align: center!important;
        align-items: center!important;
    }
    .justify-content-center {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .coupon_plugin__single {
        margin: 10px 0;
        display: inline-block;
        background: linear-gradient(135deg, #ff4848, #ff0d7d);
        max-width: 100%;
        animation-name: container;
        transform-origin: center bottom;
        animation-duration: 2s;
        animation-fill-mode: both;
        animation-iteration-count: infinite
    }

    .coupon_plugin__coupon {
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: stretch;
        padding: 10px 15px;
        font-size: 12px;
        line-height: 1.2
    }

    .coupon_plugin__coupon-divider {
        border-left: 2px dashed #EE9746;
        width: 0;
        position: absolute;
        right: -1px;
        top: 3px;
        bottom: 3px;
        z-index: 9
    }

    .coupon_plugin__coupon .rules__first-line {
        flex-grow: 1;
        min-width: 168px;
        padding: 10px;
        padding-left: 40px;
        border-radius: 0 5px 5px 0;
        color: #E90549;
        background-color: #FFF8E3;
        flex-direction: column;
        position: relative;
    }

    .coupon_plugin__coupon .rules__first-line:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 4px;
        top: 0px;
        left: -4px;
        background-image: linear-gradient(#fff8e3 4px, transparent 4px, transparent), radial-gradient(8px at 0px 8px, transparent 4px, #fff8e3 4px);
        background-size: 4px 12px
    }

    .coupon_plugin__coupon .rules__first-line .condition {
        font-size: 12px
    }

    .coupon_plugin__coupon .rules__first-line .off {
        font-size: 20px;
        font-weight: 900
    }

    .coupon_plugin__coupon .rules__second-line {
        flex-direction: column-reverse;
        padding: 10px;
        line-height: 1.5;
        width: 124px;
        border-radius: 5px 0 0 5px;
        background-color: #FFF8E3;
        position: relative;
    }

    .coupon_plugin__coupon .rules__second-line:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 4px;
        top: 0px;
        right: -4px;
        background-image: linear-gradient(#fff8e3 4px, transparent 4px, transparent), radial-gradient(8px at 4px 8px, transparent 4px, #fff8e3 4px);
        background-size: 4px 12px
    }

    .coupon_plugin__coupon .rules__second-line .coupon__copied {
        display: none;
        color: #FF7703
    }

    .coupon_plugin__coupon .rules__second-line .code_btn {
        display: block;
        word-break: break-all;
        border: 0;
        border-radius: 100px;
        min-width: 108px;
        min-height: 28px;
        line-height: 1.5;
        text-align: center;
        cursor: pointer;
        box-shadow: 0px 2px 4px 0px rgba(255, 139, 2, 0.3);
        background: linear-gradient(180deg, #FF8B02, #FF6D04);
        outline: none;
        color: #FFFFFF;
        font-weight: bold;
        margin: 0 20px;
        position: relative
    }

    .coupon_plugin__coupon .rules__second-line .code_btn>span:nth-child(2) {
        display: none
    }

    .coupon_plugin__coupon .rules__second-line .code_btn-show>span:nth-child(1) {
        display: none
    }

    .coupon_plugin__coupon .rules__second-line .code_btn-show>span:nth-child(2) {
        display: inline-block;
        word-break: break-all;
        text-align: left;
        padding-left: 4px;
        padding-right: 14px
    }

    .coupon_plugin__coupon .rules__second-line .code_btn-show~.coupon__copied {
        display: block
    }

    .coupon_plugin__coupon .rules__second-line .code_btn:hover {
        opacity: 0.7
    }

    .coupon_plugin__coupon .rules__second-line .code_btn:active {
        opacity: 0.9
    }

    .coupon_plugin__coupon .rules__second-line .code_btn svg {
        font-size: 12px;
        position: absolute;
        top: 50%;
        right: 6px;
        transform: translateY(-50%)
    }

    .coupon_plugin__success .modal-content {
        border-radius: 4px;
        width: auto;
        background: linear-gradient(135deg, #FF4848, #FF0D7D)
    }

    .coupon_plugin__success-text {
        color: #ffffff;
        padding: 18px;
        padding-left: 120px;
        background-repeat: no-repeat;
        background-size: contain;
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12)
    }

    .coupon_plugin__success-text>div:first-child {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 5px
    }

    .coupon_plugin__success-text>div:nth-child(2) {
        font-size: 16px
    }

    .coupon_plugin__label {
        font-size: 12px;
        color: #ff3c54;
        border: 1px solid #ff3c54;
        padding: 2px 4px;
        margin: 2px 4px 2px 0;
        cursor: pointer;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
    }

    @keyframes container {

        0%,
        70% {
            transform: translate3d(0, 0px, 0)
        }

        75% {
            transform: translate3d(0, 10px, 0)
        }

        80% {
            transform: translate3d(0, -10px, 0)
        }

        85% {
            transform: translate3d(0, -5px, 0)
        }

        90% {
            transform: translate3d(0, 5px, 0)
        }

        95% {
            transform: translate3d(0, 2px, 0)
        }

        100% {
            transform: translate3d(0, 0px, 0)
        }
    }

    @media (max-width: 767.98px) {
        .coupon_plugin__success .modal-content {
            border-radius: 8px
        }

        .coupon_plugin__success-text {
            padding: 8px;
            padding-left: 100px;
            width: 268px;
            min-height: 65px;
            box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12)
        }

        .coupon_plugin__success-text>div:first-child {
            margin-bottom: 0
        }

        .coupon_plugin__success-text>div:nth-child(2) {
            font-size: 12px
        }
    }

    .modal-content .coupon_plugin__coupon:first-child {
        padding-top: 0
    }

    html[dir="rtl"] .coupon_plugin__coupon-divider {
        left: -1px;
        right: unset
    }

    html[dir="rtl"] .rules__first-line {
        border-radius: 5px 0 0 5px
    }

    html[dir="rtl"] .rules__first-line:after {
        left: unset;
        right: -4px;
        background-image: linear-gradient(#fff8e3 4px, transparent 4px, transparent), radial-gradient(8px at 4px 8px, transparent 4px, #fff8e3 4px)
    }

    html[dir="rtl"] .rules__second-line {
        border-radius: 0 5px 5px 0
    }

    html[dir="rtl"] .rules__second-line:after {
        left: -4px;
        right: unset;
        background-image: linear-gradient(#fff8e3 4px, transparent 4px, transparent), radial-gradient(8px at 0px 8px, transparent 4px, #fff8e3 4px)
    }
    @media (min-width: 960px) {
        .tw-grid{
            display: -ms-grid;
        }
        .lg\:tw-grid {
            display: -ms-grid;
        }
        .lg\:tw-grid-cols-2 {
            -ms-grid-columns: (1fr)[2];
        }

        .lg\:tw-grid-cols-3 {
            -ms-grid-columns: (1fr)[3];
        }

        .lg\:tw-grid-cols-4 {
            -ms-grid-columns: (1fr)[4];
        }

        .lg\:tw-grid-cols-5 {
            -ms-grid-columns: (1fr)[5];
        }

        .lg\:tw-grid-cols-6 {
            -ms-grid-columns: (1fr)[6];
        }
        .tw-grid-cols-12{
            -ms-grid-columns: (1fr)[12];
        }
        .lg\:tw-col-span-4 {
            -ms-grid-column-span: 4;
        }
        .lg\:tw-col-span-6 {
            -ms-grid-column-span: 6;
        }
    }
    .sold-text{
        color: #777777 !important;
    }
    .tw-left-center{
        width: 40px;
        right: 0;
        margin: auto;
    }
    .tw-left-center{
        width: auto;
        height: auto;
        top: 10px;
        right: 10px;
        padding: 5px 15px;
        text-align: center;
        line-height: initial;
        display: inline-table;
        background-color:rgba(51, 51, 51, 0.2);
    }