.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;
}
.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{
	margin-top: 2%;
    font-size: 14px;
    color: #ab1616;
    padding: 5px;
    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: 15px;
	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;
	margin-bottom: 0px;
}
.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: 40px;
    height: 40px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    text-align: center;
	position: relative;
}
.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{
	margin-bottom: 10px;
}
.blog-cat-3{
	display: flex;
	align-items: center;
    font-size: 14px;
    font-weight: 600;
}
.blog-cat-3 a{
	color: #ff0000;
	margin: 0 2px 4px 0;
}
.price-block{
	margin: 5px 0;
}
/* Woo product filter 4 start */
.cart_button-4{
	background-color: var(--filter-cart-content,'#080808');
}
/* Woo product filter 4 end */

/* Woo product filter 6 start */

.sidebar-style-6 .category-list li,
.sidebar-style-7 .category-list li{
	list-style: none;
}
.sidebar-style-6 .category-list li:hover{
	text-decoration: underline;
}
.sidebar-style-6 ul.category-list li:not(ul.sub_categories li):hover{
	font-weight: normal;
	color: var(--filter-font-color) !important;
}
.sidebar-style-6 .color-meta .color-item.active{
	outline-width: 4px !important;
}
.sidebar-style-6 .radio-wrap .radio-item{
	display: inline-flex;
    background: transparent;
    color: var(--filter-font-color) !important;
    outline: none;
    font-weight: normal;
}
.sidebar-style-6 .sidebar-row .param-box:not(.color-meta){
	flex-direction: column;
}

.sidebar-style-6 .radio-wrap .radio-item:hover{
	text-decoration: underline;
	background: transparent;
	border: none;
	color: var(--filter-font-color) !important;
}
.sidebar-style-6 .radio-wrap .radio-item.active{
	text-decoration: underline;
	font-weight: bold;
}

