/*---------------------------------------------------------------------------------------------------------
## Woocommerce Layout 
-----------------------------------------------------------------------------------------------------------*/

.sh-product-shortcode {
    clear: both;
}

.list-products {
    padding: 0;
}

.row.list-products {
    margin-bottom: 0px;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.list-products li.product {
    display: block;
    margin-bottom: 0px;
    text-align: center;
}

.list-products li .woocommerce-loop-product__title {
    font-size: 14px;
    height: 35px;
    font-weight: 400;
    text-transform: none;
    margin: 10px 0;
    line-height: 18px;
    overflow: hidden;
}

.home-product-like .list-products li .woocommerce-loop-product__title,
.home-product-promotion .list-products li .woocommerce-loop-product__title {
    height: auto;
    font-size: 15px;
    text-align: left;
    overflow: initial;
    font-weight: 600;
    margin-top: 15px;
}

.home-product-like .list-products li .woocommerce-loop-product__title {
    font-weight: 500;
    font-size: 14px;
}

.home-product-like .list-products li .wrap-product .price,
.home-product-promotion .list-products li .wrap-product .price {
    display: block;
    justify-content: center;
    text-align: left;
    margin-bottom: 5px;
}

.home-product-like .list-products li .wrap-product .price {
    display: flex;
    flex-direction: column;
}

.list-products li .woocommerce-loop-product__title a {
    color: #333333;
}

.list-products li .woocommerce-loop-product__title a:hover {
    color: #ef7d0a;
}

.list-products li .wrap-product {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    border: 0px;
    background: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-products li:hover .wrap-product {
    /* -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35); */
}

.list-products li .image-product {
    display: table;
    text-align: center;
    width: 100%;
    /*height: 200px;*/
    margin-bottom: 10px;
    overflow: hidden;
}

.list-products li.product-has-gallery .image-product .wp-post-image--secondary {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.list-products li.product-has-gallery:hover .image-product .wp-post-image--secondary {
    opacity: 1;
}

.list-products li .image-product a.img {
    display: block;
    position: relative;
    /*display: table-cell;
	vertical-align: middle;*/
}

.list-products li .image-product a.img img {
    display: inline;
    width: auto;
    /*max-height: 180px;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.list-products li:not(.product-has-gallery) .wrap-product:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.list-products li .wrap-product .price {
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #ff0000;
    font-weight: bold;
}

.list-products li .wrap-product .price>* {
    margin-right: 5px;
}

.list-products li .wrap-product .price ins {
    text-decoration: none;
}

.list-products li .wrap-product .price del {
    font-weight: normal;
    color: #666666;
	padding-left: 10px;
}

.list-products li .wrap-product .button,
.list-products li .wrap-product .added_to_cart {
    display: inline-block;
    padding: 5px 20px;
    background: #ef7d0a;
    color: #FFF;
    margin-bottom: 10px;
    line-height: 1.4;
    border-radius: 30px;
    font-size: 14px;
    font-weight: normal;
    min-height: 0;
}

.wrap-product .wrap-detail .button.product_type_simple::before {
    content: "\f07a";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
}

.upsells .list-products li.product,
.row.list-products.list li.product {
    text-align: left;
}

.upsells .list-products li .wrap-product,
.row.list-products.list li .wrap-product {
    overflow: hidden;
}

.upsells .list-products .image-product,
.row.list-products.list .image-product {
    float: left;
    display: block;
    width: 30%;
    margin: 0 15px 0 0;
}

.upsells .list-products .image-product img,
.row.list-products.list .image-product img {
    width: 100%;
    height: auto;
}

.upsells .list-products li .wrap-product .price *,
.row.list-products.list li .wrap-product .price * {
    margin: 0;
}

.upsells .list-products li .wrap-product .price>*,
.row.list-products.list li .wrap-product .price>* {
    margin: 0 10px 0 0;
}

.gridlist-description {
    display: none;
    margin-bottom: 20px;
}

.row.list-products.list .gridlist-description {
    display: block;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

.sh-product-shortcode .row.list-products li.product {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}


/* 2 columns */

.sh-product-shortcode.column-2 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.sh-product-shortcode.column-2 .row.list-products:not(.list) li.product:nth-child(2n) {
    border-right: 0px;
}


/* 3 columns */

.sh-product-shortcode.column-3 .row.list-products:not(.list) li.product:nth-child(3n) {
    border-right: 0px;
}

.sh-product-shortcode.column-3 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px) {
    .sh-product-shortcode.column-3 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}


/* 4 columns */

.sh-product-shortcode.column-4 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px) {
    .sh-product-shortcode.column-4 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .sh-product-shortcode.column-4 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}


/* 5 columns */

.sh-product-shortcode.column-5 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px) {
    .sh-product-shortcode.column-5 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .sh-product-shortcode.column-5 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/* 6 columns */

.sh-product-shortcode.column-6 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px) {
    .sh-product-shortcode.column-6 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .sh-product-shortcode.column-6 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .sh-product-shortcode.column-6 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (max-width: 576px) {
    html .sh-product-shortcode .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .sh-product-shortcode .row.list-products li.product {
        padding-left: 5px;
        padding-right: 5px;
    }
    /*html .sh-product-shortcode .row.list-products li.product {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}*/
    .list-products li .wrap-product .price ins,
    .list-products li .wrap-product .price del {
        display: block;
    }
    .list-products li .wrap-product .price ins {
        margin-right: 0;
    }
}

/** Custom **/

.btn-add-cart-new {
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #fd6e1d;
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

.product-info-button-support {
    display: block;
    width: 100%;
    padding-left: 0;
}

.product-info-button-support li:nth-of-type(1) {
    background-color: #35a8e0;
}

.product-info-button-support li:nth-of-type(2) {
    margin-right: 0;
    background-color: #00973a;
}

.product-info-button-support li {
    width: 49%;
    margin-right: 2%;
    padding: 5px 10px;
    text-align: center;
    float: left;
    border-radius: 3px;
    margin-bottom: 10px;
    list-style-type: none;
}

.btn-add-cart-new p:nth-of-type(1) {
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-add-cart-new p:nth-of-type(2) {
    height: 16px;
    line-height: 16px;
    font-size: 0.9em;
}

.product-info-button-support li p:nth-of-type(1) {
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.product-info-button-support li p {
    margin-bottom: 0;
    color: #ffffff;
}

.product-info-button-support li p:nth-of-type(2) {
    height: 16px;
    line-height: 16px;
    font-size: 0.9em;
}