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

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-short-description {
    border-top: 1px solid gainsboro;
    padding-bottom: 10px;
    padding-top: 10px;
}
.product-short-description ul li {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #393939;
}
.woocommerce-breadcrumb a {
    color: rgb(0 0 0 / 70%);
    font-weight: normal;
    font-size: 15px;
}
.woocommerce-breadcrumb span {
    color: rgb(0 0 0 / 70%);
    font-weight: normal;
    font-size: 15px;
}
.product-footer .container {
	background: #fff;
}
.product-section-title-related {
    margin: 0px !important;
}
.product_title {
    color: #000;
    font-size: 23px;
}
.price-wrapper span.woocommerce-Price-amount {
	color: #e10000;
}
.tax-product_cat #main .category-page-row {
	background: #fff;
}
.product-small .box-text.text-center {
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
}
.section-title span {
    color: #622c3e;
    font-size: 23px;
}
.product-small {
    border-radius: 3px;
    border: 1px solid #dfdfdf;
}

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


}