/* # VKK custom UI changes
---------------------------------------------------------------------------------------------------- */


/* Sensei */
.sensei ul.course-container li {
  list-style: none;
}

.sensei ul.course-container .entry {
  margin-bottom: 0;
}

.sensei #my-courses #customer_login .col-2 {
  display: none;
}

.module .module-lessons ul li a {
  font-size: initial;
}

.sensei .course-lessons {
  margin-top: 80px;
}

/*.home header.entry-header {
  display: none;
}*/

.woocommerce ul.products li {
  list-style: none;
}

.woocommerce td.actions {
  padding: 75px 10px 5px;
}

.woocommerce table.shop_table {
    margin-bottom: 1.5em;
}

.woocommerce label.inline #rememberme {
  margin-left: 20px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: left;
}

.woocommerce-billing-fields #billing_email_field, .woocommerce-billing-fields #billing_phone_field {
  float: none;
  width: 100%;
}


/* Sensei preview button fix for mobile */
@media only screen and (max-width: 767px) and (min-width: 0) {
  .module .module-lessons ul li a .preview-label {
    float: none !important;
    top: 0 !important;
    margin: 10px 0 !important;
  }
}

