@import url('https://fonts.googleapis.com/css?family=Passion+One');
@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css?family=Yantramanav');

body {
	font-family: 'Dosis', sans-serif !important;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #272425;
}

a:visited {
	text-decoration: none;
	color: #272425;
}

a:active {
	text-decoration: none;
	color: #272425;
}

a:hover {
	text-decoration: none;
	color: #323232;
}

div.header {
	background-image: url('https://fittest.one/ebay/proj/layout1/covervirus.jpg');
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border-radius: 0 0 40px 0px;
	height: 620px;
}

@media screen and (max-width: 768px) {
	div.header {
		background-image: url('https://fittest.one/ebay/proj/layout1/covervirus_small.jpg') !important;
		height: 600px;
		border-radius: 0 !important;
		margin-bottom: 0 !important;
		background-position: top !important;
	}
	div.header img {
		display: none;
	}
	div.submenum {
		background-color: #FFF !important;
	}
}

@media screen and (min-width: 769px) {
	.fit-alert {display:none;}
}

div.fit-alert {
	text-align: center;
	border-style: solid;
	border-width: 5px;
	border-color: #ECCB23;
	border-radius: 10px;
}

div.fit-alert p.line1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #AF3139;
	margin-bottom: 0;
	margin-top: 10px;
}

div.menu {
	font-family: 'Passion One', cursive !important;
	font-size: 22px;
	background-color: #ECCB23 !important;
	padding: 10 0 0 0;
	color: #272425;
}

.menu a, .menu a:visited {
	text-decoration: none !important;
	color: #272425 !important;
}

.menu a:hover {
	text-decoration: none !important;
	color: #373737 !important;
}

div.submenu {
	border-radius: 0 0 10px 10px;
	background-color: #ECCB23;
	padding-bottom: 15px;
	padding-top: 10px;
}

div.head-info {
	margin-bottom: 30px;
}

div.head-info h1.title-infobox {
	color: #373737;
	font-size: 2.1em;
	font-weight: bold;
	font-family: 'Yantramanav', sans-serif !important;
	text-transform: uppercase;
}

div.head-info div.infobox h1 {
	background-color: #373737;
	color: white;
	font-size: 1.2em;
	font-family: 'Arial', sans-serif !important;
	width: 100%;
	padding: 15px 20px;
}

div.head-info div.infobox a.btn {
	border-radius: 10px;
	width: 100%;
	font-size: 0.8em;
	font-weight: bolder;
	padding-top: 15px;
	color: white;
}

div.alternatives a.btn {
	margin-bottom: 5px;
}

div.desc2 {
	margin-bottom: 30px;
}

div.desc2 img {
	margin-bottom: 20px;
}

div.pedix {
	margin-top: 30px;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.pedix img {
	width: 60px;
	border-radius: 100px;
}

p.opera {
	font-size: 0.7em;
}

img.opera {
	width: 100%;
}

.oiltable table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.oiltable table td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.oiltable table tr:hover {
	background-color:#f5f5f5;
}