
.productPurchaseOptions {
  position: relative;
  padding-bottom: 45px;
}
.productPurchaseOptions .shipOptions {
  float: left;
  width: 46%;
  padding-right: 16px;
  box-sizing: border-box;
  margin-top: 10px;
}
.productPurchaseOptions .shipOptions ul li {
  position: relative;
  padding: 15px 0px;
  border-bottom: 1px solid #e3e1e0;
  font-size: 16px;
  text-transform: uppercase;
  color: #756a66;  
}

@media screen and (max-width:580px) {
    .productPurchaseOptions .shipOptions ul li {
        padding: 15px 20px;
    }
}

.productPurchaseOptions .shipOptions ul li br {
  display: none;
}


.btnPickUpAtStore, .btnCheckOtherStores, .btnPickUpAtStore {
  background: url("../../Common/images/icons/chevron-right-red.png") no-repeat;
  background-size: 25px;
  background-position-x: calc(100% - 11px);
  background-position-y: 50%;
}

.btnPickUpAtStore.red {
  background: url("../../Common/images/icons/chevron-right-red.png") no-repeat;
  background-size: 25px;
  background-position-x: calc(100% - 11px);
  background-position-y: 50%;
}

.btnPickUpAtStore.gray {
  background: url("../../Common/images/icons/chevron-right-gray.png") no-repeat;
  background-size: 25px;
  background-position-x: calc(100% - 11px);
  background-position-y: 50%;
}

.btnPickUpAtStore > span, .store-availability > span, .btnCheckOtherStores > span {
    display: inline-block;
    padding: 3px 0;
}
.productPurchaseOptions .shipOptions ul li:first-child {
  border-top: 1px solid #e3e1e0;
}

