/***************************************************
  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 
 */
/***********************************************************************/
.page-home .leo-title .title_block {
  text-align: center;
  font-size: 36px;
  margin: 70px 0 60px; }
  @media (max-width: 575px) {
    .page-home .leo-title .title_block {
      font-size: 28px;
      margin: 40px 0; } }

/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav div.iview-items ul li {
  height: auto; }
  .iview-controlNav div.iview-items ul li a.iview-control {
    text-indent: inherit;
    font-size: 20px;
    width: auto;
    height: auto;
    background: transparent;
    color: #222222;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .iview-controlNav div.iview-items ul li a.iview-control:before {
      display: none; }
    .iview-controlNav div.iview-items ul li a.iview-control:after {
      content: "";
      width: 0px;
      height: 1px;
      display: inline-block;
      background: #222222;
      margin-left: 5px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .rtl .iview-controlNav div.iview-items ul li a.iview-control:after {
        margin-right: 5px;
        margin-left: inherit; }
    .iview-controlNav div.iview-items ul li a.iview-control.active {
      font-size: 30px; }
      .iview-controlNav div.iview-items ul li a.iview-control.active:after {
        width: 45px; }

/*
  Widget Category Image
*/
.ApColumn .widget-category_image {
  font-family: "Josefin Sans", sans-serif;
  text-align: left; }
  .rtl .ApColumn .widget-category_image {
    text-align: right; }
  .ApColumn .widget-category_image .nbproducts {
    bottom: 50px;
    font-weight: 600;
    font-size: 36px;
    left: 50px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    .rtl .ApColumn .widget-category_image .nbproducts {
      right: 50px;
      left: auto; }
    @media (max-width: 991px) {
      .ApColumn .widget-category_image .nbproducts {
        font-size: 24px; } }
    .ApColumn .widget-category_image .nbproducts .leo-qty {
      font-size: 16px;
      color: #222222;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
  .ApColumn .widget-category_image.cate-top .nbproducts {
    top: 50px;
    bottom: inherit; }
  .ApColumn .widget-category_image:hover .nbproducts {
    bottom: 50px; }
    .ApColumn .widget-category_image:hover .nbproducts .leo-qty {
      color: #FFFFFF; }

/*** Banner style ****/
@media (min-width: 992px) {
  .banner-style .ApImage {
    margin-bottom: 0; } }
@media (max-width: 575px) {
  .banner-style .ApImage img {
    width: 100% !important; } }
.banner-style .ApImage .box-des {
  margin-top: 20px;
  color: #888888;
  font-size: 12px;
  text-transform: uppercase; }
  .banner-style .ApImage .box-des a {
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px;
    display: block;
    line-height: 24px; }
@media (min-width: 1200px) {
  .banner-style .ApImage.style-1 {
    padding-left: 100px; }
    .rtl .banner-style .ApImage.style-1 {
      padding-right: 100px;
      padding-left: inherit; } }
@media (min-width: 576px) {
  .banner-style .ApImage.style-1 {
    float: left; }
    .rtl .banner-style .ApImage.style-1 {
      float: right; } }
.banner-style .ApImage.style-2 {
  clear: both; }
  @media (min-width: 1200px) {
    .banner-style .ApImage.style-2 {
      padding-right: 135px; }
      .rtl .banner-style .ApImage.style-2 {
        padding-left: 135px;
        padding-right: inherit; } }
  @media (min-width: 992px) {
    .banner-style .ApImage.style-2 {
      margin-top: -80px; } }
  @media (min-width: 576px) {
    .banner-style .ApImage.style-2 {
      float: right; }
      .rtl .banner-style .ApImage.style-2 {
        float: left; } }
.banner-style .ApImage.text-left {
  clear: both; }
  @media (min-width: 1200px) {
    .banner-style .ApImage.text-left {
      padding-right: 70px; }
      .rtl .banner-style .ApImage.text-left {
        padding-left: 70px;
        padding-right: inherit; } }
  @media (min-width: 992px) {
    .banner-style .ApImage.text-left {
      margin-top: -150px; } }
  @media (min-width: 576px) {
    .banner-style .ApImage.text-left {
      float: right;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; }
      .rtl .banner-style .ApImage.text-left {
        float: left; } }
  @media (min-width: 576px) {
    .banner-style .ApImage.text-left .image_description {
      padding-right: 30px;
      text-align: right; }
      .rtl .banner-style .ApImage.text-left .image_description {
        padding-left: 30px;
        padding-right: inherit; }
      .rtl .banner-style .ApImage.text-left .image_description {
        text-align: left; } }
.banner-style .ApImage.text-right {
  clear: both; }
  @media (min-width: 992px) {
    .banner-style .ApImage.text-right {
      margin-top: -80px; } }
  @media (min-width: 576px) {
    .banner-style .ApImage.text-right {
      float: left;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .rtl .banner-style .ApImage.text-right {
        float: right; } }
  @media (min-width: 576px) {
    .banner-style .ApImage.text-right .image_description {
      padding-left: 30px; }
      .rtl .banner-style .ApImage.text-right .image_description {
        padding-right: 30px;
        padding-left: inherit; } }
.banner-style .ApBlockLink {
  position: relative;
  clear: both;
  margin: -170px 0 0;
  float: left; }
  .rtl .banner-style .ApBlockLink {
    float: right; }
  @media (max-width: 767px) {
    .banner-style .ApBlockLink {
      margin: 0;
      text-align: center;
      float: none;
      width: 100%; } }
  .banner-style .ApBlockLink a {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid;
    padding-bottom: 5px; }

.tabs-top {
  margin-top: 50px; }

/*# sourceMappingURL=profile1535817182.css.map */
