/* https://brosses-des-artisans.com/wp-content/themes/malige/style.css?ver=6.2.7 */
/*
Theme Name: malige
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/


.header-top .container::after {
	border-bottom: 1px solid #a5241f;
}

#header .searchform {
    border: 2px solid #a5241f;
	}

#header .searchform input, #header .searchform select, #header .searchform .selectric {
    border-right: 2px solid #a5241f;	
}

#header .searchform .selectric {
	border-left: 0px solid #a5241f;
}

#header .searchform button {
	color: #a5241f; 
}

#header .wishlist i, #header .my-account i {
	color: #a5241f; 
}

.owl-carousel .img-thumbnail img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;

}


.shop_table th {
    text-align: left;
    padding: 10px;
    display: none;
}

.product-images .img-thumbnail .inner {
    border: 1px solid #fff; !important
}

.product-image .inner {
    display: block;
    overflow: hidden;
    position: relative;
    width: 50%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
}

}
.woocommerce-checkout h4, .woocommerce-cart h4, .woocommerce-order-details h4 {
    letter-spacing: -.01em;
    font-size: 14px;
    font-weight: 600;
    display: none;
}

.shop_table.cart-table th.product-price {
    width: 14%;
    display: none;
}


.woocommerce-checkout .card-sub-title, .woocommerce-cart .card-sub-title, .woocommerce-order-details .card-sub-title {
    font-weight: 700;
    display: none;
}

.woocommerce-checkout h4, .woocommerce-cart h4, .woocommerce-order-details h4 {
    letter-spacing: -.01em;
    font-size: 14px;
    font-weight: 600;
    display: none;
}

.cart-v2 .card.card-default .card-body tbody tr {
    border-bottom: 1px solid #dcdcdc;
    display: none;
}

#mini-cart .widget_shopping_cart .total {
    padding: 15px 10px 25px;
    text-align: left;
    text-transform: uppercase;
    display: none;
}



.shop-loop-before .woocommerce-ordering {
    margin-right: auto;
    display: none;
}

.header-top .container::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-bottom: 1px solid #a5241f;
}


html .btn-v-dark, .cart-popup .button.checkout, .wishlist_table .add_to_cart.button {
    color: #fff;
    background-color: #222529;
    border: none;
    padding: 10px;
}



.pi-options-button .pi-button {
    padding: 10px;
    background: #ccc;
        background-color: rgb(204, 204, 204);
    color: #000;
    margin: 5px;
    border-radius: 4px;
    text-align: center;
}

.jq-toast-single a {
    color: #eee;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    font-size: 12px;
}

.pi-options-button a, .pi-navigation-link a {
    background-color: #000 !important;
    color: #fff !important;
}