@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

body {
	background: #fff;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.375rem;
	color: #8B8B8B;
}
header {
	padding: 40px 0;
}
.intro-section {
	background: #FAFAFA;
}
.intro-section > div {
	float: left;
	width: 50%;
}
.intro-section .catalogue {
	padding: 35px;
}
.intro-section .catalogue .title {
	font-size: 25px;
	color: #000;
	font-weight: 600;
}
.intro-section .catalogue .how-to-shop {
	margin: 30px 0;
}
.intro-section .catalogue .how-to-shop div {
	margin: 0 5px;
	display: inline-block;
	background: #fff;
	border: 1px solid #E9E9E9;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
	border-radius: 5px;
	max-width: 230px;
	min-height: 130px;
	padding: 20px 20px 14px;
	vertical-align: middle;
}
.intro-section .catalogue .how-to-shop div p{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.intro-section .catalogue .how-to-shop div a {
	text-decoration: underline;
}
.intro-section .catalogue .cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.intro-section .catalogue .cta a {
	width: 50%;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	background-image: linear-gradient(0deg, #333333 0%, #404040 100%);
	border-radius: 45px;
	padding: 14px 0;
	margin-top: 1rem;
}
.intro-section .catalogue .cta a:nth-child(odd) {
    margin-right: 1rem;
    width: calc(50% - 1rem);
}
.intro-section .catalogue .cta a:last-child {
	width: 100%;
	margin-right: 0;
}
.store-wrap {
	padding: 0;
	margin: 30px 0;
	border: 1px solid #F4F4F4;
}
.store {
	background: url(../img/store-bg.jpg);
	padding: 50px 20px;
}
.store h1 {
	font-size: 30px;
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
}
.store p {
	font-size: 20px;
	color: #444;
	max-width: 720px;
	margin: 0 auto 30px auto;
}
.store a {
	display: inline-block;
	background: url(../img/wa-icon.svg) #fff 20px center no-repeat;
	border: 2px solid #25D366;
	text-transform: uppercase;
	color: #25D366;
	border-radius: 25px;
	padding: 10px 30px 10px 50px;
}
footer {
	padding-bottom: 25px;
}
footer h3 {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}
footer ul li {
	display: inline-block;
	margin-bottom: 30px;
}
footer ul li:first-child {
	margin-right: 30px;
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	.intro-section .catalogue {
	    padding: 20px;
	}
	.intro-section .catalogue .title {
		font-size: 20px;
	}
	.intro-section .catalogue .how-to-shop {
		margin: 20px 0;
	}
	.intro-section .catalogue .how-to-shop div {
		max-width: 200px;
	}
	.intro-section .catalogue .how-to-shop div p {
		font-size: 16px;
	}
}


/* Large devices (desktops, 992px and below) */
@media (max-width: 992px) {
	.intro-section > div {
		float: none;
		width: 100%;
	}
	.intro-section .catalogue .how-to-shop div {
		max-width: 230px;
	}
}


/* Medium devices (tablets, 768px and below) */
@media (max-width: 768px) {
	.intro-section {
		background: #fff;
	}
	.intro-section .catalogue {
		padding: 0 10px 20px 10px;
	}
	.intro-section .catalogue .how-to-shop div {
		max-width: 260px;
		min-width: 260px;
		margin: 5px 0;
	}
	.store {
		padding: 20px 15px;
	}
	.store h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.store p {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

/* Small devices (landscape phones, 576px and below) */
@media (min-width: 576px) {
}