#payment ul.payment_methods {
  border-bottom-color: #eee !important;
}

form ul li {
  list-style-type: none !important;
}

.woocommerce a.remove:hover{
  background-color: transparent;
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-cart-form__contents thead tr,
.woocommerce-cart-form__contents tbody tr:nth-of-type(2n),
.woocommerce-MyAccount-paymentMethods thead tr,
.woocommerce-MyAccount-paymentMethods tr:nth-of-type(2n),
.woocommerce-checkout-review-order-table thead tr,
.woocommerce-checkout-review-order-table tr:nth-of-type(2n) {
  background-color: #f9f9f9;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: 1px solid #eee;
  color: #222;
}

.woocommerce .cart .button {
  margin: 0 !important;
}

.cart-subtotal {
  color: #5e5e5e !important;
}

.woocommerce-checkout .description {
  background: #f5f5f5 !important;
  color: #9a9a9a !important;
}

.woocommerce-checkout .sectionafter{
  display: flex;
  flex-direction: column;
  float: right;
  margin-bottom: 1rem;
  min-width: -webkit-fill-available;
}

.woocommerce-checkout .sectionafter h4{
  font-size: 20.08px!important;
  color: #04bead!important;
  padding-left: 9px;
}

.woocommerce-checkout .credibility{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.woocommerce-checkout .card-header h5{
  font-size: 22.4px;
}

.woocommerce-checkout  .btn-link:focus{
  box-shadow: none;
}

.woocommerce-checkout .sectionafter .btn-link{
  font-size: 22.4px;
  text-align: left;
}

.woocommerce-checkout h3 a{
  color: #04baed;
}
.woocommerce-checkout h3 a:hover{
  color: #04A6D4 ;
}

.woocommerce-checkout .sectionafter .card-header button:before {
  
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2b ";
}

.woocommerce-checkout .sectionafter .card-header button[aria-expanded=true]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "-";
}

.woocommerce-checkout .faq_section{
  background-color: #f9f9f9 !important;
  padding:10px;
}

.woocommerce-checkout .faq_section .card-header{
  background-color: #fff;
  padding: 3px;
}

.woocommerce-checkout .faq_section .btn{
  color:#5e5e5e;
}

.woocommerce-checkout .faq_section .card-body{
  padding: 10px 18px;
}

.faq_footer{
  padding: 10px;
}

.faq_footer h3{
  font-size: 1.4rem;
}

.woocommerce-checkout .description::before {
  display: none !important;
}

.woocommerce-checkout .login_shows form{
  display: block;
}

.woocommerce-checkout .description a {
  color: #d9272e !important;
  text-decoration: none !important;

}

.payment_method_stripe {
  color: #5e5e5e !important;
}

#add_payment_method #payment {
  background: #fff !important;
}

.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  background: #f9f9f9 !important;
  position: absolute !important;
  top: -11px !important;
  left: 2em !important;
  margin: 0 !important;
  border-right: none !important;
  border-bottom: none !important;
  transform: rotate(45deg) !important;
  border-left: 1px solid #eee !important;
  border-top: 1px solid #eee !important;
  height: 22px !important;
  z-index: 0 !important;
  width: 22px !important;
}

#add_payment_method #payment div.payment_box {
  background-color: #f9f9f9 !important;
  border: 1px solid #eee;
}

.woocommerce-checkout #payment div.payment_box {
  border: 1px solid #eee;
}

.woocommerce-checkout #payment .payment_box fieldset {
  border-color: rgb(192, 192, 192) !important;
}

.woocommerce-checkout #payment .payment_box fieldset label {
  color: #222 !important;
  font-size: 16px !important;
}

.payment_box .woocommerce-SavedPaymentMethods-saveNew {
  line-height: 16px !important;
  display: block !important;
}

.payment_box .woocommerce-SavedPaymentMethods-saveNew input,
.payment_box .woocommerce-SavedPaymentMethods-saveNew label {
  line-height: inherit !important;
}

.payment_box .woocommerce-SavedPaymentMethods-saveNew input {
  vertical-align: baseline !important;
}

.payment_box .woocommerce-SavedPaymentMethods-saveNew label {
  display: inline !important;
}

.woocommerce-checkout-payment button {
  line-height: 19.2px !important;
}

.wc-stripe-elements-field {
  border: 1px solid #ddd;
  margin: 5px 0;
  padding: 5px;
  background-color: #fff;
  outline: 0;
}

/* For Cards Section */
ul.products {
  display: flex;
  flex-wrap: wrap;
}

ul.products li.product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

li.product span.price {
  margin-top: auto !important;
}

li.product a.add_to_cart_button {
  margin-top: .5rem !important;
}

ul.products li.product {
  margin: 0 2% 1rem 0 !important;
}

li.product {
  font-size: 1rem;
  line-height: 1.1rem;
  margin-bottom: 1rem;
  color: #d9272e !important;
}

li.product .add_to_cart_button {
  margin-top: auto !important;
}

