/* BLOG */

#post_list ul li .img_default {
    margin-right: 30px;
}

#cart .checkout .btn-primary {
  margin-top: 15px !important;
  font-size: 11px !important;
  padding: 1em !important;
}

#product #tab-content .manufacturer-logo {
  max-height: 200px;
}

.blockreassurance_product{
  margin-top: 0 !important;
}

 .wishlist-button-add i,
.wishlist-button-add svg {
  opacity: 0;
}

.wishlist-button-add::before {
  content: "♡";
  position: absolute;
  font-size: 24px;
  color: #7a7a7a;
  pointer-events: none;
}

.wishlist-button-add {
  position: relative;
  cursor: pointer;
}

#wrapper .payment-option.clearfix {
  align-items: center;
}

.reviews_list_stars {
    background: none !important;
    text-align: left;
}


@media (max-width:1199px){

    /* .ets_mm_megamenu .ybc-menu-toggle{
        display:block !important;
    }
    .ets_mm_megamenu .mm_menus_ul{
        display:none !important;
    } */
    .ets_mm_megamenu .container {
        background-color: #F6F6F6;
        padding: 0;
    }
    .ets_mm_megamenu  a,
    .ets_mm_megamenu span {
    color: #0d2240 !important;
  }
}

@media (max-width: 1024px) {
  /* styles tablette */
  body:not(#index) #main-content {
    padding: 20px 0 50px !important;
  }
}

@media (max-width: 767px) {
  /* styles mobile */
  #module-psblog-posts #post_list li {
    display: flex;
    flex-direction: column;
  }
}

