:root{
    --mm-shop-thumb-height : 200px;
}

.custom-logo-link{
    width: 180px !important;
}

.mm_nobreak{
	white-space:nowrap;
}

body{
    font-size: 18px !important;
}

/*/////////////////////////// HEADER*/
a.mobile-logo-link {
    display: contents;
}

img.mobile-logo {
    width: 160px;
}

.topbar{
    display: none !important;
}

.navbar-tool-label, .badge-primary{
    color: aliceblue !important;
}

.wp-block-button .wp-block-button__link {
    box-shadow: 0 0.5rem 1.125rem -0.5rem var(--primary);
}

.footer-logo-link{
    width: 170px !important;
}
.mm_footer_contact p,
.mm_footer_share p{
    margin-bottom: 5px;
}
.mm_footer_contact a,
.mm_footer_share a{
    color: var(--wp--preset--color--cyan-bluish-gray);
    font-size: 1rem;
}
footer h4{
    margin: 0;
}

/*
PAGE PREVISION UN PRODUIT 
*/
.product-additional-buttons{
    margin: 10px 0;
}

.mm_button a{
    box-shadow: 0 6px 20px -6px var(--primary) !important;
}

.mm_button a:hover{
    background-color:#4e54c8 !important;
    box-shadow: 0 6px 20px -6px #4e54c8 !important;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
    object-fit: contain;
    max-width: none;
}

/*/////////////////////////// SHOP*/

.mega-menu-container .menu-item-image{
    z-index: 1010;
}

#quick-view .modal-content{
    min-height: 300px;
}

.cd-quick-view .modal-body {
    display: flex !important;
    padding: 10px !important;
}


.cartzilla-product-grid a.btn-primary{
    display: block;
    width: 100%;
}

.product-card .card-img-top {
    display: flex !important;
    height: var(--mm-shop-thumb-height) !important;
    align-items: center;
    background-color: gray;
    border-radius: 0px;
}

.product-card .card-img-top > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 576px){
    .product-list .product-list-thumb {
        display: flex;
        height: 150px;
        align-items: center;
    }
}

/*///////////////////////// Contact*/
.mm_full_width{
    margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
}

/*///////////////////////// Footer*/
#mm_footer_politic_cookie a{
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.5) !important;
}


@media (max-width: 768px){
    #mm_footer_socials_icons,
    #mm_footer_politic_cookie{
        display: flex;
        justify-content: center;
    }

}