/***************************************************
  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 */
#wrapper .ApColumn .title-center .title_block {
  text-align: center; }
#wrapper .ApColumn .title-special .title_block {
  font-size: 23px;
  padding: 8px 10px;
  margin-bottom: 20px;
  color: #FFFFFF;
  position: relative;
  background: url(../img/bg-menu.png) repeat scroll 0 0 #6e5940; }
  #wrapper .ApColumn .title-special .title_block:before {
    content: '';
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    position: absolute;
    border: 1px solid #887052; }

.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 {
  position: relative;
  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;
  width: 20px;
  height: 20px; }
.block-toggler.ApBlockLink ul, .footer-container .links.ApBlockLink ul {
  margin-bottom: 0; }
  .block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
    margin-bottom: 20px; }
    .block-toggler.ApBlockLink ul li a, .footer-container .links.ApBlockLink ul li a {
      position: relative;
      padding-left: 15px; }
      .rtl .block-toggler.ApBlockLink ul li a, .rtl .footer-container .links.ApBlockLink ul li a {
        padding-right: 15px;
        padding-left: inherit; }
      .block-toggler.ApBlockLink ul li a:hover:before, .footer-container .links.ApBlockLink ul li a:hover:before {
        background-position: left -45px; }
      .block-toggler.ApBlockLink ul li a:before, .footer-container .links.ApBlockLink ul li a:before {
        content: '';
        position: absolute;
        top: 0px;
        width: 9px;
        height: 12px;
        background: url(../img/bullet.png) no-repeat;
        background-position: left top;
        left: 0; }
        .rtl .block-toggler.ApBlockLink ul li a:before, .rtl .footer-container .links.ApBlockLink ul li a:before {
          right: 0;
          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: 20px;
    vertical-align: -2px;
    position: absolute;
    top: 11px;
    float: left;
    left: 20px; }
    .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: 13px; }
  .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: 25px;
      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: 25px;
      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 #eaeaea; }
  .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: #eaeaea;
        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 #eaeaea #eaeaea #eaeaea; }

.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 #eaeaea; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eaeaea;
    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 #eaeaea #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eaeaea transparent #eaeaea #eaeaea;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eaeaea; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eaeaea;
    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 #eaeaea; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eaeaea #eaeaea #eaeaea 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 #c24913; }
    .widget-tabs li.active a {
      color: #c24913; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 10px;
    line-height: 10px;
    font-family: "FontAwesome";
    color: #c24913;
    font-size: 19px;
    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: 20px; }
  .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; }

