.newsletter #terms{
	position: relative;
	top: -0.2em;
}
.newsletter{
  background: none;
  color: #515151;
  text-align: center;
}
.newsletter .replace_text {display: inline-block; vertical-align: middle; max-width: none;}
.newsletter input[type="text"] {background-color: #cecece; border-radius: 50px}
.newsletter #newsletter_footer {color: #515151 !important;}
.newsletter .actions {display: none}
.newsletter input[type="checkbox"] {width: 0; height: 0; margin: 0; visibility: hidden;}
.newsletter input[type="checkbox"]:after {display: none}
.newsletter input[type="checkbox"] + label {
    line-height: normal;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    text-align: right;
}
.newsletter input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #222223;
    vertical-align: middle;
    line-height: 28px;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 6px;
}
.newsletter input[type="checkbox"]:checked + label:after {
    content: "";
    display: inline-block;
    right: 4px;
    top: 8px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.footer .newsletter .replace_text a {
    text-decoration: underline;
}

@media screen and (max-width: 480px) {
    .footer .newsletter .replace_text {
        text-align: right;
    }

    .newsletter input[type="checkbox"] + label:before {
        top: 10px;
    }

    .newsletter input[type="checkbox"]:checked + label:after {
        top: 11px;
    }
}

.copyright {
    color: #515151;
}

.footer .fb,
.footer .whatshapp {
   position: relative;
    display: inline-block;
}

.footer .fb:before {
    background-image: url(../../images/facebook-messenger-brands.svg);
    background-position-x: 0;
    background-position-y: 0;
    line-height: 20px;
    vertical-align: middle;
    height: 16px;
    width: 13px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin-left: 8px;
}

.footer .whatshapp:before {
    background-image: url(../../images/whatsapp-brands.svg);
    background-position-x: 0;
    background-position-y: 0;
    line-height: 20px;
    vertical-align: middle;
    height: 19px;
    width: 13px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin-left: 9px;
}

@media screen and (min-width: 767px) {
    .footer .fb,
    .footer a.dynamic-phone,
    .footer .whatshapp {
        font-size: 15px;
    }

    .footer a.dynamic-phone {
        margin-bottom: 1px;
    }
}

.layout_category .newsletter,
.layout_category footer.footer > .wrap,
.lotusbreath-onestepcheckout-index-index .newsletter,
.lotusbreath-onestepcheckout-index-index footer.footer > .wrap,
.checkout-cart-index .newsletter,
.checkout-cart-index  footer.footer > .wrap{
	/*display: none !important;*/
}

#ajaxlogin-newsletter-window input{
	background: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    max-width: 400px;
    height: 2.3em;
}

#ajaxlogin-newsletter-window button {

	background: transparent;
	border: 0;
	position: absolute;
	top: 1em;
	left: 0;
	padding: 0;
	min-width: auto;
}
 #back-to-top{
    position: fixed;
    right: 1em;
    bottom: 4em;
    z-index:99;
    display: none;
	background: #f8f8f8;
    background: rgba(248, 248, 248, .9);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
 }

 #back-to-top img{
  width: 2.8em;
 }

footer.footer .credits{
	border-top: 1px solid #eee;
	color: #222 !important;
}
footer.footer .credits a{
	color:#000;
}
.footer{ background: #f5f5f5; color: #515151; border-color: #555!important;}

.footer a{ color: #515151;}
.footer .social-link {
    margin-left: 20px;
}
.footer .social-link .social-icon {
    height: 42px;
    vertical-align: top;
    margin-top: 2px;
}

.footer strong{ color: #1d1d1d; font-size: 14px; }
.footer { line-height: 2; font-size: 0.8em; }

.footer .logo img{ max-height: 4em;}
.footer .logo { color: #000;}

.footer .title{ font-size: 1.1em; }
.footer .nav ul li{ display: inline-block; padding-left:1em; }
.footer .nav ul li:last-child{ padding:0; }
.footer .line_1 {padding-bottom: 2.5em}
.footer .line_2 {padding-top: 0}

@media screen and (max-width: 767px) {
  .footer > .wrap > .container {
    padding-right: 21px;
    padding-left: 21px;
    padding-top: 8px;
    text-align: right;
  }

  .container > div:nth-child(4) > p:nth-child(4) strong {
    margin-top: -5px;
    display: block;
  }

  .footer > .wrap .sp_padding_v {
    padding-right: 0;
    padding-bottom: 8px;
    font-size: 15px;
    text-align: right;
  }

  .footer > .wrap strong {
    font-size: 15px;
  }
}