/*
Theme Name: Sabino Child
Theme URI: https://kairaweb.com/wordpress-theme/sabino/
Template: sabino
Author: Kaira
Author URI: https://kairaweb.com/
Description: Sabino is a creative, elegant multipurpose eCommerce/WooCommerce WordPress theme designed especially for WooCommerce shops, business / restaurants, food critics, restaurant bloggers, health stores, Wellness shops, beauty stores and more. Sabino packs a bunch of customization settings all built neatly within the WordPress Customizer, the Sabino theme is very customizable with lots of settings and comes with 2 header layouts, 4 blog layouts, multiple page templates, 3 footer layouts and WooCommerce shop layout settings, giving you the flexability to customize the Sabino theme to fit your own custom design. Sabino integrates nicely with top WordPress plugins such as WooCommerce, to turn your website into an online e-commerce store. Build any page layouts with the multiple page templates given and the recommended, easy to use, drag and drop Page Builder. Install it now and start building your site without any coding knowledge. Give it a go... Hope you like it!
Tags: two-columns,three-columns,four-columns,left-sidebar,right-sidebar,grid-layout,flexible-header,custom-background,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-image-header,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments,translation-ready,e-commerce,food-and-drink,news
Version: 10.2.8.1605367626
Updated: 2020-11-14 16:27:06

*/

.main-navigation li a {
    color: #431E1D !important;
}

.main-navigation ul li.focus > a,
.main-navigation div > ul > li > a:hover,
.main-navigation div > ul > li.current-menu-item > a,
.main-navigation div > ul > li.current-menu-ancestor > a,
.main-navigation div > ul > li.current-menu-parent > a,
.main-navigation div > ul > li.current_page_ancestor > a {
color: #e3b1ad !important;
}

/* Mobile Main Menu colors */
@media only screen and (max-width: 960px)  {
    .main-navigation #main-menu  {
        background: #6b4240;
    }
    .main-menu-close  {
    color: #FFFFFF;
    }
    .main-navigation li a  {
        color: #FFFFFF !important;
    }
    .site-header-layout-two.site-header-centered-layout .header-menu-button {
        color: #906360;
    }
}

/* Link hover color */
.entry-content a:not(.more-link):not(.wp-block-button__link):hover {
    color: #e3b1ad;
}

.page-content img,
.entry-content img,
.entry-summary img {
    box-shadow: none;
    border: none;
    padding: 0;
    margin:0;
}

/* Masquer l'UGS des pages produits */
.product .sku_wrapper {
      display: none;
}

/* Footer */
@media only screen and (max-width: 960px) {
    .site-footer-bottom-bar ul li {
        margin: 0 7px 18px;
    }
    .site-footer-copy {
        font-size: 12px;
    }
}

/* Forces two-lines Heading */
.woocommerce .products h2, .woocommerce .cross-sells h2 {
    padding: 0 3%;
    margin: 0 3% 0.2em;
    display: inline-block;
    height: 65px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

/* Suppress focus black border on Home Product slider */
.slide-item.ht-col-xs-12.slick-slide {
    outline: none !important;
}

button {
    outline: none !important;
}

/* Validate Command: Returning customer and Have a coupon override */
.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before {
    display:none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 2px solid #718f4f;
}