/*
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.   ***************/

/* Cards Shields style */
.mecom-paypal-payment-icon, .mecom-stripe-payment-icon {
    width: 16px !important;
}
@media only screen and (min-width: 500px) {
	.mecom-paypal-payment-icon, .mecom-stripe-payment-icon {
		width: 20px !important;
	}
}

form.vi-woocommerce-orders-tracking-form-search, .woo-orders-tracking-shortcode-timeline-container {
	max-width: inherit !important;
}

/* Hide SKU */
.product_meta .sku_wrapper {
	display: none !important;
}

/* Hide search form if not logged in */
/* .header-nav.nav-left .header-search-form {
	display: none;
}
.logged-in .header-nav.nav-left .header-search-form {
	display: inline-block;
}*/

/* Thank you page style */
@media screen and (max-width: 800px) {
	.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title .wc-item-meta li {
		color: #3b3b3b !important;
		width: 100%;
	}
	.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title .wc-item-meta li:not(:first-child):nth-child(n)::before {
		display: none;
	}
	.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title .wc-item-meta li>strong {
		display: block !important;
	}
	.woocommerce-thank-you-page-order_details__container .wc-item-meta-label {
		min-width: auto;
		margin-right: 5px;
	}
}
/* Hide currency */
.woocommerce-thank-you-page-order_details__order_total .woocommerce-thank-you-page-order_details-value>div:first-child {
	display: none;
}
/* Hide payment method */
.woocommerce-thank-you-page-order_confirmation__order_payment {
	display: none !important;
}
.woocommerce-thank-you-page-products-content-item .badge-container .badge-circle {
	margin-left: 3px !important;
}

/* Style of side cart */
.xoo-wsc-container .button, .xoo-wsc-container button, .xoo-wsc-container input, .xoo-wsc-container textarea, .xoo-wsc-container select, .xoo-wsc-container fieldset {
	margin-bottom: inherit !important;
}
/* Fix issue border of + button */
input[type=number].xoo-wsc-qty {
	border-right-width: 2px !important;
	border-left-width: 2px !important;
}
.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
	font-size: 1em;
    width: 100%;
}
.xoo-wsc-modal.xoo-wsc-cart-active .xoo-wsc-footer {
	margin-bottom: 100px;
}

/* Do not show VIEW CART after adding items to cart */
.added_to_cart.wc-forward {
	display: none;
}

/* Style of Side Cart Icon on mobile */
/* https://docs.xootix.com/side-cart-for-woocommerce/#shortcodes */
@media (max-width: 849px) {
	.header-main li.html.custom {
		display: inline-block !important;
	}
	.header-main li.html.custom span.xoo-wsc-sc-count { margin-right: -3px; }
	.header-main li.html.custom span.xoo-wsc-sc-subt { display: none; }
}
@media (max-width: 320px) {
	/* Fix iPhone 5 */
	.xoo-wsc-product, .xoo-wsc-header, .xoo-wsc-footer {
		padding-left: 7px;
		padding-right: 7px;
	}
}

/* Style of Sale pop */
#message-purchased.wn-product-with-image {
	min-width: 300px !important;
}

/* Style of Subscription Form on Home page */
.page-template-page-blank div.mailpoet_form_below_posts {
	border: none !important;
    max-width: 1080px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.page-template-page-blank div.mailpoet_form_below_posts > form {
	border: 1px solid #000;
    border-radius: 2px;
}

/* Width of inputs of Subscription form */
.mailpoet_form_column {
	flex-basis: 50%;
}

/* Currency Switcher */
.woocommerce-currency-switcher-form .dd-options li:hover {
	background-color: #eee !important;
}
.woocommerce-currency-switcher-form a.dd-option {
	background-color: inherit !important;
}
.woocommerce-currency-switcher-form .dd-options li {
	margin-bottom: 0;
}
.woocommerce-currency-switcher-form .dd-selected-text, .woocommerce-currency-switcher-form .dd-option-text {
	display: inline-block;
	margin-bottom: 0;
	color: #aaa;
}
.woocommerce-currency-switcher-form .dd-selected-text, .woocommerce-currency-switcher-form .dd-desc {
	display: inline-block;
	margin-left: 5px;
	font-size: inherit;
	overflow: initial;
}
/* End of Currency Switcher */

/* Price color */
ins .woocommerce-Price-amount {
	color: #4bbd31;
}
/* Hide breadcrumb on desktop */
/* @media only screen and (min-width: 769px) {
	.woocommerce-breadcrumb {
    display: none;
  }
} */
/* Hide There are no reviews yet. */
.woocommerce-noreviews {
	display: none;
}
/* Show next prev buttons on desktop */
.next-prev-thumbs {
	display: inherit !important;
}
/* Fix paypal iframe on top of nav bar, checkout page, product page */
.paypal-buttons-context-iframe {
	z-index: 1;
}

/* Style of Checkout layer on mobile */
.woocommerce-checkout .has-border {
	padding: 15px;
}
/* Product details tabs padding */
.product-footer .nav-tabs+.tab-panels {
	padding: 10px !important;
}

.account-login-inner, .account-register-inner {
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.login-register-info {
	padding-bottom: 0 !important;
}
.lightbox-content .login-register-info > p {
	margin-bottom: 0;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}