/*
Theme Name: Wolmart Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: wolmart
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  ***************/



.custom-heading span {
  color: #1b1c25;
  -webkit-text-stroke: 1px #b2a882;
}

/* Styles pour les écrans de bureau */
@media (min-width: 769px) {
  ul.product-categories {
    width: 200px;
    float: left;
    /* Autres styles... */
  }
}

/* Styles communs pour tous les appareils */
.woocommerce-before-shop-loop-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toolbox-category {
  margin-right: 2px;
}


#wc-stripe-new-payment-method {
  width: 1.8rem !important;
}


.dokan-form-horizontal fieldset .dokan-form-group {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.woocommerce-variation p,
p.out-of-stock,
p.stock.available-on-backorder,
p.wolmart-pre-order-date {
  display: inline-block;
  padding: 4px 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 2px;
  color: #a5996c;
  background: none;
}

/* .toolbox-show-type, .toolbox-show-count{
  display: none !important;
} */



