/*
Theme Name: duyanhweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.biss-category-banner > img {
	max-height: 580px;
    width: 100%;
    object-fit: cover;
}

.woocommerce-variation-price {
	display: none !important;
}

form.cart .quantity input[type=number] {
	height: 48px;
}

.button.icon.circle, .button.icon.round {
	line-height: 1;
    min-height: unset;
    padding: 6px;
}

.chinhsach .box {
	cursor: pointer;
}

.chinhsach .box-image {
	border-radius: 10px;
	overflow: hidden;
}

.chinhsach .box-text h3 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 5px;
}

.chinhsach .box-text p {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chinhsach .box-text ._df_thumb  {
	display: none;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
