#favorites-box {
  /* float: right; */
  position: relative;
}
#favorites-box + .box {
  margin-left: 15px;
}
#favorites-box font {
    position: relative;
}
.favorites-box .favorites-link {
  text-decoration: none;
  font-size: 14px;
}
.favorites-box .favorites-link i {
  margin-right: 5px;
  color: #333333;
  /* var text-color */
}
.favorites-box .favorites-link span {
  color: #4c81d9;
  /* var base */
  font-weight: 700;
}
.favorites-product-button {
  width: 175px;
  margin: 0 5px 0 0;
}
#header .favorites-box .favorites-link span {
    text-align: center;
    position: absolute;
    top: -5px;
    left: 13px;
    background: #fff;
    color: #4c81d9;
    /* var base */
    font-size: 10px;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    padding: 0;
    line-height: 152%;
    font-weight: 400;
    line-height: 1.4;
}
#header .favorites-box.small .favorites-link i,
#header .favorites-box .favorites-link i {
    font-size: 16px;
    margin-right: 16px;
    width: 14px;
}
#header .favorites-box.middle .favorites-link i {
    font-size: 20px;
    margin-right: 20px;
    width: 18px;
}
#header .favorites-box.big .favorites-link i {
    font-size: 24px;
    margin-right: 24px;
    width: 20px;
}
#header .favorites-box.big .favorites-link span {
    left: 20px;
}
#header .favorites-box .favorites-link:hover,
#header .favorites-box .favorites-link:hover i {
    color: #4c81d9;
    /* var base */
}
.favorites-box.big .favorites-link {
    font-size: 18px;
}
.favorites-box.middle .favorites-link {
    font-size: 16px;
}
.compare-product-button:hover {
  color: #6cb729 !important;
  /* var success-bg-color !important*/
}
.compare-product-button.compare-yes {
  color: #6cb729 !important;
  /* var success-bg-color !important*/
}
.compare-product-button.compare-yes:hover {
  color: #333333 !important;
  /* var text-color !important*/
}
.favorites-product-button:hover {
  color: #dc6048 !important;
  /* var error-bg-color !important*/
}
.favorites-product-button.favorites-yes {
  color: #dc6048 !important;
  /* var error-bg-color !important*/
}
.favorites-product-button.favorites-yes:hover {
  color: #333333 !important;
  /* var text-color !important*/
}
.favorites-catalog-button {
  position: relative;
  font-size: 18px !important;
  padding: 6px 8px;
}
.favorites-catalog-button:hover {
  color: #dc6048 !important;
  /* var error-bg-color !important*/
}
.favorites-catalog-button.favorites-yes {
  color: #dc6048 !important;
  /* var error-bg-color !important*/
}
.favorites-catalog-button.favorites-yes:hover {
  color: #333333 !important;
  /* var text-color !important*/
}
/* .favorites-catalog-button.favorites-yes {
    border-color:#f0c5c5;
    background: #fcf3f3;    
} */
/****************************************** 
  dark-style
******************************************/
.dark-style .favorites-box .favorites-link,
.dark-style .favorites-box .favorites-link i {
  color: #ffffff;
  /* var text-color-light */
}
#header .dark-style .favorites-box .favorites-link span,
#header.dark-style .favorites-box .favorites-link span {
    background: #4c81d9;
    /* var base */
    color: #fff;
    /* var text-color-light */
}