/******************************************************************

Theme Name: Floragard 2013

Theme URI:

Description:

Author: Green Solutions Software/Dienstleistungen UG

Author URI: http://green-solutions.net/

Version: 1.0
*/


/**
*
*
*   ############ START WEBSHOP ############
*
**/
a{
    word-break: break-all;
}
.product-image {
    height: auto;
    width: 140px;
}

.product-image-detail {
    height: auto;
    width: 175px;
}

.product-image-wrapper {
    /* Center vertically and make same height*/
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 100%;
}

ul.product-list-cat {
    display: flex;
    flex-wrap: wrap;
}

ul.product-list-cat li {
    display: flex;
    width: 25%;
    text-align: center;
}

ul.product-list-cat li .background {
    /* gray background must equal its parent width*/
    width: 100%;
}


/**
*
*
* ############ END WEBSHOP ############
*
**/


/**
*
*
* ############ START CONTACTFORM ############
*
**/

.captcha .wpcf7-form-control-wrap {
    display: inline-block;
}

.invisible-space {
    width: 200px;
    height: 1px;
    display: inline-block;
    float: left;
}


/**
*
*
* ############ END CONTACTFORM ############
*
**/


/**
*
*
* WPML Update FIX
*
*
**/

#lang_sel_list ul {
    list-style: none;
    display: flex;
}

@media ( max-width:768px) {
    ul.product-list-cat li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    ul.product-list-cat li {
        width: 100%;
    }
}