.zipcode_set{text-align: center;letter-spacing: 15px;font-size: 1.25rem!important;font-weight: bold;}
.zipcode_set::placeholder {text-align: center;letter-spacing: 0px;font-size: 1rem;font-weight: bold;}
.cart-icon {
    position: relative;
    font-size: 11px!important;
    background: #2cb742;
    width: 50px;
    border-radius:5px;
    display:block;
    transition:all .1s ease-in-out;
    height: 50px;
        margin: 10px;
}

.cart-icon:hover {
    background: #01de2d;
}

.cart-icon svg {
width: 40px!important;
    left: 1px!important;
    transform: rotate(-30deg);
    bottom: 13px!important;
    padding: 14px 0 0!important;
}
.cart {
    position: absolute;
    right: 0px;
    top: 53px;
}
.cart-items {
    font-size: 12px;
}

.cart .btn-primary {
    border: 0;
    background: #2cb742;
}
.cart .btn-primary:hover {
    background: #01de2d!important;
}

.add_to_cart:hover svg {
    color: white;
}
.add_to_cart svg {
    left:25px!important;
    top: 20px!important;
}
.add_to_cart{
    padding-bottom: 10px!important;
    margin-top: 10px;
    position: relative;
    width: 100%;
}
#item-listing .add_to_cart{
    padding-left: 60px;
}
.add_to_cart:hover svg {
    color: white;
    left:25px!important;
}

.paymode{
  display: none;
}
.badge-paymode{
  background: #e8e8e8;  /* fallback for old browsers */
  background: #D3CCE3;  /* fallback for old browsers */
  display: flex;
  color: #6B6B6B!important;
  border: 1px solid #BDBDBD!important;
  padding: 5px!important;
  border-radius: 3px!important;
  background: #F9F9F9!important;
  margin: 5px!important;

}
.badge-paymode:hover{
    text-decoration: none;
    background: #e2e2e2;
    color: #4e4e4e;
}

.input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.checkout-cart-items .btn-primary {
    background-color: #2cb742;
    border-color: #08f32d;
}
.checkout-cart-items .form-control {
    font-size: .85rem;
}
.checkout-cart-items .cart-item {
    font-size: 16px;
}
.checkout-cart-items .cart-item:nth-of-type(odd) {
background-color:#f7f7f7;
}
.checkout-cart-items .cart-item:nth-of-type(even) {
background: #FFFFFF;
}


.cc-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#paybtn{
  pointer-events: none;
}
#paybtn.enabled{
  pointer-events: all;
}
.opa-5{
  background:white!important; 
	opacity: .25;
}
.badge-shipmode,.badge-shipmodeinner{
	display: flex;
    color: #6B6B6B;    border: 1px solid #BDBDBD;
    padding: 5px;
    border-radius: 3px;
    background: #F9F9F9;
    margin: 5px;

}
.badge-shipmode:hover,.badge-shipmodeinner:hover{
	text-decoration: none;
	    background: #e2e2e2;
      color: #4e4e4e;
}
.badge-shipmode.active,.badge-shipmodeinner.active {
    text-decoration: none;
    background: #ffffff;
    color: #585863;
}
a.badge-shipmodeinner img {
    max-height: 60px;
}
label.drinkcard-cc.oca_mode {
    width: 40px;
}
.oca {
}
.pickit {
}
.delivery {
  background-image: url("/assets/img/delivery.png");
  margin: 8px 25px 7px 25px;
}
.instore {
  background-image: url("/assets/img/instore.png");
  margin: 6px 25px 6px 25px;
}
.drinkcard-cc {
cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 62px;
    opacity: .5;
    float: left;
    top: 45px;
    left: 35px;
    background-position: center center;
    margin-top: 5px;
}

.drinkcard-cc:hover {
  -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
  -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
  filter: brightness(1.2) grayscale(.5) opacity(.9);
}
.oca-form{
	display: none;
}


input.zip_in_checkout_change {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 2px 7px;
    margin: 0 5px;
    width: 5em;
    letter-spacing: 5px;
    font-size: 17px!important;
    text-align: center;
    display: inline-block;
}

@media (max-width: 640px) {

  .cart-icon {
    width: 38px;
    padding: 5px;
    height: 38px;
  }
  .cart-icon svg {
    width: 40px!important;
    left: -4px!important;
    bottom: 7px!important;
    padding: 15px 0px 0!important;
    }
}