.top-bar {
    background: #333 !important;
}
.nav-top{
    background: #333 !important;
}
.top-search-bar{
    background: #fff !important;
}
.top-search-bar .input-search {
    background-color: #fff !important;
}
.nav-top .nav-top-left {
    flex: 0 0 55.666667% !important;
    max-width: 55.666667% !important;
}
.nav-top .nav-top-right {
   flex: 0 39.333333% !important; 
    max-width: 39.333333% !important; 
}

.nav-top .nav-top-right .nav>li>a {

    color: #fff !important; 
}
.nav-top .nav-top-right .nav li .btn-sell-now {
    background-color: #3e7ff6 !important; 
}
.nav-main{
	    background-color: #f3f3f3 !important; 
}
.nav-main .navbar {
    background-color: #f3f3f3 !important; 
}
.nav-main .navbar ul .nav-item .nav-link{
    color: #555 !important; 
    font-weight: 600 !important; 
    padding-top: 12px !important; 
    padding-bottom: 12px !important; 
    transition: 0.3s !important; 
    padding-left: 30px !important; 
    padding-right: 30px !important; 
    font-size: 14px !important; 
}
/*----------------------Featured_Ads---------------------*/
.featured_ads {
	
}
.featured_ads .overlay {
	background: rgba(64,204,132,1);
	background: -moz-linear-gradient(45deg, rgba(64,204,132,1) 0%, rgba(64,204,132,0.94) 39%, rgba(0,238,255,0.85) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(64,204,132,1)), color-stop(39%, rgba(64,204,132,0.94)), color-stop(100%, rgba(0,238,255,0.85)));
	background: -webkit-linear-gradient(45deg, rgba(64,204,132,1) 0%, rgba(64,204,132,0.94) 39%, rgba(0,238,255,0.85) 100%);
	background: -o-linear-gradient(45deg, rgba(64,204,132,1) 0%, rgba(64,204,132,0.94) 39%, rgba(0,238,255,0.85) 100%);
	background: -ms-linear-gradient(45deg, rgba(64,204,132,1) 0%, rgba(64,204,132,0.94) 39%, rgba(0,238,255,0.85) 100%);
	background: linear-gradient(45deg, rgba(64,204,132,1) 0%, rgba(64,204,132,0.94) 39%, rgba(0,238,255,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40cc84', endColorstr='#00eeff', GradientType=1 );
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display:none;
}
.featured_ads .overlay a {
	position: absolute;
	width: 100%;
	left: 0;
	top: 35%;
	text-decoration: none;
}
.featured_ads .overlay .fa.fa-heart-o {
	background: #fff;
	height: 48px;
	width: 48px;
	border-radius: 100%;
	color: #15ad5f;
	font-size: 30px;
	line-height: 52px;
}
.featured-parts:hover .overlay {
	display:block;
}
.featured-parts .featured-price {
	z-index: 999;
}
 .featured-new {
	z-index: 999;
}
 .featured-parts .discount {
	z-index: 999;
}
.featured-parts .price {
	font-size:18px;
	color:#3e7ff6;
	font-weight:600;
	letter-spacing: 0.6px;
}
.featured-parts h3 {
	font-size:15px;
	color:#010101;
	font-weight:400;
	letter-spacing: 0.6px;
}
 .featured-parts .text-top {
	border-bottom: 1px solid #aaaaaa;
}
.featured-text .heading a {
color: #3a3a3a;
text-decoration: none;
font-size: 18px;
font-weight: 600;
letter-spacing: 0.6px;
}
.fa.fa-check-square-o {
    color: #3e7ff6;
}
.featured-bottum ul li:last-child a:hover .fa.fa-check-square-o {
    color: #fff;
}
.featured-text p {
	margin-top: 3px;
	font-size: 14px;
}

.right_ads .img-fluid {
    width: 100%;
    margin-bottom: 10px;
}
.col-product{
border: 1px solid #eeeeee  !important; 
    cursor: pointer  !important; 
}
.product-item .item-details .product-user {
    font-size: 13px !important;
    color: #8995a2 !important;
    letter-spacing: 0.6px !important;
    font-weight: 400 !important;
}
.product-item .item-details .product-title {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.6px !important;
}


.product-item .item-meta{
	border-top: 1px solid #eeeeee !important;
} 
.product-item .item-meta .price{
border-right: 1px solid #eeeeee  !important;
    padding: 8px 0  !important;
}
.product-item .item-meta .price {
font-size: 16px  !important;
    margin-right: 10px  !important;
	width: 180px !important;
}
.product-item .item-details .product-title a {
	color: #000 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.6px;
}
.product-item{
	margin-bottom: 5px  !important;
}	

.topads .img-fluid {
    width: 100%;
    border-radius: 10px;
}

#footer {
    background-color: #3a3a3a !important;
}
#footer .footer-bottom {
	background-color: #575757;
}

