/*--
	Theme Name: theme49016
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1
	MotoPress Version: 1.0
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */
   

.woocommerce ul.products .fl-btn .add_to_cart_button { font-size: 14px !important; float: right;}


body #motopress-main.main-holder .owl-carousel .owl-stage-outer  a.button { 
	background: #ffffff;
    color: #6b8a32;
    border: 1px solid #e8e8e8;
    float: inherit;
    width: 100px;
    border-radius: 0px;
}


body #motopress-main.main-holder .owl-carousel .owl-item  a.woocommerce-LoopProduct-link    { min-height: 150px; }


body #motopress-main.main-holder .owl-carousel .owl-dots .owl-dot span {
    background-color: #f1f1f1;
	width: 20px;
	border-radius: 30px;
		border: 1px solid rgba(154, 239, 0, 0.46);
    box-shadow: 1px 2px 2px rgba(108, 108, 108, 0.43);

}

body #motopress-main.main-holder .owl-carousel  .owl-dots .owl-dot.active span, body #motopress-main.main-holder .owl-carousel .owl-dots .owl-dot:hover span {
	  background-color: #93c43b;
}

body #motopress-main.main-holder .carousel-slider .owl-nav .owl-prev, body #motopress-main.main-holder .carousel-slider .owl-nav .owl-next {
	background: rgb(155, 159, 152);
	opacity: 100;
}

body #motopress-main.main-holder .carousel-slider .owl-nav .carousel-slider-nav-icon:hover {
    fill: #d8fcae;
}

section.title-section {
	background-image: url(https://www.kulturbuch-verlag.de/wp-content/uploads/2017/08/background.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
}

body #motopress-main.main-holder  .carousel-slider__product {
	box-shadow: 1px 0px 5px rgba(166, 174, 116, 0.74);
    margin-bottom: 40px;
    /*border: 1px solid rgba(69, 110, 20, 0.36);*/
}

.home .breadcrumb.breadcrumb__t { visibility: hidden; }
.breadcrumb.breadcrumb__t {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    border: 1px solid rgba(190, 190, 190, 0.66);
    border-right: 0px;
}

.carousel-slider__product h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}

.title-header {
	padding-left: 15px;
}