/* For Cart Total */
.cart_totals tr td {
  text-align: right !important;
}

.cart_totals .cart-subtotal td{
  color: #5e5e5e !important;
}

.woocommerce-shipping-totals {
  background-color: #f9f9f9 !important;
}

/* .woocommerce-shipping-totals th, */
.woocommerce-shipping-totals th{
   color: #5e5e5e !important;
}

.woocommerce-cart order-total th{
  color: #000!important;
}

.woocommerce-shipping-totals #shipping_method,
.woocommerce ul#shipping_method li:last-child label{
  color:#5e5e5e !important;
}

.woocommerce-shipping-totals strong {
  color: #222 !important;
}

.woocommerce ul#shipping_method li input {
  margin: 7px 3px 5px 0 !important;
  float: none !important;
}

.cart_totals .wc-proceed-to-checkout {
  padding-top: 0 !important;
}

.cart_totals .shop_table_responsive {
  margin-bottom: 1.875rem !important;
}

.cart_totals h2{
  font-weight: 400 !important;
  font-size: 1.3rem !important;
  color: #00b4dc !important;
}

 label[for="coupon_code"]{
  display: none;
}
.wc-proceed-to-checkout .checkout-button {
  display: inline-block !important;
  font-size: 1rem !important;
}

.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{
  width: 50%;
}

.woocommerce-cart .credibility{
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}

@media (max-width: 600px){
  .woocommerce-cart .cart_totals {
    order: 2 !important;
  }
  #content .post.product, #content li.post {
    width: 48% !important;
  }
  .woocommerce-cart .checkout-button.button.alt.wc-forward {
    width: 200.99px !important;
    height: 44.79px !important;
    padding-top: 13px !important;
    font-weight: 400 !important;
  }

  .woocommerce-cart .cart_totals h2{
    font-size: 1.75rem!important;
  }

  .cross-sells h2{
    margin-left: auto;
    text-align: left;
    margin-bottom: 10px;
  }

  .woocommerce-cart .credibility{
    flex-direction: column;
    margin-top: 10px;
  }

  .woocommerce-cart .rapid_ssl{
    margin: auto!important;
  }
}

.cart_credibility{
  align-items: center;
}

.woocommerce-cart .product_thumbnail_wrap img {
  width: 50% !important;
  display: inline-block !important;
}

.wc-stripe-cart-checkout-container, .cart_totals .wc-proceed-to-checkout {
  display: grid;
  justify-content: right;
}

/* Checkout Page */
.woocommerce-billing-fields__field-wrapper .form-row {
  display: block;
}

.woocommerce-billing-fields__field-wrapper .form-row input {
  background-color: #f9f9f9;
  color: #222;
  border-color: #eee;
}

.woocommerce-checkout-payment {
  background-color: #fff !important;
}

body.woocommerce-account .shop_table_responsive td:before {
  width: auto !important;
}

/* Customizer Css Start Here */
.satori_cert_occupation_user_form input[type="submit"] {
  background-color: #e6e6e6;
  color: black;
}

/* New Css for Woocommerce */

h2.woocommerce-loop-product__title {
  font-weight: 400 !important;
}

.clear-both {
  clear: both;
}

.lesson .vc_row.vc_row-o-content-middle > .vc_column_container_none > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important
}

section.lesson.entry > .vc_row {
  position: relative;
  width: auto !important;
}

.homeProductBoxSecondary.vc_row > .vc_column_container_none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.get-certified-btn .homeProductBox {
  margin-bottom: .5rem !important;
}

/* New Css For course pages */

#content.layout_one.sensei {
  float: none !important;
  padding-top: 20px !important;
}

.error-404 {
  max-width: 77.5rem !important;
}

.layout_one.sensei,
article.lesson,
article.quiz,
.error-404 {
  max-width: 1190px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.entry.lesson > .vc_row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

section.lesson.entry.fix > .vc_row:first-child {
  padding-top: 0 !important;
}

section.lesson.entry.fix > .vc_row:first-child {
  padding-bottom: 20px !important;
}


section.lesson.entry > .vc_row {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

section.lesson iframe {
  width: 100%;
}

article.lesson .widget_sensei_course_progress header {
  padding-top: 0 !important;
}

#content .lesson {
  padding: 5px !important;
}

#content .lesson .entry ul.course-progress-lessons li,
#content .lesson .entry ul.course-progress-navigation li {
  list-style: none !important;
  margin: 0 !important;
}

.lesson.fix > .vc_row.vc_row-fluid .vc_column-inner > .wpb_wrapper > .vc_row .wpb_column:nth-of-type(2) > .vc_column-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.lesson .wpb_start_animation
  /* .btnRed a {
      background-color: #d9272e !important;
      color: #fff !important;
  } */
.coursePurchase .vc_general {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

div.health-care-sec {
  padding-bottom: 20px !important;
}

span.progress {
  padding: 0 !important;
  display: block !important;
  line-height: 26px !important;
  height: auto !important;
  background: transparent !important;
  font-size: 16px !important;
}

.lesson .vc_single_image-wrapper > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;

}

