#shops .shop-cntr {
	margin-bottom: 2rem;
	cursor: pointer;
}

#shops .shop-cntr > .info-cntr {
	position: relative;
	height: 0;
	padding-top: 71.42%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	overflow: hidden;
	transition: all 0.4s ease;
}

#shops .shop-cntr:hover > .info-cntr {
	background-size: 110%;
}

#shops .shop-cntr > .info-cntr > .info {
	position: absolute;
	bottom: 0;
	height: 0%;
	background: rgb(24 37 52 / 95%);
	color: #FFF;
	transition: all 0.4s ease;
	overflow: auto;
}

#shops .shop-cntr.active > .info-cntr > .info {
	height: 100%;
}
#shops .shop-cntr.active > .info-cntr > .info:hover {
	cursor: default;
}

#shops .shop-cntr > .info-cntr > .info > .padding {
	padding: 1rem 1.5rem;
}

#shops .shop-cntr > .info-cntr > .info strong {
	color: #00BFBA;
}

#shops .shop-cntr > .info-cntr > .info p {
	line-height: 1.5rem;
}

#shops .shop-cntr > .info-cntr > .info a {
	color: inherit;
	border-bottom: 1px dotted #666;
}

#shops .shop-cntr > .name {
	height: 3.2rem;
    background: #FFF;
	font-size: 1.2rem;
    font-weight: 600;
	line-height: 3.2rem;
	color: #182534;
	text-align: center;
    padding: 0 1rem;
    border: 1px solid #EBF3FF;
    border-top: 0;
    border-bottom: 0;
}

#shops .shop-cntr > .more-info {
	display: block;
	background: #00BFBA;
    padding: 0.3rem;
    color: #FFF;
	text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


#google-map iframe {
	width: 100%;
	height: 50rem;
}


#cannot-accept ul {
	margin-top: 2rem;
}
#cannot-accept ul > li {
	padding-left: 0;
	font-size: 0.9rem;
	margin-bottom: 1rem;
}
#cannot-accept ul > li > i {
	margin-right: 0.5rem;
	color: #FF0385;
}


@media only screen and (max-width: 992px) {
	#shops .shop-cntr > a > .info-cntr > .info {
		overflow: auto;
	}
}