@charset "UTF-8";
/* variables */
/* breakpoints */
* {
  -webkit-font-smoothing: antialiased;
}

html .no-scroll, body .no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  header.header-ecomm-header {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  header.header-ecomm-header {
    border-bottom: none;
  }
}

body.woocommerce {
  padding-top: 0px;
}

.header-ecomm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .header-ecomm {
    align-items: flex-start;
    height: auto !important;
  }
}
.header-ecomm-nav {
  position: relative;
  display: block;
  border-bottom: 1px solid #CCC;
}
.header-ecomm-nav > .container {
  max-width: 1580px;
}
@media screen and (max-width: 767px) {
  .header-ecomm-nav .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-ecomm-nav .container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .header-ecomm-nav .container .row .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.header-ecomm-filters {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-ecomm-filters {
    margin-top: 40px;
  }
}
.header-ecomm-filters .container {
  max-width: 1560px;
  padding: 20px 5%;
  position: relative;
  display: flex;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 600px) {
  .header-ecomm-filters .container {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1240px) {
  .header-ecomm-filters .container {
    padding: 20px;
  }
}
.header-ecomm-filters .container > div {
  width: 33%;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media screen and (min-width: 1240px) {
  .header-ecomm-filters .container > div {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .header-ecomm-filters .container > div {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0px;
  }
}
.header-ecomm-filters .container .search {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 10px 8px 36px;
  border: 1px solid #CCC;
}
.header-ecomm-filters .container .search i {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #969696;
}
.header-ecomm-filters .container .search input[type=text] {
  font-family: Lato, sans-serif;
  display: block;
  border: none;
  width: 100%;
  font-size: 14px;
  color: #333333;
  outline: none;
  font-weight: 300;
}
.header-ecomm-filters .container .search ::-webkit-input-placeholder {
  /* Edge */
  color: #333333;
}
.header-ecomm-filters .container .search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
.header-ecomm-filters .container .search ::placeholder {
  color: #333333;
}
.header-ecomm-filters .container .category-filter {
  position: relative;
  display: block;
  width: 100%;
}
.header-ecomm-filters .container .category-filter select::-ms-expand {
  display: none;
}
.header-ecomm-filters .container .category-filter label {
  margin: 0px;
  width: 100%;
}
.header-ecomm-filters .container .category-filter select {
  width: 100%;
  padding: 8px 10px 8px 8px;
  border: 1px solid #CCC;
  text-transform: uppercase;
  color: #333333;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header-ecomm-filters .container .category-filter:after {
  font-family: FontAwesome;
  color: #969696;
  content: "";
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 16px;
  pointer-events: none;
}
.header-ecomm-filters .container h2 {
  margin: 0px;
  color: #A8AAAC;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .header-ecomm-filters .container h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) and (min-width: 601px) {
  .header-ecomm-filters .container h2 {
    font-size: 14px;
  }
}
.header-ecomm .traliant-logo {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .header-ecomm .traliant-logo {
    margin: 0px !important;
  }
}
.header-ecomm .header-ecomm-logo {
  display: flex;
  align-items: center;
}
.header-ecomm .header-ecomm-logo img.traliant-logo {
  height: 56px;
}
@media screen and (max-width: 767px) {
  .header-ecomm .header-ecomm-logo {
    padding: 0px 15px;
  }
}
.header-ecomm .header-ecomm-logo #logo {
  margin-left: 30px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CCC;
  width: auto;
}
@media screen and (max-width: 767px) {
  .header-ecomm .header-ecomm-logo #logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-ecomm .header_cta-ecomm {
    position: absolute;
    left: 0px;
    top: 82px;
    margin-top: 0px !important;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .header-ecomm .header_cta-ecomm {
    top: 70px;
  }
}
.header-ecomm .header_cta-ecomm p {
  text-align: right;
}
.header-ecomm .header_cta-ecomm .header-ecomm {
  text-align: right;
}
.header-ecomm .header_cta-ecomm .header-ecomm ul {
  list-style-type: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-ecomm .header_cta-ecomm .header-ecomm ul {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #CCC;
    margin-top: 15px;
  }
}
.header-ecomm .header_cta-ecomm .header-ecomm ul li {
  display: inline-block;
  padding: 10px 12px;
  border-right: 1px solid #CCC;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .header-ecomm .header_cta-ecomm .header-ecomm ul li {
    padding: 0px 8px;
  }
}
@media screen and (max-width: 767px) {
  .header-ecomm .header_cta-ecomm .header-ecomm ul li {
    width: 33.3%;
    text-align: center;
    padding: 0px;
  }
  .header-ecomm .header_cta-ecomm .header-ecomm ul li a {
    display: block;
  }
  .header-ecomm .header_cta-ecomm .header-ecomm ul li:nth-last-child(2) {
    border-right: none;
  }
}
.header-ecomm .header_cta-ecomm .header-ecomm ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .header-ecomm .header_cta-ecomm .header-ecomm ul li.cart-icon-container {
    position: absolute;
    top: -70px;
    right: 20px;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .header-ecomm .header_cta-ecomm .header-ecomm ul li.cart-icon-container {
    top: -60px;
  }
  .header-ecomm .header_cta-ecomm .header-ecomm ul li.cart-icon-container a {
    font-size: 28px;
  }
}
.header-ecomm .header_cta-ecomm .header-ecomm a {
  display: inline-block;
  margin: 0px;
  padding: 0px !important;
  color: #1BA5DB;
  text-decoration: none;
  font-size: 19px;
  line-height: 19px;
  font-family: Lato, sans-serif;
  transition: all 0.2s linear;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .header-ecomm .header_cta-ecomm .header-ecomm a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header-ecomm .header_cta-ecomm .header-ecomm a {
    padding: 8px 0px !important;
  }
}
.header-ecomm .header_cta-ecomm .header-ecomm a:hover {
  color: #000;
}
.header-ecomm .header_cta-ecomm .header-ecomm a.lnk-cart {
  font-size: 34px;
  position: relative;
  display: inline-block;
}
.header-ecomm .header_cta-ecomm .header-ecomm a.lnk-cart .cntr {
  display: none;
}
.header-ecomm .header_cta-ecomm .header-ecomm a.lnk-cart-active .cntr {
  display: block;
  font-size: 10px;
  line-height: 10px;
  padding: 6px 8px;
  position: absolute;
  right: -10px;
  top: -10px;
  color: #FFF;
  background-color: #2aa947;
  border-radius: 50%;
}

.woocommerce {
  border-top: 1px solid #CCC;
  padding-top: 20px;
  /* CART */
  /* ORDER CONFIRMATION */
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  font-size: 16px;
}
.woocommerce-error {
  margin-top: 20px;
  font-weight: bold;
  color: #b81c23;
}
.woocommerce div.product form.cart {
  margin-bottom: 20px;
}
.woocommerce div.product form.cart.cart-contact .ecomm__product__sidebar__summary {
  padding-bottom: 20px;
}
.woocommerce div.product form.cart.cart-contact .ecomm__product__sidebar__summary__footer {
  display: none;
}
.woocommerce div.product form.cart.cart-contact .ecomm__product__summary__product__footer div:first-child {
  display: none;
}
.woocommerce div.product form.cart.cart-contact .ecomm__product__summary__product__footer div:last-child {
  width: 100%;
}
.woocommerce div.product form.cart.cart-contact button.single_add_to_cart_button {
  display: none;
}
.woocommerce div.product form.cart.cart-contact a.button_sales {
  display: block;
}
.woocommerce .header_placeholder {
  display: none;
}
@media screen and (min-width: 768px) {
  .woocommerce .header_placeholder {
    height: 70px;
    display: block;
  }
}
.woocommerce #content {
  margin-top: 0px;
}
.woocommerce #content.content-ecomm {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .woocommerce #content.content-ecomm {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce #content.content-ecomm {
    margin-top: 60px !important;
  }
}
.woocommerce .woocommerce-cart-form {
  margin-top: 30px;
  font-family: Lato, sans-serif;
}
.woocommerce .woocommerce-cart-form table {
  border: none;
}
.woocommerce .woocommerce-cart-form table th {
  color: #969696;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
  border-left: none;
  border-right: none;
  border-top: none;
}
.woocommerce .woocommerce-cart-form table td {
  border-bottom: 1px solid #CCC;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 20px 10px;
}
.woocommerce .woocommerce-cart-form table td.qty_addon {
  padding-left: 24px;
}
.woocommerce .woocommerce-cart-form table td.keep_shopping a {
  display: inline-block;
  color: #FFF;
  background-color: #2C6EA9;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding: 14px 30px;
  border-radius: 6px;
  line-height: 1;
}
.woocommerce .woocommerce-cart-form table td.keep_shopping a:hover {
  color: #CCC;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form table td.keep_shopping a {
    text-align: center;
    width: 100%;
  }
}
.woocommerce .woocommerce-cart-form table td.actions button[name=update_cart] {
  color: #FFF;
  background-color: #2C6EA9;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 30px 10px 24px;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
}
.woocommerce .woocommerce-cart-form table td.actions button[name=update_cart] i {
  margin-right: 8px;
}
.woocommerce .woocommerce-cart-form table td.actions button[name=update_cart]:hover {
  color: #CCC;
}
.woocommerce .woocommerce-cart-form table td.actions a.checkout-button, .woocommerce .woocommerce-cart-form table td.actions a.shop-button {
  font-weight: 400;
  color: #FFF;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 30px 10px 24px;
  text-transform: uppercase;
  width: auto;
  line-height: 1;
}
.woocommerce .woocommerce-cart-form table td.actions a.checkout-button i, .woocommerce .woocommerce-cart-form table td.actions a.shop-button i {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form table td.actions a.checkout-button, .woocommerce .woocommerce-cart-form table td.actions a.shop-button {
    text-align: center;
  }
}
.woocommerce .woocommerce-cart-form table td.actions a.checkout-button {
  margin-left: 20px;
  padding: 10px 30px 10px 24px;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form table td.actions a.checkout-button {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .woocommerce .woocommerce-cart-form table td.actions a.shop-button {
    margin-right: 0px;
  }
}
.woocommerce table.cart img {
  width: auto;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .woocommerce table.cart tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.woocommerce table.cart td {
  vertical-align: top;
}
.woocommerce table.cart td.actions {
  padding-bottom: 30px;
}
.woocommerce table.cart td span.version {
  display: block;
  color: #1BA5DB;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .woocommerce table.cart td {
    width: 100%;
  }
  .woocommerce table.cart td:before {
    display: none;
  }
  .woocommerce table.cart td.product-name {
    text-align: left !important;
  }
  .woocommerce table.cart td.product-price, .woocommerce table.cart td.product-quantity, .woocommerce table.cart td.product-subtotal {
    width: 33.3%;
  }
  .woocommerce table.cart td.product-price {
    text-align: left !important;
  }
  .woocommerce table.cart td.product-quantity {
    text-align: center !important;
  }
  .woocommerce table.cart td.product-subtotal {
    text-align: right !important;
  }
}
.woocommerce table.cart td a.lnk {
  color: #2C6EA9;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .woocommerce table.cart tr.addon_row td.amount, .woocommerce table.cart tr.addon_row td.qty {
    display: none;
  }
  .woocommerce table.cart tr.addon_row td.addon-name {
    width: 50%;
    text-align: left !important;
  }
  .woocommerce table.cart tr.addon_row td.addon-price {
    width: 50%;
    text-align: right !important;
  }
}
.woocommerce table.cart td.product-remove {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .woocommerce table.cart td.product-remove {
    display: block;
    position: relative;
    height: 0px;
    padding: 0px;
  }
  .woocommerce table.cart td.product-remove a.remove {
    position: absolute;
    right: 10px;
    top: 20px;
  }
}
.woocommerce table.cart td.product-thumbnail {
  width: 220px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .woocommerce table.cart td.product-thumbnail {
    display: block !important;
    width: 100%;
  }
  .woocommerce table.cart td.product-thumbnail:before {
    display: none;
  }
}
.woocommerce a.button, .woocommerce a.button.alt {
  margin: 10px auto;
  background-color: #2aa947;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  width: 100%;
  border-radius: 6px;
  transition: background-color 0.2s linear;
}
.woocommerce a.button:hover, .woocommerce a.button.alt:hover {
  background-color: #1BA5DB;
}
.woocommerce .cart-collaterals .cart_totals {
  max-width: 300px;
}
.woocommerce .cart-collaterals .cart_totals > h2 {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals table {
  border: none;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals table tr th, .woocommerce .cart-collaterals .cart_totals table tr td {
  width: 50%;
  border: none;
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table tr th a.woocommerce-remove-coupon, .woocommerce .cart-collaterals .cart_totals table tr td a.woocommerce-remove-coupon {
  display: block;
  font-size: 12px;
}
.woocommerce .cart-collaterals .cart_totals table tr th:first-child, .woocommerce .cart-collaterals .cart_totals table tr td:first-child {
  width: auto;
}
@media screen and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals table tr th:first-child, .woocommerce .cart-collaterals .cart_totals table tr td:first-child {
    width: 100%;
  }
}
.woocommerce .cart-collaterals .cart_totals table tr th:nth-child(2), .woocommerce .cart-collaterals .cart_totals table tr td:nth-child(2) {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals table tr th:nth-child(2), .woocommerce .cart-collaterals .cart_totals table tr td:nth-child(2) {
    width: 100%;
  }
}
.woocommerce .cart-collaterals .cart_totals a.checkout-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals {
    max-width: 100%;
  }
}
.woocommerce .woocommerce-cart-form a.remove {
  color: #C01818 !important;
}
.woocommerce .woocommerce-cart-form a.remove:hover {
  background: transparent;
}
.woocommerce form.checkout.woocommerce-checkout {
  font-family: Lato, sans-serif;
}
.woocommerce form.checkout.woocommerce-checkout input {
  padding: 12px;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 14px;
}
.woocommerce form.checkout.woocommerce-checkout p {
  font-size: 18px;
}
.woocommerce form.checkout.woocommerce-checkout p.req {
  font-size: 14px;
}
.woocommerce form.checkout.woocommerce-checkout label {
  font-size: 14px;
}
.woocommerce form.checkout.woocommerce-checkout h3 {
  font-size: 16px;
  font-weight: 700;
}
.woocommerce form.checkout.woocommerce-checkout ::-webkit-input-placeholder {
  /* Edge */
  color: #969696;
  font-style: italic;
  font-weight: 300;
}
.woocommerce form.checkout.woocommerce-checkout :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #969696;
  font-style: italic;
  font-weight: 300;
}
.woocommerce form.checkout.woocommerce-checkout ::placeholder {
  color: #969696;
  font-style: italic;
  font-weight: 300;
  font-weight: 300;
}
.woocommerce-order {
  font-size: 14px;
  font-family: Lato, sans-serif;
}
.woocommerce-order-details {
  padding-bottom: 0px;
}
.woocommerce-order-details .col h2.thank-you {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}
.woocommerce-order-details .col h3.order-num {
  margin-bottom: 0px;
}
.woocommerce-order ul.order_details {
  margin: 0px;
  padding: 0px;
}
.woocommerce-order table.order_details {
  border: none;
  border-collapse: collapse;
}
.woocommerce-order table.order_details th, .woocommerce-order table.order_details td {
  font-size: 14px;
  border: 1px solid #CCC;
}
.woocommerce-order table.order_details th ul li, .woocommerce-order table.order_details td ul li {
  margin-bottom: 0px;
}
.woocommerce-customer-details address {
  border: 1px solid #CCC;
  border-bottom-width: 1px !important;
  border-right-width: 1px !important;
}
.woocommerce .return-to-shop a.wc-backward {
  min-width: 200px;
  font-size: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #FFF;
  background-color: #2C6EA9;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 30px;
  text-transform: uppercase;
  width: auto;
  line-height: 1;
}
.woocommerce .return-to-shop a.wc-backward:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 6px;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required label.woocommerce-form__label-for-checkbox {
  display: block;
  padding-left: 20px;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required label.woocommerce-form__label-for-checkbox input[type=checkbox] {
  position: absolute;
  left: 0px;
  top: 9px;
}

#order_review table.woocommerce-checkout-review-order-table {
  display: none;
}