.lesson .wpb_wrapper .wpb_video_widget + .vc_row > .vc_column_container > .vc_column-inner {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* .lesson .wpb_wrapper .wpb_video_widget+.vc_row>.vc_column_container_none>.vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
} */

.lesson > .vc_row > .wpb_column.vc_column_container_none > .vc_column-inner,
.lesson > .vc_row > .wpb_column.vc_column_container_none > .vc_column-inner[class*="vc_custom_"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.lesson.entry table.blueTable thead th {
  color: #222 !important;
}

.lesson.entry table.blueTable thead th.purpleCell,
.lesson.entry table.blueTable thead th.greyCell {
  color: #fff !important;
}

.lesson .wpb_single_image .vc_box_border.vc_box_border_grey {
  background: transparent !important;
}

table.blueTable tr:nth-child(2n) {
  background-color: #f9f9f9 !important;
}

.woocommerce-orders-table__cell a.button {
  margin-right: 6px !important;
}

.woocommerce-orders-table__cell a.button,
.woocommerce-orders-table__cell a.button:hover {
  color: #fff !important;
}

.woocommerce-ResetPassword .button {
  margin: 0 !important;
}

.woocommerce-address-fields__field-wrapper label[for=billing_email] span:before,
.woocommerce form .form-row label[for=billing_email] span:before {
  display: none !important;
}

form.checkout .validate-email label[for=billing_email] abbr:before {
  display: none !important;
}

.return-to-shop .button {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  line-height: 1.2rem !important;
  padding: 0.8rem 1.6rem !important;
}

.woocommerce .cart-empty {
  border: 1px solid #eee !important;
}

.woocommerce-MyAccount-content .button {
  margin-bottom: 1.5rem;
}

/* Survey Form */
.survey-form textarea,
.survey-form input,
.survey-form .gfield_select {
  border: 1px solid #eee !important;
}

.survey-form .gfield_select {
  margin-bottom: 0 !important;
}

.survey-form ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
}

.create-account .form-row {
  display: block !important;
}

.gf_browser_chrome input[type="text"],
.gf_browser_chrome textarea,
.gf_browser_chrome select,
.woocommerce-billing-fields__field-wrapper .form-row input,
.create-account input {
  background-color: #f9f9f9;
  color: #222;
  border-color: #eee;
}

#post-8967,
article.status-publish.pt-0,
article.pt-0 {
  padding-top: 0 !important;
}

#coupons_list #all_coupon_container {
  margin-bottom: 1.5rem !important;
}

table.variations {
  margin-bottom: 0 !important;
  line-height: 16px !important;
}

table.variations td {
  padding: 10px 16px 10px 0 !important;
  vertical-align: top !important;
}

table.variations td.label {
  color: #5e5e5e !important;
}

table.variations td.label label {
  line-height: 38px !important;
}

table.variations td.value {
  padding-right: 10px !important;
  text-align: right;
  line-height: inherit !important;
}

table.variations td #language {
  margin: 0 !important;
  background: #f9f9f9 !important;
  border-color: #eee !important;
}

table.variations .reset_variations {
  visibility: hidden;
  display: inline-block;
  margin-top: 7px;
  line-height: 16px;
  text-align: right;
  font-size: 16px;
}

.product-printed-handbooks .woocommerce-tabs ul {
  list-style: none outside !important;
}

.woocommerce-address-fields__field-wrapper input {
  color: #222;
}

.sec-space p {
  margin-bottom: 10px !important;
}

.what-you-get table tr:nth-of-type(2n) th,
.what-you-get table tr:nth-of-type(2n) td {
  background: #f9f9f9;
}

.course .module header {
  padding-top: 0 !important;
}

.modules-title {
  padding-top: 10px !important;
}

article > .lesson-content .lesson-title {
  padding-top: 1.5625rem;
}

article[class*="lesson-tag"] {
  margin-bottom: 1.875rem !important;
}

.get-certified-btn .templatera_shortcode .vc_column-inner > .wpb_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.get-certified-btn .templatera_shortcode > .vc_row > .wpb_column {
  padding-left: 2.1875rem !important;
  padding-right: 2.1875rem !important;
}

.quiz-test-sec > .entry > .vc_row > .wpb_column:nth-of-type(2) {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem
}

.gf_browser_chrome input[type="text"],
.gf_browser_chrome textarea,
.gf_browser_chrome select {
  background-color: #f9f9f9 !important;
}

.gf_browser_chrome .gform_page_footer input[type="button"],
.gf_browser_chrome .gform_page_footer input[type="submit"] {
  margin-right: 10px !important;
  font-family: Arial !important;
}

