@charset "UTF-8";
main .module {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
}
main .module > .container {
  max-width: 100%;
  margin: 0 auto;
}
main .module .inner-content {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-position: center center;
}
main .module.full {
  display: block;
  width: 100vw;
}
main .module.full > .container .inner-content {
  margin: 0 auto;
}
main .module.stretched > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.Text_Control textarea {
  width: 100%;
  font-size: 12px;
  background: #f1f5f9;
  border: none;
  border-radius: 5px;
  padding: 10px 10px;
  -webkit-appearance: none;
  box-shadow: none;
  border: none !important;
  outline: none;
  height: auto !important;
}

.EddProductsModule h3 {
  text-align: center;
}
.EddProductsModule .product .product-image {
  position: relative;
}
.EddProductsModule .product a.feature:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}
.EddProductsModule .product a.feature img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.EddProductsModule .product a.feature .product-price {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 400;
  padding: 15px;
  color: white;
  z-index: 10;
  text-shadow: 0 0 10px black;
}
.EddProductsModule .product .product-title {
  font-weight: 400;
  font-size: calc(15px + 0.240625vw);
}
.EddProductsModule .product button,
.EddProductsModule .product .button {
  padding: 10px;
  float: right;
  font-weight: 400;
}
.EddProductsModule .product .edd_download_quantity_wrapper {
  display: none;
}
.EddProductsModule .product .edd_price_options {
  display: none;
  float: left;
  width: 100%;
}
.EddProductsModule .product .edd_price_options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.EddProductsModule .edd-cart-added-alert {
  display: none !important;
}

