.list1 {
	margin-bottom: 30px;
}
.list1 li {
	font-size: 20px;
	max-width: 300px;
	margin: 0 auto;
}

.table-responsive {
	display: block;
	overflow-x: auto;
	width: 100%;
	max-width: 100%;
}


#price-list {
	padding-bottom: 15px;
}
.hide[id^=price] .scroll {
  max-height: calc(100vh - 200px);
  overflow: auto;
  background: blue;
}
#price-list:after {
	content: "";
	clear: both;
	display: block;
}
#price-list .img-wrap {
	padding: 0 0 15px 0;
	height: 300px;
	text-align: center;
}
#price-list img {
	max-height: 100%;
	max-width: 100%;
}
#price-list .text-wrap {
	text-align: center;
	min-height: 70px;
}
#price-list .text-wrap a {
	color: #20205a;
}

#price-list > div {
	width: 100%;
	float: left;
	padding: 15px;
	transition: .4s;
	outline: 1px solid transparent;
}
#price-list > div:hover {
	outline:1px solid #ccc;
}
.hide {
	display: none;
}

@media (min-width: 400px) {
	#price-list > div {width: 50%;}
}

@media (min-width: 700px) {
	#price-list > div {width: 33.333333%;}
}

@media (min-width: 1000px) {
	#price-list > div {width: 25%;}
}
.fancybox-close-small:after {
	display: none !important;
}