.inpage.listingpg .left-sidebar {
	width: 270px;
	padding-right: 0;
	border-right: 0px solid #e8e8e8;
	float: left;
	position: sticky;
	top: 50px;
	position: -webkit-sticky;
}

.paddbox_div {
	padding: 20px 20px 10px 20px;
	width: 100%;
	float: left;
	clear: both;
}

.filterprod_container {
	width: 100%;
	border: 1px solid #e8e8e8;
	margin: 0 0 10px 0;
	float: left;
}
.filterprod_title {
	width: 100%;
	float: left;
	clear: both;
	background: #f6f6f6;
	color: #264ea3;
	font-size: 16px;
	font-family: "Red Hat Text";
	font-weight: 500;
	padding: 10px 20px;
}
.filt_by {
	width: 100px;
	float: left;
	font-size: 14px;
}
a.clearlink {
	float: right;
	font-size: 14px;
	color: #9c1b1f;
}
.paddbox_div ul {
	width: 100%;
	float: left;
	clear: both;
	margin: 20px 0 0;
}
.paddbox_div ul li {
	width: 100%;
	float: left;
	clear: both;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	padding: 5px 30px 5px 10px;
	margin: 0 0 15px 0;
	line-height: normal;
	font-size: 14px;
	position: relative;
	z-index: 0;
}
.paddbox_div ul li a.del_item {
	position: absolute;
	z-index: 0;
	top: 3px;
	right: 8px;
}

.filterlist_container {
	width: 100%;
	float: left;
	clear: both;
}

.smk_accordion {
	background: transparent;
}
.smk_accordion .accordion_in:last-of-type .acc_content {
	border-bottom: 1px solid #e8e8e8;
	padding: 20px;
}
.smk_accordion .accordion_in .acc_head {
	background: transparent;
	text-transform: none;
	border-bottom: 0x solid #e8e8e8;
	width: 100%;
	margin: 0;
	padding: 15px;
	font-weight: 500;
	font-family: "Red Hat Text";
}

.accordion_in .in-heading {
	font-size: 16px;
	background: url("../images/accordion-plus.png") no-repeat right 0;
}
.accordion_in.acc_active .in-heading {
	font-size: 16px;
	background: url("../images/accordion-minus.png") no-repeat right 0;
}
.smk_accordion .accordion_in.acc_active .acc_head {
	background: transparent;
	text-transform: none;
	border-bottom: 1px solid #e8e8e8;
	width: calc(100% - 40px);
	margin: 0;
}
.smk_accordion .accordion_in.acc_active {
	background: transparent;
}
.smk_accordion .accordion_in .acc_content {
	border-bottom: 0px solid #ccc;
}
.smk_accordion .accordion_in {
	border: 1px solid #e8e8e8 !important;
	margin: 0 0 10px 0;
	background: #fff;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
}

