/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/

footer.footer.footer-black {
  background: #0c5b6c;
}

/* Style the list item container */
#menu-item-512 {
    display: inline-block;
}

/* Style the link inside the list item */
#menu-item-512 a {
  background-color : #0c5b6c;  
	color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

/* Add an effect when the mouse goes over the link */
#menu-item-512 a:hover {
    color: fbcca0;
}


.wp-embed-responsive .site-footer footer ul, 
.footer-big .copyright {
    display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper
.woocommerce-cart-form table.cart td.product-thumbnail,
.woocommerce-cart-form table.cart th.product-thumbnail {
    display: none !important;
}

.card-product.pop-and-glow .card-image {
	display: none !important;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img
 {
display: none !important;
}

.woocommerce .woocommerce-ordering select
 {
	 display: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder
{
	display: none !important;
}

.menu-item .menu-item-type-custom .menu-item-object-custom .menu-item-861 .sg-popup-id-696

/*logo entête*/
.navbar .navbar-header .navbar-brand img {
    width: auto !important;
    max-height: 75px !important;
}

.navbar .navbar-header .navbar-brand {
    padding: 0 0px;
    position: relative;
    color: inherit;
    height: auto;
}

@media (min-width: 783px) and (min-width: 601px) {
    body.admin-bar .navbar-default:not(.navbar-transparent) {
        margin-top: 32px;
        margin-left: -15px;
    }
}

.navbar>.container {
    display: flex;
    transition: padding .1s ease;
    padding: 10px 10px;
    vertical-align: middle;
    align-items: center;
}

.navbar
Specificity: (0,1,0)
 {
    position: relative;
    min-height: 100px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}




