.store-detail-desktop {
    width: 100%;
    margin: 0 auto;
    padding: 36px 0;
    max-width: 1280px;
}

.a-center {
    text-align: center;
}

.store-detail-desktop .box-sidebar-total-info {
    overflow: initial !important;

}

.store-detail-desktop .box-sidebar-total-info .store-image {
    display: block;
    padding: 10px;
    text-align: center
}

.store-detail-desktop .box-sidebar-total-info .store-image img {
    max-height: 160px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.store-detail-desktop .box-sidebar-total-info .total-info-title {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 600;
    color: #3c4043
}

.store-detail-desktop .box-sidebar-total-info .rate-desc {
    margin: 10px 0 20px;
    color: var(--color-text-body)
}

.store-detail-desktop .box-sidebar-total-info .link {
    color: #444;
    border-top: 1px solid #e8e8e8;
    border-left: 3px solid transparent;
    font-size: 1.1rem;
    position: relative;
    text-align: left;
    padding: 0 20px;
    height: 55px;
    display: flex;
    align-items: center;
    font-weight: 400
}

.store-detail-desktop .box-sidebar-total-info .link .fas {
    opacity: 0
}

.store-detail-desktop .box-sidebar-total-info .link.active {
    border-left: 3px solid #51823a
}

.store-detail-desktop .box-sidebar-total-info .link.active .fas {
    opacity: 1
}

.store-detail-desktop .box-sidebar-total-info .link.active,
.store-detail-desktop .box-sidebar-total-info .link:hover {
    color: #51823a;
    font-weight: 600
}

.store-detail-desktop .line {
    background: #e0e0e0;
    height: 1px;
    width: 100%
}

.store-detail-desktop .ctg-1 a:not(.ignore-break) {
    display: block
}

.store-detail-desktop .box-subpage,
.store-detail-desktop .save-box {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.store-detail-desktop .box-subpage.active .left .tree p .total,
.store-detail-desktop .save-box.active .left .tree p .total {
    text-decoration: line-through
}

.store-detail-desktop .box-subpage.active .left .save,
.store-detail-desktop .box-subpage.active .left .tree p .total-save,
.store-detail-desktop .save-box.active .left .save,
.store-detail-desktop .save-box.active .left .tree p .total-save {
    opacity: 1
}

.store-detail-desktop .box-subpage .left,
.store-detail-desktop .save-box .left {
    margin: 0 40px 0 0;
    flex: 0 0 auto
}

.store-detail-desktop .box-subpage .left .tree,
.store-detail-desktop .save-box .left .tree {
    display: flex;
    align-items: center
}

.store-detail-desktop .box-subpage .left .tree img,
.store-detail-desktop .save-box .left .tree img {
    height: 70px;
    margin: 0 20px 0 0
}

.store-detail-desktop .box-subpage .left .tree p,
.store-detail-desktop .save-box .left .tree p {
    font-size: 16px;
    margin: 0
}

.store-detail-desktop .box-subpage .left .tree p .total,
.store-detail-desktop .save-box .left .tree p .total {
    font-size: 22px;
    font-weight: 700;
    color: #707070;
    display: block
}

.store-detail-desktop .box-subpage .left .tree p .total-save,
.store-detail-desktop .save-box .left .tree p .total-save {
    opacity: 0;
    transition: all 1s
}

.store-detail-desktop .box-subpage .left .tree p b,
.store-detail-desktop .save-box .left .tree p b {
    font-size: 18px;
    font-weight: 500;
    color: #2f7310
}

.store-detail-desktop .box-subpage .left .save,
.store-detail-desktop .save-box .left .save {
    font-size: 23px;
    color: #3c4043;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    transition: all 1s;
    opacity: 0
}

.store-detail-desktop .box-subpage .left .save b,
.store-detail-desktop .save-box .left .save b {
    color: #51823a;
    font-size: 43px;
    font-weight: 700
}

.store-detail-desktop .box-subpage .right,
.store-detail-desktop .save-box .right {
    flex: 1 0 0
}

.store-detail-desktop .box-subpage .right .testing,
.store-detail-desktop .save-box .right .testing {
    font-size: 17px;
    font-weight: 500;
    color: #3c4043
}

.store-detail-desktop .box-subpage .right .running,
.store-detail-desktop .save-box .right .running {
    height: 8px;
    border-radius: 4px;
    background-color: #cbcbcb;
    position: relative;
    margin: 10px 0
}

.store-detail-desktop .box-subpage .right .running span,
.store-detail-desktop .save-box .right .running span {
    background: #51823a;
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    border-radius: 4px
}

.store-detail-desktop .box-subpage .right .code,
.store-detail-desktop .save-box .right .code {
    font-size: 16px;
    color: #3c4043
}

.store-detail-desktop .box-subpage .right .install,
.store-detail-desktop .save-box .right .install {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #ebebeb;
    padding: 15px 0 0;
    margin: 15px 0 0
}

.store-detail-desktop .box-subpage .right .install span,
.store-detail-desktop .save-box .right .install span {
    margin: 0 20px 0 0
}

.store-detail-desktop .box-subpage .right .install span b,
.store-detail-desktop .save-box .right .install span b {
    font-weight: 600
}

.store-detail-desktop .box-subpage .right .install a,
.store-detail-desktop .save-box .right .install a {
    background-color: #51823a;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    padding: 9px 30px;
    flex: 0 0 auto
}

@media(max-width: 767px) {

    .store-detail-desktop .box-subpage .left,
    .store-detail-desktop .save-box .left {
        margin: 0 25px 0 0
    }

    .store-detail-desktop .box-subpage .right .install,
    .store-detail-desktop .save-box .right .install {
        padding: 10px 0 0;
        margin: 10px 0 0;
        flex-wrap: wrap
    }

    .store-detail-desktop .box-subpage .right .install span,
    .store-detail-desktop .save-box .right .install span {
        margin: 0 0 10px
    }

    .store-detail-desktop .box-subpage .right .install a,
    .store-detail-desktop .save-box .right .install a {
        font-size: 14px;
        padding: 6px 20px
    }
}

@media(max-width: 575px) {

    .store-detail-desktop .box-subpage,
    .store-detail-desktop .save-box {
        flex-direction: column;
        box-shadow: none;
        border: none;
        border-top: 1px dashed #ccc
    }

    .store-detail-desktop .box-subpage .left .tree img,
    .store-detail-desktop .save-box .left .tree img {
        height: 56px
    }

    .store-detail-desktop .box-subpage .left .save b,
    .store-detail-desktop .save-box .left .save b {
        font-size: 37px
    }

    .store-detail-desktop .box-subpage .right .install,
    .store-detail-desktop .save-box .right .install {
        flex-direction: column
    }
}

.store-detail-desktop .save-box .apply {
    font-weight: 600;
    font-size: 18px;
    color: #3c4043
}

.store-detail-desktop .save-box .automatic {
    color: #3c4043
}

.store-detail-desktop .create-your-team {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.store-detail-desktop .create-your-team .left {
    margin: 0 40px 0 0;
    flex: 0 0 auto
}

.store-detail-desktop .create-your-team .left .mini-box {
    text-align: center
}

.store-detail-desktop .create-your-team .left .mini-box .first-number {
    display: block;
    font-size: 31px;
    font-weight: 700;
    color: #51823a;
    margin: 5px 0 0
}

.store-detail-desktop .create-your-team .left .mini-box .title {
    font-size: 16px;
    font-weight: 500;
    color: #3c4043;
    margin: 0 0 8px;
    display: block
}

.store-detail-desktop .create-your-team .left .mini-box .slidecontainer .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #cfd8dc;
    outline: none;
    transition: opacity .2s
}

.store-detail-desktop .create-your-team .left .mini-box .slidecontainer .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .28);
    border: 2px solid #fff;
    background-color: #9ec45d
}

.store-detail-desktop .create-your-team .left .mini-box .slidecontainer .slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #4caf50;
    cursor: pointer
}

.store-detail-desktop .create-your-team .left .mini-box .total-trees {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 15px
}

.store-detail-desktop .create-your-team .left .mini-box .total-trees span {
    font-size: 31px;
    font-weight: 700;
    color: #51823a
}

.store-detail-desktop .create-your-team .left .mini-box .total-trees img {
    height: 35px;
    margin: 0 0 0 7px
}

.store-detail-desktop .create-your-team .right {
    font-size: 15px;
    font-weight: 300
}

.store-detail-desktop .create-your-team .right b {
    font-weight: 400
}

.store-detail-desktop .create-your-team .right .title {
    font-size: 17px;
    font-weight: 500;
    color: #3c4043
}

.store-detail-desktop .create-your-team .right .create {
    display: flex;
    align-items: center;
    border-top: 2px solid #ebebeb;
    padding: 15px 0 0;
    margin: 15px 0 0
}

.store-detail-desktop .create-your-team .right .create span {
    margin: 0 20px 0 0
}

.store-detail-desktop .create-your-team .right .create a {
    background-color: #51823a;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    padding: 9px 30px;
    flex: 0 0 auto
}

@media(max-width: 767px) {
    .store-detail-desktop .create-your-team .left {
        margin: 0 25px 0 0
    }

    .store-detail-desktop .create-your-team .right .create {
        padding: 10px 0 0;
        margin: 10px 0 0;
        flex-wrap: wrap
    }

    .store-detail-desktop .create-your-team .right .create span {
        margin: 0 0 10px
    }

    .store-detail-desktop .create-your-team .right .create a {
        font-size: 14px;
        padding: 6px 20px
    }
}

@media(max-width: 575px) {
    .store-detail-desktop .create-your-team {
        flex-direction: column
    }

    .store-detail-desktop .create-your-team .left .mini-box .first-number {
        line-height: 30px
    }

    .store-detail-desktop .create-your-team .right .create {
        flex-direction: column
    }
}

