/**
Theme Name: Công Ty TNHH EVERA COSMETIC
Author: Thanh Luan Web
Author URI: https://luongthanhluan.com
Description: Thiết kế web chuẩn SEO. HOTLINE: 096 869 2689
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gotimeeco
Template: astra
*/

/*Global*/

body.archive .ast-archive-description{
    padding: 0
}
.blog .entry-title, .blog .entry-title a, .archive .entry-title, .archive .entry-title a, .search .entry-title, .search .entry-title a{
    font-size: 1em;
    font-weight: 700;
}
.ast-grid-common-col{
    padding-left: 10px;
    padding-right: 10px;
}
.blog-layout-1{
    padding-bottom: 10px;
    border: solid 1px #dedede;
    transition: 0.3s;
    /*border-radius: 10px;*/
    overflow: hidden
}
.blog-layout-1:hover{

    border-color:  #9b053f;
}
.blog-layout-1 .entry-header, .blog-layout-1 .entry-content {
    padding-left: 10px;
    padding-right: 10px
}
.entry-title a:hover{
    color: #9b053f;
}
.wpcf7-spinner{
    display: none
}
@media (min-width: 1201px){
    .ast-woocommerce-distributed .ast-distributed-header {
        width: 100%;
        padding-right: 0
            ;
    }
    .ast-woocommerce-distributed .ast-distributed-content{
        width: 100%
    }

}

#primary{
    margin: 1em 0
}
.wpcf7 input:not([type="submit"]), .wpcf7 select, .wpcf7 textarea{
    padding: 5px 10px
}
.luanlt_cf7_1_col, .wpcf7 form > p{
    margin-bottom: 0
}
.swiper-autoheight .swiper-wrapper{
    align-items: normal;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    border: solid 1px #fff;
    border-radius: 5px;
    overflow: hidden
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{
    border-color: #9b053f
}
.woocommerce-pagination{
    text-align: center
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li{
    border-radius: 100px
}
.post-thumb-img-content.post-thumb img{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .6s,transform .6s,-webkit-filter .6s;
    -webkit-transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s;
    transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s;
    transition: filter .6s,opacity .6s,transform .6s;
    transition: filter .6s,opacity .6s,transform .6s,-webkit-filter .6s,-webkit-transform .6s;
    transition: filter .6s,opacity .6s,transform .6s,-webkit-filter .6s;
}
.post-thumb-img-content.post-thumb:hover img, .pp-post-thumbnail:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
/*End Global*/
/*Home*/
selector .uael-infobox:hover h3{
    color: #9B053F
}
selector .uael-infobox:hover .elementor-button-link{
    color:#fff;
    background-color: #9B053F;
}
selector .elementor-button-link{
    width: 100% ;
}
selector .elementor-button-link .elementor-button-text{
    flex-grow: unset;
}
h1.woocommerce-products-header__title.page-title{
      color: #9B053F;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
}
/**
 * Product
 */
 
 section.related.products h2.title {
    color: #9B053F;
    border-bottom: solid 1px #9B053F;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
}

/*Mobile contact*/
.bottom-contacts{display:none}
@media (max-width: 767px) {
.bottom-contacts{display: block;
    position: fixed;
    bottom: 0;
    background: #9B053F;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 1px #dedede;
    border-top: 1px solid #eaeaea;}
    .bottom-contacts ul{margin: 0;}
.bottom-contacts ul li{width: 25%;
    float: left;
    list-style: none;
    text-align: center; font-size:11px;}
.bottom-contacts ul li span{color:#fff}
.bottom-contacts ul li img{    width: 35px;
    margin-top: 10px;
    margin-bottom: 0px;}
 
}

.search .post-content .entry-content{
    display: none;
}