/*******************************************
 * Product Page
 ******************************************/
#product_content section.grey {
  padding: 60px 40px;
}
#product_content section.white + section.white,
#product_content section.grey + section.grey {
  padding-top: 0;
  margin-top: -20px;
  margin-top: 0;
}
#product_content section.white + section.white.image-fullwidth,
#product_content section.grey + section.grey.image-fullwidth {
  padding-top: 0;
  margin-top: -70px;
}
.product-information-panels {
  margin-bottom: 2em;
}
.single-product .product-add-to-cart label,
.single-product #product_content label {
  font-size: 19px;
  position: relative;
  top: 1px;
}
.single-product .product-add-to-cart .buttons_added .input-text.qty,
.single-product #product_content .buttons_added .input-text.qty {
  font-style: normal;
  font-size: 16px;
}
.single-product .product-add-to-cart button.button.alt.single_add_to_cart_button,
.single-product #product_content button.button.alt.single_add_to_cart_button {
  font-size: 20px;
  font-weight: 400;
}
.single-product .quantity.buttons_added,
.single-product .lbl_qty {
  position: absolute;
  display: none;
}
section .product_wrapper .product-add-to-cart {
  margin-top: 20px;
}
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  border-bottom: 0;
  padding-bottom: 0;
}
.single-product #product_content .product-text {
  font-size: 100%;
}
.single-product #product_content .product-text h1 {
  font-size: 34px;
  margin-bottom: 20px;
}
.clear-both {
  clear: both;
}
section .product_wrapper .instant-download-info-panel h1 {
  float: left;
}
section .product_wrapper .instant-download-info-panel:after {
  clear: both;
}
section .product_wrapper p.price#download-price {
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #d94905;
  border-radius: 3px;
  padding: 5px 10px;
  position: relative;
  margin-left: 15px;
  top: -5px;
}
@media (min-width: 768px) {
  section .product_wrapper p.price#download-price {
    top: 5px;
  }
}
section .product_wrapper p.price#download-price span.amount {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
section .product_wrapper p.price#download-price:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(217, 73, 5, 0);
  border-right-color: #d94905;
  border-width: 10px;
  margin-top: -10px;
}
.woocommerce-account form.register .acf-field-image {
  clear: both;
  padding: 6px;
}
.single-product #product_content .product_wrapper img.alignleft {
  padding-right: 1em;
}
.single-product #product_content .product_wrapper img.alignright {
  padding-left: 1em;
}
.product-information-panels p,
#product_content .product-information-panels p span {
  font-size: 16px;
  line-height: 22px;
}
.product-information-panels p {
  margin-bottom: 15px;
}
.product-information-panels p:last-child {
  margin-bottom: 0;
}
.single-product #content_wrapper form.cart .quantity {
  padding: 0;
}
.single-product #content_wrapper form.cart .quantity input {
  margin: 0;
  padding: 0;
}
.infusion-form {
  display: inline-block;
}
.woocommerce .infusion-submit input {
  text-transform: uppercase;
  color: #fff;
  background: #d9801e;
  border: none;
  border-radius: 2px;
  width: auto;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}
