/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.0
*/

.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link,
ul.products li.product .woocommerce-LoopProduct-link{
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
ul.products li.product .product-label{
	/* display:none !important; */
}

.select_box:not( .on_ptab ) .select_option:hover, .select_option.selected {
  border-color: #f00;
}
#coupons_list h3{
  margin-top: 20px;
}
.woocommerce-checkout.min-ck header h1{
  color: #fff;
}
body #message-purchased {
bottom: 75px !important;
}

.goods_baoz{
	display: flex;
	align-items:center;
	justify-content:space-between;
	margin-top: 10px;
}
.goods_baoz i{
	font-style: normal;
	padding-left:5px;
}
.goods_baoz img{
	height: 25px;
}
.goods_baoz span{
	display:flex;
}
.peisong{
	background: #fff;
	margin: 10px;
	padding: 5px;
}
