/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
 /*
  * Custom WAYACROSS CSS start
  */
  
  #header .header-nav,
  .header-cart .cart-products-count,
  .btn-primary,
  .back-to-top,
  .mt-search-widget form button[type=submit],
  #left-column .mt-menu-vertical .title_vertical, #right-column .mt-menu-vertical .title_vertical, .block-categories .widget-title, #search_filters > .facet-title, #left-column .products-section-title, #left-column .product-section-title, #left-column .block-categories h4, #left-column .block-blog h4, #left-column .block-blog .h6, #right-column .products-section-title, #right-column .product-section-title, #right-column .block-categories h4, #right-column .block-blog h4, #right-column .wishlist_block h4, #right-column .block-blog .h6,
  #blockcart-modal .modal-header,
  .input-group .input-group-btn > .btn[data-action=show-password],
  .bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default,
  .product-flags li.product-flag.new,
  .prdouct-btn-wrapper.list div a:hover, .product-quantity div.product-btn-icon a:hover, .prdouct-btn-wrapper div button:hover, .prdouct-btn-wrapper div a:hover,
  .product-flags li.product-flag.new,
  .products-sort-order .select-list:hover,
  .tabs .nav-tabs,
  .product-actions .wishlist.product-wishlist-icon:hover i, .product-actions .compare.product-compare-icon:hover i,
  .cart_block .cart-button.cart-action a,
  .menu-close, .filter-close {
      background: #80c142;
  }
  
    .input-group .input-group-btn > .btn[data-action=show-password]:hover,
    .btn-secondary, .btn-tertiary {
      background: #777;
  }
  
    .intro-slider .owl-carousel.owl-theme .owl-nav button:hover,
  .promo-banner-wrapper .promo-btn, .content-block .promo-btn,
  #homePageTabs.product-tab-filters li a.active, #homePageTabs.product-tab-filters li a:hover,
  .block_newsletter form button[type=submit]:hover, .block_newsletter form button[type=submit]:focus,
  .prdouct-btn-wrapper.list .product-btn-icon button.add-to-cart.btn:hover,
  .product-actions button.btn.btn-primary.add-to-cart:hover {
     background: #80c142;
     border-color: #80c142;
  }
  
    .contact-rich h4 {
      border-left-color: #80c142;
  }
  
  a:focus, a:hover,
  .back-to-top:hover i,
  #top-menu > li:hover > a, #top-menu > li.open:hover > a,
  .shopcart-inner,
  #wrapper .breadcrumb li a:hover, #wrapper .breadcrumb li:last-child a,
  .contact-rich .block .data a:hover,
  .header-right-innre .search-box a:hover i, .header-right-innre .search-box a:focus i, .header-right-innre .search-box.active i.icon-search, .header-right-innre .user-info button:hover i, .header-right-innre .user-info button:focus i, .header-right-innre .user-info button:active i, #_desktop_cart .header-cart a:hover i, #_desktop_cart .header-cart a:focus i,
  .promo-box .promo-icon i,
  #products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping,
  .product-grid .product-btn-icon button.add-to-cart.btn,
  #header .dropdown-menu li:hover .dropdown-item,
  .pro_list_gird span.active, .pro_list_gird span:hover,
  #products #js-product-list .product-list:hover .product-title a,
  .product-price,
  .product-actions .wishlist.product-wishlist-icon:hover span, .product-actions .compare.product-compare-icon:hover span,
  .product-quantity .qty .input-group .input-group-btn-vertical .btn:hover,
  .social-sharing li a:hover, .block-social ul li a:hover,
  #blockcart-modal .product-name,
  .cart_block span.product-price, .cart_block .cart-summary .cart-total span.value,
  .PopupWishListInner > .head-title > i, .PopupSendWishListInner > .head-title > i,
  .page-my-account #content .links a:hover i {
      color: #80c142;
  }
  
  .footer-bottom .copyright_link {
      color: #777;
  }
  
  @media (min-width: 992px) {
      .top-menu a[data-depth="0"]:hover, #header li:not(.normal-dropdown) .sub-menu li > a.dropdown-submenu:hover {
          color: #80c142;
      }
  }
  
  .header-nav-inner {
      justify-content: center;
  }
  
  .header-top-text p {
      margin: 0;
      color: #fff;
      text-align: center;
  }
  
  .top-menu a[data-depth="0"], .top-menu .more_menu .sub-menu a:not([data-depth="0"]) {
      text-transform: uppercase;
  }
  
  .footer-container li a[href^="mailto"] {
      text-transform: lowercase;
  }
  
  @media (max-width: 767.98px) {
      .header-top-text p {
          font-size: 11px;
      }
      
      .footer-bottom .copyright_link,
      .newsletter-description {
          font-size: 13px;
      }
  }