/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    https://potesetpinards.fr
 Description:  Twenty Seventeen Child Theme
 Author:       Guillem Franck
 Author URI:   https://www.bluetag.fr
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyseventeen-child
*/

.entry-title,
.menu-scroll-down {
    display: none !important;
}

#top-menu {
    text-align: center !important;
}

@media screen and (min-width: 48em) {
    .main-navigation a {
        padding: 1em 2.25em !important;
    }
}

.woocommerce-breadcrumb,
.woocommerce-products-header__title {
    display: none !important;
}

.woocommerce-ordering {
    margin-bottom: 150px !important;
}

.wrap {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#content {
    padding-top: 100px !important;
}

#logo-bordeaux {
    position: absolute;
    top: 0px;
    left: 35%;
    z-index: 1;
    width: 150px;
}

#logo-corse {
    position: absolute;
    top: -10px;
    right: 35%;
    z-index: 1;
    width: 150px;
}

#contain-logo {
    background-color: white;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 90px;
}

#primary {
    max-width: 100% !important;
}

.woocommerce-loop-category__title {
    text-align: center;
    font-size: 20px;
}

@media screen and (max-width: 640px) {
    #logo-bordeaux {
        left: 5%;
    }
    #logo-corse {
        right: 5%;
    }
}


/* 2024 */

.woocommerce-product-gallery__trigger,
.summary.entry-summary,
#tab-title-description,
#tab-description h2,
.up-sells.upsells.products{
    display: none !important;
}

.single-product div.product{
    display: flex;
    flex-direction: row;
}



section.related.products{
    margin-top:40px;
}

#tab-description p{
    margin: 0 0 0.6em;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 100%;
}

.woocommerce-shop .products.columns-5{
    display: flex;
    justify-content: center;
}

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

    .single-product div.product{
        flex-wrap: wrap;
        padding: 5%;
    }

    
    .woocommerce-product-gallery__image a{
        display: flex;
        justify-content: center;
    }

    section.related.products{
        padding: 5%;
    }
}