.vc_row-parent > .vc_column_container_none > .vc_column-inner {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

div.vc_row-parent > .vc_column_container_none > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.entry > .vc_row.homeHands > .vc_column_container_none > .vc_column-inner > .wpb_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Customizer Css Two */
.result-page .entry > .vc_row > .wpb_column:nth-of-type(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.result-page .entry > .vc_row > .wpb_column:nth-of-type(2) > .vc_column-inner {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.woocommerce-orders-table a.button {
  font-size: 16px;
  margin-right: 10px !important;
  font-family: Arial !important;
}

.woocommerce mark {
  background-color: yellow !important;
}

.woocommerce-table--order-downloads thead th,
form.woocommerce-cart-form thead th {
  color: #000 !important;
}

form.woocommerce-cart-form td.product-remove {
  width: 20px;
}

form.woocommerce-cart-form td.product-thumbnail {
  width: 60px;
}

.woocommerce td.product-quantity,
form.woocommerce-cart-form td.product-quantity {
  min-width: 80px;
  padding-left: 2.5rem !important;
}

.mega-code-page .entry > .vc_row:nth-last-of-type(1) {
  padding-bottom: 3rem !important;
}

/* Customizer Css Three */
.vc_message_box > .vc_message_box-icon > i,
.vc_message_box > .vc_message_box-icon + p {
  color: #222;
}

.vc_single_image-wrapper > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vc_message_box.vc_message_box-standard.vc_message_box-rounded {
  background-color: #f9f9f9 !important;
  border-color: #eee !important;
}

.vc_gitem-zone > .vc_gitem-zone-mini > .vc_gitem_row {
  position: relative !important;
}

.vc_grid.vc_row.vc_grid-gutter-30px {
  margin-bottom: 0 !important;
}

.vc_gitem-zone-mini .vc_general {
  border-radius: 0 !important;
}

.white-text {
  color: #fff !important;
}

.footer-container > .row::before,
.footer-container > .row::after,
.login-screen > .row::before,
.login-screen > .row::after {
  display: none !important;
}

.gf_browser_chrome input[type="text"] {
  color: #222 !important;
}

.woocommerce-table td.download-remaining {
  text-align: center !important;
}

.woocommerce-table--order-details tfoot tr:nth-of-type(2n+1),
  /* .woocommerce thead tr, */
.woocommerce-table thead tr,
/* .woocommerce tbody tr:nth-of-type(2n), */
.woocommerce-table tbody tr:nth-of-type(2n) {
  background: #f9f9f9 !important;
  color: #222 !important;
}

.group-discounts-sec .vc_toggle_title .vc_toggle_icon {
  background-color: #d9272e !important;
}

#content .group-discounts-sec {
  padding-top: 0 !important;
}

.gform_page_footer input.button[type="button"] {
  margin-right: 16px !important;
}

.product-quantity {
  display: table-cell;
}

.woocommerce table.shop_table tfoot th {
  font-weight: 400;
}

/* For Journal Articles Page */
.vc_pageable-load-more-btn .vc_general,
.vc_gitem-zone-mini a.vc_general,
.vc_pageable-load-more-btn .vc_general:hover,
.vc_gitem-zone-mini a.vc_general:hover {
  color: #fff !important;
}

body.single-post #content .post {
  padding: 0 !important;
}

.blogPost-sec,
.entry > .blogPost {
  padding: 20px 0 !important;
}

article.type-post > footer {
  padding-left: 15px;
  padding-right: 15px;
}

article.type-post > footer,
.blogPost-sec,
.entry > .blogPost {
  max-width: 56.875rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #fff !important;
  position: relative;
  width: 100%;
}

.entry > .vc_row:not([data-vc-full-width="true"]).blogPost,
.entry > .blogPost {
  margin-top: 0!important;
  padding: 20px 0 !important;
}

.entry > .blogPost-sec > .vc_column_container_none,
.entry > .blogPost > .vc_column_container_none {
  padding: 0 !important;
}

div.vc_row-parent.blogPost .vc_column_container_none > .vc_column-inner {
  padding: 15px 25px !important;
}

.blogPost .templatera_shortcode > .vc_row > .wpb_column {
  padding: 0 !important;
}

.entry > .blogPost .socialShare,
.entry > .blogPost .socialShare .a2a_kit {
  text-align: center !important;
}

.entry > .blogPost .socialShare .a2a_kit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry > .blogPost .socialShare h5 {
  font-weight: 400 !important;
}

.entry > .blogPost .socialShare .a2a_kit a {
  float: none;
}

.blogPost-sec .user-bio__main-text {
  color: #222 !important;
}

.comments-wrapper.comments-wrapper.comments-area {
  margin-bottom: 30px !important;
}

.commentlist li.comment,
#content > .comments-area .comments-wrap {
  border-color: #eee !important;
}

.comments-area .comments-wrap .comments-value {
  background-color: #f9f9f9 !important;
}

.comments-area .comments-wrap .comments-value::after {
  content: "";
  display: block;
  border-width: 10px;
  border-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  position: absolute;
  bottom: 0;
  right: 50%;
  color: #f9f9f9 !important;
  margin: 0 -10px -18px 0;
}

#comments-title {
  font-size: 26px !important;
  color: #5e5e5e !important;
}