.store-detail-desktop .invite-friend {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.store-detail-desktop .invite-friend .left {
    margin: 0 20px 0 0;
    flex: 0 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.store-detail-desktop .invite-friend .left img {
    max-height: 70px;
    margin: 0 0 5px
}

.store-detail-desktop .invite-friend .left span {
    color: #51823a;
    font-size: 31px;
    font-weight: 700
}

.store-detail-desktop .invite-friend .right {
    font-size: 15px;
    font-weight: 300
}

.store-detail-desktop .invite-friend .right b {
    font-weight: 400
}

.store-detail-desktop .invite-friend .right .title {
    font-size: 19px;
    font-weight: 500;
    color: #3c4043
}

.store-detail-desktop .invite-friend .right .invite {
    display: flex;
    align-items: center;
    border-top: 2px solid #ebebeb;
    padding: 15px 0 0;
    margin: 15px 0 0
}

.store-detail-desktop .invite-friend .right .invite span {
    margin: 0 20px 0 0
}

.store-detail-desktop .invite-friend .right .invite a {
    background-color: #51823a;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    padding: 9px 30px;
    flex: 0 0 auto
}

@media(max-width: 767px) {
    .store-detail-desktop .invite-friend .left {
        flex: 0 0 auto;
        margin: 0 25px 0 0
    }

    .store-detail-desktop .invite-friend .right .invite {
        padding: 10px 0 0;
        margin: 10px 0 0;
        flex-wrap: wrap
    }

    .store-detail-desktop .invite-friend .right .invite span {
        margin: 0 0 10px
    }

    .store-detail-desktop .invite-friend .right .invite a {
        font-size: 14px;
        padding: 6px 20px
    }
}

@media(max-width: 575px) {
    .store-detail-desktop .invite-friend {
        flex-direction: column
    }

    .store-detail-desktop .invite-friend .left img {
        max-height: 50px;
        margin: 0 0 5px
    }

    .store-detail-desktop .invite-friend .left span {
        font-size: 25px
    }

    .store-detail-desktop .invite-friend .right .invite {
        flex-direction: column
    }
}

.store-detail-desktop .filter-nav {
    display: grid;
    margin: 30px 0;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 30px
}

.store-detail-desktop .filter-nav .filter-item,
.store-detail-desktop .filter-nav .wrap-item {
    color: #51823a;
    border: 1px solid #51823a;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    background: #fff url(/images/angle-down.svg) calc(100% - .75rem)/30px no-repeat;
    position: relative
}

.store-detail-desktop .filter-nav .filter-item:before,
.store-detail-desktop .filter-nav .wrap-item:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 10px
}

.store-detail-desktop .filter-nav .filter-item {
    height: 100%
}

.store-detail-desktop .filter-nav .filter-item:hover ul {
    display: block !important
}

.store-detail-desktop .filter-nav .filter-item select {
    display: none
}

.store-detail-desktop .filter-nav .filter-item ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%
}

.store-detail-desktop .filter-nav .filter-item ul:before {
    content: "";
    position: absolute;
    left: 20px;
    background: #fff;
    height: calc(100% - 40px)
}

.store-detail-desktop .filter-nav .filter-item ul li {
    margin: 0 0 13px;
    color: #222;
    cursor: pointer
}

.store-detail-desktop .filter-nav .filter-item ul li:hover {
    color: #51823a
}

.store-detail-desktop .filter-nav .filter-item ul li:last-child {
    margin: 0
}

.store-detail-desktop .filter-nav .wrap-item.active .jump-content,
.store-detail-desktop .filter-nav .wrap-item:hover .jump-content {
    display: block
}

.store-detail-desktop .filter-nav .filter-value,
.store-detail-desktop .filter-nav .item {
    padding: 10px 20px;
    cursor: pointer;
    height: 100%;
    align-items: center;
    display: flex
}

.store-detail-desktop .store-detail {
    padding: 0 0 30px
}

.store-detail-desktop .store-detail .up-to {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    color: #3c4043;
    margin: 10px;
    line-height: 1.11;
    position: relative
}

.store-detail-desktop .store-detail .up-to span {
    font-size: 16px;
    display: block
}

.store-detail-desktop .store-detail .up-to b {
    font-size: 24px;
    font-weight: 900;
    color: #2f7310
}

.store-detail-desktop .store-detail .up-to .help {
    position: absolute;
    top: 0;
    right: 30px
}

.store-detail-desktop .store-detail .up-to .help:hover .fa-info-circle {
    color: #f19f19
}

.store-detail-desktop .store-detail .up-to .help:hover .popup {
    visibility: visible;
    opacity: 1
}

.store-detail-desktop .store-detail .up-to .help .fa-info-circle {
    color: #aaa;
    cursor: pointer
}

.store-detail-desktop .store-detail .up-to .help .popup {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    position: absolute;
    min-width: 250px;
    box-shadow: 0 1px 1px 0 #ababab;
    background-color: #3c4043;
    padding: 10px;
    border-radius: 7px;
    bottom: 30px;
    left: 10px;
    z-index: 2;
    color: #3c4043;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5
}

.store-detail-desktop .store-detail .up-to .help .popup:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -10px;
    border-left: 10px solid #3c4043;
    border-bottom: 10px solid transparent
}

.store-detail-desktop .store-detail .up-to .help .popup b {
    color: #67a54a;
    font-weight: 400;
    font-size: 13px
}

.store-detail-desktop .store-detail .shop-now {
    background-color: #51823a;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 20px 10px;
    display: block;
    padding: 9px
}

.store-detail-desktop .store-detail .sidebar {
    margin: 30px 0 0
}

.store-detail-desktop .store-detail .sidebar .sidebar-group {
    background-color: #fff;
    margin: 0 0 1.5rem;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05)
}

.store-detail-desktop .store-detail .sidebar .sidebar-group .more-content {
    line-height: 1.77
}

.store-detail-desktop .store-detail .sidebar .sidebar-group .more-btn {
    color: #2f7310;
    font-size: 14px
}

.store-detail-desktop .store-detail .sidebar .sidebar-group .line {
    height: 1px;
    width: 100%;
    background: #e0e0e0
}

.store-detail-desktop .store-detail .sidebar .sidebar-group .title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    background: #487e30;
    margin: 0;
    padding: 1.7rem 1rem;
    text-align: center
}

.store-detail-desktop .store-detail .sidebar .today-top ul li .number {
    border-radius: 20px;
    border: 1px solid #487e30;
    padding: 2px 9px;
    margin-right: 9px;
    background-color: #487e30;
    color: #fff;
    max-height: 28px;
    width: 28px;
    float: left;
    margin-top: 5px;
    text-align: center
}

.store-detail-desktop .store-detail .sidebar .today-top ul li .number b {
    font-weight: 500
}

.store-detail-desktop .store-detail .sidebar .store-info p {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px
}

.store-detail-desktop .store-detail .sidebar .store-info p:last-child {
    margin: 0
}

.store-detail-desktop .store-detail .sidebar .trees-planted img {
    margin: 0 auto;
    display: block
}

.store-detail-desktop .store-detail .sidebar .trees-planted .total-trees {
    color: #51823a;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 0;
    line-height: 44px
}

.store-detail-desktop .store-detail .sidebar .today-top a {
    color: #3c4043;
    display: block
}

.store-detail-desktop .store-detail .sidebar .today-top a:hover {
    color: #2f7310
}

.store-detail-desktop .store-detail .sidebar .about-store ul li,
.store-detail-desktop .store-detail .sidebar .user-review ul li {
    padding-left: 40px;
    margin: 0 0 5px;
    position: relative
}

.store-detail-desktop .store-detail .sidebar .about-store ul li img,
.store-detail-desktop .store-detail .sidebar .user-review ul li img {
    position: absolute;
    left: 0;
    top: -1px
}

.store-detail-desktop .store-detail .sidebar .about-store ul li a,
.store-detail-desktop .store-detail .sidebar .user-review ul li a {
    font-size: 13px;
    line-height: 1.92;
    color: #2f7310;
    text-decoration: underline
}

.store-detail-desktop .store-detail .sidebar .about-store ul li a:hover,
.store-detail-desktop .store-detail .sidebar .user-review ul li a:hover {
    text-decoration: none
}

.store-detail-desktop .store-detail .sidebar .user-review ul li {
    padding-left: 0
}

.store-detail-desktop .store-detail .sidebar .recommended-stores .item {
    margin: 0 0 20px
}

.store-detail-desktop .store-detail .sidebar .recommended-stores .item:last-child {
    margin: 0
}

.store-detail-desktop .store-detail .sidebar .recommended-stores__store-image {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-shadow: 0 0 3px 3px #fafafa
}

.store-detail-desktop .store-detail .sidebar .recommended-stores__store-image img {
    max-height: 100%
}

.store-detail-desktop .store-detail .sidebar .recommended-stores__store-name {
    font-size: 15px;
    font-weight: 600
}

.store-detail-desktop .store-detail .sidebar .recommended-stores__store-name a {
    color: #222
}

.store-detail-desktop .store-detail .sidebar .recommended-stores__store-name a:hover {
    color: #51823a
}

.store-detail-desktop .store-detail .sidebar .store-social .title {
    margin-bottom: 15px
}

.store-detail-desktop .store-detail .sidebar .store-social a {
    font-size: 13px;
    line-height: 1.67;
    color: #2f7310;
    display: block;
    border-radius: 18px;
    background-color: #f2f8f7;
    padding: 6px 12px;
    margin: 8px 0 0;
    font-weight: 500
}

.store-detail-desktop .store-detail .sidebar .store-social a span {
    display: inline-block;
    width: 24px;
    text-align: center;
    margin: 0 5px 0 0
}

.store-detail-desktop .store-detail .main-content {
    margin: 30px 0 0;
    padding: 10px;
}

.store-detail-desktop .store-detail .main-content .my-4 ul {
    list-style: auto;
    padding-left: 30px;
    margin-bottom: 15px
}

.store-detail-desktop .store-detail .main-content .href-show-coupon {
    margin-top: 20px
}

.store-detail-desktop .store-detail .main-content pre {
    white-space: normal
}

.store-detail-desktop .store-detail .main-content .top-main-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.store-detail-desktop .store-detail .main-content .top-main-content .submit-coupon {
    font-size: 14px;
    font-weight: 600;
    color: #2f7310
}

.store-detail-desktop .store-detail .main-content .store-title {
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0 20px
}

.store-detail-desktop .store-detail .main-content .store-description {
    font-size: 15px
}

