@charset "utf-8";

.difference-page h1{
	margin-bottom: 30px;
}

.difference-page h2{
	margin-bottom: 20px;
}

.difference-page h3{
	margin-bottom: 20px;
}

/* Info cols */
.difference-info-cols .info-col .image{
	height: 300px;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.difference-info-cols .info-col .content{
	padding: 40px 25px;
	position: relative;
}
.difference-info-cols .info-col .content h2,
.difference-info-cols .info-col .content .h2-styles,
.difference-info-cols .info-col .content p{
	color: #425363;
}
.difference-info-cols .info-col .content p:last-of-type{
	margin-bottom: 0;
}
.difference-info-cols .info-col .content h2,
.difference-info-cols .info-col .content .h2-styles{
	margin-bottom: 20px;
}
.difference-info-cols .info-col .content a.box-link{
	color: #f6b333;
	text-decoration: none;
}

/* images slider */
.slick-difference-images-slider{
	margin-top: 80px;
}
.slick-difference-images-slider img{
	width: 100%;
}
.slick-difference-images-slider p{
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.slick-difference-images-slider .slick-dots li button::before{
	font-size: 10px;
	color: #425363;
	opacity: 0.3;
}
.slick-difference-images-slider .slick-dots li.slick-active button::before{
	color: #425363;
	opacity: 1;
}

/* testimonials slider */
.testimonials-section{
	margin-top: 80px;
}
.slick-difference-testimonials-slider .slick-dots li button::before{
	font-size: 10px;
	color: #425363;
	opacity: 0.3;
}
.slick-difference-testimonials-slider .slick-dots li.slick-active button::before{
	color: #425363;
	opacity: 1;
}

/* list */
/* MOVED TO COMMON
.difference-list{
	padding-left: 30px;
}
.difference-list li{
	margin-bottom: 10px;
	position: relative;
}
.difference-list li:after{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: -30px;
	top: 1px;

	background-image: url('/img/general_icons/icon_tapi_yellow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
@media(min-width: 992px){
	.difference-list{
		margin-left: 100px;
	}
}
*/

/*coronavirus temporal fixes*/
/* MOVED TO COMMON
.page-intro .difference-list{
	padding-left: 42px;
	margin-bottom: 48px;
}
.page-intro .difference-list li{
	font-size: 16px;
	line-height: 24px;
}
.page-intro .difference-list li:after{
	left: -42px;
}
@media(min-width: 992px){
	.page-intro .difference-list{
		margin-left: 22px;
	}
}
*/
.page-intro .embed-responsive{
	margin-bottom: 48px;
}

.coronavirus-page-tmp{
	text-align: left;
}

.remnant-store-seach-box{
	border: 2px solid #D9DDE0;
	background: #ECEEEF;
	padding: 30px;
	margin-bottom: 30px;
}

.remnant-store-seach-box form input[type="text"] {
  height: 50px;
  background-color: #fff;
  margin-bottom: 10px;
  width: auto; 
  border: 0;
  height: 46px;
}

.remnant-store-seach-box p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.remnant-store-seach-box h5 {
  margin-bottom: 10px;
}

.remnant-store-seach-box button{
  margin-bottom: 10px;
}

.remnant-store-seach-box .allStores {
  font-size: 12px;
}


@media(max-width: 1210px){
	.remnant-store-seach-box form input[type="text"] {
		width: 134px
	}
}

@media(max-width: 800px){
	.remnant-store-seach-box form input[type="text"] {
		width: 100%
	}
}

@media(max-width: 450px){
	.remnant-store-seach-box{
		padding: 15px;
	}
}