form.comment-form label,
.comments-area p,
.comments-area .commentlist .comment-author {
  color: #5e5e5e !important;
}

form.comment-form input[type="text"],
form.comment-form textarea {
  background-color: #f9f9f9 !important;
  border-color: #eee !important;
}

form.comment-form .form-submit input[type="submit"] {
  background-color: #d9272e !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  font-family: Arial;
  padding: .8rem 1.6rem !important;
  line-height: 1.2rem !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.blogPost-sec .post .vc_custom_heading {
  margin-top: 0 !important;
}

.blogPost-sec .vc_pageable-wrapper > .vc_pageable-slide-wrapper {
  display: flex;
  justify-content: center;
}

.blogPost-sec .vc_pageable-wrapper > .vc_pageable-slide-wrapper .vc_grid-item-mini,
.blogPost-sec .vc_pageable-wrapper > .vc_pageable-slide-wrapper .vc_gitem-animated-block,
.blogPost-sec .vc_pageable-wrapper > .vc_pageable-slide-wrapper .vc_gitem-zone {
  position: relative;
  width: 100%;
  height: 100%;
}

/* For Faq Page */
.faq-sec > .wpb_column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Woocommerce Cart Responsive */


table.shop_table .product-quantity,
table.shop_table .product-thumbnail,
table.shop_table .product-price {
  display: none !important;
}

#content article.type-course > .entry-header {
  padding-top: 20px !important;
}

table.shop_table .product-name .product-quantity {
  display: inline-block !important;
}

.productBox .btnRed a {
  background: #d9272e !important;
  color: #fff !important;
}

.productBox .btnRed a:hover {
  background: #e92c33 !important;
  color: #fff !important;
}

.wpb_content_element .btnRed a.white,
.wpb_content_element .btnRed a.white .divider{
	color: #fff !important;
}

div.btnRed a{
	background-color: #d9272e;
    color: #fff !important;
    font-size: 16px;
    padding: 18px 25px;
    margin: 0 auto;
    width: auto;
    transition: all .2s ease-in-out;
}

div.btnRed a:hover{
	color: #fff !important;
    background-color: #c32329 !important;
}

.woocommerce.related>ul.products {
    margin-bottom: 16px !important;
}

.wpb_text_column.white a,
.wpb_text_column.white a:hover {
  color: #fff !important;
}

.vc_general.vc_cta3-style-classic {
  padding-top: 20px !important;
}

.entry > .woocommerce-notices-wrapper {
  display: none;
}

#content article.type-course > .entry.fix {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

#content article.type-course > .entry.fix .coursePurchase > .wpb_column:first-child {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#content article.type-course > .entry.fix .coursePurchase > .wpb_column .vc_col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#content article.type-course > .entry.fix .courseIntro > .wpb_column {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* #content article.type-lesson .lesson.entry > .vc_row {
  margin: 0 !important;
} */

.quiz-test-sec .entry > .vc_row > .wpb_column {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* css for sales icon **/
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  height: 50px;
  width: 50px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  line-height: 40px;
  top: 0 !important;
  left: 0 !important;
  margin: -8px 0 0 -8px !important;
  color: #fff;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  z-index: 1;
  background-color: #ff3737;
  border-radius: 50%;
}

.woocommerce ul.products li.product:hover .onsale {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.woocommerce ul.products li.product .price{
  line-height:3em!important;
}

.woocommerce-form-coupon .form-row-first > .input-text {
  border: 1px solid #eee !important;
}

.woocommerce-form-coupon .form-row-last > .button {
  margin: 0 !important;
}

/* FAQ Page Css */
.section.faq {
  padding: 0 !important;
}

.faq-sidebar .search-icon {
  border: 1px solid #eee !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.faq-sidebar .search-icon:focus {
  outline: none !important;
  box-shadow: none !important;
}

.faq-sidebar .input-search button {
  bottom: 0;
}

.faq-sidebar .hc-btn {
  line-height: 26px !important;
}

#accordionFaq .card-header {
  background-color: transparent !important;
  padding: 0 !important;
}

#accordionFaq .card-header button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  text-align: left !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
  color: #04a6d4 !important;
}

#accordionFaq .card-header button[aria-expanded="false"] {
  color: #5e5e5e !important;
}

#accordionFaq .card-header button::after {
  content: '\f107';
  position: absolute;
  right: 0;
  top: 50%;
  font-family: Font Awesome\ 5 Free;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
}

#accordionFaq .card-header button[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

#accordionFaq .card-header button:focus {
  outline: none !important;
  box-shadow: none !important;
}


#accordionFaq .card-header h2 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

#accordionFaq .card {
  border: none !important;
}

#accordionFaq .card-body {
  padding: 6px 0 0 !important;
  font-size: 16px !important;
  color: #5e5e5e !important;
}

#accordionFaq .card-body p {
  margin-bottom: 1.875rem !important;
}

/* /FAQ Page Css */
/* Checkout UI Fixes */
form.woocommerce-form-login .input-text {
  background-color: #f9f9f9 !important;
  color: #222 !important;
  border-color: #eee !important;
}

