.thumbnail {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  display: block;
  margin-bottom: 20px;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 991px) {
    .thumbnail {
        width: 250px;
        margin:auto;
    }
}

.thumbnail .link-p {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.thumbnail .caption {
  color: #333333;
  padding: 9px;
}
.thumbnail .prod-caption {
  background: none repeat scroll 0 0 #fbfbfb;
  border-top: 1px solid #eeeeee;
}
.thumbnail .prod-caption h4 {
  font-size: 18px;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
/** boutique **/
.product_desc {
  max-height: 82px;
  height: 82px;
  overflow-y: hidden;
}

.input-qty-detail {
  display: inline-block;
  max-width: 100%;
  width: 225px;
}
.item-add-link { float: right; }
@media (min-width: 992px) {
    .details.input-qty-detail .bootstrap-touchspin{ width: 100%; }
    .details.input-qty-detail .item-add-link{  margin-top: 8px; width:100%; }
}
@media (min-width: 1199px) {
    .details.input-qty-detail .bootstrap-touchspin{ width: 115px; }
    .details.input-qty-detail .item-add-link{ margin-top: 0px; width: 90px; }
}
.input-qty-detail .prod-caption .item-add-link{  float : none; }
.bootstrap-touchspin{ width:115px; float: left;}
/* fin boutique */
/* 
 boutique SINGLE ARTICLE
*/
.hero-feature { margin-bottom: 30px; }
.single-article .sp-wrap {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #eeeeee;
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0 15px 15px 0;
  position: relative;
  width: 300px;
  max-width: 100%;
}
.single-article .sp-current-big {
  max-width: 100%;
}
.single-article .sp-large {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 785px;
  float: left;
}
.single-article .fromPrice {
  margin: 0;
}
.single-article .price {
  margin: 5px 0;
  font-size: 38px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .hero-feature{
    border-collapse: separate;
    display: table;
    position: relative;
  }
}
@media (max-width: 767px) {
  .hero-feature { display: block; }
  .single-article .content,
  .single-article .sp-wrap {
    float: none;
  }
}
.featured-products .link-p {
  min-height: 100% !important;
}
/* Panier */
.cart-active { margin-top:48px; }
.cart-block.navbar {
  height: auto;
  background-color: #fff;
  min-height: 49px;
}

.panier {
  float: right;
}
.panier .well {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  box-shadow: none;
  padding: 20px 0 0;
  margin: 0px;
  padding: 0px;
}
.panier .well .btn-group {
  padding-top: 5px;
}
.panier .well .btn:first-child,
.panier .well ul.cart-products {
  width: 214px;
}
.panier .well ul.cart-products {
  border-radius: 0;
}
.panier .well ul.cart-products li.cart-item {
  padding: 5px 0;
}
.panier .well ul.cart-products li.cart-item .item-image {
  max-width: 60px;
  padding: 0 6px;
  vertical-align: middle;
  display: inline-block;
  width: 60px;
}
.panier .well ul.cart-products li.cart-item .item-image > a > img {
  height: 55px;
  /*height: auto;*/
}
.panier .well ul.cart-products li.cart-item .item-infos {
  padding: 0 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  overflow: hidden;
  padding: 0 6px;
  width: 150px;
}
.panier .well ul.cart-products li.cart-item:not(.no-item):hover,
.panier .well ul.cart-products li.cart-item:not(.no-item):focus {
  background-color: #fbfbfb;
}
.panier .well ul.cart-products li.cart-item:not(.no-item) + li.cart-item:not(.no-item) {
  border-top: 1px dotted #eeeeee;
}
.panier .well ul.cart-products li.no-item {
  padding: 3px 20px;
  display: block;
}

.cart-show-link{ color: #333 !important;}
.input-qty{
  min-width:35px;
  width:35px;
}
@media (max-width: 767px) {

  .panier { float: none; }
  .panier .panier .well { width: 100%; text-align: :center; margin-left: auto;  margin-right: auto; }

}
/* Fin Panier */

/***
Owl Carousel
***/
.single-article .item {
  display: block;
  padding: 30px 0px;
  margin: 5px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.single-article .owl-controls .owl-nav div {
  position: absolute;
}
.single-article .owl-controls .owl-nav span {
  padding: 15px;
  background: none #8eb30c;
  color: #ffffff;
}
.single-article .owl-controls .owl-nav .owl-prev {
  left: 5px;
  top: -15px;
}
.single-article.owl-controls .owl-nav .owl-next {
  right: 5px;
  top: -15px;
}
.single-article .owl-controls .owl-nav .owl-prev span:hover,
.single-article .owl-controls .owl-nav .owl-next span:hover {
  background: none #556b07;
}
@media (max-width: 768px) {
  .single-article .owl-controls .owl-nav .owl-prev {
    left: 5px;
    top: -15px;
  }
  .single-article .owl-controls .owl-nav .owl-next {
    right: 5px;
    top: -15px;
  }
}
/***
Gritter notification modify
***/
#gritter-notice-wrapper {
  top: 60px;
}
.gritter-item-wrapper {
  background: none repeat scroll 0 0 #222222;
}
.gritter-item-wrapper .gritter-top {
  background: none repeat scroll 0 0 #222222;
  height: 4px;
}
.gritter-item-wrapper .gritter-close {
  left: auto !important;
  right: 3px !important;
}
.gritter-item-wrapper .gritter-item {
  padding-top: 9px;
  padding-bottom: 5px;
  background: none repeat scroll 0 0 #222222 !important;
}
.gritter-item-wrapper .gritter-item .gritter-title {
  font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
}
.gritter-item-wrapper .gritter-item .gritter-title .gritter-glyphicon {
  margin-left: 8px;
}
.gritter-item-wrapper .gritter-bottom {
  background: none repeat scroll 0 0 #222222 !important;
  height: 4px;
}
.gritter-bg-color-success .gritter-top {
  background: none repeat scroll 0 0 #38b44a;
}
.gritter-bg-color-error .gritter-top {
  background: none repeat scroll 0 0 #df382c;
}