/* 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;
}

/* MOBILE */
@media screen and (max-width: 767px) {
	
	/* 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%;
    }

}
