@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,700');

body
{
	font-family:'Roboto', sans-serif;
}
a:hover
{
	text-decoration: none;
}
header.header_block {
    background: #000;
    padding-bottom: 10px;
}
header ul li a:hover, footer ul li a:hover {
    color: red;
}
.submenu_section ul li a:hover
{
	color:#000;
}
.section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.home_address .address_block {
    color: #fff;
}

.home_address .address_block ul {
    padding: 0;
    list-style: none;
    float: right;
    /*margin-top: 15px;*/
	margin-top: 50px;
}

.home_address .address_block ul li {
    float: left;
    margin-left: 5px;
}

.home_address .address_block ul li a {
    color: #fff;
	font-weight:bold;
}

.home_address .social_media {
    color: #fff;
}

.home_address .social_media ul {
    padding: 0;
    list-style: none;
    float: right;
    margin-top: 5px;
}

.home_address .social_media ul li {
    float: left;
    margin-left: 10px;
}

.home_address .social_media ul li a {
    color: #9e9e9e;
    font-size: 17px;
}
.logo {
    margin-top: 15px;
}
.logo img {
    max-width: 240px;
    margin: 0 auto;
	text-align:center;
}
.category_menu ul {
    padding: 0;
    list-style: none;
}

.category_menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.main_menu ul {
    padding: 0;
    list-style: none;
	text-align:center;
}
.main_menu ul li {
    display: inline-block;
    float: none;
    margin-left: 8px;
    margin-right: 8px;
}

.main_menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
	
}
.search_box .form-control {
    max-width: 198px;
    float: right;
    height: 26px;
    margin-top: 0px;
}
.submenu_section ul {
    padding-left: 0;
    text-align: center;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 0px;
}

.submenu_section {
    background: red;
	float:left;
	width:100%;
}

.submenu_section ul li a {
    color: #fff;
}

