/***************************************************
  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 
 */
/***********************************************************************/
/* Home 01 */
body {
  background: #fdebdd;;
  position: relative; }
  body:before {
    background: url("../../../../../../img/modules/appagebuilder/img/bg-header.png") 0 0 no-repeat;
    background-size: 100%;
    margin: auto;
    text-align: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 801px;
    z-index: -1; }

.title_block {
  text-align: left; }

.cat_box {
  margin-top: 30px; }
  .cat_box ul {
    padding: 20px;
    border-radius: 10px;
    margin: 2px;
    background: #fff;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.07); }
  .cat_box a {
    color: #27272f; }
  .cat_box .cat_name {
    font-size: 18px;
    line-height: 24px;
    padding-left: 15px;
    transition: all 0.3s ease; }
    .rtl .cat_box .cat_name {
      padding-right: 15px;
      padding-left: inherit; }
  .cat_box a:hover {
    color: #8ba73b; }
  @media (max-width: 991px) {
    .cat_box ul {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .cat_box .block_content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 30px; } }
  @media (min-width: 992px) {
    .cat_box .block_content {
      grid-template-columns: repeat(5, 1fr); } }
  @media (min-width: 1200px) {
    .cat_box .cate_content {
      display: flex;
      align-items: center; } }
  @media (max-width: 1199px) {
    .cat_box .cate_content {
      text-align: center;
      margin: auto;
      display: block; }
    .cat_box .cover-img {
      margin-bottom: 15px;
      display: block; }
    .cat_box .cat_name {
      padding: 0;
      font-size: 14px; } }

.tabs-top {
  position: relative; }
  @media (min-width: 992px) {
    .tabs-top .nav-tabs {
      position: absolute;
      top: 2px;
      right: 0;
      left: auto; } }
@media (min-width: 768px) and (max-width: 991px) {
  .tabs-top .nav-tabs {
    text-align: center;
    margin: auto;
    padding-bottom: 15px; }
    .tabs-top .nav-tabs .nav-item {
      display: inline-block;
      vertical-align: middle;
      float: none; } }

  @media (max-width: 991px) {
    .tabs-top .nav-tabs .title_block {
      text-align: center; } }
  .tabs-top .nav-tabs .nav-item:last-child .nav-link {
    padding-right: 0; }
    .rtl .tabs-top .nav-tabs .nav-item:last-child .nav-link {
      padding-left: 0;
      padding-right: inherit; }
  .tabs-top .nav-tabs .nav-link {
    border: none !important;
    background: transparent !important;
    color: #626262;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    padding: 20px 13px;
    line-height: 20px; }
    .tabs-top .nav-tabs .nav-link:before {
      content: '';
      width: 0;
      height: 3px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      background: #8ba73b;
      transition: all 0.3s ease; }
    .tabs-top .nav-tabs .nav-link.active, .tabs-top .nav-tabs .nav-link:hover, .tabs-top .nav-tabs .nav-link:focus {
      color: #8ba73b; }
      .tabs-top .nav-tabs .nav-link.active:before, .tabs-top .nav-tabs .nav-link:hover:before, .tabs-top .nav-tabs .nav-link:focus:before {
        width: 100%; }

.background_down {
  margin: 0;
  border-radius: 10px; }

.banner_hoz .image_description {
  padding: 80px 0; }
  @media (min-width: 768px) {
    .banner_hoz .image_description {
      transform: translateX(25%); } }
  @media (max-width: 767px) {
    .banner_hoz .image_description {
      text-align: center; } }
.banner_hoz h6 {
  font-size: 14px;
  line-height: 70px;
  text-transform: uppercase;
  color: #ff7915;
  letter-spacing: 2.8px; }
.banner_hoz h5 span {
  display: block; }
.banner_hoz h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  line-height: 45px;
  color: #27272f;
  margin-right: 30px; }
  .rtl .banner_hoz h5 {
    margin-left: 30px;
    margin-right: inherit; }
.banner_hoz p {
  display: inline-block;
  vertical-align: middle; }
.banner_hoz a {
  color: #fff;
  background: #8ba73b;
  font-size: 14px;
  line-height: 36px;
  padding: 0px 20px;
  border-radius: 28px;
  display: block;
  transition: all 0.3s; }
  .banner_hoz a:hover {
    color: #8ba73b;
    background: #fff; }

@media (min-width: 768px) {
  .rtl .banner_hoz .image_description {
    transform: translateX(-50%); } }

/*# sourceMappingURL=profile1628176869.css.map */
.icon-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.icon-box > div {
  margin-top: 27px;
}
#_desktop_cart .totals-cart {
  display:none !important;
}
.header-menu {
position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
}
.header-logo {
position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 80px;
    max-height: 100%;
}
.header_logo .logo {
    height: 100%;
}
.header_logo > a {
    height: 80px;
}

.header-menu ul.megamenu {
position: relative;
    display: flex;
    height: 100%;
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}
@media (max-width: 991px) {
  #top-header-icons {
    display:none;
  }
  .header_logo {
    margin-top: 0;
  }
  .header_logo > a {
    height: 70px;
  }
  .header_logo .logo {
    max-height: calc(50% * 100 / 70);
    margin-top: 10px;
  }
.header-menu {
    height: 70px;
  }
.leo-megamenu .navbar-toggler {
    position: relative;
    left: auto;
    float: right;
    background: none;
    transform: rotate(90deg);
    margin: 0;
    font-size: 1.75rem;
    bottom: 1px;
  }
#mm-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: -8px;
    top: 2px;
}
#_desktop_cart .icon-box {
    margin-right: 12px;
  }
  #leo_block_top {
    padding-right: 20px;
  }
}