/* RESPONSIVE */

/* Responsive 1600 */
@media only screen 
and (max-width : 1600px) {
	
}

/* Responsive 1500 */
@media only screen 
and (max-width : 1500px) {
	.totalCheckoutFinal{
		width: 100%;
	}
	.hideOnMobile{
		display: none;
	}
}

/* Responsive 1440 */
@media only screen 
and (max-width : 1440px) {
	
}

/* Responsive 1366 */
@media only screen 
and (max-width : 1366px) {
	
}

/* Responsive 1280 */
@media only screen 
and (max-width : 1280px) {
	
}

/* Responsive 1230 */
@media only screen 
and (max-width : 1230px) {
	
}

/* Responsive 1100 */
@media only screen 
and (max-width : 1100px) {
	
}

/* Responsive 1024 */
@media only screen 
and (max-width : 1024px) {
	
}
/* Responsive 1000 */
@media only screen 
and (max-width : 1000px) {
	.paymentMethod  {
		display: flex;
	}
}

/* Responsive 991 */
@media only screen 
and (max-width : 991px) {
	.flexStyle{
	display: block;
	}
	.textH145{
	width: 100%;
	height: 145px;
	overflow: hidden;
	}
	.textH80{
	height:auto;
	}
	.hideOnMobile{
		display: none;
	}
}

/* Responsive 900 */
@media only screen 
and (max-width : 900px) {
	
}

/* Responsive 796 */
@media only screen 
and (max-width : 796px) {
	
}

/* Responsive 768 */
@media only screen 
and (max-width : 768px) {
	.textH120{
	height: auto;
	}
}

/* Responsive 600 */
@media only screen 
and (max-width : 600px) {
	.imageHolder490{
	height: 400px;
	}
	.imageStyle490{
	height: 400px;
	}
}

/* Responsive 480 */
@media only screen 
and (max-width : 480px) {
	.imageHolder490{
	height: auto;
	width: 100%;
	}
	.imageStyle490{
	height: auto;
	width: 100%;
	}
	.footerLinksBox{
	width: 100%;
	}
	
	.footerLinks{
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	float: none;
	}

}
/* Responsive 330 */
@media only screen 
and (max-width : 330px) {
}


