
.an_wishlist-in .material-icons {
  color: #e63344;
}
.an_wishlist-container {
    text-align: left;
}
.an_wishlist-btn-product .material-icons {
  margin-right: 0;
}

.an_wishlist-mini {
 position: absolute;
  top: -238px;
  right: 10px;
}

.an_wishlist-mini span {
  cursor: pointer;
}

.an_wishlist-list-cart h1 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.an_wishlist-list-cart #products .thumbnail-container,
.an_wishlist-list-cart #products .product-description,
.an_wishlist-list-cart #products .highlighted-informations {
  width: 233px;
}
.an_wishlist-list-cart #products .thumbnail-container img {
  max-width: 100%;
}
.an_wishlist-list-cart #products .product-miniature img {
  margin-left: 0px;
}

.an_wishlist-mini-count {
  position: absolute;
  font-size: 12px;
  left: -47px;
  height: 35px;
  line-height: 35px;
  top: -5px;
  text-align: center;
  padding-right: 6px;
  min-width: 45px;
  background: url(../img/count.svg) no-repeat center center;
}



.an_wishlist-message-popup {
  position: relative;
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
.an_wishlist-message-popuporspan {
  margin: 0 16px;
}
@media (max-width: 680px) {
    .an_wishlist-message-popup .btn,
    .an_wishlist-message-popuporspan    {
      display: block;
    }
    .an_wishlist-message-popuporspan {
      padding: 10px;
    }
}

.an_wishlist-social {
    margin-bottom: 30px;
}
.social-share {
    background: #f1f1f1;
    padding: 26px 30px 21px;
    margin-bottom: 56px;
}
.blog-social-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.social-heading {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
}
.itemFacebookButton a {
    background-color: #5373be;
}
.itemFacebookButton a:before {
    content: "\f39e";
    font-family: Fontawesome;
}
.itemFacebookButton a:hover {
    background-color: #3e5ea9;
}
.itemTwitterButton a {
    background-color: #0084b4;
}
.itemTwitterButton a:before {
    content: "\f099";
    font-family: Fontawesome;
}
.itemTwitterButton a:hover {
    background-color: #1195c5;
}
.itemPinterestButton a {
    background-color: #cb2027;
}
.itemPinterestButton a:before {
    content: "\f0d2";
    font-family: Fontawesome;
}
.itemPinterestButton a:hover {
    background: rgba(203,30,39,0.8);
}
.itemLinkedinButton a {
    background-color: #0077b5;
}
.itemLinkedinButton a:before {
    content: "\f0e1";
    font-family: Fontawesome;
}
.itemLinkedinButton a:hover {
    background-color: #1289c7;
}
.itemTumblrButton a {
    background-color: #405167;
}
.itemTumblrButton a:before {
    content: "\f173";
    font-family: Fontawesome;
}
.itemTumblrButton a:hover {
    background-color: #516278;
}

.itemSocialButton a {
    font-size: 12px;
    display: inline-block;
    height: 34px;
    border-radius: 3px;
    line-height: 18px;
    margin: 0 7px 10px 0;
    width: 120px;
    text-align: left;
    overflow: hidden;
    color: #fff!important;
    min-width: 100px;
    cursor: pointer;
    float: left;
    font-family: inherit;
    padding: 8px 10px 8px 10px;
}
.itemSocialButton a:before {
    display: inline-block;
    margin-left: -10px;
    margin-top: -15px;
    font-size: 14px;
    line-height: 34px;
    width: 33px;
    text-align: center;
    margin-right: 7px;
}
