/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* ================= Shop Page ================= */
/* DESKTOP CATEGORY FILTER CSS START */
/*Category Header*/
.wpf_item .wpf_item_name {
  font-weight: 700 !important;
  font-size: 16px !important;
  font-family: 'Mulish', sans-serif;
}
/*Category Chack Box */ 
.wpf_item input[type="checkbox"]{
  border: 1px solid rgba(4,4,4,0.36) !important;
  border-radius: 0px !important; 
}
/*Main Category Name*/
.wpf_item label{
  font-size: 14px;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  color: #000;
}
/*Main Category Count */ 
.wpf_item_count{
  background: #fff !important;
  font-size: 10px !important;
  color: #000000 !important;
  font-family: 'Mulish', sans-serif;
  font-weight:500 !important;
}
/*Price Slider*/
.wpf_slider.ui-slider .ui-widget-header{
  background:#90553C !important;
  height: 4px;
}
/*Show Price*/
.wpf-slider-label{
  font-size: 14px !important;
  font-family: 'Mulish', sans-serif !important;
  color: #000 !important;
}
/*Apply Button*/
.wpf_search_button{
  font-size: 14px !important;
  font-family: 'Mulish' !important;
  background-color: #90553C !important;
  border-radius: 0px !important;
  width: 100% !important;
}
/* ========================
SHOP PAGE PRODUCT CSS START
=========================== */
/*Result Count*/
p.woocommerce-result-count{
  font-weight: 600 !important;
  font-family: 'Mulish' !important;
  color: #000000 !important;
  padding-left: 10px !important;
}
/*Default Sorting*/
.woocommerce .woocommerce-ordering .orderby{
  background: #ffffff;
  border-radius: 0px;
  font-family: 'Mulish' !important;
  color: #000 !important;
}
/*Shop Page All Number*/
.woocommerce nav.woocommerce-pagination ul{
  border: none
}
/*Shop Page Inactive Number*/
.woocommerce nav.woocommerce-pagination ul li{
  border: none ;
  border-radius: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.45);
  font-size: 16px;
  font-family: 'Mulish' !important;
  width: 34px;
  height: 34px;
  margin: 0px 5px;
}
/*Shop Page Inactive Number Color*/
.woocommerce nav.woocommerce-pagination ul li a{
  color: #000000;
}
/*Shop Page Inactive Number Hover*/
.woocommerce nav.woocommerce-pagination ul li a:hover{
  background: #90553C;
  color: #fff;
  transition: .6s ease-out;
}
/*Shop Page Active Number*/
.woocommerce nav.woocommerce-pagination ul li span{
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  width: 34px;
  height: 34px;
  padding: 10px;
}
/*Shop Page Active Number*/
.woocommerce nav.woocommerce-pagination ul li span.current{
  background: #90553C;
  color: #fff;
}

.dipl_modal_close_button{
  background-color: #de6561 !important;
    font-size: 15px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff;
}
.woocommerce-cart table.cart img{
	width: 100px ;
}