/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/************ Sản phẩm Listing *************/
.mo-ta .elementor-text-editor.elementor-clearfix {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.hinh-anh .elementor-widget-container .elementor-image {
	height: 210px !important ;
	width: auto;
}

#site-header{
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	border-bottom: none;
}
.after-header-content{
	padding: 0 15px;
}
.after-header-content a{
	color: #ffffff;
	font-weight: bold;
	line-height: 30px !important;
	font-size: 15px;
}
.display-hotline{
	padding: 5px 15px;
	background: #E35F13;
	border-radius: 3px
}
.display-hotline i{
	color: #ffffff;
}
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input{
	display: inline-block !important;
}

/*********** Star Đánh Giá Của Khách Hàng ***********/
.text-and-star .elementor-star-rating__wrapper {
	display: flex;
}
.text-and-star .elementor-star-rating__wrapper .elementor-star-rating__title {
	order: 2;
	position: absolute;
	right: 0;
}
.solar-regular-price{
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
}
.solar-regular-price.no-sale{
	color: orange;
	font-size: 30px;
	font-weight: 700;
}
.solar-regular-price del{
	color: #1679c4;
	font-weight: 600;
}
.solar-sale-price{
	display: inline-block;
	color: orange;
	font-size: 30px;
	font-weight: bold;
}