#product-filters.active-category {
    border: 1px solid #ff0000; 
}

#product-filters.active-tag {
    border: 1px solid #00ff00; 
}

#reset-filters {
    margin-top: 10px;
    background-color: #ccc;
    padding: 5px 10px;
    cursor: pointer;

}

.wps_ajax  .active select {
    border: 2px solid #3498db;
    background-color: #ecf0f1;
    color: #3498db;
}

.wps_ajax{
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.wps_ajax>* {
    width: auto !important;
}
.loading-spinner-wrap {
    position: absolute;
    top: -15px;
    left: -50px;
    right: 0;
    bottom: -15px;
    background: #fff;
    z-index: 1;
	display: none;
}

div#products-container {
    position: relative;
}
#loading-spinner {
    
    /* Add your loading animation styles */
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.wps_ajax #reset-filters {
    margin: 5px;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    /* height: 42px; */
    line-height: 21px;
    padding: 0 25px;
    background: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    color: #1f1f1f;
    margin-bottom: 20px;
    padding: 13px 31px;
    background-color: #ffffff;
    box-shadow: 0px 5px 23px 0px rgb(0 0 0 / 8%);
}

.wps_ajax .nice-select {
    margin: 5px;
    border: 1px solid #a1d6ff;
    color: dimgrey;
}


.wps_ajax .wps_close{
    margin-top: 5px;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 22px;
    padding: 0 25px;
    background: #ffffff;
    border: 1px solid #a1d6ff;
    border-radius: 5px;
    color: #ff2f2f;
}

.wps_ajax select {
    margin: 5px;
    padding: 8px 10px;
    line-height: 1.5em;
    border: 1px solid #a1d6ff;
    border-radius: 4px;
}

.wps_ajax_area #products {
    display: flex;
    flex-wrap: wrap; /* Allow products to wrap to the next line */
    justify-content: space-between;
    margin: 20px 0;
}
.wps_ajax_area #products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.wps_ajax_area .product {
    border: 1px solid #e0e0e0;
    padding: 20px;
    width: calc(33.33% - 20px); /* Set width to 33.33% for 3 products per row with some margin */
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
}

.wps_ajax_area .product {
    border: 1px solid #e0e0e0;
    padding: 20px;
    width: calc(33.33% - 20px); /* Set width to 33.33% for 3 products per row with some margin */
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.wps_ajax_area .product {
    border: 1px solid #e0e0e0;
    padding: 20px;
    width: calc(25% - 20px); /* Set width to 25% to create 4 products per row with some margin */
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}


.wps_ajax_area .wps_ajax select {
    margin: 5px;
    padding: 8px 10px;
    line-height: 1.5em;
    border: 1px solid #a1d6ff;
    border-radius: 4px;
}

.wps_ajax_area #products {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
}

.wps_ajax_area .product {
    border: 1px solid #e0e0e0;
    padding: 20px;
    width: 48%;
    margin-bottom: 20px;
    position: relative;
    margin: 5px; /* Removed duplicate margin property */
    border-radius: 5px;
}

.wps_ajax_area .onsale {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff0000;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}

.wps_ajax_area .product img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform 0.3s ease-in-out; /* Removed duplicate transition property */
}

.wps_ajax_area .product:hover img {
    transform: scale(1.1);
}

