

/* ZMĚNA BARVY POZADÍ HLAVNÍHO MENU */

@media screen and (min-width: 768px) {
#header::after{background-color: #d6f1fd;} /* BARVA POZADÍ MENU */
.navigation-in {background-color: transparent;}
.navigation-in > ul > li > a, .submenu-arrow::after {color: #24242E;} /* BARVA TEXTU V MENU */
.menu-helper::after {color: #24242E;} /* BARVA HAMBURGERU */
}

/* POŘADÍ PRVKŮ V DETAILU */
#content .p-detail {display: flex;flex-direction: column;}
#content .p-detail #related {order: 31!important;}
#content .p-detail .p-detail-tabs-wrapper {order: 32!important;}
#content .p-detail #productsAlternative {order: 33!important;}

/* PROVOZNÍ DOBA */
@media screen and (min-width: 768px){.top-navigation-bar .project-phone::after {content: " (8:00 - 17:00)";}}
@media screen and (min-width: 768px){.project-email, .project-phone {font-weight: 400 !important;font-size: 14px !important;}}
@media screen and (min-width: 992px){.top-navigation-bar .project-phone::after {color: #A3A3A3;font-size: 13px;font-weight: 400;margin-left: 5px;display: inline-block;}}

/* TLAČÍTKA SE ZAOBALENÝMI ROHY */

.btn:not(.cart-count), .compact-form .form-control, .pagination > a, .pagination > strong, a.login-btn{border-radius: 30px;}

/* ÚPRAVA BARVY POZADÍ SYSTÉMOVÝCH PŘÍZNAKŮ (ŠTÍTKŮ) */

.flag.flag-action {background-color: #ff7925;} /* PŘÍZNAK AKCE */
.flag.flag-tip {background-color: #ff7925;} /* PŘÍZNAK TIP*/
.flag.flag-new {background-color: #ff7925;} /* PŘÍZNAK NOVINKA */
.flag.flag-gift {background-color: #ff7925;} /* PŘÍZNAK DÁREK ZDARMA */
.flag.flag-discount {background-color: #ff7925;} /* SLEVOVÉ KOLEČKO */
.flag.flag-freeshipping {background-color: #ff7925;} /* KOLEČKO DOPRAVA ZDARMA */


/* PŘIDÁNÍ E-MAILOVÉ ADRESY DO HLAVIČKY WEBU */

@media screen and (min-width: 1200px){
.top-navigation-bar .project-email {display: inline-block;font-size: 16px;font-weight: bold;margin-left: 24px;color: var(--color-primary);} 
a.project-email::before {content: '\e910';font-size: 16px;} 
} 
@media screen and (min-width: 360px) and (max-width: 767px){
.top-navigation-contacts{display: block !important;}
.top-navigation-contacts .project-phone{display: none !important;}
.top-navigation-contacts .project-email{display: block !important;position: absolute;right: 164px;top: 15px;color: #A3A3AF;}
a.project-email::before {content: '\e910';}
.top-navigation-contacts .project-email span{display: none;}
}

.filter-section input[type="checkbox"]:disabled + label, .filter-section input[type="radio"]:disabled + label {
display: none;
}