/*
 Theme Name: VendiPro Child
 Theme URI: http://vendidero.de
 Description: VendiPro Child Theme
 Author: Henry Ry
 Author URI: http://vendidero.de
 Template: vendipro
 wc_gzd_compatible: true
 Version: 1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/*Anpassung Demp Store Anzeige*/
.demo_store {
    background: #000 none repeat scroll 0 0;
    border-bottom: 2px solid #5c7728;
    height: 35px;
    left: 0;
    position: relative;
    font-size: 20px;
    top: 0px;
    width: 100%;
    z-index: 9999;
    text-align: center;
}

/*FR Slideshow Bühne Startseite Anpassung */
.frs-slideshow-container#fr-slideshowpjc {
	margin-top: 25px;
	margin-bottom: 75px;
}
/*FR Slideshow Pfeile links Anpassung */
.frs-slideshow-container .frs-skin-default div.frs-slider-nav span.frs-arrow-left {
    background: #fff url("../../plugins/fluid-responsive-slideshow/skins/images/arrow_left_black.png") repeat scroll 0 0 !important;
    left: 0;
}
/*FR Slideshow Pfeile rechts  Anpassung */
.frs-slideshow-container .frs-skin-default div.frs-slider-nav span.frs-arrow-right {
    background: #fff url("../../plugins/fluid-responsive-slideshow/skins/images/arrow_right_black.png") repeat scroll 0 0 !important;
    right: 0;
}

/*FR Slideshow Buttons farb Anpassung */

p.frs-caption-button.frs-buttonskin-black a span {
    border-color: #8e6d12 !important;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #8e6d12 !important;
    background-color: #fff !important;
    padding: 5px 10px;
}

p.frs-caption-button.frs-buttonskin-black a:hover span {
    border-color: #339900 !important;
    color: #6d501e !important;
    background-color: #fff !important;

}
/*FR Slideshow Buttons Mobile Anzeige Anpassung */
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content p.frs-caption-button {
    display:block !important;
}


/*flexslider Thumbnails Anpassung */

div.product .images .thumbnails {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border-radius: 0;
    border-top: 2px solid #eee;
    bottom: 1em;
    padding: 0.5em 1.2em;
    position: relative; /* thumbnails unterhalb produktbild */
    width: 100%;
}

/*badge Rabatt Fahne Farb-Anpassung */
.badge {
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #8e6d12;
    border-radius: 3px;
    color: #8e6d12;
    font-size: 1.5em;
    font-weight: 800;
    padding: 0.3em 0.3em;
    position: absolute;
    right: 0.3em;
    top:0.3em;
}
/*Angebots Rabatt Typo Farb-Anpassung */
.price ins {
    color: #8e6d12;
}