/* SUPERBAR */
#superbar {
    font-size: 20px;
}
@media (max-width:1399px) {
    #superbar {
        font-size: 18px;
    }
}
@media (max-width:767px) {
    #superbar {
        font-size: 17px;
    }
}
@media (max-width:500px) {
    #superbar {
        font-size: 15px;
    }
}
#bar_normal_mode span {
    color: red;
    font-weight: bold;
}
.avail_c {
    display: none;
}
.avail_d label {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px; /*80px*/
    height: 30px;
    background: #000;
    display: block;
    border-radius: 100px;
    position: relative;
	border: 1px solid #fff;
}
.avail_c:checked + label {
	background: #e50014;
}
.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 #fff;
}
.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;
    }
}
*/

#xmas_picks{
	background-color:#1c7812;
	background-image: url('/images/xmas23/aristero.png'), url('/images/xmas23/left.png'); background-position: left center, right center;  
	background-repeat: repeat-y, repeat-y;
}

#xmas_picks .titlex span{
	background-color:#1c7812;
	color:#fff;
}

#xmas_lit_tag{
	position:absolute;
	top:10px;
	left:10px;
}

.pd_div5:hover #xmas_lit_tag{
	display:none;
}


#bf_picks{
	background-color:#000;
}

#bf_picks .titlex span{
	background-color:#000;
	color:#fff;
}

#shop_cats {
    background-color: #c50011;
    padding: 0 10px;
}

#shop_cats .header_textx span {
    background: #c50011 !important;
    padding: 0 10px;
	color:#fff;
}



.yt-overlay {
    position: absolute;
    /*background-color:#fff;*/
    top:0;
    height:100%;
    width:100%;
    z-index: 50 /* i think this is the magic property i was missing*/
}

.yt-container {
    display: flex;
    justify-content: center;
    /*position:relative*/
}

.yt-iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

.yt-cont{
    position:relative;
    width:100%;
}