/* 
 Theme Name:   kewal prints
 Theme URI:    
 Description:  
 Author:       admin_kewal
 Author URI:   https://kreative-lion.com/2024/kewalprints
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.product_type_simple {
    display: none!important;
}

.description{
	color: #1E1E1E;
}

.wpc-filter-link {
color: #000 !important;
font-size: 16px !important;
opacity: 1 !important;
font-family: 'Inter';
}

/* 
input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  border-radius: 0px;
}

input[type="checkbox"]:checked {
  background: #E2000F;
  border-color: #D9D9D9; 
  content: "✔";
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

input[type="checkbox"]:hover {
  background: #E2000F !important;
  border-color: #D9D9D9 !important; 
  content: "✔" !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
 */

input[type="checkbox"] {
      appearance: none;
      -webkit-appearance: none;
      width: 20px;
      height: 20px;
      border: 1px solid #D9D9D9;
      border-radius: 0px;
      outline: none;
      cursor: pointer;
      position: relative;
    }

    input[type="checkbox"]:checked, input[type="checkbox"]:hover{
      background-color: #E2000F !important; 
      border-color: #E2000F !important;
    }
	


    /* Custom checkmark */
    input[type="checkbox"]:checked::after{
      content: "✓";
      color: white;
      font-size: 14px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }


.wpc-filters-ul-list{
	overflow-y: visible !important;
}

.wpc-filter-title{
	display: none;
}

.wpc-filter-set-widget-title {
    color: #E2000F !important;
    font-family: 'Inter' !important;
    font-size: 32px !important;
    font-weight: 700 !important;
}

.wpc-filter-header .wpc-filter-title{
	display: none !important;
}

select.orderby {
    border: 1px solid #D9D9D9;
    font-family: 'inter';
	color: #1E1E1E;
}

select.orderby option {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

select.orderby{
	appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  width: 200px;
  background: url('https://kreative-lion.com/2024/kewalprints/wp-content/uploads/2025/02/weui_arrow-filled.svg') no-repeat right 10px center; /* Adjust position */
  background-size: 25px 60px;
}

.metform-btn svg{
	margin-top: -6px;
    margin-left: -30px;
}

.woocommerce-ordering{
	float: left !important;
}

