/*
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.   ***************/

body{
	overflow-x: hidden;
	font-size: 14px;
	line-height: 1.5;
}
#header .nav>li {
    margin-right: 15px;
}
.nav > li > a{
	font-size: 14px;
}
.product-small.box .box-image a, .product-images .woocommerce-product-gallery__image a{
    padding-top: 100%;
    position: relative;
    display: block;
}
.product-small.box .box-image a img, .product-images .woocommerce-product-gallery__image img{
	bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.section-title span {
    border: 0;
}
.section-title {
    border: 0;
}
.section-title b {
    background: transparent;
}
.container.section-title-container {
    margin-bottom: 0;
}
#footer .section-title{
	margin: 0;
}
#order_review > table {
    display: none;
}
.woocommerce .col-inner.has-border {
    border: 0;
    padding: 0;
}
h3#order_review_heading{
	display: none;
}
.related-products-wrapper h3.product-section-title {
    text-align: center;
    text-transform: capitalize;
}
br{
    display: block;
    content: "";
    margin-bottom: 16px;
}