/* Shop View Switcher - Creative Commerce Snippet */


@media (min-width: 768px){
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product, 
    .woocommerce .related ul.products li.product, 
    .woocommerce-page .related ul.products li.product, 
    .woocommerce .upsells.products ul.products li.product, 
    .woocommerce-page .upsells.products ul.products li.product, 
    .woocommerce[class*=columns-] ul.products li.product, 
    .woocommerce-page[class*=columns-] ul.products li.product {
        float: left !important;
        margin-right: 3.8%;
        width: 100%!important;
    }
    .woocommerce ul.products li.product.first, .woocommerce-page ul.products li.product.first, .woocommerce .related ul.products li.product.first, .woocommerce-page .related ul.products li.product.first, .woocommerce .upsells.products ul.products li.product.first, .woocommerce-page .upsells.products ul.products li.product.first, .woocommerce[class*=columns-] ul.products li.product.first, .woocommerce-page[class*=columns-] ul.products li.product.first {
        height: auto!important;
    }
}

body.woocommerce ul.products.fluid-rows .fl-post-column {
    padding-bottom: 10px;
}

body.woocommerce ul.products.fluid-rows .fl-post-column,
body.woocommerce ul.products.fluid-rows .fl-post-column {
    width: 100%!important;
    align-items: center;
    margin: 0;
    max-width: 100%;
}


@media (min-width: 768px){
    body.woocommerce ul.products.fluid-rows .fl-post-column li,
    body.woocommerce ul.products.fluid-rows .fl-post-column li {
        width: 100%!important;
        display: flex;
        margin-bottom: 10px;
    }
}

body.woocommerce .products.fluid-rows li a {
    flex: 0 0 auto;
    margin: 0;
}

body.woocommerce .products.fluid-rows li .fl-post-grid-text {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: 10px 10px;
}

body.woocommerce .products.fluid-rows li .fl-post-grid-title,
body.woocommerce .products.fluid-rows li .fl-post-module-woo-meta,
body.woocommerce .products.fluid-rows li .fl-post-module-woo-button {
    flex: 1 1 auto;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
}

body.woocommerce .products.fluid-rows li .fl-post-grid-title {
	width: 250px;
    flex: 1 1 250px;
    font-size: 17px;
}

body.woocommerce .products.fluid-rows li .fl-post-module-woo-meta {
   
    margin: 16px 0 12px 0;
    padding: 0;
}
body.woocommerce .products.fluid-rows li .fl-post-module-woo-meta .price {
    margin-bottom: 0;
}
body.woocommerce .products.fluid-rows li .fl-post-module-woo-meta .price span {
    font-size: 15px;
    margin-bottom: 0;
}


body.woocommerce .products.fluid-rows li .fl-post-module-woo-button {
    justify-content: right;
    padding-top: 0;
}

body.woocommerce .products.fluid-rows li .fl-post-module-woo-button a {
    margin: 0;
    font-size: 15px!important;
}


body.woocommerce .products.fluid-rows li a img {
    max-width: 80px;
    margin-bottom: 0!important;
}

body.woocommerce .products.fluid-rows li a img {
    max-height: 115px!important;
}


@media (min-width: 640px){

    body.woocommerce .products.fluid-rows li .woocommerce-loop-product__title {
        flex: 1 0 40%;
        text-align: left;
        font-size: 16px;
        padding: 0;
        padding-left: 20px;
        max-width: 25vw;
    }
    body.woocommerce .products.fluid-rows li .price {
        padding: 0;
        padding-right: 20px;
        display: flex;
        flex-direction: row-reverse;
    }

}

body.woocommerce .products.fluid-rows li .price .woocommerce-Price-amount,
body.woocommerce .products.fluid-rows li .price .product-sku {
    padding: 0 5px;
    margin-bottom: 0;
}
body.woocommerce .products.fluid-rows li .price .product-sku {
    padding-right: 15px;
}

.cc-fluid-switch {
    font-size: 25px;
    padding: 15px 20px;
    background: #f8f8f8;
    margin-right: 7px;
}

.cc-fluid-switch:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: .3s;
}
.cc-fluid-switch.fluid-on {
    box-shadow: inset 0px 0px 1px 1px #b3b3b3;
}


@media (max-width: 767px){
    body.woocommerce .products.fluid-rows li .fl-post-grid-title, body.woocommerce .products.fluid-rows li .fl-post-module-woo-meta, body.woocommerce .products.fluid-rows li .fl-post-module-woo-button {
        width: 100%;
    }
    body.woocommerce .products.fluid-rows li a img {
        max-width: 80px;
        margin: 0 auto!important;
    }
    body.woocommerce .products.fluid-rows li .fl-post-grid-text {
        flex-wrap: wrap;
    } 
    body.woocommerce .products.fluid-rows li .fl-post-module-woo-button {
        justify-content: center;
    }
    body.woocommerce ul.products.fluid-rows.columns-3 li,
    body.woocommerce ul.products.fluid-rows li {
        margin-bottom: 25px;
    }
    body.woocommerce .products.fluid-rows li .price {
        display: block; 
    }
    body.woocommerce .products.fluid-rows .quantity {
        text-align: center;
        margin: 7px auto;
        display: table;
    }
    .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
        text-align: center;
    }
    body.woocommerce .products.fluid-rows li a.woocommerce-LoopProduct-link {
        justify-content: center;
    }
}

@media (max-width: 639px){
    body.woocommerce .products.fluid-rows li a.woocommerce-LoopProduct-link {
        display: block;
    }
    body.woocommerce .products.fluid-rows li a img {
        margin: 0 auto;
    }
}