@media only screen 
and (min-width: 650px) and (max-width: 1223px) {
	.floatLeft {
	margin-top: 5px;
			display: block;		
	}
	
	.flex {
	display: flex;
	flex-wrap: wrap;
}

.hfm {
	display: block !important;
}

.showTablet {
	display: block !important;
}
.hft {
	display:none;
}

.hfd {
	display: none;
}

.tabletFloat {
	float: left;
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}
	
.half {
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px;	
}

.full {
	width: 100%;
}
	
.half2 {
	width: calc(50% - 10px);
	margin-left: 5px;
	margin-right: 5px;
}

.tabletWidth100 {
	flex-direction: row !important;
}

.tabletWidth100 .chooseOptionHT:first-of-type {
	border-radius: 20px 0px 0px 20px !important;
}

.tabletWidth100 .chooseOptionHT:last-of-type {
	border-radius: 0px 20px 20px 0px !important;
}
.tabletWidth100 .chooseOptionHT:only-of-type {
	border-radius: 20px !important;
}

.flexMobileOrder {
	flex-direction: row ;
	flex: 100%;
}


}