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

.html_topbar_left a {
    font-size: 1.2em;
    color: white;
}
.html_topbar_left span {
	font-size: 11px;
}
.nav>li>a>i {
	font-size: 15px;
	margin-right: 5px;
}
.header-search-form.search-form {
	position: relative;
}

.section > .section-content > .row > .col {
	padding-bottom: 0;
}
.absolute-footer {
	display: none;
}
p:last-child {
	margin-bottom: 0;
}
.social-icons > span {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.box-blog-post .is-divider {
	display: none;
}
.box-vertical.box-blog-post .box-text {
	padding-top: 0;
	padding-bottom: 0;
}
.section-title span {
	text-transform: none;
}
.section-title-bold span {
	border: none;
	padding-left: 0;
}

.icon-box .icon-box-text h3 {
	margin-bottom: 0;
}
.row-icon .col {
	padding-bottom: 15px;
}
.product-small.box .box-image {
	padding: 15px;
}
.product-small.box:hover .box-text {
	background-color: #fff;
}
.product-small.box .product-title {
	font-size: 16px;
}
.hover-bounce {
    transform: scale(1) translateZ(0) translateY(0px)!important;
}
.has-hover:hover .hover-bounce {
    transform: scale(1) translateZ(0) translateY(-10px)!important;
}
.term-description .row .col {
	padding-bottom: 0;
}
.product-title.product_title {
	text-transform: uppercase;
	color: var(--primary-color);
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
	border: 1px solid #ebebeb;
	padding: 15px;
	background-color: #fff;
}
.product-short-description {
	border: 1px solid #ebebeb;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.product-short-description p {
	margin-bottom: 5px;
}
.product-short-description p:before {
	content: '\f058';
	font-family: FontAwesome;
	margin-right: 5px;
}
table {
    width: 100% !important;
    border-spacing: 1px;
}
tr th, tr td {
    text-align: center;
    border-bottom: 0px solid #ececec;
}
tr th {
    background-color: #f20000;
    color: #fdff00;
    padding: 10px 0;
}
tr:nth-child(even) {
    background-color: #dddddd;
}
.td-colspan {
    background: #92d250;
    font-weight: bold;
}
table ul {
	margin-bottom: 0;
}
table ul li {
	text-align: left;
}
.pultd-li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.pultd-li .img-pultd {
    float: left;
    width: 75px;
}
}
.pultd-li img {
    padding-right: 10px;
}
.pultd-li .content-pultd {
    padding-top: 15px;
}
.single-product #main, .single-product #wrapper {
	background-color: #fff;
}
blockquote {
	border-color: #f8f44c !important;
}
.top-bar-nav .html {
    position: absolute;
    right: 0;
}
.header-search-form  {
	margin-right: 75px !important;
}
.product-small.box  .box-image img {
	height: 339px;
	object-fit: contain;
}
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
	.pultd-li {
	    width: 100%;
	}
	.wp-block-table {
		overflow-x: scroll;
	}
	.wp-block-table table {
		width: 800px !important;
	}
	.header-search-form  {
		margin-right: 0px !important;
	}
	.top-bar-nav .html {
		position: initial;
	}
	body .form-flat input:not([type=submit]) {
		width: 100%;
	}
	body .header-main li.html.custom {
		display: block;
		width: 70px;
	}
	.cus-blog-mb .box-text {
		padding: 15px 0 !important;
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}