/*
Theme Name: Bán hàng
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#shop-sidebar ul{
	padding:10px;
}
div.price_slider_wrapper{
	padding:10px;
}
.specifications {
	margin-top: 30px;
	margin-bottom: 30px;
}
.snk-info-product-head h3 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 20px!important;
    line-height: 20px;
    color: #191919!important;
    padding: 0;
}
.product_additional_content {
    overflow: hidden;
    font-size: 14px;
    padding-top: 10px;
}
.img-tskt {
    margin: 0 50px;
    text-align: center;
    align-self: center;
    padding-top: 50px;
}

.product_additional_content h2.title_tabs {
    display: block!important;
    line-height: 1.3em;
    font-size: 20px;
    font-weight: 100;
    font-family: inherit;
    color: #282828;
    margin-top: 0;
    margin-bottom: 10px;
}
.product_additional_content table tbody tr td {
    padding-top: 20px;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: 1em;
}
.product_additional_content table tbody tr td:first-child {
    width: 40%;
    color: #7a7d8d;
    padding-right: 10px;
    font-size: 14px;
    line-height: 24px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}