/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.17.7
Requires at least:    5.4.0
Requires PHP:         5.6.20
WC requires at least: 4.7.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.d-none {
	display: none;
}
.mda-info {
	overflow: hidden;
	margin-bottom: 10px;
}
.mda-list-design p {
	color: #c6414c;
}
.mda-row span.be {
	display: block;
	width: 150px;
}
.in-stock {
	display: none !important;
}
.woocommerce-tabs {
	display: none !important;
}
.info-tourUl li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-table;
    width: 100%;
    border-bottom: solid 1px rgba(0,0,0,.15);
	margin-left: 0 !important;
}
.box-text-products {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}
.box-text-products .product-title {
    background: #f2f5f8;
    padding: 4px 10px;
}
.product-title a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    height: 58px;
    overflow: hidden;
}
.product-title a:hover {
	color: #c6414c;
}
#info-tour-loop {
    padding: 5px 10px;
    position: relative;
}
.product-info {
	
}
.box-text-products .price {
	padding: 5px 10px;	
}
.single_add_to_cart_button {
	background-color: #ff9729;
}
.footer-1, .footer-2 {
	border: none;
}
.footer-2 .row {
    border-top: 3px solid rgb(237, 0, 128);
    padding-top: 13px;
}