.modal-art {
  width: 95% !important;
  margin: 30px auto !important;
}

.modal-art-link {
  text-decoration: none !important;
}

.order-title {
  padding: 0px;
  font-size: 30px;
  letter-spacing: -1px;
  display: block;
  color: #666;
  margin: 0px 0px 0px 0px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.order-title small {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #888;
}

.order-customer {
  display:block; 
  margin-left: 5px;
}

#box-ricerca {
  display:none; 
  margin: 0;
	background-color: #fafafa;
	padding: 0px 10px 10px 10px;
	border-bottom: 1px dotted black;
}

.art_container {
  height: 125px;
  box-shadow: 1px 1px 2px #333;
}

.art_container:hover {
  border: 1px solid black;
}

.art_container_catalogo {
  height: 100px !important;
  box-shadow: 1px 1px 2px #333 !important;
}

.art_container_catalogo:hover {
  border: 1px solid black !important;
}

img.art-thumb {
	height: 100px !important;
	max-width: 150px !important;
	float: none !important;
  margin-top: 10px;
}

.art-title {
  font-size: 12px !important;
  font-weight: bold !important;
  height: 15px;
}

.art_disp {
  width:12px; 
  height:12px;
  margin: 0px 0px 4px 20px;
}

.price {
  font-size: 15px;
  margin-bottom: 5px;
}

.art_buy {
  margin-top: 15px;
  display: inline-flex;
}

.btn-cart {
  color: white;
  background-color: #ffffff;
  border: 1px solid black;
  font-weight: bold;
}

.btn-cart:hover {
  color: white;
  background-color: black;
}

.btn-login {
  color: white;
  background-color: black;
  border: 1px solid black !important;
  font-weight: bold;
}

.btn-login:hover {
  color: black;
  background-color: #ffffff;
}

.input_catalogo {
  width: 140px !important;
  font-size: 14px;
  text-align: left;
  border-color: white !important;
  border-bottom: 1px solid #cccccc !important;
}


/******************
PANNELLO CATEGORIE
******************/

#panel {
	background: #999;
	display: none;
	color:#fff;
	}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 1px black;
}

.btn-slide {
	background: black;
  font-size: 11px;
	text-align: center;
	width: 90px;
	padding: 0px 5px 5px 5px;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-decoration: none;
	border-bottom-left-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
}

.btn-slide>span {
  font-size: 11px;
}

.btn-slide:hover {
	color: #fff;
	text-decoration: none;
}

.btn-slide:focus {
	color: #fff;
	text-decoration: none;
}

.active {
	background-position: right 12px;
}

.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}


.nav {
    margin-left: 0;
    list-style: none;
}


.nav-list>li>a, .nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}


.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-transform: uppercase;
}

.list-item {
    max-width: 100px;
    white-space: nowrap;
}

.list-item>label {
    cursor:pointer;
}

.well-categories {
  width:100%; 
  margin-bottom: 0px;
  overflow-y: scroll; 
  overflow-x: hidden; 
  height: 220px
}

.box-carosello {
  width: 50%;
  margin: 0 auto;
  border-top: none !important;
}

.carousel-indicators .active {
  width: 13px !important;
  height: 13px !important;
  background-color: #000000 !important;
}

.carousel-indicators li {
  border: 1px solid #000000 !important;
}

.li-categories {
    font-size: 10px !important;
}