/*checkbox styling*/
.checkbox {
	position: relative;
	padding: 0;
	margin: 0 0 10px;
}
.checkbox [type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
	margin: 0;
	width: 19px;
	height: 19px;
}
.checkbox label > span {
	float: right;
}
.checkbox label {
	position: relative;
	padding-left: 28px;
	display: inline-block;
	cursor: pointer;
	color: #141414;
	font-size: 16px;
	padding-top: 2px;
	font-family: "RedHatText-Regular";
	font-weight: normal;
}
.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 0;
	border: 1px solid #dcdcdc;
	transition: all 0.1s ease 0s;
}
.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
	content: "\f00c";
	font-family: "FontAwesome";
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 12px;
	height: 18px;
	width: 18px;
	border-radius: 0;
	text-align: center;
	line-height: 18px;
	color: #254da1;
	transition: all 0.1s ease 0s;
	border: 1px solid #254da1;
}
.checkbox [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
}
.checkbox [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.inpage.listingpg .right-side-block {
	width: calc(100% - 270px);
}
ul.prod_list_container {
	width: calc(100% + 34px);
	margin: 0 0 0 -17px;
	float: left;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
ul.prod_list_container li {
	width: calc(25% - 34px);
	margin: 0 17px 35px;
	float: left;
}
.product-item-wrapper .btnlist .btn-theme.shop {
	width: 130px;
}

.sortdiv_box {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 30px 0;
}
.sortdiv_box .paginationdiv {
	width: 400px;
	float: left;
}
ul.paginationul {
	width: 100%;
	float: left;
	font-family: "Red Hat Text";
	font-weight: normal;
}
ul.paginationul li {
	width: auto;
	float: left;
	border: 1px solid #ccc;
	font-size: 14px;
	margin: 0 10px 0 0;
}
ul.paginationul li.viewitem {
	padding: 7px 17px;
}
ul.paginationul li a {
}
ul.paginationul li a {
	line-height: 34px;
	padding: 8px 10px;
}
ul.paginationul li.pgcount {
	min-width: 26px;
}
ul.paginationul li.pgcount.active {
	color: #254da1;
	font-weight: 500;
}
ul.paginationul li.arrow a {
	padding: 1px 0;
	display: block;
}
ul.paginationul li.arrow img {
	float: left;
	margin: 3px 0;
	min-height: 20px;
}

.sortdiv_box .sortdiv {
	width: 200px;
	float: right;
}
select.sortselect {
	width: 100%;
	border: 1px solid #cccccc;
	background: url(../images/select-arrow.png) no-repeat right 0 top 3px;
	padding: 9px 36px 8px 20px;
	font-family: "RedHatText-Regular";
	font-size: 16px;
	color: #3a3a3a;
}

hr {
	width: 100%;
	float: left;
	clear: both;
	border: 0px solid red;
	background: gainsboro;
	height: 1px;
	margin: 0 0 30px 0;
}
.bt_pgnation {
	width: 100%;
	text-align: center;
	margin: 0 0 40px;
	display: block;
}
.bt_pgnation .paginationdiv {
	display: inline-block;
	float: none;
}
.prodlist_content_div {
	text-align: left;
	margin: 50px 0 0;
}

.pro-item-box {
	padding: 0;
}
.pro-itemprice {
	height: auto;
}
.pro-item-info {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	flex-flow: wrap;
}
.product-item-wrapper {
	/*height: 100%;*/
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: column;
	width: 100%;
}
.pro-item-box {
	padding: 0;
}
.paddbox_div ul li {
	width: calc(100% - 6px);
	display: block;
	margin: 3px 3px 15px 3px !important;
	padding: 5px 10px 5px 10px;
}
.filt_by {
	margin-bottom: 15px;
}
.sortdiv_box .sortdiv {
	width: 220px;
}

/*.pro-itemprice span .price:not(:last-of-type){margin-bottom: 0 !important;}*/

.sortdiv_box .paginationdiv {
	width: calc(100% - 235px);
}

.wraphead {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.sortdiv_box {
	width: auto;
	float: none;
	display: flex;
	flex-wrap: wrap;
}
.wraphead .sortdiv_box .paginationdiv {
	width: auto;
}
.wraphead .inpage-main-heading {
	max-width: 50%;
}
.wraphead select.sortselect {
	padding: 7px 36px 7px 20px;
}
.woocommerce .woocommerce-ordering select {
	border: 1px solid #ccc;
	padding: 6px 32px 6px 12px;
	height: 36px;
	color: #6f6f6f;
	font-size: 16px;
	border-radius: 0;
	font-weight: 300;
	-webkit-appearance: none;
	appearance: none;
	background: url(../images/icon_caret.png) no-repeat right 14px top 16px;
}
form.woocommerce-ordering {
	margin-bottom: 5px !important;
}
/*responsive styles*/
@media (max-width: 1480px) {
	.product-item-wrapper .btnlist {
		margin: 20px -10px 0;
	}
	.product-item-wrapper .btnlist .btn-theme.shop {
		margin: 0 10px 0 0;
	}
}
@media screen and (max-width: 1366px) {
	ul.prod_list_container li {
		width: calc(33.33% - 34px);
	}
	.inpage.listingpg .right-side-block {
		width: calc(100% - 274px);
	}
	.right-side-block {
		padding-left: 20px;
	}
}
@media screen and (max-width: 1200px) {
	ul.paginationul li {
		margin: 0 10px 5px 0;
	}
}
@media screen and (max-width: 1100px) {
	ul.prod_list_container {
		width: calc(100% + 10px);
		margin: 0 0 0 -5px;
	}
	ul.prod_list_container li {
		width: calc(33.33% - 10px);
		margin: 0 5px 10px;
	}

	.sortdiv_box {
		width: 50%;
		justify-content: flex-end;
		margin-bottom: 10px;
	}
	.sortdiv_box .sortdiv {
		order: 1;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.wraphead .sortdiv_box .paginationdiv {
		order: 2;
	}
}
@media screen and (max-width: 1024px) {
	ul.prod_list_container li {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}
}

@media screen and (max-width: 992px) {
	.sortdiv_box .sortdiv {
		width: 150px;
	}

	.bt_pgnation {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 900px) {
	.inpage.listingpg .left-sidebar {
		width: 240px;
	}
	.filterprod_title {
		padding: 10px;
	}
	.smk_accordion .accordion_in.acc_active .acc_head {
		width: 100%;
		margin: 0;
	}
	.paddbox_div {
		padding: 20px 10px 10px 10px;
	}
	.inpage.listingpg .right-side-block {
		width: calc(100% - 240px);
	}
	.sortdiv_box .sortdiv {
		width: 220px;
		float: left;
		clear: both; /*margin: 20px 0 0 0;*/
	}
	.sortdiv_box .paginationdiv {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.bt_pgnation {
		margin-bottom: 25px;
	}
	ul.prod_list_container li {
		margin-bottom: 20px !important;
	}
	.wraphead .inpage-main-heading {
		max-width: 100%;
	}
}

.filterbox .hidden.closefilter {
	display: none !important;
}
