.image-responsive {
    width: 100%;
    height: auto;
}
.strip-banner{
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
.store-top-bar {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px;
    background: #b2fefa;
    background: linear-gradient(to right, #5b0f71, #29626a);
    box-shadow: 0px 3px 3px 0px rgb(0 81 250 / 20%);
}

.store-top-bar-content {
    text-align: left;
}

.track-box {
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #a67cb1;
    background: #ffffff;
}

.heading-strip {
    background-color: #5b0f71;
    box-shadow: 0 1px 5px 0 rgb(185 178 147);
    border-radius: 5px;
    padding: 8px;
    color: #ffffff;
}
.logo_bg {
    width: 153px;
    height: 71px;
    background-color: #ffffff;
    padding-top: 11px;
    margin: 17px auto;
    border: 3px solid #a67cb1;
    box-shadow: 0px 0px 5px 0px rgb(0 81 250 / 20%);
    border-radius: 10px;
}

.store-logo {
    width: 78%;

    height: auto;
}
.faq-question {
    border-radius: 10px;
    border: 1px solid #e1e6e7;
    padding: 10px;
    background: #eff7fa;
}
.box-store-5-logo {
    width: 62px;
    padding: 3px;
    margin: 5px;
    height: auto;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgb(0 81 250 / 20%);
}

.term-tips-word {
    background: #fdfdfd;
    margin: 3px 0;
    padding: 3px;
    border-radius: 5px;
}

.highlights-box {
    width: auto;
    text-align: center;
    background: #fffae5;
}
.highlight-word-1 {
    background: #f7f7f7;
    padding: 6px 10px 4px;
    border-radius: 5px;
    margin: 5px auto;
}
.highlight-word-2 {
    background: #a813d41f;
    padding: 6px 10px 4px;
    border-radius: 5px;
    margin: 5px auto;
}
.highlight-word-line {
    vertical-align: top;
}

.term-tips-word {
    background: #fdfdfd;
    margin: 3px 0;
    padding: 3px;
    border-radius: 5px;
    display: flex;
    gap: 5px;
}
/*filter box css*/
.filer-box {
    padding: 10px;
    border-radius: 5px;
}
.search-filter-box {
    position: relative;
}

/*cashback css*/
.filer-inner-box {
    overflow-y: auto;
    max-height: 200px;
}
.cb-point-term{
    border-color: #d8d6d6;
    border-style: solid;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
}
.filer-box ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cb-point-term ul li{
    list-style: disc;
    margin-left: 24px;
}

.filer-box ul li::marker {
    color: #5b0f71;
    font-size: 18px;
}
/* width */
.filer-inner-box::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.filer-inner-box::-webkit-scrollbar-track {
    background: #efeeee;
    border-radius: 10px;
}

/* Handle */
.filer-inner-box::-webkit-scrollbar-thumb {
    background: #5b0f71;
    border-radius: 10px;
}

/* Handle on hover */
.filer-inner-box::-webkit-scrollbar-thumb:hover {
    background: #5b0f71;
}

/*filter box css end*/
.show-detail-box {
    margin: 15px 10px 0px 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px dashed #d5d5d5;
}
.offer-box {
    margin-top: 12px;
    margin-left: 10px;
}
.offer-item-box {
    margin-bottom: 20px;
    padding: 10px;
    border-left: 5px solid #fbd104;
}
.other-offer-item-box{
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid #5b0f71;
}
.store-image-box {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 5px;
    margin: 5px auto;
    border: 1px solid #a67cb1;
    box-shadow: 0px 0px 5px 0px rgb(0 81 250 / 20%);
    border-radius: 10px;
}
.offer-item-box-tab-3 {
    padding: 5px;
    border-radius: 5px;
    outline: none;
    margin-left: 5px;
}

.coupon-bt {
    padding: 9px 25px;
}
.deal-bt {
    padding: 9px 25px;
}

.tag-bt {
    text-align: center;
    position: relative;
    padding: 6px 11px 6px 11px;

    outline: none;
    font-weight: 600;
    letter-spacing: 0.4px;
    background: rgb(236 236 236);
    border-radius: 50px;
    height: 25px;
    color: #5b0f71;
    border: 1px solid #dadad9;
    cursor: pointer;
    font-size: 11px;
}
.active-store-bt {
    padding: 10px 15px;
    color: #294459;
    background-color: #fbd104 !important;
}


.content-box {
    padding: 40px;
    margin-top: 12px;
}
.tab-area {
    position: relative;
    clear: both;
    max-width: 560px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.tab {
    border: 1px solid #e3e3e8;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 0px 5px 0px 5px;
    display: flex;
    clear: both;
    margin: 0;
    width: fit-content;
    white-space: nowrap;
    overflow-x: auto;
}

.tab .tablinks {
    background-color: inherit;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #e3e3eb;
    border-radius: 27px;
    padding: 5px 15px;
    transition: 0.3s;
    margin: 5px;
    flex: 1 1 150px;
}

.tab .tablinks:nth-last-child(1) {
    margin-right: 0;
}

.tab .tablinks:hover {
    background-color: #ddd;
}

.tab .tablinks.active {
    background-color: #5a0e72;
    color: #fff;
}

.tabcontent {
    display: none;
    border-top: none;
}
.tabcontent {
    display: block;
    border-top: none;
}
/*#showmore:not(.show) {
    height: 60px;
    overflow: hidden;
}*/
.showmore:not(.show) {
    height: 60px;
    overflow: hidden;
}
#read_more {
    display: block;
}
.read_more {
    display: none;
    cursor: pointer;
    line-height: 20px;
    letter-spacing: 0;
}

.offer-item-box {
    position: relative;
}

.check-circle-icon {
    vertical-align: text-bottom;
}

.showContentbtn {
    display: inline-flex;
    align-items: center;
}
.ribbons-left{
    text-transform: uppercase;
    position: relative;
    left: -20px;
    width: 100px;
    height: 24px;
    text-indent: 10px;
    display: flex;
    align-items: center;
}
.ribbons-left span{
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 4px solid #fff;
    bottom: 0;
    border: 12px solid transparent;
    right: -24px;
}
.ribbons-color-popular{
    background-color: #0b8f21;
}
.ribbons-color-popular span{
    border-left-color: #0b8f21;
}
.ribbons-color-trending{
    background-color: #ff0c38;
}
.ribbons-color-trending span{
    border-left-color: #ff0c38;
}
.ribbons-color-exclusive{
    background-color: #f68400;
}
.ribbons-color-exclusive span{
    border-left-color: #f68400;
}
/*.image-ribbon-box .ribbon-text {
    position: absolute;
    bottom: 50%;
    left: calc(260px - 223px);
    transform: translateY(50%);
}*/
/* tab area 2 */
#desc_tabcontent_block .desc_filterDiv:not(:nth-child(1)) {
    display: none;
}
.description-content-box {
    background: #ffffff;
    border: 1px solid #5a0e72;
    border-top-width: 2px;
    border-radius: 8px;
    overflow: hidden;
}

.tab-area2 {
    position: relative;
    clear: both;
    max-width: initial;
    overflow-x: auto;
    overflow-y: hidden;
}
.tab2 {
    border: 0;
    background-color: #ffffff;
    display: flex;
    clear: both;
    overflow-x: auto;
    position: relative;
}

.tab2 .tablinks2 {
    background-color: inherit;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    border: 0;
    padding: 0 15px;
    flex: 1;
    color: #000000;
    height: 44px;
    margin: 0;
    overflow: hidden;
}
.tab2 .tablinks2:hover {
    background-color: #fbd104;
}
.tab2 .tablinks2.active {
    color: #ffffff;
    background-color: #5a0e72;
}
#desc_tabcontent_block {
    padding: 0 24px 24px 24px;
}