.store-detail-desktop .store-detail .main-content .box {
    box-shadow: 0 0 15px 0 #eee;
    border: 1px solid #e0e0e0;
    margin: 0 0 15px
}

.store-detail-desktop .store-detail .main-content .saving-tips .fa-lightbulb-o {
    padding-left: 15px;
    font-size: 26px
}

.store-detail-desktop .store-detail .main-content .faq-box {
    overflow: hidden
}

.store-detail-desktop .store-detail .main-content .faq-box .fa-question-circle {
    padding-left: 15px;
    font-size: 26px
}

.store-detail-desktop .store-detail .main-content .faq-box .title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4
}

.store-detail-desktop .store-detail .main-content .faq-box .faq {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-top: 1px solid #cbcbcb
}

.store-detail-desktop .store-detail .main-content .faq-box .faq.active .content .question .icon {
    transform: rotate(180deg)
}

.store-detail-desktop .store-detail .main-content .faq-box .faq img {
    margin: 0 30px 0 0
}

.store-detail-desktop .store-detail .main-content .faq-box .faq .content {
    flex: 1 0 0
}

.store-detail-desktop .store-detail .main-content .faq-box .faq .content p {
    margin: 0
}

.store-detail-desktop .store-detail .main-content .faq-box .faq .content .question {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.store-detail-desktop .store-detail .main-content .faq-box .faq .content .question .icon {
    cursor: pointer;
    transition: all .3s;
    font-size: 23px
}

.store-detail-desktop .store-detail .main-content .faq-box .faq .content .answer {
    padding: 10px 0 0
}

.store-detail-desktop .store-detail .main-content .faq-box .faq .content .answer ul {
    list-style: disc;
    padding: 0 0 0 40px
}

.store-detail-desktop .store-detail .main-content .faq-box .faq .content .answer h3 {
    font-weight: 600
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    margin: 20px 0 15px
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .latest-code {
    margin: 0 25px 0 0;
    display: flex;
    align-items: center
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .latest-code .switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 14px;
    margin: 0 0 0 5px
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .latest-code .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .latest-code .switch input:checked+.slider {
    background-color: #51823a;
    box-shadow: none
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .latest-code .switch input:checked+.slider:before {
    transform: translateX(18px)
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .latest-code .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    box-shadow: inset 0 2px 2px #aaa
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .latest-code .switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    transition: .4s
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .latest-code .switch .slider.round {
    border-radius: 34px
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .latest-code .switch .slider.round:before {
    border-radius: 50%
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .terms-jump {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    flex: 1 0 auto
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .terms-jump:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background: #cbcbcb
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .terms-jump span {
    position: relative;
    background: #f6f6f6;
    display: block;
    padding: 0 15px;
    cursor: pointer
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .terms-jump span.active {
    color: #51823a
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .terms-jump span.active svg {
    transform: rotate(0deg)
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .terms-jump span.active svg path {
    fill: #51823a
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .terms-jump span svg {
    transform: rotate(180deg);
    transition: all .3s
}

.store-detail-desktop .store-detail .main-content .latest-code-terms-jump .terms-jump span svg path {
    fill: #3c4043
}

.store-detail-desktop .store-detail .main-content .terms-content {
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 20px;
    display: none
}

.store-detail-desktop .store-detail .main-content .terms-content .left {
    border-right: 1px solid #cbcbcb
}

.store-detail-desktop .store-detail .main-content .terms-content .left .material-icons {
    border: 2px solid #51823a;
    color: #51823a
}

.store-detail-desktop .store-detail .main-content .terms-content .right .material-icons {
    border: 2px solid #c71a1a;
    color: #c71a1a
}

.store-detail-desktop .store-detail .main-content .terms-content .item .title {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center
}

.store-detail-desktop .store-detail .main-content .terms-content .item .title span {
    border-radius: 100%;
    font-size: 17px;
    padding: 1px;
    margin: 0 15px 0 0
}

.store-detail-desktop .store-detail .main-content .terms-content .item ul {
    list-style: disc;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 300
}

.store-detail-desktop .store-detail .main-content .terms-content .item ul b {
    font-weight: 500
}

.store-detail-desktop .store-detail .main-content .filter-item ul,
.store-detail-desktop .store-detail .main-content .jump-content {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    min-width: 300px;
    padding: 20px;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, .05);
    border-radius: 3px;
    right: 0;
    top: calc(100% + 10px);
    z-index: 1;
    max-height: 300px;
    overflow-y: auto
}

.store-detail-desktop .store-detail .main-content .filter-item ul a,
.store-detail-desktop .store-detail .main-content .jump-content a {
    margin: 0 0 13px;
    color: #222;
    display: block
}

.store-detail-desktop .store-detail .main-content .filter-item ul a:last-child,
.store-detail-desktop .store-detail .main-content .jump-content a:last-child {
    margin: 0
}

.store-detail-desktop .store-detail .main-content .filter-item ul a:hover,
.store-detail-desktop .store-detail .main-content .jump-content a:hover {
    color: #51823a
}

.store-detail-desktop .store-detail .main-content .tag-title {
    font-size: 1.2rem;
    color: #3c4043;
    text-transform: uppercase;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 0;
    font-weight: 700;

}

.store-detail-desktop .store-detail .main-content .tag-title.ver2 {
    color: #fff;
    padding: 0;
    border-radius: 5px 0 5px 0
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2 span {
    padding: 7px 15px 1px;
    display: inline-block;
    border-radius: 5px 5px 0 0
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.pink {
    border-bottom: 7px solid #e56067
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.pink span {
    background: #e56067
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.violet {
    border-bottom: 7px solid #685db4
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.violet span {
    background: #685db4
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.blue {
    border-bottom: 7px solid #33c3b1
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.blue span {
    background: #33c3b1
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.yellow {
    border-bottom: 7px solid #f19f19
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.yellow span {
    background: #f19f19
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.brown {
    border-bottom: 7px solid #f19f19
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.brown span {
    background: #f19f19
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.bright-green {
    border-bottom: 7px solid #00c27e
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.bright-green span {
    background: #00c27e
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.bright-black {
    border-bottom: 7px solid #000
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.bright-black span {
    background: #000
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.green {
    border-bottom: 7px solid #51823a
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.green span {
    background: #51823a
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.grey {
    border-bottom: 7px solid #acacac
}

.store-detail-desktop .store-detail .main-content .tag-title.ver2.grey span {
    background: #acacac
}

.store-detail-desktop .store-detail .main-content .tag-title .fa-angle-down {
    font-size: 22px
}

.store-detail-desktop .store-detail .main-content .tag-title .icon {
    cursor: pointer;
    transition: all .3s
}

.store-detail-desktop .store-detail .main-content .tag-title .icon.active {
    transform: rotate(-180deg)
}

.store-detail-desktop .store-detail .main-content .coupon {
    padding: 0 20px;
    font-size: 13px;
    color: #3c4043;
    border-radius: 3px;
    border: 1px solid hsla(0, 0%, 60%, .25);
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    margin: 0 0 10px
}

.store-detail-desktop .store-detail .main-content .coupon .description {
    font-size: 14px;
    margin: 10px 0 0
}

.store-detail-desktop .store-detail .main-content .coupon .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.store-detail-desktop .store-detail .main-content .coupon .top .percent {
    color: #51823a;
    margin: 0 20px 0 0;
    font-size: 17px;
    text-align: center;
    width: 120px;
    font-weight: 400
}

.store-detail-desktop .store-detail .main-content .coupon .top .percent.great-offer b {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600
}

.store-detail-desktop .store-detail .main-content .coupon .top .percent b {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    display: block;
    text-transform: uppercase
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify {
    flex: 1 0 0;
    border-left: 1px dashed #ccc;
    padding: 20px 0 20px 20px
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .type-uses {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    color: #666
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .type-uses>* {
    margin: 3px 35px 3px 0;
    display: flex;
    align-items: center
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .type-uses img {
    width: 20px;
    height: 20px;
    margin: 0 3px 0 0
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .type-uses .expired svg {
    height: 14px
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .type-uses .uses {
    display: flex;
    align-items: center
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .type-uses .uses img {
    margin: 0 3px 0 0
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    min-height: 44px;
    word-break: break-word;
    cursor: pointer
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .name a {
    color: #3c4043
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .tag {
    margin: 15px 0 0
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .tag span {
    border-radius: 3px;
    background-color: #eee;
    padding: 1px 8px;
    margin: 0 3px 0 0;
    display: inline-block
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name {
    flex: 1 0 0;
    padding: 20px 0 20px 20px
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name .type-uses {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    color: #666
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name .type-uses>* {
    margin: 3px 35px 3px 0;
    display: flex;
    align-items: center
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name .type-uses img {
    width: 20px;
    height: 20px;
    margin: 0 3px 0 0
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name .type-uses .expired svg {
    height: 14px
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name .type-uses .uses {
    display: flex;
    align-items: center
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name .type-uses .uses img {
    margin: 0 3px 0 0
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    min-height: 44px;
    word-break: break-word;
    cursor: pointer
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name .name a {
    color: #3c4043
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name .tag {
    margin: 15px 0 0
}

.store-detail-desktop .store-detail .main-content .coupon .top .type-name .tag span {
    border-radius: 3px;
    background-color: #eee;
    padding: 1px 8px;
    margin: 0 3px 0 0;
    display: inline-block
}

.store-detail-desktop .store-detail .main-content .coupon .top .get-btn {
    background-color: #51823a;
    position: relative;
    margin: 0 0 0 25px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 7px 37px;
    min-width: 137px;
    border-radius: 5px;
    overflow: hidden;
    
    border: none
}

.store-detail-desktop .store-detail .main-content .coupon .top .get-btn:hover .corner {
    width: 22px;
    height: 22px;
    border-left: 22px solid transparent;
    border-bottom: 22px solid #ccc
}

.store-detail-desktop .store-detail .main-content .coupon .top .get-btn .corner {
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    background: #26610c;
    transition: .2s;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #ccc;
    pointer-events: none;
    border-top-left-radius: 5px
}

.store-detail-desktop .store-detail .main-content .coupon .top .get-btn.get-deal {
    background-color: #f19f19
}

.store-detail-desktop .store-detail .main-content .coupon .top .get-btn.get-deal .corner {
    background: #cb820c
}

.store-detail-desktop .store-detail .main-content .coupon .top .get-btn.expired {
    background-color: #acacac
}

.store-detail-desktop .store-detail .main-content .coupon .top .get-btn.expired .corner {
    display: none
}

.store-detail-desktop .store-detail .main-content .coupon .box-tested-screenshot .head {
    display: flex
}

.store-detail-desktop .store-detail .main-content .coupon .box-tested-screenshot .head .title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer
}

.store-detail-desktop .store-detail .main-content .coupon .box-tested-screenshot .head .close-screen {
    margin-left: auto;
    cursor: pointer
}

.store-detail-desktop .store-detail .main-content .coupon .box-tested-screenshot .screen-content .hidden {
    display: none
}

.store-detail-desktop .store-detail .main-content .coupon .box-tested-screenshot .check-time {
    line-height: 1.5
}

.store-detail-desktop .store-detail .main-content .coupon .box-tested-screenshot .screenshot {
    width: 100%
}

.store-detail-desktop .store-detail .main-content .coupon .box-event-deals .head {
    display: flex
}

.store-detail-desktop .store-detail .main-content .coupon .box-event-deals .head .title {
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer
}

.store-detail-desktop .store-detail .main-content .coupon .box-event-deals .head .close-screen {
    margin-left: auto;
    cursor: pointer
}

.store-detail-desktop .store-detail .main-content .today-top {
    font-size: 14px;
    font-weight: 300;
    padding: 20px 15px
}

.store-detail-desktop .store-detail .main-content .today-top .title {
    font-size: 15px;
    font-weight: 500
}

.store-detail-desktop .store-detail .main-content .today-top a {
    color: #3c4043;
    display: block
}

.store-detail-desktop .store-detail .main-content .ctg-1 a:before {
    content: "";
    display: block
}

.store-detail-desktop .store-detail .main-content .ctg-2 .cv-db-coupon {
    padding: 0 0 10px
}

.store-detail-desktop .store-detail .main-content .ctg-2 .cv-db-coupon li {
    padding: 10px 0
}

.store-detail-desktop .store-detail .main-content .saving-tips .tip-wrapper .tip {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #cbcbcb;
    font-size: 16px
}

.store-detail-desktop .store-detail .main-content .saving-tips .tip-wrapper .tip b {
    font-weight: 600
}

.store-detail-desktop .store-detail .main-content .saving-tips .tip-wrapper .tip img {
    margin: 0 30px 0 0
}

.store-detail-desktop .store-detail .main-content .saving-tips .tip-wrapper .tip h3 {
    font-size: 18px;
    font-weight: 500
}

.store-detail-desktop .store-detail .main-content .saving-tips .others-links {
    padding-left: 30px;
    padding-bottom: 15px
}

.store-detail-desktop .store-detail .main-content .saving-tips .others-links li {
    display: inline;
    padding-right: 15px
}

.store-detail-desktop .store-detail .main-content .saving-tips .others-links li img {
    margin-bottom: 3px;
    padding-right: 5px
}

.store-detail-desktop .store-detail .main-content .popular-coupon table {
    font-size: 15px;
    font-weight: 500;
    color: #3c4043;
    text-align: center
}

.store-detail-desktop .store-detail .main-content .popular-coupon table thead {
    border-top: 1px solid #cbcbcb
}

.store-detail-desktop .store-detail .main-content .popular-coupon table thead th {
    padding: 6px 40px
}

.store-detail-desktop .store-detail .main-content .popular-coupon table tbody {
    border-top: 1px solid #cbcbcb
}

.store-detail-desktop .store-detail .main-content .popular-coupon table tbody tr {
    margin: 20px 40px
}

.store-detail-desktop .store-detail .main-content .popular-coupon table tbody tr td {
    padding: 10px 40px
}

.store-detail-desktop .store-detail .main-content .popular-coupon table tbody tr td:nth-child(2) {
    text-align: left
}

.store-detail-desktop .store-detail .main-content .popular-coupon table tbody tr td:last-child {
    font-weight: 300
}

.store-detail-desktop .store-detail .main-content .popular-coupon table tbody tr td a {
    font-weight: 400;
    color: #2f7310;
    text-decoration: underline
}

.store-detail-desktop .store-detail .main-content .popular-coupon table tbody tr td a:hover {
    text-decoration: none
}

.store-detail-desktop .store-detail .main-content .popular-coupon table tbody tr:first-child td {
    padding-top: 20px
}

.store-detail-desktop .store-detail .main-content .popular-coupon table tbody tr:last-child td {
    padding-bottom: 20px
}

@media(max-width: 767px) {
    .store-detail-desktop .store-detail .main-content {
        margin: 20px 0 0
    }

    .store-detail-desktop .store-detail .main-content .img-title {
        margin: 0 0 15px
    }

    .store-detail-desktop .store-detail .main-content .img-title .store-img-mobile {
        width: 58px;
        border: 1px solid #e0e0e0;
        margin: 0 15px 0 0
    }

    .store-detail-desktop .store-detail .main-content .store-title {
        font-size: 21px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0
    }
}

@media(max-width: 767px)and (max-width:767px) {
    .store-detail-desktop .store-detail .main-content .store-title {
        height: 24px;
        overflow: hidden;
        position: relative;
        cursor: pointer
    }

    .store-detail-desktop .store-detail .main-content .store-title.hover {
        overflow: visible;
        height: auto;
        position: static
    }

    .store-detail-desktop .store-detail .main-content .store-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 23px;
        width: 20%;
        background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, #f66 100%)
    }
}

@media(max-width: 767px) {

    .store-detail-desktop .store-detail .main-content .create-your-team,
    .store-detail-desktop .store-detail .main-content .invite-friend,
    .store-detail-desktop .store-detail .main-content .save-box,
    .store-detail-desktop .store-detail .main-content .store-description,
    .store-detail-desktop .store-detail .main-content .top-main-content .submit-coupon {
        display: none
    }

    .store-detail-desktop .store-detail .main-content .active-donte-mobile {
        background-color: #f5f5f5;
        padding: 10px;
        border-radius: 5px
    }

    .store-detail-desktop .store-detail .main-content .active-donte-mobile .up-to {
        margin: 0
    }

    .store-detail-desktop .store-detail .main-content .active-donte-mobile .up-to span {
        font-size: medium;
        display: initial
    }

    .store-detail-desktop .store-detail .main-content .active-donte-mobile .up-to b {
        color: #51823a;
        font-size: medium;
        font-weight: 500
    }

    .store-detail-desktop .store-detail .main-content .active-donte-mobile .up-to .help {
        right: 20px
    }

    .store-detail-desktop .store-detail .main-content .active-donte-mobile .up-to .help .material-icons {
        color: #676a6c;
        font-size: 16px
    }

    .store-detail-desktop .store-detail .main-content .active-donte-mobile .up-to .help:hover .material-icons {
        color: #f19f19
    }

    .store-detail-desktop .store-detail .main-content .active-donte-mobile .up-to .help .popup {
        left: inherit;
        right: -10px
    }

    .store-detail-desktop .store-detail .main-content .active-donte-mobile .up-to .help .popup:before {
        left: auto;
        right: 23px;
        transform: rotateY(180deg)
    }

    .store-detail-desktop .store-detail .main-content .active-donte-mobile .up-to .help .popup b {
        color: #6db04f;
        font-weight: 400;
        font-size: 13px
    }

    .store-detail-desktop .store-detail .main-content .active-donte-mobile .shop-now {
        font-size: 19px;
        margin: 10px 10px 5px
    }

    .store-detail-desktop .store-detail .main-content .latest-code-terms-jump {
        flex-direction: column;
        align-items: normal;
        margin: 15px 0 0
    }

    .store-detail-desktop .store-detail .main-content .latest-code-terms-jump .latest-code {
        margin: 0;
        background: #e5e4e4;
        padding: 10px 15px;
        justify-content: space-between;
        border-radius: 5px
    }

    .store-detail-desktop .store-detail .main-content .latest-code-terms-jump .terms-jump {
        font-size: 14px;
        margin: 15px 0
    }

    .store-detail-desktop .store-detail .main-content .jump-content a {
        width: 49%
    }

    .store-detail-desktop .store-detail .main-content .terms-content .item .title span {
        margin: 0 10px 0 0
    }

    .store-detail-desktop .store-detail .main-content .tag-title {
        font-size: 16px
    }

    .store-detail-desktop .store-detail .main-content .tag-title.ver2 {
        border-radius: 0
    }

    .store-detail-desktop .store-detail .main-content .tag-title.ver2 span {
        padding: 7px 15px 0;
        width: 100%
    }

    .store-detail-desktop .store-detail .main-content .coupon {
        padding: 0 7px
    }

    .store-detail-desktop .store-detail .main-content .coupon .top .percent {
        margin: 0 10px 0 0;
        display: flex;
        flex-direction: column;
        width: auto;
        font-size: 12px;
        flex: 0 0 60px;
        max-width: 60px;
        overflow: hidden;
        font-weight: 600
    }

    .store-detail-desktop .store-detail .main-content .coupon .top .percent.number b {
        font-size: 22px;
        line-height: 26px
    }

    .store-detail-desktop .store-detail .main-content .coupon .top .percent.great-offer b {
        font-size: 17px;
        line-height: 22px
    }

    .store-detail-desktop .store-detail .main-content .coupon .top .percent b {
        line-height: 26px;
        font-size: 22px
    }

    .store-detail-desktop .store-detail .main-content .coupon .top .get-btn {
        margin: 0 0 0 10px;
        padding: 7px 20px;
        min-width: 100px;
        display: none
    }

    .store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify {
        padding: 7px 0 7px 10px
    }

    .store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .type-uses {
        margin: 0 0 3px
    }

    .store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .type-uses .uses {
        display: none
    }

    .store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .name {
        -webkit-line-clamp: 1;
        min-height: auto;
        font-weight: 500;
        font-size: 16px
    }

    .store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .tag {
        margin: 10px 0 0
    }

    .store-detail-desktop .store-detail .main-content .coupon .top .type-name-verify .tag span {
        margin: 0 0 3px
    }

    .store-detail-desktop .store-detail .main-content .saving-tips .tip-wrapper .tip {
        padding: 15px
    }

    .store-detail-desktop .store-detail .main-content .saving-tips .tip-wrapper .tip img {
        margin: 0 10px 0 0;
        width: 30px
    }

    .store-detail-desktop .store-detail .main-content .saving-tips .others-links {
        padding-left: 10px;
        padding-bottom: 5px
    }

    .store-detail-desktop .store-detail .main-content .faq-box .faq {
        padding: 15px
    }

    .store-detail-desktop .store-detail .main-content .faq-box .faq img {
        margin: 0 15px 0 0;
        width: 26px
    }

    .store-detail-desktop .store-detail .main-content .popular-coupon {
        overflow-x: scroll
    }

    .store-detail-desktop .store-detail .main-content .popular-coupon table {
        width: 600px !important;
        font-size: 14px
    }

    .store-detail-desktop .store-detail .main-content .popular-coupon table tbody tr td {
        padding: 10px 20px
    }
}

@media(max-width: 575px) {
    .store-detail-desktop .store-detail .main-content .terms-content .left {
        border: none
    }

    .store-detail-desktop .store-detail .main-content .terms-content .left .item {
        margin: 0 0 15px;
        padding: 0 0 15px;
        border-bottom: 1px solid #cbcbcb
    }

    .store-detail-desktop .store-detail .main-content .jump-content a {
        width: 100%;
        padding: 3px 15px
    }
}

.store-detail-desktop .store-detail .box-similar-post-tag .similar-post-tag-wrapper {
    margin-bottom: 30px
}

.store-detail-desktop .store-detail .box-similar-post-tag .box-post {
    margin-bottom: 15px
}

.store-detail-desktop .store-detail .box-similar-post-tag .item {
    border-radius: 5px;
    background-color: #fafafa;
    overflow: hidden;
    box-shadow: 1px 1px 3px 0 #7a7a7a;
    color: #222;
    height: 150px
}

.store-detail-desktop .store-detail .box-similar-post-tag .item .img {
    width: 33%;
    flex: 0 0 33%;
    border-radius: 5px;
    overflow: hidden
}

.store-detail-desktop .store-detail .box-similar-post-tag .item .img img {
    height: 146px;
    max-height: 146px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s
}

.store-detail-desktop .store-detail .box-similar-post-tag .item .info {
    padding: 15px 15px 10px;
    flex: 0 0 66%;
    max-width: 66%
}

.store-detail-desktop .store-detail .box-similar-post-tag .item .title {
    font-size: 17px;
    margin: 0 10px 0 0;
    color: #2d6fc3;
    transition: all .1s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.store-detail-desktop .store-detail .box-similar-post-tag .item .title a {
    color: #2d6fc3
}

.store-detail-desktop .store-detail .box-similar-post-tag .item .title+img {
    width: 17px
}

.store-detail-desktop .store-detail .box-similar-post-tag .item .desc {
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 42px
}

.store-detail-desktop .get-code-popup .wrap-popup,
.store-detail-desktop .get-deal-popup .wrap-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    max-height: 100%;
    overflow: auto;
    z-index: 9
}

.store-detail-desktop .get-code-popup .wrap-popup .popup,
.store-detail-desktop .get-deal-popup .wrap-popup .popup {
    position: fixed;
    width: 60vw;
    left: 20vw;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    background: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 1;
    overflow: auto;
    border-radius: 5px;
    border: 1px solid #707070;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.store-detail-desktop .get-code-popup .wrap-popup .popup::-webkit-scrollbar,
.store-detail-desktop .get-deal-popup .wrap-popup .popup::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #111
}

.store-detail-desktop .get-code-popup .wrap-popup .popup::-webkit-scrollbar-thumb,
.store-detail-desktop .get-deal-popup .wrap-popup .popup::-webkit-scrollbar-thumb {
    background-color: #51823a
}

.store-detail-desktop .get-code-popup .wrap-popup .popup::-webkit-scrollbar-track,
.store-detail-desktop .get-deal-popup .wrap-popup .popup::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox {
    max-height: 100%;
    overflow: auto;
    text-align: center;
    padding: 30px 40px 40px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .store-img,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .store-img {
    max-height: 144px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .coupon-name,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .coupon-name {
    font-size: 23px;
    font-weight: 400;
    margin: 10px 0
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .desc,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .desc {
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 8px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .desc a,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .desc a {
    color: #51823a
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .desc b,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .desc b {
    font-weight: 400
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .go-to,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .go-to {
    background-color: #51823a;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    margin: 15px 0 20px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .copy-code,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .copy-code {
    display: inline-flex;
    margin: 5px 0 30px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .copy-code input,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .copy-code input {
    background: #ebebeb;
    border: none;
    height: 46px;
    width: 200px;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-radius: 5px 0 0 5px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .copy-code .tooltip,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .copy-code .tooltip {
    position: relative;
    opacity: 1
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .copy-code .tooltip button,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .copy-code .tooltip button {
    background: #51823a;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
    height: 46px;
    padding: 0 25px;
    border-radius: 0 5px 5px 0
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .save-box,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .save-box {
    text-align: left
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .help,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .help {
    font-size: 16px;
    padding: 5px 0 0;
    margin: 0
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .help a,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .help a {
    color: #51823a;
    text-decoration: underline
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .already-have,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .already-have {
    background: #eee;
    display: block;
    padding: 7px;
    margin: 15px -40px -15px;
    font-size: 14px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .shutdown,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .shutdown {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 100%;
    background: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .shutdown:hover,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .shutdown:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.store-detail-desktop .get-code-popup .wrap-popup .popup .shutdown img,
.store-detail-desktop .get-deal-popup .wrap-popup .popup .shutdown img {
    width: 12px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info {
    position: fixed;
    width: 90vw;
    height: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    background: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 1;
    overflow: auto;
    border-radius: 5px;
    border: 1px solid #707070
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info::-webkit-scrollbar,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #111
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info::-webkit-scrollbar-thumb,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info::-webkit-scrollbar-thumb {
    background-color: #51823a
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info::-webkit-scrollbar-track,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox {
    max-height: 100%;
    overflow: auto;
    text-align: center;
    padding: 30px 40px 40px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .coupon-code .store-img,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .coupon-code .store-img {
    max-height: 144px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .coupon-code .coupon-name,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .coupon-code .coupon-name {
    font-size: 23px;
    font-weight: 400;
    margin: 10px 0
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .coupon-code .desc,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .coupon-code .desc {
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 8px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .coupon-code .desc a,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .coupon-code .desc a {
    color: #51823a
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .coupon-code .desc b,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .coupon-code .desc b {
    font-weight: 400
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .coupon-code .go-to,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .coupon-code .go-to {
    background-color: #51823a;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    margin: 15px 0 20px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .coupon-code .copy-code,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .coupon-code .copy-code {
    display: inline-flex;
    margin: 5px 0 30px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .coupon-code .copy-code input,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .coupon-code .copy-code input {
    background: #ebebeb;
    border: none;
    height: 46px;
    width: 200px;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-radius: 5px 0 0 5px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .coupon-code .copy-code .tooltip,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .coupon-code .copy-code .tooltip {
    position: relative;
    opacity: 1
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .coupon-code .copy-code .tooltip button,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .coupon-code .copy-code .tooltip button {
    background: #51823a;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
    height: 46px;
    padding: 0 25px;
    border-radius: 0 5px 5px 0
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .save-box,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .save-box {
    text-align: left
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .help,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .help {
    font-size: 16px;
    padding: 5px 0 0;
    margin: 0
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .help a,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .help a {
    color: #51823a;
    text-decoration: underline
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .overbox .already-have,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .overbox .already-have {
    background: #eee;
    display: block;
    padding: 7px;
    margin: 15px -40px -15px;
    font-size: 14px
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .shutdown,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .shutdown {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 100%;
    background: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .shutdown:hover,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .shutdown:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.store-detail-desktop .get-code-popup .wrap-popup .popup-extra-info .shutdown img,
.store-detail-desktop .get-deal-popup .wrap-popup .popup-extra-info .shutdown img {
    width: 12px
}

.store-detail-desktop .get-code-popup .wrap-popup .overlay,
.store-detail-desktop .get-deal-popup .wrap-popup .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    content: "";
    background: rgba(29, 29, 31, .6);
    z-index: 0
}

@media(max-width: 991px) {

    .store-detail-desktop .get-code-popup .wrap-popup .popup,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup {
        width: 760px;
        left: calc(50% - 380px)
    }
}

@media(max-width: 767px) {

    .store-detail-desktop .get-code-popup .wrap-popup .popup,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup {
        width: 100%;
        left: 0
    }

    .store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .store-img,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .store-img {
        max-height: 140px
    }

    .store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .coupon-name,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .coupon-name {
        font-size: 17px;
        margin: 10px 0
    }

    .store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .desc,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .desc {
        margin-bottom: 7px;
        font-size: 13px
    }

    .store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .copy-code input,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .copy-code input {
        height: 40px;
        width: 150px;
        font-size: 15px
    }

    .store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .copy-code .tooltip button,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .copy-code .tooltip button {
        font-size: 15px;
        height: 40px;
        padding: 0 15px
    }

    .store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .help,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .help {
        font-size: 15px;
        padding: 10px 0
    }
}

@media(max-width: 575px) {

    .store-detail-desktop .get-code-popup .wrap-popup .popup .overbox,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox {
        padding: 15px 15px 10px
    }

    .store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .save-box,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .save-box {
        padding: 15px 0 0
    }

    .store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .store-img,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .store-img {
        max-height: 100px
    }

    .store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .copy-code,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .copy-code {
        margin: 5px 0 15px
    }

    .store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .copy-code input,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .copy-code input {
        height: 34px;
        width: 130px
    }

    .store-detail-desktop .get-code-popup .wrap-popup .popup .overbox .coupon-code .copy-code .tooltip button,
    .store-detail-desktop .get-deal-popup .wrap-popup .popup .overbox .coupon-code .copy-code .tooltip button {
        height: 34px;
        line-height: 28px
    }
}

.store-detail-desktop .get-deal-popup .wrap-popup .popup {
    width: 60vw;
    left: 20vw
}

@media(max-width: 575px) {
    .store-detail-desktop .get-deal-popup .wrap-popup .popup {
        width: 100%;
        left: 0
    }
}

.store-detail-desktop .get-code-box,
.store-detail-desktop .get-deal-box {

}

.store-detail-desktop .get-code-box.active,
.store-detail-desktop .get-deal-box.active {
    top: 0
}

.store-detail-desktop .get-code-box .coupon-code .store-img,
.store-detail-desktop .get-deal-box .coupon-code .store-img {
    max-height: 144px
}

.store-detail-desktop .get-code-box .coupon-code .coupon-name,
.store-detail-desktop .get-deal-box .coupon-code .coupon-name {
    font-size: 23px;
    font-weight: 400;
    margin: 10px 0
}

.store-detail-desktop .get-code-box .coupon-code .desc,
.store-detail-desktop .get-deal-box .coupon-code .desc {
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 8px
}

.store-detail-desktop .get-code-box .coupon-code .desc a,
.store-detail-desktop .get-deal-box .coupon-code .desc a {
    color: #51823a
}

.store-detail-desktop .get-code-box .coupon-code .desc b,
.store-detail-desktop .get-deal-box .coupon-code .desc b {
    font-weight: 400
}

.store-detail-desktop .get-code-box .coupon-code .go-to,
.store-detail-desktop .get-deal-box .coupon-code .go-to {
    background-color: #51823a;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    margin: 15px 0 20px
}

.store-detail-desktop .get-code-box .coupon-code .copy-code,
.store-detail-desktop .get-deal-box .coupon-code .copy-code {
    display: inline-flex;
    margin: 5px 0 30px
}

.store-detail-desktop .get-code-box .coupon-code .copy-code input,
.store-detail-desktop .get-deal-box .coupon-code .copy-code input {
    background: #ebebeb;
    border: none;
    height: 46px;
    width: 200px;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-radius: 5px 0 0 5px
}

.store-detail-desktop .get-code-box .coupon-code .copy-code .tooltip,
.store-detail-desktop .get-deal-box .coupon-code .copy-code .tooltip {
    position: relative;
    opacity: 1
}

.store-detail-desktop .get-code-box .coupon-code .copy-code .tooltip:hover .tooltiptext,
.store-detail-desktop .get-deal-box .coupon-code .copy-code .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.store-detail-desktop .get-code-box .coupon-code .copy-code .tooltip .tooltiptext,
.store-detail-desktop .get-deal-box .coupon-code .copy-code .tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity .3s
}

.store-detail-desktop .get-code-box .coupon-code .copy-code .tooltip .tooltiptext:after,
.store-detail-desktop .get-deal-box .coupon-code .copy-code .tooltip .tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #555
}

.store-detail-desktop .get-code-box .coupon-code .copy-code .tooltip button,
.store-detail-desktop .get-deal-box .coupon-code .copy-code .tooltip button {
    background: #51823a;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
    height: 46px;
    padding: 0 25px;
    border-radius: 0 5px 5px 0;
        border: unset;
}

.store-detail-desktop .get-code-box .save-box,
.store-detail-desktop .get-deal-box .save-box {
    text-align: left
}

.store-detail-desktop .get-code-box .help,
.store-detail-desktop .get-deal-box .help {
    font-size: 16px;
    padding: 5px 0 0;
    margin: 0
}

.store-detail-desktop .get-code-box .help a,
.store-detail-desktop .get-deal-box .help a {
    color: #51823a;
    text-decoration: underline
}

.store-detail-desktop .get-code-box .already-have,
.store-detail-desktop .get-deal-box .already-have {
    background: #eee;
    padding: 7px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

@media(max-width: 1199px) {

    .store-detail-desktop .get-code-box,
    .store-detail-desktop .get-deal-box {
        justify-content: left
    }
}

@media(max-width: 767px) {

    .store-detail-desktop .get-code-box .coupon-code,
    .store-detail-desktop .get-deal-box .coupon-code {
        padding: 15px
    }

    .store-detail-desktop .get-code-box .coupon-code .store-img,
    .store-detail-desktop .get-deal-box .coupon-code .store-img {
        max-height: 140px
    }

    .store-detail-desktop .get-code-box .coupon-code .coupon-name,
    .store-detail-desktop .get-deal-box .coupon-code .coupon-name {
        font-size: 17px;
        margin: 10px 0
    }

    .store-detail-desktop .get-code-box .coupon-code .desc,
    .store-detail-desktop .get-deal-box .coupon-code .desc {
        margin-bottom: 7px;
        font-size: 13px
    }

    .store-detail-desktop .get-code-box .coupon-code .copy-code input,
    .store-detail-desktop .get-deal-box .coupon-code .copy-code input {
        height: 40px;
        width: 150px;
        font-size: 15px
    }

    .store-detail-desktop .get-code-box .coupon-code .copy-code .tooltip button,
    .store-detail-desktop .get-deal-box .coupon-code .copy-code .tooltip button {
        font-size: 15px;
        height: 40px;
        padding: 0 15px
    }

    .store-detail-desktop .get-code-box .help,
    .store-detail-desktop .get-deal-box .help {
        font-size: 15px;
        padding: 10px 0
    }
}

@media(max-width: 575px) {

    .store-detail-desktop .get-code-box,
    .store-detail-desktop .get-deal-box {
        padding: 0
    }

    .store-detail-desktop .get-code-box .coupon-code .copy-code,
    .store-detail-desktop .get-deal-box .coupon-code .copy-code {
        margin: 5px 0 0
    }

    .store-detail-desktop .get-code-box .coupon-code .store-img,
    .store-detail-desktop .get-deal-box .coupon-code .store-img {
        max-height: 100px
    }

    .store-detail-desktop .get-code-box .save-box,
    .store-detail-desktop .get-deal-box .save-box {
        padding: 15px 15px 0;
        margin: 0
    }
}

.store-detail-desktop #submit-coupon-modal .modal-content {
    text-align: left;
    padding: 35px 50px 0
}

.store-detail-desktop #submit-coupon-modal .modal-content .title {
    font-size: 26px;
    font-weight: 400;
    text-align: center
}

.store-detail-desktop #submit-coupon-modal .modal-content .form-group label {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px
}

.store-detail-desktop #submit-coupon-modal .modal-content .form-group .form-control {
    font-size: 15px;
    font-weight: 300
}

.store-detail-desktop #submit-coupon-modal .modal-content .form-group.offer-type .btn-group {
    display: flex;
    margin: 0 -15px
}

.store-detail-desktop #submit-coupon-modal .modal-content .form-group.offer-type .btn-group .btn {
    border: 1px solid #cbcbcb;
    font-size: 15px;
    font-weight: 300;
    color: #ababab;
    margin: 0 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 23px 20px
}

.store-detail-desktop #submit-coupon-modal .modal-content .form-group.offer-type .btn-group .btn:focus {
    box-shadow: none
}

.store-detail-desktop #submit-coupon-modal .modal-content .form-group.offer-type .btn-group .btn.active {
    border: 1px solid #51823a;
    color: #51823a
}

.store-detail-desktop #submit-coupon-modal .modal-content .form-group.offer-type .btn-group .btn .fa {
    font-size: 19px
}

.store-detail-desktop #submit-coupon-modal .modal-content .form-group.code,
.store-detail-desktop #submit-coupon-modal .modal-content .form-group.offer-link {
    display: none
}

.store-detail-desktop #submit-coupon-modal .modal-content .form-group.code.active,
.store-detail-desktop #submit-coupon-modal .modal-content .form-group.offer-link.active {
    display: block
}

.store-detail-desktop #submit-coupon-modal .modal-content .btn-submit {
    display: block;
    margin: 30px auto 20px
}

.store-detail-desktop #submit-coupon-modal .modal-content .alert {
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0
}

@media(max-width: 767px) {
    .store-detail-desktop #submit-coupon-modal .modal-content {
        padding: 30px 15px 0
    }

    .store-detail-desktop #submit-coupon-modal .modal-content .close {
        right: 5px;
        top: 5px
    }

    .store-detail-desktop #submit-coupon-modal .modal-content .title {
        font-size: 21px
    }

    .store-detail-desktop #submit-coupon-modal .modal-content .form-group {
        margin-bottom: 12px
    }

    .store-detail-desktop #submit-coupon-modal .modal-content .form-group label {
        font-size: 15px;
        margin: 0 0 5px
    }

    .store-detail-desktop #submit-coupon-modal .modal-content .form-group.offer-type .btn-group {
        margin: 0 -2px
    }

    .store-detail-desktop #submit-coupon-modal .modal-content .form-group.offer-type .btn-group .btn {
        font-size: 12px;
        font-weight: 400;
        color: #777;
        margin: 0 2px;
        padding: 7px 3px
    }

    .store-detail-desktop #submit-coupon-modal .modal-content .btn-submit {
        margin: 15px auto
    }

    .store-detail-desktop #submit-coupon-modal .modal-content .alert {
        font-size: 14px;
        padding: 0
    }
}

@media(min-width: 768px) {
    .store-detail-desktop #submit-coupon-modal .modal-dialog {
        max-width: 760px
    }
}

@media(min-width: 992px) {
    .store-detail-desktop #submit-coupon-modal .modal-dialog {
        max-width: 840px
    }
}

.store-detail-desktop .box-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 20px;
    background: #fff
}

.store-detail-desktop .box-about .review-ratings .star-rating {
    margin-right: .5em
}

.store-detail-desktop .box-about .review-ratings .star-rating .star {
    font-size: 18px
}

.store-detail-desktop .box-about .review-ratings .star-rating .star:after {
    color: #f9c803;
    font-family: font awesome\ 5 free;
    font-weight: 600
}

.store-detail-desktop .box-about .review-ratings .star-rating .star-full:after {
    content: ""
}

.store-detail-desktop .box-about .review-ratings .star-rating .star-half:after {
    content: ""
}

.store-detail-desktop .box-about .review-ratings .star-rating .star-o:after {
    content: "";
    font-weight: 500
}

.store-detail-desktop .box-about__store-image {
    width: 116px;
    height: 80px;
    border-radius: 3px;
    border: 1px;
    -o-object-fit: contain;
    object-fit: contain
}

.store-detail-desktop .article_box {
    margin-bottom: 20px;
}

.store-detail-desktop .box-about__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #3c4043;
    margin: 20px 0 10px
}

.store-detail-desktop .box-about_sub_title {
    font-size: 1rem;
    font-weight: 500;
    color: #666;
    margin: 20px 0 10px
}

.store-detail-desktop .box-about__social {
    display: grid;
    grid-template-columns: repeat(auto-fill, 30px);
    gap: 10px;
    margin: 1rem 0 1.5rem
}

.store-detail-desktop .box-about__social a {
    background: #57ac1d;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.store-detail-desktop .box-about__social img {
    filter: brightness(100);
    max-width: 16px;
    max-height: 16px
}

.store-detail-desktop .box-about__category .wrap {
    border: 1px solid #eee;
    background: #fafafa;
    padding: 7px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px 10px 0
}

.store-detail-desktop .box-about__store-info p {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px
}

@media(max-width: 767px) {
    .store-detail-desktop .box-about {
        grid-template-columns: 1fr
    }
}

.store-detail-desktop .box-today-top__order {
    flex: 0 0 7rem;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #757575;
}
.code_number{
    color:#51823a ;
}
.store-detail-desktop .box-today-top__coupon-name {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    padding: .5rem 1.5rem
}

.store-detail-desktop .box-today-top__coupon-name .heading {
    font-size: 15px;
    font-weight: 600
}

.store-detail-desktop .box-today-top__offer {
    color: #51823a;
    font-size: 1.2rem;
    flex: 0 0 8rem;
    width: 8rem;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase
}

.store-detail-desktop .box-today-top__offer b {
    font-size: 24px;
    line-height: 2.2rem
}

.store-detail-desktop .box-saving-tips__img-lamp {
    width: 30px
}

.store-detail-desktop .box-saving-tips__title {
    font-weight: 700;
    color: #3c4043;
    margin: 0 0 .7rem
}

.store-detail-desktop .box-saving-tips__title:not(:first-child) {
    margin-top: 1.5rem
}

.store-detail-desktop .box-saving-tips .tip-wrapper {
    font-size: 16px;
    color: #3c4043
}

.store-detail-desktop .box-saving-tips .tip-wrapper h3 {
    font-size: 18px
}

.store-detail-desktop .box-faq {
    overflow: hidden
}

.store-detail-desktop .box-faq__img-question {
    width: 30px
}

.store-detail-desktop .box-faq .faq {
    display: flex;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #cbcbcb
}

.store-detail-desktop .box-faq .faq.active .content .question .icon {
    transform: rotate(180deg)
}

.store-detail-desktop .box-faq .faq.active .content .answer {
    display: block
}

.store-detail-desktop .box-faq .faq.active .content .answer h3 {
    font-weight: 600;
    margin-bottom: 1em
}

.store-detail-desktop .box-faq .faq img {
    margin: 0 30px 0 0
}

.store-detail-desktop .box-faq .faq .content {
    font-size: 16px;
    color: #3c4043;
    flex: 1 0 0
}

.store-detail-desktop .box-faq .faq .content .question {
    cursor: pointer;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.store-detail-desktop .box-faq .faq .content .question .title {
    font-weight: 700;
    font-size: 18px;
    margin: 0
}

.store-detail-desktop .box-faq .faq .content .question .icon {
    cursor: pointer;
    transition: all .3s;
    font-size: 22px
}

.store-detail-desktop .box-faq .faq .content .answer {
    border-top: 1px solid #cbcbcb;
    padding: 10px 0 0;
    margin: 15px 0 0;
    display: none
}

@media(max-width: 767px) {
    .store-detail-desktop .box-faq .faq {
        padding: 10px
    }

    .store-detail-desktop .box-faq .faq img {
        margin: 0 15px 0 0;
        width: 26px
    }

    .store-detail-desktop .box-faq .faq .content {
        font-size: 14px
    }
}

.store-detail-desktop .box-competitor-coupon .review-ratings .star-rating {
    margin-right: .5em
}

.store-detail-desktop .box-competitor-coupon .review-ratings .star-rating .star {
    font-size: 18px
}

.store-detail-desktop .box-competitor-coupon .review-ratings .star-rating .star:after {
    color: #f9c803;
    font-family: font awesome\ 5 free;
    font-weight: 600
}

.store-detail-desktop .box-competitor-coupon .review-ratings .star-rating .star-full:after {
    content: ""
}

.store-detail-desktop .box-competitor-coupon .review-ratings .star-rating .star-half:after {
    content: ""
}

.store-detail-desktop .box-competitor-coupon .review-ratings .star-rating .star-o:after {
    content: "";
    font-weight: 500
}

.store-detail-desktop .box-competitor-coupon__grid-store {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 20px
}
@media screen and (max-width: 768px) {
	.store-detail-desktop .box-competitor-coupon__grid-store {
        grid-template-columns: repeat(1, 1fr);
        padding: 10px
    }	
}
.store-detail-desktop .box-competitor-coupon__store-image {
    width: 95px;
    flex: 0 0 95px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.store-detail-desktop .box-competitor-coupon__store-image img {
    max-height: 100%;
    max-width: 90px;
}

.store-detail-desktop .box-competitor-coupon__store-name {
    font-size: 16px;
    font-weight: 600
}

.store-detail-desktop .box-coupon-image .review-ratings .star-rating {
    margin-right: .5em
}

.store-detail-desktop .box-coupon-image .review-ratings .star-rating .star {
    font-size: 18px
}

.store-detail-desktop .box-coupon-image .review-ratings .star-rating .star:after {
    color: #f9c803;
    font-family: font awesome\ 5 free;
    font-weight: 600
}

.store-detail-desktop .box-coupon-image .review-ratings .star-rating .star-full:after {
    content: ""
}

.store-detail-desktop .box-coupon-image .review-ratings .star-rating .star-half:after {
    content: ""
}

.store-detail-desktop .box-coupon-image .review-ratings .star-rating .star-o:after {
    content: "";
    font-weight: 500
}

.store-detail-desktop .box-coupon-image__grid-store {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 20px
}

.store-detail-desktop .box-coupon-image .box-tested-screenshot {
    border: 2px solid #dee2e6;
    position: relative;
    padding: inherit
}

.store-detail-desktop .box-coupon-image .box-tested-screenshot .head {
    display: flex
}

.store-detail-desktop .box-coupon-image .box-tested-screenshot .head span {
    margin-right: 12px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer
}

.store-detail-desktop .box-coupon-image .box-tested-screenshot .head .btn-gray {
    background-color: #f19f19;
    cursor: pointer;
    position: absolute;
    right: 5px;
    color: #fff;
    padding: 8px;
    font-weight: 600;
    border-radius: 5px
}

.store-detail-desktop .box-coupon-image .box-tested-screenshot .head .close-screen {
    margin-left: auto;
    cursor: pointer
}

.store-detail-desktop .box-coupon-image .box-tested-screenshot .screen-content .hidden {
    display: none
}

.store-detail-desktop .box-coupon-image .box-tested-screenshot .check-time {
    line-height: 1.5
}

.store-detail-desktop .box-coupon-image .box-tested-screenshot .screenshot {
    width: 100%
}

.store-detail-desktop .box-coupon-image__store-image {
    width: 95px;
    flex: 0 0 95px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.store-detail-desktop .box-coupon-image__store-image img {
    max-height: 100%
}

.store-detail-desktop .box-coupon-image__store-name {
    font-size: 16px;
    font-weight: 600
}

.store-detail-desktop .box-sidebar-sustain {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 25px 0
}

.store-detail-desktop .box-sidebar-sustain .envelope {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.store-detail-desktop .box-sidebar-sustain .envelope.envelope-half {
    z-index: 1
}

.store-detail-desktop .box-sidebar-sustain .content {
    border-radius: 0 0 15px 15px;
    position: relative;
    padding: 20px 20px 100px;
    top: 200px;
    transition: all 1s
}

.store-detail-desktop .box-sidebar-sustain .content.active {
    top: 0
}

.store-detail-desktop .box-sidebar-sustain .sustain-title {
    color: #51823a;
    font-size: 1.1rem;
    font-weight: 600
}

.store-detail-desktop .box-sidebar-sustain .desc {
    line-height: 1.7
}

.store-detail-desktop .box-sidebar-sustain .desc a {
    color: #51823a
}

@media(max-width: 1199px) {
    .store-detail-desktop .box-sidebar-sustain .content {
        padding: 20px 15px 100px
    }

    .store-detail-desktop .box-sidebar-sustain .sustain-title {
        font-size: 16px
    }

    .store-detail-desktop .box-sidebar-sustain .desc {
        font-size: 14px
    }
}

@media(max-width: 991px) {
    .store-detail-desktop .box-sidebar-sustain .content {
        top: 0
    }
}

.store-detail-desktop .coupon-history-body {
    border: 1px solid hsla(0, 0%, 60%, .25);
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px
}

.store-detail-desktop .coupon-history-body .term-hist-table h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 16px
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all .5s ease
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item {
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    padding: 9px 20px;
    transition: transform .5s ease
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item .title {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item .title svg {
    vertical-align: middle;
    display: inline
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item .title img {
    height: 14px;
    vertical-align: middle;
    width: 14px
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item .title .working {
    color: #0ea762;
    font-size: 14px;
    line-height: 22px;
    margin-left: 1px
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item .title .code {
    color: green;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item .title .new {
    color: #1373eb;
    font-size: 14px;
    line-height: 22px;
    margin-left: 2px
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item .time {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:first-child {
    order: 1
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(2) {
    order: 8
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(3) {
    order: 9
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(4) {
    order: 12
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(5) {
    order: 11
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(6) {
    order: 10
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(7) {
    order: 13
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(8) {
    order: 14
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(9) {
    animation-delay: .9s
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(10) {
    order: 5
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(11) {
    order: 15
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(12) {
    order: 4
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(13) {
    order: 18
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(14) {
    order: 17
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(15) {
    order: 3
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(16) {
    order: 19;
    border-bottom: none
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(17) {
    order: 16
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(18) {
    order: 6
}

.store-detail-desktop .coupon-history-body .term-hist-table .coupon-list .list-item:nth-child(19) {
    order: 7
}

@keyframes blinkEffect {

    0%,
    to {
        color: red;
        transform: scale(1);
        opacity: 1
    }

    50% {
        color: #ff0;
        transform: scale(1.2);
        opacity: .6
    }
}

@keyframes runThroughEffect {
    0% {
        background-position: -100%
    }

    to {
        background-position: 200%
    }
}

.store-detail-desktop .coupon-history-title {
    display: table;
    font-weight: 700;
    font-size: 20px;
    border: 1px solid hsla(0, 0%, 60%, .25);
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    text-align: center;
    margin-top: 15px;
    background: #fff;
    padding: 18px;
    width: 100%
}

.store-detail-desktop .coupon-history-title svg {
    margin-right: 5px;
    display: inline-block;
    animation: blinkEffect 1s infinite
}

.store-detail-desktop .coupon-history-title .last-saving-amount {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    background: linear-gradient(90deg, #f11111, #ff0, #f11111);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: runThroughEffect 3s linear infinite;
    cursor: pointer
}

.store-detail-desktop .about-desc h3 {
    font-weight: 600;
    line-height: 2
}

.store-detail-desktop .saving-tips-box .description h3 {
    margin-top: 1.5rem
}

.store-detail-desktop #edit-information-container {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 15px 0 20px;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05)
}

.store-detail-desktop #edit-information-container .editor-box {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    padding-left: 25px
}

.store-detail-desktop #edit-information-container .editor-box .editor-image {
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    width: 50px;
    min-width: 50px;
    height: 50px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0
}

.store-detail-desktop #edit-information-container .editor-box .editor-info .name {
    color: #333;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px
}

.store-detail-desktop #edit-information-container .editor-box .editor-info .intro {
    color: #666;
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
    margin: 0
}

.store-detail-desktop #edit-information-container .desc-box {
    border-top: 1px solid #e8e8e8;
    padding: 0 25px
}

.store-detail-desktop #edit-information-container .desc-box .update {
    margin: 15px 0
}

.store-detail-desktop #edit-information-container .desc-box .update span {
    color: #ea4b4d
}

.store-detail-desktop #edit-information-container .desc-box .desc {
    color: #666;
    font-size: 14px;
    line-height: 21px
}

.store-detail-desktop #edit-information-container .view-bio {
    color: #333;
    display: flex;
    font-size: 14px;
    line-height: 21px;
    margin-top: 15px;
    padding: 0 25px;
    text-decoration: underline
}


.row-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.col-xh-1 {
    grid-column: span 1;
}

.col-xh-2 {
    grid-column: span 2;
}

.col-xh-3 {
    grid-column: span 3;
}

.col-xh-4 {
    grid-column: span 4;
}

.col-xh-5 {
    grid-column: span 5;
}

.col-xh-6 {
    grid-column: span 6;
}

.col-xh-7 {
    grid-column: span 7;
}

.col-xh-8 {
    grid-column: span 8;
}

.col-xh-9 {
    grid-column: span 9;
}

.col-xh-10 {
    grid-column: span 10;
}

.col-xh-11 {
    grid-column: span 11;
}

.col-xh-12 {
    grid-column: span 12;
}

@media (min-width: 992px) {
    .col-xh-lg-1 {
        grid-column: span 1;
    }

    .col-xh-lg-2 {
        grid-column: span 2;
    }

    .col-xh-lg-3 {
        grid-column: span 3;
    }

    .col-xh-lg-4 {
        grid-column: span 4;
    }

    .col-xh-lg-5 {
        grid-column: span 5;
    }

    .col-xh-lg-6 {
        grid-column: span 6;
    }

    .col-xh-lg-7 {
        grid-column: span 7;
    }

    .col-xh-lg-8 {
        grid-column: span 8;
    }

    .col-xh-lg-9 {
        grid-column: span 9;
    }

    .col-xh-lg-10 {
        grid-column: span 10;
    }

    .col-xh-lg-11 {
        grid-column: span 11;
    }

    .col-xh-lg-12 {
        grid-column: span 12;
    }
}

.store-detail-desktop .store-detail .main-content .coupon {
    padding: 10px;
    display: flex;
    border: 1px solid hsla(0,0%,60%,.25);
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    margin: 0 0 10px;
    font-size: .95rem;
    border-radius: 3px;
    flex-wrap: wrap;
    position: relative
}

.store-detail-desktop .store-detail .main-content .coupon__left {
    flex: 1 1 0
}

.store-detail-desktop .store-detail .main-content .coupon__right {
    flex: 0 0 180px;
    width: 180px;
    border-left: 1px dashed #aaa;
    padding-left: 10px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.store-detail-desktop .store-detail .main-content .coupon__name {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #3c4043
}

.store-detail-desktop .store-detail .main-content .coupon__name a {
    color: #3c4043
}

.store-detail-desktop .store-detail .main-content .coupon__black_friday {
    font-size: 16px;
    font-weight: 600;
    color: #3c4043
}

.store-detail-desktop .store-detail .main-content .coupon__black_friday a {
    color: #3c4043
}

.store-detail-desktop .store-detail .main-content .coupon__type {
    color: #51823a;
    font-weight: 600;
    margin: 10px 0;
    cursor: pointer;
}

.store-detail-desktop .store-detail .main-content .coupon__offer {
    color: #51823a;
    text-align: center;
    display: block;
    font-size: 1.2rem
}

.store-detail-desktop .store-detail .main-content .coupon__offer.great-offer b {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 700
}

.store-detail-desktop .store-detail .main-content .coupon__offer b {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    text-transform: uppercase
}

.store-detail-desktop .store-detail .main-content .coupon__info {
    color: #666
}

.store-detail-desktop .store-detail .main-content .coupon__info>* {
    margin: 3px 20px 3px 0;
    display: inline-flex;
    align-items: center
}

.store-detail-desktop .store-detail .main-content .coupon__info>:last-child {
    margin-right: 0
}

.store-detail-desktop .store-detail .main-content .coupon__info img {
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0
}

.store-detail-desktop .store-detail .main-content .coupon .get-btn {
    background-color: #51823a;
    position: relative;
    font-weight: 600;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0 0;
    display: block;
    text-align: center;
    border: none
}

.store-detail-desktop .store-detail .main-content .coupon .get-btn:hover .corner {
    width: 22px;
    height: 22px;
    border-left: 22px solid transparent;
    border-bottom: 22px solid #ccc
}

.store-detail-desktop .store-detail .main-content .coupon .get-btn .corner {
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    background: #26610c;
    transition: .2s;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #ccc;
    pointer-events: none;
    border-top-left-radius: 5px
}

.store-detail-desktop .store-detail .main-content .coupon .get-btn.get-deal {
    background-color: #f19f19
}

.store-detail-desktop .store-detail .main-content .coupon .get-btn.get-deal .corner {
    background: #cb820c
}

.store-detail-desktop .store-detail .main-content .coupon .get-btn.expired {
    background-color: #acacac
}

.store-detail-desktop .store-detail .main-content .coupon .get-btn.expired .corner {
    display: none
}

.store-detail-desktop .store-detail .main-content .coupon .box-tested-screenshot .head {
    display: flex
}

.store-detail-desktop .store-detail .main-content .coupon .box-tested-screenshot .head .title {
    font-size: 13px;
    font-weight: 600;
    color: #3c4043;
    cursor: pointer
}

.store-detail-desktop .store-detail .main-content .coupon .box-tested-screenshot .head .close-screen {
    cursor: pointer;
    position: absolute;
    right: 5px
}

.store-detail-desktop .store-detail .main-content .coupon .box-tested-screenshot .screen-content .hidden {
    display: none
}

.store-detail-desktop .store-detail .main-content .coupon .box-tested-screenshot .check-time {
    line-height: 1.5;
    color: #3c4043
}

.store-detail-desktop .store-detail .main-content .coupon .box-tested-screenshot .screenshot {
    width: 100%
}

.store-detail-desktop .store-detail .main-content .coupon .box-event-deals .head {
    display: flex
}

.store-detail-desktop .store-detail .main-content .coupon .box-event-deals .head .title {
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer
}

.store-detail-desktop .store-detail .main-content .coupon .box-event-deals .head .close-screen {
    margin-left: auto;
    cursor: pointer
}

.store-detail-desktop .store-detail .main-content .coupon .first-order-discount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}


.d-none {
    display: none;
}

.padding-15 {
    padding: 15px;
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.shop-good-img-bg {
    display: block;
    height: 350px;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.shop-good-img-bg .link_btn {
    background-color: #51823a;
    border-radius: 4px;
    bottom: 26px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: normal;
    padding: 8px 12px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    border-radius: 5px;
    padding: 9px;
    font-weight: 700;
}

.shop-good-content {
    height: 100%;
    object-fit: contain;
    width: 100%;
    position: relative;
    user-select: none;
}

.shop-good-content span {
    box-sizing: border-box;
    display: block;
    padding: 0;
    position: absolute;
    background: none;
    border: 0;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    right: 0;
    top: 0;
    width: auto;
}

.shop-good-content span img {
    border: none;
    font-size: 12px;
    height: 100%;
    inset: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: contain;
    width: 100%;
}


.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}
.coupon-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.coupon-modal__mask {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.5);
}

.coupon-modal__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    min-width: 60vw;
    text-align: center;
}

.coupon-modal__code {
    margin: 12px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.coupon-modal__copy,
.coupon-modal__close {
    margin: 5px;
}
.coupon-modal__box .close{
    position: absolute;
    right: 0px;
    top: -5px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.tip {
        font-size: 14px;
        color: #52c41a;
        margin-top: 8px;
        display: none;
}

.modal-image{
    max-width: 144px;
}
@media(max-width: 767px) {
    .coupon-modal__box {
        min-width: 90vw;
    }
    .store-detail-desktop .store-detail .main-content .coupon__right {
        flex: 0 0 100px;
        width: 100px;
    }
}