.row {
	margin-right: 0;
	margin-left: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 0;
	padding-left: 0;
}

.post-type-archive-tour .container {
	max-width: 1448px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
}

.post-type-archive-tour .container .search-header {
	margin: 60px 0;
}

.post-type-archive-tour .container .search-header .tour_count {
	color: #212121;
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5em;
}

.post-type-archive-tour .container .filter-aside {
	padding: 30px;
	background-color: var(--secondary);
}

.post-type-archive-tour .container .filter-aside .filters_col {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--text);
}

.post-type-archive-tour .container .filter-aside .filters_col > a {
	color: #212121;
	font-family: "Jost", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5em;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.post-type-archive .filters_col a:after {
	content: '';
	background-image: url(https://www.gelateriafassi.com/wp-content/themes/gelateriafassi/icons/chevron-down-black.svg);
	width: 14px;
	height: 8px;
	margin: 0px;
	display: inline-block;
	opacity: .5;
	transform: rotate(180deg);
	transition: .4s;
}

.post-type-archive .filters_col a.collapsed:after {
	content: '';
	background-image: url(https://www.gelateriafassi.com/wp-content/themes/gelateriafassi/icons/chevron-down-black.svg);
	width: 14px;
	height: 8px;
	margin: 0px;
	display: inline-block;
	opacity: 1;
	transform: rotate(0deg);
	transition: .4s;
}

.post-type-archive-tour .container .filter-aside .filters_col .list-filter {
	list-style: none;
	padding: 0;
	margin-top: 10px;
}

.post-type-archive-tour .container .filter-aside .filters_col .list-filter li {
	margin-bottom: 20px;
}

.post-type-archive-tour .container .filter-aside .filters_col .list-filter input {
	border: 1px solid #212121;
	border-radius: 0;
	box-shadow: none;
}

.post-type-archive-tour .container .tour-list {
	padding-left: 40px;
}

.post-type-archive-tour .container .tour-list .row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 {
	padding-left: 40px;
}

.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 a,
.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 h3 {
	color: #212121;
	font-family: "Bodoni Moda", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.3em;
	margin: 0 0 10px;
}

.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 .rating {
	margin-bottom: 10px;
	display: none !important;
}

.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 .rating small {
	margin-left: 10px;
	color: #212121;
	font-family: "Jost", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5em;
}

.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 .tour_price .price {
	color: #212121;
	font-family: "Jost", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5em;
}

@media screen and (max-width:1024px) {
	.post-type-archive-tour .container .filter-aside {
		padding: 20px;
	}
}

@media screen and (max-width:991px) {
	.post-type-archive-tour .container .search-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.post-type-archive-tour .container .search-header .filter-text {
		color: #212121;
		font-size: 16px;
		font-weight: 600;
		text-decoration: underline;
		line-height: 1.5em;
	}
	
	.post-type-archive-tour .container .filter-aside {
		position: fixed;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		z-index: 6;
		transform: translateX(100%);
		transition: .6s;
		padding: 40px;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
	}
	
	.post-type-archive-tour .container .filter-aside.active {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	
	.post-type-archive-tour .container .filter-aside .filter-header {
		margin: 0 0 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#close-filter {
		display: inline-block;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		position: relative;
	}
	
	#close-filter span {
		height: 2px;
		border-radius: 2px;
		width: 100%;
		background: var(--text);
	}

	#close-filter span:first-child {
		transform: rotate(45deg);
		position: absolute;
		top: 8px;
		left: 0;
	}

	#close-filter span:last-child {
		transform: rotate(-45deg);
		position: absolute;
		top: 8px;
		left: 0;
	}
	
	.post-type-archive-tour .container .filter-aside .filter-header span {
		color: #212121;
		font-family: "Bodoni Moda", Sans-serif;
		font-size: 24px;
		font-weight: 700;
		text-transform: none;
		font-style: normal;
		text-decoration: none;
		line-height: 1.3em;
	}
	
	.post-type-archive-tour .container .tour-list {
		padding-left: 0;
	}
}

@media screen and (max-width:767px) {	
	.post-type-archive-tour .container .filter-aside {
		width: 80%;
	}
	
	.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8,
	.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-4 {
		width: 100%;
	}
	
	.post-type-archive-tour .container .tour-list {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-left: -16px;
		margin-right: -16px;
	}
	
	.post-type-archive-tour .container .tour-list .strip_all_tour_list {
		width: 50%;
		padding: 0 16px;
	}
	
	.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 {
		padding-left: 0px;
	}
	
	.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 .tour_list_desc {
		padding: 20px 0 0;
	}
	
	.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 a,
	.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 h3 {
		text-align: left;
		font-size: 20px;
	}
	
	.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 .rating,
	.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 p,
	.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 .tour_price {
		   text-align: left;
	}
	
	.post-type-archive-tour .container .tour-list .strip_all_tour_list .col-lg-8 p {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:600px) {
	.post-type-archive-tour .container .tour-list {
		margin-left: 0;
		margin-right: 0;
	}
	
	.post-type-archive-tour .container .tour-list .strip_all_tour_list {
		width: 100%;
		padding: 0;
	}
}