/* custom css */
strong {
    color: #E94E1B;
}

.container-detail-title {
    color: #E94E1B;
    margin-bottom: 10px;
    margin-top: 2px;
}

.container-slogan-title {
    color: #E94E1B;
    margin-bottom: 10px;
    margin-top: 2px;
    font-weight: 700;
    font-size: xx-large;
    text-align: center;
}

.fa, .fas, .far, .fab {
    color: #E94E1B;
}

.fas-circle:before {
    content: "\f111";
    font-size: 0.5em;
    margin: 0px 10px 0px 10px;
}

  #imgPreviewWithStyles,
  #imgPreviewWithStyles2,
  #imgPreviewWithStyles3 {
    background: #222 url(/layout/images/loading.gif) no-repeat center;
    border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    z-index: 999;
    border: none;
  }

  #imgPreviewWithStyles span,
  #imgPreviewWithStyles2 span,
  #imgPreviewWithStyles3 span {
    color: white;
    font-size: 1em;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
  }

  .loading {
    height: 32px;
    width: 32px;
  }

  .ShopButton{
    padding: 10px 20px 10px 20px;
    background-color: #E94E1B;
    border-radius: 4px;
  }

  .ShopButton:hover{
    background-color: #12a19a;
    color:white;

  }

  .ShopButton i{
    color:white;
  }

  #p7AMM_1 .ShopButton i{
    color:#000;
  }

/* custom css end */
.cookieconsent-optout-marketing a { color: #E94E1B; }
