/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/


/* Header Right */
header .menu-right #menu-login-logout {
    margin-right: 20px;
}

header .menu-right #menu-login-logout li a {
    color: white;
    padding: 12px 12px 20px;
}

/* Footer Bottom Menu */
body footer#colophon .thim-social {
    margin-top: 0;
	text-align: right;
}

/* Cart */
.woocommerce-cart .shop_table .product-remove {
    text-align: center !important;
}

.woocommerce-cart .shop_table .msbn-all label {
    width: 18px;
    height: 18px;
}

/* My Acoount */
@media (max-width: 480px) {
.woocommerce-MyAccount-content form .form-row .input-text, .woocommerce-MyAccount-content form .form-row textarea {
    min-width: auto;
}
}