/*----------------------------------------------------------------------------------- 
Theme Name: Eme Woocommerce theme 
-------------------------------------------------------------------------------------*/
/* font-family: 'Old Standard TT', serif;
 font-family: 'Poppins', sans-serif;
 */
/*----------------------------- 
Footer Default 
------------------------------*/
/*-----------------------------
 Footer Top Area 
 ------------------------------*/
 .footer__top__wrap {
     border-bottom: 1px solid #252525;
     padding-bottom: 76px;
     padding-top: 96px;
}
 .ft__title h4 {
     color: #d4d4d4;
     font-size: 16px;
     padding-left: 53px;
     position: relative;
     text-transform: uppercase;
}
 .ft__logo {
     margin-bottom: 25px;
}
 .ft__title h4 i {
     font-size: 16px;
     padding-right: 12px;
}
 .ft__title h4::before {
     background: #d4d4d4 none repeat scroll 0 0;
     content: "";
     height: 2px;
     left: 0;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     transition: all 0.4s ease 0s;
     width: 35px;
}
 .ft__address + .ft__address {
     margin-top: 38px;
}
 .ft__title {
     margin-bottom: 11px;
}
 .ft__address:hover .ft__title h4::before {
     background: #3fd9b2 none repeat scroll 0 0;
     width: 40px;
}
 .ft__details p {
     color: #a4a4a4;
     font-size: 16px;
}
 .footer-wrapper h2, .footer__top h2.ft__top__title {
     color: #55ddbb;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
 .ft__input__box.name {
     display: flex;
     margin-bottom: 44px;
     margin-left: -19px;
     margin-right: -19px;
     width: 100%;
}
 .ft__input__box input {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background: transparent none repeat scroll 0 0;
     border-color: currentcolor currentcolor #565656;
     border-image: none;
     border-style: none none solid;
     border-width: 0 0 1px;
     color: #555555;
     margin: 0 19px;
     padding-bottom: 5px;
     width: 100%;
}
 .ft__input__box textarea {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background: transparent none repeat scroll 0 0;
     border-color: currentcolor currentcolor #565656;
     border-image: none;
     border-style: none none solid;
     border-width: 0 0 1px;
     max-height: 90px;
     height: 90px;
}
 .footer__input__form .ft__input__box span input[type="text"] {
     width: 90%;
}
 .ft__btn {
     margin-top: 45px;
}
 .ft__btn input[type="submit"], .ft__btn a {
     border: 1px solid #555555;
     color: #b4b4b4;
     display: inline-block;
     font-family: Poppins;
     font-weight: 400;
     height: 50px;
     line-height: 50px;
     padding: 0 25px;
     transition: all 0.4s ease 0s;
     background: transparent;
}
 .ft__btn a i {
     padding-right: 8px;
}
 .ft__btn input[type="submit"]:hover, .ft__btn a:hover {
     background: #3fd9b2 none repeat scroll 0 0;
     border: 1px solid #3fd9b2;
     color: #fff;
}
 .footer__input__form input[type="text"], .footer__input__form input[type="email"], .footer__input__form textarea {
     color: #a4a4a4;
}
 .footer__input__form input:focus, .footer__input__form textarea:focus {
     color: #3fd9b2;
}
 .footer__input__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #a4a4a4;
}
 .footer__input__form input::-moz-placeholder {
    /* Firefox 19+ */
     color: #a4a4a4;
}
 .footer__input__form input:-ms-input-placeholder {
    /* IE 10+ */
     color: #a4a4a4;
}
 .footer__input__form input:-moz-placeholder {
    /* Firefox 18- */
     color: #a4a4a4;
}
 .footer__input__form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #a4a4a4;
}
 .footer__input__form textarea::-moz-placeholder {
    /* Firefox 19+ */
     color: #a4a4a4;
}
 .footer__input__form textarea:-ms-input-placeholder {
    /* IE 10+ */
     color: #a4a4a4;
}
 .footer__input__form textarea:-moz-placeholder {
    /* Firefox 18- */
     color: #a4a4a4;
}
/*----------------------- Footer Container -------------------------*/
 .footer__container {
     padding-bottom: 100px;
     padding-top: 46px;
}
 .footer-wrapper .widget h2, .title__line--2 {
     color: #ffffff;
     font-size: 15px;
     font-weight: 500;
     margin-bottom: 25px;
     text-transform: uppercase;
}
 .footer .ft__details p {
     color: #a4a4a4;
     font-size: 16px;
     line-height: 22px;
}
 .footer__btn a {
     color: #ffffff;
     font-family: Poppins;
     font-weight: 500;
     text-transform: uppercase;
     transition: 0.3s;
}
 .footer__btn a:hover{
     color: #3fd9b2;
}
 .footer__btn {
     margin-top: 22px;
}
 .footer-wrapper .widget_nav_menu .menu li a, .ft__list li a {
     color: #a4a4a4;
     font-size: 16px;
     transition: all 0.4s ease 0s;
}
 .ft__list li + li {
     padding-top: 9px;
}
 .footer-wrapper .widget_nav_menu .menu li a:hover, .ft__list li a:hover {
     color: #3fd9b2;
     padding-left: 3px;
}
 .ft__social__link span {
     color: #ffffff;
     display: inline-block;
     font-family: Poppins;
     font-size: 16px;
     font-weight: 500;
     margin-bottom: 22px;
     text-transform: uppercase;
}
 .ft__social__link {
     margin-top: 27px;
}
 .social__link {
     display: flex;
     list-style: none;
     padding: 0;
}
 .social__link li a i {
     background: transparent none repeat scroll 0 0;
     border-radius: 100%;
     color: #fff;
     display: inline-block;
     font-size: 16px;
     height: 32px;
     line-height: 30px;
     text-align: center;
     transition: all 0.4s ease 0s;
     width: 32px;
}
 .social__link li + li {
     margin-left: 4px;
}
 .social__link li a:hover i {
     background: #3fd9b2 none repeat scroll 0 0;
     color: #fff;
}
 .lan__select > li {
     background: transparent none repeat scroll 0 0;
     border: 1px solid #252525;
     color: #fff;
     font-size: 15px;
     height: 35px;
     line-height: 35px;
     padding: 0 60px;
     position: relative;
}
 .lan__select li a {
     color: #a4a4a4;
     font-size: 15px;
     transition: all 0.4s ease 0s;
}
 .drop__ountry {
     background: #fff none repeat scroll 0 0;
     border: 1px solid #252525;
     left: 0;
     opacity: 0;
     padding: 10px 58px;
     position: absolute;
     top: 119%;
     transition: all 0.4s ease 0s;
     visibility: hidden;
     width: 100%;
}
 .lan__select > li:hover .drop__ountry {
     opacity: 1;
     top: 100%;
     visibility: visible;
}
 .drop__ountry li {
     line-height: 26px;
}
 .lan__select li:hover > a {
     color: #3fd9b2;
}
 .lan__select > li::before {
     color: #ffffff;
     content: "";
     font-family: Material-Design-Iconic-Font;
     font-size: 25px;
     position: absolute;
     right: 32px;
     top: 0;
}
 .lan__select > li::after {
     background-attachment: scroll;
     background-clip: border-box;
     background-color: rgba(0, 0, 0, 0);
     background-image: url("../../images/others/shape/lan.png");
     background-origin: padding-box;
     background-repeat: no-repeat;
     background-size: cover;
     content: "";
     height: 13px;
     left: 20px;
     position: absolute;
     top: 9px;
     width: 18px;
}
 .footer-wrapper ul{
     list-style: none;
}
 .footer-wrapper .widget_nav_menu .menu{
     padding: 0;
}