/* SUPERBAR */
#superbar {
    font-size: 20px;
}
@media (max-width:1399px) {
    #superbar {
        font-size: 18px;
    }
}
@media (max-width:767px) {
    #superbar {
        font-size: 17px;
    }
}
#bar_normal_mode span {
    color: red;
    font-weight: bold;
}
.avail_c {
    display: none;
}
.avail_d label {
    cursor: pointer;
    text-indent: -9999px;
    width: 80px;
    height: 30px;
    background: #000;
    display: block;
    border-radius: 100px;
    position: relative;
}
.avail_c:checked + label {
	background: #395b9b;
}
.avail_c:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}
.avail_d label:active:after {
	width: 40px;
}
.avail_d label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}
#bar_super_mode {
    font-weight: 700;
}


/* WHOLESOME */
.br-10 {
    border-radius: 10px;
}
.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border: 5px solid #395a9b;
}
.txc {
    text-align: center;
    color: #000;
    font-size: 27px;
}


/* TOP CATEGORIES */
.ttc {
    text-align: center;
    color: #fff;
    font-size: 27px;
}
.each_best_cat_title {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 21px;
    padding: 20px 0;
    border-radius: 10px 10px 0px 0px;
}
@media (max-width:1399px) {
    .each_best_cat_title {
        font-size: 17px;
    }
}
@media (max-width:1199px) {
    .each_best_cat_title {
        font-size: 15px;
    }
}
.each_best_cat_content {
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 0 20px;
}
.each_best_cat_content a {
    font-size: 16px;
    color: #000;
}
@media (max-width:1199px) {
    .each_best_cat_content a {
        font-size: 14px;
    }
}
.each_best_cat_content a:hover {
    font-weight: 700;
}



/* POPUP */
#service_date_new, #login224 {
    width: 1200px;
    padding-bottom: 2px;
    display: none;
    background: #FFF;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 70%);
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

.each_best_cat {
	padding-bottom: 10px;
}

/*===items grids===

#top_priceclub,
#top_products_cont,
.top-categories-container,
.top-picks-container{
    justify-content: space-around;
}
#top_priceclub > div,
#top_products_cont > div,
.top-categories-container > div,
.top-picks-container > div
{
    max-width:340px;
}
@media only screen and (min-width:400px) and (max-width:1700px) {
    #top_priceclub > div:nth-child(6),
    #top_priceclub > div:nth-child(5),
    #top_products_cont > div:nth-child(6),
    #top_products_cont > div:nth-child(5),
    .top-categories-container > div:nth-child(6),
    .top-categories-container > div:nth-child(5){
        display: none;
    }
}
@media only screen and (min-width:1701px) and (max-width:2100px) {
    #top_priceclub > div:nth-child(6),
    #top_products_cont > div:nth-child(6),
    .top-categories-container > div:nth-child(6){
        display: none;
    }
}
*/

.bg_0d819c{
	background-color:#0d819c;
}

.bg_0d819c #bar_super_mode{
	color:#fff;
}

.bg_0d819c #bar_normal_mode{
	color:#fff;
}