.extra-image{
    object-fit:cover;
    object-position: center center;
    height: 500px;
    width: 100%;
}


.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: var(--bs-primary);
    font-size: 1rem;
}
@media(max-width:767px){
    .extra-image{
        height: unset;
        aspect-ratio: 2;
    }
}

.container-ry, .single-product #woocommerce-wrapper .container, .post-type-archive-product #woocommerce-wrapper .container{
    max-width: 1800px;
    padding: 0;
    margin: 0 auto;
}

.woocommerce-breadcrumb{
    padding: 0 1.5rem !important;
    margin: 1rem 0 !important;
}

a{
    text-decoration: none;
}

h1, h2, h3{
    /*font-family: 'Mountains of Christmas', cursive;*/
    font-family: 'Mystery Quest', cursive;
    margin-bottom: 0;
}

h1{
    font-size: 3rem;
}

@media(max-width: 1024px){
    h1{
        font-size: 2.5rem;
    }
}

@media(max-width: 767px){
    h1{
        font-size: 2rem;
    }
}

.ry-button{
    display: inline-block;
}

.patter{
    color: var(--bs-primary);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#wrapper-main-sidebar{
    background: none !important;
    
}

body{
    line-height: 1.75rem;
}


.about-us-image{
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center center;
}

.contact-details li{
    margin-bottom: 1rem;
}

.contact-details li span{
    width: calc(18px + .5rem);
    float: left;
    height: 1rem;
}

.contact-details li:last-child{
    margin-bottom: 0;
}

.contact-map #map{
    height: 850px !important;
    max-height: 850px !important;
}

@media(max-width:767px){
    .contact-map #map{
        height: unset !important;
        max-height: unset !important;
        aspect-ratio: 2;
    }
}

.product_title{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}


/* cookie button */

#moove_gdpr_save_popup_settings_button{
    bottom: calc(28px + 1rem) !important;
}

@media(max-width: 767px){
    #moove_gdpr_save_popup_settings_button{
        left: unset !important;
        right: 20px;
        bottom: 20px !important;
    }
}