/* fix bannerů */
.SliderRwdView>.slides>.slide>a>img {
    height: 100% !important;
}
/*end fix bannerů */



/* 20013, úprava backgroundcolor v 93087 */ 
.UserContentView.CategoryUserContent2 { padding: 10px; color: #fff; }

/* panel s dotupností na prodejnách*/
.AvailabilityPanelView.v1a.PDAvailabilityPanel2 .stores .store {display: block !important;}
.AvailabilityPanelView.v1a.PDAvailabilityPanel2 .stores a:hover {text-decoration: none;}

/* Daktela - úprava z-indexu - 24.6.2019 (48939) */
#daktela-web { z-index: 2 !important; }

.AvailabilityPopupView {
    display: none !important;
}


/* LG - Skrytí grafu ve výsledku vyhledávání (tel. požadavek zákaznice)*/
.lb-histogram, .lb-facet--range
{
    display:none !important;
}

/*
.ProductView.v3 a.image img {max-height: 290px;}
.ProductView.v3 a.image {width: 100%; height: 290px !important; max-height: 290px !important; }
*/
.ProductView.v3 .ActionIconsView {
  margin-top: .4em;
}

.CookiesConfirmationView[data-look=dark] .settingsLink {color: white; border-color: white;}
.CookiesConfirmationView[data-look=dark] .allowSelectedLink {color: white; border-color: white;}

#onesignal-popover-container, #onesignal-slidedown-container { z-index: 10 !important; }

.OrderMaster.step1 input[type=checkbox]:checked {display: inline-block !important;}


/* 105358 TB */
.OrderActionPanelRwdView.v2a
{
        text-align: center;
}

/* popup 111629 */
.EmbaEmailPopup .title { margin-bottom: 2em; font-size: 20px; }
.EmbaEmailPopup .tabulka { display: flex; box-sizing: border-box; justify-content: space-between; }
.EmbaEmailPopup .tabulka .left > div { display: flex; margin-bottom: 0.5em; justify-content: flex-start; }
.EmbaEmailPopup .tabulka .left img { margin-right: 0.5em; }

@media (max-width: 600px) {
    .EmbaEmailPopup .title { margin-bottom: 1em; font-size: 16px;}
    .EmbaEmailPopup center { max-height: 90vh; }
    .EmbaEmailPopup .right { display: none; }
    .EmbaEmailPopup .tabulka { flex-direction: column;}
    .EmbaEmailPopup .tabulka + p{ margin-bottom: 0;}
    .EmbaEmailPopup .tabulka .left > div {  margin-bottom: 0.2em; }
    .EmbaEmailPopup .submitButtonContainer { padding-top: 0.5em;}
    .EmbaEmailPopup input.email { margin: 0 auto;}
    .EmbaEmailPopup .button.submit { padding: 1em;}
}