/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** Title block ***/
.page-home .ApColumn .title_block {
  width: 100%;
  padding-bottom: 0;
  padding-top: 80px; }
  @media (max-width: 991px) {
    .page-home .ApColumn .title_block {
      padding-top: 50px; } }
  .page-home .ApColumn .title_block:before {
    display: none; }
.page-home .ApColumn .ApProductList .title_block {
  padding-top: 80px; }
  @media (max-width: 991px) {
    .page-home .ApColumn .ApProductList .title_block {
      padding-top: 20px; } }

.ApSlideShow {
  margin-bottom: 30px; }

/*** GROUP BANNER ***/
.gr-banner-h5 .image_description {
  color: #121212;
  position: absolute;
  bottom: 40%;
  left: 53%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%); }
  @media (max-width: 991px) and (min-width: 768px) {
    .gr-banner-h5 .image_description {
      left: 50%; }
      .rtl .gr-banner-h5 .image_description {
        right: 50%;
        left: auto; } }
  @media (max-width: 576px) {
    .gr-banner-h5 .image_description {
      left: 50%; }
      .rtl .gr-banner-h5 .image_description {
        right: 50%;
        left: auto; } }
  .gr-banner-h5 .image_description span {
    font-weight: 500;
    text-transform: uppercase; }
    @media (max-width: 320px) {
      .gr-banner-h5 .image_description span {
        font-size: 10px; } }
  .gr-banner-h5 .image_description h4 {
    font-size: 32px;
    margin: 10px 0 40px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .gr-banner-h5 .image_description h4 {
        font-size: 24px;
        margin: 5px 0 20px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .gr-banner-h5 .image_description h4 {
        font-size: 20px;
        margin: 5px 0 10px; } }
    @media (max-width: 576px) {
      .gr-banner-h5 .image_description h4 {
        font-size: 20px;
        margin: 5px 0 10px; } }
    @media (max-width: 320px) {
      .gr-banner-h5 .image_description h4 {
        font-size: 14px;
        margin: 0 0 10px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .gr-banner-h5 .image_description .btn {
      padding: 5px 30px; } }
  @media (max-width: 576px) {
    .gr-banner-h5 .image_description .btn {
      padding: 5px 30px; } }
  @media (max-width: 320px) {
    .gr-banner-h5 .image_description .btn {
      padding: 3px 20px;
      font-size: 10px; } }

/** LOOK BOOK **/
.look-book .image_description {
  position: absolute;
  text-align: center;
  color: #000000;
  bottom: 50%;
  top: auto;
  left: 15%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%); }
  .rtl .look-book .image_description {
    right: 15%;
    left: auto; }
  @media (max-width: 991px) {
    .look-book .image_description {
      left: 10%; }
      .rtl .look-book .image_description {
        right: 10%;
        left: auto; } }
  .look-book .image_description h4 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px; }
  .look-book .image_description .btn {
    border: 3px solid #000000;
    font-size: 43px;
    text-transform: none;
    color: #000000;
    padding: 0;
    height: 95px;
    line-height: 90px;
    min-width: 550px;
    margin: 30px 0; }
    @media (max-width: 1500px) {
      .look-book .image_description .btn {
        font-size: 35px;
        min-width: 400px; } }
    @media (max-width: 1199px) {
      .look-book .image_description .btn {
        font-size: 28px;
        min-width: 330px;
        height: 70px;
        line-height: 65px; } }
    @media (max-width: 991px) {
      .look-book .image_description .btn {
        margin: 15px 0 20px; } }
    @media (max-width: 767px) {
      .look-book .image_description .btn {
        margin: 5px 0 15px;
        font-size: 20px;
        min-width: 230px;
        height: 55px;
        line-height: 50px; } }
    .look-book .image_description .btn:hover {
      color: #f43434;
      border-color: #f43434; }
  .look-book .image_description p {
    text-transform: uppercase;
    letter-spacing: 3px; }

/** GROUP INFO **/
.gr-info {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .gr-info .ApColumn .ApImage {
      margin-bottom: 30px; } }
  .gr-info .ApColumn .ApImage .image_description {
    width: auto; }
    .gr-info .ApColumn .ApImage .image_description p {
      margin-bottom: 0; }
    .gr-info .ApColumn .ApImage .image_description a {
      font-size: 64px;
      line-height: 84px;
      font-weight: 500;
      color: #333;
      display: inline-block;
      border-bottom: 5px solid #333;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .gr-info .ApColumn .ApImage .image_description a:hover {
        color: #f43434;
        border-color: #f43434; }
      @media (max-width: 1700px) {
        .gr-info .ApColumn .ApImage .image_description a {
          font-size: 50px;
          line-height: 60px; } }
      @media (max-width: 1199px) {
        .gr-info .ApColumn .ApImage .image_description a {
          font-size: 34px;
          line-height: 40px; } }
      @media (max-width: 767px) {
        .gr-info .ApColumn .ApImage .image_description a {
          font-size: 24px;
          line-height: 24px;
          border-bottom: 2px solid #FFFFFF; } }
      @media (max-width: 480px) {
        .gr-info .ApColumn .ApImage .image_description a {
          font-size: 16px;
          line-height: 16px; } }
  .gr-info .ApColumn .ApImage:hover .image_description a {
    color: #FFFFFF;
    border-color: #FFFFFF; }

/** instagram **/
.ApColumn .instagram-block {
  padding-bottom: 100px;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5; }
  @media (max-width: 767px) {
    .ApColumn .instagram-block {
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    .ApColumn .instagram-block .block_content .owl-row {
      margin: 0 -15px; }
    .ApColumn .instagram-block .block_content .owl-item {
      padding: 0 15px; } }
  .ApColumn .instagram-block .block_content .link-instagram {
    display: none;
    position: relative;
    top: inherit; }

.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
    height: 30px;
    width: 30px;

}

.product-manufacturer .manufacturer-logo {
    height: 65px;
}

.count-same-category {
display: none;

}

.off-canvas-nav-megamenu .navbar-nav > li.color-red > a,
.leo-megamenu .navbar-nav > li.color-red > a {
    color: #fff;
    background: #000;
    padding-left: 10px;
    padding-right: 10px;
}

.off-canvas-nav-megamenu .navbar-nav > li.color-rosso > a,
.leo-megamenu .navbar-nav > li.color-rosso > a {
    color: #e43b3d;
}

.iviewSlider .data-link {
position: absolute;
left: 0;
width: 100%!important;
}

#products .product_list>.row{
    display: flex;
    flex-wrap: wrap;
}

.alert-info {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

a {
    color: #a6a3a3;
    text-decoration: none;
}

#checkout
.col-xs-9 {
    display: none;
}


.btn-primary {
  background-color: #000;
}

.off-canvas-nav-megamenu .navbar-nav > li.sfondo-red > a,
.leo-megamenu .navbar-nav > li.sfondo-red > a {
    color: #fff;
    background: #e43b3d;
    padding-left: 10px;
    padding-right: 10px;
}

.widget-category_image > .block_content {
	display: flex;
}
.ApColumn .widget-category_image ul {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 200px;
  margin-top: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.ApColumn .widget-category_image:hover .cover-img img {
	opacity: 1;
}
.ApColumn .widget-category_image .cover-img:hover img {
	opacity: 0.5;
}
.ApColumn .widget-category_image:hover a {
  color: #FFFFFF;
}
.ApColumn .widget-category_image a:hover  {
  color: #FFFFFF;
}

.ApColumn .widget-category_image a {
  color: #fff;
}

.ApColumn .widget-category_image .nbproducts {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}

.custom-block-carousel-category .ApBlockCarousel a {
  color: #121212;
  font-size: 18px;
  text-align: center;
}
.custom-block-carousel-category .ApBlockCarousel a img {
  border-radius: 50%;
}
.custom-block-carousel-category .ApBlockCarousel a .title {
  padding: 5px 0;
}
@media (max-width: 991px) {
      .custom-block-carousel-category .ApBlockCarousel .owl-buttons div {
        opacity: 1;
        bottom: 60%;
      }
     .custom-block-carousel-category .ApBlockCarousel .owl-prev {
          left: 0 !important;
     }
     .custom-block-carousel-category .ApBlockCarousel .owl-next {
          right: 0 !important;
     }





/*# sourceMappingURL=profile1537128318.css.map */

