/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.box-footer-center {
  display: flex; }
  @media (min-width: 992px) {
    .box-footer-center {
      justify-content: space-between; }
      .box-footer-center::after {
        display: none; }
      .box-footer-center > div {
        width: fit-content; } }
  .box-footer-center .title_block {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px; }

.footer-order div > a {
  display: block; }
.footer-order a, .footer-order p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--theme-color-tertiary); }
  .footer-order a > a, .footer-order p > a {
    color: #FFFFFF;
    display: inline-block;
    border-bottom: 1px solid #FFFFFF; }
    .footer-order a > a:hover, .footer-order p > a:hover {
      color: var(--theme-color-default); }
.footer-order .phone {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 10px; }
.footer-order .email {
  margin-bottom: 12px; }

@media (max-width: 991px) {
  .box-footer-center {
    flex-wrap: wrap;
    gap: 30px 0; }
    .box-footer-center .footer-link .title_block {
      margin-bottom: 10px; } }
.block-toggler .navbar-toggler i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF; }

.footer-bottom {
  border-top: 1px solid #222; }
  .footer-bottom .box-footer-after {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 0; }

.footer-card {
  text-align: right; }
  .rtl .footer-card {
    text-align: left; }

.footer-logo {
  text-align: center; }
  @media (max-width: 767px) {
    .footer-logo {
      order: -1; } }

.footer-copyright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px; }
  .footer-copyright p {
    font-size: 14px;
    line-height: 22px;
    color: #666; }

.block-social li {
  color: #999; }
  .block-social li:hover {
    color: var(--theme-color-default); }

#footer .block-social {
  padding: 0; }

@media (max-width: 480px) {
  .footer-copyright {
    justify-content: center; }

  .footer-card {
    text-align: center; } }

/*# sourceMappingURL=footerposition1744289776.css.map */
