@font-face {
	font-family: 'Bosch Sans';
	src: url("../font/BoschSans-Regular.otf") format("opentype");
}
@font-face {
	font-family: 'Bosch Sans Bold';
	src: url("../font/BoschSans-Bold.woff") format("opentype");
}
@font-face {
	font-family: 'Bosch Sans Medium';
	src: url("../font/BoschSans-Medium.woff");
}
@font-face {
	font-family: 'Bosch Sans Light';
	src: url("../font/BoschSans-Light.woff");
}
@font-face{
    font-family: 'BoschSans-black';
    src: url("../font/BoschSans-Black.woff") format('woff');
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Bosch Sans';
}
h1,h2,h3{
	font-family:'BoschSans-Light'!important;
	font-weight: 700;
}
.row{
	margin:0;
	width: 100%!important;
}
body{
	overflow-x:hidden!important;
}
.btn{
	border-radius:0!important;
}
.small, small {
	font-size: 70%!important;
}
main {
	background-color: #535F6B !important;
}

.buttons {
    margin-top: 16px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.modal-body{
	padding:0!important;
}
.card-body {
    padding:0!important;
}
/* collapse */
.collapse.show {
    display: block!important;
    width: 100%!important;
}
.card-body{
	border:none!important;
}
.buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	flex-direction: column;
	justify-content: center;
}

.nav-link{
	color:#003B6A;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color:#E20015!important;
}

.city_store{
	display:none;
}
.actived_store_div{
	display:block;
}
/* adjusts*/
.row{
	margin-right: -21px!important;
	width:100%!important;
}
.row__adjust--width{
	width:100%;
}

.dropdown{
	width:100%!important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: bolder !important;
    color: white!important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
	float: left;
	width:100%!important;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgb(228, 50, 43)!important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item:hover {
	background-color:rgb(228, 50, 43)!important;
	opacity: 0.5;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    right: 2%;
    top: 72%;
    position: absolute;
    margin-left: 0.255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
/* Header*/
header{
color:inherit;
}

.city_box{
	max-width: 80%;
}
/* modal*/
.address_store{
	display:none!important
}
.clients_online{
	display:block!important;
}
.clients_offline{
	display:none!important;
}
.actived-modal{
	display:block!important;
}
.activod{
	display:flex!important;
}
.desactive{
	display:none!important;
}

.button-focus{
	color: white;
	padding: 8px;
    font-weight: 700!important;
	background-color: #E20015;
	border-radius: 0!important;
}
.modal-footer .button-focus{
	font-size: 1em!important;
}
.dropdown-toggle::after {
	top: 50%;
}

.products__sell {
    background-color: white;
    text-align: center;
}

.products__sell-1{
	padding-top: 76px;
}

.product-title{
	font-weight:700;
}

.products-button {
	color: white;
	font-size: 13px;
    letter-spacing: 1px;
	border-radius: 0 !important;
	background-color: #da0a1a;
	font-weight: 700 !important;
	font-family: 'Bosch Sans Bold';
}

.actived {
	display: block !important;
}

.activo {
	float: left;
	border-radius: 0 !important;
	background-color: #E20015 !important;
	color: white;
	font-weight: 500;
	padding: 10px;
	font-weight: 700;
	outline: none !important;
	border: none !important;
}

.products-button {
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 0 !important;
    background-color: #003B6A;
    font-weight: 700 !important;
    /* height: 84px; */
    margin-bottom: 10px;
    height: 96px;
	padding: -2px!important;
	font-family: 'Bosch Sans Black';
}

select:focus{
	outline: none;
}
option{
	color:#003B6A;
	border:none;
}

.cities_select{
	width: 79%;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	background-color: #003B6A;
	color: white;
	padding: 3px;
	margin-top: 24px;
}
.cities_select option{
	font-size: 21px;
	font-weight: 700;
	background-color: #003B6A;
	color: white;
}

.kit-sl .m-teaser_supergraphic_2col .inner {
    padding-left: 0;
    width: 91.66667%;
    max-width: 100%!important;
}


@media (max-width:568px){
	.city_store{
		flex-direction: column;
    	margin: 0;
   		align-items: center;
	}
	.dropdown .button-focus {
		width: 100%;
		color: white;
		padding: 8px;
		font-weight: 700!important;
		background-color: #E20015;
		border-radius: 0!important;
		font-size: 19px!important;
	}

	.buttons{
		margin-top:0.5em;
		margin-bottom:0.5em;		
	}

	.modal-title {
		font-size: 23px!important;
	}
	.buttons_modal_choosen {
		display: flex;
		width: 100%;
		flex-direction: column;
	}
	
	.carousel .row{
		width:100%!important;
		margin-left: 2%!important;
		margin-right: 0!important;
	}

	.carousel .row .card{
		margin-left: 38!important;
	}

	.products__sell .carousel-control-prev {
		left: 0% !important;
	}

	.products__sell .carousel-control-next {
		right: 0% !important;
	}

	.dropdown {
		width: 100%!important;
	}
	
}
@media (min-width:568px){

	.clients_offline .but-button-adjustment{
		padding: 0!important;
		margin-top: 15px!important;
	}
}
@media (min-width:766px) {	
	.city_box{
		max-width: 30%;
	}	



	.buttons_modal_choosen{
		display: flex;
		width: 100%;
		flex-direction: column;
	}
	.modal-body .benefits_modal{
		padding: 50px;
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.modal-dialog{
		max-width: 60%!important;
	}
	.carousel-item{
		margin-left:15px!important;
	}

	.products__sell {
		background-color: white;
		text-align: center;
	}
	
}
@media (min-width:992px) {
	
	.buttons {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		flex-direction: row;
		justify-content: center;
	}

	.products-button {
		color: white;
		font-size: 12px!important;
		letter-spacing: 1px;
		border-radius: 0 !important;
		font-weight: 700 !important;
		/* height: 84px; */
		margin-bottom: 10px;
		height: 66px;
		margin-right: 6px;
		padding: 15px!important;
	}

}

@-moz-document url-prefix() {
	.carousel-control-prev {
		left: 3% !important;
	}

	.carousel-control-next {
		right: 3% !important;
	}

	@media (max-width: 568px){

		.store-list.benefits_modal{
			padding: 50px!important;
			padding-top: 15px!important;
			padding-bottom: 0px;
		}
		

	}	
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	*{
		font-family:'Bosch Sans Regular';
	}

}