.EddCartModule fieldset {
  border: none;
  padding: 0;
}
.EddCartModule fieldset legend {
  float: left;
  font-weight: 400;
  margin: 0 0 25px;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
}
.EddCartModule #edd_checkout_cart_form {
  padding: 5%;
  width: 100%;
  font-weight: 300;
}
.EddCartModule #edd_checkout_cart_form th {
  font-weight: 300;
}
@media (min-width: 960px) {
  .EddCartModule #edd_checkout_cart_form {
    width: 50%;
  }
}
.EddCartModule #edd_checkout_cart_form #edd_checkout_cart {
  min-width: auto !important;
}
.EddCartModule #edd_checkout_form_wrap {
  background-color: #f0faff;
  padding: 5%;
  width: 100%;
}
@media (min-width: 960px) {
  .EddCartModule #edd_checkout_form_wrap {
    width: 50%;
  }
}
.EddCartModule #edd_checkout_wrap {
  width: 100%;
}
@media (min-width: 960px) {
  .EddCartModule #edd_checkout_wrap {
    display: flex;
    flex-direction: row-reverse;
  }
}
.EddCartModule #edd_checkout_wrap #edd_checkout_cart_form,
.EddCartModule #edd_checkout_wrap #edd_checkout_form_wrap {
  flex: 1;
}
.EddCartModule #edd_checkout_wrap .edd-payment-icons {
  margin-bottom: 25px;
}
.EddCartModule #edd_checkout_wrap .edd-payment-icons svg {
  margin-right: 15px;
}
.EddCartModule #edd_checkout_wrap .edd_cart_item_image {
  margin-right: 20px;
}
.EddCartModule #edd_checkout_wrap .edd_cart_item_name div {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
}
.EddCartModule #edd_checkout_wrap .edd_cart_total {
  text-align: right;
}
.EddCartModule #edd_checkout_wrap input[type=text],
.EddCartModule #edd_checkout_wrap input[type=email],
.EddCartModule #edd_checkout_wrap input[type=number],
.EddCartModule #edd_checkout_wrap input[type=tel],
.EddCartModule #edd_checkout_wrap select {
  font-family: inherit;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  height: 45px;
  transition: background-color 0.2s ease-in-out;
}
.EddCartModule #edd_checkout_wrap input[type=text]:not(input[type=text], input[type=email], input[type=tel], input[type=number], select),
.EddCartModule #edd_checkout_wrap input[type=email]:not(input[type=text], input[type=email], input[type=tel], input[type=number], select),
.EddCartModule #edd_checkout_wrap input[type=number]:not(input[type=text], input[type=email], input[type=tel], input[type=number], select),
.EddCartModule #edd_checkout_wrap input[type=tel]:not(input[type=text], input[type=email], input[type=tel], input[type=number], select),
.EddCartModule #edd_checkout_wrap select:not(input[type=text], input[type=email], input[type=tel], input[type=number], select) {
  width: auto;
}
.EddCartModule #edd_checkout_wrap input[type=text]:hover,
.EddCartModule #edd_checkout_wrap input[type=email]:hover,
.EddCartModule #edd_checkout_wrap input[type=number]:hover,
.EddCartModule #edd_checkout_wrap input[type=tel]:hover,
.EddCartModule #edd_checkout_wrap select:hover {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.EddCartModule #edd_checkout_wrap input[type=text]:focus,
.EddCartModule #edd_checkout_wrap input[type=email]:focus,
.EddCartModule #edd_checkout_wrap input[type=number]:focus,
.EddCartModule #edd_checkout_wrap input[type=tel]:focus,
.EddCartModule #edd_checkout_wrap select:focus {
  border-color: rgba(0, 0, 0, 0.3);
  outline: none;
}
.EddCartModule #edd_checkout_wrap input[type=number] {
  width: 50px !important;
  padding: 5px 5px 5px 8px;
  height: auto;
  font-size: 14px;
}
.EddCartModule #edd_checkout_wrap select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 55px;
}
.EddCartModule #edd_checkout_wrap select:hover {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.EddCartModule #edd_checkout_wrap select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}
.EddCartModule #edd_checkout_user_info > p {
  float: left;
  display: block;
  width: 100%;
  margin-top: 0;
}
.EddCartModule #edd_purchase_form fieldset {
  width: 100%;
}
.EddCartModule #edd_purchase_form #edd_simple_shipping {
  display: block;
}
.EddCartModule #edd_purchase_form #edd-first-name-wrap {
  float: left;
  width: 38%;
}
.EddCartModule #edd_purchase_form #edd-last-name-wrap {
  float: right;
  width: 58%;
}
.EddCartModule #edd_purchase_form #edd-card-city-wrap {
  float: left;
  width: 58%;
}
.EddCartModule #edd_purchase_form #edd-card-zip-wrap {
  float: right;
  width: 38%;
}
.EddCartModule #edd_purchase_form .edd-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
.EddCartModule #edd_purchase_form .edd-description {
  display: none;
}
.EddCartModule .iti__country-container button {
  border: none;
}
.EddCartModule .iti__country-container button:hover:before {
  display: none;
  background: transparent;
}
.EddCartModule .iti {
  width: 100%;
}
.EddCartModule #edd_cc_address > div {
  margin-bottom: 25px;
}
.EddCartModule #edd_final_total_wrap {
  float: left;
}
.EddCartModule input[type=submit] {
  float: right;
}
.EddCartModule .edd_cart_item {
  position: relative;
}
.EddCartModule .edd_cart_fee {
  box-shadow: none;
}
.EddCartModule .edd_cart_fee td {
  padding: 5px 0 0;
}
.EddCartModule .edd_cart_actions .edd_cart_remove_item_btn {
  float: right;
  font-size: 0;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 5px;
}
.EddCartModule .edd_cart_actions .edd_cart_remove_item_btn:before {
  content: "❌";
  font-size: 13px;
}
.EddCartModule .edd_cart_header_row {
  display: none;
}
.EddCartModule #edd_secure_site_wrapper {
  display: none;
}
.EddCartModule #edd-shipping-city-wrap {
  width: 63% !important;
  float: left;
}
.EddCartModule #edd-shipping-zip-wrap {
  width: 33% !important;
  float: right;
}
.EddCartModule #edd_show_terms {
  margin-bottom: 15px;
}
.EddCartModule .edd_empty_cart {
  padding: 4%;
  flex: auto;
}
.EddCartModule table {
  width: 100%;
  vertical-align: middle;
  margin-top: 25px;
}
.EddCartModule table thead th {
  border: none;
  padding: 30px;
  font-size: 14px;
}
.EddCartModule table .edd-terms-agreement,
.EddCartModule table .edd-privacy-policy-agreement {
  display: inline-block !important;
}
.EddCartModule table tbody tr {
  display: flex;
  align-items: center;
  place-content: space-between;
  width: 100%;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.EddCartModule table tbody tr td {
  padding: 10px;
}