/* ############################################ 
	HEADER 
############################################ */
header {
	position: relative;
	z-index: 20;
	padding-top: 27px;
	margin-bottom: 0;
}

header h1 {
	font-size: 24px !important;
	margin-bottom: 8px;
}

header .container-thumbnail {
	font-size: 0;
}

header .container-thumbnail img {
	width: 100%;
	height: auto;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

@media screen and (min-width: 768px) {
	
	header .container-thumbnail img {
		margin: 0 !important;
		width: 100%;
	}	
}

@media screen and (max-width: 767px) {
	
	header .container-thumbnail img {
		border-radius: 0 !important;
		width: calc(100% + 16px);
		margin-left: -8px;
		margin-right: -8px;
	}
}

/* ############################################ 
	THE-CONTENT 
############################################ */
section.the-content .box {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

section.the-content .no-content {
	text-align: center;
	margin-bottom: 48px;
	font-size: 20px;
}

section.the-content .no-content img {
	max-width: 150px;
	width: 100%;
	margin-bottom: 32px;
}

section.the-content .no-content span {
	font-weight: 700;
	font-size: 20px;
}

@media screen and (max-width: 767px) {

	section.the-content {
		width: calc(100% + 16px);
		margin-left: -8px;
		margin-right: -8px;
	}
	
	section.the-content .box {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
}

/* ############################################ 
	PROMOTIONS-CAT 
############################################ */
section.promotions-cat {
	margin-bottom: 48px;
}

section.promotions-cat ul li {
	list-style: none;
	margin-bottom: 16px;
}

section.promotions-cat ul li a {
	color: #0CA9E7;
	font-weight: 700;
}

/* ############################################ 
	BONUS 
############################################ */
section.bonus {
	margin-top: -58px;
}

section.bonus .box {
	background-image: linear-gradient(-135deg, #E0FDE1 0%, #E6E1FD 100%);
	position: relative;
	padding: 4px;
}

section.bonus .box a {
	text-decoration: none;
	display: table;
}

section.bonus .box .left {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
}

section.bonus .box .left img {
	width: 40px !important;
	height: 40px !important;
}

section.bonus .box .right {
	display: inline-block;
	width: calc(100% - 80px);
	padding-left: 8px;
	padding-right: 32px;
}

section.bonus .box .right .title {
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	margin-top: 2px;
}

section.bonus .box .right p {
	font-family: 'Nunito';
	color: #000;
	margin-top: 4px;
	margin-bottom: 0;
}

section.bonus .box .right p i {
	color: #e60f46;
	font-family: 'Nunito';
	font-style: normal;
}

section.bonus .box .material-icons {
	position: absolute;
	right: 8px;
	top: 14px;
	color: #000;
}