/*$secondaryfonts:  optimal;*/
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.footer-set-1127 ul, .footer-set-1127 ol {
  margin: 0;
  padding: 0;
  list-style: none; }
.footer-set-1127 a {
  color: #666666;
  border: none;
  transition: all 0.5s;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem; }
  .footer-set-1127 a:hover, .footer-set-1127 a:active, .footer-set-1127 a.active {
    text-decoration: none;
    color: black !important; }
.footer-set-1127 .shipping-wrap {
  /*@include flex;*/
  color: #fff;
  /*@include justify-content(space-around);
  @include flex-wrap(wrap);*/
  align-items: center; }
  .footer-set-1127 .shipping-wrap .shipping-item {
    /*flex: 0 0 25%;
    max-width: 25%;*/
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center; }
    .footer-set-1127 .shipping-wrap .shipping-item:last-child {
      border-right: none; }
    .footer-set-1127 .shipping-wrap .shipping-item img, .footer-set-1127 .shipping-wrap .shipping-item i {
      margin-right: .5rem; }
.footer-set-1127 .footer-top {
  background-color: #25282A;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase; }
.footer-set-1127 .link-list li {
  margin-bottom: 8px; }
.footer-set-1127 .title {
  margin: 36px 0 0;
  font-size: 1.125rem; }
.footer-set-1127 .titles {
  margin: 36px 0 0;
  font-size: 1.125rem; }
.footer-set-1127 .footer-call {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }
  .footer-set-1127 .footer-call .icon-call i {
    font-size: 3rem;
    color: #0094d9;
    font-weight: 300; }
.footer-set-1127 .footer-address {
  margin-bottom: 15px;
  font-size: 0.875rem; }
.footer-set-1127 .shipping-item-border {
  border-right: 1px solid #201C1F; }
.footer-set-1127 .newsletter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  .footer-set-1127 .newsletter-wrap > label {
    display: none; }
  .footer-set-1127 .newsletter-wrap label {
    color: #000; }
  .footer-set-1127 .newsletter-wrap input {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    outline: 0;
    border-radius: 4px 0px 0px 4px; }
  .footer-set-1127 .newsletter-wrap .btn-primary, .footer-set-1127 .newsletter-wrap .btn {
    height: 40px;
    color: #fff;
    right: 0;
    top: 0;
    border-radius: 0 4px 4px 0;
    outline: 0px; }
.footer-set-1127 .sign-para {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto; }
.footer-set-1127 .footer-text {
  margin-bottom: 3.875rem;
  max-width: 615px;
  margin-left: auto;
  margin-right: auto; }
.footer-set-1127 .social-icon li {
  display: inline-block; }
  .footer-set-1127 .social-icon li:not(:last-child) {
    margin-right: 27px; }
.footer-set-1127 .footer-bottom {
  font-size: 0.875rem; }
.footer-set-1127 .commonlist li {
  display: inline-block; }
.footer-set-1127 .contactlist {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .footer-set-1127 .contactlist:not(:last-child) {
    margin-bottom: 1rem; }
  .footer-set-1127 .contactlist .text {
    text-transform: uppercase; }
.footer-set-1127 .title-content, .footer-set-1127 .title-contents {
  color: #666666;
  padding-top: 11px; }
.footer-set-1127 address {
  margin-bottom: 40px; }

@media all and (min-width: 768px) {
  .footer-set-1127 .addresswrap {
    max-width: 200px; }
  .footer-set-1127 .bottom-links {
    text-align: right; }
  .footer-set-1127 .break {
    display: block; }
  .footer-set-1127 .footer-bottom {
    padding-top: 20px;
    padding-bottom: 28px; }
    .footer-set-1127 .footer-bottom .copyrightwrap {
      border-top: 1px solid #C9CCDE;
      padding-top: 1rem; } }
@media all and (max-width: 767px) {
  .footer-set-1127 .sign-para {
    text-align: center; }
  .footer-set-1127 .title {
    text-align: center;
    border-bottom: 1px solid #E4E5F0;
    margin: 0;
    padding: 1rem; }
  .footer-set-1127 .titles {
    padding-top: 1rem;
    text-align: center;
    margin-bottom: 1px;
    margin-top: 0; }
  .footer-set-1127 .social-icon {
    text-align: center;
    margin-bottom: 8px; }
  .footer-set-1127 .title-contents {
    padding-top: 1px; }
  .footer-set-1127 address {
    margin-bottom: 1rem; }
  .footer-set-1127 .newsletter-wrap {
    margin-bottom: 1rem; }
    .footer-set-1127 .newsletter-wrap .form-group {
      width: 100%; }
  .footer-set-1127 .title-content {
    padding: 1rem 0;
    border-bottom: 1px solid #E4E5F0; }
  .footer-set-1127 .shipping-wrap {
    justify-content: center;
    align-items: inherit; }
    .footer-set-1127 .shipping-wrap img, .footer-set-1127 .shipping-wrap i {
      display: block;
      text-align: center;
      margin-bottom: 7px;
      margin-left: auto;
      margin-right: auto !important;
      height: 20px;
      font-size: 1.125rem; }
    .footer-set-1127 .shipping-wrap .shipping-item {
      text-align: center;
      font-size: 0.75rem;
      display: block; }
      .footer-set-1127 .shipping-wrap .shipping-item span {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
  .footer-set-1127 .copyrightwrap .copyright, .footer-set-1127 .copyrightwrap .bottom-links {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px; }

  .wrapper {
    padding-bottom: 65px; }

  .footer-top {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 !important;
    z-index: 99; } }
