/*
Theme Name: BYSO

WooCommerce styles override
*/
/**
 * Imports
 */
/*put on ul */
/* legacy items */
/**
 * WooCommerce color variables
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none; }
table.shop_table_responsive tbody th {
  display: none; }
table.shop_table_responsive tr td {
  display: block; }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": "; }
  table.shop_table_responsive tr td.product-remove, table.shop_table_responsive tr td.product-thumbnail {
    clear: both;
    float: right; }
    table.shop_table_responsive tr td.product-remove:before, table.shop_table_responsive tr td.product-thumbnail:before {
      display: none; }
    @media (max-width: 32em) {
      table.shop_table_responsive tr td.product-remove, table.shop_table_responsive tr td.product-thumbnail {
        float: none; } }
  table.shop_table_responsive tr td.product-name:before {
    display: block; }
  table.shop_table_responsive tr td.product-price, table.shop_table_responsive tr td.product-quantity, table.shop_table_responsive tr td.product-subtotal {
    margin: 10px 0; }
  table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
    display: none; }
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center; }

@media screen and (min-width: 62.5em) {
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left; }
  table.shop_table_responsive tr td {
    display: table-cell;
    padding: 10px; }
    table.shop_table_responsive tr td:before {
      display: none; } }
/**
 * Products
 */
/**
 * Products
 */
