body.woocommerce-cart .woocommerce-notices-wrapper {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 0px; }
  body.woocommerce-cart .woocommerce-error, body.woocommerce-cart .woocommerce-info, body.woocommerce-cart .woocommerce-message {
    width: 100%;
    margin: 20px;
    clear: both; }
  body.woocommerce-cart .return-to-shop a {
    margin-left: 20px; }
  body.woocommerce-cart .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  body.woocommerce-cart .cart-collaterals {
    width: 50%;
    float: left;
    padding: 20px;
    order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0; }
    body.woocommerce-cart .cart-collaterals .cart_totals {
      width: 100%;
      float: none;
      border: none; }
      body.woocommerce-cart .cart-collaterals .cart_totals h2 {
        display: none;
        background: none;
        border: none;
        font-size: 22px !important;
        font-weight: 400 !important;
        font-family: 'Open Sans', sans-serif !important;
        margin: 0px !important;
        padding-left: 10px;
        color: #333; }
      body.woocommerce-cart .cart-collaterals .cart_totals table {
        border: none; }
      body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-Price-amount {
        font-weight: 400 !important; }
  body.woocommerce-cart form.woocommerce-cart-form {
    background: #fafafa;
    width: 50%;
    float: left;
    padding: 40px 20px 20px 20px;
    border-left: 1px solid #eee;
    order: 1;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
    -webkit-box-sizing: border-box;
    -ms-flex-order: 1; }
    body.woocommerce-cart form.woocommerce-cart-form table.shop_table {
      border: unset;
      border-radius: 0px; }
      body.woocommerce-cart form.woocommerce-cart-form table.shop_table thead {
        background-color: unset; }
        body.woocommerce-cart form.woocommerce-cart-form table.shop_table thead th {
          display: none; }
      body.woocommerce-cart form.woocommerce-cart-form table.shop_table td.coupon {
        padding: 0px;
        margin: 0px;
        border: none; }
        body.woocommerce-cart form.woocommerce-cart-form table.shop_table td.coupon table {
          padding: 20px 0px;
          margin: 20px 0px 20px 0px !important;
          border-left: none;
          border-right: none;
          border-top: 1px solid #ebebeb;
          border-bottom: 1px solid #ebebeb; }
          body.woocommerce-cart form.woocommerce-cart-form table.shop_table td.coupon table td {
            border: none;
            padding: 0px 20px; }
          body.woocommerce-cart form.woocommerce-cart-form table.shop_table td.coupon table td[align="right"] {
            text-align: right; }
        body.woocommerce-cart form.woocommerce-cart-form table.shop_table td.coupon #coupon-text {
          width: 100%;
          display: block;
          border-radius: 5px;
          margin-top: 10px; }
        body.woocommerce-cart form.woocommerce-cart-form table.shop_table td.coupon #coupon-btn {
          margin-top: 10px; }
      body.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions {
        border: none; }
      body.woocommerce-cart form.woocommerce-cart-form table.shop_table .showcouponform a {
        font-weight: 400 !important;
        color: #415161 !important;
        cursor: pointer; }
      body.woocommerce-cart form.woocommerce-cart-form table.shop_table .woocommerce-Price-amount {
        font-weight: 400 !important; }
      body.woocommerce-cart form.woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item td {
        padding: 5px;
        border-top: none; }
        body.woocommerce-cart form.woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item .product-remove {
          padding: 0px; }
          body.woocommerce-cart form.woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item .product-remove a {
            width: 14px !important;
            height: 14px !important;
            font-size: 13px !important;
            line-height: 11px !important; }
        body.woocommerce-cart form.woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item .product-thumbnail {
          text-align: center; }
        body.woocommerce-cart form.woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item .product-name {
          font-weight: 400 !important;
          color: #415161; }
          body.woocommerce-cart form.woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item .product-name a {
            color: #415161; }
        body.woocommerce-cart form.woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item .product-quantity {
          min-width: 65px !important; }
  @media all and (max-width: 1000px) {
  body.woocommerce-cart form.woocommerce-cart-form {
    order: 0;
    width: 100%;
    margin: 0 auto;
    float: none; }
  body.woocommerce-cart .cart-collaterals {
    order: 1;
    width: 100%;
    margin: 0 auto;
    float: none; } }
  @media all and (max-width: 768px) {
  body.woocommerce-cart form.woocommerce-cart-form table.shop_table_responsive tr {
    display: table-row; }
    body.woocommerce-cart form.woocommerce-cart-form table.shop_table_responsive tr td {
      display: table-cell;
      text-align: left !important; }

    body.woocommerce-cart form.woocommerce-cart-form table.shop_table_responsive tr td::before {
      display: none;
      content: ''; } }

body.woocommerce-checkout #checkout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  body.woocommerce-checkout #checkout-left {
    width: 50%;
    float: left;
    padding: 20px;
    order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0; }
  body.woocommerce-checkout #checkout-right {
    background: #fafafa;
    width: 50%;
    float: left;
    padding: 40px 20px 20px 20px;
    border-left: 1px solid #eee;
    order: 1;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
    -webkit-box-sizing: border-box;
    -ms-flex-order: 1; }
  body.woocommerce-checkout #checkout-details .inner, body.woocommerce-checkout #checkout-shipping .inner, body.woocommerce-checkout #checkout-payment .inner, body.woocommerce-checkout #checkout-review .inner {
    padding: 20px; }
  body.woocommerce-checkout #order_review {
    width: 100% !important;
    display: block; }
  body.woocommerce-checkout #order_review_heading, body.woocommerce-checkout #customer_details {
    display: none !important; }
    body.woocommerce-checkout #order_review_heading .col-1, body.woocommerce-checkout #customer_details .col-1, body.woocommerce-checkout #order_review_heading .col-2, body.woocommerce-checkout #customer_details .col-2 {
      display: none !important; }
  body.woocommerce-checkout .summary-message {
    display: none; }
  body.woocommerce-checkout .clear {
    clear: both; }
  body.woocommerce-checkout p, body.woocommerce-checkout .entry-content p {
    color: #868686;
    font-size: 14px !important;
    line-height: 1.4em !important; }
  body.woocommerce-checkout #checkout-container h3 {
    font-size: 22px !important;
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif !important;
    margin: 20px 0px 10px 0px !important;
    color: #333; }
  body.woocommerce-checkout #billing-address h3 {
    display: none; }
  body.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 11px; }
  body.woocommerce-checkout .mt-0 {
    margin-top: 0px !important; }
  body.woocommerce-checkout article .entry-title {
    display: none; }
  body.woocommerce-checkout #order_review {
    border: unset !important; }
  body.woocommerce-checkout #place_order {
    display: none; }
  body.woocommerce-checkout #order_review th {
    font-size: 300 !important;
    border: unset !important; }
    body.woocommerce-checkout #order_review td {
      border: unset !important; }
    body.woocommerce-checkout #order_review th[align="left"], body.woocommerce-checkout #order_review td[align="left"] {
      text-align: left !important; }
    body.woocommerce-checkout #order_review th[align="right"], body.woocommerce-checkout #order_review td[align="right"] {
      text-align: right !important; }
    body.woocommerce-checkout #order_review .woocommerce-Price-amount {
      text-align: right !important; }
    body.woocommerce-checkout #order_review .product-remove a {
      font-size: 12px;
      line-height: 11px;
      width: 14px;
      height: 14px; }
  body.woocommerce-checkout #payment-method p {
    font-size: 12px;
    line-height: 1.2em; }
  body.woocommerce-checkout table.bdr-top {
    border-top: 2px solid #333 !important;
    margin-top: 5px; }
    body.woocommerce-checkout table.bdr-top th {
      padding: 5px 0px 0px 0px !important; }
  body.woocommerce-checkout table.no-padding {
    margin: 0px !important;
    padding: 0px !important; }
    body.woocommerce-checkout table.no-padding th, body.woocommerce-checkout table.no-padding td {
      padding: 0px !important; }
  body.woocommerce-checkout tr.order-total th, body.woocommerce-checkout tr.order-total td {
    padding-top: 8px !important; }
  body.woocommerce-checkout .product-item-thumbnail {
    padding-right: 20px; }
  body.woocommerce-checkout .checkout_coupon-coupon-table-1 {
    border-top: 1px solid #eee !important;
    padding: 15px 10px 0px 10px;
    margin-bottom: 15px; }
    body.woocommerce-checkout .checkout_coupon-coupon-table-1 td.showcouponform {
      padding: 0px !important;
      margin: 0px !important;
      line-height: 1em !important;
      vertical-align: middle !important; }
    body.woocommerce-checkout .checkout_coupon-coupon-table-1 .showcouponform {
      cursor: pointer; }
      body.woocommerce-checkout .checkout_coupon-coupon-table-1 .showcouponform a {
        color: #415161 !important; }
    body.woocommerce-checkout .checkout_coupon-coupon-table-1 .showcouponform a.couponicon {
      font-size: 16px !important;
      position: relative;
      display: inline-block;
      top: 0px;
      float: right; }
  body.woocommerce-checkout .checkout_coupon-coupon-table-2 {
    border-bottom: 1px solid #eee !important; }
    body.woocommerce-checkout .checkout_coupon-coupon-table-2 th, body.woocommerce-checkout .checkout_coupon-coupon-table-2 td {
      padding: 0px !important;
      margin: 0px !important; }
    body.woocommerce-checkout .checkout_coupon-coupon-table-2 #coupon-text {
      display: inline-block;
      margin: 10px 20px 20px 0px; }
    body.woocommerce-checkout .checkout_coupon-coupon-table-2 #coupon-btn {
      display: inline-block;
      margin: 10px 0px 20px 20px; }
  body.woocommerce-checkout #checkout-left fieldset ul {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 20px;
    line-height: 1;
    overflow: visible;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #ddd !important; }
    body.woocommerce-checkout #checkout-left fieldset ul li {
      list-style-type: none !important;
      text-indent: 0;
      clear: both;
      display: block;
      margin: 0;
      border-radius: 0;
      border-bottom: 1px solid #ddd;
      padding: 0px !important; }
      body.woocommerce-checkout #checkout-left fieldset ul li img {
        display: none !important; }
    body.woocommerce-checkout #checkout-left fieldset ul li:last-child {
      border-bottom: none; }
    body.woocommerce-checkout #checkout-left fieldset ul li label {
      padding: 10px 10px 10px 12px;
      display: inline-block !important; }
    body.woocommerce-checkout #checkout-left fieldset ul li input {
      margin: 0 0 0 12px !important;
      display: inline-block !important; }
    body.woocommerce-checkout #checkout-left fieldset ul .payment_box {
      margin: 0px !important; }
    body.woocommerce-checkout #checkout-left fieldset ul .payment_box::before {
      top: 0px !important; }
    body.woocommerce-checkout #checkout-left fieldset ul .payment_box p {
      margin-bottom: 0px !important; }
    body.woocommerce-checkout #checkout-left fieldset ul .payment_box ul {
      border: none !important; }
    body.woocommerce-checkout #checkout-left fieldset ul .payment_box label {
      padding: 0px;
      margin: 0px; }
  body.woocommerce-checkout input[type=email], body.woocommerce-checkout input[type=number], body.woocommerce-checkout input[type=password], body.woocommerce-checkout input[type=reset], body.woocommerce-checkout input[type=search], body.woocommerce-checkout input[type=tel], body.woocommerce-checkout input[type=text], body.woocommerce-checkout input[type=url], body.woocommerce-checkout select, body.woocommerce-checkout textarea {
    padding: 0.75em !important; }
  body.woocommerce-checkout button, body.woocommerce-checkout input[type="button"], body.woocommerce-checkout .cart-btn button {
    font-size: 16px !important;
    text-align: center !important;
    background: #8bc34a !important;
    color: #fff !important;
    margin-top: 20px !important;
    border-radius: 5px !important;
    padding: 0.75em 2em !important;
    font-weight: 400 !important;
    border-radius: 5px !important; }
  body.woocommerce-checkout #place_order_custom {
    border-color: unset; }
  body.woocommerce-checkout .input-text, body.woocommerce-checkout select {
    border-radius: 5px; }
  body.woocommerce-checkout .form-row {
    padding: 5px !important; }
  body.woocommerce-checkout input[name="coupon_code"] {
    width: 100%; }
  body.woocommerce-checkout button[name="apply_coupon"] {
    margin-top: 0px !important;
    position: relative;
    top: 0px; }
  body.woocommerce-checkout #billing_country_field, body.woocommerce-checkout #billing_postcode_field, body.woocommerce-checkout #billing_state_field, body.woocommerce-checkout #shipping_country_field, body.woocommerce-checkout #shipping_postcode_field, body.woocommerce-checkout #shipping_state_field {
    width: 33%;
    position: relative;
    float: left;
    clear: none;
    display: inline-block;
    height: 58px; }
  body.woocommerce-checkout #billing_country_field select, body.woocommerce-checkout #billing_state_field select, body.woocommerce-checkout #shipping_country_field select, body.woocommerce-checkout #shipping_state_field select {
    height: 50px; }
  body.woocommerce-checkout #shipping_postcode_field label, body.woocommerce-checkout #shipping_state_field label {
    display: none; }
  body.woocommerce-checkout ul.wc_payment_methods label {
    padding-left: 10px !important; }
  body.woocommerce-checkout form.woocommerce-checkout {
    position: relative; }
    body.woocommerce-checkout form.woocommerce-checkout fieldset {
      position: relative;
      border: none; }
    body.woocommerce-checkout form.woocommerce-checkout fieldset:not(:first-of-type) {
      display: none; }
    body.woocommerce-checkout form.woocommerce-checkout .action-button {
      border: 0 none;
      cursor: pointer;
      width: auto; }
    body.woocommerce-checkout form.woocommerce-checkout #place_order_custom, body.woocommerce-checkout form.woocommerce-checkout .action-button.next {
      position: relative;
      float: right;
      margin-top: 20px; }
    body.woocommerce-checkout form.woocommerce-checkout .cart-link, body.woocommerce-checkout form.woocommerce-checkout .action-button.previous {
      position: relative;
      float: left;
      font-size: 14px !important;
      text-align: left;
      background: none !important;
      padding: 10px 0px 0px 0px !important;
      margin: 20px 0px 0px 0px;
      color: #8bc34a !important; }
  body.woocommerce-checkout #progressbar {
    overflow: hidden;
    text-align: left;
    margin: 0px;
    padding: 0px 20px 0px 10px;
    display: block;
    counter-reset: step; }
    body.woocommerce-checkout #progressbar li {
      list-style-type: none;
      font-size: 12px;
      float: left;
      position: relative;
      padding: 5px;
      color: #ccc; }
    body.woocommerce-checkout #progressbar li:before {
      content: ' > '; }
    body.woocommerce-checkout #progressbar li:first-child:before {
      content: ''; }
    body.woocommerce-checkout #progressbar li.active {
      color: #333; }
  body.woocommerce-checkout #checkout-login form.woocommerce-form-login {
    padding: 0px !important;
    margin: 0px !important;
    border: unset !important; }
    body.woocommerce-checkout #checkout-login .form-row {
      width: 25%;
      position: relative;
      float: left; }
    body.woocommerce-checkout #checkout-login .form-row-first, body.woocommerce-checkout #checkout-login .form-row-last {
      width: 100% !important;
      position: relative;
      float: none; }
    body.woocommerce-checkout #checkout-login button.woocommerce-form-login__submit {
      top: -20px;
      float: left;
      margin-bottom: -20px;
      margin-left: 0px; }
    body.woocommerce-checkout #checkout-login .lost_password, body.woocommerce-checkout #checkout-login .woocommerce-form-login__rememberme {
      position: relative;
      float: left;
      font-size: 12px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 15px; }
    body.woocommerce-checkout #checkout-login label[for="username"], body.woocommerce-checkout #checkout-login label[for="password"] {
      display: none; }
    body.woocommerce-checkout #checkout-login small {
      padding-left: 10px; }
  @media all and (max-width: 1000px) {
  body.woocommerce-checkout #checkout-left {
    order: 1 !important; }
  body.woocommerce-checkout #checkout-right {
    order: 0 !important; }
  body.woocommerce-checkout #checkout-left, body.woocommerce-checkout #checkout-right {
    width: 100% !important;
    margin: 0 auto;
    float: none;
    padding: 20px 20%; }
  body.woocommerce-checkout #order_review, body.woocommerce-checkout .summary-message, body.woocommerce-checkout #checkout-details, body.woocommerce-checkout #checkout-shipping, body.woocommerce-checkout #checkout-payment, body.woocommerce-checkout #progressbar {
    padding: 0px;
    margin: 0 auto;
    width: 100%; }
  body.woocommerce-checkout #order_review {
    padding: 20px 0px 0px 0px !important; }
  body.woocommerce-checkout #checkout-right {
    border-left: unset !important; }
    body.woocommerce-checkout #checkout-right .summary-message {
      display: block;
      cursor: pointer; }
      body.woocommerce-checkout #checkout-right .summary-message .caret {
        position: relative;
        float: right;
        font-size: 16px !important;
        position: relative;
        display: inline-block;
        margin-top: 0px; }
  body.woocommerce-checkout #order_review {
    display: none; } }
  @media all and (max-width: 768px) {
  body.woocommerce-checkout #checkout-left, body.woocommerce-checkout #checkout-right {
    padding: 20px 10%; } }
  @media all and (max-width: 480px) {
  body.woocommerce-checkout #checkout-left, body.woocommerce-checkout #checkout-right {
    padding: 20px; }
  body.woocommerce-checkout fieldset .col-left, body.woocommerce-checkout fieldset .col-right, body.woocommerce-checkout .action-button.previous, body.woocommerce-checkout .action-button.next {
    width: 100%;
    float: none !important;
    display: block;
    text-align: center !important;
    margin: 10px auto !important; } }

