/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.shop-heading{
    margin-top:5px;
    font-size: 25px;
}
.wpem-event-title.shop-head-div{
    padding:0 15px ;
    min-height: 0 !important;
}
.middle-shop, .shop-buttons{
    padding:0 15px ;
}
.middle-shop{
    margin-bottom:10px;
}
.meer-info-shop{
    width: 100%;
    padding: 5px 10px;
    display: block;
    border: #5B732E 2px solid;
    border-radius: 10px;
    color: #5B732E !important;
    text-align: center;
}
.meer-info-shop:hover {
    border: #5B732E 2px solid;
    border-radius: 10px;
    color: white !important;
    background-color: #5B732E;
}

.shop_add_to_cart {
    background-color: #5B732E;
    padding: 5px 10px;
    border: #5B732E 2px solid;
    border-radius: 10px;
    color: white !important;
    text-align: center;
    width:100%;
    display:block;
    margin-bottom: 15px;
}
.shop_add_to_cart:hover {
    border: #5B732E 2px solid;
    border-radius: 10px;
    color: #5B732E !important;
    background-color: white;
}
.shop-buttons{
    padding-bottom: 1px;
}
.shop-cart{
    margin-top:10px;
}
.card-wrapper{
    display: flex;
    background-color: white;
    align-content: stretch;
}
.card-info{
    flex-grow: 1;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-image{
    width: 64%;

}
.card-txt{
    margin-bottom:20px !important;
}
@media(max-width: 980px){
#product-row{
    min-width:100%;
}}
@media(max-width: 690px){
.card-wrapper{
    flex-direction: column;
}
    .card-image{
        width: 100%;

    }
    .card-info{
        padding: 0 15px;

    }
    .product .summary.entry-summary form {
        float: none !important;
        margin-top: 0 !important;
    }
    .product .summary.entry-summary form input{
        max-width: 100% !important;
        width: inherit !important;
    }
}

.entry-content>.product{
    background-color: white;
    display:flex;
    flex-direction: column;
}

.product{
    padding-top: 0 !important;
}

.product .entry-title{
    display:block;

}
.product .summary.entry-summary{
    width:100% !important;
    padding:20px;
    margin-top: 0 !important;
}
.product .summary.entry-summary form{
    float: right;
    margin-top: -120px;
}
.product .summary.entry-summary form input{
    max-width: 100% ;
    width: 100%;
}
.product_meta{
    display:none;
}

[class*=woocommerce] li.product{
    margin: 0 2% 2% 0 !important;
}
.description-txt{
    color: #555555;
}
.shop-description{
    min-height: 57px;
    padding: 0 3px;
}


/*Slider*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox*/
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #5c722e;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5c722e;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}