/*
Theme Name: Garten
Theme URI: http://7uptheme.com/wordpress/garten
Author: the 7up WordPress team
Author URI: http://themeforest.net/user/7-up
Description: The responsive shop WordPress theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: full-width-template, theme-options, rtl-language-support, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
Text Domain: garten
*/

.pulse {
  animation: pulse-animation 2s infinite;
  border-radius: 50%;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}




.term-description,.top-filter{display: none !important;}
.product-desc p{color: #4c5461;}
.title18{
    font-size: 14px !important;
}
.header-page{
background: #d3f411 !important;
	min-height: 175px !important;
}
.logo img{max-width:80%;}
.footer-page {
    background: #8e8e8e !important;
}

 .main-nav.main-nav1 ul{
    text-align: right;
}
.header-page .container p{display: none;}