#mega-menu-primary li.mega-menu-item a.mega-menu-link .mega-menu-title {
  font-family: 'Proza Libre', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }
  #mega-menu-primary li.mega-menu-item a.mega-menu-link .mega-menu-description {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-style: normal !important; }
  #mega-menu-primary li.mega-menu-item-25212 a.mega-menu-link .mega-indicator {
    display: none !important; }
  #mega-menu-primary li.mega-menu-item-25212 a.mega-menu-link .mega-title-below {
    position: relative !important;
    top: -10px !important; }
  #mega-menu-primary li.mega-menu-item-25212 a.mega-menu-link:before {
    position: relative !important;
    top: 60px !important; }
  #mega-menu-primary li.mega-menu-item-25212 > ul.mega-sub-menu {
    margin-left: -32% !important; }
  @media only screen and (max-width: 1024px) {
  #mega-menu-primary li.mega-menu-item-25212 a:before {
    display: none !important; } }

.ast-masthead-custom-menu-items.learndash-custom-menu-item {
  display: none !important; }

@media only screen and (max-width: 1024px) {
  .mega-toggle-blocks-left, .mega-toggle-blocks-center {
    display: none; }

  .ast-header-break-point .ast-main-header-bar-alignment {
    width: auto !important; }

  #mega-menu-primary .mega-menu-item-25023, #mega-menu-primary .mega-menu-item-25025 {
    display: inline-block !important;
    float: left !important;
    clear: none !important; } }

