/* You can write here you own css styles. */
/* They will be used prior to all other styles */
.container-widget .socials.socials-lg a {
    color: #000;
}
.col-md-4 .menu.menu-icon li{
    color: #000;
}
.your_example_style{
    color:orangered;
    font-size:12px;
}
.navbar-compact .navbar-main-menu-outer {
    margin: -95px -80px 0 0;
}
.navbar-compact .navbar-logo img {
    max-height: 45px;
}
.navbar-compact .background {
    min-height: 40px;
}
[class*=" flaticon-"]:after, [class*=" flaticon-"]:before,
[class^=flaticon-]:after, [class^=flaticon-]:before {
    font-family: Flaticon;
    font-size: 25px;
}
.navbar-compact .top-link {
    padding-top: 15px;
}
.navbar-main-menu-outer {
    margin-top: 0px;
}
.navbar .background {
    padding-top: 0px;
}
#header_type1 .navbar-welcome {
    float: left;
    text-align: left;
    font-size: 16px;
}
.content {
    padding-top: 3px;
}
.products-list .product-preview-outer {
    width: 33%;
}
.category h4 {
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
}
@media (min-width: 992px){
footer #footer-collapsed {
    max-height: 275px;
}
}