.woocommerce .infusion-field {
  clear: left;
}
.woocommerce .infusion-field input {
  width: 280px;
}
.product-information-panels blockquote,
.product-information-panels blockquote p {
  font-size: 120%;
  font-style: italic;
}
.product-information-panels blockquote,
.product-information-panels blockquote p {
  margin-bottom: 10px;
  margin-left: 5px;
}
#the_content img,
#product_content section img {
  margin-bottom: 20px;
}
#the_content ul,
#product_content section ul,
#the_content ol,
#product_content section ol {
  margin-bottom: 20px;
}
/*******************************************
     * Product page - multiple level selection
******************************************/
.instant-download-info-panel .value {
  width: 100%;
}
.value {
  margin-top: 15px;
}
.value input {
  width: 17px;
  margin: 0 0 0 4px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.value label {
  font-weight: 300!important;
  font-size: 19px;
  line-height: 25px;
  color: #263758;
  margin-left: 7px;
}
.value label span {
  font-weight: 400 !important;
  color: #d94905 !important;
  font-size: 17px !important;
}
.description {
  clear: left;
  color: #5d5d5d;
}
.description p {
  font-size: 13px;
  margin-left: 30px;
}
.description ul {
  margin: 7px 0 10px 0;
}
.description li {
  list-style-type: disc;
  list-style-position: outside;
}
#product_content li,
.value .description li {
  margin: 0 0 6px 48px;
  line-height: 22px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #product_title_price,
  #product_add_to_cart,
  form.variations_form.cart {
    width: 100%;
    float: left;
  }
  #product_add_to_cart .level-container {
    margin-left: 15px;
  }
  .variation-title {
    width: 10%;
    float: left;
    margin-top: 15px;
  }
  .level-container {
    max-width: 240px;
    float: left;
  }
  .value {
    width: auto;
    float: left;
  }
  .single_variation_wrap {
    width: 169px;
    float: left;
  }
  .instant-download-info-panel label.variation-title {
    width: 100%;
  }
  .instant-download-info-panel .level-container {
    width: 50%;
  }
  .instant-download-info-panel .single_variation_wrap {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 915px) {
  #product_title_price {
    width: 435px;
  }
  #product_add_to_cart {
    width: 685px;
  }
  .level-container {
    max-width: 210px;
  }
  .single_variation_wrap {
    float: right;
  }
  .woocommerce div.product form.cart .variations {
    margin-bottom: 0;
  }
  .variation-title,
  .value {
    margin-top: 0;
  }
}
/*******************************************
 * Checkout
 ******************************************/
.woocommerce #payment ul.payment_methods li.payment_method_stripe label {
  width: 380px;
}
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  background-color: #b81c23;
  content: "\00d7";
  font-weight: 700;
}
#woo_cart_dropdown ul.product_list_widget {
  border-top: 1px solid #515e77;
}
#woo_cart_dropdown ul.product_list_widget li {
  display: table;
  width: 100%;
}
#woo_cart_dropdown ul.product_list_widget li a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}
#woo_cart_dropdown ul.product_list_widget li img {
  float: left;
  margin-left: 4px;
  width: 32px;
  height: 32px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #5f6672;
  padding: 3px;
}
#woo_cart_dropdown ul.product_list_widget li img:hover {
  border: 1px dashed #a1a7b2;
}
#woo_cart_dropdown ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  display: table;
  width: 100%;
}
#woo_cart_dropdown ul.product_list_widget li dl dt {
  display: inline-block;
  font-weight: normal;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left;
  float: left;
}
#woo_cart_dropdown ul.product_list_widget li dl dd {
  display: inline-block;
  margin: 7px 0 0 0;
  padding: 0;
  float: left;
}
#woo_cart_dropdown ul.product_list_widget li dl dd p {
  color: #ffffff;
  font-size: 12px;
}
#woo_cart_dropdown ul.product_list_widget .mini_cart_right .quantity {
  border: 0px !important;
  width: auto;
  line-height: 14px;
  margin-top: 9px;
  border-radius: 3px;
  padding-right: 20px;
  margin-right: 11px;
  float: left;
  font-weight: 100;
}
#woo_cart_dropdown a.button {
  text-decoration: none;
  display: inline-block;
}
#woo_cart_dropdown a.button:hover {
  color: #7ab2cc;
}
#woo_cart_dropdown .mini_cart_buttons {
  color: #86c537;
}
.woocommerce table.cart tbody a.remove-product {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid;
  border-radius: 0px;
  vertical-align: middle;
  background: #9f9f9f;
}
.woocommerce table.cart tbody a.remove-product:hover {
  background: #263758;
  color: #7ab2cc;
  border: 1px solid #7ab1cb;
}
.woocommerce table.cart tbody .product-remove {
  border-right: 0px solid #ddd;
}
.woocommerce table.cart tbody .product-subtotal {
  border-right: 1px solid #ddd;
}
.woocommerce .cart-collaterals .cart_totals {
  width: 34%;
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top:hover {
  background: #e9ebec;
}
#back-to-top.show {
  opacity: 1;
}
#content {
  height: 2000px;
}
form span.error {
  color: #FF0000!important;
}
.cart_item .product-quantity .quantity .input-text {
  float: none !important;
}
