
/***********************************************************************************************/
/*  Responsive/adaptive stuff */
/***********************************************************************************************/

/** 980* 1280 **/
@media only screen and (min-width: 960px) and (max-width: 980px){

	
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and(max-width:959px){
	
}

/* Tablet Portrait size to standard 960 (devices and browsers)  800*1280 , 768*1024 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	

}
@media only screen and (max-width: 900px) {
.checkout-1712 .checkout-product-details {
	width: 735px;
}

}
/* All Mobile Sizes (devices and browser) 360*640 */
@media only screen and (max-width: 767px) {
.checkout-1712 header {
	padding: 20px 0;
}
.checkout-1712 .header-content {
	max-width: 300px;
}
.checkout-1712 .header-content h1 {
	font-size: 24px;
	line-height: 1.2;
}
.checkout-1712 .header-content h1 span {
	display: block;
	font-size: 18px;
}
.checkout-1712 .logo img {
	height: 20px;
}
.checkout-1712 .header-arrow {
	position: absolute;
	left: -8px;
	top: 13px;
	height: 62px;
}
.checkout-1712 .checkout-product-details {
	width: 100%;
	margin: 0;
}
body.checkout-1712 {
	font-size: 16px;
	line-height: 1.4;
}
.checkout-1712 h2 {
	font-size: 28px;
}
.checkout-1712 .product-details-content {
	padding:15px;
	margin:25px 15px;
	margin-top: -23px;
	border-radius: 5px;
}
.checkout-1712 .product-details-title {
	font-size: 20px;
	margin-top: 20px;
}
.checkout-1712 .product-details-text p {
	font-size: 16px;
}
.checkout-1712 .expand-area-title h4 {
	font-size: 22px;
}
.checkout-1712 .next-step {
	font-size: 22px;
}
.checkout-1712 .expand-area-4 .expand-inputs {
	margin: 15px;
	padding-top: 25px;
	padding: 15px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.checkout-1712 .checkbox-area {
	font-size: 18px;
	padding: 15px;
}
.checkout-1712 .checkbox-area img {
	width: 30px;
}
.checkout-1712 .checkbox-area input[type="checkbox"] + label::before {
	height: 28px;
	width: 28px;
	line-height: 28px;
	font-size: 20px;
	left: 7px;
}
.checkout-1712 .checkbox-area label {
	padding-left: 40px;
}
.checkout-1712 .red-title {
	font-size: 18px;
	margin: 15px 0;
}
.checkout-1712 h1 {
	font-size: 42px;
}
.checkout-1712 .expand-area-3 h3 {
	margin: 0;
	font-size: 25px;
	margin-bottom: 30px;
}
.checkout-1712 .checkout-confirmation li {
	font-size: 18px;
}
.checkout-1712 .expand-area-4 .expand-inputs {
	margin: 15px;
	padding-top: 15px;
	padding: 15px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.checkout-1712 .expand-area-4 .next-step {
	font-size: 30px;
}
.checkout-1712 .logos-area {
	padding: 25px 15px;
	margin-bottom: 40px;
	margin-top: 60px;
	border-radius: 0;
}
.checkout-1712 .logos-area img{
	height: 80px;
}
.checkout-1712 .bottom-content-text {
	padding: 20px 15px;
	font-size: 16px;
}
.checkout-1712 .bottom-content-img-holder img {
	max-height: 80px;
}
.checkout-1712 .bottom-content-img-holder {
	height: 80px;
	margin-bottom: 0;
}
.checkout-1712 .next-step {
	font-size: 22px;
	width: 200px;
	display: block;
	margin: 0 auto;
}


.checkout-1712 .container {
	padding: 0;
}
.checkout-1712 .container .row {
	/* padding: 0 15px; */
	width: 100%;
	margin: 0;
}
.checkout-1712 .product-details-text ul {
	margin-left: 0;
}
.checkout-1712 .single-input-fild::before {
	font-size: 24px;
}
.checkout-1712 .input-for-3-card {
	min-height: 50px;
	line-height: 1.4;
	margin-bottom: 25px;
	padding: 10px 15px;
}
.checkout-1712 .input-for-3-card::after {
	border-right: 12px solid transparent;
	border-top: none;
	border-bottom: 12px solid #eee;
	top: -10px;
	left: 15px;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	border-left: 12px solid transparent;
}
.checkout-1712 .ifTaken .checkout-prices {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 42%;
	        flex: 0 0 42%;
}
.checkout-1712 .checkout-confirmation li:last-child {
	padding-top: 5px;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) 320*480  */
@media only screen and (max-width: 359px) {
.next-step.button-one {
	max-width: 100%;
}
}