body .sort_content label {
    opacity: 0;
    visibility: hidden;
}
.filter_box {
	margin-bottom: 70px;
    padding-top: 40px;
    border-top: 2px solid #000;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.filter_box .filter_content{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
label.hnl_filter_title {
	font-weight: 700;
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
}
.hnl_subcats_wrapper {
    max-width: 275px;
    width: 100%;
    padding-right: 25px;
}

.hnl_tags_wrapper {
    max-width: 275px;
    width: 100%;
    padding-left: 25px;
}

.filter_content {
    max-width: 650px;
    width: 100%;
    padding: 0 50px;
}
body .sort_content {
    margin: 0;
    max-width: 250px;
    width: 100%;
}
.subcats_list .single_subcat, .tags_list .single_tag {
	margin-bottom: 2px;
}
.subcats_list .single_subcat:last-child, .tags_list .single_tag:last-child {
	margin-bottom: 0px;
}
.subcats_list .single_subcat input, .subcats_list .single_subcat label, .tags_list .single_tag input, .tags_list .single_tag label {
	cursor: pointer;
}
.filtered_products_list .silver, .products_list .silver {
	color: #000;
}
.view_all_button {
	background: #000;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	display: inline-block;
	margin: 10px 0 0 8px;
	border: 1px solid #000;
	transition: 0.4s;
}
.view_all_button:hover {
	background: transparent;
	color: #000;
}
.filter_search {
    position: relative;
    margin-bottom: 10px;
}
.filter_search .filter-search-input, .sort_content .content_sort {
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 14px;
	padding: 5px 7px;
	height: auto;
	line-height: 25px;
}
.filter_search .remove-filter-x {
    width: 15px;
    padding: 0;
    background: transparent;
    border: none;
    line-height: normal;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 8px;
    cursor: pointer;
}
body .filter_search .remove-filter-x:focus, body .filter_search .remove-filter-x:hover {
    outline: none;
    box-shadow: none;
    border: none;
}
.filter_search .loader_img {
    position: absolute;
    top: 50%;
    width: 15px;
    right: 7px;
    transform: translate(0%, -50%);
}
body .ui-autocomplete .ui-menu-item {
    line-height: normal;
    height: auto;
    list-style: none !important;
    font-size: 14px;
    padding: 4px 3px;
}
.sort_content {
    margin-bottom: 19px;
}
.single_product_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    text-align: left;
    flex-wrap: wrap;
}
.filter_content_col-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product_thumbnail {
    width: 40%;
}

.single_product_content {
    width: 60%;
    padding-left: 20px;
}

.single_product_content .product_front_title {
    text-align: left;
    font-size: 16px;
}

.single_product_content .product_front_content {
    font-size: 14px;
}
.filter_box .filter_content span.select2-selection {
    border-color: #ccc;
    border-radius: 0;
}

body .sort_content select.content_sort:focus{
    border-color: #ccc;
    box-shadow: none;
}
.filter_box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 38px;
}
.select2-search--dropdown input.select2-search__field {
    padding-left: 30px;
    border-radius: 0;
}
@media screen and (min-width:767px) {
	.single_subcat, .single_tag {
		padding-left: 8px;
	}
}
@media screen and (max-width:767px) {
html body .issue_content_right {
    width: 100%;
    text-align: left;
    padding-top: 15px;
}	
body .latest_issue_hsg .issue_thumb_left {
    width: 100%;
}
.title_sec_issue{
	margin-top:15px;		
}
	.filter_box {
    	text-align: left;
	}
}
@media screen and (max-width:575px) {
body .product_thumbnail {
    width: 100%;
}
body .single_product_content {
    width: 100%;
    padding-left: 0px;
	padding-top: 20px;
}
body .sort_content {
	max-width:none;
	margin-bottom:20px;
}
body .filter_content {
    max-width: none;
    width: 100%;
    padding: 0;
}
body .hnl_subcats_wrapper, body .hnl_tags_wrapper {
    max-width: none; 
	width: 100%;
    padding-right: 0; 
	padding-left: 0; 
}
body .hnl_subcats_wrapper{
	margin-bottom:20px;
}
}
@media screen and (max-width:991px) {
body .hnl_subcats_wrapper{
	margin-bottom:20px;
}
body .sort_content {
	max-width:none;
	margin-bottom:20px;
}
body .filter_content {
    max-width: none;
    width: 100%;
    padding: 0;
}
body .hnl_subcats_wrapper, body .hnl_tags_wrapper {
    max-width: none; 
	width: 100%;
    padding-right: 0; 
	padding-left: 0; 
}
}
@media screen and (min-width:992px) and (max-width:1100px) {
body .filter_content {
    max-width: none;
    width: 70%;
    padding: 0 25px;
}
body .sort_content {
    margin: 0;
    max-width: none;
    width: 30%;
}
}
.latest_issue_hsg {
    max-width: 800px;
    margin: 0 auto;
}

.latest_issue_hsg .issue_thumb_left {
    width: 25%;
    flex-basis: auto;
}

body .issue_content_right{
    width: 75%;
    flex-basis: auto;
}

.issue_content_button a {
    background-color: #03a9f4;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
}

.issue_content_button {
    margin-top: 10px;
}