::-moz-selection {
background-color: #ec1c24;
color: #fff;
}

::selection {
background-color: #ec1c24;
color: #fff;
}

.grecaptcha-badge {
    display: none !important;
}

/** Header **/
@media only screen and (min-width:1024px) {
	.h1-navigation-area .col-lg-3 {
    max-width: 15%;
    flex: 0 0 15%;
}
	
	.h1-navigation-area .col-lg-9 {
    max-width: 85%;
    flex: 0 0 85%;
}
	
	.main-menu {
    margin-right: 20px;
}
	
	.main-menu .dustrial-main-menu>li>a {
    padding: 30px 12px !important;
	}
	
	.h1-navigation-area .nav-serch-area {
    padding: 0;
	}
	
}

@media only screen and (max-width:767px) {
.mean-container a.meanmenu-reveal {
    margin-top: -65px;
}
}


/** Home **/
a {
    color: #ec1c24;
}

a:hover {
    color: #ec1c24;
	  text-decoration: underline;
}

.section-title-two .stock {
    display: none;
}

.btn i {
    display: none;
}

.section-title-two {
    margin-bottom: 30px;
}

.breadcrumb-info {
    text-transform: capitalize;
}


/** Product **/
.service-details-pages .wp-post-image,
.services-right-title {
    display: none;
}

.market-single-widgets-details {
	padding: 0px;
}

.service-details-pages .product-content h2 {
    font-size: 18px;
    margin-top: 20px;
    min-height: 50px;
}

.service-details-pages .shop-product-single {
    margin-bottom: 50px;
}

.single-testimonial .vc_column-inner>.wpb_wrapper {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

/** Shop **/
.product-details-tab {
    border-top: none;
    margin: 0;
    padding: 0;
}

/** WhatsApp **/
.chip {
    display: inline-block;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 25px !important;
    color: #000 !important;
	  font-size: 16px !important;
	  font-weight: 600 !important;
    line-height: 32px !important;
    border: 2px solid #ec1c24 !important;
}

.single-blog .content {
    min-height: 280px;
}
