body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav > li.current-menu-item > a, body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav > li.current-page-parent > a {
    background-color:#012D64;
}
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.open>a, body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.open>a:focus, body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.open>a:hover {
    background-color:#0285CD;
}
.cuar-content-container a, .cuar-content-container .panel-title, .cuar-content-container .panel-body {
    font-family: 'Work Sans' !important;
    font-size:16px !important;
}
.cuar-title.media-heading.text-primary {
    font-size: 16px !important;
}
body.customer-area-active .cuar-css-wrapper .btn-primary {
    background-color:#6CA24C !important;
    color:#fff !important;
  
}
body.hide-container .cuar-css-wrapper .btn-primary {
    font-weight: 500 !important;
    font-family: 'Work Sans' !important;
    font-size: 15px !important;
    text-transform: uppercase !important;    
}
body.customer-area-active .cuar-css-wrapper .cuar-content-styles i.fa {
    font-size: 15px !important;
}
body.hide-container .cuar-css-wrapper, body.hide-container cuar-content-container {
    background:transparent !important;
    border:none !important;
}
body.hide-container .cuar-form-links {
    margin-top:0 !important;

}
body.hide-container .cuar-css-wrapper .form-control {
    font-size:15px !important;
}
body.customer-area-active .cuar-css-wrapper .checkbox-custom label {
    font-size:15px !important;
}
body.hide-container .cuar-css-wrapper a {
    color:#59A53E !important;
    font-size:15px !important;
}
body.customer-area-active .cuar-css-wrapper .btn-xs {
    font-size:12px !important;
}
body.customer-area-active .cuar-css-wrapper .fs-lg {
    font-size:18px !important;
}
body.customer-area-active .cuar-css-wrapper .alert-success {
    color:#fff !important;
    background-color: #59A53E !important;
}
.cuar-register-form h2 {
    display:none !important;
}
.initial-hidden {
    display: none;
}
#searchFilter {
    background-color:#F4F3F2;
    width: 90%;
    display: inline-block;
    text-align: left;
    margin-right:10px;
}
@media (max-width: 768px) { 
    #searchFilter {
        background-color:#F4F3F2;
        width: 83%;
        display: inline-block;
        text-align: left;
        margin-right:10px;
    }   
}
#searchButton {
    padding: 7px 10px 7px;
    margin-bottom: 2px;
}
/* Hide grid/list toggle */
button#cuar-js-collection-to-grid {
    display: none;
}
button#cuar-js-collection-to-list {
    display: none;
}
body.customer-area-active #cuar-js-content-container .collection .collection-content:not(.list) .mix, body.customer-area-active #cuar-js-content-container .collection .collection-content:not(.list) .gap {
    width:32% !important;
}
@media (max-width: 700px) { 

    body.customer-area-active #cuar-js-content-container .collection .collection-content:not(.list) .mix, body.customer-area-active #cuar-js-content-container .collection .collection-content:not(.list) .gap {
        width:49% !important;
    }

}
div#cuar-js-collection-gallery {
    height: auto !important;
}
.hide-files-by-default .hide-file {
    /* display: none !important; */
}