/*
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.   ***************/
/* 
 MainPage 
*/
html, body {
	max-width: 100%;
	overflow-x: hidden;
	background: #fff;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

/* Header */
.header-top {
	padding-top: 10px;
}

strong.uppercase:hover {
	background: #fcb900 !important;
	transition: 0.5s;
}

/* SearchForm */
input#woocommerce-product-search-field-0 {
	height: 40px;
	border-radius: 5px;
}
.flex-col > button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
	height: 40px;
	width: 40px;
	margin-left: 5px;
	border: none;
	border-radius: 5px !important;
	background: #a0cc51;
}

/* Mainmenu */

.ubermenu .ubermenu-submenu .ubermenu-column-auto {
	min-width: 140px;
}

@media only screen and (max-width: 1080px) {
	.ubermenu .ubermenu-submenu .ubermenu-column-auto {
	min-width: 120px;
}
}

/* Sidebar Menu */
ul.product-categories > li > a {
	font-size: 15px;
}

/* Product Slide */

.carousel-slider .carousel-slider__caption .caption {
	color: #222;
	font-weight: 400;
	font-size: 15px;
}


/* 
	Brand
*/

/* GoBrand Btn */

a.elementor-cta__button.elementor-button.elementor-size-sm {
	margin: 100px 0 0 300px;
}

/* Brand Title */

.elementor-cta__content-item:not(:last-child) {
	margin-bottom: 0;
}

/* Shop Page */

.category-bars .category, .orderby-bars .orderby {
	border: 0.5px solid #e9e9e9 !important;
	color: #54595f;
}

.orderby-bars .orderby {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: -0.5px;
}

.category-bars .category {
	background: #f6f6f6;
	margin-bottom: 40px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: -0.5px;
}

.category-bars .category:hover {
	color: #000;
	background: #fff;
}

.orderby-bars .orderby:hover {
	color: #000;
}

.orderby-bars .orderby.active {
	background: #a0cc51 !important;
	color: #fff;
}

.category-bars .category.active {
	background: #fff !important;
	color: #a0cc51;
}

/* Single Product */
div#product-sidebar {
	display: none;
}

h1.product-title.product_title.entry-title {
	font-size: 18px;
}

/* Footer */
.absolute-footer.dark {
	display: none;
}

/* Mobile font size */

@media only screen and (max-width: 767px) {
	.carousel-slider .carousel-slider__caption .caption {
		font-size: 13px;
	}
}

/* DIY CHECKOUT */
.pafw-checkout-block .cart-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.5px;
    color: #fff;
    background-color: #000;
    padding: 10px 30px 10px 30px;
}

.pafw-checkout-block .cart-button:hover {
	background-color: #FFC509;
	box-shadow: none;
}

@media only screen and (max-width: 767px) {
	.pafw-checkout-block .cart-button {
		width: 100%;
	}
}

.pafw-checkout-block table tbody {
    background-color: #f7f7f7;
}
.pafw-checkout-block table tbody:hover {
    background-color: #e9e9e9;
}

.maayo-best .maayo-best-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 20;
    background-size: contain;
    background-repeat: no-repeat;
}

.maayo-best .badge-container {
    display: none !important;
}

/* Mobile uber menu */
@media only screen and (max-width: 849px) {
	div#flatsome-uber-menu {
		display: none;
	}
}