.reset-5{
	display: none !important;
}
/* Rating Template 1 */
.dropdown-label {
	position: relative;
	width: 100%;
	height: 40px;
	border: 1px solid var(--filter-border-color);
	border-radius: 6px;
	background-color: #fff;
	line-height: 40px;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0 15px;
	cursor: pointer;
}

.dropdown-label::after{
    height: 10px;
	width: 10px;
	top: 13px;
	background-size: 100% auto;
    content: '';
    display: block;
    position: absolute;
    right: 15px;
}
.dropdown-label.closed:after{
    background-image: url(../../assets/images/arrow-down.svg);
}
.dropdown-label.open:after{
    background-image: url(../../assets/images/arrow-up.svg);
}


/* Price Range Template 2 start */

.sidebar-row.price-range-area-2,.sidebar-row.price-range-area-3 {
	margin-bottom: 22%;
}

/* Price Range Template 2 end */

.wp-list-view-2{
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px 15px;
}
.wp-list-view-3{
	display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px 15px;
}

/* blog Template 3 style */
.post-block{
	width: 100%;
	transform: scale(0.99);
	background: #fff;
	transition: all ease .3s !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
.post-block:hover {
	transform: scale(1);
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px !important;
}
.product-style-three{
	margin-bottom: 8%;
}
.product-name-3 a{
	font-size: 15px;
    font-weight: 700;
    color: #000;
}
.price-3{
	font-size: 15px;
    font-weight: 700;
	color: #000;
}

.cart-btn-3 a{
	position: relative;
	width: 65%;
    background-color: #fff;
    border: 2px solid #ab1616;
    color: #ab1616;
    padding: 7px;
    align-items: center;
	justify-content: center;
    display: flex;
    font-size: 14px;
}
.cart_button-3::after {
	top:7px
}
.cart-btn-3 span{
	color: #ab1616;
    display: inline-block;
	margin: 3px;
}
.cat-3 a,.cat-3 a:hover{
	margin-top: 2%;
    font-size: 14px;
    color: #ab1616;
    padding: 2px;
    border: 1px solid #ab1616;
}
.price-range-input{
	display: flex;
	margin-bottom: 9%;
	font-size: 14px;
}
.price-range-input .field{
	display: flex;
	width: 100%;
	height: 35px;
	align-items: center;
}
.field span{
	width: 100%;
}
.field input{
	height: auto;
	outline: none;
	font-size: 14px;
	margin-left: 4px;
	border-radius: 5px !important;
	text-align: center;
	border: 1px solid var(--filter-secondary-color,'#ab1616') !important;
}
.field input::-webkit-outer-spin-button,
.field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-range-input .separator {
	width: 100px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
}
.list-3{
	list-style: none;
}
.param-box-3{
	display: flex;
	flex-direction: column;
}
.param-box-3 input{
	appearance: none;
}

/* Blog template 3 start */
.wp-sidebar-style-3{
	width: 100% !important;
	text-align: center;
}
.blog-content-3{
	background: #ffffff;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.filter-wp-title > a > h2:hover {
    color: var(--filter-blog-header, #1164cb) !important;
}
.filter-wp-title > a > h2{
    color: #000000;
    font-size: 25px;
    font-weight: 700;
	transition: all ease 0.3s;
}
.blog_description{
	color: #4c4c4c;
    font-size: 14px;
    line-height: 1.8em;
	margin-bottom: 1rem;
}
.author-3{
	color: #999999;
	font-size: 16px;
}
.read_more_3{
	text-align: right;
    margin: 20px 0px 5px 0px; 
}
.cart_button-5{
    background-color: #ff0000;
    color: #ffffff;
    width: fit-content;
    padding: 3px 5px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    text-align: center;
}
.read_more_3 a{
	border: none;
    background-color: #ff0000;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 8px 30px;
    display: inline-block;
    margin: 5px 3px 5px 3px;
    text-transform: uppercase;
    line-height: 1.4em;
    font-weight: 600;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.read_more_3 a:hover{
	color: #ffffff;
}
.blog-tag-3{
	color: #ff0000;
	font-size: 14px;
	margin-left: 2px;
}
.tags-3{
	display: flex;
	margin-bottom: 10px;
}
.blog-cat-3{
	display: flex;
	align-items: center;
	margin: 10px 0;
    font-size: 14px;
    font-weight: 600;
}
.blog-cat-3 a{
	color: #ff0000;
	margin-bottom: 4px;
}

/* Woo product filter 4 start */
.cart_button-4{
	background-color: var(--filter-cart-content,'#080808');
}
/* Woo product filter 4 end */