/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.button{
	border-radius: 8px;
}
.single-product .product-page-title{
	background-color: #e9252e;
    padding-bottom: 90px;
}
.single-product .product-page-title .woocommerce-breadcrumb > *{
	font-size: 15px;
	color: #ffffff;
}
.single-product .product-main{
	 background-color: #fbe4e4;
}
.single-product .product-main .content-row{
	background-color: #ffffff;
    border-radius: 10px;
    margin-top: -90px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tip-sp{
    display: inline-flex;
    margin: 0 0 15px;
    width: 100%;
    background: #fbe4e4;
    border-radius: 4px;
    border: 1px dashed #aa171e;
}
.section.tip-sp{
	padding-top: 7px !important;
	padding-left: 15px;
	padding-right: 15px;
}
.section.tip-sp .row-small>.col{
	padding-bottom: 10px;
}
.section.tip-sp .icon-box-center .icon-box-img{
	margin-bottom: 5px;
}
.view-demo .demo-header .view-back .icon-view-back {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(images/icon-back.png) no-repeat center center;
	margin-right: 3px;
	vertical-align: middle;
}
form.cart{
	justify-content: space-between;
}
form.cart .button{
	width: 47%;
}
.products-list .col-inner{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px inset;
    padding: 10px;
    background: rgb(255, 255, 255);
    border-radius: 7px;
}
.title-wrapper{
	margin-bottom: 10px;
}
.title-wrapper .product-title a{
	color: #000000;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.amount{
	color: #f92e33;
}
.mh-footer-menu .ux-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.mh-footer-menu .menu-item:not(:last-child){
	margin-right: 20px !important;
}
.product-images .woocommerce-product-gallery__image > a{
	display: block;
	position: relative;
	padding-bottom: 110%;
	overflow: hidden;
	border-radius: 7px;
}
.product-images .woocommerce-product-gallery__image > a > img{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
@media (min-width: 1000px) {
    .product-summary .ux-product-brands a {
        max-width: 40px;
        min-height: 40px;
        padding: 2px;
        border-radius: 4px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}