
.contenitore {
	padding: 10px 10px;
	margin-left: 10px;
	margin-right: 10px;
}
nav .navbar .navbar-brand  {
	padding: 10px 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.nav-item li {
	margin-left: 10px;
	margin-right: 10px;
}

.btn-group { padding: 7px; }

.input-group { font-size: 22px; 
		padding-top: 7px; 
		padding-bottom: 7px; 
		padding-right: 7px; 
}
.input-group input { 
		font-size: 20px; 
		margin: 0px;
}

.btn { font-size: 24px; }

.thumbnail {
//	height: 750px;
	border-radius: 7px;
	border-style: solid; 
	border-width: thin;
	border-color: #dddddd;
	margin: 5px;
//	margin-left: auto;
//	margin-right: auto;
	padding: 7px 7px;
	position: center;
}

.thumbnail-img {
  width: 100%;
  height:100%;
}
.thumbnail-img img {
  width: 100%;
  height:100%;
  object-fit: cover;
}
.thumbnail-text {
 position: relative;
 top: 10px;
// bottom: 60px;
 right: 10px;
 left: 10px;
 height:150px;
// line-height: 80px; /* posizione testo verticale */
}
.thumbnail-price {
  height:50px;
  object-fit: cover;
  margin: 5px;
  background: lightyellow;
  position: relative;
// top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  line-height: 50px; /* posizione testo verticale */
}

.thumbnail .caption p {
	font-size: 18px;
	height: 80px;
	width: 100%;
	position: relative;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

  .card {
    flex: 0 0 auto;

  }
}

// Detail elenco ricambi 
#mytitle { margin-top: 20px; 
	margin-left: 10px;}
h3.desc1 { margin-top: 2px; 
	margin-bottom: 30px;}	
h2.desc2 { margin: 20px; 
	margin-bottom: 30px;
	margin-left: 15px;}	

@media only screen and (max-width: 992px) {
  body {
    font-family: "Helvetica Narrow","Arial Narrow",Tahoma,Arial,Helvetica,sans-serif;
    width: 99%;
}

@media only screen and (max-width: 921px) {
  body {
    width: 99%;
  }
  h4 { 
    font-size: 20px;
  }
  p { 
    font-size: 18px;
  }
  // Detail elenco ricambi 
  #mytitle { font-size: 42px;
	margin-top: 20px; 
	margin-left: 10px;}
  h3.desc1 { font-size: 36px;
	margin-top: 2px; 
	margin-bottom: 30px;}	
  h2.desc2 { font-size: 32px;
	margin: 20px; 
	margin-bottom: 30px;
	margin-left: 15px;}
}
@media only screen and (max-width: 768px) {
  body {
    width: 99%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    width: 99%;
  }
}
@media only screen and (max-width: 420px) {
  body {
    width: 99%;
  }
}
//@media (min-width: 992px)
//.container, .container-lg, .container-md, .container-sm {
//     max-width: 991px;
//}