/*
Theme Name: Chilli Restoranid
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: Chris
Author URI: https://olevik.ee
Description: Chilli Restoranide kodulehe temaatika
Version: 1.1.1744373296
Updated: 2025-04-11 12:08:16

*/
.listing h3{
  padding-left: 10px !important;
}
.recommend {
    justify-content: space-between;
}
.recommend .product {
    width: 47%;
}
.listing {
    min-height: 40px !important;
}
input {
}
.wc-block-components-product-summary p {
	text-align: center;
}
.categorylight summary {
    cursor: pointer;
    z-index: 1;
    position: sticky;
    top: 0px;
    transition: background 0.3s; /* Smooth background transition */
    outline: 0;
    background-color: #fffbc0;
}
.summary {
    text-align: center;
    min-height: calc(1.5em * 3);
    }
.categorydark summary {
    cursor: pointer;
    z-index: 1;
    position: sticky;
    top: 0px;
    transition: background 0.3s; /* Smooth background transition */
    outline: 0;
    background-color: #fff899;
}
.modal-1 {
    position: fixed;
    z-index: 20;
}
.addtocartbutton button {
    width: 80px !important;
    border: 0 !important;
    padding: 0;
}
.wp-block-cover__image-background {
    background-position: 50% 80% !important;
    background-size: auto !important;
}

@media only screen and (max-width: 800px) {

.wp-block-details p {
    max-width: 10em;
}
.productsearch {
    width: 50%;
}
.wc-block-components-product-summary p {
	max-width: 10em;
}
}
@media (max-width: 767px) {
    .recommend .product {
        max-width: 47%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}