/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* WPML language chooser in the main menu - adjust the flag to fit the text */
.sf-menu ul .menu-item-language img.iclflag {
	float: left;
}
.menu-item-language img.iclflag {
	position: relative;
	top: 2px;
}

/* fix the bug when the theme adds paragraph inside buttons which creates extra spacing */
.vcex-button-inner p {
	display: inline;
	margin-bottom: 0;
}

/* hide review tab on product pages */
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab {
	display: none;
}

/* make the arrow of the payment desc. option box in the checkout page match the bg color of the box */
.woocommerce-checkout #payment div.payment_box::before {
	border-color: transparent transparent #fff;
}