

.filter-tag{
	border: 1px solid var(--filter-border-color, #d3d3d3);
	color: var(--filter-border-color, #000);
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
	padding: 0px 10px;
}
.filter-tag span{
	font-size: 12px;
    padding-left: 5px;
}
.font_14 {
	font-size: 14px;
}
.font_bold {
	font-weight: bold;
}
.mt-1{
	margin-top: 1%;
}
.sort-bar {
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: center;
	margin-bottom: 1rem;
	border: 1px solid rgba(128, 128, 128, 0.289);
	padding: 8px;
	border-radius: 5px;
}
.sort-bar-left {
	display: flex;
}

.sort-bar-right div {
	display: grid;
	grid-template-columns: 3fr 9fr;
	align-items: center;
}
.sort-bar-right label {
	display: block;
	font-weight: 600;
}

.radio-wrap .radio-item {
	outline: 1px solid var(--filter-secondary-color,"#d7d7d7");
	padding: 3px 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
.color-item {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.shop-sidebar .sidebar-row {
	margin-bottom: 40px;
	position: relative;
}
.shop-sidebar .sidebar-label {
	font-weight: bold;
	line-height: 22px;
	font-size: 22px;
	margin-bottom: 25px;
	cursor: pointer;
}
.shop-sidebar .sidebar-input {
	width: 100%;
	border: 1px solid #d7d7d7;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	border-radius: 4px;
}
.price-range-area h4.sidebar-label{
	margin-bottom: 40px;
}
.shop-sidebar .price-range {
	position: relative;
}
.shop-sidebar .price-range .range-container {
	position: relative;
	width: 100%;
	margin: 10px 0 25px 0;
}
.shop-sidebar .price-range input[type="range"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	outline: none;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background-color: transparent;
	pointer-events: none;
	transform: translateY(-100%);
}
.shop-sidebar .price-range .slider-track {
	width: 100%;
	height: 5px;
	border-radius: 5px;
}
.shop-sidebar .price-range input[type="range"]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	height: 5px;
}
.shop-sidebar .price-range input[type="range"]::-moz-range-track {
	-moz-appearance: none;
	height: 5px;
}
.shop-sidebar .price-range input[type="range"]::-ms-track {
	appearance: none;
	height: 5px;
}
.shop-sidebar .price-range input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 15px;
	width: 15px;
	background-color: #3264fe;
	cursor: pointer;
	pointer-events: auto;
	border-radius: 5px;
}
.shop-sidebar .price-range input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	height: 15px;
	width: 15px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #3264fe;
	pointer-events: auto;
}
.shop-sidebar .price-range input[type="range"]::-ms-thumb {
	appearance: none;
	height: 15px;
	width: 15px;
	cursor: pointer;
	border-radius: 5px;
	background-color: #3264fe;
	pointer-events: auto;
}
.shop-sidebar .price-range input[type="range"]:active::-webkit-slider-thumb {
	background-color: #ffffff;
	border: 3px solid #3264fe;
}
.shop-sidebar .price-range .range-values {
	display: inline-flex;
	column-gap: 10px;
	align-items: center;
}
.shop-sidebar .price-range input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	max-width: 70px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	padding: 2px 10px;
}
.shop-sidebar .price-range .range-go {
	padding: 5px 12px;
	font-size: 14px;
	border-radius: 4px;
	background-color: #2e74e8;
	color: #ffffff;
	font-weight: 400;
	line-height: 22px;
	border: none;
	transition: all 0.2s linear;
}
.shop-sidebar .price-range .range-go:hover {
	background-color: #1164cb;
}
.shop-sidebar .search-wrap .search-form {
	position: relative;
	width: 100%;
}
.shop-sidebar .search-wrap .search-form .sidebar-input {
	padding-right: 25%;
}