.sidebar-style-6 .checkbox-item:hover{
	text-decoration: underline;
}
.sidebar-style-6 .checkbox-item input[type="checkbox"] {
    display: none;
}
.sidebar-style-6 .checkbox-item:has(input[type="checkbox"]:checked) {
    font-weight: bold;
    text-decoration: underline;
}
.main-wrapper-6 .top-filters,
.main-wrapper-7 .top-filters{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 7px;
}
.main-wrapper-6 .top-filters .filter-top,
.main-wrapper-7 .top-filters .filter-top{
	flex: 1;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.main-wrapper-6 .top-filters .sort-bar,
.main-wrapper-7 .top-filters .sort-bar{
	margin: 0;
	border: none;
	display: flex;
	margin-left: 10px;
}
.main-wrapper-6 .top-filters .sort-bar .sort-item,
.main-wrapper-7 .top-filters .sort-bar .sort-item{
	border: 1px solid var(--filter-badge-bg) !important;
	display: flex;
	border-radius: 0;
	width: 46px;
	height: 40px;
	justify-content: center;
	align-items: center;
}
.main-wrapper-6 .top-filters .sort-bar .sort-item:last-child,
.main-wrapper-7 .top-filters .sort-bar .sort-item:last-child{
	margin-left: -1px;
}
.main-wrapper-6 .top-filters .sort-bar .sort-item.active,
.main-wrapper-7 .top-filters .sort-bar .sort-item.active{
	background: var(--filter-badge-bg);
}
.main-wrapper-6 .top-filters .sorting .sort-by select,
.main-wrapper-7 .top-filters .sorting .sort-by select{
	border: none;
	height: auto;
	background: var(--filter-tab-color);
    padding: 20px;
    line-height: 1.4;
}
.main-wrapper-6 .top-filters .sorting,
.main-wrapper-7 .top-filters .sorting{
	margin: 0;
	max-width: 200px;
}
.main-wrapper-6 .top-filters .sorting .sort-by select:focus-visible,
.main-wrapper-7 .top-filters .sorting .sort-by select:focus-visible{
	outline: none;
}
.main-wrapper-6 .selected-filter,
.main-wrapper-7 .selected-filter{
	margin-bottom: 15px;
	display: flex;
}
.main-wrapper-6 .filter-tag,
.main-wrapper-7 .filter-tag{
	margin-right: 15px;
}
.main-wrapper-6 .filter-tag, .main-wrapper-6 .clear-filter,
.main-wrapper-7 .filter-tag, .main-wrapper-7 .clear-filter{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4px;
    font-weight: 500;
    border-radius: 4px;
    padding: 2px 10px;
    color: var(--filter-font-color);
    border: none;
    background: var(--filter-badge-bg);
    font-weight: normal;
}
.clear-filter{
	order: 1;
}
.clear-filter span{
	display: none;
}
.main-wrapper-6 .clear-filter span,
.main-wrapper-7 .clear-filter span{
	display: block;
}
.main-wrapper-6 .post-block,
.main-wrapper-7 .post-block{
	background: transparent;
	box-shadow: none;
}
.main-wrapper-6 .post-block:hover .hover-overlay,
.main-wrapper-7 .post-block:hover .hover-overlay{
	opacity: 1;
}
.main-wrapper-6 .post-block:hover .hover-overlay .cart_button-6,
.main-wrapper-7 .post-block:hover .hover-overlay .cart_button-7{
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.main-wrapper-6 .hpcc-image,
.main-wrapper-7 .hpcc-image{
	position: relative;
}
.hover-overlay{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: flex-end;
    padding: 14px;
    display: flex;
    transition: all 0.3s ease;
    opacity: 0;
}
.cart_button-6,
.main-wrapper-7 .prods-list-view .blog-content-3 .cart_button-7{
    background-color: var(--filter-font-color);
    color: var(--filter-tab-color);
    width: 100%;
    padding: 8px 15px;
    display: flex;
    border-radius: 0px;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.main-wrapper-6 .hover-overlay .cart_button-6,
.main-wrapper-7 .hover-overlay .cart_button-7{
	transform: translateY(30px);
}
.cart_button-6 a,
.cart_button-7 a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.cart_button-6 span,
.cart_button-7 span{
    margin-left: 6px;
}
.cart_button-6:hover,
.prods-list-view .cart_button-7:hover{
	color: var(--filter-tab-color);
}
.main-wrapper-6 .pagination,
.main-wrapper-7 .pagination{
	justify-content: center;
}
.main-wrapper-6 .pagination li{
	background: var(--bg_color);
    border: 1px solid var(--filter-badge-bg);
    border-radius: 8px;
    display: inline-block !important;
    height: 44px;
    width: 44px;
    color: var(--filter-blog-header);
    line-height: unse;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
.main-wrapper-6 .pagination li:hover,
.main-wrapper-7 .pagination li:hover{
	color: var(--filter-blog-header);
}
.main-wrapper-6 .pagination li.last-page:hover svg,
.main-wrapper-6 .pagination li.first-page:hover svg,
.main-wrapper-7 .pagination li.last-page:hover svg,
.main-wrapper-7 .pagination li.first-page:hover svg{
	fill: var(--filter-primary-color);
}
.main-wrapper-6 .pagination li.current,
.main-wrapper-7 .pagination li.current{
	color: var(--filter-primary-color);
	font-weight: bold;
}

.main-wrapper-6 .prods-grid-view .blog-content-3 .cart_button-6,
.main-wrapper-7 .prods-grid-view .blog-content-3 .cart_button-7{
	display: none;
}
.main-wrapper-6 .prods-list-view .hover-overlay,
.main-wrapper-7 .prods-list-view .hover-overlay{
	display: none;
}
.main-wrapper-6 .prods-list-view .blog-content-3 .cart_button-6,
.main-wrapper-7 .prods-list-view .blog-content-3 .cart_button-7{
	opacity: 1;
	visibility: visible;
	display: inline-flex;
	width: auto;
	border-radius: 6px;
}

.main-wrapper-6 .prods-list-view .post-block,
.main-wrapper-7 .prods-list-view .post-block{
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
}
.main-wrapper-6 .hpcc-image,
.main-wrapper-7 .hpcc-image{
	height: auto;
}
.main-wrapper-6 .blog-content-3 .post-description,
.main-wrapper-7 .blog-content-3 .post-description{
	display: none;
}
.main-wrapper-6 .prods-list-view.active .blog-content-3 .post-description,
.main-wrapper-7 .prods-list-view.active .blog-content-3 .post-description{
	display: block;
}
/* Woo product filter 6 end */

/* Woo product filter 7 start */
.shop-container-7 .sidebar-heading,
.shop-container-7 .sidebar-row{
	border-bottom: 1px solid var(--filter-badge-bg);
	padding-bottom: 15px;
}
.sidebar-style-7 .category-list li input[type='checkbox'],
.sidebar-style-7 .param-box input[type='checkbox'],
.sidebar-style-7 .radio-wrap .radio-item {
    appearance: none;
    width: 14px; 
    height: 14px;
    background-color: var(--filter-tab-color);
    border: 1px solid black;
    padding: 5px;
    border-radius: 0; 
    display: inline-block;
    position: relative;
    cursor: pointer;           
}

.sidebar-style-7 .category-list li input[type='checkbox']:checked,
.sidebar-style-7 .param-box input[type='checkbox']:checked,
.sidebar-style-7 .radio-wrap .radio-item.active {
  background-color: var(--filter-tab-color) !important;
}

.sidebar-style-7 .category-list li input[type='checkbox']:checked::after,
.sidebar-style-7 .param-box input[type='checkbox']:checked::after,
.sidebar-style-7 .radio-wrap .radio-item.active::after {
	content: "" !important;
    background: var(--filter-font-color);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid var(--filter-tab-color);
    border-radius: 0;
}
.sidebar-style-7 .color-meta,
.sidebar-style-7 .size-meta,
.sidebar-style-7 .param-box{
	display: flex;
	flex-direction: column;
}
.sidebar-style-7 .radio-wrap .radio-item,
.sidebar-style-7 .param-box .checkbox-item{
	align-items: center;
	display: inline-flex;
	outline: none;
}
.sidebar-style-7 .radio-wrap .radio-item:hover{
	background: var(--filter-font-color) !important;
}
.sidebar-style-7 .radio-wrap .radio-item:hover:after{
/*	display: none !important;*/
	margin: 0 !important;
	min-width: unset !important;
}
.sidebar-style-7 .radio-wrap .radio-item::after {
	content: " " !important;
}
.sidebar-style-7 .radio-wrap .radio-item:before{
	display: none !important;
}
.sidebar-style-7 .radio-wrap .radio-item span{
	position: absolute;
	left: 20px;
	color: var(--filter-font-color);
}
.sidebar-style-7 .price-range-area-2 .pointer-label.high,
.sidebar-style-7 .price-range-area-2 .pointer-label.low{
	display: none;
}
.sidebar-style-7 .price-range-area-2 .back-bar{
	height: 3px;
}
.sidebar-style-7 .price-range-area-2 .back-bar .pointer,
.sidebar-style-7 .price-range-area-2 .back-bar .selected-bar{
	background: var(--filter-font-color) !important;
	border-radius: 0;
}
.sidebar-style-7 .price-range-area-2 .reset{
	margin-top: 15px;
}
.sidebar-style-7 .param-box .checkbox-item input{
	margin-right: 10px;
}
.cart_button-7{
    background-color: var(--filter-tab-color);
    color: var(--filter-font-color);
    width: 100%;
    padding: 8px 15px;
    display: flex;
    border-radius: 0px;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.cart_button-7:hover{
	color: var(--filter-font-color);
}
.main-wrapper-7 .pagination li{
	background: transparent;
    border: none;
    border-radius: 50%;
    display: inline-block !important;
    height: 44px;
    width: 44px;
    color: var(--filter-blog-header);
    line-height: unse;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
.main-wrapper-7 .pagination li.current{
	background: var(--filter-badge-bg);
}

@media (max-width: 768px) {
	.shop-container-6 .fplus-title,
	.shop-container-7 .fplus-title{
		display: none;
	}
    .shop-container-6 .filter-mb-search:not(.filter-mb),
    .shop-container-7 .filter-mb-search:not(.filter-mb) {
        display: none !important;
    }
    .main-wrapper-6 .filter-mb,
    .main-wrapper-7 .filter-mb {
        display: block;
    }
    .main-wrapper-6 .top-filters, 
    .main-wrapper-7 .top-filters{
         display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
}
.product-tag a:hover{
    color: #fff;
}
/* Product Style 4 start*/
.grid-view-4 {
	display: grid;
	grid-template: auto auto / auto auto;
	gap: 30px 20px;
}
.product-style-4{
	display: grid;
    grid-template-columns: 25% auto;
    gap: 30px 15px;
}
.product-style-4 .product-name a{
	font-weight: 500;
}
.product-style-3 .product-name a{
	font-weight: bold;
}
.product-style-4 .product-name a,
.product-style-3 .product-name a{
	font-size: 20px;
	font-weight: 500;
	color: #232323;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.product-style-4 .title-section,
.product-style-3 .title-section,
.product-style-4 .desc-section,
.product-style-3 .desc-section
{
    display: flex;
    justify-content: space-between;
}
.add-to-cart{
	display: flex;
	position: relative;
}
.product-style-4 .add-to-cart a,
.product-style-3 .add-to-cart a
{
	color: #fff;
    font-size: 14px;
    line-height: 33px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}
.product-style-4 .add-to-cart a
{
    background-color: #333;
}
.product-style-3 .add-to-cart a
{
    background-color: #e3106e;
}
.product-price,.product-style-4 .product-name a:hover,
.product-style-3 .product-name a:hover
 {
	color: #e3106e;
}
.prods-grid-view .title-section .product-price del span {
    font-size: 14px;
    opacity: .5;
}
.product-price .amount {
    font-size: 20px;
	font-weight: 500;
}
.product-style-4 .description{
	min-height: 40px;
	margin-bottom: 0;
	color:#333;
}
/* Product Style 4 end*/

/* Product Style 3 start*/
.product-style-3 .vpcc-image{
	position: relative;
}
.product-style-3 .menu-item{
    padding: 0 !important;
    margin-bottom: 30px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, .06);
}
.product-style-3 .tags{
	position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.product-style-3 .product-content{
	padding: 15px;
}
/* Product Style 3 end*/