.ecomm {
  /* custom payment css */
}
.ecomm__heading {
  padding: 30px 0px 0px;
}
@media screen and (max-width: 767px) {
  .ecomm__heading {
    padding: 0px 0px 0px;
  }
}
@media screen and (max-width: 600px) {
  .ecomm__heading {
    padding: 60px 0px 0px;
  }
}
.ecomm__heading .container {
  width: 90%;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ecomm__heading .container:before, .ecomm__heading .container:after {
  display: none;
}
.ecomm__heading .container p {
  display: block;
  width: 100%;
  margin-bottom: 0px;
}
.ecomm__heading .container .progress-indicator {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .ecomm__heading .container .progress-indicator {
    margin: 20px auto;
    width: 100%;
  }
}
.ecomm__heading .container .progress-indicator div {
  position: relative;
  padding: 10px 10px 10px 20px;
  text-align: center;
  background-color: #CCC;
  font-size: 11px;
  line-height: 11px;
  color: #000;
  text-transform: uppercase;
  cursor: default;
}
@media screen and (max-width: 700px) {
  .ecomm__heading .container .progress-indicator div {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  .ecomm__heading .container .progress-indicator div {
    font-size: 10px;
    line-height: 10px;
    padding: 10px 0px;
  }
}
.ecomm__heading .container .progress-indicator div:nth-child(1) {
  z-index: 1;
}
.ecomm__heading .container .progress-indicator div:nth-child(1):after {
  content: "";
  transform: skew(-35deg, 0deg);
  position: absolute;
  right: -12px;
  top: 0px;
  width: 30px;
  height: 100%;
  z-index: -1;
  background-color: #CCC;
}
.ecomm__heading .container .progress-indicator div:nth-child(2) {
  padding: 10px 40px;
}
@media screen and (max-width: 600px) {
  .ecomm__heading .container .progress-indicator div:nth-child(2) {
    padding: 10px 0px;
  }
}
.ecomm__heading .container .progress-indicator div:nth-child(3) {
  z-index: 1;
  padding: 10px 40px 10px 10px;
}
@media screen and (max-width: 600px) {
  .ecomm__heading .container .progress-indicator div:nth-child(3) {
    padding: 10px 0px;
  }
}
.ecomm__heading .container .progress-indicator div:nth-child(3)::before {
  content: "";
  background-color: #CCC;
  transform: skew(-35deg, 0deg);
  position: absolute;
  left: -12px;
  top: 0px;
  width: 30px;
  height: 100%;
  z-index: -1;
}
.ecomm__heading .container .progress-indicator div:last-child {
  z-index: 2;
  padding: 10px 20px 10px 10px;
}
@media screen and (max-width: 600px) {
  .ecomm__heading .container .progress-indicator div:last-child {
    padding: 10px 0px;
  }
}
.ecomm__heading .container .progress-indicator div:last-child::before {
  content: "";
  background-color: #CCC;
  transform: skew(-35deg, 0deg);
  position: absolute;
  left: -12px;
  top: 0px;
  width: 30px;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .ecomm__heading .container .progress-indicator div:last-child {
    display: none;
  }
}
.ecomm__heading .container .progress-indicator div.active {
  color: #FFF;
  background-color: #2aa947;
}
.ecomm__heading .container .progress-indicator div.active:before, .ecomm__heading .container .progress-indicator div.active:after {
  background-color: #2aa947;
}
.ecomm__heading img.progress-bar-img {
  width: auto;
  max-width: 90%;
  margin: auto;
  display: block;
}
.ecomm__heading h1 {
  color: #2C6EA9;
  margin: 0px 0px 10px;
  font-weight: 500;
  font-size: 37px;
}
.ecomm__hero {
  position: relative;
  width: 100%;
  background-color: #2C6EA9;
}
.ecomm__hero .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
}
@media screen and (min-width: 1240px) {
  .ecomm__hero .container {
    width: 100%;
  }
}
.ecomm__hero .container:before, .ecomm__hero .container:after {
  display: none;
}
.ecomm__hero__content {
  padding: 40px 0px 60px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ecomm__hero__content {
    width: 50%;
  }
}
.ecomm__hero__content h1 {
  color: #FFF;
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
}
.ecomm__hero__content p {
  color: #FFF;
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}
.ecomm__hero__img {
  display: none;
  position: relative;
  width: 50%;
  overflow: hidden;
}
.ecomm__hero__img img {
  max-width: none;
  max-height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (min-width: 768px) {
  .ecomm__hero__img {
    display: block;
  }
}
.ecomm__product .container.product_info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0px;
  width: 90%;
}
@media screen and (min-width: 1240px) {
  .ecomm__product .container.product_info {
    width: 100%;
  }
}
.ecomm__product__header .container {
  padding: 40px 0px 20px;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 1240px) {
  .ecomm__product__header .container {
    padding: 40px 5% 20px;
  }
}
@media screen and (max-width: 600px) {
  .ecomm__product__header .container {
    padding: 0px 5% 20px;
  }
}
.ecomm__product__header .container h1 {
  color: #2C6EA9;
  margin: 0px 0px 0px;
  font-weight: 500;
  font-size: 37px;
}
.ecomm__product__header .container span.version {
  display: block;
  color: #1BA5DB;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
}
.ecomm__product__header .container p.disclaimer {
  font-size: 17px;
  color: #333333;
  margin-bottom: 0px;
}
.ecomm__product__summary {
  border-right: 1px solid #CCC;
  width: 70%;
  padding: 0px 30px 0px 0px;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 1240px) {
  .ecomm__product__summary {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .ecomm__product__summary {
    width: 100%;
    border-right: none;
    padding: 0px;
  }
}
.ecomm__product__summary__preview {
  position: relative;
  display: block;
  padding-bottom: 56%;
}
.ecomm__product__summary__preview iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}
.ecomm__product__summary h2, .ecomm__product__summary h3.course_preview {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #2C6EA9;
}
.ecomm__product__summary h3.course_preview {
  margin-bottom: 10px;
}
.ecomm__product__summary p {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.ecomm__product__summary__product {
  margin-top: 40px;
}
.ecomm__product__summary__product .container.add-to-cart {
  padding: 0px;
  position: relative;
  display: block;
  width: 100%;
  border: 4px solid #1BA5DB;
  background-color: #1BA5DB;
  border-radius: 6px;
  color: #FFF;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 17px;
}
.ecomm__product__summary__product__header {
  background-color: #FFF;
  padding: 20px;
  border-radius: 6px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-align: center;
}
.ecomm__product__summary__product__header .summary_price, .ecomm__product__summary__product__header .summary_price span.price {
  font-weight: bold;
}
.ecomm__product__summary__product__footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  border-radius: 6px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  border: 2px solid #FFF;
}
.ecomm__product__summary__product__footer div:first-child {
  width: 70%;
  padding: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .ecomm__product__summary__product__footer div:first-child {
    width: 100%;
    justify-content: center;
  }
}
.ecomm__product__summary__product__footer div:first-child .product_subtotal {
  padding-left: 10px;
  color: #2aa947;
}
.ecomm__product__summary__product__footer div:last-child {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .ecomm__product__summary__product__footer div:last-child {
    width: 100%;
  }
}
.ecomm__product__summary__product__footer div:last-child a.button.button_sales {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  display: none;
}
.ecomm__product__summary__product__footer div:last-child button[type=submit] {
  width: 100%;
  background-color: #2aa947;
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 16px;
  color: #FFF;
  transition: background-color 0.2s linear;
}
.ecomm__product__summary__product__footer div:last-child button[type=submit]:hover {
  background-color: #1BA5DB;
}
.ecomm__product__summary__product__content {
  padding: 30px;
  width: 90%;
  max-width: 670px;
  margin: auto;
  color: #FFF;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 600px) {
  .ecomm__product__summary__product__content {
    padding: 30px 0;
  }
}
.ecomm__product__summary__product__content #product-addons-total {
  display: none;
}
.ecomm__product__summary__product__content > ul {
  padding-bottom: 30px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 20px;
}
.ecomm__product__summary__product__content > ul li:last-child {
  margin-bottom: 0px;
}
.ecomm__product__summary__product__price {
  display: flex;
}
.ecomm__product__summary__product__price div:nth-child(1) {
  display: flex;
  align-items: center;
}
.ecomm__product__summary__product__price div:nth-child(2) {
  padding-left: 20px;
}
.ecomm__product__summary__product__price div:nth-child(2) input {
  border: none;
  border-radius: 4px;
  color: #000;
  padding: 10px 0px 10px 10px;
  text-align: center;
}
.ecomm__product__summary__testimonials .container {
  border-top: 1px solid #CCC;
  padding: 20px 0px;
}
.ecomm__product__summary__testimonials .container > h3 {
  margin-bottom: 0px;
}
.ecomm__product__summary__testimonials h3 {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .ecomm__product__summary__testimonials h3 {
    text-align: center;
    width: 100%;
  }
}
.ecomm__product__summary__testimonials__items {
  position: relative;
  display: block;
}
.ecomm__product__summary__testimonials__items .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
}
.ecomm__product__summary__testimonials__items .row p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 17px;
}
.ecomm__product__summary__testimonials__items .row div:first-child {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .ecomm__product__summary__testimonials__items .row div:first-child {
    width: 100%;
  }
}
.ecomm__product__summary__testimonials__items .row div:first-child img {
  display: block;
  width: auto;
  min-width: 75%;
  max-width: 95%;
}
@media screen and (max-width: 600px) {
  .ecomm__product__summary__testimonials__items .row div:first-child img {
    min-width: 0px;
    max-width: 120px;
    margin: 0px auto 20px;
  }
}
.ecomm__product__summary__testimonials__items .row div:last-child {
  width: 75%;
  font-style: italic;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .ecomm__product__summary__testimonials__items .row div:last-child {
    width: 100%;
    padding-right: 0px;
    width: 90%;
    margin: auto;
    max-width: 300px;
  }
}
.ecomm__product__sidebar {
  width: 29.5%;
  padding: 0px 0px 0px 30px;
}
@media screen and (max-width: 1240px) {
  .ecomm__product__sidebar {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .ecomm__product__sidebar {
    width: 100%;
    padding: 0px;
  }
  .ecomm__product__sidebar form.cart {
    display: none;
  }
}
.ecomm__product__sidebar__summary {
  position: relative;
  display: block;
  width: 100%;
  border: 4px solid #1BA5DB;
  background-color: #1BA5DB;
  border-radius: 6px;
  color: #FFF;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 17px;
}
.ecomm__product__sidebar__summary__header {
  margin-bottom: 20px;
}
.ecomm__product__sidebar__summary__footer {
  margin-top: 20px;
  text-align: right;
}
.ecomm__product__sidebar__summary__header, .ecomm__product__sidebar__summary__footer {
  background-color: #FFF;
  padding: 20px;
  border-radius: 6px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
.ecomm__product__sidebar__summary__header span.summary_price, .ecomm__product__sidebar__summary__footer span.summary_price {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.ecomm__product__sidebar__summary__header .product_subtotal, .ecomm__product__sidebar__summary__footer .product_subtotal {
  color: #2aa947;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding-left: 6px;
}
.ecomm__product__sidebar__summary ul li {
  color: #FFF;
}
.ecomm__product__sidebar__summary__price {
  padding: 20px 20px 0px;
  position: relative;
  display: flex;
  align-self: center;
}
.ecomm__product__sidebar__summary__price div {
  display: block;
  position: relative;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
}
.ecomm__product__sidebar__summary__price div:nth-child(1) {
  width: 82%;
  display: flex;
  align-items: center;
}
.ecomm__product__sidebar__summary__price div:nth-child(2) {
  width: 18%;
  text-align: center;
}
.ecomm__product__sidebar__summary__price div:nth-child(2) input {
  border: none;
  border-radius: 4px;
  color: #000;
  padding: 10px 0px 10px 10px;
  text-align: center;
}
.ecomm__product__sidebar__summary .wc-pao-addon-container {
  padding: 0px 20px;
}
.ecomm__product__sidebar__summary .wc-pao-addon-container label {
  color: #FFF;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 17px;
}
.ecomm__product__sidebar__summary .wc-pao-addon-container label input[type=checkbox] {
  border: none;
  border-radius: 4px;
  margin-right: 8px;
}
.ecomm__product__sidebar__summary #product-addons-total {
  display: none;
}
.ecomm__product__sidebar a.button.button_sales {
  display: none;
  text-align: center;
  color: #FFF;
  font-size: 20px;
}
.ecomm__product__sidebar button.button.alt {
  margin: 10px auto;
  background-color: #2aa947;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  width: 100%;
  border-radius: 6px;
  transition: background-color 0.2s linear;
}
.ecomm__product__sidebar button.button.alt:hover {
  background-color: #1BA5DB;
}
.ecomm__product__sidebar__content {
  border-top: 1px solid #CCC;
  padding: 20px 0px;
}
.ecomm__product__sidebar__content h3 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.ecomm__product__sidebar__content .course_preview {
  position: relative;
  display: block;
  padding-bottom: 60%;
}
.ecomm__product__sidebar__content .course_preview iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}
.ecomm__product__sidebar__content ul {
  position: relative;
  margin: 20px 0px;
  padding: 0px;
  list-style-type: none;
}
.ecomm__product__sidebar__content ul li {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 14px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 17px;
}
.ecomm__product__sidebar__content ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2aa947;
}
.ecomm__product__sidebar__content ul li a {
  text-decoration: underline;
  color: #1BA5DB;
}
.ecomm__product__sidebar__content.faq + .ecomm__product__sidebar__content {
  border-top: none;
}
.ecomm__product__sidebar__content .faqs {
  border-bottom: 1px solid #CCC;
}
.ecomm__product__sidebar__content .faqs__q, .ecomm__product__sidebar__content .faqs__a {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 17px;
}
.ecomm__product__sidebar__content .faqs__q p:first-child, .ecomm__product__sidebar__content .faqs__a p:first-child {
  margin-top: 0px;
}
.ecomm__product__sidebar__content .faqs__q p:last-child, .ecomm__product__sidebar__content .faqs__a p:last-child {
  margin-bottom: 0px;
}
.ecomm__product__sidebar__content .faqs__q {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  padding: 8px 30px 8px 0;
  border-top: 1px solid #CCC;
  color: #1BA5DB;
  transition: color 0.2s linear;
}
.ecomm__product__sidebar__content .faqs__q:hover {
  color: #2C6EA9;
}
.ecomm__product__sidebar__content .faqs__q:after {
  content: "▶";
  color: #000;
  font-size: 8px;
  position: absolute;
  right: 0px;
  top: 9px;
  width: 10px;
  transform: rotate(90deg);
}
.ecomm__product__sidebar__content .faqs__q.open:after {
  transform: rotate(270deg);
  top: 7px;
}
.ecomm__product__sidebar__content .faqs__a {
  max-height: 0px;
  overflow: hidden;
  transition: max-height;
}
.ecomm__product__sidebar__content .faqs__a > div {
  padding-bottom: 10px;
}
.ecomm__product__sidebar__content.widget .widget_media_gallery {
  background-color: #ECEDED;
  padding-bottom: 30px;
}
.ecomm__product__sidebar__content.widget .widget_media_gallery h2 {
  background-color: #1BA5DB;
  padding: 10px 20px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
.ecomm__product__sidebar__content.widget .widget_media_gallery div.gallery {
  position: relative;
  padding: 0px 20px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.ecomm__product__sidebar__content.widget .widget_media_gallery div.gallery:after {
  content: "";
  flex: auto;
}
.ecomm__product__sidebar__content.widget .widget_media_gallery div.gallery figure {
  padding: 30px 10px;
  width: 50%;
  max-width: 50%;
  border-bottom: 1px solid #969696;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecomm__product__sidebar__content.widget .widget_media_gallery div.gallery figure:last-child, .ecomm__product__sidebar__content.widget .widget_media_gallery div.gallery figure:nth-last-of-type(-n+2):not(:nth-child(even)) {
  border-bottom: none;
}
.ecomm__product .woocommerce-notices-wrapper {
  position: relative;
  margin: 20px auto;
  max-width: 1240px;
}
.ecomm__product .woocommerce-notices-wrapper .woocommerce-message {
  border-top: none;
}
.ecomm__product .woocommerce-notices-wrapper .woocommerce-message:before {
  color: #2aa947;
}
.ecomm__product .woocommerce-notices-wrapper .woocommerce-message a.button {
  position: absolute;
  right: 8px;
  top: 8px;
  width: auto;
  color: #FFF;
  margin: 0px auto;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .ecomm__product .woocommerce-notices-wrapper .woocommerce-message a.button {
    position: relative;
  }
}
.ecomm__page_content {
  padding: 30px 0px 0px;
}
@media screen and (max-width: 600px) {
  .ecomm__page_content {
    padding: 10px 0px 0px;
  }
}
.ecomm__page_content .container {
  width: 90%;
  padding-left: 0px;
  padding-right: 0px;
}
.ecomm__page_content .container .woocommerce-form.woocommerce-form-login.login, .ecomm__page_content .container .woocommerce-form.woocommerce-form-login.register, .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.login, .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.register {
  width: 100%;
  max-width: 600px;
  border: 1px solid #CCC;
  border-radius: 4px;
}
.ecomm__page_content .container .woocommerce-form.woocommerce-form-login.login p, .ecomm__page_content .container .woocommerce-form.woocommerce-form-login.register p, .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.login p, .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.register p {
  font-size: 14px;
  font-family: Lato, sans-serif;
  margin-bottom: 10px;
}
.ecomm__page_content .container .woocommerce-form.woocommerce-form-login.login p.form-row-first, .ecomm__page_content .container .woocommerce-form.woocommerce-form-login.login p.form-row-last, .ecomm__page_content .container .woocommerce-form.woocommerce-form-login.register p.form-row-first, .ecomm__page_content .container .woocommerce-form.woocommerce-form-login.register p.form-row-last, .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.login p.form-row-first, .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.login p.form-row-last, .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.register p.form-row-first, .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.register p.form-row-last {
  display: block;
  float: none;
  width: 100%;
}
.ecomm__page_content .container .woocommerce-form.woocommerce-form-login.login input, .ecomm__page_content .container .woocommerce-form.woocommerce-form-login.register input, .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.login input, .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.register input {
  padding: 12px;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 14px;
}
.ecomm__page_content .container .woocommerce-form.woocommerce-form-login.login button[type=submit], .ecomm__page_content .container .woocommerce-form.woocommerce-form-login.register button[type=submit], .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.login button[type=submit], .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.register button[type=submit] {
  min-width: 200px;
  font-size: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #FFF;
  background-color: #2C6EA9;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 30px;
  text-transform: uppercase;
  width: auto;
  line-height: 1;
}
.ecomm__page_content .container .woocommerce-form.woocommerce-form-login.login button[type=submit]:before, .ecomm__page_content .container .woocommerce-form.woocommerce-form-login.register button[type=submit]:before, .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.login button[type=submit]:before, .ecomm__page_content .container .woocommerce-form.woocommerce-form-register.register button[type=submit]:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 6px;
}
.ecomm__page_content .container .u-columns#customer_login {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px -20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ecomm__page_content .container .u-columns#customer_login {
    margin: 0px;
  }
}
.ecomm__page_content .container .u-columns#customer_login .col-1, .ecomm__page_content .container .u-columns#customer_login .col-2 {
  position: relative;
  border: 1px solid #CCC;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .ecomm__page_content .container .u-columns#customer_login .col-1, .ecomm__page_content .container .u-columns#customer_login .col-2 {
    min-height: 340px;
  }
}
.ecomm__page_content .container .u-columns#customer_login .col-1 h2, .ecomm__page_content .container .u-columns#customer_login .col-2 h2 {
  margin-bottom: 10px;
}
.ecomm__page_content .container .u-columns#customer_login .woocommerce-form.login, .ecomm__page_content .container .u-columns#customer_login .woocommerce-form.register {
  border: none;
  padding: 0px;
  margin: 0px 0px 30px;
}
.ecomm__page_content .container .u-columns#customer_login .woocommerce-form.login button[type=submit], .ecomm__page_content .container .u-columns#customer_login .woocommerce-form.register button[type=submit] {
  min-width: 200px;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}