.btn-blue .elementor-button-icon {
  font-size: 24px !important; }
  .btn-blue .elementor-button-text {
    font-size: 16px !important;
    font-weight: 600 !important; }

.btn-primary {
  background: #4a90e2 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: 'Proza Libre', sans-serif !important;
  border-radius: 0px !important;
  border: 1px solid #4a90e2 !important;
  box-shadow: 4px 4px 0px #89c93e !important;
  display: inline-block !important;
  padding: 5px 50px !important;
  width: auto !important; }

.ld-section-heading h3 {
  font-size: 34px !important; }
  .ld-section-heading .ld-expand-button {
    padding: 5px 50px !important;
    background: #4a90e2 !important;
    box-shadow: 4px 4px 0px #89c93e !important;
    text-transform: uppercase !important;
    border-radius: 0px !important; }

.ld-item-list .ld-item-list-item {
  border-radius: 0px !important; }
  .ld-item-list .ld-item-list-item .ld-course-title {
    color: #000 !important; }
  .ld-item-list .ld-item-list-item .ld-progress-label {
    color: #000 !important;
    text-transform: none !important;
    font-size: 18px !important;
    font-weight: 600 !important; }
  .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
    background: #f6f6f6 !important;
    margin-bottom: 0px !important; }

.ld-course-list-content .ld_course_grid article {
  box-shadow: 4px 4px 0px #4a90e2;
  border-radius: 0px !important; }
  .ld-course-list-content .ld_course_grid_price {
    text-shadow: none !important;
    background: #65efff !important;
    color: #000 !important;
    padding: 10px !important; }
  .ld-course-list-content .ld_course_grid_price:before {
    border-top-color: #65efff !important;
    border-right-color: #65efff !important; }
  .ld-course-list-content h3.entry-title {
    font-size: 26px !important;
    text-align: center; }
  .ld-course-list-content .entry-content {
    font-size: 18px !important;
    text-align: center; }
  .ld-course-list-content .ld_course_grid_button {
    text-align: center !important; }
  .ld-course-list-content .ld-progress-percentage {
    color: #333 !important;
    font-weight: 400 !important;
    text-transform: none !important; }

.single-sfwd-courses h1.entry-title {
  color: #000 !important;
  font-size: 40px !important;
  font-weight: 600 !important; }

.learndash-wrapper h1, .learndash-wrapper .entry-title h1 {
  color: #000 !important;
  font-size: 40px !important;
  font-weight: 600 !important; }
  .learndash-wrapper h2, .learndash-wrapper .entry-content h2 {
    color: #000 !important;
    font-size: 34px !important;
    font-weight: 600 !important; }
  .learndash-wrapper h3, .learndash-wrapper .entry-content h3 {
    color: #000 !important;
    font-size: 26px !important;
    font-weight: 600 !important; }

.uael-sec-1 > h5 {
  font-family: "Proza Libre", Sans-serif !important;
  font-size: 18px !important;
  padding: 5px 25px !important;
  color: #000 !important;
  background: #fff !important; }

.uael-sec-1.active > h5 {
  color: #fff !important;
  background: #417505 !important; }

.uael-sec-2 > h5 {
  font-family: "Proza Libre", Sans-serif !important;
  font-size: 18px !important;
  padding: 5px 25px !important;
  color: #000 !important;
  background: #fff !important; }

.uael-sec-2.active > h5 {
  color: #fff !important;
  background: #417505 !important; }

.uael-main-btn {
  display: none; }

.uael-sec-1 {
  margin-right: 0px !important; }

.uael-sec-2 {
  margin-left: 0px !important; }

#login-toggle .elementor-widget-wrap {
  padding: 5%;
  border: 1px solid #ccc;
  border-radius: 20px; }

.clear {
  clear: both !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt40 {
  padding-top: 40px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl40 {
  padding-left: 40px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr40 {
  padding-right: 40px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt40 {
  margin-top: 40px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml40 {
  margin-left: 40px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr40 {
  margin-right: 40px !important; }

.mauto {
  margin-left: auto !important;
  margin-right: auto !important; }

body.page-template-template_shop .ast-container .ast-article-single {
  margin: 0px;
  padding: 0px; }
  body.page-template-template_shop .ast-container .ast-article-single .entry-content {
    margin-top: 40px; }
