#new-products-page-wrapper .arrow {
    background-image: url("../images/arrow-category-menu-open.png");
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#new-products-page-wrapper .collapsed .arrow {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.0s;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

#new-products-page-wrapper #new-products-filters-title {
    background: #97D700;
    padding: 10px 15px;
    border-bottom: 1px solid white;
}

#new-products-filters-title h3 {
    padding: 0;
    margin: 0;
    color: white;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
}

#new-products-page-wrapper li, #new-products-page-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#new-products-page-wrapper .subcategory-name {
    background: #4A4A49;
    border-bottom: 1px solid white;
}

#new-products-page-wrapper .subcategory-name h4 {
    font-size: 14px;
    text-transform: initial;
}

#new-products-page-wrapper .subcategory-name h4 a {
    color: white;
}

.subcategory-wrapper {
    background: #E6E6E6;
    border-bottom: 1px solid #FFFFFF;
    padding: 5px 0;
}

#new-products-page-wrapper .panel-body {
    padding: 0px 15px;
    background: #E6E6E6;
}

#new-products-page-wrapper ul {
    border-bottom: 1px solid white;
}

#new-products-page-wrapper .subcategory-wrapper.selected {
    background-color: #BBBBBB;
    color: white;
}

#new-products-page-wrapper .panel-title {
    line-height: 18px;
}

.products li.new-products-category-image.product img {
    width: auto !important;
    height: auto !important;
}

.checked-items {
    position: absolute;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    padding: 4px;
    text-align: center;
    font-weight: bolder;
    top: 0px;
    right: 35px;
    background-color: #97D700;
    color: #fff;
    font-size: 11px;
}

.checked-items {
    display: none;
}

.categories-list ul.products li.product {
    padding: 5px !important;
}

.image-gallery.home-prod {
    margin-top: 20px;
}

.image-gallery.home-prod .product-category {
    min-height: 42px;
}

.categories-list .products .product h2 {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.categories-list .products .product-category {
    margin-top: 0px !important;
}

.new-products-wrapper {
    text-align: center;
}

.loading-products-icon-wrapper {
    padding: 50px;
    display: none;
}

.image-gallery .loading-products-icon-wrapper,
.new-products-wrapper .loading-products-icon-wrapper {
    display: block;
}

.new-products-wrapper .categories-list .product-category:hover,
.home-prod-section-body .product-category:hover {
    background: #97D700;
}

.new-products-wrapper .image-gallery.home-prod .product-category:hover {
    background: #668415;
}

.home-prod-section-body .product-category a {
    color: white;
}
.home-prod-section-body .product-category,
.new-products-wrapper .categories-list .product-category {
    background: #4A4A49;
    border-radius: 5px;
}

.new-products-wrapper .categories-list .product-category a,
.new-products-wrapper .image-gallery.home-prod .product-category a {
    font-family: "Roboto Condensed";
    display: inline-block;
    padding: 2px 12px;
    color: white;
    font-size: 13px;
    letter-spacing: 0px;
}

.subcategory-wrapper div {
    font-family: "Roboto Condensed";
}

.image-gallery.home-prod .product-title a {
    color: #4A4A49;
}

.image-gallery .product-title,
.image-gallery .product-category,
.image-gallery .btn-goto {
    font-family: "Roboto Condensed";
    font-weight: 400;
}

.image-gallery.home-prod .owl-controls .owl-prev {
    position: absolute;
    left: -50px;
}

.image-gallery.home-prod .owl-controls .owl-prev,
.image-gallery.home-prod .owl-controls .owl-next {
    position: absolute;
    right: -100px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
}
.image-gallery.home-prod .owl-controls .owl-prev {
    left: -100px;
}
.image-gallery.home-prod .owl-controls.clickable {
    top: 0;
    position: absolute;
    width: 100%;
}

.new-products-category-image .btn-goto a:hover,
.product-thumb .btn-goto span:hover,
.product-thumb .btn-goto a span:hover
.btn-goto a:hover {
    color: #97D700!important
}

.new-products-wrapper .btn-goto a {
    color: black;
    font-weight: 300;
    font-size: 12px;
}

.new-products-wrapper .btn-goto {
    margin: 10px 0;
}

.new-products-wrapper .products .product h2 {
    min-height: 95px;
    font-size: 16px;
    display: block;
}

.product-category a .category-name {
    padding: 70px 0;

}

.lang-de .product-category {
    height: 85px;
    line-height: 85px;
}

.product-category {
    height: 40px;
    line-height: 40px;
}

.product-category a {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
    font-size: 13px;
    font-family: "Roboto Condensed";
}

.home-prod-section-body .product-thumb .wrapper{
    padding: 0 10px
}

.home-prod-section-body .image-gallery .owl-controls .owl-buttons .owl-next {
    background: url("../images/arrow-grey.png") !important;
    background-repeat: no-repeat !important;
}

.home-prod-section-body .image-gallery .owl-controls .owl-buttons .owl-prev {
    background: url("../images/arrow-grey.png") !important;
    background-repeat: no-repeat !important;
    transform: rotate(180deg);
}

.product-thumb .product-img img:hover{
    border-color: #97D700;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0.2em 0 !important;
}

.categories-list .products li {
    margin-top: 0!important;
    margin-bottom: 0!important;
}