/*
 Theme Name: Vruddhi Child
 Theme URI: https://woostify.com/
 Description: Woostify WordPress theme example child theme.
 Author: Vruddhi Technologies
 Author URI: https://woostify.com/
 Template: woostify
 Version: 0.0.1
*/

.select2-container .select2-selection--single {
		height:60px !important;
	}
	
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    top:  15px !important;
    right: 10px !important;
}

.site-content-boxed-container .site-content
{
    padding: 10px 0; !important
}

.woocommerce-MyAccount-navigation {
    display :none;
}

@media (min-width: 992px) {
.woocommerce-MyAccount-content{
    width : calc(100%-30%);
}