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

/*************** ADD CUSTOM CSS HERE.   ***************/
ul {margin-left: 20px;}
/** tnb custom TOC **/
.tnb-auto-toc {
 padding:1em 2em 0.5em 2em;
 margin-bottom:1em;
 background:#f5f7fa;
 border-radius: 14px;
 max-height:440px;
 overflow:auto;
}
.tnb-auto-toc .toc-list {
 margin-left: 0;
}
.tnb-auto-toc .toc-title {
 font-size:24px;
 font-weight:700;
 margin: 0 0;
}
.toc-list ul {
 margin:0 0 0 15px;
}
.toc-list ul li {
 margin-bottom:0;
 margin-left: 1.3em;
}
.toc-list li::marker{color: #f56f46;}
.toc-list li:not(:last-child) {
 padding-bottom: 0;
 margin-bottom: 0.15em; 
}
.entry-content li::marker{color: #f56f46;}
.tnb-auto-toc a{
 font-size:14px;
 font-weight: 500;
}
.price-wrapper .price {
	font-size: 1em;
}
.product-main {
    padding: 10px 0 !important;
}
.product_meta {
    margin-bottom: 0 !important;
}
.product-short-description > p:last-of-type {
    margin-bottom: 10px !important;
}
/*list-sub-cat*/
.list_sub_product_category {
    display: flex;
}
.subcategories-list {
    list-style: none;
    overflow: auto;
    display: -webkit-box;
}
.subcategories-list li {
    margin-right: 15px;
    background-color: #7d7d7d1a;
    /*padding: 3px 8px;*/
    border-radius: 7px;
}
.subcategories-list li:hover {
    background-color: #ff4200;
    color: #ffffff !important;
}
.subcategories-list a:hover {
    color: #ffffff !important;
}
.subcategories-list {
    transition: max-height .25s ease-out;
	margin-left: 0;
    margin-bottom: 20px;
    border: 0;
	}
.ty-subcategories__item {
    width: 16.66%;
	margin: 0;
}
.ty-subcategories__item p{
	margin-bottom:5px;	
}
.ty-subcategories__item a {
    display: block;
    text-align: center;
    padding: 2px;
    box-sizing: border-box;    
    /*margin: 5px;*/
}
.ty-subcategories__item dm-img {
    width:100%;
    height: auto;
    margin: 0 auto;
}
span.amount {
    color: #d26e4b !important;    
}
del .woocommerce-Price-amount {
    color: #111!important;
}
ins .woocommerce-Price-amount {
    color: #e83a45 !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
ul {margin-left: 20px;}
.tnb-auto-toc .toc-title {margin-bottom: 0;}
.toc-list {padding-left: 20px; }
.tnb-auto-toc {margin-left: 0px; padding: 0.5em 0.5em;}
sm\:stack-row {
	overflow: auto;
	margin: 5px 15px 10px 10px;
}
.toc-list ul {
    margin: 0;
    padding: 0;
}
/**.col {
        padding-bottom: 5px !important;
}**/

.accordion-inner {
	padding: 1em 0;
}
/*list-sub-cat on mobile*/
ul.subcategories-list li {
    margin-right: 10px;
}
ul.subcategories-list li:hover {
    background-color: #ff4200;	
}
ul.subcategories-list a:hover {
    color: #fff !important;
	}
.ty-subcategories__item {
	width: 25%;}
.ty-subcategories__item p{
	margin-bottom: 2px;
	font-size: 80%;
	font-weight: 600;
	display: block;
}