.browser-bg{
	margin: 0 0 0 0;
	padding: 0 0 0 0 !important;
}
.browser-bg img {
	width: 100vw;
}

.discounts{
	margin-top: 12vh;
}
.discounts__header h3{
	color: #0058a2;
	font-size: 3.5vh;
	font-weight: bold;
}
.discounts__header p {
	font-size: 1.75vh;
}

.discounts__items__item__img img {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

/*
.col-lg-2 {
	width: 19.9% !important;
}
*/

.discounts__items {
	margin-top: 5vh;
}
.discounts__items a {
	text-decoration: none !important;
	color: black !important;
}
.discounts__items__item{
	cursor: pointer;
	padding-top: 20px;
}
.discounts__items__item:hover {
	background-color: rgba(225,225,225,0.2);
	border-radius: 25px;
}
.discounts__items__item__info {
	text-align: center;
}
.toode_modal table,
.toode__modal h4,
.discounts__items__item__info h4 {
	font-size: 2.5vh;
	font-weight: bold;
}
.toode__modal p,
.discounts__items__item__info p {
	font-size: 1.75vh;
}
.toode__modal h5,
.discounts__items__item__info h5 {
	font-size: 3.5vh;
	color: #fab900;
	font-weight: bold;
	margin-bottom: 0;
}
.toode__modal h6,
.discounts__items__item__info h6 {
	font-size: 1.25vh;
	margin-top: 0;
}
.toode__modal .closer {
	text-align: right;
}
.toode__modal .closer a{
	text-decoration: none;
	font-size: 3vh;
	color: black;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
.toode__modal div {
	z-index: 9999999 !important;
}
.toode_modal tr,
.toode_modal table {
	max-width: 100% !important;
	overflow-x: hidden;
}
.toode__modal {
	z-index: 99999999 !important;
}
.toode__modal .modal-dialog {
	min-width: 85vw;
	height: 100%;
}
.toode__modal .modal-content {
	padding-bottom: 5vh;
}
.toode__modal img {
	width: 100%
}
.toode__modal .modal-footer {
	border-top: none;
}