/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#footer {
  border-top: 1px solid #eeeeee;
}

@media (min-width: 992px) {
  .box-top-footer {
    display: -webkit-flex;
    /* Safari */
    display: flex;
  }
  .box-top-footer > [class*="col-"] {
    padding-top: 100px;
    padding-bottom: 100px;
    border-right: 1px solid #eeeeee;
  }
  .rtl .box-top-footer > [class*="col-"] {
    border-left: 1px solid #eeeeee;
    border-right: inherit;
  }
  .box-top-footer > [class*="col-"]:last-child {
    border: none;
  }
}
@media (max-width: 991px) {
  .box-top-footer {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .box-top-footer {
    text-align: initial;
  }
}
@media (max-width: 479px) {
  .box-top-footer {
    padding: 30px 0;
  }
}

.box-bottom-footer {
  height: 90px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  justify-content: center;
  position: relative;
}
.box-bottom-footer:before {
  content: '';
  margin: 0 -1000px;
  height: 1px;
  display: block !important;
  background: #eeeeee;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
