/*
Theme Name: Wiboo
Theme URI: https://riode.org/
Author: D-THEMES
Author URI: https://riode.org/about-me/
Description: Riode Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: riode
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  ***************/
.logo {
	width:413px;
}

li.cat-item-68 {
	display:none !important;
}

.category-image {
    text-align: center;
    margin-bottom: 20px;
}
.category-image img {
    width: 100%;
    max-width: 150px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.mini-basket-dropdown .mini-list,
.woocommerce-loop-product__title {
    text-transform: none;
}

.cart-information th {
    width: 210px;
}

a.woocommerce-remove-coupon {
    display: none;
}
.cart-information tr.coupon-sous-total-remise td {
    text-align: right;
    color:#0e2a4c;
}

.order-total>td {
    display: flex;
    align-items: center;
    gap: 5px;
}