html .bg-color-primary, html .bg-primary {
  background: #fe4d01 !important;
  /* 
  background: -webkit-linear-gradient(to right, #fe4d01, #fea400) !important;
  background: linear-gradient(to right, #fe4d01, #fea400) !important;
  */
  background: linear-gradient(90deg, #ff0808 0%, #fe4d01 46%, #fea400 100%) !important;
}
html .text-color-primary, html .text-primary {
  color: #fe4d01 !important;
}

.title-first {
      background: #fe4d01;
      color: #fff;
      padding: 10px;
      font-size: 36px;
}
.product-card {
    margin-top: 25px;
    border-radius: 25px;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.product-btn {
  /* float: right; */
  border-color: #fe4d01!important;
  border-width: 2px;
  font-size: 14px;
  line-height: 20px;
}
.product-card .btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* background-color: transparent; */
  background-color: rgb(255, 105, 0);
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 25px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-outline-dark1 {
  color: #ffffff !important;
  border-color: #ffffff !important;
  border-radius: 25px !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.btn1 {
    /* 
    display: inline-block; 
    font-weight: 400;
    color: #CCC;
    font-size: 1rem;

    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    */
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    
    
    padding: 0.5rem 1rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;

    
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fix-cart a:hover {
  text-decoration: none;
}

@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}

