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

/*************** ADD CUSTOM CSS HERE.   ***************/
ul.gotech-upsell-list {
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px 8px;
    padding: 0;
    margin: 0 0 10px 0;
	list-style: none;
}

ul.gotech-upsell-list li {
	list-style: none;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
    margin: 0;
}

ul.gotech-upsell-list li.active,
ul.gotech-upsell-list li:hover {
	background: #b70819;
}

ul.gotech-upsell-list li.active a,
ul.gotech-upsell-list li:hover a {
	    color: #fff;
}

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


}