.wclma-product-details .wclma-license-status {
    color: #bc1718;
  }
  
  .wclma-product-details .product-box {
    display: flex;
    margin-bottom: 10px;
  }
  
  .wclma-product-details .product-box .img-col {
    flex-basis: 35%;
    min-width: 35%;
    padding-right: 30px;
  }
  
  .wclma-product-details .product-box .text-col .wclma-product-title a {
    font-weight: 500;
    color: #bc1718;
  }
  
  .wclma-product-details .product-box .text-col .wclma-product-title a::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    height: 1em;
    font-size: 20px;
    margin-left: 5px;
    line-height: 1.618;
    content: "\f35d";
  }
  
  .wclma-product-details .product-box + hr {
    margin-bottom: 15px;
  }
  
  .wclma-product-details .wclma-license-expiry {
    color: #bc1718;
  }

  .wclma-product-details ~ .gravity_button, .wclma-status-btn {
    color: #fff;
    background-color: #bc1718;
    display: inline-block;
    padding: 0.6180469716em 1.41575em;
    text-decoration: none !important;
    font-weight: 600;
  }

.wclma-error-msg,
.wclma-success-msg {
	position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
	padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.3em;
}

wclma-error-msg::before,
.wclma-success-msg::before {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  height: 1em;
  font-size: 20px;
  margin-left: 5px;
  line-height: 1.618;  
	margin-right: 10px;
position: relative;
top: 2px;
}

.wclma-error-msg {  
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
 }

wclma-error-msg::before {   
  content: "\f00d";

}

.wclma-success-msg::before {
	content: "\f00c";
}

.wclma-failed-redeem {
	margin-top: 15px;
}