/*******************************************
 * Product Page
 ******************************************/
.product-information-panels {
  margin-bottom: 2em;
}
.single-product .product-add-to-cart label,
.single-product #product_content label {
  font-size: 20px;
  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;
}
#product_content section.image-halfsize img {
  max-width: 450px;
}
.single-product #product_content .product-text {
  font-size: 100%;
}
.single-product #product_content .product-text h1 {
  margin-bottom: 5px;
}
.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;
}
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: 20px;
  line-height: 28px;
}
.product-information-panels p {
  margin-bottom: 15px;
}
.single-product #content_wrapper form.cart .quantity {
  padding: 0;
}
.single-product #content_wrapper form.cart .quantity input {
  margin: 0;
  padding: 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;
}