.ecomm__page_content .container .u-columns#customer_login .woocommerce-form.login button[type=submit]:before, .ecomm__page_content .container .u-columns#customer_login .woocommerce-form.register button[type=submit]:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 6px;
}
.ecomm__page_content h2 {
  font-weight: bold;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.ecomm__products {
  padding: 0px 0px 100px;
}
.ecomm__products .category-name {
  display: block;
  padding: 14px 0px 30px;
  position: relative;
  color: #A8AAAC;
  text-transform: uppercase;
}
.ecomm__products .category-name .disc {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .ecomm__products .category-name .disc {
    display: block;
  }
  .ecomm__products .category-name .disc span {
    display: none;
  }
}
.ecomm__products .category-name span.clear {
  display: block;
  float: right;
  margin-left: 20px;
  text-transform: none;
  font-size: 14px;
}
.ecomm__products .category-name span.clear a {
  display: inline-block;
  margin: 0px 4px;
}
.ecomm__products .container {
  padding-left: 20px;
  padding-right: 20px;
  width: 90%;
  max-width: 1600px;
}
@media screen and (max-width: 1100px) {
  .ecomm__products .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1240px) {
  .ecomm__products .container {
    width: 100%;
  }
}
.ecomm__products .container.results {
  display: none;
}
.ecomm__products .container.results.has-data {
  display: block;
}
.ecomm__products .container.results-empty {
  padding: 20px;
}
.ecomm__products .container.results-empty p {
  font-size: 14px;
}
.ecomm__products .container a.clear-results {
  cursor: pointer;
}
.ecomm__products__filters {
  display: block;
  position: relative;
  padding-bottom: 30px;
}
.ecomm__products__filters:after {
  content: "";
  display: table;
  clear: both;
}
.ecomm__products__filters .search {
  position: relative;
  float: left;
}
.ecomm__products__filters .search .results_msg {
  font-size: 14px;
  color: #969696;
}
.ecomm__products__filters .search .input {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #CCC;
  border-radius: 6px;
  margin-right: 12px;
}
.ecomm__products__filters .search .input a {
  font-size: 20px;
  line-height: 20px;
  color: #2aa947;
  text-decoration: none;
  transition: all 0.2s linear;
}
.ecomm__products__filters .search .input a:hover {
  color: #2C6EA9;
}
.ecomm__products__filters .search .input input {
  width: 220px;
  font-size: 14px;
  font-family: Lato, sans-serif;
  color: #333333;
  border: none;
  outline: none;
}
.ecomm__products__products {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin: 0 -1.5%;
}
.ecomm__products__products:after {
  content: "";
  flex: auto;
}
.ecomm__products__products .item {
  position: relative;
  background-color: #f7f8f8;
  margin: 0 1.5% 36px;
  padding: 0px 0 20px;
  font-size: 14px;
  line-height: 17px;
  font-family: Lato, sans-serif;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .ecomm__products__products .item {
    width: 30%;
  }
  .ecomm__products__products .item:nth-child(4n+4) {
    margin-right: 3.5%;
  }
  .ecomm__products__products .item:nth-child(3n+3) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .ecomm__products__products .item {
    width: 47%;
  }
  .ecomm__products__products .item:nth-child(3n+3) {
    margin-right: 3.5%;
  }
  .ecomm__products__products .item:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .ecomm__products__products .item {
    width: 100%;
    margin-right: 0px;
  }
}
.ecomm__products__products .item .img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  background: #CCC;
  margin-bottom: 10px;
}
.ecomm__products__products .item .img + a {
  display: block;
  font-size: 14px;
  line-height: 19px;
  padding: 0px 16px 6px;
}
.ecomm__products__products .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.ecomm__products__products .item p {
  padding: 0px 16px 10px;
}
.ecomm__products__products .item p.disc {
  color: #2C6EA9;
  font-size: 10px;
  margin: 0px;
}
.ecomm__products__products .item .btn_preview {
  position: absolute;
  bottom: 8px;
  right: 16px;
  padding: 4px 8px;
  border-radius: 10px;
  transition: all 0.2s linear;
  text-decoration: none;
}
.ecomm__products__products .item .btn_preview:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 6px;
}
.ecomm__products__products .item .version {
  color: #1BA5DB;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
}
.ecomm__checkout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .ecomm__checkout {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1100px) {
  .ecomm__checkout__col {
    width: 100%;
  }
}
.ecomm__checkout__col.order-payment {
  padding-right: 8%;
  border-right: 1px solid #CCC;
  width: 55%;
}
@media screen and (max-width: 1100px) {
  .ecomm__checkout__col.order-payment {
    padding-right: 0px;
    border-right: none;
  }
}
@media screen and (max-width: 1100px) {
  .ecomm__checkout__col.order-payment {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .ecomm__checkout__col.order-payment {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ecomm__checkout__col.order-payment .form-row {
    width: 100%;
  }
}
.ecomm__checkout__col.order-review {
  width: 45%;
  padding-left: 30px;
  overflow-x: hidden;
}
@media screen and (max-width: 1100px) {
  .ecomm__checkout__col.order-review {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .ecomm__checkout__col.order-review {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .ecomm__checkout__col.order-review {
    width: 100%;
  }
}
.ecomm__checkout__col.order-review table {
  border: none;
}
.ecomm__checkout__col.order-review table thead {
  display: none;
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.ecomm__checkout__col.order-review table tr.cart-subtotal {
  display: none;
}
.ecomm__checkout__col.order-review table tr.cart-discount th {
  text-align: right;
}
.ecomm__checkout__col.order-review table tr.cart-discount td {
  text-align: right;
  padding: 20px 20px 20px 0px;
}
.ecomm__checkout__col.order-review table tr.cart-discount td a {
  display: block;
}
.ecomm__checkout__col.order-review table tr th {
  border-top: 1px solid #CCC;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 20px 0px 20px 0px;
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr th {
    display: block;
  }
}
.ecomm__checkout__col.order-review table tr.order-total th, .ecomm__checkout__col.order-review table tr.tax-total th {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr.order-total th, .ecomm__checkout__col.order-review table tr.tax-total th {
    width: 75%;
    border-top: 1px solid #CCC;
  }
}
.ecomm__checkout__col.order-review table tr.order-total td, .ecomm__checkout__col.order-review table tr.tax-total td {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr.order-total td, .ecomm__checkout__col.order-review table tr.tax-total td {
    width: 25%;
    padding-right: 0px;
    border-top: 1px solid #CCC;
  }
}
.ecomm__checkout__col.order-review table tr.order-review-buttons td {
  padding: 20px 0px;
  text-align: right;
}
.ecomm__checkout__col.order-review table tr.order-review-buttons td a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  padding: 0px 10px;
  color: #2C6EA9;
  text-decoration: underline;
  display: inline-block;
  border-right: 1px solid #CCC;
}
.ecomm__checkout__col.order-review table tr.order-review-buttons td a:last-child {
  padding-right: 0px;
  border-right: none;
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr.order-review-buttons td {
    width: 100%;
  }
}
.ecomm__checkout__col.order-review table tr.order-review-buttons td a.button {
  margin: 0px 0px 10px auto;
  display: block;
  color: #FFF;
  background: #2C6EA9;
  font-size: 12px;
  padding: 12px 15px;
  text-transform: uppercase;
  line-height: 1;
  transition: background-color 0.2s linear;
  width: 50%;
  max-width: 200px;
  text-align: center;
}
.ecomm__checkout__col.order-review table tr.order-review-buttons td a.button:hover {
  background-color: #1BA5DB;
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr.order-review-buttons td a.button {
    width: 100%;
    max-width: 100%;
  }
}
.ecomm__checkout__col.order-review table tr.addon_row td {
  border-top: 1px solid #ECEDED;
  border-bottom: none;
}
.ecomm__checkout__col.order-review table tr td {
  vertical-align: top;
  border-top: 1px solid #CCC;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 20px 20px 20px 0px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr td {
    display: block;
    padding: 20px 10px 10px 0px;
    border-top: none;
  }
}
.ecomm__checkout__col.order-review table tr td.product-name {
  color: #2C6EA9;
}
.ecomm__checkout__col.order-review table tr td.product-name span.version {
  display: block;
  color: #1BA5DB;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
.ecomm__checkout__col.order-review table tr td.product-name span.sub-level {
  display: block;
  color: #1BA5DB;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr td.product-name {
    width: 75%;
    border-top: 1px solid #CCC;
  }
}
.ecomm__checkout__col.order-review table tr td p {
  font-size: 14px !important;
}
.ecomm__checkout__col.order-review table tr td.product-img {
  width: 120px;
}
.ecomm__checkout__col.order-review table tr td.product-img img {
  max-width: 115px;
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr td.product-img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr td.product-img {
    width: 25%;
    border-top: 1px solid #CCC;
  }
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr td.product-price {
    width: 33%;
    padding: 0px 0px 20px;
  }
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr td.product-qty {
    width: 33%;
    text-align: center;
    padding: 0px 0px 20px;
  }
}
.ecomm__checkout__col.order-review table tr td.product-total {
  width: 100px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__col.order-review table tr td.product-total {
    width: 33%;
    padding: 0px 0px 20px;
  }
}
.ecomm__checkout__billing .woocommerce-billing-fields .form-row label, .ecomm__checkout__billing .woocommerce-account-fields .form-row label {
  display: none;
}
@media screen and (max-width: 600px) {
  .ecomm__checkout__billing .woocommerce-billing-fields .form-row-first, .ecomm__checkout__billing .woocommerce-billing-fields .form-row-last, .ecomm__checkout__billing .woocommerce-account-fields .form-row-first, .ecomm__checkout__billing .woocommerce-account-fields .form-row-last {
    width: 100%;
  }
}
.ecomm__payment {
  position: relative;
  margin-top: 30px;
}
.ecomm__payment h3:first-of-type {
  margin-bottom: 0px;
}
.ecomm__payment #payment ul.wc_payment_methods {
  background-color: #FFF;
  padding: 20px 0px 0px;
  border-bottom: none;
}
.ecomm__payment #payment div.payment_box {
  background-color: #FFF;
  padding: 0px;
}
.ecomm__payment #payment div.payment_box:before {
  display: none;
}
.ecomm__payment #payment div.payment_box .form-row {
  margin: 0px;
  padding: 0px;
}
.ecomm__payment #payment .form-row.place-order {
  padding: 0px;
  margin: 0px;
  background-color: #FFF;
}
.ecomm__payment #payment button#place_order {
  float: none;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding: 14px 30px;
  text-transform: uppercase;
  width: auto;
  line-height: 1;
  background-color: #2aa947;
  min-width: 50%;
}
@media screen and (max-width: 768px) {
  .ecomm__payment #payment button#place_order {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ecomm__payment #payment button#place_order {
    width: 100%;
  }
}
.ecomm__payment label[for=payment_method_stripe] {
  font-size: 0px !important;
  line-height: 0px;
  margin-bottom: 0px;
}
.ecomm__payment label[for=payment_method_stripe] img {
  width: 40px;
}
.ecomm__payment #stripe-payment-data > p {
  display: none;
}
.ecomm section.up-sells {
  max-width: 1240px;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 1240px) {
  .ecomm section.up-sells {
    width: 100%;
  }
}
.ecomm section.up-sells h2 {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}
.ecomm section.up-sells a.button {
  display: inline-block;
  color: #FFF;
  background: #2aa947;
  font-size: 16px;
  padding: 14px 30px;
  text-transform: uppercase;
  line-height: 1;
  transition: background-color 0.2s linear;
}
.ecomm section.up-sells a.button:hover {
  background-color: #1BA5DB;
}
.ecomm .cross-sells a.button {
  display: inline-block;
  color: #FFF;
  background: #2aa947;
  font-size: 16px;
  padding: 14px 30px;
  text-transform: uppercase;
  line-height: 1;
  transition: background-color 0.2s linear;
}
.ecomm .cross-sells a.button:hover {
  background-color: #1BA5DB;
}
.ecomm .cross-sells ul.products {
  display: flex;
}
@media screen and (max-width: 768px) {
  .ecomm .cross-sells ul.products {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.ecomm .cross-sells ul.products li.product {
  min-height: 280px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .ecomm .cross-sells ul.products li.product {
    max-width: 45% !important;
  }
  .ecomm .cross-sells ul.products li.product h2 {
    margin: 0px 0px 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .ecomm .cross-sells ul.products li.product {
    max-width: 100% !important;
    width: 100%;
  }
}
.ecomm .cross-sells ul.products li.product a.button {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.ecomm .cross-sells ul.products li.product .price {
  color: #000;
}

body.page-template-template-partner-products {
  min-height: 0 !important;
}
body.page-template-template-partner-products #content {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  body.page-template-template-partner-products #content {
    margin-top: 0px;
  }
}
body.page-template-template-partner-products header {
  border-bottom: none;
}

body.single-product {
  min-height: 0 !important;
}
body.single-product #content {
  margin-top: 0px;
}

body.page-template-template-ecomm {
  min-height: 0 !important;
  /* select 2 drop downs */
}
body.page-template-template-ecomm #content.content-ecomm {
  margin-top: 96px;
}
body.page-template-template-ecomm * {
  outline: none;
}
body.page-template-template-ecomm .select2-dropdown {
  border: 1px solid #CCC;
}
body.page-template-template-ecomm .select2-container--default .select2-selection--single {
  padding: 12px;
  border: 1px solid #CCC;
  font-size: 14px;
}
body.page-template-template-ecomm .select2-container .select2-selection--single {
  height: auto;
}
body.page-template-template-ecomm .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  color: #969696;
  font-weight: 300;
  padding: 0px;
}
body.page-template-template-ecomm .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #CCC;
}
body.page-template-template-ecomm .select2-results__option {
  font-size: 14px;
  padding: 12px;
  margin: 0px;
}
body.page-template-template-ecomm .select2-search__field {
  font-size: 14px;
  padding: 6px 12px;
}
body.page-template-template-ecomm .select2-container--default .select2-results__option[aria-selected=true], body.page-template-template-ecomm .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #CCC;
}
body.page-template-template-ecomm .select2-container--default .select2-results__option--highlighted[aria-selected], body.page-template-template-ecomm .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #2C6EA9;
}

