/*
 Theme Name:   Edubin Child
 Theme URI:    https://thepixelcurve.com/wp/edubin/demo/
 Description:  Education LMS WordPress Theme Edubin Child Theme
 Author:       ThePixelcurve
 Author URI:   https://thepixelcurve.com/
 Template:     edubin
 Version:      6.5.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child
*/

.woocommerce ul#shipping_method {
  margin-bottom: 1em;
}

.woocommerce ul#shipping_method li {
  padding: 0;
  text-indent: 0;
}

.woocommerce-shipping-totals.shipping .woocommerce-shipping-methods li label {
  display: inline-block;
  margin-left: 5px;
}

.cart-collaterals .cross-sells ul.products li.product {
  margin-right: 2%;
}

.cart_totals .wc-proceed-to-checkout, .cart_totals .wc-proceed-to-checkout:hover {
  border-color: transparent;
  background: transparent;
  color: #07294d !important;
  padding: 1em 0;
}

.cart_totals .wc-proceed-to-checkout .checkout-button {
  border-color: #ffc600;
  background: #ffc600;
  color: #07294d;
  padding: 1em 2em;
  margin-top: 1em;
}

.cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  border-color: #07294d;
  background: #07294d;
  color: #ffffff;
}

.flex-control-thumbs{
  display: flex;
  flex-wrap: wrap;
}

.cart_totals #payment-method-message {
  margin: 0 0 1em !important;
  height: 66px !important;
  padding: 2px 0em 0px !important;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .cart-collaterals {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .woocommerce-cart .cart-collaterals .cross-sells {
    margin-top: 60px;
  }
}

@media screen and (max-width: 797px) {
  .tribe-events .tribe-events-calendar-list__event-date-tag{
    position: static !important;
    padding: 0 !important;
  }

  .tribe-events .tribe-events-calendar-list__event-date-tag-datetime{
    left: 0 !important;
  }

  .tribe-events .tribe-events-calendar-list__event-row{
    column-gap: 30px !important;
  }
}

// Remove WooPayments BNPL promotional messages from product pages
.single-product #payment-method-message {
  display: none !important;
}