.br-theme-fontawesome-stars .br-widget a
{
  font-size: 30px!important;
}
.productImageContainer {
  position: relative;
  width: 100%;
  max-width: 320px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
select.form-control:not([size]):not([multiple])
{
  height: calc(2.4375rem + 20px)!important;
}
.disableHighlighting
{
  -moz-user-select: none!important;
  -khtml-user-select: none!important;
  -webkit-user-select: none!important;
   user-select: none!important;
}
 .carousel-caption
  {
    padding-bottom: 200px!important;
  }
.alert
{
  margin-bottom: 0px!important;
}
.dropdown-item.active, .dropdown-item:active
{
  background-color: transparent;!important;
}
.modal-backdrop.show {
    opacity: 1.0!important;
}
.modal-backdrop {
    background-color: rgb(0, 0, 0, 0.5);
}
.sizeButtonGroup {
    display: inline;
}
.sizeButton
{
  margin-top: 1px!important;
}
.productImage {
  display: block;
  width: 100%;
  height: auto;
}
.nav-pills .nav-item .nav-link.active
{
  background-color: #B5020B!important;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: white;
}
.productImageContainer:hover .overlay {
  opacity: 0.8;
}
.productQuickViewIcon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.zoomContainer{ z-index: 9999;}
.zoomWindow{ z-index: 9999;}
.filterDropdown
{
  top: 52px!important;
  left: 0px!important;
}
#homePageCard:hover
{
  background-image: url("http://unlockdesizn.com/html/non-profit/be-ahand/demo/images/fclumn/1.jpg");
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease-in-out;
}
#homePageCard
{
  margin-top: 20px
}
.homePageCardOverlay:hover
{
 background-color : rgba(255, 255, 255, 0.75);
}
  .homePageImage
  {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
    height: 35rem;
  }
  @media (max-width: 770px) 
{
  #button 
  {
    margin: 30px;
  }
  .phoneImage
  {
    width:300px;height:500px;
  }
  .phoneImageColumn
  {
    text-align: left;
  }
  .donationImage
  {
    width:200px;
    height:200px;
    object-fit: cover;
  }
  .carousel-caption
  {
    padding-bottom: 200px!important;
  }
  .carousel-title
  {
    font-size: 3.3125rem!important;
  }
}
@media (max-width: 540px) 
{
  .updateDonationCard
  {
     margin-top: 0px;
  }
  .donationImage
  {
    height:100px;
    object-fit: cover;
  }
  span.text
  {
    font-size: 14px;
  }
  #dropdownMenuCustom
  {
    width: 264px;
  }
  #priceColumn
  {
    text-align: left;
  }
  #durationColumn
  {
    text-align: right;
  }
  .phoneImage
  {
    width:300px;height:600px;
  }
  .phoneImageColumn
  {
    text-align: center;
  }
  .homePageImage
  {
    height: 23rem;
  }
  .carousel-caption
  {
    padding-bottom: 50px!important;
  }
  .carousel-title  
  {
    font-size: 2.0rem!important;
  }
  #button 
  {
    margin: 0px;
  }
 }
}