/***************************************************
  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 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .title_block {
  color: #4c4c4b;
  font-size: 30px;
  padding: 0 0 43px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .ApColumn .title_block {
      padding: 20px 0 48px;
      font-size: 20px; } }
  .ApColumn .title_block:before {
    content: "";
    bottom: 0;
    position: absolute;
    display: inline-block;
    width: 94px;
    height: 24px;
    background-image: url(../../../../assets/img/modules/appagebuilder/img/tittle-logo.png);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

/*Title leopartfilter*/
.title_block.title-ap-column {
  color: #4c4c4b;
  font-size: 36px;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  text-transform: none;
  text-align: left;
  margin: 0;
  padding: 40px 0 20px; }
  .title_block.title-ap-column:before {
    display: none; }
  .rtl .title_block.title-ap-column {
    text-align: right; }
  @media (max-width: 767px) and (min-width: 576px) {
    .title_block.title-ap-column {
      font-size: 25px; } }
  @media (max-width: 575px) {
    .title_block.title-ap-column {
      font-size: 30px;
      text-align: center; } }

.sub-title-ap-column {
  font-size: 16px;
  line-height: 24px; }
  @media (max-width: 767px) and (min-width: 576px) {
    .sub-title-ap-column {
      font-size: 11px; } }
  @media (max-width: 575px) {
    .sub-title-ap-column {
      text-align: center;
      max-width: 450px;
      margin: auto; } }

/* Title blog carousel*/
.blog_product_carousel .title_block, .blog-instagram .title_block {
  padding: 80px 0 35px;
  margin: 0;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left; }
  .rtl .blog_product_carousel .title_block, .rtl .blog-instagram .title_block {
    text-align: right; }
  @media (max-width: 991px) {
    .blog_product_carousel .title_block, .blog-instagram .title_block {
      padding: 10px 0 30px; } }
  .blog_product_carousel .title_block:before, .blog-instagram .title_block:before {
    display: none; }