form.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center;
  margin-bottom: 0 !important;
}

form.woocommerce-form-login button[type="submit"] {
  margin-left: 20px !important;
}

#customer_login form.woocommerce-form-login button[type=submit]{
  margin-left: 0px !important;
}
.course, .course-container, .course-container .course{
  border-bottom: none !important;
}
main>article.course {
  padding-bottom: 0 !important;
}
article.course article.course{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 576px) {

  .gf_browser_chrome .gform_page_footer input[type="button"],
  .gf_browser_chrome .gform_page_footer input[type="submit"] {
    margin-right: 16px !important;
  }
}

@media (min-width: 768px) {
  form.wc-checkout-add-ons-dropzone > .row {
    justify-content: space-between;
  }

  /* article.type-course>.entry-header h1 {
      margin-right: 9.375rem;
  } */
  form.wc-checkout-add-ons-dropzone > .row > [class*="col-"] {
    flex: 0 0 49% !important;
    max-width: 49% !important;
  }
}

@media (min-width: 1024px) {

  table.shop_table .product-quantity,
  table.shop_table .product-thumbnail,
  table.shop_table .product-price {
    display: table-cell !important;
  }

  .gf_browser_chrome .gform_page_footer input[type="button"],
  .gf_browser_chrome .gform_page_footer input[type="submit"] {
    margin-right: 16px !important;
  }
}

@media (max-width: 1024px) {

  .vc_gitem-zone > .vc_gitem-zone-mini > .vc_gitem_row,
  div.vc_gitem-zone > .vc_gitem-zone-mini > .vc_gitem_row {
    position: absolute !important;
  }
}

@media (max-width: 991px) {
  .entry > .blogPost.blogPost {
    width: calc(100% - 60px) !important;
  }
}

@media (max-width: 768px) {

  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;

  }

  .woocommerce-page table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .input-text {
    width: 100% !important;
    float: none !important;
  }

  .shop_table .coupon > .button {
    width: 100% !important;
    float: none !important;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #f9f9f9 !important;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: table-cell;
  }

  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: table-header-group;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: table-row !important;
  }

  .woocommerce table.shop_table .product-remove,
  .woocommerce table.shop_table .product-name,
  .woocommerce table.shop_table .product-subtotal {
    display: table-cell !important;
    text-align: left !important;
  }

  table.shop_table .product-name::before,
  table.shop_table .product-subtotal::before {
    display: none !important;
  }
}

@media (max-width: 767px) {

  .course .module header h2,
  .modules-title h2 {
    font-size: 1.5rem !important;
  }

  h1 {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }

  h2 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  article.type-course {
    padding-top: 20px !important;
  }

  section.lesson.entry > .vc_row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #content h3 {
    font-size: 1.5rem !important;
  }

  #content h4,
  h4 {
    font-size: 1.2rem !important;
  }

  .medium-text {
    font-size: 16px !important;
  }

  .entry > .blogPost.blogPost,
  .entry > .vc_row:not([data-vc-full-width=true]).blogPost {
    padding-top: 0 !important;
  }

  /* Woocommerce */
  .woocommerce-account .woocommerce form.login {
    margin-left: 0 !important;
  }

  article.lesson div[class*=column] + [class*=column]:last-child {
    float: none !important;
  }

  article.lesson .gridimg-wrap {
    padding: 10px 0;
  }
}

@media (max-width: 600px) {
  .nav-btns > a.button {
    margin-bottom: 16px !important;
  }

  .woocommerce-page table.shop_table,
  body.woocommerce-account table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
  }

  body.woocommerce-account table.shop_table {
    display: table !important;
  }

  body.woocommerce-account table.shop_table thead {
    display: table-header-group !important;
  }

  body.woocommerce-account table.shop_table tbody {
    display: table-row-group !important;
  }

  body.woocommerce-account table.shop_table thead th,
  body.woocommerce-account table.shop_table thead td,
  body.woocommerce-account table.shop_table tbody td,
  body.woocommerce-account table.shop_table tbody th,
  body.woocommerce-account table.shop_table tfoot td,
  body.woocommerce-account table.shop_table tfoot th {
    display: table-cell !important;
  }
}

