/*
 Theme Name:   Shop Isle Child
 Theme URI:    https://themeisle.com/themes/shop-isle/
 Description:  Shop Isle Child Theme
 Author:       Cristina Hainberger
 Template:     shop-isle
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/**
 Individuelles Header image pro Seite
 Wenn Header image erst über customizer hochgeladen wurde, muss dieses entfernt werden, dann greift dieses css.
 Bilder müssen im child theme images ordner hinterlegt sein
 Header image Größe: 1200x280 px
 Page-id schnell zu finden im Seiten Quelltext (Browser: Stg + U) oder im Dev-Browser (muss im html vorkommen)
 */

/* Header image Kontakt site */
.page-id-108 .page-header-module.module.bg-dark{
    data-background: url("images/kontakt1200x280.jpg");
    background-image: url("images/kontakt1200x280.jpg");
}
/* Header image Passion site */
.page-id-104 .page-header-module.module.bg-dark{
    data-background: url("images/passion1200x280.jpg");
    background-image: url("images/passion1200x280.jpg");
}
/* Header image Blog site ...*/
.blog .header .module.bg-dark{
    data-background: url("images/kontakt1200x280.jpg");
    background-image: url("images/kontakt1200x280.jpg");
}

.wooco_total.wooco-total.wooco-text
{
    text-align: right;
}

.custom_wooco_component_product_times{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    padding-left: 7px;
}
/* Button on product site above title */
.change-product-bundle-button-left
 {
     padding: 10px;
     border: cadetblue;
     border-radius: 2px;
     color: #fff;
     background: cadetblue;
     box-shadow: none;
     font-family: "Roboto Condensed", sans-serif;
     font-size: 13px;
     letter-spacing: 2px;
     text-transform: uppercase;
     width: 49%;
 }

.change-product-bundle-button-right
{
    padding: 10px;
    border: cadetblue;
    border-radius: 2px;
    color: #fff;
    background: cadetblue;
    box-shadow: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 49%;
    float: right;
}

.change-product-bundle-button
{
    padding: 10px;
    border: cadetblue;
    border-radius: 2px;
    color: #fff;
    background: cadetblue;
    box-shadow: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
    float: right;
}

@media (max-width: 480px) {
    .change-product-bundle-button-left, .change-product-bundle-button-right
    {
        font-size: 10px;
    }
}