#products .products,
.featured-products .products,
.product-accessories .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
  margin: 2.5rem 0;
  font-weight: 500;
  text-align: center; }

.product-miniature .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 0.8125rem; }
  .page-index .product-miniature .product, .page-search .product-miniature .product {
    width: 25%;
    min-width: 250px; }

.product-miniature .product-thumbnail {
  display: block; }

.product-miniature .thumbnail-container:hover .highlighted-informations, .product-miniature .thumbnail-container:focus .highlighted-informations {
  top: calc(100% - 4.4rem); }
  .product-miniature .thumbnail-container:hover .highlighted-informations::after, .product-miniature .thumbnail-container:focus .highlighted-informations::after {
    opacity: 1; }
  .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants, .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants {
    top: calc(100% - 2.5rem); }

.product-miniature .thumbnail-container .product-thumbnail {
  position: relative; }

.product-miniature .variant-links {
  position: relative;
  top: -0.25em;
  width: 100%;
  min-height: 2.5rem;
  padding-top: 0.1875rem;
  text-align: center;
  background: #ffffff; }

.product-miniature .thumbnail-top {
  position: relative;
  overflow: hidden; }

.product-miniature .highlighted-informations {
  position: absolute;
  top: 100%;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  text-align: center;
  background: #ffffff;
  transition: 0.3s; }
  .product-miniature .highlighted-informations .quick-view {
    font-size: 1rem;
    color: #e7e7e7; }
    .product-miniature .highlighted-informations .quick-view:hover {
      color: #4e9945; }

.product-miniature .product-description {
  bottom: 0;
  height: auto;
  background: #ffffff; }

.product-miniature .product-flags li.product-flag.online-only {
  top: 13.1rem; }

.product-miniature .comments_note {
  color: #e7e7e7;
  text-align: center; }

.product-miniature .count {
  position: relative;
  bottom: 0.5rem;
  font-weight: 700;
  color: #e7e7e7; }

@media (max-width: 991.98px) {
  .featured-products .products {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.ib-btn-home {
  padding: 0 45px 0 5px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .ib-btn-home i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    font-size: 20px; }

/*********************/
/*        RWD        */
/*********************/
@media (min-width: 992px) {
  .ib-btn-home {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 3.125vw 0 0.34722vw;
    font-size: 0.97222vw; }
    .ib-btn-home i {
      width: 2.77778vw;
      font-size: 1.38889vw; } }

#index h2, #index .h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 2rem;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  z-index: 1; }

#index #footer {
  padding-top: 0 !important; }

/*********************/
/*        RWD        */
/*********************/
@media (max-width: 575.98px) {
  .products.swiper .product.swiper-slide {
    max-width: 230px; } }

@media (min-width: 992px) {
  #index h2 {
    font-size: 1.66667vw;
    line-height: 2.22222vw; }
  #index #footer {
    padding-top: 0 !important; } }


/*# sourceMappingURL=index.css.map*/