/* FONTS */
@font-face {
	font-family: Montserrat;
	src: url('../fon/Montserrat-Regular.otf');
	src: url('../fon/Montserrat-Regular.eot');
	src: url('../fon/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
			url('../fon/Montserrat-Regular.woff') format('woff'),
			url('../fon/Montserrat-Regular.ttf')  format('truetype'),
			url('../fon/Montserrat-Regular.svg#svgFontName') format('svg');
}

/* SETUP */
/* body {
	background-color: #add8ff;
	margin: 0;
	padding: 0;
} */

/* PIP */
#amazon_pip {
	z-index: 99;
	width: 95%;
	max-width: 735px;
	height: auto;
	font: 19px Montserrat;
	color: #000000;
	letter-spacing: -1px;
	line-height: normal;
	text-align: center;
	background-color: #ffffff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(180, 107, 107, 0.25);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	padding-bottom: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
#amazon_pip a {
	color: #000000;
	text-decoration: none;
}
#amazon_pip #amazon_pip_heading {
	width: 100%;
	height: auto;
	font-size: 50px;
	letter-spacing: -2px;
	background-color: #f0f0f0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	display: block;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#amazon_pip #amazon_pip_subheading {
	font-size: 33px;
	letter-spacing: -2px;
}
#amazon_pip p {
	margin: 0;
}
#amazon_pip #amazon_pip_img {
	max-width: 85%;
	height: auto;
	margin-top: 20px;
}
#amazon_pip #amazon_pip_btm {
	width: 90%;
	height: auto;
	position: relative;
	margin-top: -40px;
	margin-left: auto;
	margin-right: auto;
}
#amazon_pip #amazon_pip_btm div {
	display: inline-block;
	vertical-align: middle;
}
#amazon_pip #amazon_pip_btm div:first-child {
	width: 40%;
	height: auto;
}
#amazon_pip #amazon_pip_btm div:first-child img {
	width: 100%;
	height: auto;
}
#amazon_pip #amazon_pip_btm div:last-child {
	width: 57%;
	height: auto;
	margin-left: 2%;
}
#amazon_pip #amazon_pip_btm div:last-child p strong {
	font-size: 32px;
	letter-spacing: -2px;
}
#amazon_pip #amazon_pip_btm div:last-child p u {
	color: #1a5386;
}
#amazon_pip #btns {
	width: 95%;
	height: auto;
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#amazon_pip #btns a {
	color: #ffffff;
}
#amazon_pip .amazon_pip_btn {
	width: 96%;
	height: auto;
	font-size: 23px;
	font-weight: bold;
	background-color: #f44c52;
	border-radius: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: 0.3s;
}
#amazon_pip .amazon_pip_btn span strong {
	color: #000000;
	padding-left: 1%;
}
#amazon_pip #btns div {
	width: 48%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
#amazon_pip #btns #amazon_pip_btn_a {
	background-color: #f8991c;
	margin-right: 1%;
}
#amazon_pip #btns #amazon_pip_btn_a:hover  {
	background-color: #ef8800;
}
#amazon_pip #btns #amazon_pip_btn_b:hover {
	background-color: #f92930;
}

/* --------------- MOBILE --------------- */
@media screen and (max-width: 750px) {

	/* PIP */
	#amazon_pip {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	#amazon_pip #amazon_pip_heading {
		font-size: 6.5vmin;
		letter-spacing: -1px;
	}
	#amazon_pip #amazon_pip_subheading {
		font-size: 5vmin;
		letter-spacing: -1px;
	}
	#amazon_pip p {
		font-size: 2.85vmin;
	}
	#amazon_pip #amazon_pip_btm {
		margin-top: -20px;
	}
	#amazon_pip #amazon_pip_btm div:first-child {
		width: 39%;
	}
	#amazon_pip #amazon_pip_btm div:last-child p {
		font-size: 2.5vmin;
	}
	#amazon_pip #amazon_pip_btm div:last-child p strong {
		font-size: 4.5vmin;
	}
	#amazon_pip .amazon_pip_btn {
		font-size: 3.75vmin;
	}

}