.woocommerce-ordering {
  display: none; }

ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%; }
  ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em; }
    ul.products li.product .wccpf-fields-container {
      display: none; }
    ul.products li.product .woocommerce-loop-product__link {
      text-decoration: none; }
      ul.products li.product .woocommerce-loop-product__link h2 {
        color: #00B0BB; }
        ul.products li.product .woocommerce-loop-product__link h2:hover, ul.products li.product .woocommerce-loop-product__link h2:focus, ul.products li.product .woocommerce-loop-product__link h2:active {
          color: #97CC7F; }
      ul.products li.product .woocommerce-loop-product__link .price {
        color: #626366; }
    ul.products li.product .woocommerce-loop-product__title {
      font-size: 1.5rem;
      line-height: 120%;
      margin-bottom: .5rem; }
    ul.products li.product img {
      display: block; }
    ul.products li.product img.woocommerce-placeholder {
      display: none; }
    ul.products li.product a.button {
      display: none; }

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%; }
    ul.products li.product.first {
      clear: both; }
    ul.products li.product.last {
      margin-right: 0; }

  .columns-1 ul.products li.product {
    float: none;
    width: 100%; }

  .columns-2 ul.products li.product {
    width: 48.1%; }

  .columns-3 ul.products li.product {
    width: 30.79667%; }

  .columns-4 ul.products li.product {
    width: 22.15%; }

  .columns-5 ul.products li.product {
    width: 16.96%; }

  .columns-6 ul.products li.product {
    width: 13.49333%; } }
/**
 * Single product
 */
/**
 * Single Product
 */
.woocommerce-breadcrumb {
  display: none; }

.single-product div.product {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  /* .related.products ul.products li.product.product_cat-tuition, */ }
  .single-product div.product .woocommerce-product-gallery {
    position: relative; }
    @media (min-width: 42em) {
      .single-product div.product .woocommerce-product-gallery {
        max-width: 50%;
        float: left;
        margin-right: 2rem;
        margin-top: 1.25rem; } }
    .single-product div.product .woocommerce-product-gallery--without-images {
      display: none; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 1em;
      right: 1em;
      display: block;
      z-index: 99; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      margin-bottom: 1em; }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      content: "";
      display: table;
      table-layout: fixed;
      margin: 0;
      padding: 0; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        cursor: pointer;
        float: left; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          opacity: .5; }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            opacity: 1; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          opacity: 1; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      width: 48.1%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      width: 30.79667%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      width: 22.15%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      width: 16.96%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: both; }
  .single-product div.product h1.product_title {
    font-size: 40px;
    font-size: 2.5rem; }
  .single-product div.product table.variations {
    width: auto; }
    .single-product div.product table.variations td {
      display: block; }
      .single-product div.product table.variations td.label {
        font-weight: bold;
        color: #333; }
        .single-product div.product table.variations td.label:after {
          content: ':'; }
      .single-product div.product table.variations td.value {
        margin-bottom: 10px; }
        .single-product div.product table.variations td.value select {
          margin-right: .75rem; }
  .single-product div.product .quantity {
    display: inline-block; }
  .single-product div.product input.qty {
    width: 100px;
    position: relative;
    top: 2px;
    margin-right: .25rem; }
  .single-product div.product #wccpf-fields-container {
    margin-bottom: 1em; }
    .single-product div.product #wccpf-fields-container h4 {
      display: none; }
  .single-product div.product table.wccpf_fields_table td {
    padding: 0 5px 1.5em; }
    .single-product div.product table.wccpf_fields_table td.wccpf_label, .single-product div.product table.wccpf_fields_table td.wccpf_label label {
      width: 175px;
      font-weight: bold;
      color: #333; }
      @media (max-width: 25em) {
        .single-product div.product table.wccpf_fields_table td.wccpf_label, .single-product div.product table.wccpf_fields_table td.wccpf_label label {
          width: 150px; } }
  .single-product div.product .product_meta {
    margin-top: 1.5em; }
    .single-product div.product .product_meta .sku_wrapper {
      display: none; }
  .single-product div.product .related.products ul.products li.product.product_cat-activities {
    width: 100%;
    float: none; }

.stock:empty:before {
  display: none; }
.stock.in-stock {
  color: #d0f6c0; }
.stock.out-of-stock {
  color: #e2401c; }

/**
 * Checkout
 */
/**
 * Checkout
 */
.woocommerce-cart-form .product-remove a {
  text-decoration: none;
  color: darkred;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 10px; }
.woocommerce-cart-form img {
  max-width: 200px;
  margin-right: 1rem; }
  .woocommerce-cart-form img.woocommerce-placeholder {
    display: none; }
.woocommerce-cart-form .shop_table > thead > tr > th {
  padding-bottom: 1rem;
  color: #626366; }
.woocommerce-cart-form .product-name a {
  font-size: 28px;
  font-size: 1.75rem;
  color: #00B0BB;
  font-weight: 500;
  font-family: "Montserrat Alternates", sans-serif;
  text-shadow: 0 0.5px 0.25px #626366;
  text-decoration: none; }
  @media (max-width: 42em) {
    .woocommerce-cart-form .product-name a {
      font-size: 20px;
      font-size: 1.25rem; } }
.woocommerce-cart-form .wccpf-cart-data-editor h5 {
  display: none; }
.woocommerce-cart-form .wccpf-cart-data-editor ul {
  padding-left: 0; }
  .woocommerce-cart-form .wccpf-cart-data-editor ul li {
    padding-left: 0; }
    .woocommerce-cart-form .wccpf-cart-data-editor ul li:before {
      content: none; }
.woocommerce-cart-form .variation dt, .woocommerce-cart-form .variation dd, .woocommerce-cart-form .variation p {
  font-weight: normal;
  display: inline;
  margin: 0; }
.woocommerce-cart-form .coupon {
  float: left;
  margin-right: 2rem; }
  .woocommerce-cart-form .coupon label {
    position: absolute;
    left: -9999px; }
  .woocommerce-cart-form .coupon button[type="submit"] {
    margin-top: 0;
    position: relative;
    top: -1px; }
.woocommerce-cart-form button[type="submit"] {
  margin-top: 1.25rem; }

.entry-content .woocommerce-checkout p:first-child {
  margin-top: 1em; }
.entry-content .woocommerce-checkout h3 {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-top: 3rem; }
.entry-content .woocommerce-checkout label {
  display: block; }
.entry-content .woocommerce-checkout .payment_methods label {
  display: inline; }
.entry-content .woocommerce-checkout .required {
  text-decoration: none; }
.entry-content .woocommerce-checkout .woocommerce-input-wrapper strong {
  color: #626366; }
.entry-content .woocommerce-checkout .select2.select2-container {
  max-width: 250px; }
.entry-content .woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: #e8e8e8;
  border-color: #e8e8e8; }
.entry-content .woocommerce-checkout textarea {
  max-width: 350px; }
.entry-content .woocommerce-checkout .payment_method_ppec_paypal img {
  vertical-align: middle; }
.entry-content .woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
  padding-left: 1rem; }
@media screen and (min-width: 768px) {
  .entry-content .woocommerce-checkout .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%; }
  .entry-content .woocommerce-checkout .col2-set .form-row-last {
    float: left;
    margin-right: 0; }
  .entry-content .woocommerce-checkout .col2-set .form-row-first,
  .entry-content .woocommerce-checkout .col2-set .form-row-last {
    width: 250px; }
  .entry-content .woocommerce-checkout .col2-set .form-row-wide {
    clear: both; } }

#order_review th {
  text-align: left;
  color: #626366; }
#order_review td.product-name {
  padding-top: 1em; }
#order_review li {
  padding-left: 0; }
#order_review li:before {
  content: none; }