.wps_ajax_area .product h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.wps_ajax_area .price {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.wps_ajax_area .price del {
    color: #999;
    margin-right: 5px;
}

.wps_ajax_area .price ins {
    color: #ff0000;
}

.wps_ajax_area .button {
    display: inline-block;
    /* background-color: #000000!important; */
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 3px;
    transition: .5s ease;
}

.wps_ajax_area .button:hover {
    background-color: #090909;
}

.wps_ajax_area li {
    list-style: none!important;
}

.wps_search_filter_default select{
	padding:10px;
	border: 1px solid #a1d6ff;
	border-radius: 4px;
	width: 22%;
}


.wps_search_filter_default .wps_search_button{
    border: 1px solid #a1d6ff;
    width: 100px;
    border-radius: 4px;
    padding: 6px 10px;
}

.wps_search_filter_default .wps_product_search{
    
}
.wps_product_search input{
    color: #9a9a9a;
}

.wps_search_product_input{
	width: 100%;
	border: border: 1px solid #a1d6ff;
	padding: 8px 20px;
	border: 1px solid #a1d6ff;
	border-radius: 4px;
}


.dashicons {
  font-family: 'dashicons';
  font-size: 24px; /* Adjust the size */
  display: inline-block;
  margin-right: 5px; /* Adjust spacing if needed */
}


.wps_search_product_input i {
    position: absolute;
    right: 15px;
    top: 15px;
}






/* this code is for AJax Search */
.wps_ajax_search_result .search-results-table thead {background: #006e78;}

.wps_ajax_search_result .search-results-table thead {
    border-radius: 7px;
    color: #222;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.wps_ajax_search_result .search-results-table th {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 0px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
}

.wps_ajax_search_result .search-results-table td {
    border-top: 1px solid #e9e9e9;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    padding: 4px;
    text-align: center;
}

.wps_ajax_search_result .search-results-table td a {
    color: #222;
}

.wps_ajax_search_result .search-results-table td small {
    font-weight: 400;
}

.wps_ajax_search_result .search-results-table td img {
    width: 45px;
    text-align: center;
}

.wps_ajax_search_result .search-results-table td.title {
    max-width: 200px;
    padding-left: 10px;
    font-size: 13px;
	text-align:left;
}

.wps_ajax_search_result .search-results-table td .rating {
    color: #222;
    font-size: 12px;
}

.wps_ajax_search_result table.search-results-table {
    width: 100%;
}

.wps_ajax_search_result .search-results-table td.quantity {
    position: relative;
    padding: 0;
    width: 120px;
    text-align: center;
    /* background: red; */
}

.wps_ajax_search_result .search-results-table td.quantity input {
    position: relative;
    max-width: 51px;
    /* height: 55px; */
    border: none;
    z-index: 1;
    border-radius: 5px;
    color: #222;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
}


.wps_ajax_search_result .search-results-table td.quantity button.minus {
    position: relative;
    /* left: -7px; */
    font-size: 16px;
    z-index: 9;
    border: 1px solid #f3f1f1;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}



.wps_ajax_search_result .search-results-table td.quantity button.plus {
    position: relative;
    right: 7px;
    font-size: 16px;
    z-index: 9;
    border: 1px solid #f3f1f1;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.wps_ajax_search_result .search-results-table td .add-to-cart {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 12px;
    line-height: 19px;
    font-family: inherit;
    font-weight: 600;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
    background-color: #006d77;
    color: #fff !important;
}





.wps_cart_qnt .wps_qnt_button {
	display:flex;
}



.wpsection-parts-search-box-form select {
    border-right: 17px solid #f4f4f4!important;
    background: #f4f4f4!important;
}

.wpsection-parts-search-box-form {
    box-shadow: none!important;
}


.quick_defult_wps .open-wps i {
    transition: .5s;
}


.wps_cart_product_number{
	display:flex;
}
.wps_cart_product_number .wps_cart_icon {
    color: #383838;
    font-size: 22px;
    margin-top: 17px;
}

.wps_cart_product_number .cart-items-count{
    height: 20px;
    width: 20px;
    text-align: center;
    margin-top: -47px;
    background: #000000;
    color: #fff;
    border-radius: 50%;
    line-height: 21px;
    font-size: 14px;
    left: 12px;
    font-size: 12px;
}


#search-results {
    position: relative;
}

.close-search {
    position: absolute;
    top: -2px;
    right: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    color: #f00; /* Adjust color as needed */
}

.close-search:hover {
    text-decoration: underline;
}

.wps_filter_list>li>label {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
}

.wps_filter_list li ul li label {
    font-size: 15px;
    color: #222222;
    font-weight: 400;
}
.wps_filter_list li ul li input {
    color: red;
}

.wps_ajax_area .cart-wrapper{
	display:none!important;
}




.product-block-two.loading {
    width: 100%;
    text-align: center;
    z-index: 999999999; /* Set a high z-index value */
}

.product-block-two.loading::after {
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
/*     transform: translate(-20px, -20px); */
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
	z-index: 6;
}

.product-block-two.loading::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	background: #fff;
	z-index: 5;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.wps_product_search #search-results {
    z-index: 9999999 !important;
}

.wps_ajax_search_result table.search-results-table {
	min-width:900px;
}












.wps_ajax_search_result .search-results-table .rating i{
	color:#FFC107;
} 
.wps_ajax_search_result .search-results-table .rating  .rating-count{
	font-size:15px;
	margin-left:5px;
}
.wps_ajax_search_result .search-results-table td .add-to-cart{
	transition:.5s ease;
}
.wps_ajax_search_result .search-results-table td .add-to-cart:hover{
	background:#222;
	color:#fff;
}
.wps_menu_cart_notice{
	background:#222;
	color:#fff;
	padding:8px 20px;
	text-align: center;
}
.wps_menu_cart_notice .wps_notice_button {
	background:#fff;
	color:#222;
	padding: 3px 16px;
	border-radius:4px;
	margin-left: 6px;
	font-size: 14px;
	overflow:visible;
}






.product-block-spining.loading {
    width: 100%;
    text-align: center;
    z-index: 999999999; /* Set a high z-index value */
}

.product-block-spining.loading::after {
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
	z-index: 6;
}

.product-block-spining.loading::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	background: #fff;
	z-index: 5;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}