.productPurchaseOptions .shipOptions ul li.noBorder {
  border-bottom: none;
}
.productPurchaseOptions .shipOptions ul li i.icon {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.productPurchaseOptions .shipOptions ul li i.icon.homeStore {
  background-image: url("../../Stores/images/icons/map_locator_home.png");
  margin-right: 5px;
  font-size: 14px;
  height: 20px;
  width: 15px;
  vertical-align: top;
}
.productPurchaseOptions .shipOptions ul li i.icon.pickUpAtStore {
  background-image: url("../../Stores/images/icons/map_locator.png");
  margin-right: 5px;
  font-size: 14px;
  height: 20px;
  width: 15px;
  vertical-align: top;
}
.productPurchaseOptions .shipOptions ul li i.icon.unavailableAtHomeStore {
  background-image: url("../../Common/images/icons/marker-dark.png");
  margin-right: 5px;
  font-size: 14px;
  width: 15px;
  height: 20px;
  vertical-align: top;
}
.productPurchaseOptions .shipOptions ul li i.icon.right {
  position: absolute;
  background: url("../../Common/images/icons/chevron-right-red.png") no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  float: right;
  top: 12px;
  right: 5px;
}
.productPurchaseOptions .shipOptions ul li i.icon.available-check {
  margin-left: 5px;
  width: 12px;
  height: 14px;
  vertical-align: middle;
  background-image: url("../../Common/images/icons/available-check.png");
}

.productPurchaseOptions .shipOptions ul li i.icon.available-x {
  width: 12px;
  height: 14px;
  vertical-align: middle;
  background-image: url("../../Common/images/icons/available-x.png");
  background-position-y: 0px;
}
.productPurchaseOptions .shipOptions ul li .availability {
  margin-left: 20px;
  font-size: 12px;
}
.productPurchaseOptions .shipOptions ul li .store-availability {
  color: #ef3124;
}
.productPurchaseOptions .shipOptions ul li label {
  font-size: 16px;
}
.productPurchaseOptions .shipOptions ul li label span {
  vertical-align: top;
  margin-top: -7px;
}
.productPurchaseOptions .shipOptions ul li label .inline {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}
.productPurchaseOptions .shipOptions ul li label .inline .location {
  color: #908885;
  font-size: 12px;
}
.productPurchaseOptions .shipOptions ul li a.chooseOtherLocation {
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
}
.productPurchaseOptions .shipOptions ul li a.chooseOtherLocation i {
  display: inline-block;
  float: right;
  width: 25px;
  height: 25px;
  background-size: 100%;
  margin-top: -4px;
}

.productPurchaseOptions .purchaseOptions {
  float: right;
  width: 54%;
}

.productPurchaseOptions .purchaseOptions ul li {
  border-top: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  height: 90px;
    padding: 0 20px;
}

@media screen and (min-width:581px) {
    .productPurchaseOptions .purchaseOptions ul li {
      padding-left: 20px;
      padding-right: 20px;
    }
}

.productPurchaseOptions .purchaseOptions ul li:first-child {
    border: none;
}

.productPurchaseOptions .purchaseOptions ul li.btnAddToCart button {
  background: #ef3124;
  color: #fff;
  width: 103px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}

.productPurchaseOptions .purchaseOptions ul li.notForSale {
    color: #808080;
}

.productPurchaseOptions .purchaseOptions ul li.btnAddToCart button:disabled {
    background: #808080;
}

.productPurchaseOptions .purchaseOptions ul li.tradePurchaseOption   {
  background: #4824ef;
}

.productPurchaseOptions .purchaseOptions ul li.grey {
  background: #f9f8f6;
  color: #ef3124;
}
.productPurchaseOptions .purchaseOptions ul li.grey i.icon {
  width: 28px;
  height: 28px;
  margin-top: 6px;
  display: inline-block;
  background-size: 100%;
}
.productPurchaseOptions .purchaseOptions ul li .left {
  float: left;
  margin-top: 7px;
 
}
.productPurchaseOptions .purchaseOptions ul li .left .top {
  display: block;
  font-size: 15px;
  
}
.productPurchaseOptions .purchaseOptions ul li .left .large {
  font-size: 22px;
}
.productPurchaseOptions .purchaseOptions ul li .left .onlineOnly {
  font-size: 13px;
}

.productPurchaseOptions .purchaseOptions ul li .left .productAvailability {
    display: block;
    font-size: 12px;
}

.productPurchaseOptions .purchaseOptions ul li .left .productAvailability.AvailableNow { color: #3ba313; }
.productPurchaseOptions .purchaseOptions ul li .left .productAvailability.Pre-Order { color: #fab11a; }
.productPurchaseOptions .purchaseOptions ul li .left .productAvailability.Back-Ordered { color: #ef3124; }

.productPurchaseOptions .purchaseOptions ul li .right {
  float: right;
  text-align: right;
  font-size: 14px;
  margin-left: auto;
}
.productPurchaseOptions .purchaseOptions ul li .right .price {
  font-size: 32px;
  font-family: "solido_condensed_book", Helvetica, sans;
}

.productPurchaseOptions .purchaseOptions ul li .right .price sup {
    font-size: 19px;
    vertical-align:top;
}

.productPurchaseOptions .purchaseOptions ul li .right .proPrice {
  vertical-align: top;
  padding-top: 3px;
  padding-right: 3px;
  display: inline-block;
}

.productPurchaseOptions .purchaseOptions ul li.disabled {
  pointer-events: none;
}

.productPurchaseOptions .purchaseOptions ul li.disabled button {
  background: #808080;
}



.modal.selectHopsOption .bkg {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.selectHopsOption .message {
  position: fixed;
  width: 100%;
  height: 300px;
  top: 40px;
  left: 0;
  z-index: 999;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 4px 3px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 3px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 3px 3px rgba(0, 0, 0, 0.6);
}

.selectHopsOption button {
  cursor: pointer;
  display: block;
  margin: 15px auto;
  background: #ef3124;
  color: #fff;
  padding: 7px 9px;
  text-transform: uppercase;
  width: 230px;
}

.selectHopsOption h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px;
}

/*******************/
 

    .productPurchaseOptions .shipOptions {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .productPurchaseOptions .purchaseOptions {
    width: 100%;
    float: none;
    padding-right: 0;
  }
    .productPurchaseOptions {
        padding-bottom: 0px;
    }
    .purchaseOptions.designC {
        border-bottom: 1px solid #e3e1e0;
    }
  .productPurchaseOptions .shipOptions ul li {
    font-size: 13px;
  }

    @media screen and (min-width:581px) {

        .productPurchaseOptions .shipOptions ul li {
            padding-left: 20px;
        }
    }
  .productPurchaseOptions .shipOptions ul li br {
    display: inline-block;
  }
  .productPurchaseOptions .shipOptions ul li .availability {
    position: absolute;
    top: 2px;
    right: 14px;
    padding-right: 40px;
  }
   .productPurchaseOptions .shipOptions ul li i.icon.available-check {
    margin-left: 0;
  }
  .productPurchaseOptions .shipOptions ul li i.icon {
    height: 17px; 

  }
  .productPurchaseOptions .shipOptions ul li .availability {
    margin-top: 10px;
  }

  .productPurchaseOptions .shipOptions ul li .availabilityLarge {
    margin-top: 4px;
  }


@media screen and (min-width:581px){
    .purchaseOptions.designC {
        float: right;
        width: 50%;
    }


}


.asLowAsPricing {
    font-size: 11px;
    color: black;
}

.asLowAsPricingAmount {
    color: #da291c;
    font-weight: bold;
}