/*
Theme Name: Ceonogy CTY 7
 Theme URI:      https://ceonogy.com
 Description:    Giao diện tối ưu cho WP.
 Author:         Ceonogy
 Author URI:     https://ceonogy.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.related.products > .products.columns-4::before {
	display: none !important;
}

.related.products > .products.columns-4 > li {
	width: 100% !important;
}

.related.products > .products.columns-4 {
	display: grid;
	grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
	grid-column-gap: 2%;
}

	#sidebar .products.columns-1 li .et_shop_image {
		height: 70px;
		width: 70px;
		float: left;
		margin-right: 8px;
	}
	#sidebar .products.columns-1 li h2, #sidebar .products.columns-1 li #price {
		width: -webkit-calc(100% - 78px);
		width:    -moz-calc(100% - 78px);
		width:         calc(100% - 78px);
		float: left;
	}
	#sidebar .products.columns-1 li h2 {
		padding-top: 0;
		text-overflow: ellipsis;
		word-wrap: break-word;
		overflow: hidden;
		max-height: 3.6em;
		line-height: 1.2em;
	}
	#sidebar .products.columns-1 li .onsale {
		font-size: 11px;
		width: 52px;
		height: 23px;
		padding: 1px !important;
	}