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

/*************** ADD CUSTOM CSS HERE.   ***************/
.is-divider{display: none}
.section-title b{
    background-color: transparent
}
.nav>li>a{
    font-size: 1em
}
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline{border-width: 1px}
.button.is-outline{line-height: 2.4}
.button span{
     font-family: "Oswald", sans-serif;
     font-weight: 400
}
.name.product-title.woocommerce-loop-product__title {
    line-height: 1.2;
    padding-top: 0;
    margin: 0;
    color: #ff6f1f;
    font-weight: 300;
    padding-bottom: 5px;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
}
.price-wrapper .full_address {
    font-size: 14px;
    font-style: italic;
    line-height: 1.2;
}
.tbl_info {
    width: 100%;
    border: none;
    margin: 5px auto;
}
.tbl_info td {
    width: 30%;
    font-weight: 500;
    padding: 5px;
    font-size: 14px;
}
.tbl_info td:last-child {
    text-align: right;
    font-weight: 400;
    width: 70%;
}
.tbl_info tr:nth-child(2n+2) {
    background: #f5f5f5;
}
.tbl_info .price {
    text-shadow: 0px 1px 1px rgba(0,0,0,.3);
    background-color: #2b9e1f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 2px;
    display: table;
    float: right;
}
.product-section {
     border-top: none; 
}
.section-title-normal {
    border-bottom: 2px solid rgba(255, 104,1, 0.5);
}
.section-title-normal span{
    border-bottom: 2px solid #2A9D1E;
}
.section-title-bold-center span, .section-title-center span{
    
}
.section-title-center span:after, .section-title-bold-center span:after {
    content: "";
    position: static;
    left: 10px;
    bottom: 5px;
    width: 60%;
    height: 3px;
    background-color: #ff6f1f;
    max-width: 100px;
    display: block;
    margin: 2px auto;
}
/*.section-title-center span:before, .section-title-bold-center span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 7px;
    width: 7px;
    border: solid 2px #09f;
    background: #fff;
}*/


/*h3.product-section-title-related::after, h3.product-section-title-related::after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 5px;
	width: 60%;
	height: 3px;
	background-color: #ff6f1f;
	max-width: 100px;
}*/
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}