.item-price{
    font-weight:bold;
    font-size:1.3em;
}
.item-price-cents {
    font-size: 0.6em;
    position: relative;
    bottom: 0.45em;
  }
.product-image{
    margin:3px;
}
.product-image img{
    max-width:80%;
}

.strikebackground {
    position: relative;
  }
  .strikebackground:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color:rgba(200,0,0,0.8);
  
    -webkit-transform:rotate(-10deg);
    -moz-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    transform:rotate(-10deg);
  }


.StripeElement {
    background-color: white;
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #bbb;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
    
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
    }
    
    .StripeElement--invalid {
    border-color: #fa755a;
    }
    
    .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
    }

    .scrollable-dropdown{
      height: auto;
      max-height:320px;  /* Increase / Decrease value as per your need */
      overflow-x: hidden;
      user-select: none; 
  }