body.page-template-template-partner-products .header_placeholder, body.page-template-template-ecomm .header_placeholder, body.single-product .header_placeholder {
  display: none;
}
@media screen and (min-width: 768px) {
  body.page-template-template-partner-products .header_placeholder, body.page-template-template-ecomm .header_placeholder, body.single-product .header_placeholder {
    height: 70px;
    display: block;
  }
}
body.page-template-template-partner-products .nc_wrapper, body.page-template-template-ecomm .nc_wrapper, body.single-product .nc_wrapper {
  display: none !important;
}
body.page-template-template-partner-products.scrolled .header-content.header-partner, body.page-template-template-ecomm.scrolled .header-content.header-partner, body.single-product.scrolled .header-content.header-partner {
  background: #FFF;
}

footer.footer__ecomm {
  background: #FFF;
  border-bottom: 20px solid #2C6EA9;
  padding-top: 100px;
}
footer.footer__ecomm.sticked {
  position: relative;
}
footer.footer__ecomm .container {
  text-align: center;
}
footer.footer__ecomm .container img {
  display: block;
  margin: auto;
}
footer.footer__ecomm .container a {
  color: #969696;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}
footer.footer__ecomm .container a:hover {
  text-decoration: underline;
}
footer.footer__ecomm .container a.footer_logo {
  margin: auto;
  display: block;
  max-width: 200px;
  padding-right: 20px;
}
footer.footer__ecomm .container a.footer_logo img {
  max-width: 100%;
}

.woocommerce-order-details .container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 19px;
}
.woocommerce-order-details .container .col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .woocommerce-order-details .container .col {
    width: 50%;
  }
}
.woocommerce-order-details .container .col:first-child {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .woocommerce-order-details .container .col:first-child {
    padding-right: 60px;
    border-right: 1px solid #CCC;
  }
}
.woocommerce-order-details .container .col:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .woocommerce-order-details .container .col:last-child {
    padding-left: 0px;
  }
}
.woocommerce-order-details .container .col a.btn_courses {
  padding: 6px 45px;
  background-color: #2aa947;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  transition: background-color 0.2s linear;
}
.woocommerce-order-details .container .col a.btn_courses:hover {
  background-color: #1BA5DB;
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col a.btn_courses {
    width: 100%;
  }
}
.woocommerce-order-details .container .col h3 {
  font-size: 16px;
  font-weight: 700;
}
.woocommerce-order-details .container .col table {
  border: none;
}
.woocommerce-order-details .container .col table thead {
  display: none;
}
.woocommerce-order-details .container .col table tr th.total-label {
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.woocommerce-order-details .container .col table tr.cart-subtotal {
  display: none;
}
.woocommerce-order-details .container .col table tr th {
  border-top: 1px solid #CCC;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 20px 0px 20px 0px;
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr th {
    display: block;
  }
}
.woocommerce-order-details .container .col table tr.order-total th, .woocommerce-order-details .container .col table tr.tax-total th {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr.order-total th, .woocommerce-order-details .container .col table tr.tax-total th {
    width: 75%;
    border-top: 1px solid #CCC;
  }
}
.woocommerce-order-details .container .col table tr.order-total td, .woocommerce-order-details .container .col table tr.tax-total td {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr.order-total td, .woocommerce-order-details .container .col table tr.tax-total td {
    width: 25%;
    padding-right: 0px;
    border-top: 1px solid #CCC;
  }
}
.woocommerce-order-details .container .col table tr.order-review-buttons td {
  padding: 20px 0px;
  text-align: right;
}
.woocommerce-order-details .container .col table tr.order-review-buttons td a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  padding: 0px 10px;
  color: #2C6EA9;
  text-decoration: underline;
  display: inline-block;
  border-right: 1px solid #CCC;
}
.woocommerce-order-details .container .col table tr.order-review-buttons td a:last-child {
  padding-right: 0px;
  border-right: none;
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr.order-review-buttons td {
    width: 100%;
  }
}
.woocommerce-order-details .container .col table tr.order-review-buttons td a.button {
  margin: 0px 0px 10px auto;
  display: block;
  color: #FFF;
  background: #2C6EA9;
  font-size: 12px;
  padding: 12px 15px;
  text-transform: uppercase;
  line-height: 1;
  transition: background-color 0.2s linear;
  width: 50%;
  max-width: 200px;
  text-align: center;
}
.woocommerce-order-details .container .col table tr.order-review-buttons td a.button:hover {
  background-color: #1BA5DB;
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr.order-review-buttons td a.button {
    width: 100%;
    max-width: 100%;
  }
}
.woocommerce-order-details .container .col table tr td {
  vertical-align: top;
  border-top: 1px solid #CCC;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 20px 20px 20px 0px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr td {
    display: block;
    padding: 20px 10px 10px 0px;
    border-top: none;
  }
}
.woocommerce-order-details .container .col table tr td.product-name {
  color: #2C6EA9;
}
.woocommerce-order-details .container .col table tr td.product-name span.version, .woocommerce-order-details .container .col table tr td.product-name span.sub-level {
  display: block;
  color: #1BA5DB;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr td.product-name {
    width: 75%;
    border-top: 1px solid #CCC;
  }
}
.woocommerce-order-details .container .col table tr td p {
  font-size: 14px !important;
}
.woocommerce-order-details .container .col table tr td.product-img {
  width: 120px;
}
.woocommerce-order-details .container .col table tr td.product-img img {
  max-width: 115px;
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr td.product-img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr td.product-img {
    width: 25%;
    border-top: 1px solid #CCC;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr td.product-price {
    width: 33%;
    padding: 0px 0px 20px;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr td.product-qty {
    width: 33%;
    text-align: center;
    padding: 0px 0px 20px;
  }
}
.woocommerce-order-details .container .col table tr td.product-total {
  width: 100px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .woocommerce-order-details .container .col table tr td.product-total {
    width: 33%;
    padding: 0px 0px 20px;
  }
}

/* STRIPE */
#stripe-card-element, #stripe-exp-element, #stripe-cvc-element {
  padding: 12px;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 14px;
}