/*popup modal*/
.popup-modal{
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: bottom 0.4s, opacity 0.4s;
    z-index: 2;
    width: 360px;
    height: 240px;
}
.popup-top-content .popup-close-icon{
    position: absolute;
    top: 10px;
    right: 13px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
}
.popup-icon-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 17px;
}
.popup-image{
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
#popupBottomDialog{
  display: none;
}
/*popup modal end*/

@media (min-width: 480px) and (max-width: 991px) {
    .store-top-bar-content {
        text-align: center;
    }
    .filer-box {
        display: none;
        padding: 10px;
        margin: 0px;
    }
    .offer-box {
        padding: 0px;
        margin: 0px;
    }
    .logo_bg {
        width: 80px;
        height: 80px;
        padding-top: 23px;
        border: 2px solid #a67cb1;
    }

    .offer-item-box {
        padding: 10px;
    }

    .content-box {
        padding: 15px;
        margin-top: 10px;
    }

    .tab-area {
        max-width: 420px;
        margin-top: 0;
    }

    .tab .tablinks {
        font-size: 12px;
        padding: 4px 4px;
        margin: 5px;
        flex: 1 1 150px;
    }
    .tab {
        padding: 0px 6px 0px 0px;
    }
    .active-store-bt,.deal-bt,.coupon-bt{
        padding: 8px 9px;
    }
    .popup-modal{
        width: 260px;
        height: 178px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .store-top-bar-content {
        text-align: center;
    }
    .filer-box {
        display: none;
    }
    .offer-box {
        padding: 0px;
        margin: 0px;
    }
    .logo_bg {
        width: 62px;
        height: 62px;
        padding-top: 18px;
    }

    .offer-item-box {
        padding: 10px;
    }

    
    .content-box {
        padding: 15px;
        margin-top: 10px;
    }

    .tab-area {
        max-width: 420px;
        margin-top: 10px;
    }

    .tab {
        padding: 0px 6px 0px 0px;
    }

    .tab .tablinks {
        font-size: 11px;
        padding: 4px 4px;
        margin: 5px;
        flex: 1 1 150px;
    }
   .active-store-bt,.deal-bt,.coupon-bt{
        padding: 8px 9px;
    }
    .popup-modal{
        width: 260px;
        height: 178px;
    }
    
}