@media (max-width: 575px) {
  .leave-prompt .nav-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .leave-prompt .nav-btns a:nth-of-type(1) {
    margin-bottom: 1rem;
  }

  .woocommerce .greeting {
    flex-direction: column !important;
    margin-bottom: .5rem;
  }

  .woocommerce .greeting .hc-btn {
    margin-top: .5rem;
  }

  main > article.type-course > *,
  .site-container > .entry,
  #content .post .post,
  .site-container > .entry > article.type-course,
  .coursePurchase > div[class*=vc_col-]:nth-of-type(2) .templatera_shortcode .wpb_column,
  .coursePurchase > div[class*=vc_col-]:nth-of-type(2),
  .entry > .vc_row.coursePurchase,
  .lesson.entry > .vc_row > .wpb_column,
  .coursePurchase,
  .lesson .entry-header h1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #content .post {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .coursePurchase > div[class*=vc_col-]:nth-of-type(2) {
    float: none !important;
  }

  .coursePurchase > div[class*=vc_col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .number-counter-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .number-counter-sec > .wpb_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .number-counter-sec .templatera_shortcode > .vc_row {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .number-counter-sec .templatera_shortcode > .vc_row > .wpb_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .number-counter-sec h1 {
    font-size: 2rem !important;
  }

  .number-counter-sec h3 {
    font-size: 1.5rem !important;
  }

  .number-counter-sec h5 {
    font-size: 17px !important;
  }

  .entry > .blogPost.blogPost > .wpb_column > .vc_column-inner {
    padding: 0 !important;
  }

  .entry > .blogPost > .wpb_column > .vc_column-inner .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #content .post .blogPost .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

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

  #content article.type-course > .entry-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.woocommerce-account table.shop_table td {
    padding-left: 10px !important;
  }

  .bundled_table_item_indent {
    padding-left: 15px !important;
  }
}

/* Checkout optimize */

.woocommerce-input-wrapper{
  width: -webkit-fill-available;
}
.woocommerce-checkout .woocommerce ul#shipping_method li label {
  display:flex;
  align-items:flex-start
}
.woocommerce-checkout-review-order-table .product-name {
  width: 73%;
}

.woocommerce-checkout label.upgrade {
  margin-top: 10px;
  margin-bottom: 0;
  width:100%;
}

.woocommerce #main-wrap  ul#shipping_method li input {
  margin: 2px 5px 5px 0 !important;
}

.woocommerce ul#shipping_method li label,
.woocommerce #main-wrap table.shop_table td,
.woocommerce  ul#shipping_method li {
  line-height: 1!important;
}

@media only screen and (max-width: 64.063em) {
  .woocommerce-checkout-review-order-table .product-name {
    width: 72%;
  }
}

@media(max-width:991px){
  body.woocommerce-checkout .woocommerce-shipping-totals.shipping{
    display: grid;
  }
  body.woocommerce-checkout .woocommerce-shipping-totals.shipping th,
  body.woocommerce-checkout .woocommerce-shipping-totals.shipping td{
    width: 140%;
    background-color: #f9f9f9 ;
  }
}

/* Password strength */
.woocommerce-password-strength.short{
  background-color: white;
    border: 1px solid #e2401c;
}

.woocommerce-password-strength.bad{
  border: none;
  background-color: white;
}

.woocommerce-password-strength.good {
  border: none;
  background-color: white;
}


@media only screen and (max-width:650px){

  .woocommerce-cart .woocommerce-message{
    flex-wrap: wrap-reverse;
    text-align: center;
    justify-content: center;
  }

  .button.wc-forward{
    margin-top: 4%!important;
  }

}


.cart_item .fas.fa-trash{
  color: black;
  font-size: large;
}

.cart_item a {
  height: auto!important;
}

@media only screen and (max-width: 768px){
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) " ";
    font-weight: 700;
    float: left;
}

}

.woocommerce-order-sensei-courses{
  display: none;
}

#confirmation-modal {
  display: none;
  position: fixed;
  z-index: 5001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0,0,0,.35);
}

.confirmation-popup {
  border-radius: 5px;
  background-color: #00b4dc;
  max-width: 320px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  top: 20%;
  box-shadow: 0 0 7px 2px rgba(0,0,0,.3);
  padding: 7px;
  z-index: 5002;
}

.confirmation-popup .popup-title {
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}

.confirmation-popup .popup-title i {
  top: 0;
  font-size: 70px;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}

.confirmation-popup .button-group {
  background-color: #fff;
  padding: 25px;
  position: relative;
}

.confirmation-popup .button-group a {
  display: block!important;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 8px 15px;
}

.confirmation-popup .button-group a.exit-btn {
  background-color: #ff3737;
  border: 2px solid #ff3737;
  color: #fff;
  margin-bottom: 16px;
}

.confirmation-popup .button-group a.confirm-delete {
  color: #777777;
  border: 2px solid #777777;
}

.confirmation-popup .button-group a.confirm-delete:hover {
  background-color: #777;
  color: #fff;
}

.confirmation-popup .exit-popup.close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
}

.custom-undo-alert {
  text-align: center;
}

.custom-undo-alert h3 {
  color: #ff3737;
  font-size: 2rem;
  margin: 1.5rem 0;
}

.custom-undo-alert i {
  top: 0;
  font-size: 50px;
  display: block;
  margin-bottom: 15px;
  margin-top: 0px;
  color: #04a6d4;
}

.custom-undo-alert .undo-btn {
  background: #04a6d4;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 10px 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

.woocommerce-checkout #coupon_container .woocommerce-error::before{
  left: 1%;
}

.woocommerce-cart .woocommerce-Price-amount.amount,
.woocommerce-cart .woocommerce-Price-amount.amount bdi,
.product-title-container{
  font-weight: 400!important;
}

