/*
Theme Name: Learts Child
Theme URI: https://learts.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0
Template: learts
*/
.home .site-header:not(.sticky-header) .site-menu.hidden-lg-down.menu-align-center.menu-calculated li a{
    color:white!important;
}

#home-button-shopnow-stripped {
    /* color:white!Important;     */
    font-size:14px!important;
    text-decoration:underline;
}
div#home-split-two-images {
    min-height:700px;
    margin:100px 0!important;
    margin-left:-16px!important;
}
#home-split-two-images .wpb_column.col-sm-6 .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#home-split-two-images .wpb_column.col-sm-6 .wpb_wrapper div{
  color:white!important;
}
.tax-product_cat .shop-toolbar ul.product-tabs {
    display:none;
}

/* Desktop: show desktop, hide mobile */
#video-desktop {
  display: block;
}

#video-mobile {
  display: none;
}

/* Mobile: show mobile, hide desktop */
@media (max-width: 768px) {
  #video-desktop {
    display: none;
  }

  #video-mobile {
    display: block;
  }
}

/* #home-products */
#home-products .woocommerce .products.row.ajax-products {
    display:block!important;
    /* width: 100% !important; */
    /* max-width: 100% !important; */
    /* margin: 0 !important; */
    /* padding: 0 !important; */
}
#home-products .product.product-loop{
    /* width:100%!important; */
    max-width:100%!important;
}

#home-campaign-2columns #il-column-left .wpb_wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}