/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Zhongde customizing and manfucturing for plastic and rubber parts theme.
Author: gowaimaocom
Author URI: https://gowaimao.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/

.prolist .product-title{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;   }

.proslan .product-title a{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;   }


.elementor-pagination{ display:flex; justify-content: center; align-items: center;}
.elementor-pagination .page-numbers{background:#ddd; border-radius: 40px; width:40px;height:40px; display:flex; justify-content: center; align-items: center;background:#fff; }
.elementor-pagination .page-numbers{ background-color: #ddd;}
.elementor-pagination span.current{background:#1373C6; color:#fff;}
.elementor-pagination a:hover{background:#666; color:#fff;}
.elementor-pagination .page-numbers.next, .elementor-pagination  .page-numbers.prev {font-family: Consolas;}
.woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: center;
}