#footer .footer-title {
    font-size: 22px  !important;
    color: #fff  !important;
    font-weight: 600  !important;
}

#footer .nav-footer ul li a {
    color: #e3e3e3 !important;
    font-size: 14px  !important;
    padding: 5px 0px  !important;
    line-height: 27px  !important;
}
#footer .footer-bottom .copyright {
        color: #fff !important;
    font-size: 13px !important;
    font-weight: 300 !important;
}

.col-sidebar-products{
border: 1px solid #eeeeee  !important;
    padding: 10px 10px  !important;
}
.col-content-products{
    padding: 50px  !important;
}
.btn-block {
width: 100%;
    height: 44px;
    background: #3e7ff6  !important;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
	}
	
	/*---------------------------------------------Contact Us--------------------------------------*/

.contacts_mape iframe {
	margin-top:50px;
	width: 100%;
	border: none;
}
.contacts_bottom .card {
	border:none;
}
.contacts_bottom .card-body {
	padding: 15px 0 5px 0;
}
.contacts_bottom .card-body p, .contacts_bottom .subtitle {
	font-size:14px;
	color:#aaa;
	line-height:26px;
}
.contacts_bottom .card-body h5 {
	font-size: 16px;
	font-weight: 600;
}
.contacts_bottom .card-body .fa {
	font-size: 24px;
	color:#3e7ff6;
}
.iner_page .contacts_bottom .title::before {
	left: 40px;
}
.contacts_bottom .single-blog-post {
	margin-bottom: 0;
}
.contacts_bottom .single-blog-post .btn.btn-primary.btn-skin {
	font-size: 16px;
	padding: 7px 35px;
}
.contacts_bottom .single-blog-post textarea {
	height: 360px !important;
}

