
html {
	scroll-behavior: smooth;
}

button {
    font-family: "Montserrat", sans-serif;
}

.typography a:not(.button-primary):hover,.commonTextNews__content a:not(.button-primary):hover,.commonTextpage a:not(.button-primary):hover,.commonTextNews__content a:not(.button-primary):hover,.commonTextpage a:not(.button-primary):hover {
    color: #fffab4;
}

.typography, .commonTextNews__content, .commonTextpage {
    line-height: 1.5;
}

.button-primary,.cCartAddByEAN__submit-button,.cCartCSV__submit-button,.cFilterDialog__main-button,.cFilterDialog__results-button,.cWhisperer__search-button,.cWhisperer__searchButton,.cWhispererSubmitButton__button,.common-question__button .btn,.commonLoadMoreProducts,.commonPersonalSettings__register,.commonPersonalSettings__add-address,.commonQuestionStandalone__send,.commonRegistration__register,.commonWarrantyClaim__button[type="submit"]:not(.exclude),.commonWatchDog__button .btn,.commonWatchDogList__no-auth-button,.fce6Customily__button {
    color: #191a1a;
    transition: background-color 0.2s ease-in-out;
}

.common-question__button .btn:hover  {
    background-color: #ccbe00;
}

.commonWatchDog__button .btn:hover {
    background-color: #ccbe00;
}
input[type="checkbox"]:not(.exclude):checked:before {
    color: #191a1a;
}

.header__contact.header__contact--nosearch .contact {
    display: flex;
    align-items: center;
}

.header__contact.header__contact--nosearch .contact__phone {
    display: none;
}

.header__contact.header__contact--nosearch .email {
    color: #34b262;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.header__contact.header__contact--nosearch .email:hover {
    color: #ffed00;
    text-decoration-color: #ffed00;
    text-decoration: underline;
}

.kivano_menu__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0;
    gap: 0;
    justify-content: normal;
    align-items: stretch;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ffed00;
    height: 100%;
    width: 100%;
}

.kivano_menu__item {
    width: 100%;
    height: 100%;
}

