#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; }

.products.products-special {
  position: relative !important; }

.featured-products h2 {
  font-weight: 600; }

.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;
  text-align: center; }

.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: #fff; }

.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: #fff;
  transition: 0.3s; }
  .product-miniature .highlighted-informations .quick-view {
    font-size: 1rem;
    color: #E6E6E6; }
    .product-miniature .highlighted-informations .quick-view:hover {
      color: #D7000F; }

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

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

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

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

@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;
  text-transform: lowercase; }
  .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;
    transition: right .25s ease; }

/** custom featured products section **/
.cf-section {
  margin: 0 !important;
  /* border-width: 10px 0 0 0;
  border-style: solid;
  border-radius: 10px;
  border-color: #000000;
  background-color: #e5e5e5; */
  text-align: left;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  max-height: 456px; }
  .cf-section img {
    max-width: 100%; }
  .cf-section .cf-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    padding: 20px; }
  .cf-section .cf-img img {
    max-width: unset !important; }

.btn-more {
  padding: 8px 2.34375vw 8px 1.26042vw !important;
  border: 1px solid #232323;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  transition: all 0.3s ease;
  max-height: 45px;
  min-width: 110px; }
  .btn-more:hover {
    background-color: #232323;
    color: white;
    text-decoration: none; }

/*********************/
/*        RWD        */
/*********************/
@media (min-width: 992px) {
  .ib-btn-home {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 2.34375vw 0 0.26042vw;
    font-size: clamp(12px, 0.8333vw, 60px);
    margin-bottom: 0 !important; }
    .ib-btn-home i {
      width: 2.08333vw;
      font-size: 1.04167vw; }
  .btn-more {
    padding: 8px 2.34375vw 8px 1.30208vw !important; }
    .btn-more:hover i {
      right: -15px; }
  .cf-section {
    max-height: 27.08333vw; }
    .cf-section h4 {
      font-size: 1.75rem;
      line-height: 1.42; }
    .cf-section span {
      font-size: 1.5rem;
      line-height: 1.42; }
    .cf-section .btn {
      line-height: 1.77083vw; } }

@media (max-width: 991.98px) {
  .ib-btn-home {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    margin: 0 !important; }
  .btn-more {
    padding: 8px 45px 8px 15px !important; } }

/*** IBIF ***/
.ibif-boxes .ib-item > a {
  padding-bottom: 44.5%;
  background: url(../img/0e7b051ac63bbac9d6e5.png);
  background-size: 100% 100%; }

.ibif-boxes .ib-item > span {
  background-size: cover; }

.ibif-boxes .ib-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  transition: max-width 0.5s ease; }

.ibif-boxes .ib-item:hover .ib-bottom {
  max-width: 95%; }

.ibif-boxes .ibe_block-grow {
  --scale: 1.1;
  --speed: 0.5s;
  --ease: ease; }

.ibif-boxes .icon {
  text-align: center;
  border: 2px solid;
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-size: 12px; }

/*********************/
/*        RWD        */
/*********************/
@media (max-width: 991.98px) {
  .ibif-boxes .h4 {
    font-size: 18px; } }

@media (min-width: 992px) {
  .ibif-boxes .icon {
    border-width: 0.10417vw;
    width: 1.77083vw;
    height: 1.77083vw;
    line-height: 1.5625vw;
    font-size: 1.04167vw; } }

/*** IBIF ***/
div.ibif-seotext .ib-item p {
  text-align: justify;
  line-height: 1.5; }

div.ibif-seotext .ib-showall {
  background: none;
  top: 8px; }

/*********************/
/*        RWD        */
/*********************/
@media (max-width: 767.98px) {
  .ib-hidden {
    display: none; } }

@media (min-width: 992px) {
  div.ibif-seotext {
    border: none; } }

.ib-cms-subpages {
  position: relative; }

#ib-cms-subpages-swiper {
  overflow: hidden; }
  #ib-cms-subpages-swiper .ib-btn-home {
    position: relative !important; }

#ib-cms-subpages-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

#ib-cms-subpages-swiper .swiper-slide {
  height: auto; }

#ib-cms-subpages-swiper .swiper-slide .cms-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #fff; }

.cms-pages-grid .swiper-slide {
  /* border-style: solid;
  border-width: 10px 0 2px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-color: #E7E7E7; */
  text-align: left;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  height: auto !important; }

#ib-cms-subpages-swiper .swiper-slide h4 {
  font-size: 1.75rem;
  line-height: 1.42;
  font-weight: 600;
  margin: 0 0 8px 0;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

#ib-cms-subpages-swiper .swiper-slide span {
  font-size: 1.5rem;
  line-height: 1.42;
  color: inherit;
  opacity: .9;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

#ib-cms-subpages-swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block; }

#ib-cms-subpages-swiper .swiper-button-prev,
#ib-cms-subpages-swiper .swiper-button-next {
  color: inherit;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

#ib-cms-subpages-swiper .swiper-button-prev:after,
#ib-cms-subpages-swiper .swiper-button-next:after {
  font-size: 18px;
  color: inherit; }

@media (max-width: 767.98px) {
  #ib-cms-subpages-swiper .swiper-button-prev,
  #ib-cms-subpages-swiper .swiper-button-next {
    display: none; } }

#index h2 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 1.5rem; }

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

@media (min-width: 992px) {
  #index h2 {
    font-size: 1.5vw;
    margin-bottom: 0.41667vw; }
  .ib-to-save-text {
    font-size: 1.3vw; } }

.ib-slider-nav .ls-nav-prev, .ib-slider-nav .ls-nav-next {
  position: static !important;
  display: block;
  font-size: 0.9375vw;
  text-align: center;
  width: var(--swiper-navigation-size) !important;
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  color: #000000 !important;
  background-color: #ECECEC !important;
  border-radius: 5px !important;
  margin: 0 !important; }

.ib-slider-nav .ls-nav-prev:after {
  line-height: var(--swiper-navigation-size); }

.ib-slider-nav .ls-nav-next:after {
  line-height: var(--swiper-navigation-size); }

.ib-to-save-text {
  font-weight: 600; }
.cf-text {display:none !important;}
@media (max-width: 991.98px) {
  .cf-img, .cf-section {
    display: none; } }

.cf-img img {
  max-width: 100%;
  height: auto;
  width: 100%; }

.products-special .swiper-button-prev.swiper-button-disabled, .products-special .swiper-container-rtl .swiper-button-next.swiper-button-disabled {
  opacity: 0; }

.home-brand-img {
  width: 100%; }

#index .breadcrumb {
  display: none; }


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