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

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav>li>a {
    font-size: 1em;
}
.header-top-right .my-account {
    height: 100%;
    padding: 0 2rem;
    background: rgba(255, 255, 255, .1);
}
.header-top-right .my-account .dash {
    padding: 0 1rem;
    color: #fff;
}
.header-top-right .cart {
    margin-left: 1.5rem;
}
.header-top-right {
    justify-content: flex-end;
}
.header-top-right .my-account>div i.bx {
    font-size: 1.6rem;
    margin-right: 1rem;
}
.bx {
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header-top-right .my-account>div a {
    color: #fff;
	    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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


}