

@media (min-width: 768px) and (max-width: 991px) {
  #blockcart {
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #blockcart {
    margin-top: 20px;
  }
}

.cart_block_header span {
  color: #fff;
}

.growl{
    color: #37427d;
    background: #eff1ff;
}

.ajax_add_to_cart_button.disabled {
  background: cornflowerblue;
  cursor: not-allowed;
}

.add_to_compare.checked .icon-balance-scale {
  color: #304ffe;
}

.wishlist.checked {
    background: #f2ece8 !important;
    border-color: transparent !important;
}

.wishlist.checked .icon-heart {
    color: #ea5400;
}

.compare.checked {
  background: #dadffc !important;
  border-color: transparent !important;
}

#wishlist-nb:empty,
.ajax_cart_quantity:empty ,
.total-compare-val:empty {
  display: none !important;
}

.ajax_cart_quantity.fotl {
  color: #000;
}

#blockcart {
  position: relative;
  cursor: pointer;
  text-align: right;
    top: 2.5rem;
  right: 3rem;
  font-size: 1.6rem;
}

.blockcart-header {
  line-height: 15px;
  background: transparent;
  color: #121212;
  display: block;
  font-weight: 300;
}

.blockcart-header:before {
  content: "\E896";
  font-family: "fontello";
  font-size: 1.4em;
  display: inline-block;
  margin-right: 5px;
  vertical-align: 6%;
  color: #fff;
}

.blockcart-header:hover:before {
  color: #B1BDFF;
}

#wishlist-nb,
.blockcart-header .ajax_cart_quantity {
  position: absolute;
  top: -15px;
  right: -7px;
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  background: #FE620A;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}

#wishlist-nb {
  position: absolute;
  top: -8px;
  right: 16px;
}
@media (max-width: 767px) {
  #blockcart {
    position: relative;
    cursor: pointer;
    text-align: right;
    top: 0;
    right: 0rem;
    font-size: 1.5rem;
    display: block !important;
  }
}
@media (min-width:1024px) and (max-width:1400){
  #blockcart {
      position: relative;
      cursor: pointer;
      text-align: right;
      top: .3rem;
      right: 3rem;
      font-size: 1.5rem;
  }
  }
  @media (min-width:1400px) and (max-width:1600){
      #blockcart {
          position: relative;
          cursor: pointer;
          text-align: right;
          top: .3rem;
          right: 3rem;
          font-size: 1.5rem;
      }
      }
      @media (min-width: 1023px) and (max-width: 1199px) {
        #blockcart {
          top: .3rem;
        }
      }
    
    @media (min-width: 1200px) and (max-width: 1400px) {
        #blockcart {
            top: 2.3rem;
            right: 2rem;
        }
    }