.shop-sidebar .radio-wrap .radio-item:hover {
	background: var(--filter-secondary-color, #17c6aa);
	border-color: var(--filter-secondary-color, #17c6aa);
	outline-style: none;
	color: #fff !important;
}
.radio-wrap .radio-item.active {
	background: var(--filter-secondary-color, #17c6aa);
	outline: 1px solid var(--filter-secondary-color, #17c6aa);
	color: #fff !important;
}
.radio-wrap .taxonomy-item-1.active {
	background: #2d73e7;
	border: 5px solid #2d73e7;
	outline: 1px solid #2d73e7;
	color: #fff !important;
}
.shop-sidebar .radio-wrap .taxonomy-item-1:hover {
	background: #2d73e7;
	border-color: #2d73e7;
	outline-style: none;
	color: #fff !important;
}
.shop-sidebar .color-wrap .radio-item {
	padding: 12px 12px;
}
.shop-sidebar .progress-wrap {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.shop-sidebar .progress-wrap .progress-label {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #777777;
	margin: 0;
}
.shop-sidebar .progress-wrap .progress {
	flex: 1;
}
.category-list {
	list-style-type: square;
	margin: 0 !important;
    padding: 0 !important;
	cursor: pointer;
}
.category-list li {
	margin-top: 5px;
}
.category-list li.active,
.category-list li:hover
{
	font-weight: bold;
	color: var(--filter-secondary-color,#2d73e7) !important;
}
.sidebar-style-1 .categories-wrap ul,
.wp-style-2 .categories-wrap ul
{
    padding-left: 18px !important;
}
ul.ratings,.dropdown-box {
	cursor: pointer;
	padding: 15px;
	border: 1px solid var(--filter-border-color);
	border-radius: 6px;
	font-size: 14px;
    color: #0d1218;
}
ul.ratings {
	margin: 0 0 45px;
	list-style: none;
	margin: 0;
}
.ratings li {
	display: flex;
	flex-wrap: wrap;
	color: #666666;
}

.sidebar-style-2 .ratings li svg {
	fill: #e3a405;
}

.ratings li span,.rate_2 {
	margin-right: 7px;
}
.rate_1 {
	margin-left: 0px !important;
}
.ratings .reset {
	margin-top: 20px;
}

/* Product Css */
.product-style-two .vartical-prod-card-container .product-content {
	margin-top: 20px;
	text-align: left;
}
.product-style-two .vartical-prod-card-container .product-content .cat a {
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	margin-right: 4px;
}
.grid-view-2 {
	display: -ms-grid;
	display: grid;
	grid-template: auto / 255px 255px 255px;
	gap: 30px 30px;
}
.grid-view-1{
    display: grid;
    grid-template: auto / 24% 24% 24% 24%;
    gap: 15px 11px;
}
.post-grid-view-1{
    display: grid;
    grid-template: auto / 32.5% 32.5% 32.5%;
    gap: 15px 11px;
}
.vartical-prod-card-container {
	background: #fff;
	text-align: center;
	transition: all ease 0.4s;
	border: 1px solid #eaeaea;
	border-radius: 10px;
}
.vartical-prod-card-container:hover {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.22));
	border-color: #d7d7d7;
}
.vartical-prod-card-container:hover .vpcc-image {
	background-color: #fff;
	border-radius: 10px;
}

.vpcc-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	transition: 0.3s;
	font-size: 115%;
	line-height: 130%;
	margin: 10px 0 5px;
	font-weight: bold;
	color: #2d73e7;
}
.vpcc-name:hover {
	color: #2d73e7;
	cursor: pointer;
}

.vpcc-price {
	font-size: 110%;
	line-height: 1.2;
	min-height: 15px;
	color: #333;
	align-items: baseline;
	flex-wrap: wrap;
	flex: 0 0 100%;
}

.vpcc-image img {
	max-width: 100%;
}
.vpcc-footer {
	text-align: center;
	padding: 0 10px 16px;
}
.card-action-btn-container {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 0px;
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 10px;
	transition: 0.5s;
	z-index: 1;
}
.vpcc-btns {
	background-color: #2d73e7;
	height: 37px;
	width: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;
	user-select: none;
	transition: 0.5s;
}
.vpcc-btns:hover {
	transform: scale(1.2);
}
.vartical-prod-card-container:hover .card-action-btn-container {
	height: 70px;
}

/* Grid view css end*/

/* List view css start */
.prods-list-view {
	display: flex;
	flex-direction: column;
}
.horizontal-prod-card-container {
	display: grid;
	border-top: 1px solid #efefef;
	padding: 25px 20px;
	transition: 0.3s;
}
.horizontal-prod-card{
	grid-template-columns: 200px auto 250px;
}
.horizontal-wp-card{
	grid-template-columns: 200px auto;
}
.horizontal-prod-card-container:hover {
	box-shadow: 0 0 6px 0 rgb(1 1 1 / 10%);
}
.hpcc-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	background-color: #f8f8f8;
}
.hpcc-image img {
	max-width: 100%;
	max-height: 100%;
}
.hpcc-content {
	padding: 0 20px;
}
.hpcc-name {
	font-weight: bold;
	font-size: 18px;
	transition: 0.3s;
	cursor: pointer;
	padding: 10px 0 5px 0;
	line-height: 1.2;
}

.hpcc-name:hover {
	color: #2d73e7;
}
.hpcc-rating {
	margin-bottom: 10px;
}
.hpcc-price {
	padding: 10px 0;
	font-size: 20px;
	font-weight: 300;
}
.hpcc-description {
	border-top: 1px solid rgba(0,0,0,.05);;
	padding: 10px 0;
	margin-top: 15px;
	color: #555;
	font-weight: 300;
}
.post-border{
	border-top: 1px solid rgba(0,0,0,.05);;
}
.hpcc-actions {
	display: flex;
	flex-direction: column;
	/* gap: 4px; */
	padding: 3px 0 5px 50px;
}
.hpcc-btns {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	cursor: pointer;
	transition: 0.3s;
}
.hpcc-btns:hover {
	color: #2d73e7;
}

/* List view css end */

/**
* Woocommerce css
*/
a.added_to_cart.wc-forward {
	display: none;
}
.cart-bg {
	background: #2e74e8;
	padding: 0 7px;
	border-radius: 3.5px;
}

/* pagination */
li.first-page{
	margin-left: 0 !important;
}
.first-page svg{
	position: relative;
    right: 2px;
    top: 1px;
}
.last-page svg{
	position: relative;
    top: 1px;
}
.pagination li {
	display: inline-block;
	margin: 0 8px;
	height: 50px;
	width: 50px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	transition: all 0.6s ease-in-out;
}
.pagination-1 li{
	background: var(--bg_color);
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

ul.pagination {
	padding: 0;
	margin: 40px 0 0 0;
	list-style-type: none;
}
.pagination li.current,
.pagination li:hover {
	background-color: #11152c;
	color: #fff;
}

.pagination li:hover svg {
	fill: #fff;
}
/* Reset */
.reset-1{
	color: #2d73e7;
	border-bottom: 1px solid #2d73e7;
}
.reset-2{
	color: #17c6aa;
	border-bottom: 1px solid #17c6aa;
}
.reset {
	float: right;
	cursor: pointer;
	margin-top: 10px;
	line-height: 18px;
}
.selected-filter{
	display: flex;
	align-items: center;
    margin-bottom: 2%;
	cursor: pointer;
	color: var(--filter-border-color,#2d73e7);
}

.selected-filter .clear-filter{
	font-size: 14px;
	margin-right: 10px;
}
.filter-top{
	position: relative;
    z-index: 1;
	display: flex;
	justify-content: space-between;
}
.filter-plus.woocommerce-error {
    border-top-color: #2d73e7 !important;
}
.filter-plus.woocommerce-error::before {
    color: #2d73e7;
}

/* Add to cart css */
.wheel{
	fill: var(--filter-secondary-color,'#fff');
}
.add_to_cart_button.loading svg,
.add_to_cart_button.added svg
{
	display: none;
}

.add_to_cart_button.loading::after {
    content: url(../../assets/images/wheel.svg);
    position: var(--filter-loading-icon-position,'relative');
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite;
    border-radius: 290486px;
	margin-left: 4px;
    top: 5px;
    right: 5px;
}
.cart_button-1.loading::after {
    left: 5px;
}
.cart_button-3.loading::after {
    right: 17px;
    top: 10px;
}
.add_to_cart_button.added::after {
    content: url(../../assets/images/check-mark.svg);
    position: relative;
}
/* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

/* Price Range Template 1 start*/
.shop-sidebar input[type="range"] {
	accent-color: #2d0607;
	overflow: hidden;
	appearance: none;
	box-shadow: inset 0 0 6px #ededed;
	height: 5px;
}

.shop-sidebar input[type="range"]:focus {
	outline: none;
}

.theme-green .back-bar .selected-bar {
	background: var(--filter-price-range,"#2d0607") !important;
	background-image: none !important;
}

.theme-green .back-bar .pointer {
	width: 18px;
	height: 18px;
	top: -7px;
	border: 2px solid #2d0607;
	background-color: #fff !important;
	background-image: none !important;
}

.slider-container.theme-green {
	margin-bottom: 10px;
}

.slide-container {
	margin: 0px 0 3% !important;
}
.default-range {
	display: none;
}
/* Price Range Template 1 start*/
.checkbox-item{
	cursor: pointer;
}
input[type="checkbox"]:checked + label.checkbox-item
{
	background-color: #2d73e7;
	color: #fff;
} 
.post-tax-1{
	padding: 5px;
	display: flex;
    justify-content: space-between;
}
.range .slider-container.theme-green{
	background: var(--filter-price-range,"#2d0607") !important;
}
.filter-tab-pane{
	text-align: center;
}
.filter-tab-pane li{
    list-style: none;
	padding: 8px 30px;
    margin: 5px 3px 5px 3px;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--filter-tab-bg,'#ff0000');
    color: var(--filter-tab-color,'#fff');
	display: inline-block;
}
.filter-tab-pane li:hover,
.filter-tab-pane li.active
{
    color: var(--filter-tab-color,'#fff') !important;
}
.tab-item{
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
}