/*Blogs Instasgram*/
.instagram-block .block_content {
  padding: 20px 0;
  border-top: 1px solid #ebebeb; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 19px; }
  .block-toggler.ApBlockLink ul li:first-child, .footer-container .links.ApBlockLink ul li:first-child {
    padding-top: 25px; }
    @media (max-width: 767px) {
      .block-toggler.ApBlockLink ul li:first-child, .footer-container .links.ApBlockLink ul li:first-child {
        padding-top: 0; } }
  .block-toggler.ApBlockLink ul li a, .footer-container .links.ApBlockLink ul li a {
    transition: all 0.3s ease 0s;
    display: block;
    position: relative; }
    .block-toggler.ApBlockLink ul li a:before, .footer-container .links.ApBlockLink ul li a:before {
      content: "";
      background: #666;
      width: 0;
      height: 1px;
      bottom: 50%;
      position: absolute;
      right: auto;
      left: 0;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .rtl .block-toggler.ApBlockLink ul li a:before, .rtl .footer-container .links.ApBlockLink ul li a:before {
        right: 0;
        left: auto; }
    .block-toggler.ApBlockLink ul li a:hover, .footer-container .links.ApBlockLink ul li a:hover {
      -webkit-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
      -o-transform: translateX(10px);
      transform: translateX(10px); }
      .rtl .block-toggler.ApBlockLink ul li a:hover, .rtl .footer-container .links.ApBlockLink ul li a:hover {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px); }
      .block-toggler.ApBlockLink ul li a:hover:before, .footer-container .links.ApBlockLink ul li a:hover:before {
        background: #d5806b;
        width: 5px;
        right: auto;
        left: -10px; }
        .rtl .block-toggler.ApBlockLink ul li a:hover:before, .rtl .footer-container .links.ApBlockLink ul li a:hover:before {
          right: -10px;
          left: auto; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #ebebeb; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #ebebeb;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #ebebeb #ebebeb #ebebeb; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #ebebeb; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #ebebeb;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #ebebeb #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #ebebeb transparent #ebebeb #ebebeb;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #ebebeb; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #ebebeb;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #ebebeb; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #ebebeb #ebebeb #ebebeb transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #a3a5a7; }
    .widget-tabs li.active a {
      color: #a3a5a7; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "FontAwesome";
    color: #a3a5a7;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content > .tab-pane {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }
  .ApTabs .tab-content > .tab-pane.active {
    position: static;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #a3a5a7; }
  .box-show-more a .fa {
    margin-left: 0.3125rem; }
    .rtl .box-show-more a .fa {
      margin-right: 0.3125rem;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #ebebeb; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #a3a5a7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img {
  padding: 1.25rem;
  margin: 0.625rem; }
  .manufacturers_block img:hover {
    -moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -o-box-shadow: 0px 0px 6px #ccc;
    -ms-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 5px; }

/*
  Widget Category Image
*/
@media (max-width: 767px) {
  .effect-door {
    padding-bottom: 20px; } }
.widget-category_image .cate_content span:not(.cover-img) {
  padding: 10px 10px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.widget-category_image .cate_3 .cate_content, .widget-category_image .cate_9 .cate_content, .widget-category_image .cate_6 .cate_content {
  display: inline-block;
  position: relative; }
.widget-category_image .cate_3 span, .widget-category_image .cate_9 span, .widget-category_image .cate_6 span {
  position: absolute;
  bottom: 0;
  font-family: "Muli", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  height: 30.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #d5806b; }
  @media (min-width: 576px) and (max-width: 991px) {
    .widget-category_image .cate_3 span, .widget-category_image .cate_9 span, .widget-category_image .cate_6 span {
      font-size: 14px; } }
.widget-category_image .cate_3 .cover-img, .widget-category_image .cate_9 .cover-img, .widget-category_image .cate_6 .cover-img {
  display: inline-block;
  position: static; }
.widget-category_image .cate_3 span {
  bottom: 0;
  height: 14.5%; }
.widget-category_image .cate_6 {
  margin-bottom: 20px; }
.widget-category_image .cover-img {
  position: static; }
  .widget-category_image .cover-img img {
    width: 100%;
    height: 100%; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0;
  padding-bottom: 100px; }
  .latest-blogs .right-block {
    text-align: left;
    background: #fff; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
    .latest-blogs .right-block .icons-blog-auther {
      display: none; }
  .latest-blogs .blog-image-container {
    float: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
  .latest-blogs .blog-title {
    padding: 18px 30px;
    margin: 0; }
    @media (max-width: 479px) {
      .latest-blogs .blog-title {
        padding: 18px 15px; } }
    .latest-blogs .blog-title a {
      color: #4c4c4b;
      font-family: "Barlow", sans-serif;
      font-size: 24px;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      overflow: hidden;
      width: 100%;
      padding-top: 30px; }
  .latest-blogs .blog-desc {
    line-height: 25px;
    font-size: 16px;
    padding: 18px 30px;
    padding-bottom: 45px;
    margin: 0; }
    @media (max-width: 479px) {
      .latest-blogs .blog-desc {
        padding: 18px 15px; } }
  .latest-blogs .blog-meta {
    line-height: 25px;
    font-size: 14px;
    padding: 0 30px; }
    @media (max-width: 479px) {
      .latest-blogs .blog-meta {
        padding: 0px 15px; } }
    .latest-blogs .blog-meta span.day {
      display: none; }
    .latest-blogs .blog-meta .fa-user-circle:before {
      display: none; }
    .latest-blogs .blog-meta .three-dots {
      display: inline-block;
      padding: 0 15px 0 15px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      font-size: 16px;
      color: #a3a5a7;
      font-family: "Barlow", sans-serif;
      font-weight: 300;
      line-height: 24px; }
      .rtl .latest-blogs .blog-meta .three-dots {
        padding: 0 15px 0 15px; }
    .latest-blogs .blog-meta .name-auther {
      font-size: 14px;
      color: #4c4c4b;
      font-family: "Barlow", sans-serif;
      font-weight: 400px; }
    .latest-blogs .blog-meta .number-comt {
      color: #4c4c4b; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 80px;
    height: 240px; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0px;
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      width: 80px;
      height: 80px; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
      .leo-more-info .thumbs_list li .leo-hover-image {
        max-width: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
@media (min-width: 1200px) {
  .instagram-block a {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    padding-bottom: 5px; }
    .rtl .instagram-block a {
      padding-right: 5px;
      padding-left: inherit; }
    .instagram-block a img {
      width: 90px;
      height: 95px; }
    .instagram-block a:nth-child(1) {
      padding-left: 0px; }
      .rtl .instagram-block a:nth-child(1) {
        padding-right: 0px;
        padding-left: inherit; }
    .instagram-block a:nth-child(4) {
      padding-left: 0px; }
      .rtl .instagram-block a:nth-child(4) {
        padding-right: 0px;
        padding-left: inherit; }
    .instagram-block a:nth-child(7) {
      padding-left: 0px; }
      .rtl .instagram-block a:nth-child(7) {
        padding-right: 0px;
        padding-left: inherit; } }
@media (max-width: 1199px) {
  .instagram-block a {
    padding-left: 5px; }
    .rtl .instagram-block a {
      padding-right: 5px;
      padding-left: inherit; }
    .instagram-block a img {
      width: 32%;
      padding-bottom: 5px; }
    .instagram-block a:nth-child(1) {
      padding-left: 0px; }
      .rtl .instagram-block a:nth-child(1) {
        padding-right: 0px;
        padding-left: inherit; }
    .instagram-block a:nth-child(4) {
      padding-left: 0px; }
      .rtl .instagram-block a:nth-child(4) {
        padding-right: 0px;
        padding-left: inherit; }
    .instagram-block a:nth-child(7) {
      padding-left: 0px; }
      .rtl .instagram-block a:nth-child(7) {
        padding-right: 0px;
        padding-left: inherit; } }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

.instagram-row a:before {
  content: "";
  position: absolute;
  background-image: url(../../../../assets/img/modules/appagebuilder/img/hover-image.jpg);
  width: 90px;
  height: 95px;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.instagram-row a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100); }

@media (max-width: 991px) {
  .top-header {
    display: flex;
    align-items: center; } }
.top-header .box-column-menu {
  position: static; }
.top-header .box-column-setting {
  padding: 26px 75px 26px 75px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .rtl .top-header .box-column-setting {
    padding: 26px 75px 26px 75px; }
  @media (max-width: 991px) {
    .top-header .box-column-setting {
      padding: 0 27px 0 27px; }
      .rtl .top-header .box-column-setting {
        padding: 0 27px 0 27px; } }

.box-three-banner {
  padding-top: 80px; }
  @media (max-width: 991px) {
    .box-three-banner {
      padding-top: 20px; } }

@media (min-width: 992px) {
  .banner1.ApImage {
    padding-right: 90px; }
    .rtl .banner1.ApImage {
      padding-left: 90px;
      padding-right: inherit; } }
.title-content-html {
  margin: 0; }
  .title-content-html .title-html {
    font-size: 30px;
    font-family: "Muli", sans-serif;
    color: #4c4c4b;
    text-transform: uppercase;
    text-align: center;
    padding-top: 60px;
    margin: 0; }
  .title-content-html .image_tittle {
    padding-top: 24px;
    text-align: center; }

@media (min-width: 576px) {
  .product-tabs-home .box-select {
    display: none; } }
.product-tabs-home .box-select .form-control {
  border: 2px solid #ffc0cb;
  border-radius: unset;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  background: transparent; }
.product-tabs-home .nav-tabs {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-bottom: 35px; }
  .product-tabs-home .nav-tabs .nav-link {
    padding: 0 10px;
    border: none;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    font-weight: 600; }
    @media (max-width: 575px) {
      .product-tabs-home .nav-tabs .nav-link {
        padding: 0 3.5px;
        font-size: 13px; } }
    .product-tabs-home .nav-tabs .nav-link:hover {
      color: #a3a5a7; }
    .product-tabs-home .nav-tabs .nav-link.active, .product-tabs-home .nav-tabs .nav-link:hover, .product-tabs-home .nav-tabs .nav-link:focus {
      color: #4c4c4b; }
@media (max-width: 575px) {
  .product-tabs-home .nav-tabs {
    display: none; } }

@media (min-width: 1200px) {
  .row.box-html {
    padding-bottom: 80px; } }
@media (max-width: 1199px) and (min-width: 576px) {
  .row.box-html {
    display: flex;
    justify-content: center;
    align-items: center; } }

.box_bog {
  float: right;
  padding: 110px 0; }
  @media (max-width: 479px) {
    .box_bog {
      padding: 20px 0; } }
  .box_bog .title_html {
    font-size: 36px;
    font-family: "Muli", sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 25px; }
    @media (max-width: 479px) {
      .box_bog .title_html {
        font-size: 20px; } }
  .box_bog .driscription_bog {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 40px; }
  @media (min-width: 480px) and (max-width: 767px) {
    .box_bog .title_html, .box_bog .driscription_bog {
      text-align: left; } }
  @media (max-width: 479px) {
    .box_bog .title_html, .box_bog .driscription_bog {
      text-align: center; } }
  @media (max-width: 1199px) and (min-width: 480px) {
    .box_bog .driscription_bog {
      font-size: 13px;
      padding: 10px 0 40px 0; }
      .rtl .box_bog .driscription_bog {
        padding: 10px 0 40px 0; }
    .box_bog .title_html {
      font-size: 25px; } }
  @media (min-width: 768px) {
    .box_bog .draw_left {
      float: left;
      padding-right: 38px; }
      .rtl .box_bog .draw_left {
        float: right; }
      .rtl .box_bog .draw_left {
        padding-left: 38px;
        padding-right: inherit; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .box_bog .draw_left {
      padding: 10px 10px 10px 0;
      text-align: left;
      float: left; } }
  @media (max-width: 479px) {
    .box_bog .draw_left {
      padding: 12.5px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; } }
  .box_bog .draw_left h3 {
    font-size: 36px; }
  .box_bog .draw_left h4 {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    padding: 25px 0 25px 0;
    margin: 0;
    font-weight: 600;
    color: #FFFFFF; }
    .rtl .box_bog .draw_left h4 {
      padding: 25px 0 25px 0; }
  .box_bog .draw_left .title_htmls {
    font-size: 36px;
    font-family: "Muli", sans-serif;
    color: #FFFFFF;
    margin: 0; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .box_bog .draw_left h3, .box_bog .draw_left .title_html {
      font-size: 30px; }
    .box_bog .draw_left h4 {
      font-size: 13px; } }

@media (min-width: 992px) {
  .box_services {
    padding-bottom: 100px;
    display: flex;
    align-items: center; } }
@media (max-width: 991px) {
  .column-image-2 {
    display: none; } }
.service .icon {
  width: 25%; }
  .service .icon:before {
    content: "";
    position: absolute; }
.service .featured-info {
  width: 75%;
  padding-bottom: 60px; }
  .service .featured-info .tittle_html {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4c4c4b;
    padding-bottom: 25px; }
  .service .featured-info .discrip_tittle {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .service .featured-info .discrip_tittle {
        font-size: 13px; } }
    @media (min-width: 320px) and (max-width: 480px) {
      .service .featured-info .discrip_tittle {
        font-size: 13px; } }
.service .icon-1:before {
  width: 42px;
  height: 52px;
  background-image: url(../../../../assets/img/modules/appagebuilder/img/icon1.png); }
.service .icon-2:before {
  width: 32px;
  height: 52px;
  background-image: url(../../../../assets/img/modules/appagebuilder/img/icon2.png); }
.service .icon-3:before {
  width: 48px;
  height: 52px;
  background-image: url(../../../../assets/img/modules/appagebuilder/img/icon3.png); }
.service .icon-4:before {
  width: 53px;
  height: 50px;
  background-image: url(../../../../assets/img/modules/appagebuilder/img/icon4.png); }
.service .icon-5:before {
  width: 37px;
  height: 54px;
  background-image: url(../../../../assets/img/modules/appagebuilder/img/icon5.png); }
.service .icon-6:before {
  width: 41px;
  height: 52px;
  background-image: url(../../../../assets/img/modules/appagebuilder/img/icon6.png); }

.right .block.service {
  display: flex;
  width: 100%; }
  @media (max-width: 767px) {
    .right .block.service {
      max-width: 360px;
      margin: auto; } }
  @media (min-width: 768px) {
    .right .block.service .icon {
      width: 25%;
      order: 1; }
      .right .block.service .icon:before {
        right: auto;
        left: 25px; }
        .rtl .right .block.service .icon:before {
          right: 25px;
          left: auto; } }
  @media (max-width: 767px) {
    .right .block.service .icon:before {
      clear: left; } }
  .right .block.service .featured-info {
    width: 75%;
    order: 2; }

.left .block.service {
  display: flex;
  width: 100%; }
  @media (max-width: 767px) {
    .left .block.service {
      max-width: 360px;
      margin: auto; } }
  @media (min-width: 768px) {
    .left .block.service .icon {
      order: 2;
      width: 25%; }
      .left .block.service .icon:before {
        right: 25px;
        left: auto; }
        .rtl .left .block.service .icon:before {
          right: auto;
          left: 25px; } }
  @media (max-width: 767px) {
    .left .block.service .icon {
      order: 1;
      width: 25%; }
      .left .block.service .icon:before {
        clear: left; } }
  .left .block.service .featured-info {
    width: 75%; }
    @media (min-width: 768px) {
      .left .block.service .featured-info {
        order: 1; } }
    @media (max-width: 767px) {
      .left .block.service .featured-info {
        order: 2; } }
    @media (min-width: 768px) {
      .left .block.service .featured-info .tittle_html {
        text-align: right; }
        .rtl .left .block.service .featured-info .tittle_html {
          text-align: left; }
      .left .block.service .featured-info .discrip_tittle {
        text-align: right; }
        .rtl .left .block.service .featured-info .discrip_tittle {
          text-align: left; } }

@media (min-width: 992px) {
  .box-product-seller {
    padding-bottom: 35px; } }
.box-product-seller .box-blog-html {
  display: flex;
  padding: 20px 0px;
  border-top: 1px solid #ebebeb;
  width: 100%; }
.box-product-seller .box-2 {
  width: 80px;
  height: 85px;
  border: 3px solid #d5806b;
  text-align: center; }
  .box-product-seller .box-2 .title_htmls {
    font-size: 36px;
    color: #d5806b;
    padding-top: 8px;
    margin: 0; }
  .box-product-seller .box-2 .month_tittle {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    color: #4c4c4b;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 5px; }
.box-product-seller .box-1 {
  padding-left: 19px;
  max-width: 72%; }
  .rtl .box-product-seller .box-1 {
    padding-right: 19px;
    padding-left: inherit; }
  .box-product-seller .box-1 .icons-1 {
    padding: 0 8px 0 0; }
    .rtl .box-product-seller .box-1 .icons-1 {
      padding: 0 0 0 8px; }
  .box-product-seller .box-1 .blog-title {
    margin: 0;
    padding-bottom: 10px;
    line-height: 24px; }
  .box-product-seller .box-1 .adresss {
    font-family: "Barlow", sans-serif; }

::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  background-color: #838588;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  background-color: #da9382;
  border-radius: 5px; }

/*# sourceMappingURL=styles.css.map */
