.product-description {
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (min-width: 700px) {
    .product-description {
      display: flex;
      justify-content: space-between; }
      .product-description .product-image-holder, .product-description #sub-product-details {
        flex-basis: 48%; } }
  .product-description #sub-product-details {
    padding-top: 40px; }
  .product-description .sub-category {
    margin: 10px auto; }
  .product-description input[type=number] {
    margin-left: 10px;
    width: 40px;
    text-align: left; }
  .product-description input[type=checkbox] {
    display: inline-block;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    outline: none !important;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #666666;
    border-radius: 2px !important; }
  .product-description input[type=checkbox]:checked:after {
    font-family: FontAwesome;
    font-size: 0.8em;
    position: absolute;
    top: 1px;
    left: 0px;
    content: "\f00c";
    color: #f27040;
    transform: scale(1.4);
    transform-origin: bottom left; }

.price-for-weight {
  margin-left: 40px; }

#add-to-cart, #checkout {
  position: fixed;
  bottom: 0px;
  z-index: 1;
  width: 49%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0px;
  padding: 0;
  font-size: 13px; }
  @media screen and (min-width: 700px) {
    #add-to-cart, #checkout {
      position: static; } }

#add-to-cart {
  left: 0.5%;
  background-color: #292929;
  border-color: #292929;
  color: white; }

#checkout {
  right: 0.5%;
  background-color: #f27040;
  color: white; }

.call-to-actions {
  margin-top: 30px; }

/*# sourceMappingURL=product.css.map */
