/* checkout */
/* hide skip payment */
.litecheckout__item label:has(input#skip_payment) {
	display: none;
}

/* popup */
.notification-content-extended h1,
.ui-dialog-titlebar,
div.ui-dialog .ui-dialog-titlebar {
    background: #8f9d6b;
}

/* categories */
.ty-subcategories__item img + span {
    height: 60px;
}

.price-in-euro {
    display: inline-block;
    color: #cd8779;
    font-size: 22px;
    padding-top: 3px;
}

/* desktop */
@media screen and (min-width: 768px) {

    /* topbar */
    .reiatopbar {
        min-width: 200%;
        margin-left: -50%;
        background: #f6ecd7;
    }
    
    /*
    .reiatopbar img {
        max-width: 640px;
        padding-top: 6px;
    }
    */
    
    .dsk-mt-40 {
        margin-top: 40px;
    }

    .reiatopbar .ut2-banner .ut2-a__bg-banner {
        z-index: inherit;
    }
}

/* MOBILE */
@media screen and (max-width: 767px) {

	/* topbar */
    .sticky-topbar, .prd-pg-sticky-topbar .container-fluid-row:first-child {
        position: sticky;
        top: -1px;
        z-index: 3;
    }
    .sticky-fc-panel .top-sticky-panel__filters {
        top: 46px;  /* move filters below */
    }
    .reiatopbar {
        margin-bottom: 10px;
        background: #f6ecd7;
    }
    .reiatopbar.homepage {
        margin-bottom: 20px;
    }
    .reiatopbar.fw {
        min-width: 108%;
        margin-left: -4%;
    }


	/* header logo */
	.tygh-header .ty-logo-container {
		margin-left: 100px;
	}
	.tygh-header .ty-logo-container__image {
    	max-height: 50px;
	}

	/* footer sticky */
	.ut2-pb__sticky_add_to_cart {
    	display: flex !important;
    }
    .ut2-pb__sticky_add_to_cart.hidden {
    	display: none !important;
    }
    .ut2-pb__sticky_add_to_cart-price {
    	width: 40%;
    }
    .ut2-pb__sticky_add_to_cart .ty-btn__add-to-cart {
    	width: 60%;
    }

}
