/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/


.white img{
	filter: brightness(0) invert(1);
}

.top-bar-item .wpex-cart-link__items{
	font-size: 12px;
    margin-right: 21px;
}

.sidr-class-wpml-ls-display{
    margin-left: .3em;	
}

.page-header-title.wpex-text-white{
	display: none;
}

#billing_company_field {
    display: none !important;
}

	.select2-container .select2-selection--single .select2-selection__rendered {
		width: 360px;
	}


.ccont a{
	text-decoration: underline;
}
.ccont .vcex-toggle__trigger{
	text-transform: uppercase;
	text-decoration: none;
}
section.woocommerce-order-details > table > tfoot:nth-child(3){
	display: none;
}