/*
Theme Name: Ecomall Child
Description: Ecomall Child Theme
Author: Sean Wang
Template: ecomall
Version: 1.0.0
Text Domain: ecomall-child
*/

.woocommerce form.register{
	max-width: 100%;
}

#custom-registration input{
	padding:5px 10px;
	border-radius:1px;
}

#custom-registration select{
	padding:5px 10px;
	border-radius:1px;
}

#custom-registration label{
	padding-bottom:5px;
}

#custom-registration p{
	margin-bottom:10px;
}

.text-muted{
	color: var(--ts-gray-color);
}

#uploading-spinner {
    border: 3px solid rgba(0, 0, 0, 0.1);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error-message {
    color: red;
    border: 1px solid red;
    padding: 10px;
    margin: 10px 0;
    background-color: #ffd6d6;
}


/* Styles for screens 1600px wide or narrower */
@media (max-width: 1600px) {
    .header-right .shopping-cart-wrapper .dropdown-container,
    body .header-right .my-account-wrapper .dropdown-container {
        right: 0 !important;
    }
}

.ts-megamenu-container .product-wrapper {
	justify-content:left !important;
}

.ts-megamenu-container .meta-wrapper{
	text-align:left !important;
}
