.store_tabs_block {
    width: 100%;
    display: block;
    position: relative;
    background: transparent !important;
}
.store_tabs_block ul.advgb-tabs-panel {
    display: inline-block;
    width: 80%;
    border-bottom: 1px dashed #fff;
}
.store_tabs_block ul.advgb-tabs-panel li {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    float: none;
    display: inline-block;
}
.store_tabs_block ul.advgb-tabs-panel li.ui-tabs-active a {
    background: #dae6ed !important; color: #000 !important;
}
.store_tabs_block ul.advgb-tabs-panel li a {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 1vw 1.2vw;
    font-size: 100%;
    letter-spacing: 0.1vw;
    outline: none;
    font-weight: 300;    
}
.store_tabs_block ul.advgb-tabs-panel li a:hover {background: #dae6ed !important; color: #000 !important;}
.store_tabs_block ul.advgb-tabs-panel li.ui-tabs-active a {
    color: #000 !important;
    font-weight: 500;    
}
.store_tabs_block .advgb-tab-body {
    border: none !important;
}
.store_tabs_block .advgb-tab-body strong {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0px auto 24px;
    font-size: 100%;
    line-height: 140%;
    text-transform: uppercase;
    font-family: 'BrandonText-Medium';
    color: #fff;    
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, ul.advgb-tabs-panel li.advgb-tab.ui-tabs-active, ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
    color: #000000 !important;
}
.store_tabs_block p, .store_tabs_block .price_block {
    color: #fff;
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-device-width : 320px) and (max-device-width : 767px) {
    
div.advgb-tab-body {padding: 10px 0px 10px 0px !important;}
.store_tabs_block ul.advgb-tabs-panel { width: 100%; overflow: hidden; display: table; border: none !important;display: none !important;}
ul.advgb-tabs-panel li.advgb-tab, ul.advgb-tabs-panel li.advgb-tab.ui-state-default {display: table-cell; float: none !important;vertical-align: middle; color: #fff; font-weight: 300; text-transform: uppercase; letter-spacing: 1px; font-family: 'BrandonText-Light'; line-height: 100%; font-size: 90%; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.2) !important; border-top: 1px solid rgba(255,255,255,0.2) !important;cursor: pointer; padding: 12px 5px; background: #181a29;}
.store_tabs_block ul.advgb-tabs-panel li a {background-color: #181a29 !important; color: #fff !important;}
.wp-block-advgb-tabs ul.advgb-tabs-panel .advgb-tab.ui-tabs-active {background-color: #181a29 !important;}
.store_tabs_block ul.advgb-tabs-panel li.ui-tabs-active a {background-color: #181a29 !important; color: #7a9eb4 !important;}
}