button, input, optgroup, select, textarea {
    font-family: inherit;
}

ul.wp-block-social-links {
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center;
}


.ui.button{
	font-family: inherit !important;
}

.primary-navigation .st-menu > li > a, .nav-user-action .st-menu > li > a, .nav-user-action .st-menu > li > ul > li > a {
    font-family: inherit !important;
        font-weight: 600 !important;
}

.ui.input > input {
    font-family: inherit !important;
}


.tmc-det {
    position: relative;
    border-radius: 8px;
    border: solid 1px #fea621;
    background-color: #fff;
    overflow: hidden;
}

.tmcd-label.active {
    background-color: #fea621;
    color: #fff;
    font-size: 16px;
}

.tmcd-label {
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 12px;
    position: relative;
    background: #fff;
}

.tmc-det .pane {
    display: block;
    padding: 12px;
    position: relative;
}

.tmc-desc {
    position: relative;
    width: 100%;
    background: #fff;
    border: solid 1px #dadada;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
    visibility: visible;
    opacity: 1;
    margin-bottom: 20px;
}

.tmc-desc #closeTmcDesc {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    background-color: #f5f5f6;
    cursor: pointer;
    z-index: 3;
}

.tmc-desc .tmc-content {
    position: relative;
    padding: 24px;
}

.hide-tmc-desc .tmc-desc {
    display: none;
    visibility: hidden;
    opacity: 0;
}

@media screen and (min-width: 64em) {
    .tmc-det {
        border: solid 1px #fea621;
        border-top-width: 2px;
    }

    .tmcd-label {
        position: absolute;
        top: 0;
        right: 0;
        background: #fea621;
        color: #fff;
        width: 33.33%;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        height: 44px;
        box-sizing: border-box;
    }

    .tmcd-label.active {
        background: #fff;
        color: #000;
        font-weight: 500;
        font-size: 16px;
    }

    .tmc-det .pane {
        padding: 24px;
        margin-top: 42px;
        max-height: none;
    }

    .tw-extTab > p:last-child {
        margin: 0 auto;
    }

    .tw-extTab > p:last-child {
        margin: 0 auto;
    }

    .tw-extTab > p {
        color: #373737;
        font-size: 16px;
        line-height: 1.725rem;
        margin: 0 auto 12px;
    }
}


.about-store.sidebar-section span, .related-stores.sidebar-section span{
    font-weight: 600;
    margin-bottom: 10px;
    display: block;

}





@media (max-width:765px){

.best-live-sale-section .livesale-title h1 {
    font-size: 3.5vw !important;
    height: max-content !important;
}
.best-live-sale-section .livesale-title h1 {
    width: 100% !important;

    }

div#footer-1 {
    order: 1;
    width: 100% !important;
}
div#footer-2 {
    order: 3;
    width: 50% !important;
}
div#footer-3 {
    order: 4;
    width: 50% !important;
}
div#footer-4 {
    order: 2;
    width: 100% !important;
    display: flex;
    gap: 10px;
}

}


@media (max-width:350px){

div#footer-2 {
    order: 3;
    width: 100% !important;
}
div#footer-3 {
    order: 4;
    width: 100% !important;
}

}

a.coupon-deal[data-type="sale"] {
    background: #319799;
}


@media screen and (max-width: 500px){
.store-listing-item .store-thumb-link {
    width: 100% !important;
}
    
.rtl .store-listing-item .latest-coupon {
    max-width: 100% !important;
}
}