/*
Theme Name: Metal Craft
Author: Metal Craft
Description: This is Metal Craft theme.
Version: 1.0
Text Domain: metalcraft
*/

.navbar-light .navbar-nav > li.current-menu-item > .nav-link:after{
	content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    background: #FBAD18;
    display: block;
    height: 2px;
    transition: all .5s;
}
.page-numbers{
	border: none;
    color: #b5bac6;
    padding: 2px 12px 0px 12px;
    background: transparent;
}
.next.page-numbers, .page-numbers.current{
	color: #24262b !important;
}
.btn-dark-blue{
	background: #011A3A;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 12px 24px;
    min-width: 162px;
    text-align: center;
    border: none;
    border-radius: 5px;
    border: 2px solid #011A3A;
}
.btn-dark-blue:hover{
	color: #fff;
	transition:0.5s;
	border: 2px solid #FBAD18;
}
.page-topSpace-error{
	padding:100px;
}
#menu-menu-1 li:last-child a{
	background: #FBAD18;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    font-weight: 700;
    min-width: 162px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #FBAD18;
}
.product-slider-box .swiper-button-prev, .product-slider-box .swiper-button-next, .other-product-nav .swiper-button-next, .other-product-nav .swiper-button-prev{
	-webkit-appearance: none !important;
	outline: none !important;
}
.page-bottomSpace{
	padding-bottom:70px;
}
.single.single-product .product-slider-box .img-block{
	text-align:center;
}
 .product-nav .swiper-button-disabled, .other-product-nav .swiper-button-disabled{  
	display:none;
}
.single.single-product .product-ul li{
	color: #001E45;
    font-size: 22px;
    line-height: 37px;
    margin: 0 0 15px;
    font-weight: normal;
}
.other-product-nav .other-product-prev, .other-product-nav .other-product-next{
	cursor: pointer !important; 
	-webkit-appearance: none !important;
    outline: none !important;
}
.navbar-light .navbar-nav > li.current_page_parent > .nav-link:after{
	content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    background: #FBAD18;
    display: block;
    height: 2px;
    transition: all .5s;
}
.active-sitemap{
	color:#FBAD18 !important; 
	font-weight: bold !important; 
}
.page.page-id-267 input[type="text"], .page.page-id-267 input[type="tel"], .page.page-id-267 input[type="email"], .page.page-id-267 textarea, .page-template-tpl-request-sample .wpcf7-checkbox, .page.page-id-352 input[type="text"], .page.page-id-352 input[type="tel"], .page.page-id-352 input[type="email"], .page.page-id-352 textarea{
	margin-bottom: 0px;
}
.page.page-id-267 form  .col-lg-6, .page.page-id-267 form .col-12, .page.page-id-352 form  .col-lg-6, .page.page-id-352 form .col-12{
	margin-bottom: 30px;
}
 .wpcf7-response-output{
	margin-left: 0 !important;
	margin-right: 0 !important;
 }
 .form-thank-you{
	 padding:250px !important;
 }
 
/**** Responsive css ****/
@media screen and (max-width: 991px){
	.navbar-light .navbar-nav > li.current-menu-item > .nav-link:after{
		bottom: 0px;
	}
	.navbar .nav-item:last-child {
		padding: 15px 0;
	}
}