.kivano_menu__item-link {
    display: flex;          
    align-items: center;    
    justify-content: center; 
    width: 100%;
    height: 100%;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.kivano_menu__item-link:hover {
    background-color: #1a1a1a;
    color: #ffed00;
}

@media (max-width: 768px) {
    .kivano_menu__list {
        padding: 0;
        width: 100%;
        max-width: 100%;
        min-height: 40px;
    }

    .kivano_menu__item-link {
        font-size: clamp(11px, 4vw, 16px); 
        padding: 0 10px;
    }
}

.kivano_fce1__description {
    line-height: 1.5;
}

.validation {
    color: #ff6666 !important;
    font-size: 14px !important;
}
.commonQuestionStandalone__captcha-value {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.commonQuestionStandalone__captcha-label {
    color: #fff;
}

.commonQuestionStandalone__input:invalid {
    border: 3px solid rgba(255, 87, 34, 0.9) !important;
}

.commonQuestionStandalone__buttons-wrapper {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 24px;
}

.commonQuestionStandalone__send {
    background-color: #ffed00;
    color: #191a1a;
}

.commonQuestionStandalone__back {
    background-color: #fff;
    color: #191a1a;
}

.newsletter__button {
    background-color: #191a1a;
    color: #ffed00;
}

.email--newsletter {
    color: #191a1a;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.email--newsletter:hover {
    text-decoration-color: #191a1a;
    text-decoration: underline;
}

.phone--newsletter {
    color: #191a1a;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.phone--newsletter:hover {
    text-decoration-color: #191a1a;
    text-decoration: underline;
}

.address {
    color: #bdc8d1;
    line-height: 25px;
}

.footerTextpages__link {
    color: #bdc8d1;
}

.footerTextpages__link {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.footerTextpages__link:hover {
    color: #ffed00;
    text-decoration-color: #ffed00;
    text-decoration: underline;
}

.socialItem {
    color: #bdc8d1;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.socialItem:hover {
    color: #ffed00;
    text-decoration-color: #ffed00;
    text-decoration: underline;
}

.copyright {
    color: #bdc8d1;
}

.copyright a {
    color: #bdc8d1;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.copyright a:hover {
    color: #ffed00;
    text-decoration-color: #ffed00;
    text-decoration: underline;
}

.binargon {
    color: #bdc8d1;
}

.binargon a {
    color: #bdc8d1;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.binargon a:hover {
    color: #ffed00;
    text-decoration-color: #ffed00;
    text-decoration: underline;
}

.commonMessage__container {
    background-color: #252727;
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 16px 6px #191a1a7a;
}

.commonMessage__button {
    transition: background-color 0.3s;
}

.commonMessage__button:hover {
    background-color: #bababa;
}

.commonMessage__button--main {
    background-color: #ffed00;
    color: #191a1a;
    font-weight: 600;
    transition: background-color 0.2s;
}

.commonMessage__button--main:hover {
    background-color: #ccbe00;
}

.commonCheckoutPersonal {
    padding: 0 0 20px 0 !important;
}
.commonCheckoutPersonal__row {
    margin-bottom: 16px !important;
}

.commonCheckoutButtons__button--left {
    background-color: #fff !important;
}

.commonCheckoutSteps__item__number {
    background-color: #34b262;
}

.popis p {
    line-height: 1.5;
}

.ulice, .mesto {
    margin-bottom: 4px;
}

.commonCheckoutCommonBox .block2 .pokladnaLib {
    margin-left: 37px;
    margin-bottom: 16px;
}

.commonCheckoutCommonBox .block2 .pokladnaLib a {
    background-color: #34b262;
    transition: 200ms ease all;
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
}

.commonCheckoutCommonBox .block2 .pokladnaLib a:hover {
    background-color: #288a4c;
}

.commonMessage__overlay {
    backdrop-filter: blur(5px);
}

.commonPopUp__overlay {
    backdrop-filter: blur(5px);
}

.commonWatchDog--common-popup-true {
    background-color: #252727;
    color: #fff;
    border-radius: 16px;
}

.common-question--common-popup-true {
    background-color: #252727;
    color: #fff;
    border-radius: 16px;
}

.commonWatchDog__row {
    row-gap: 10px;
}

.cShare__dialog {
    background-color: #252727;
    border: 1px solid #252727;
    width: fit-content;
    border-radius: 8px;
    box-shadow: 0 0 16px 6px rgba(25, 26, 26, 0.76);
}

.cShare__dialog::backdrop {
    backdrop-filter: blur(5px) brightness(40%)
}

.cShare__dialogContent {
    flex-wrap: nowrap;
}

.cDelivery {
    background: #252727;
    border: 1px solid #191a1a !important;
    padding: 56px 56px 26px;
    max-width: 750px;
    width: 100%;
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 32px 16px rgba(25, 26, 26, 0.76) !important;
}

.cShare__shareText {
    color: #bdc8d1;
}

.cDelivery::backdrop {
    background-color: "" !important;
    backdrop-filter: blur(5px) brightness(40%) !important;
}

.cDeliveryCarier__name {
    color: #ffdd00;
}

.cDeliveryCarier__label {
    text-transform: none;
    height: 20px;
}

.cDeliveryCarier__numberOfDays {
    color: #191a1a;
}

.common_template_fce_7 .produkt {
    color: #fff;
    background-color: #252727;
    border: none;
}

.common_template_fce_7 .href1 {
    color: #ffdd00;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.2s ease-in-out;
}

.common_template_fce_7 .href1:hover {
    text-decoration: underline;
    text-decoration-color: #ffdd00;
}

.common_template_fce_7 .smazatZOblibenych {
    color: red;
    transition: all 0.2s ease-in-out;
}

.common_template_fce_7 .smazatZOblibenych:hover {
    color: red;
    text-decoration-color: red;
}

.button-red,.common_template_fce_7 .odstranitVse {
    color: #fff !important;
}

.cAvailabilityRow__value-text {
    font-size: 24px;
}

.fce6Availability {
    font-weight: 600;;
}

.fce6ProducerLogo.fce6ProducerLogo--text {
    display: none;
}

#id_cisdopravcu_DPDPARCEL_vyplnenyObsah a {
    font-size: 0 !important;
}

#id_cisdopravcu_DPDPARCEL_vyplnenyObsah a::after {
    content: "Vybrat výdejní místo nebo box";
    font-size: 16px;
    display: inline-block;
}

.scrollToTop.visible {
    background-color: #34b262 !important;
    box-shadow: 0 0 16px 6px rgba(52, 178, 98, 30%) !important;
}

.scrollToTop:hover {
    background-color: #288a4c !important;
}