/* ACCOUNT PAGES */
div.woocommerce header {
  position: relative;
}

.u-column2.col-2.woocommerce-Address {
  display: none;
}

.woocommerce-account .ecomm__page_content > .container > .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .ecomm__page_content > .container > .woocommerce {
    flex-wrap: wrap;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
  padding-right: 40px;
  min-width: 240px;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    min-width: 220px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    border-right: 1px solid #CCC;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-right: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #2C6EA9;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  padding: 12px;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 6px;
  width: 33px;
  height: 33px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
    width: 29px;
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 0px 10px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #ECEDED;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:after {
  background: #ECEDED;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: none;
    font-weight: bold;
  }
}
.woocommerce-account .woocommerce-MyAccount-content {
  border-left: 1px solid #CCC;
  padding-left: 30px;
  position: relative;
  display: block;
  min-height: 600px;
  flex: 1;
}
@media screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    border-left: 0px;
    padding-left: 0px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content address {
  font-family: Lato, sans-serif;
  font-size: 14px;
  margin-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content form input, .woocommerce-account .woocommerce-MyAccount-content form select {
  padding: 12px;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-content form input + span, .woocommerce-account .woocommerce-MyAccount-content form select + span {
  font-size: 12px;
}
.woocommerce-account .woocommerce-MyAccount-content form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -10px;
  margin-top: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content form .button {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  border-radius: 4px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  background-color: #2C6EA9;
}
.woocommerce-account .woocommerce-MyAccount-content form fieldset {
  margin-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content form fieldset legend {
  border-bottom: none;
  padding: 0px 10px;
  font-size: 16px;
  margin-bottom: 0px;
}
.woocommerce-account .courses {
  transition: opacity 0.3s linear;
}
.woocommerce-account .courses.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.woocommerce-account .courses .course {
  border-bottom: 1px solid #CCC;
  padding: 20px 0px;
}
.woocommerce-account .courses .course:first-child {
  padding-top: 0px;
}
.woocommerce-account .courses .course.discontinued .course__implementation__actions {
  pointer-events: none;
  opacity: 0.5;
}
.woocommerce-account .courses .course.discontinued .course__implementation__actions a {
  background-color: #CCC;
  opacity: 1;
}
.woocommerce-account .courses .course.discontinued .discontinued_notice {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}
.woocommerce-account .courses .course__info {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .courses .course__info {
    flex-wrap: wrap;
    justify-content: left;
  }
}
.woocommerce-account .courses .course__info__image {
  width: 120px;
}
.woocommerce-account .courses .course__info__image img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .courses .course__info__image {
    width: 20%;
  }
}
.woocommerce-account .courses .course__info__title {
  padding: 0px 20px;
  flex: 1;
  font-size: 14px;
  color: #2C6EA9;
}
.woocommerce-account .courses .course__info__title span.version, .woocommerce-account .courses .course__info__title span.expiration_notice, .woocommerce-account .courses .course__info__title span.renewed {
  color: #1BA5DB;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
.woocommerce-account .courses .course__info__title span.version span.expired, .woocommerce-account .courses .course__info__title span.expiration_notice span.expired, .woocommerce-account .courses .course__info__title span.renewed span.expired {
  color: #C01818;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .courses .course__info__title {
    width: 80%;
    flex: auto;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-account .courses .course__info__title {
    font-size: 18px;
  }
}
.woocommerce-account .courses .course__info__counter {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}
.woocommerce-account .courses .course__info__counter .tooltip {
  min-width: 300%;
  left: 50%;
}
.woocommerce-account .courses .course__info__counter .tooltip .tooltip-inner {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .courses .course__info__counter {
    margin-top: 20px;
  }
}
.woocommerce-account .courses .course__info__counter div.info {
  padding: 9px 10px;
  display: block;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
}
.woocommerce-account .courses .course__info__counter div.info:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 6px;
}
.woocommerce-account .courses .course__info__counter div.info.full {
  color: #B52222;
}
.woocommerce-account .courses .course__info__expand {
  width: 210px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .courses .course__info__expand {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-account .courses .course__info__expand {
    flex: 1;
  }
}
.woocommerce-account .courses .course__info__expand a {
  width: 100%;
  font-family: Lato, sans-serif;
  cursor: pointer;
  padding: 10px;
  color: #FFF;
  background-color: #2C6EA9;
  font-size: 14px;
  text-align: center;
  display: block;
  border-radius: 4px;
  text-transform: uppercase;
}
.woocommerce-account .courses .course__info__expand a.btn_expired_discontinued {
  background-color: #C01818;
}
.woocommerce-account .courses .course__info__expand a:before {
  font-family: "FontAwesome";
  content: "";
  margin-right: 6px;
  display: inline-block;
  width: 10px;
  text-align: center;
}
.woocommerce-account .courses .course__info__expand a.expanded:before {
  content: "";
}
.woocommerce-account .courses .course__implementation {
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.5s;
  opacity: 0;
}
.woocommerce-account .courses .course__implementation.expanded {
  opacity: 1;
}
.woocommerce-account .courses .course__implementation__learners .learner {
  margin: 10px 0px;
  background-color: #ECEDED;
  display: flex;
  justify-content: space-between;
  font-family: Lato, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #333333;
  transition: max-height 0.3s linear;
  max-height: 100px;
}
.woocommerce-account .courses .course__implementation__learners .learner__hidden {
  max-height: 0px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .woocommerce-account .courses .course__implementation__learners .learner {
    flex-wrap: wrap;
    padding: 10px 0px;
  }
}
.woocommerce-account .courses .course__implementation__learners .learner:last-child {
  margin-bottom: 0px;
}
.woocommerce-account .courses .course__implementation__learners .learner > div {
  padding: 15px;
  word-wrap: break-word;
}
@media screen and (max-width: 600px) {
  .woocommerce-account .courses .course__implementation__learners .learner > div {
    padding: 0px 10px;
  }
}
.woocommerce-account .courses .course__implementation__learners .learner.learner_registered a.edit_learner, .woocommerce-account .courses .course__implementation__learners .learner.learner_registered .learner__edit a {
  display: none;
}
.woocommerce-account .courses .course__implementation__learners .learner__edit {
  width: 5%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .woocommerce-account .courses .course__implementation__learners .learner__edit {
    width: 10%;
  }
}
.woocommerce-account .courses .course__implementation__learners .learner__edit a {
  color: #333333;
  cursor: pointer;
}
.woocommerce-account .courses .course__implementation__learners .learner__edit a:hover {
  color: #2C6EA9;
}
.woocommerce-account .courses .course__implementation__learners .learner__name {
  width: 20%;
}
@media screen and (max-width: 900px) {
  .woocommerce-account .courses .course__implementation__learners .learner__name {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-account .courses .course__implementation__learners .learner__name {
    width: 90%;
  }
}
.woocommerce-account .courses .course__implementation__learners .learner__email {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .woocommerce-account .courses .course__implementation__learners .learner__email {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-account .courses .course__implementation__learners .learner__email {
    width: 50%;
    margin-left: 10%;
  }
}
.woocommerce-account .courses .course__implementation__learners .learner__title {
  width: 17%;
  text-transform: capitalize;
}
@media screen and (max-width: 900px) {
  .woocommerce-account .courses .course__implementation__learners .learner__title {
    display: none;
  }
}
.woocommerce-account .courses .course__implementation__learners .learner__state {
  width: 18%;
}
@media screen and (max-width: 900px) {
  .woocommerce-account .courses .course__implementation__learners .learner__state {
    display: none;
  }
}
.woocommerce-account .courses .course__implementation__learners .learner__status {
  width: 15%;
  padding: 0px 6px 0px 0px !important;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .woocommerce-account .courses .course__implementation__learners .learner__status {
    width: 30%;
  }
}
.woocommerce-account .courses .course__implementation__learners .learner__status span.pending {
  display: inline-block;
  background-color: #1BA5DB;
  color: #FFF;
  text-transform: uppercase;
  padding: 4px 20px;
  border-radius: 4px;
}
@media screen and (max-width: 1120px) {
  .woocommerce-account .courses .course__implementation__learners .learner__status span.pending {
    padding: 4px 10px;
  }
}
.woocommerce-account .courses .course__implementation__actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 1120px) {
  .woocommerce-account .courses .course__implementation__actions {
    flex-wrap: wrap;
  }
}
.woocommerce-account .courses .course__implementation__actions.purchase a.course__implementation__actions__new {
  display: none;
}
.woocommerce-account .courses .course__implementation__actions.purchase a.course__implementation__actions__purchase {
  display: block;
}
.woocommerce-account .courses .course__implementation__actions a {
  font-family: Lato, sans-serif;
  border-radius: 4px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.woocommerce-account .courses .course__implementation__actions a i {
  margin-right: 6px;
}
.woocommerce-account .courses .course__implementation__actions a.disabled {
  pointer-events: none;
  opacity: 0.4;
  background-color: #CCC;
}
.woocommerce-account .courses .course__implementation__actions a.disabled-loading {
  pointer-events: none;
  color: #CCC;
}
@media screen and (max-width: 1120px) {
  .woocommerce-account .courses .course__implementation__actions a {
    margin-bottom: 10px;
  }
}
.woocommerce-account .courses .course__implementation__actions__new {
  background-color: #2aa947;
  width: 70%;
}
@media screen and (max-width: 1120px) {
  .woocommerce-account .courses .course__implementation__actions__new {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-account .courses .course__implementation__actions__new {
    width: 100%;
  }
}
.woocommerce-account .courses .course__implementation__actions__submit {
  background-color: #2C6EA9;
  width: 29%;
}
@media screen and (max-width: 1120px) {
  .woocommerce-account .courses .course__implementation__actions__submit {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-account .courses .course__implementation__actions__submit {
    width: 100%;
  }
}
.woocommerce-account .courses .course__implementation__actions__submit i.btn_confirm_content {
  font-size: 14px;
}
.woocommerce-account .courses .course__implementation__actions__purchase {
  display: none;
  background-color: #2aa947;
  width: 70%;
}
@media screen and (max-width: 1120px) {
  .woocommerce-account .courses .course__implementation__actions__purchase {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-account .courses .course__implementation__actions__purchase {
    width: 100%;
  }
}
.woocommerce-account .courses .course__implementation__actions__purchase__updated {
  width: 100%;
  background-color: #2aa947;
}
.woocommerce-account .courses .course__implementation__updates {
  display: block;
  position: relative;
  padding-top: 10px;
}
.woocommerce-account .courses .course__implementation__updates a {
  font-family: Lato, sans-serif;
  border-radius: 4px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.woocommerce-account .courses .course__implementation__updates a.course__implementation__actions__purchase {
  display: block;
}
.woocommerce-account .courses .course__implementation__updates a i {
  margin-right: 6px;
}
.woocommerce-account .courses .course__implementation__updates a.disabled {
  pointer-events: none;
  opacity: 0.4;
  background-color: #CCC;
}
.woocommerce-account .courses .course__implementation__updates a.disabled-loading {
  pointer-events: none;
  color: #CCC;
}
@media screen and (max-width: 1120px) {
  .woocommerce-account .courses .course__implementation__updates a {
    margin-bottom: 10px;
  }
}
.woocommerce-account .courses .course__implementation__confirmation {
  position: relative;
  padding: 10px 0px;
  font-family: Lato, sans-serif;
  color: #2C6EA9;
  font-weight: bold;
  display: none;
}
.woocommerce-account .courses .course__implementation__confirmation.error {
  color: #C01818;
}
.woocommerce-account .courses .course__implementation__confirmation.on {
  display: block;
  opacity: 1;
}
.woocommerce-account .courses__loading {
  position: absolute;
  left: 50%;
  top: 40px;
  font-size: 12px;
  transform: translateX(-50%);
  color: #2C6EA9;
}
.woocommerce-account .courses__loading.loaded {
  display: none;
}

/* MODAL */
.courses__modal {
  position: fixed;
  width: 0px;
  height: 0px;
  overflow: hidden;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 10000;
  transition-timing-function: linear;
  transition-duration: 0s, 0s, 0.5s;
  transition-property: height, width, opacity;
  transition-delay: 0.5s, 0.5s, 0s;
}
.courses__modal.cancel-hidden .close_container {
  display: none;
}
.courses__modal.open {
  width: 100%;
  height: 100%;
  transition-delay: 0s, 0s, 0s;
  opacity: 1;
}
.courses__modal .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.9;
}
.courses__modal__updating {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  pointer-events: none;
  display: none;
}
.courses__modal__updating.updating {
  display: block;
}
.courses__modal__updating i {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #2C6EA9;
}
.courses__modal__content {
  display: none;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  max-width: 700px;
  height: auto;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 80px;
  background: #FFFFFF;
  border: 1px solid #CCC;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.courses__modal__content[data-name=new] {
  max-width: 1078px;
  padding: 30px 40px;
}
@media screen and (max-width: 600px) {
  .courses__modal__content[data-name=new] {
    padding: 20px;
  }
}
.courses__modal__content.no-close .modal--close--button {
  display: none;
}
.courses__modal__content.no-close .modal--counter {
  right: 40px;
}
@media screen and (max-width: 700px) {
  .courses__modal__content.no-close .modal--counter {
    right: 20px;
    top: 4px;
  }
}
.courses__modal__content h2 {
  margin: 30px 0px;
  color: #333333;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .courses__modal__content {
    padding: 30px;
    height: 100%;
    max-height: 100%;
  }
}
.courses__modal__content .wc-pao-addon-container {
  display: none;
}
.courses__modal__content #product-addons-total {
  display: none;
}
.courses__modal__content.active {
  display: block;
}
.courses__modal__content p {
  font-family: Lato, sans-serif;
  font-size: 18px;
}
.courses__modal__content h3 {
  margin-bottom: 8px;
  font-size: 16px;
}
.courses__modal__content .course-info {
  margin: 0px 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.courses__modal__content .course-info img {
  width: auto;
  max-width: 120px;
}
.courses__modal__content .course-info div {
  margin-left: 14px;
  font-size: 14px;
  color: #2C6EA9;
  flex: 1;
}
.courses__modal__content .course-info span.version {
  display: block;
  color: #1BA5DB;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
.courses__modal__content .notification {
  display: none;
  font-size: 16px;
}
.courses__modal__content .notification.error {
  display: block;
}
.courses__modal__content .notification.error p.error {
  display: block;
  font-weight: bold;
  color: #C01818;
}
.courses__modal__content .notification.msg {
  display: block;
}
.courses__modal__content .notification.msg p.msg {
  display: block;
  font-weight: bold;
  color: #C01818;
}
.courses__modal__content .notification.active {
  display: block;
}
.courses__modal__content .notification p {
  display: none;
  margin: 10px 0px;
  font-size: 16px;
}
.courses__modal__content .notification .success {
  color: #2aa947;
  font-weight: 700;
}
.courses__modal__content .learner {
  margin-top: 20px;
}
.courses__modal__content .learner .select-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.courses__modal__content .learner .select-wrapper:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  color: #333333;
  font-family: "FontAwesome";
  pointer-events: none;
}
.courses__modal__content .learner input, .courses__modal__content .learner select {
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 14px;
  font-family: Lato, sans-serif;
  padding: 12px;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.courses__modal__content .learner select {
  padding-right: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.courses__modal__content .learner select::-ms-expand {
  display: none;
}
.courses__modal__content .learner ::-webkit-input-placeholder {
  /* Edge */
  color: #333333;
}
.courses__modal__content .learner :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
.courses__modal__content .learner ::placeholder {
  color: #333333;
}
.courses__modal__content .learner__search.off {
  opacity: 0.2;
  pointer-events: none;
}
.courses__modal__content .learner__search .select-wrapper {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__search .select-wrapper {
    width: 100%;
  }
}
.courses__modal__content .learner__search .select-wrapper select {
  width: 100%;
}
.courses__modal__content .learner__new.form_disabled .learner__new__form {
  opacity: 0.3;
}
.courses__modal__content .learner__new__form .input {
  width: 32%;
}
.courses__modal__content .learner__edit.form_disabled form > div:first-child {
  opacity: 0.3;
}
.courses__modal__content .learner__edit__form .input {
  width: 48%;
}
.courses__modal__content .learner__new__form, .courses__modal__content .learner__edit__form {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}
.courses__modal__content .learner__new__form .input, .courses__modal__content .learner__edit__form .input {
  margin: 8px 0px;
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__new__form .input, .courses__modal__content .learner__edit__form .input {
    width: 100%;
  }
}
.courses__modal__content .learner__new__form .input input, .courses__modal__content .learner__new__form .input select, .courses__modal__content .learner__edit__form .input input, .courses__modal__content .learner__edit__form .input select {
  width: 100%;
}
.courses__modal__content .learner__new__form .input input.disabled, .courses__modal__content .learner__new__form .input select.disabled, .courses__modal__content .learner__edit__form .input input.disabled, .courses__modal__content .learner__edit__form .input select.disabled {
  pointer-events: none;
  opacity: 0.4;
  background-color: #CCC;
}
.courses__modal__content .learner__new__form .input__100, .courses__modal__content .learner__edit__form .input__100 {
  width: 100%;
}
.courses__modal__content .learner__new__form .input__66, .courses__modal__content .learner__edit__form .input__66 {
  width: 66%;
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__new__form .input__66, .courses__modal__content .learner__edit__form .input__66 {
    width: 100%;
  }
}
.courses__modal__content .learner__new__form .invalid, .courses__modal__content .learner__edit__form .invalid {
  border-color: #C01818;
}
.courses__modal__content .learner__existing {
  /* SCROLLBAR */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.courses__modal__content .learner__existing.disabled {
  display: none;
}
.courses__modal__content .learner__existing .learner_list_all {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__existing .learner_list_all {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.courses__modal__content .learner__existing .learner_list_all label {
  cursor: pointer;
  font-size: 12px;
  color: #333333;
  font-family: Lato, sans-serif;
}
.courses__modal__content .learner__existing .learner_list_all label input[type=checkbox] {
  margin-right: 12px;
}
.courses__modal__content .learner__existing__filters {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__existing__filters {
    padding-right: 0px;
  }
}
.courses__modal__content .learner__existing__filters select {
  width: 100%;
}
.courses__modal__content .learner__existing__filters .learners__existing__courses {
  width: 50%;
}
.courses__modal__content .learner__existing__filters .learners__existing__courses select#learner-courses.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.courses__modal__content .learner__existing__filters .learners__existing__courses select#learner-courses option.disabled {
  display: none;
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__existing__filters .learners__existing__courses {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .courses__modal__content .learner__existing__filters .learners__existing__courses {
    width: 100%;
    margin-bottom: 20px;
  }
}
.courses__modal__content .learner__existing__filters .learners__existing__sort {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__existing__filters .learners__existing__sort {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .courses__modal__content .learner__existing__filters .learners__existing__sort {
    width: 100%;
  }
}
.courses__modal__content .learner__existing__filters .learners__existing__sort select {
  background-color: #ECEDED;
  border-color: #ECEDED;
}
.courses__modal__content .learner__existing ::-webkit-scrollbar {
  width: 17px;
}
.courses__modal__content .learner__existing ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ECEDED;
}
.courses__modal__content .learner__existing ::-webkit-scrollbar-thumb {
  background: #1BA5DB;
  border-radius: 10px;
  border: 3px solid #ECEDED;
}
.courses__modal__content .learner__existing ::-webkit-scrollbar-thumb:hover {
  background: #1BA5DB;
}
.courses__modal__content .learner__existing__learners {
  margin: 0px 0px 30px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 14px;
}
@media screen and (max-width: 480px) {
  .courses__modal__content .learner__existing__learners {
    margin: 20px 0px 30px;
  }
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__existing__learners {
    padding-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__existing__learners {
    max-height: none;
  }
}
.courses__modal__content .learner__existing__learners .row {
  background-color: #ECEDED;
  cursor: pointer;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #FFF;
}
.courses__modal__content .learner__existing__learners .row.disabled {
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 700px) {
  .courses__modal__content .learner__existing__learners .row {
    padding: 12px 0px;
  }
}
.courses__modal__content .learner__existing__learners .row:last-child {
  border-bottom: none;
}
.courses__modal__content .learner__existing__learners .row .col {
  padding: 12px;
  position: relative;
  display: flex;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 12px;
  color: #333333;
}
@media screen and (max-width: 700px) {
  .courses__modal__content .learner__existing__learners .row .col {
    padding: 0px 12px;
  }
}
.courses__modal__content .learner__existing__learners .row .col__select {
  width: 5%;
}
.courses__modal__content .learner__existing__learners .row .col__select input {
  margin-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__existing__learners .row .col__select {
    width: 10%;
  }
}
.courses__modal__content .learner__existing__learners .row .col__name {
  width: 25%;
}
@media screen and (max-width: 700px) {
  .courses__modal__content .learner__existing__learners .row .col__name {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__existing__learners .row .col__name {
    width: 90%;
  }
}
.courses__modal__content .learner__existing__learners .row .col__email {
  width: 35%;
}
@media screen and (max-width: 700px) {
  .courses__modal__content .learner__existing__learners .row .col__email {
    width: 55%;
  }
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__existing__learners .row .col__email {
    width: 95%;
    margin-left: 10%;
  }
}
.courses__modal__content .learner__existing__learners .row .col__role {
  text-transform: capitalize;
  width: 15%;
}
@media screen and (max-width: 700px) {
  .courses__modal__content .learner__existing__learners .row .col__role {
    margin-left: 5%;
  }
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__existing__learners .row .col__role {
    margin-left: 10%;
    width: 90%;
  }
}
.courses__modal__content .learner__existing__learners .row .col__state {
  width: 15%;
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__existing__learners .row .col__state {
    margin-left: 10%;
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .courses__modal__content .learner__existing__learners .row .col__edit {
    width: 100%;
    padding: 10px 0px 0px 42px;
  }
}
.courses__modal__content .learner__existing__learners .row .col__edit a.edit_learner {
  display: block;
  position: relative;
  background: white;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
}
.courses__modal__content .learner__existing__learners .row .col__edit a.edit_learner i {
  display: none;
}
.courses__modal__content .learner__existing__learners .row .col__edit a.edit_learner:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.courses__modal__content .learner__existing__validation {
  display: none;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  font-size: 16px;
  color: #C01818;
  padding: 20px;
  border-radius: 4px;
}
.courses__modal__content .learner__existing__validation.on {
  display: block;
}
.courses__modal__content .learner__existing__validation p:last-child {
  margin-bottom: 0px;
}
.courses__modal__content .learner__sep {
  height: 1px;
  background-color: #CCC;
  margin: 30px 0px;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  text-align: center;
}
.courses__modal__content .learner__sep.disabled {
  display: none;
}
.courses__modal__content .learner__sep span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  padding: 0px 8px;
  background-color: #FFF;
}
.courses__modal__content .learner__buttons {
  position: relative;
  text-align: center;
}
.courses__modal__content .learner__buttons .btn_submit {
  text-align: center;
  min-width: 260px;
  margin: 10px auto;
  padding: 10px 20px;
  display: inline-block;
  background-color: #2aa947;
  text-transform: uppercase;
  font-size: 16px;
  color: #FFF;
  border: none;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.courses__modal__content .learner__buttons .btn_submit.hidden {
  display: none;
}
.courses__modal__content .learner__buttons .btn_submit.btn_purchase_seats {
  background-color: #1BA5DB;
  display: none;
}
.courses__modal__content .learner__buttons .btn_submit.btn_purchase_seats.on {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .courses__modal__content .learner__buttons .btn_submit {
    width: 100%;
  }
}
.courses__modal__content .learner__buttons .btn_submit i {
  margin-right: 6px;
}
.courses__modal__content .learner__buttons .btn_submit:hover {
  background-color: #2C6EA9;
}
.courses__modal__content .learner__buttons .btn_cancel, .courses__modal__content .learner__buttons .btn_remove_learner, .courses__modal__content .learner__buttons .btn_delete_learner {
  display: inline-block;
  font-style: italic;
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s linear;
}
.courses__modal__content .learner__buttons .btn_cancel:hover, .courses__modal__content .learner__buttons .btn_remove_learner:hover, .courses__modal__content .learner__buttons .btn_delete_learner:hover {
  color: #2C6EA9;
}
.courses__modal__content .learner__purchase p {
  font-size: 16px;
  margin: 6px 0px;
}
.courses__modal__content .learner__purchase strong {
  font-size: 18px;
}
.courses__modal__content .learner__purchase ul {
  margin: 0px 0px 20px;
}
.courses__modal__content .learner__purchase ul li {
  margin: 8px 0px;
}
.courses__modal__content .learner__purchase__qty {
  background-color: #1BA5DB;
  margin: 10px 0px 24px;
  position: relative;
  padding: 14px;
  border-radius: 6px;
  font-weight: 700;
  color: #FFF;
  display: flex;
  align-items: center;
}
.courses__modal__content .learner__purchase__qty p {
  font-size: 16px;
  width: 75%;
  padding-right: 14px;
  margin: 0px;
}
.courses__modal__content .learner__purchase__qty div input[type=number] {
  display: inline-block;
  width: auto;
  max-width: 60px;
  text-align: center;
}
.courses__modal__content .learner__purchase__price {
  margin: 10px 0px 24px;
  position: relative;
  padding: 14px;
  border: 1px solid #CCC;
  border-radius: 6px;
  font-weight: 700;
}
.courses__modal__content .learner__purchase__price p {
  font-family: Lato, sans-serif;
  font-size: 18px;
  margin: 0px;
}
.courses__modal__content .learner__purchase__price span {
  color: #2aa947;
  font-size: 18px;
}
.courses__modal__content .learner form.cart.cart-contact .single_add_to_cart_button, .courses__modal__content .learner form.cart.cart-contact .learner__purchase__price {
  display: none;
}
.courses__modal__content .learner form.cart.cart-contact a.button_sales {
  display: block;
}
.courses__modal__content .learner form.cart a.button_sales {
  display: none;
}
.courses__modal__promos h2 {
  text-align: center;
  margin-bottom: 10px;
}
.courses__modal__promos div.center {
  text-align: center;
}
.courses__modal__promos .promo_content p {
  font-size: 14px;
}
.courses__modal__promos .promo_content p:last-of-type {
  margin-bottom: 0px;
}
.courses__modal__promos a.btn {
  font-weight: 700;
  color: #FFF;
  margin: 10px auto;
  display: inline-block;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding: 14px 30px;
  text-transform: uppercase;
  width: auto;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s linear;
}
.courses__modal__promos a.btn:hover {
  background-color: #2C6EA9;
}
.courses__modal__promos a.btn_cancel {
  display: inline-block;
  font-style: italic;
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s linear;
}
.courses__modal__promos a.btn_cancel:hover {
  color: #2C6EA9;
}

/* MODAL (end) */
@media screen and (max-width: 600px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last.overlay,
.woocommerce-account .woocommerce-MyAccount-content form .button {
    width: 100%;
  }
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
  max-width: 180px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0px;
  margin-top: 8px;
}
.woocommerce ul.products li.product span.version {
  display: block;
  color: #1BA5DB;
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
}

/* CHAT WIDGET */
#chat-widget-container {
  display: none;
}

body.chat_on #chat-widget-container {
  display: block;
}

.thumbnail_container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 180px;
  height: 101px;
  overflow: hidden;
}
.thumbnail_container img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.woocommerce-terms-and-conditions-wrapper p.form-row {
  padding: 3px 0px;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0.4em 0 0;
}

.woocommerce table.my_account_orders .button {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}

.woocommerce-pagination .button {
  color: #FFF !important;
  text-align: center;
  font-size: 16px !important;
  line-height: 16px !important;
}

/* TOOLTIP */
.tooltip-inner {
  background-color: #969696;
  color: #FFF;
  font-family: Lato, sans-serif;
  font-size: 14px;
  -webkit-box-shadow: 10px 10px 17px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 17px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 17px -12px rgba(0, 0, 0, 0.75);
}

.tooltip.top .tooltip-arrow {
  border-top-color: #969696;
}

@media screen and (min-width: 768px) {
  .page_content_ecomm, .page-template-template-ecomm-content {
    margin-top: 100px;
  }
}

@media screen and (max-width: 600px) {
  body.page-template-contact-sales-partner header .container .header-content {
    height: auto;
  }
}

body.page-template-contact-sales-partner section {
  padding-bottom: 0px;
}

/* POLICY UPLOAD */
.policy_file {
  margin-top: 10px;
  position: relative;
  display: none;
}
.policy_file.enabled {
  display: block;
}
.policy_file__loading {
  display: none;
  font-size: 12px;
  margin-top: 10px;
}
.policy_file__loading i {
  font-size: 12px;
}
.policy_file__loading.enabled {
  display: block;
}
.policy_file__msg, .policy_file__format {
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #C01818;
  margin-top: 10px;
}
.policy_file__msg.enabled, .policy_file__format.enabled {
  display: block;
}
.policy_file a, .policy_file label, .policy_file span {
  display: none;
  margin-right: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.policy_file a.name, .policy_file label.name, .policy_file span.name {
  cursor: default;
}
.policy_file a.save, .policy_file a.cancel, .policy_file a.replace, .policy_file a.view, .policy_file a.name, .policy_file label.save, .policy_file label.cancel, .policy_file label.replace, .policy_file label.view, .policy_file label.name, .policy_file span.save, .policy_file span.cancel, .policy_file span.replace, .policy_file span.view, .policy_file span.name {
  text-decoration: none;
}
.policy_file a.on, .policy_file label.on, .policy_file span.on {
  display: inline-block;
}
.policy_file i {
  margin-right: 4px;
  font-size: 16px;
}
.policy_file i.fa-file-pdf {
  color: #B52222;
}
.policy_file input[type=file] {
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  /* leaving learner setup */
}

.pending_alert {
  position: fixed;
  display: block;
  width: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: 999;
  pointer-events: none;
}
.pending_alert.on {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 1;
  pointer-events: unset;
  transition: opacity 0.3s linear;
  transition-delay: 0.2s;
}
.pending_alert__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.pending_alert__content {
  position: absolute;
  width: 90%;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border: 1px solid #ECEDED;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.pending_alert__content .container {
  position: relative;
  margin: auto;
  padding: 36px 8%;
}
.pending_alert__content .container #pending_alert_copy, .pending_alert__content .container #policy_alert_copy {
  display: none;
}
.pending_alert__content .container #pending_alert_copy.on, .pending_alert__content .container #policy_alert_copy.on {
  display: block;
}
.pending_alert__content__buttons .btn {
  position: relative;
  padding: 0px 12px 0px 24px;
  color: #FFF;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .pending_alert__content__buttons .btn {
    margin-bottom: 20px;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: left;
    padding: 10px 20px 10px 30px !important;
  }
}
.pending_alert__content__buttons .btn:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 0px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .pending_alert__content__buttons .btn:before {
    top: 10px;
  }
}
.pending_alert__content__buttons .btn:last-child {
  margin-right: 0px;
}
.pending_alert__content__buttons .btn_green {
  background-color: #2aa947;
}

@media screen and (min-width: 768px) {
  body.no-header {
    margin-top: 0px;
  }
}
.cat-links {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.cat-links li {
  display: inline-block;
  padding: 10px;
  border-right: 1px solid #CCC;
}
.cat-links li:first-child {
  padding-left: 0px;
}
.cat-links li:last-child {
  padding-right: 0px;
  border-right: none;
}
.cat-links li a {
  padding: 0px !important;
}
@media screen and (max-width: 860px) {
  .cat-links li a {
    font-size: 14px !important;
  }
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: 3.8%;
}

.woocommerce-page ul.products li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .woocommerce ul.products:before, .woocommerce-page ul.products:before {
    display: none;
  }
}

.lnk-template {
  display: inline-block;
  margin-left: 10px;
}

.btn--checkout--add {
  font-family: Lato, sans-serif;
  border-radius: 4px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  background-color: #2aa947;
  display: block;
  width: 100%;
  transition: all 0.3s linear;
}
.btn--checkout--add i {
  margin-right: 6px;
}
.btn--checkout--add:hover {
  color: #FFF;
}

.ecomm--btn {
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  background-color: #2aa947;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
.ecomm--btn--blue {
  background-color: #1BA5DB;
}
.ecomm--btn:hover {
  color: #FFF;
}
.ecomm--btn i {
  margin-right: 6px;
}

.learner--added--info {
  padding: 5px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ECEDED;
  font-size: 12px;
  color: #333333;
}
.learner--added--buttons {
  display: block;
  position: relative;
  margin-top: 30px;
}
.learner--added--buttons a {
  margin-right: 30px;
}
.learner--added--buttons a:last-child {
  margin-right: 0px;
}
.learner--added--buttons a.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.learner--added--info a {
  display: block;
  position: relative;
  background: white;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
}
.learner--added--info a:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.learner--added--info div {
  padding-right: 2%;
}
.learner--added--info--name {
  width: 24%;
}
.learner--added--info--email {
  width: 48%;
}
.learner--added--info--role {
  width: 15%;
  text-transform: capitalize;
}

.import--summary--error {
  color: #B52222;
  font-weight: 600;
}
.import--errors table {
  border: none;
  background-color: #ECEDED;
}
.import--errors table tr {
  border: none;
}
.import--errors table tr td {
  padding: 10px;
  border-color: #FFF;
  border-width: 0px 0px 1px 0px;
  font-size: 12px;
}
.import--errors table tr td:nth-child(1) {
  width: 22%;
}
.import--errors table tr td:nth-child(2) {
  width: 28%;
}
.import--errors table tr td:nth-child(3) {
  width: 15%;
}
.import--errors table tr td:nth-child(4) {
  width: 8%;
}

#import-results + .btns {
  display: flex;
  align-items: center;
}
#import-results + .btns a.modal_close {
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  color: #969696;
  margin: 0px 14px;
}
#import-results + .btns .import_report {
  font-size: 14px;
  color: #1BA5DB;
  margin: 0px 14px;
}

#learner__added__error {
  display: none;
  font-size: 14px;
  color: #B52222;
  padding-top: 10px;
}
#learner__added__error.on {
  display: block;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  width: 100%;
  padding: 10px 0px 30px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
}
.woocommerce #content table.cart td.actions .coupon .coupon--container, .woocommerce table.cart td.actions .coupon .coupon--container, .woocommerce-page #content table.cart td.actions .coupon .coupon--container, .woocommerce-page table.cart td.actions .coupon .coupon--container {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: 0px 0px 0px auto;
}
.woocommerce #content table.cart td.actions .coupon button.button, .woocommerce table.cart td.actions .coupon button.button, .woocommerce-page #content table.cart td.actions .coupon button.button, .woocommerce-page table.cart td.actions .coupon button.button {
  margin-left: 4px;
  font-weight: 400;
  display: block;
  position: relative;
  font-weight: 400;
  font-family: Lato, sans-serif;
  cursor: pointer;
  padding: 10px 30px 10px 24px;
  color: #FFF;
  background-color: #1BA5DB;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
}
.woocommerce #content table.cart td.actions .coupon button.button::before, .woocommerce table.cart td.actions .coupon button.button::before, .woocommerce-page #content table.cart td.actions .coupon button.button::before, .woocommerce-page table.cart td.actions .coupon button.button::before {
  content: "";
  font-family: "FontAwesome";
  font-weight: 400;
  margin-right: 10px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  max-width: 267px;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
}

.woocommerce .woocommerce-form-coupon-toggle {
  display: none !important;
}

/* support form */
.page.support {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .page.support > .container {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .page.support {
    padding-top: 0px;
  }
}
.page.support h1 {
  padding: 30px 0px;
  margin: 0px 0px 30px;
  font-size: 36px;
  line-height: 44px;
  color: #2C6EA9;
  font-family: Lato, sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #ECEDED;
}
.page.support .gform_wrapper {
  margin-top: 0px !important;
}
.page.support .gform_wrapper form {
  margin: 0;
  max-width: 550px;
}
.page.support .gform_wrapper form .validation_error {
  display: none;
}
.page.support .gform_wrapper form .validation_message {
  font-weight: 400;
  color: #B52222;
}
.page.support .gform_wrapper form ::placeholder {
  color: #000;
}
.page.support .gform_wrapper form textarea, .page.support .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #ECEDED;
  font-size: 14px;
  color: #000;
}
.page.support .gform_wrapper form button {
  display: block;
  border: none;
  font-family: Lato, sans-serif;
  border-radius: 4px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  min-width: 120px;
  background-color: #2aa947;
  margin-top: 10px;
  transition: all 0.3s linear;
}
.page.support .gform_wrapper form button:hover {
  background-color: #2C6EA9;
}
.page.support .gform_wrapper form button i {
  margin-right: 6px;
}
.page.support .gform_wrapper form textarea {
  max-height: 104px;
  color: #000;
}
.page.support .gform_wrapper form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page.support .gform_wrapper form .gform_fields .gfield {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 10px !important;
}
.page.support .gform_wrapper form .gform_fields .gfield.field--50 {
  width: 49%;
}
.page.support .gform_wrapper form .gform_footer input[type=submit] {
  display: none;
}
.page.support.support--course .support--course--content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page.support.support--course .support--course--content--sidebar {
  width: 23%;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page.support.support--course .support--course--content--sidebar {
    width: 100%;
  }
}
.page.support.support--course .support--course--content--sidebar .img {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
}
.page.support.support--course .support--course--content--sidebar .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page.support.support--course .support--course--content--sidebar .img + h3 {
  margin: 20px 0px;
  font-size: 16px;
}
.page.support.support--course .support--course--content--form {
  flex: 1;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .page.support.support--course .support--course--content--form {
    width: 100%;
    padding-left: 0px;
    margin-top: 40px;
  }
}

/* support form (end) */
.imported--copy--gusto {
  display: none;
}

.learner--reg--content.learner--reg--content--gusto .imported--copy--gusto {
  display: block;
}
.learner--reg--content.learner--reg--content--gusto .imported--copy {
  display: none;
}

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