/*
Theme Name: henna
Author: Corsiva Lab Team
Description: Combination of Automattic´s _s theme and Bootstrap 4
Version: 1.0.0
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/
.section-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods li .custom-checkbox.style-2 > label{
	font-weight: 600;
}
.section-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods li .custom-checkbox.style-2 > label:before{
	content: none;
}
.section-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals{
	position: relative;
}
.section-cart .cart-collaterals .cart_totals table.shop_table tr.shipping td:last-child{
	text-align: right;
}
.shipping-calculator-form .form-row{
	display: block;
}

/* multi currency */

@media (max-width: 575px){
	.wmc-sidebar{
	  touch-action: auto; 
	}
	    .woo-multi-currency.wmc-sidebar.wmc-hover {
        width: 100%;
        top: 0!important;
        right: 0;
        left: 0;
        transform: none;
        bottom: 0!important;
        padding: 10% 0;
        background: rgba(255, 255, 255, .8);
    }
}