/**
* 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: 10px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-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;
    -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: 55px;
  line-height: 55px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #c24913; }
  .box-show-more a .fa {
    margin-left: 5px; }
    .rtl .box-show-more a .fa {
      margin-right: 5px;
      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: 60px;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 30px;
    background: #c70005;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px; }
.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: 10px; }
    .rtl .full-slider .carousel-control.left {
      right: 10px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 10px; }
    .rtl .full-slider .carousel-control.right {
      left: 10px;
      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 #eaeaea; }
  .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;
    -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;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #eaeaea;
  -webkit-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 #c24913;
    -webkit-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 {
  text-align: center; }

/*
  Widget Category Image
*/
.widget-category_image .cover-img {
  float: left;
  padding-right: 20px; }
  .rtl .widget-category_image .cover-img {
    float: right; }
  .rtl .widget-category_image .cover-img {
    padding-left: 20px;
    padding-right: inherit; }
  .widget-category_image .cover-img img {
    width: 100px;
    height: 100px; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs .title_block {
  font-size: 20px;
  color: #623f0d;
  margin-bottom: 15px;
  text-transform: uppercase; }
.latest-blogs .blog-container {
  margin-bottom: 25px; }
.latest-blogs .item {
  margin-right: -10px;
  margin-left: -10px; }
  .latest-blogs .item::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .latest-blogs .item {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 768px) {
    .latest-blogs .item {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 992px) {
    .latest-blogs .item {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 1200px) {
    .latest-blogs .item {
      margin-right: -10px;
      margin-left: -10px; } }
  .latest-blogs .item .blog-container {
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
    .rtl .latest-blogs .item .blog-container {
      float: right; }
    @media (min-width: 992px) {
      .latest-blogs .item .blog-container {
        width: 20%; }
        .latest-blogs .item .blog-container:first-child {
          width: 60%; }
          .latest-blogs .item .blog-container:first-child .left-block {
            width: 50%;
            float: left; }
            .rtl .latest-blogs .item .blog-container:first-child .left-block {
              float: right; }
          .latest-blogs .item .blog-container:first-child .right-block {
            width: 50%;
            padding-top: 0px;
            float: left;
            padding-left: 10px; }
            .rtl .latest-blogs .item .blog-container:first-child .right-block {
              float: right; }
            .rtl .latest-blogs .item .blog-container:first-child .right-block {
              padding-right: 10px;
              padding-left: inherit; }
          .latest-blogs .item .blog-container:first-child .blog-desc {
            height: 150px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 90;
            -webkit-box-orient: vertical; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .latest-blogs .item .blog-container:first-child .blog-desc {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 6;
          -webkit-box-orient: vertical; } }

    @media (max-width: 991px) {
      .latest-blogs .item .blog-container {
        float: left;
        width: 33.33333%; } }
    @media (max-width: 575px) {
      .latest-blogs .item .blog-container {
        float: left;
        width: 100%; } }
@media (min-width: 992px) {
  .latest-blogs .ajax_block_product {
    width: 20%; }
    .latest-blogs .ajax_block_product.first_item {
      width: 60%; }
      .latest-blogs .ajax_block_product.first_item .left-block {
        width: 50%;
        float: left; }
        .rtl .latest-blogs .ajax_block_product.first_item .left-block {
          float: right; }
      .latest-blogs .ajax_block_product.first_item .right-block {
        width: 50%;
        padding-top: 0px;
        float: left;
        padding-left: 10px; }
        .rtl .latest-blogs .ajax_block_product.first_item .right-block {
          float: right; }
        .rtl .latest-blogs .ajax_block_product.first_item .right-block {
          padding-right: 10px;
          padding-left: inherit; }
      .latest-blogs .ajax_block_product.first_item .blog-desc {
        height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 90;
        -webkit-box-orient: vertical; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .latest-blogs .ajax_block_product.first_item .blog-desc {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 6;
          -webkit-box-orient: vertical; } }

.latest-blogs .left-block {
  border: 4px solid #d0ceba;
  border-radius: 3px; }
.latest-blogs .right-block {
  padding-top: 13px; }
.latest-blogs .blog-image-container {
  overflow: hidden;
  position: relative; }
.latest-blogs .blog-title {
  margin-top: 0;
  margin-bottom: 10px; }
  .latest-blogs .blog-title a {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #655c51;
    display: block;
    word-break: break-word; }
    @media (min-width: 576px) {
      .latest-blogs .blog-title a {
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; } }
    .latest-blogs .blog-title a:hover {
      color: #c24913; }
.latest-blogs .blog-meta {
  margin-left: -5px;
  margin-right: -5px; }
  .latest-blogs .blog-meta > span {
    color: #000000;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block; }
  .latest-blogs .blog-meta [class*="icon"] {
    font-style: normal;
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 3px; }
    .rtl .latest-blogs .blog-meta [class*="icon"] {
      margin-left: 3px;
      margin-right: inherit; }
  .latest-blogs .blog-meta .icon-author:before {
    content: "\f2bd"; }
  .latest-blogs .blog-meta .icon-created:before {
    content: "\f017"; }
  .latest-blogs .blog-meta .icon-list:before {
    content: "\f022"; }
  .latest-blogs .blog-meta .icon-comment:before {
    content: "\f27b"; }
  .latest-blogs .blog-meta .icon-hits:before {
    content: "\f004"; }
.latest-blogs .blog-desc {
  color: #6f665b;
  line-height: 15px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.latest-blogs .btn-more {
  color: #aa8255;
  font-size: 13px;
  text-transform: uppercase; }
  .latest-blogs .btn-more:hover {
    color: #c24913; }
.latest-blogs .blog-viewall {
  margin-top: 20px; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  -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;
  -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; }
  .rtl .leo-more-info {
    padding: 5px 5px 10px 5px; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 20px;
    float: left;
    width: 80px;
    height: 300px; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      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;
      float: left;
      width: 84px;
      height: 100px; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        display: block;
        margin: 0 1px 2px;
        text-align: center; }
  .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: 5px; }
  .leo-more-info .view_scroll_left {
    margin-top: 5px; }

.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: 5px;
  padding-right: 5px; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 10px 0 0; }

#instafeed {
  margin: -5px; }

.phone-contact {
  width: 100%;
  height: 100%;
  padding: 18px;
  background: #FFFFFF; }
  @media (max-width: 768px) {
    .phone-contact {
      width: auto;
      margin: 0 auto 10px;
      display: inline-block; } }
  .phone-contact .content-phone {
    width: 100%;
    display: table; }
  .phone-contact .phone-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
    color: #4a3d36; }
  .phone-contact .phone-value {
    font-size: 21px;
    color: #c24913; }
  .phone-contact .icon-phone {
    width: 50px;
    height: 50px;
    color: #b58e4f;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #b58e4f;
    float: right;
    border-radius: 50%; }
    .rtl .phone-contact .icon-phone {
      float: left; }

@media (min-width: 768px) {
  .widget-twitter.accordion_small_screen .apollo-twitter {
    height: 200px !important;
    overflow-x: hidden;
    overflow-y: scroll; } }
.widget-twitter.accordion_small_screen .twitter-timeline {
  width: 100% !important; }

.contact-infors {
  font-size: 12px; }
  .contact-infors .block-desc {
    margin-bottom: 18px; }
  .contact-infors ul li {
    margin-bottom: 10px; }

.our-store .media {
  max-width: 200px; }
  .our-store .media::after {
    content: "";
    display: table;
    clear: both; }
.our-store .left-block {
  float: left; }
  .rtl .our-store .left-block {
    float: right; }
.our-store .right-block {
  zoom: 1;
  overflow: hidden;
  line-height: 15px;
  font-size: 11.5px;
  padding-left: 10px; }
  .rtl .our-store .right-block {
    padding-right: 10px;
    padding-left: inherit; }

.banner-border-radius {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d6d1cc;
  border-radius: 5px; }

.text-two-banner {
  text-align: center;
  padding: 15px 10px; }
  .text-two-banner .title_block {
    font-size: 35px;
    color: #c24913; }
  .text-two-banner .block_content {
    color: #949595;
    line-height: 15px; }

.service-top .media {
  display: table; }
.service-top .left-block {
  display: table-cell;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  text-align: center;
  position: relative;
  background: url(../img/bg-menu.png);
  border-radius: 50%; }
  .service-top .left-block:before {
    content: '';
    width: 38px;
    height: 38px;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border: 1px solid #a59073;
    border-radius: 50%; }
.service-top .right-block {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px; }
  .rtl .service-top .right-block {
    padding-right: 10px;
    padding-left: inherit; }
.service-top h4 {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #c24913; }
.service-top p {
  font-size: 14px;
  color: #735d42;
  margin-bottom: 0px; }

.button-middle:not(.button-hover) .block_content {
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 991px) {
    .button-middle:not(.button-hover) .block_content {
      padding-left: 10px;
      padding-right: 10px; } }

.banner-shopnow {
  text-align: center;
  position: relative;
  background: #FFFFFF;
  padding-top: 10px;
  margin-bottom: 25px;
  -moz-box-shadow: 0 0 1px 0 rgba(179, 144, 100, 0.5);
  -webkit-box-shadow: 0 0 1px 0 rgba(179, 144, 100, 0.5);
  -o-box-shadow: 0 0 1px 0 rgba(179, 144, 100, 0.5);
  -ms-box-shadow: 0 0 1px 0 rgba(179, 144, 100, 0.5);
  box-shadow: 0 0 1px 0 rgba(179, 144, 100, 0.5); }
  @media (min-width: 576px) {
    .banner-shopnow .left-block {
      z-index: 9;
      width: 35%;
      position: absolute;
      bottom: 0px;
      left: 5px; }
      .rtl .banner-shopnow .left-block {
        right: 5px;
        left: auto; } }
  .banner-shopnow .left-block img {
    max-width: 100%; }
  @media (min-width: 576px) {
    .banner-shopnow .right-block {
      padding-bottom: 38px;
      padding-left: 35%; }
      .rtl .banner-shopnow .right-block {
        padding-right: 35%;
        padding-left: inherit; } }
  .banner-shopnow .image_description {
    padding: 10px 10px 25px; }
  .banner-shopnow h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: #c24913;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .banner-shopnow h2 {
        font-size: 25px; } }
  .banner-shopnow p {
    margin-bottom: 0px;
    line-height: 15px; }
  .banner-shopnow .shopnow {
    line-height: normal;
    background: #f1eee9;
    bottom: 0;
    margin-bottom: 0;
    padding: 10px 0; }
    @media (min-width: 576px) {
      .banner-shopnow .shopnow {
        width: 100%;
        position: absolute;
        left: 0;
        text-align: right; }
        .rtl .banner-shopnow .shopnow {
          right: 0;
          left: auto; }
        .rtl .banner-shopnow .shopnow {
          text-align: left; } }
    @media (max-width: 575px) {
      .banner-shopnow .shopnow {
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
        border-radius: 5px; } }
    .banner-shopnow .shopnow a {
      color: #705b41;
      font-size: 16px;
      position: relative;
      padding-right: 20px; }
      .rtl .banner-shopnow .shopnow a {
        padding-left: 20px;
        padding-right: inherit; }
      @media (min-width: 576px) {
        .banner-shopnow .shopnow a {
          margin-right: 20px; }
          .rtl .banner-shopnow .shopnow a {
            margin-left: 20px;
            margin-right: inherit; } }
      .banner-shopnow .shopnow a:before {
        content: '';
        height: 17px;
        width: 20px;
        position: absolute;
        top: 0px;
        right: 0px;
        background: url(../img/icon-shownow.png) no-repeat scroll right 3px transparent; }
        .rtl .banner-shopnow .shopnow a:before {
          left: 0px;
          right: auto; }
      .banner-shopnow .shopnow a:hover {
        color: #c24913; }
        .banner-shopnow .shopnow a:hover:before {
          background-position: right -28px; }

.box-bottom-header {
  background: url(../img/bg-menu.png) repeat scroll 0 0 #6e5940; }
  .box-bottom-header:before {
    border: 1px solid #887052; }

.header-nav {
  background: url(../img/border-top-header.png) repeat-x scroll 0 0 transparent;
  padding-top: 20px; }

.footer-top {
  background: #5b4b36; }

.footer-center {
  background: #473a29; }

.footer-bottom {
  background: #34291b; }

@media (min-width: 992px) {
  .box-middle-footer-top:before {
    border-bottom: 1px solid #403324; } }

@media (min-width: 992px) {
  .box-middle-footer-bottom:before {
    border-bottom: 1px solid #51412f; } }

/*# sourceMappingURL=styles.css.map */