.submenu_section ul li {
    color: #fff;
    float: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.banner_carousel {
    margin-top: 10px;
}
.precision_block {
    background: #e6e6e6;
    float: left;
    width: 100%;
	padding-top:15px;
	padding-bottom:15px;
}
.pro_block {
    padding: 3px;
    border: 1px solid #bebebf;
    width: 100%;
    float: left;
}

.product_desc {
    background: #efefef;
    float: left;
    width: 100%;
}

.product_desc .product_name {
    float: left;
    margin-top: 4px;
}

.product_desc .product_price {
    float: right;
    margin-top: 4px;
}

button.pro_spec_btn {
    background: #e0e1e3;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 18px;
}

.product_cart {
    width: 100%;
    float: left;
    margin-top: 7px;
}

button.pro_buy_now {
    float: right;
    background: #000;
    color: #fff;
    padding-top: 5px;
    border: 0;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 18px;
}
.precision_block img {
    max-width: 336px;
}

.about_content ul {
  list-style-type: none; /* no default bullets */
  padding-left:0;
}

.about_content li { 
  
}

.about_content li:before { /* the custom styled bullets */
  background-color: red;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 6px;
  width: 6px;
}
.about_content h2 {
    color: red;
    font-size: 22px;
}
.section.partners {
    margin-top: 80px;
    margin-bottom: 80px;
}
.our_collection h3 {
    position: relative;
    color: #fff;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.our_collection h3:before
{
position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    content: attr(data-content);
    background-color: #000;
    color: #FFF;
    z-index: -1;
    padding-right: .5em;
    /*width: 130px;*/	width: 150px;
}.our_collection.chip_sheilds h3:before{	width: 170px !important;}
.our_collection.power_drills h3:before
{
	width: 148px;
}
.our_collection h3:after {
    position:absolute;
    content:'';
    display: block;
    left:0;
    right:0;
    top:50%;
    background-color:#555;
    /*height:.06em;*/
    min-height:1px;
    z-index:-2;
}
.footer_menu_block {
    float: left;
    width: 100%;
    background: #000;
    color: #c2c2c2;
}
.footer_menu_block h5 {
    font-size: 20px;
    margin-top: 35px;
}

.border {
    border: 1px solid #888888;
    margin-bottom: 12px;
}

.footer_menu_block h5 {
    color: #fff;
}



.footer_menu_block ul {
    padding-left: 15px;
}

.footer_menu_block ul li a {
    color: #c2c2c2;
}
.footer_menu_block ul.new_product
{
	list-style:none;
	padding-left:0px;
}
ul.footer_menu.contact_info {
    list-style: none;
    padding-left: 0;
}

.footer_section ul.social_media {
    list-style: none;
    padding-left: 0;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.footer_section ul.social_media li {
    float: left;
    margin-right: 7px;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 50%;
    max-width: 34px;
}

ul.footer_menu.contact_info li {
    margin-bottom: 10px;
}
.copy_right {
    padding-top: 10px;
    padding-bottom: 10px;
}
.our_collection h2 {
    color: red;
}

.our_collection.power_drills h2 {
    color: #fff;
    background: red;
    margin: 0 auto;
    max-width: 222px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.our_collection.power_drills h2 a
{
	color:#fff;
}
.footer_menu_block ul.footer_menu.menu_sec {
    /*min-height: 175px;*/
}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    text-transform: uppercase;
}
#map
{
	margin-bottom:30px;
}

a.buy_now {
    background: black;
    color: #fff;
    padding: 9px;
    text-align: center;
    margin: 0 auto;
    display: block;
    min-width: 150px;
    margin-top: 20px;
    float: right;
}
a.buy_now:hover
{
	color:red;
	text-decoration:none;
}
.techincal_desc
{
	margin-top:30px;
	margin-bottom:30px;
}
.demo {
    width:100%;
	max-width:99%;
	overflow:hidden;
}
.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
li.lslide {
    min-height: 450px;
}
.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    /*border: 1px solid #dedede;*/
    margin-top: 10px;
    cursor: pointer;
}
.demo img {
    display: block;
    height: auto;
    max-width: 99%;
}
ul.lSPager.lSGallery li {
    border: 1px solid #dedede;
}

.lSSlideWrapper.usingCss {
    border: 1px solid #dedede;
    float: left;
    width: 100%;
    margin-top: 20px;
}
table.custom_table tr
{
	
	    border-bottom: 1px solid #CCCFD0;
}

table.custom_table tr:nth-child(even)
{
	background: none repeat scroll 0 0 #fff;
	   
}
table.custom_table tr:nth-child(odd)
{
	background: none repeat scroll 0 0 #E0E4E7;
	    
}
table.custom_table tr td
{
	border:0;
}
.product_content
{
	text-align:justify;
}
ul.mega-sub-menu {
    background: rgba(0,0,0,0.5) !important;
}

ul.mega-sub-menu li a {
    color: #fff !important;
    font-weight: normal !important;
    font-size: 14px !important;
}
svg.icon-arrow-right, svg.icon-arrow-left 
{
	font-size: 2px;
    width: 22px;
    height: 9px;
}
.pagination .screen-reader-text {
    display: none;
}

nav.navigation.pagination {
    text-align: center;
    width: 100%;
    float: left;
}

.nav-links {
    /* text-align: center; */
}

.pagination .page-numbers {
    border: 1px solid #dedede;
    min-width: 32px;
    display: inline-block;
    background: #E0E4E7;
    border: 1px solid #CCCFD0;
    color: #000;
}

.pagination .page-numbers.current {
    color: red;
}

.pagination .screen-reader-text {
    display: none;
}

nav.navigation.pagination {
    text-align: center;
    width: 100%;
    float: left;
}

.nav-links {
    /* text-align: center; */
}
.pagination ul.page-numbers {
    background: none;
    border: 0;
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
}

.pagination ul.page-numbers li.page_num {
    float: none;
    display: inline-block;
}

div#pagination {
    width: 100%;
}

.pagination ul.page-numbers li {
    display: inline-block;
    margin-left: 8px;
}
.pagination .page-numbers {
    border: 1px solid #dedede;
    min-width: 32px;
    display: inline-block;
    background: #E0E4E7;
    border: 1px solid #CCCFD0;
    color: #000;
	padding-left: 5px;
    padding-right: 5px;
}

.pagination .page-numbers.current {
    color: red;
}

p.link-more span {
    display: none;
}

p.link-more a {
    float: right;
    background: #000;
    padding: 9px;
    height: 36px;
    color: #fff;
}

article.product.type-product {
    width: 100%;
    float: left;
    border: 1px solid #dede;
    margin-bottom: 11px;
    padding: 10px;
}


article.product.type-product h2 a {
    color: #333;
    font-size: 23px;
}

svg.icon.icon-search {
    height: 15px;
    width: 24px;
}
.custom_button, input.wpcf7-form-control.wpcf7-submit
{
    background: black;
    color: #fff;
    padding: 9px;
    text-align: center;
    margin: 0 auto;
    display: block;
    min-width: 150px;
    margin-top: 20px;
	max-width:150px;
	border:1px solid #000;
}
.product_grid {
    border: 1px solid #dedede;
    text-align: center;
    float:left;
	width:100%;
    margin-top: 15px;
}
.product_grid_outer
{
	margin-bottom:15px;
}

.product_head {
    font-size: 19px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
	background:#efefef;
}

.product_head a {
    color: #000;
}
.product_head a:hover
{
	text-decoration:none;
}
h1.page-title {
    text-transform: uppercase;
}
