.product-brand-box-header-img{
    text-align: center;
    margin-bottom: -17px;
}
.product-brand-box-header-img-ico{
    padding: 0 10px;
    background: white;
}
.deals-hr{
    margin: 0 auto;
    border-bottom: 2px solid var(--primari-color);
    border-top: transparent;
}

.product-save-price {
  backround-color: #FF6961;
  border-radius: 4px;
  font-size: 11px;
  font-weight: normal; 
  position: absolute;}
  
.text-info {
  color: #565454 !important;
  font-size: 14px; }

a.text-info:hover, a.text-info:focus {
  color: #8a8c8f !important; }
  
.theme_card_content_box_buttom_content_price h2 {
	color: #00205B;
	font-size: 1.08em;
}
  
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #888888; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #6f6f6f; }

.label-danger {
  background-color: #ff6961; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #ff392e; }