/*.site-branding {
    text-align: left;
}

.site-title {
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
    margin: 0;
}

.site-description {
    margin-bottom: 0;
}
*/	

/* @media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    } 
}*/


*/.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-left: 50px
}

.site-branding {
    text-align: center;
}

.site-title {
    font-size: 0px;
    font-family: sans-serif;
    font-weight: bold;
    margin: 0;
}

.site-description {
    margin-bottom: 0;
}

.header-main {
    border-top-color: black;
    transition: all .5s ease-in-out;
    border-bottom: 60px solid #555555;
}

.space {
    padding: 0px 0;
}

.wpcf7-form label {
    width: 30%;
}

/*.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
    background: rgba(0, 0, 0, .1);
    display: flex;
    height: 50%;
    width: 50%
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
    align-items: center;
    display: flex;
    height: 50%;
    justify-content: center;
    margin: 0;
    position: relative;
    width: 50%
}*/

#tf-f-cart-icon {
    background-color: #6e6a6a;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    cursor: pointer;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    padding-top: 7px;
    position: absolute;
    left: 5px;
    bottom: 8px;
    padding: 0;
    min-width: auto;
}
.tfwctool-floating-cart-container .tfwc-f-cart-product .product-img-link img {
    width: 60px;
    float: right;
    display: block;
    height: auto;
}

.tfwctool-floating-cart-container .tfwc-f-cart-product {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.tfwctool-floating-cart-container .tfwc-f-cart-product .product-img-link {
    display: block;
    float: right;
    padding-right: 15px;
}

.tfwctool-floating-cart-porducts {
    max-height: 300px;
    overflow: auto;
    padding: 12px;
}


.tfwctool-floating-cart-container {
position: fixed;
left: 20px;
right: auto;
bottom: 50px;
z-index: 1000;
}

/*.tfwwc-tool-f-cart-subtotal {
    display: inline;
}*/

