/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


#text-box-657026032  .button {
	width: 50%!important;
}

.a.button.primary.is-gloss.is-large.expand {
	width: 200px!important;
    margin: 240px auto 0;
}

.checkout-inline-error-message {
	color: red;
    font-size: 13px;
    margin-top: -10px;
    line-height: 100%;
}

.nav-dropdown.nav-dropdown-default>li>a {
    display: flex;
}

.nav li.has-icon-left>a>i, .nav li.has-icon-left>a>img, .nav li.has-icon-left>a>svg {
    min-width: 20px;
}