/**/
.full-footer {
	background: #ffffff;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
/**/

.footer-box{
	padding: 20px;
	width: 20%;
}
.footer-box h3 {
	margin: 0 0 12px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-box-1 .footer-content {
}
.line-tt {
	margin-bottom: 12px;
}
.footer-box p {
	margin: 0 0 5px 0;
}
.footer-box-1 ul.ft-tt ul{
	list-style: disc;
}
.ft_mxh img {
	display: inline-block;
}
.icon-mxh a{
	margin-right: 15px;
}
/**/
.footer-box-2 {
	padding: 0 10px;
}
.footer-box .menu {
	margin-bottom: 20px;
	padding: 0;
	margin-top: 0;
}
.footer-box .menu li {
	margin-bottom: 12px;
	line-height: normal;
	list-style: none;
	white-space: nowrap;
}
.footer-box .menu li a{
}
/**/
.footer-contact {
	background: #f6f6f6;
}
.ft-mxh {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}
.ft-mxh a{
	margin: 0 5px;
}
/**/
.woocommerce ul.products li.type-product .woocommerce-loop-product__title,
.line-tt a,
.footer-box-menu a{
    position: relative;
}
.woocommerce ul.products li.type-product .woocommerce-loop-product__title::after,
.line-tt a::after,
.footer-box-menu a::after {
    content: '';
    height: 1px;
    background: #000;
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 0px;
    display: block !important;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.woocommerce ul.products li.type-product .woocommerce-loop-product__title:hover::after,
.line-tt a:hover::after,
.footer-box-menu a:hover::after {
    width: 100%;
}
/* footer-bottom */
#show-sft,
#hide-sft {
	float: right;
	font-size: 14px;
	margin: 0;
	text-align: right;
	cursor: pointer;
}
#show-sft,
.active-sft #hide-sft {
	display: inline-block;
}
#hide-sft,
.active-sft #show-sft {
	display: none;
}
/**/
.footer-box form{
	position: relative;
}

.footer-dki .wpcf7-form-control.wpcf7-text {
  border-radius: 0;
  height: 37px;
  font-size: 14px;
  border: 0;
  padding-left: 10px;
  width: 100%;
}
.footer-dki button {
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 0 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-dki .wpcf7 {
  position: relative;
}
/**/
@media only screen and (max-width: 991px) {
	.footer-box {
		padding: 20px;
		width: 50%;
	}
	.footer-box.footer-box-5.footer-contact {
		width: 100%;
	}
}
@media only screen and (max-width: 900px) {
	
}
@media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 768px) {
	.footer-box {
		padding: 10px 10px 0;
		width: 100%;
	}

}
@media only screen and (max-width: 600px) {
	.footer-box h3 {
		font-size: 15px;
		font-weight: 300;
	}
	.footer-box.footer-box-1 {
		display: none;
	}
	.footer-box {
		border-top: 1px solid #ddd;
		padding: 18px 15px 0;
		background: #f6f6f6;
	}
	.footer-contact {
		padding-bottom: 18px;
		order: -1;
		background-color: transparent;
	}
	.col-bottom-mobile{
		width: 20%;
	}
	#mobile-bottom-navigation {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 99999;
	}
	#mobile-bottom-navigation .mobile-nav-item {
		display: block;
		height: 67px;
		padding: 0;
		text-align: center;
		background: #000000;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#mobile-bottom-navigation .mobile-nav-item a {
		color: #fff;
		font-size: 11px;
	}
	#mobile-bottom-navigation .mobile-nav-item a i{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.ft_copyright_text {
		padding-bottom: 75px;
	}
}	