.sqft-box, .sqft-box-label, .quantity-selector {
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
}
.square-foot, .product-form__item.product-form__item--quantity, .total {
  float: left;
  display: inline-block;
  width: 100%;
  margin: 0px 0px 20px !important;
}
.price-per-box, .price-per-sqft {
  float: left;
  display: block;
  width: 100%;
}
/*     .add-sample {
position: relative;
text-align: center;
} */
/*     .add-sample__wrapper {
margin: 20px 15px 15px;
padding: 20px 15px 10px;
border: 1px solid #dbdbdb;
overflow: hidden;
background: #fff;
} */
.add-sample .sample-promo {
  display: none;
}
.sample-added .sample-button, .button.disabled, .button:disabled {
  background-color: #9e9e9e;
  color: #fff;
  opacity: 0.6;
  cursor: not-allowed;
}
a.btn.product-form__cart-submit.ajax-add-to-cart {
  padding: 10px 71px;
}
.shopify-payment-button__button--hidden {
    display: none !important;
}
div#add-sample--permanent {
    margin: 15px 0px;
  width:60% !important;
}
a.btn.product-form__cart-submit.ajax-add-to-cart.disabled {
  background-color: #9e9e9e;
  color: #fff;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
button.btn.product-form__cart-submit.ajax-add-to-cart, button.btn.product-form__cart-submit.ajax-add-to-cart.disabled {
    width: 100%;
    padding: 0px;
}

@media screen and (max-width:768px){
  button.btn.product-form__cart-submit.ajax-add-to-cart, button.btn.product-form__cart-submit.ajax-add-to-cart.disabled {
    width: 100%;
  }
  .add-sample__subtext{text-align: center;}
}
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
  font-family: "Tilebar", Times, "Times New Roman", serif;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.add-sample__button {
  max-width: 350px;
  margin: 0 auto;
}
.add-sample__button {
  display: block;
  height: 47px;
  font-size: 16px;
  font-weight: 700;
}
.add-sample__subtext {
    display: block;
    padding: 5px 0px;
    font-size: 15px;
    color: gray;
}
input#square, #Quantity-product-template {
  width: 50%;
  margin: 0px;
}
.price-per-box {
  color: #7e8991;
}
.price-per-sqft {
  font-size: 22px;
}
.select-quantity {
  display: block;
  float: left;
  width: 100%;
}

.select-quantity h5 {
  margin-bottom: 20px;
}
.phone_container a:hover , .phone_container a:focus {  }