/* hiennt update 20/06/2021 */
#single-product h2.woocommerce-Reviews-title {
    display: none;
}
/* form contact */
#contact-page .contact-form .af-form .af-fields .af-field{
    border-top: none;
}
#contact-page .contact-form .af-form .af-fields .af-field .af-label{
    display: none;
}
#contact-page .contact-form .af-form .af-fields .af-field-name,
#contact-page .contact-form .af-form .af-fields .af-field-email,
#contact-page .contact-form .af-form .af-fields .af-field-phone,
#contact-page .contact-form .af-form .af-fields .af-field-address{
    width: 50%;
}
#contact-page .contact-form .af-form .af-fields{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#contact-page .contact-form .af-form .af-fields .af-field-content{
    width: 100%;
}
#contact-page .contact-form .af-form .af-fields .af-field .af-input textarea,
#contact-page .contact-form .af-form .af-fields .af-field .af-input .acf-input-wrap input{
    border: none;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 15px 30px;
}
#contact-page .contact-form .af-form .af-fields .af-submit{
    margin: 0 auto;
}
#contact-page .contact-form .af-form .af-fields .af-submit button{
    width: 140px;
    border-radius: 6px;
    border: 0;
    background: #e1150e;
    padding: 15px 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: m-o;
    font-size: 16px;
    color: #fff;
    transition: all .3s;
}
/* fix product */
li.product .product-holder > a img{
    height: 130px !important;
}
li.product .product-holder > a h2.woocommerce-loop-product__title{
    font-family: Oswald, sans-serif;
    text-transform: capitalize;
    color: #324041;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px !important;
    padding: 0 !important;
    font-size: 16px !important;
}
/* feeback */
#product-main .woocommerce-product-details__short-description,
#archive-product-page .woocommerce-product-details__short-description,
#single-product .related.products .woocommerce-product-details__short-description{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: calc(100% - 20px);
    width: 100%;
    transform: translateY(-50%);
    background: #4ea25f;
    visibility: hidden;
    opacity: 0;
    border-radius: 6px;
    transition: all 0.5s;
}
#product-main .woocommerce-product-details__short-description .info_pro,
#archive-product-page .woocommerce-product-details__short-description .info_pro,
#single-product .related.products .woocommerce-product-details__short-description .info_pro{
    color: #eee;
}
#product-main .woocommerce-product-details__short-description .info_pro li,
#archive-product-page .woocommerce-product-details__short-description .info_pro li,
#single-product .related.products .woocommerce-product-details__short-description .info_pro li{
    text-align: left;
    list-style: inherit;
    margin-left: 15px;
}
#archive-product-page .woocommerce-product-details__short-description .info_pro ul,
#single-product .related.products .woocommerce-product-details__short-description .info_pro ul{
    list-style: initial;
}
#product-main .product .product-holder a:hover img,
#archive-product-page .product .product-holder a:hover img,
#single-product .related.products .product .product-holder a:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
}
.product-holder .img{
    width: 100%;
    overflow: hidden;
}
@media (min-width: 993px) {
    #product-main .product .product-holder a:hover .woocommerce-product-details__short-description,
    #archive-product-page .product .product-holder a:hover .woocommerce-product-details__short-description,
    #single-product .related.products .product .product-holder a:hover .woocommerce-product-details__short-description{
        visibility: visible;
        opacity: 1;
    }    
}
@media (min-width: 1200.98px){
    #product-main .product-item:nth-child(5) .woocommerce-product-details__short-description,
    #product-main .product-item:nth-child(10) .woocommerce-product-details__short-description,
    #product-main .product-item:nth-child(15) .woocommerce-product-details__short-description,
    #product-main .product-item:nth-child(20) .woocommerce-product-details__short-description{
        left: calc(-100% + 20px);
    }
    #archive-product-page li.product:nth-child(4) .woocommerce-product-details__short-description,
    #archive-product-page li.product:nth-child(8) .woocommerce-product-details__short-description,
    #archive-product-page li.product:nth-child(12) .woocommerce-product-details__short-description,
    #archive-product-page li.product:nth-child(16) .woocommerce-product-details__short-description,
    #archive-product-page li.product:nth-child(20) .woocommerce-product-details__short-description{
        left: calc(-100% + 20px);
    }
    #single-product .related.products li.product:nth-child(4) .woocommerce-product-details__short-description{
        left: calc(-100% + 20px);
    }
    #news-page .social-outer{
        width: 200px;
    }
    #news-page .social-outer .fb-like{
        width: 45%;
        height: 20px;
    }
    #news-page .social-outer .addthis_counter{
        width: 55%;
    }
}
@media (max-width: 1200px) and (min-width: 993px){
    #product-main .product-item:nth-child(4) .woocommerce-product-details__short-description,
    #product-main .product-item:nth-child(8) .woocommerce-product-details__short-description,
    #product-main .product-item:nth-child(12) .woocommerce-product-details__short-description,
    #product-main .product-item:nth-child(16) .woocommerce-product-details__short-description,
    #product-main .product-item:nth-child(20) .woocommerce-product-details__short-description{
        left: -96%;
    }
    #archive-product-page li.product:nth-child(3) .woocommerce-product-details__short-description,
    #archive-product-page li.product:nth-child(6) .woocommerce-product-details__short-description,
    #archive-product-page li.product:nth-child(9) .woocommerce-product-details__short-description,
    #archive-product-page li.product:nth-child(12) .woocommerce-product-details__short-description,
    #archive-product-page li.product:nth-child(15) .woocommerce-product-details__short-description,
    #archive-product-page li.product:nth-child(18) .woocommerce-product-details__short-description{
        left: -96%;
    }
    #single-product .related.products li.product:nth-child(3) .woocommerce-product-details__short-description{
        left: -96%;
    }
}