body.wc-sticky-product-bar-displayed {
  padding-bottom: 60px;
}

form.cart.wc-sticky-product-bar {
  margin: 0;
}

div.wc-sticky-product-bar {
  display: none;
  position: fixed;
  bottom: 0;
  width: auto;
  height: 75px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #242424;
  padding: 10px 70px 10px 5px;
  border-top: 2px solid white;
}

.wc-sticky-product-bar .image, 
.wc-sticky-product-bar .name, 
.wc-sticky-product-bar .rating,
.wc-sticky-product-bar .price {
  float: left;
  white-space: nowrap;
  overflow: hidden;
}

.wc-sticky-product-bar .button {
  position: absolute;
  right: 15px;
}

.wc-sticky-product-bar .button button, 
.wc-sticky-product-bar .button a.action-button {
  display: block;
  height: 40px;
  font-size: 130%;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin: 8px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
  color: #111;
  border: 1px solid #8D9096;
  font-weight: normal; 
}

.wc-sticky-product-bar .terms {
  float: left;
}

.wc-sticky-product-bar .terms input.woocommerce-form__input {
  margin: 18.5px 5px;
}

.wc-sticky-product-bar .terms .woocommerce-form__label,
.wc-sticky-product-bar .terms .woocommerce-terms-and-conditions-link {
  color: #ffffff;
  line-height: 50px;
}
.wc-sticky-product-bar .terms .woocommerce-terms-and-conditions-link {
  text-decoration: underline;
}

.wc-sticky-product-bar .button a.action-button {
  /*width: 200px;*/
  text-decoration: none;
}

.wc-sticky-product-bar .button a.action-button:hover {
  text-decoration: none;
}

.wc-sticky-product-bar .image {
  width: 50px;
}

.wc-sticky-product-bar .image img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
}

.wc-sticky-product-bar .name span {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  padding-left: 10px;
}

.wc-sticky-product-bar .quantity {
  position: absolute;
  top: 20px;
  right: 160px;
  background: #242424;
  z-index: 1000;
}

.wc-sticky-product-bar .price {
  position: absolute;
  right: 185px;
  background: #242424;
  z-index: 1000;
  padding-left: 20px;
}

.wc-sticky-product-bar.display-quantity .price {
  right: 240px;
}

.wc-sticky-product-bar.variable .quantity {
  display: none;
}

.wc-sticky-product-bar.variable .price {
  right: 215px;
}

.wc-sticky-product-bar .price .from,
.wc-sticky-product-bar .total .total-label {
  color: #ffffff;
  font-weight: bold;  
  font-size: 20px;
  line-height: 55px;
}

.price,
.wc-sticky-product-bar .price .woocommerce-Price-amount,
.wc-sticky-product-bar .total .woocommerce-Price-amount {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  /*padding-left: 10px;*/
}

.wc-sticky-product-bar del, .wc-sticky-product-bar ins {
  text-decoration: none;
}

.wc-sticky-product-bar del .woocommerce-Price-amount {
  text-decoration: line-through;
  display: none;/* hide for now */
}

.wc-sticky-product-bar .rating {
  padding-left: 10px;
}

.wc-sticky-product-bar .jq-ry-container {
  margin-top: 10px;
}

.wc-sticky-product-bar .jq-ry-container svg {
  width: 20px;
}

.wc-sticky-product-bar .jq-ry-normal-group svg {
  fill: #ffffff;
}

.wc-sticky-product-bar .jq-ry-rated-group svg {
  fill: yellow;
}

.wc-sticky-product-bar .total {
  position: absolute;
  right: 240px;
  background: #242424;
  z-index: 1000;
  padding-left: 20px;
}


.wc-sticky-product-bar .woocommerce-privacy-policy-text {
  position: absolute;
  bottom: -5px;
  left: 35px;
  font-size: 10px;
  color: white;
}

.wc-sticky-product-bar .form-row.validate-required {
  margin: 0;
}

@media only screen and (max-width: 979px) {
  .wc-sticky-product-bar .name {
    width: 40%;
  }

  .wc-sticky-product-bar .price {
    right: 150px;
  }

  .wc-sticky-product-bar .price .from,
  .wc-sticky-product-bar .total .total-label {
    font-size: 12px;
  }

  .wc-sticky-product-bar .price .woocommerce-Price-amount,
  .wc-sticky-product-bar .total .woocommerce-Price-amount {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .wc-sticky-product-bar .button button,
  .wc-sticky-product-bar .button a.action-button {
    font-size: 100%;
  }
  /*
  .wc-sticky-product-bar .button a.action-button {
    width: 140px;
  }*/

  .wc-sticky-product-bar .total {
    right: 210px;
  }

  .wc-sticky-product-bar.variable .price {
    right: 175px;
  }

  .wc-sticky-product-bar .quantity {
    right: 140px;
  }

  .wc-sticky-product-bar .price {
    right: 130px;
  }

  .wc-sticky-product-bar.display-quantity .price {
    right: 220px;
  }

  .wc-sticky-product-bar .price .woocommerce-Price-amount,
  .wc-sticky-product-bar .total .woocommerce-Price-amount {
    font-size: 18px;
  }

  .wc-sticky-product-bar .rating {
    display: none;
  }

  .wc-sticky-product-bar .terms {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .wc-sticky-product-bar .name span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .wc-sticky-product-bar .name {
    display: none;
  }

  .wc-sticky-product-bar .rating {
    display: none;
  }

  .wc-sticky-product-bar.display-price .quantity {
    display: none;
  }

  .wc-sticky-product-bar.display-quantity.display-price .price,
  .wc-sticky-product-bar .price {
    right: 140px;
    padding-left: 10px;
  }

  .wc-sticky-product-bar .total .total-label {
    display: none;
  }

  .wc-sticky-product-bar .price .woocommerce-Price-amount,
  .wc-sticky-product-bar .total .woocommerce-Price-amount {
    font-size: 18px;
    padding-left: 0px;
  }
}