#order_review .wccpf-cart-data-editor, #order_review .variation {
  display: none; }
#order_review .cart-subtotal th, #order_review .cart-subtotal td {
  padding-top: 1rem; }

.woocommerce-table--order-details thead th {
  text-align: left; }
.woocommerce-table--order-details tfoot th {
  text-align: right;
  padding-right: 1rem; }
.woocommerce-table--order-details .woocommerce-table__product-name.product-name a {
  font-size: 1.2em; }
.woocommerce-table--order-details .wc-item-meta {
  margin-top: 1rem; }
  .woocommerce-table--order-details .wc-item-meta li p {
    display: inline; }

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed; }
  .site-header-cart .cart-contents {
    text-decoration: none; }
  .site-header-cart .widget_shopping_cart {
    display: none; }
  .site-header-cart .product_list_widget {
    margin: 0;
    padding: 0; }

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400; }
  .star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #00B0BB; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }
  p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: #000;
    text-indent: 0;
    opacity: .25; }
  p.stars a:hover ~ a:before {
    content: "\53";
    color: #000;
    opacity: .25; }
p.stars:hover a:before {
  content: "\53";
  color: #00B0BB;
  opacity: 1; }
p.stars.selected a.active:before {
  content: "\53";
  color: #00B0BB;
  opacity: 1; }
p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #000;
  opacity: .25; }
p.stars.selected a:not(.active):before {
  content: "\53";
  color: #00B0BB;
  opacity: 1; }

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display: none; }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative; }
    .woocommerce-tabs ul.tabs li a {
      padding: 1em 0;
      display: block; }
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
  margin-top: 1em; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #d0f6c0; }
  .woocommerce-password-strength.short {
    color: #e2401c; }
  .woocommerce-password-strength.bad {
    color: #e2401c; }
  .woocommerce-password-strength.good {
    color: #a1dadd; }

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #d0f6c0; }
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c; }

.required {
  color: red; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  background-color: #d0f6c0;
  clear: both;
  padding: 1.25rem;
  margin: 1.25rem 0; }
  .woocommerce-message .button,
  .woocommerce-info .button,
  .woocommerce-error .button,
  .woocommerce-noreviews .button,
  p.no-comments .button {
    float: right;
    margin-left: 1rem; }
  .woocommerce-message a,
  .woocommerce-info a,
  .woocommerce-error a,
  .woocommerce-noreviews a,
  p.no-comments a {
    color: black; }
    .woocommerce-message a.button,
    .woocommerce-info a.button,
    .woocommerce-error a.button,
    .woocommerce-noreviews a.button,
    p.no-comments a.button {
      color: white; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #a1dadd; }

.woocommerce-error {
  background-color: #e2401c; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #a1dadd;
  z-index: 9999; }

.coupon {
  margin: 1.25rem 0; }

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block; } }
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em; }
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #00B0BB;
  box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #00B0BB; }
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider-horizontal {
  height: .5em; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

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