/* === Roboto - regular */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/Roboto-Regular.eot");
	src: local("Roboto"),
		local("Roboto-Regular"),
		url("./fonts/Roboto-Regular.eot") format("embedded-opentype"),
		url("./fonts/Roboto-Regular.woff2") format("woff2"),
		url("./fonts/Roboto-Regular.woff") format("woff"),
		url("./fonts/Roboto-Regular.ttf") format("truetype"),
		url("./fonts/Roboto-Regular.svg") format("svg");
}

/* === Roboto - 700 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url("./fonts/Roboto-Bold.eot");
	src: local("Roboto Bold"),
		local("Roboto-Bold"),
		url("./fonts/Roboto-Bold.eot") format("embedded-opentype"),
		url("./fonts/Roboto-Bold.woff2") format("woff2"),
		url("./fonts/Roboto-Bold.woff") format("woff"),
		url("./fonts/Roboto-Bold.ttf") format("truetype"),
		url("./fonts/Roboto-Bold.svg") format("svg");
}

@media only screen and (max-width: 1380px) {
    .products > .owl-carousel .item .info .box dd { flex: none !important; }
}

