.page-title-area .page-title-content h2 {
    color: #fff;
}

.page-title-area .page-title-content ul li a {
    color: #fff;
}

.page-title-area::before {
    animation: none;
    z-index: -1;
}

.page-title-area .page-title-content ul .active {
    color: #ffffff;
}

img {
    max-width: 85%;
    height: auto;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-size: 14px;
    text-transform: uppercase;
}

.default-btn {
    background-color: #519657;
    border: 1px solid #519657;
}

.default-btn:hover {
    background-color: #519657;
}

.top-header {
    padding-top: 8px;
    padding-bottom: 8px;
}

.top-header .header-right-content li {
    font-size: 12px;
    margin-top: 2px;
}

.top-header .header-right-content li i {
    font-size: 23px;
}

.top-header .header-right-content li span {
    font-size: 14px;
    margin-top: 2px;

}

.top-header .header-right-content li a {
    font-size: 14px;
    margin-top: 2px;
}

.top-header .header-left-content li a i {
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.single-product .product-img::before {
    opacity: .1;
}

.page-title-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-100 {
    padding-top: 40px;
    padding-bottom: 100px;
}

.default-btn::before {
    background-color: #505152;
}


.navbar-area .others-option .user-icon {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.navbar-area .others-option .user-icon a i {
    font-size: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    line-height: 1;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #222;
    border-radius: 50px;
}

.navbar-area .others-option .user-icon a span {
    font-size: 14px;
    position: inherit;
}


.search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #222;
    outline: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px;
}

.search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #519657;
    border: none;
    width: 50px;
    outline: 0;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    padding: 0;
}

@media only screen and (max-width: 991px){
.mean-container .mean-bar {
    height: 80px;
}
    
.mobile-nav img{
    width: 70%;
    margin-top: -11px;
    }   
	
.page-title-area {
    padding-top: 150px;
}	
}
