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

/*************** ADD CUSTOM CSS HERE.   ***************/

.fixed-left {
    position: fixed;
    top: 24%;
    left: 0;
    text-align: left;
}
.fixed-right {
    position: fixed;
    top: 24%;
    right: 0;
    text-align: right;
}

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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.fixed-left, .fixed-right{
display: none;
}
.thoi-trang-nam .sub-menu, .thoi-trang-nam .sub-menu2 {
    flex-basis: 90% !important;
    max-width: 100%;
}
	.thoi-trang-nam .tabbed-content .nav li {
    margin-right: 8px !important;
	margin-left: 0 !important;
}
.thoi-trang-nam .cot3 .widget_nav_menu ul li a span, .thoi-trang-nam .tabbed-content .nav li a {
    font-size: 12px !important;
}
}