/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.shop-page-title { 
  display: none
}
.ux-swatch__text {
  padding: 2px 6px
}
.product-footer .woocommerce-tabs {
  padding: 60px 0 0;
}
.section-title .icon-angle-right {
  margin-left: 8px;
  font-size: 16px
}

.checkout-page-title {
  display: none;
}

.woocommerce-billing-fields {
  border-top: 0 !important
}

.product_meta {
  margin-bottom: 0 !important
}

.product_meta>span {
  border: none
}
.back-to-top {
  bottom: 170px !important;
  right: 22px !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 22px !important;
}
.back-to-top i {
  line-height: 2em !important;
}

.sticky-add-to-cart.sticky-add-to-cart--active .button-buy-now {
  margin-bottom: 0 
}
.product-info .price {
  font-size: 20px
}
.woocommerce-variation-price {
  border-top: 0 !important
}
.my-account-header .page-title-inner {
  display: none;
}

.account-sso {
  margin-top: 15px;
}

.woocommerce .account-sso {
  margin-bottom: 25px !important
}

#login-form-popup .account-sso {
  margin: 20px 8px;
}

#tab-title-review a {
  color: #6eaa6f
}
#tab-title-review.active a {
  color: #369038
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .page-wrapper {
    padding: 10px 0 !important;
  }
	
  .header-top {
	color: #369038;
	text-align: center;
  }
	
  .x10 {
    left: 5%
  }

  .icon-sale {
    width: 90% !important
  }

  select {
    font-size: .7rem;
  }
  form.woocommerce-checkout {
    padding: 0 15px;
  }
}

.nav-vertical-fly-out {
 	border-left: 4px solid #f27a1a
}

.header-vertical-menu__fly-out .sub-menu {
	padding: 0
}

.header-vertical-menu__fly-out .nav-dropdown-has-border .nav-dropdown {
	border: none
}

.header-vertical-menu__fly-out .nav-dropdown>li>a {
	padding: 5px 0
}

.header-vertical-menu__fly-out .menu-item-object-product_cat {
	min-width: 200px
}

.header-vertical-menu__fly-out .sub-menu {
	border: 1px solid #efefef !important;
	box-shadow: none !important
}

.menu-item-object-product_cat.menu-item-has-children {
	margin: 0 5px
}

.badge-inner.on-sale {
	background-color: #369038 !important;
}

@media (max-width: 849px) {
	.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
		font-size: 0.9em !important
	}

	.header-main li.html.custom {
		display: block !important
	}
}

@media (max-width: 549px) {
	#footer {
		margin-bottom: 90px;
	}
}

.sticky-mobile-menu {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	-webkit-box-shadow: 0px -8px 29px -12px rgba(0,0,0,0.2);
	box-shadow: 0px -8px 29px -12px rgba(0,0,0,0.2);
}

.sticky-mobile-menu .icon-box-center .icon-box-img {
	margin: 0 auto 4px;
}

.grecaptcha-badge {
	visibility: hidden
}