/**
Theme Name: Storefront Child
Author: Jenny Lehmann
Version: 1.0.0
Text Domain: storefront-child
Template: storefront
*/



.col-full {
    max-width: 73em;
}


.page-id-4055 {
    background-image: unset !important;
}


/* über das produkt and über den Hersteller */
.description-tab {
    font-size: 1.118em;
    margin-bottom: 1em;
}

.parent {
    width: 100%;
    clear: both;
    margin-bottom: 35px;
}

.child1 {
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 30px;
    width: calc(50% - 2px);
    vertical-align: top;
}

.child2 {
    display: inline-block;
    padding-left: 20px;
    width: calc(50% - 2px);
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .child1 {
        width: 100% !important;
        padding-left: 0px;
    }

    .child2 {
        width: 100%;
        padding-top: 20px;
        padding-left: 0px;
    }

    .delivery span {
        width: 100% !important;
    }

    /* full width home page */
    .home-producer-wide {
        width: 100% !important;
    }
}




/* Remove page title */
.hentry.type-page .entry-header {
    display: none;
}

/* remove text underline from links */
.hentry .entry-content a {
    text-decoration: none;
}


/* product listing settings */
.hentry .entry-content .wc-block-grid__products .wc-block-grid__product > a, .hentry .entry-content ul.products li.product > a {
    text-align: left;
    float: left;
    width: 100%;
}

.button.product_type_variable.add_to_cart_button, .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    text-align: center !important;
    width: 100%;
}

.button.product_type_simple {
    width: 100%;
    text-align: center !important;
}

.product p.wc-gzd-additional-info {
    text-align: left;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
}




/* Slideshow container */
.slideshow-container {
    background-color: #A6855C;
    border-radius: 50px;
    height: 650px;
    display: flex;
    align-items: center;
}



/* The dots/bullets/indicators */

.dot-container {
    text-align: center;
    margin-top: -205px;
    margin-left: -20px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 90px;
    padding: 8px;
    padding-left: 15px;
}

.dot-container-mobile {
    display: block;
}

@media screen and (max-width: 768px) {
    .slideshow-container {
        height: 350px;
    }
    
    
    .dot-container {
        margin-top: -50px; 
        margin-left: unset;
        background-color: #ffffff;
        border-radius: 15px;
        width: 200px;
        padding: 0px;
    }

    .dot {
        margin: 0px 2px;
        display: inline-block !important;
    }

    .dot-container-mobile {
        display:flex; 
        justify-content: center;
    }
}

.dot {
    cursor: pointer;
    height: 50px;
    width: 50px;
    margin: 5px;
    border: 1px solid #E5DFDA;
    border-radius: 50%;
    display: block;
    transition: background-color 0.6s ease;
    z-index: 50;
}

    .active, .dot:hover {
        background-color: #ffffff;
        border: 1px solid #A6855C;
    }

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


#button-pacribo {
    width: 100%;
}


.slideshow-image {
    width: 75%;
}


/* FLIPCARD */
/* default */
/* body */
.div-flipcard {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
  
  /* .flip-card-container */
  .flip-card-container {
    border-radius: 15px;
  color: #ffffff;
    width: 353px;
    height: 500px;
    margin: 10px;
  
    perspective: 1000px;
  }
  
  /* .flip-card */
  .flip-card {
    width: inherit;
    height: inherit;
  
    position: relative;
    transform-style: preserve-3d;
    transition: .6s .1s;
  }
  
  /* hover and focus-within states */
  .flip-card-container:hover .flip-card,
  .flip-card-container:focus-within .flip-card {
    transform: rotateY(180deg);
  }

  
@media screen and (max-width: 768px) {
    .flip-card-container .flip-card {
      transform: rotateY(180deg);
    }
}
  
  /* .card-... */
  .card-front,
  .card-back {
    width: 100%;
    height: 100%;
    border-radius: 24px;
  
    background: var(--dark);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  
    backface-visibility: hidden;
  
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* .card-front */
  .card-front {
    transform: rotateY(0deg);
    z-index: 2;
  }
  
  /* .card-back */
  .card-back {
    transform: rotateY(180deg);
    z-index: 1;
  }
  
  
  /* figure, .img-bg */
  .card-heading-back {
    position: absolute;
    top: 0;
    width: 80%;
    display: block;
    margin-top: 15%;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    font-size: 30px;
    position: absolute;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    font-family: "neue-haas-grotesk-text", Sans-serif;
  }
  
  .card-heading-front{
    display: block;
    width: 80%;
    margin-bottom: 25%;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    font-size: 30px;
    bottom: 0;
     padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    font-family: "neue-haas-grotesk-text", Sans-serif;
  }
  
  #arrow-right {
    color: #ffffff;
    z-index: 10;
    display: block;
    width: 80%;
    margin-bottom: 5%;
    font-weight: bold;
    line-height: 1.6;
    text-align: right;
    position: absolute;
    font-size: 30px;
    bottom: 0;
    padding-bottom: 5px;
    
  }
  
  /* ul */
  .ul-flipcard {
    padding-top: 20%;
    margin: 0 auto;
    width: 80%;
    height: 100%;
  
    list-style: none;
    color: var(--white-1);
  
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  /* li */
  .li-flipcard {
    width: 100%;
    margin-top: 12px;
    padding-bottom: 12px;
  
    font-size: 16px;
    text-align: left;
  
    position: relative;
  }
  
  .ul-flipcard .li-flipcard p {
    font-family: "minion-3", Sans-serif;
    font-size: 17px;
    padding-top: 15px;
  }
  
  
  
  /* button */
  .button-bright {
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #ffffff;
    background: none;
    border-radius: 15px;
    width: 100%;
    font-weight: 500;
  }

  .button-dark {
    cursor: pointer;
    border: 1px solid #000000;
    color: #000000;
    background: none;
    border-radius: 15px;
    width: 100%;
    font-weight: 500;
  }



.everest-forms label {
    color: #ffffff;
}


.site {
    overflow-x: unset;
}


/*Startseite gallery slider*/
.swiper-slide {
    margin: 10px;
}

.swiper-slide img {
border: 1px solid #333333;
    border-radius: 10px;
}


#copyright {
    text-align: right;
}


.wc-item-meta-label {
    width: 100% !important;
    margin-top: 15px;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.locale--DE .message__content {
    display: none !important;
}


.pi_delivery_type {
    display: none !important;
}

#clear_delivery_date {
    bottom: 4px !important;
}