.woocommerce-cart .product-quantity{
  font-weight: 700!important;
}

.woocommerce-cart a{
  letter-spacing: 0.15px;
}

.woocommerce-cart-form__cart-item .product-name a,
.woocommerce-cart [name="apply_coupon"],
.woocommerce-cart .woocommerce-cart .product-title-container{
  color:#04baed!important;
 }

 .woocommerce-cart .woocommerce-cart-form__cart-item .product-name a:hover, 
 .woocommerce-cart [name="apply_coupon"],
 .woocommerce-cart .product-title-container{
  color: #04A6D4!important;
 }

 .woocommerce-checkout #check_wrapper .woocommerce-error:before{
  display: none;
}

 a.checkout-button.button.alt.wc-forward{
    background: #C32329 !important;
 }
 a.checkout-button.button.alt.wc-forward:hover{
  background: #d9272e !important;
}

 .woocommerce-cart .woocommerce-cart-form__cart-item .product-name a:hover {
  text-decoration: underline;
 }

 .woocommerce-cart .product-subtotal{
  width: 12rem;
 }

 .woocommerce-cart [name="update_cart"]{
  display: none!important;
 }

 .woocommerce-remove-coupon,
 .showlogin,
 .entry p.lost_password a,
 a#login_toggle{
  color: #04a6d4!important;
  text-decoration: underline;
 }

 .woocommerce-remove-coupon:hover,
 .woocommerce-checkout p.lost_password a:hover,
 .showlogin:hover,
 .entry p.lost_password a:hover,
 a#login_toggle:hover{
  color: #04baed!important;
  text-decoration: underline;
 }

 .woocommerce-checkout .logo img{
  width: 168px;
 }

 @media (max-width:500px){
  th.product-name{
    position: absolute;
    
  }

  td.product-name{
    padding-left: 0!important;
  }

  .hide_mobile{
    padding: 0;
  }

  .woocommerce-cart #shipping_method{
    margin-left: 16px!important;
    margin-top: 7px;
    position: relative;
    left: -14px;
    text-align: left;
    float: left;
  }

  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product .product-title a{
    font-size: 16px!important;
  }

  .woocommerce-cart .cross-sells .add_to_cart_button{
    max-width: 209px;
  }

    .woocommerce-cart .cross-sells,
     .woocommerce .cart-collaterals .cross-sells, 
    .woocommerce-page .cart-collaterals .cross-sells
    .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
    float:none;
  }

    .woocommerce-cart .cart-collaterals{
    display: flex;
    flex-direction: column;
  }

    .woocommerce-cart .cross-sells{
    order:2
  }

    .woocommerce-cart .cart_totals{
    order:1;
  }

    .woocommerce-account-fields .create-account{
    display: flex!important;
    flex-direction: column;
  }

  .form-row form-row-wide.update_totals_on_change{
    margin-bottom: 10px;
  }

  .cart_totals h2{
    padding-left: 10px;
  }

  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th{
    padding-left: 0!important;
  }

  .product-remove{
    padding-left: 0!important;
  }
  .product-subtotal{
    padding-right: 0!important;
  }

  .cart-subtotal .woocommerce-Price-amount.amount,
  .order-total .woocommerce-Price-amount.amount {
    padding-right: 2rem;
  }

  .product-name{
    font-size: 16px;
  }

  .checkout-button.button.alt.wc-forward{
    width: auto!important;
  }

  .product-subtotal{
    padding-left: 0;
    padding-right: 0;
  }

  .woocommerce-cart #shipping_method {
    margin-top: 7px!important;
  }
 }

 @media (max-width:400px){
  .backtocart{
    margin-top: 0.6rem;
  }

  .login{
    display: flex;
    flex-direction: column;
  }

  .login .form-row.form-row-first,
  .login .form-row.form-row-last{
    width: 100%;
    max-width: 100%;
  }
 }

 .cross-sells h3{
  font-weight: 400!important;
 }
 

 @media (max-width: 389px){
  .woocommerce-cart img.check_stripe {
      margin-bottom: 15px !important;
  }
 }
 #shopper_approved input[type="radio"]{
  border: none!important;
  top: 7px;
 }

 #shopper_approved input[type=radio]:checked::before{
  top: 2px !important;
  z-index: 999;
 }

  #shopper_approved input[type=radio]:checked::after{
    top: 8.7px;
    left: 8.6px;
  }

 #sa_tooptin #shopper_approved input[type="radio"]::after{
  margin: 0px 0px !important;
  border: none!important;
 }

 input#agree_customer::after{
  position: absolute;
  left: 2px;
  top: 1px;
 }

 #shopper_approved input[type="checkbox"]:checked::before{
  z-index: 9999;
 }

input#agree_customer{
  margin: 0.1vw;
}

#sa_optin input[type="checkbox"]+label, input[type="radio"]+label{
  vertical-align: bottom;
}

#sa_optin label[for='agree_customer']{
  margin-left: 0;
}

