/*
Theme Name: Fragrance Souk
Description:
Author: Fragrance Souk
Author URI: https://fragrancesouk.com
Template: Divi
Version: 1.0
*/

/* Aligner la description courte des produits */
.description {
    text-align: center !important;
    font-size: 12px;
    line-height: 1.5;
    color: #000000
}

/* Design Cart Page */
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 150px;
    padding: 4px 10px;
    margin-right: 10px;
    height: 41px;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  font-size: 20px;
      color: grey;
      background-color: #ffffff;
      border-color: grey;
      cursor: not-allowed;
      opacity: .5;
      border-width: 2px !important;
      border-style: solid;
      padding: .618em 1em;
      text-transform: none;
}

/* Color bar price filter */
.wpf_slider.ui-slider .ui-widget-header {
    background: #cc0000 !important;
    border: none;
}

/* Design CSS "Default Sorting" bar */
.orderby, .woocommerce div.product form.cart .variations td select {
    /* background-color: #ececec; */
    /* border-radius: 3px; */
    /* border: 0; */
    /* color: #666!important; */
    /* font-size: 12px; */
    /* padding: 4px 8px; */
    /* font-weight: 500; */
    /* font-family: Open Sans,Arial,sans-serif; */
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
    border-radius: 0px;
}

/* Design CSS "Brand" Filter product */
.select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
}