.contacts_bottom .title {
    margin: 45px 0 10px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
.single-blog-post .form-control {
    border: none;
    border-radius: 22px !important;
    box-shadow: none;
    color: #aaaaaa;
    font-size: 14px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(181, 181, 181, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(181, 181, 181, 1);
    box-shadow: 0px 0px 10px 0px rgba(181, 181, 181, 1);
    padding: 10px 15px;
    height: 43px;
    margin-bottom: 25px;
}

.contacts_bottom .single-blog-post .btn.btn-primary.btn-skin {
    font-size: 16px;
    padding: 7px 35px;
}
.single-blog-post .btn.btn-primary.btn-skin {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #3e7ff6;
    border-radius: 22px;
    line-height: 29px;
    background-color: #3e7ff6;
    padding: 7px 18px;
    transition: all 0.5s ease;
}


.dashboard_back {
	position: relative;
}
.dashboard_back .img-fluid {
	border-radius: 4px 4px 0 0;
}
.dashboard_back::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #838386cc;
	content: "";
	left: 0;
	border-radius: 4px 4px 0 0;
}
.rounded_img {
	position: absolute;
	top: 60px;
	width: 100%;
	text-align: center;
	left: 0;
}
.dashboard_menu .dashbord_img .aditya {
	text-align: center;
	padding-top: 45px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	color:#3a3a3a;
}
.rounded_img img {
	border-radius: 50%;
	border: 3px solid #f8f8f8;
	max-width: 100px;
}
.dashboard_menu ul li {
	padding-left: 10px;
	line-height: 43px;
}
.dashboard_menu ul li:hover span {
	color: #3e7ff6;
}
.dashboard_menu ul li span {
	position: relative;
	color: #aaaaaa;
	font-size: 18px;
}
.dashboard_menu ul li a {
	color: #3a3a3a;
	font-size: 15px;
	padding-left: 10px;
	text-decoration: none;
}
.dashboard_menu ul li span::after {
	position: absolute;
	background: #3e7ff6;
	top: -3px;
	left: -10px;
	content: "";
	width: 3px;
	height: 30px;
	display: none;
}
.dashboard_menu ul li.active span {
	color: #3e7ff6;
}
.dashboard_menu ul li.active span::after {
	display:block;
}
.dashboard_menu ul li:hover span::after {
	display: block;
}
/*-----------dashboard_main---------------*/

.dashboard_main .card-content {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(146,146,146,0.7);
	-moz-box-shadow: 0px 0px 10px 0px rgba(146,146,146,0.7);
	box-shadow: 0px 0px 10px 0px rgba(146,146,146,0.7);
	border-radius: 4px;
	cursor: pointer;
}
.dashboard_main .table thead th {
	border-bottom:0;
}
.dashboard_main .table td, .dashboard .table th {
	vertical-align:middle;
	border-color: #aaaaaa;
}
.border-top, .border-bottom {
	border-color: #aaaaaa !important;
}
.dashboard_main .card-content .card-body {
	padding: 20px 15px;
}
.dashboard_main .card-content .card-body img {
	max-height: 41px;
	margin-top: 0px;
	margin-right: 10px;
}
.dashboard_main .card-title {
	font-size: 20px;
	color: #3a3a3a;
	font-weight: 400;
	padding: 10px 0px;
}
.dashboard_main .card_body_text h4 {
	font-size:18px;
}
.dashboard_main .card_body_text p {
	font-size:15px;
	margin-bottom:0;
    line-height: 19px;
}
.dashboard_main thead th {
	font-size:16px;
	color:#3a3a3a;
	font-weight: 400;
	padding: 8px;
}
.dashboard_menu ul li a {
	color:#3a3a3a;
	font-size:15px;
	padding-left: 10px;
}
.dashboard_menu ul li span {
	position:relative;
	color:#aaaaaa;
	font-size:18px;
}
.dashboard_menu ul li span:after {
	position:absolute;
	background:#3e7ff6;
	top:-3px;
	left:-10px;
	content:"";
	width:3px;
	height:30px;
	display:none;
}
.dashboard_menu ul li:hover span:after {
	display:block;
}
.dashboard_menu ul li:hover span {
	color:#3e7ff6;
}
/*---------*/
.dashboard_main th .form-check .form-check-input {
	margin-top:33px;
	cursor:pointer;
}
.dashboard_main th input[type=checkbox], input[type=radio] {
	width: 18px;
	height: 18px;
	margin-left: -30px;
}
.dashboard_main .form-check .form-check-input {
	margin-top:30px;
	cursor:pointer;
	width:18px;
	height:18px;
}
.dashboard_main .table thead .ml-44 {
	padding-left: 44px;
}
.dashboard_main td i.fa {
	background: #dddddd;
	padding: 0;
	border-radius: 2px;
	transition: all 1s ease;
	cursor: pointer;
	width: 28px;
	height: 26px;
	line-height: 28px;
	text-align: center;
}
.dashboard_main td button:hover i.fa-eye {
	color:#fff;
	background:#3e7ff6;
}
.dashboard_main td button:hover .fa-pencil {
	background:#2ba3cf;
	color:#fff;
}
.dashboard_main td button:hover .fa-trash {
	background:#ff0000;
	color:#fff;
}
.dashboard_main .text-truncate a {
	color: #3a3a3a;
	font-size: 14px;
	font-weight: 500;
}
.dashboard_main .text-truncate strong {
	font-weight: 600;
	color: #3a3a3a;
	font-size:15px;
}
.dashboard_main .text-truncate p {
	font-size: 13px;
	color: #3a3a3a;
	font-weight: 400;
}
.dashboard_main .text-truncate button {
	font-size:15px;
}
.dashboard_main .text-truncate .recent_img {
	overflow:hidden;
	margin-left: 15px;
}
.dashboard_main .text-truncate img {
	transition:all 1s ease;
}
.dashboard_main .text-truncate img:hover {
	transform:scale(1.1, 1.1);
}
.dashboard_main .text-truncate button {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0px 2px 0 2px;
	cursor: pointer;
}
.dashboard_main .text-truncate .mt-20 {
	margin-top:-20px;
}
.dashboard_main td .sold_btn {
	background:#8a8a8a;
	color:#fff;
	transition:all 1s ease;
	border-bottom: 0;
	font-size: 15px;
	padding: 0 11px;
	line-height: 10px;
	height: 25px;
	width: 67px;
}
.dashboard_main td .active_btn {
	background: #3e7ff6;
	color: #fff;
	transition: all 1s ease;
	font-size: 15px;
	padding: 0 11px;
	line-height: 10px;
	height: 25px;
	width: 67px;
}
.dashboard_main td:hover .active_btn {
	opacity:0.8;
}
.dashboard_main .big_sale {
	padding:40px 0px;
}
.dashboard_main .big_sale .discount_img {
	position:relative;
}
.dashboard_heding h3 {
	margin: 0px;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
	color:#3a3a3a;
}
.dashboard_heding {
	margin-bottom: 25px;
}

.profile-tab-content .form-control {
	border-radius: 40px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px #b5b5b5cc;
	-moz-box-shadow: 0px 0px 10px 0px #b5b5b5cc;
	box-shadow: 0px 0px 10px 0px #b5b5b5cc;
	border: none;
	margin-bottom: 15px;
	padding: 10px 15px
}

.profile-tab-content form {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 20px;
}
.btnblue{
	background: #3e7ff6 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 25px !important;
    border: none !important;
    color: #fff !important;
    cursor: pointer !important;
    height: 44px !important;
    letter-spacing: 1px;
    margin-top: 15px !important;
    width: 172px !important;
    margin-bottom: 10px !important;
    transition: all 0.3s ease !important;
}
.btnblue1{
	 width: 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      px !important;
}

.nav-mobile-header {
   
    background-color: #333 !important;
}
.nav-mobile-header-container .item-menu-icon a {
   
    color: #fff !important;
}
.nav-mobile-header-container .a-search-icon {
   
    color: #fff !important;
    right: 16px !important;
}