/*
Theme Name: HorseClub
Theme URI: http://hc.useful-pixels.com/
Author: the Useful Pixels team
Author URI: http://useful-pixels.com/
Description: Horse Club was built and designed by <a href="http://useful-pixels.com/">Useful Pixels</a>.
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: horseclub

CSS changes can be made in files in the \assets\css folder. This is a placeholder file required by WordPress, so do not delete it.
*/

.rev_slider {
  width: 100% !important;
  height: auto !important;
}

.wc-block-cart__submit-button {
  color: #fff;
  background: #b89f5c;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-transform: uppercase;
  min-height: 40px;
  line-height: 45px;
}

#up_topbar
  .widget.woocommerce.widget_shopping_cart
  .mini_cart_item
  > a:nth-child(2) {
  color: #000 !important;
}
#up_topbar .widget.woocommerce.widget_shopping_cart .widgettitle {
  display: none;
}
#up_topbar .widget.woocommerce.widget_shopping_cart .remove_from_cart_button {
  font-size: 30px;
  color: #b89f5c !important;
  font-weight: 600;
}

#up_topbar .widget.woocommerce.widget_shopping_cart {
  height: auto !important;
}

.learn-more-mobile {
  display: none;
}
@media (max-width: 575px) {
  .learn-more-mobile {
    display: block;
  }
  .learn-more-desktop {
    display: none;
  }
  .learn-more-mobile img {
    margin-top: -20px;
  }
}
