/***************************************************
  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 .header_logo.ApImage {
  margin-bottom: 0; }
.ApColumn .block {
  margin-bottom: 1.875rem; }
.ApColumn .title_block {
  font-size: 2.1875rem;
  text-transform: none;
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 0.9375rem;
  position: relative; }
  @media (max-width: 1199px) {
    .ApColumn .title_block {
      margin: 1.875rem 0; } }
  .ApColumn .title_block:before {
    content: "";
    background: #2bb54b;
    position: absolute;
    bottom: -8px;
    width: 30px;
    height: 2px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    display: inline-block; }
.ApColumn .sub-title-widget {
  font-size: 1rem;
  line-height: 30px;
  text-align: center;
  max-width: 48.13rem;
  margin: 0 auto 5rem; }
  @media (max-width: 991px) {
    .ApColumn .sub-title-widget {
      margin-bottom: 2.5rem; } }
.ApColumn .group-title-widget {
  width: 100%; }
  .ApColumn .group-title-widget::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 992px) {
    .ApColumn .group-title-widget {
      margin-top: 6.875rem; } }
  @media (max-width: 991px) {
    .ApColumn .group-title-widget {
      margin-top: 2.5rem; } }
  @media (min-width: 1200px) {
    .ApColumn .group-title-widget .title_block {
      width: 51%;
      padding-right: 5%;
      text-align: left;
      float: left; }
      .rtl .ApColumn .group-title-widget .title_block {
        padding-left: 5%;
        padding-right: inherit; }
      .rtl .ApColumn .group-title-widget .title_block {
        text-align: right; }
      .rtl .ApColumn .group-title-widget .title_block {
        float: right; }
      .ApColumn .group-title-widget .title_block:before {
        margin: 0;
        left: 0; }
        .rtl .ApColumn .group-title-widget .title_block:before {
          right: 0;
          left: auto; } }
  @media (min-width: 1200px) {
    .ApColumn .group-title-widget .sub-title-widget {
      width: 49%;
      text-align: left;
      float: left; }
      .rtl .ApColumn .group-title-widget .sub-title-widget {
        text-align: right; }
      .rtl .ApColumn .group-title-widget .sub-title-widget {
        float: right; } }

.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: 1.25rem; }
@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;
    position: absolute;
    padding-right: 7px;
    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: 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.563rem;
      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.563rem;
      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: 0.3125rem 0.5rem;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #2bb54b; }
    .widget-tabs li.active a {
      color: #2bb54b; }

.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: #2bb54b;
    font-size: 1.188rem;
    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 {
  position: relative; }
  .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: #2e2e3b;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-transform: uppercase;
  padding: 0 0.9375rem;
  margin-top: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700;
  -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; }
  @media (min-width: 992px) {
    .box-show-more a {
      margin-bottom: 6.875rem; } }
  @media (max-width: 991px) {
    .box-show-more a {
      margin-bottom: 1.875rem; } }
  .box-show-more a:hover {
    background-color: #2bb54b;
    -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; }
  .box-show-more a span {
    position: relative; }
    .box-show-more a span:after {
      content: "\f178";
      font-family: "FontAwesome";
      font-size: 0.875rem;
      font-weight: normal;
      margin-left: 0.625rem; }
      .rtl .box-show-more a span:after {
        margin-right: 0.625rem;
        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: 2.5rem;
  height: 2.5rem;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1; }
  .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 #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;
    -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 #eaeaea;
  -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 #2bb54b;
    -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
*/
.ApColumn .manufacturers_block {
  margin: 3.125rem 0 1.875rem; }

.manufacturers_block .manufacturer-block img,
.manufacturers_block .manufacturer-item img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .manufacturers_block .manufacturer-block img:hover,
  .manufacturers_block .manufacturer-item img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
.manufacturers_block .manufacturer-item {
  text-align: center; }
  .manufacturers_block .manufacturer-item span {
    margin-top: 0.625rem;
    display: inline-block; }

/*
  Widget Category Image
*/
@media (min-width: 992px) {
  .ApColumn .widget-category_image {
    margin-bottom: 5rem; } }
@media (max-width: 991px) {
  .ApColumn .widget-category_image {
    margin-bottom: 1.875rem; } }

.widget-category_image {
  text-align: center; }
  .widget-category_image .nbproducts {
    padding: 1.875rem 0.625rem;
    display: inline-block; }
    .widget-category_image .nbproducts .leo-qty {
      font-size: 1rem;
      color: #666666;
      margin-top: 0.9375rem;
      display: inline-block; }
    .widget-category_image .nbproducts .cate-name {
      color: #000000;
      font-size: 1.5625rem;
      font-family: "Questrial", sans-serif;
      display: block; }
  .widget-category_image li .cover-img {
    display: block;
    overflow: hidden; }
    .widget-category_image li .cover-img img {
      -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; }
  .widget-category_image li:hover .cover-img img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -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; }
  .widget-category_image li:hover .cate-name {
    color: #2bb54b; }

.widget-cate_special .widget-category_image .block_content {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block; }
  .widget-cate_special .widget-category_image .block_content > ul {
    margin-bottom: 0;
    position: relative;
    float: left; }
    .rtl .widget-cate_special .widget-category_image .block_content > ul {
      float: right; }
    @media (min-width: 992px) {
      .widget-cate_special .widget-category_image .block_content > ul {
        width: 66.66667%; } }
    .widget-cate_special .widget-category_image .block_content > ul .cover-img,
    .widget-cate_special .widget-category_image .block_content > ul .nbproducts {
      width: 50%;
      float: left; }
      .rtl .widget-cate_special .widget-category_image .block_content > ul .cover-img, .rtl
      .widget-cate_special .widget-category_image .block_content > ul .nbproducts {
        float: right; }
    @media (max-width: 991px) {
      .widget-cate_special .widget-category_image .block_content > ul {
        width: 100%; } }
    @media (max-width: 575px) {
      .widget-cate_special .widget-category_image .block_content > ul .cover-img,
      .widget-cate_special .widget-category_image .block_content > ul .nbproducts {
        width: 100%; }
      .widget-cate_special .widget-category_image .block_content > ul .cover-img img {
        width: 100%; } }
    .widget-cate_special .widget-category_image .block_content > ul.two-cat .cover-img,
    .widget-cate_special .widget-category_image .block_content > ul.two-cat .nbproducts {
      float: right; }
      .rtl .widget-cate_special .widget-category_image .block_content > ul.two-cat .cover-img, .rtl
      .widget-cate_special .widget-category_image .block_content > ul.two-cat .nbproducts {
        float: left; }
    @media (min-width: 992px) {
      .widget-cate_special .widget-category_image .block_content > ul.two-cat .nbproducts:before {
        border-top: 1em solid transparent;
        border-left: 1em solid;
        border-right: 1em solid transparent;
        right: -1.8rem;
        left: auto; } }
    @media (min-width: 992px) {
      .widget-cate_special .widget-category_image .block_content > ul.third-cat {
        position: absolute;
        width: 33.33333%;
        right: 1px; }
        .rtl .widget-cate_special .widget-category_image .block_content > ul.third-cat {
          left: 1px;
          right: auto; }
        .widget-cate_special .widget-category_image .block_content > ul.third-cat .cover-img,
        .widget-cate_special .widget-category_image .block_content > ul.third-cat .nbproducts {
          width: 100%; }
        .widget-cate_special .widget-category_image .block_content > ul.third-cat.two-cat {
          top: 33.33333%; }
        .widget-cate_special .widget-category_image .block_content > ul.third-cat .nbproducts:before {
          border-bottom: 1em solid;
          border-right: 1em solid transparent;
          border-left: 1em solid transparent;
          border-top: none;
          top: -1em;
          left: 0;
          right: 0; } }
    .widget-cate_special .widget-category_image .block_content > ul .cate-name {
      position: relative;
      padding-bottom: 2.1875rem;
      margin-bottom: 1.875rem;
      display: inline-block; }
      .widget-cate_special .widget-category_image .block_content > ul .cate-name:before {
        content: "";
        background: #2bb54b;
        position: absolute;
        bottom: 0;
        width: 30px;
        height: 2px;
        left: 0px;
        right: 0;
        margin: 0 auto;
        display: inline-block; }
    .widget-cate_special .widget-category_image .block_content > ul .nbproducts {
      position: relative;
      padding: 0;
      background: #2e2e3b;
      color: #FFFFFF; }
      .widget-cate_special .widget-category_image .block_content > ul .nbproducts .leo-qty {
        color: #FFFFFF; }
      .widget-cate_special .widget-category_image .block_content > ul .nbproducts .cate-name {
        color: #FFFFFF; }
        .widget-cate_special .widget-category_image .block_content > ul .nbproducts .cate-name:hover {
          color: #2bb54b; }
      .widget-cate_special .widget-category_image .block_content > ul .nbproducts .box-nbproducts {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        z-index: 1;
        margin: 0 auto;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%); }
      @media (min-width: 1200px) {
        .widget-cate_special .widget-category_image .block_content > ul .nbproducts {
          height: 24.38rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-cate_special .widget-category_image .block_content > ul .nbproducts {
    height: 19.38rem; } }

      @media (max-width: 991px) {
        .widget-cate_special .widget-category_image .block_content > ul .nbproducts {
          padding: 25% 0;
          min-height: 15rem; } }
      @media (min-width: 992px) {
        .widget-cate_special .widget-category_image .block_content > ul .nbproducts:before {
          display: inline-block;
          width: 0;
          height: 0;
          vertical-align: middle;
          content: "";
          color: #2e2e3b;
          margin: auto;
          border-top: 1em solid transparent;
          border-right: 1em solid;
          border-bottom: 1em solid transparent;
          top: 50%;
          left: -0.9rem;
          right: auto;
          position: absolute; }
          .rtl .widget-cate_special .widget-category_image .block_content > ul .nbproducts:before {
            border-left: 1em solid;
            border-right: inherit; }
          .rtl .widget-cate_special .widget-category_image .block_content > ul .nbproducts:before {
            right: -0.9rem;
            left: auto; } }
      .widget-cate_special .widget-category_image .block_content > ul .nbproducts .leo-qty {
        display: block;
        margin-top: 0; }

@media (min-width: 992px) {
  .rtl .widget-cate_special .widget-category_image .block_content > ul.two-cat .nbproducts:before {
    border-right: 1em solid;
    border-left: 1em solid transparent;
    left: -1.8rem;
    right: auto; }
  .rtl .widget-cate_special .widget-category_image .block_content > ul.third-cat .nbproducts:before {
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
    left: 0;
    right: 0; } }
/* Widget Lastest blogs */
@media (min-width: 992px) {
  .ApColumn .latest-blogs {
    margin-bottom: 6.25rem; } }
@media (max-width: 991px) {
  .ApColumn .latest-blogs {
    margin-bottom: 1.875rem; } }

.latest-blogs .left-block {
  position: relative; }
.latest-blogs .blog-date {
  position: absolute;
  bottom: 0.625rem;
  background: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  color: #161515;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 0.625rem 0.9375rem 0.4375rem 0.9375rem;
  right: 0.625rem; }
  .rtl .latest-blogs .blog-date {
    left: 0.625rem;
    right: auto; }
.latest-blogs .blog-title {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  line-height: 26px;
  margin: 0.625rem 0 1.25rem; }
  .latest-blogs .blog-title a {
    color: #161515; }
    .latest-blogs .blog-title a:hover {
      color: #2bb54b; }
  @media (min-width: 768px) {
    .latest-blogs .blog-title {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; } }
.latest-blogs .blog-meta {
  margin-top: 1.875rem;
  font-size: 0.75rem; }
  .latest-blogs .blog-meta span {
    text-transform: uppercase; }
.latest-blogs .blog-desc {
  line-height: 30px;
  font-size: 1rem; }
.latest-blogs .blog-readmore {
  margin-top: 0.625rem;
  display: none; }
.latest-blogs .blog-viewall {
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
  display: inline-block; }
  .latest-blogs .blog-viewall .btn {
    min-width: 8.75rem;
    letter-spacing: 3px; }

/* 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: 0.3125rem 0.3125rem 0.625rem 0.3125rem;
  -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; }
  .rtl .leo-more-info {
    padding: 0.3125rem 0.3125rem 0.625rem 0.3125rem; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 0.875rem;
    margin-bottom: 1.25rem;
    float: left;
    width: 5rem;
    height: 18.75rem; }
    .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: 5.25rem;
      height: 6.25rem; }
      .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: 0.9375rem;
    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; }

/* Instagram Block */
@media screen and (min-width: 0\0) {
  .instagram-block a img {
    width: 100%;
    height: 100%; } }
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
.instagram-block a img {
  max-width: 100%;
  width: auto !important;
  height: auto !important; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }

/* Widget Raw HTML */
.featured-box {
  overflow: hidden; }
  .featured-box .icon-name {
    font-size: 1.5625rem;
    color: #ccc; }
  .featured-box .featured-info {
    padding: 0.9375rem 0;
    border-bottom: 1px solid #eaeaea; }
    .featured-box .featured-info h5 {
      font-size: 1.125rem;
      margin: 0 0 0.9375rem;
      text-transform: none; }
    .featured-box .featured-info p {
      margin: 0;
      min-height: 2.5rem;
      line-height: 20px; }
  @media (max-width: 767px) {
    .featured-box .featured-item {
      margin-bottom: 1.25rem; } }
  @media (max-width: 480px) {
    .featured-box .featured-item {
      text-align: center; } }

/* Widget HTML */
.ApHtml.block__latestnews {
  float: left;
  margin: 0;
  padding: 0.9375rem 0; }
  .rtl .ApHtml.block__latestnews {
    float: right; }
  .ApHtml.block__latestnews p {
    color: #aaa;
    margin-bottom: 0; }
.ApHtml.html-intro-group {
  font-size: 1rem;
  line-height: 30px;
  text-align: center;
  max-width: 48.13rem;
  margin: 7.5rem auto 5rem; }
  @media (max-width: 991px) {
    .ApHtml.html-intro-group {
      margin-top: 1.875rem; } }
  @media (max-width: 767px) {
    .ApHtml.html-intro-group {
      margin-bottom: 1.875rem; } }
.ApHtml.widget-html-intro {
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .ApHtml.widget-html-intro {
      padding-top: 14%;
      padding-bottom: 14%; } }
  @media (max-width: 991px) {
    .ApHtml.widget-html-intro {
      padding-top: 8%;
      padding-bottom: 8%; } }
  .ApHtml.widget-html-intro h5 {
    color: #FFFFFF;
    font-size: 2.8125rem; }
    @media (max-width: 767px) {
      .ApHtml.widget-html-intro h5 {
        font-size: 2.1875rem; } }
  .ApHtml.widget-html-intro h4 {
    color: #FFFFFF;
    font-size: 4.375rem;
    position: relative;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem; }
    @media (max-width: 767px) {
      .ApHtml.widget-html-intro h4 {
        font-size: 2.5rem; } }
    .ApHtml.widget-html-intro h4:before {
      content: "";
      background: #2bb54b;
      position: absolute;
      bottom: -8px;
      width: 1.875rem;
      height: 0.125rem;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: inline-block; }
  .ApHtml.widget-html-intro p {
    color: #FFFFFF;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "Questrial", sans-serif; }
  .ApHtml.widget-html-intro .btn-bg-white {
    background: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "Hind", sans-serif;
    color: #000000;
    line-height: 48px;
    min-width: 12.5rem;
    height: 3.125rem;
    margin-top: 2.125rem;
    padding: 0 0.625rem; }
    .ApHtml.widget-html-intro .btn-bg-white:hover {
      background: #2bb54b;
      color: #FFFFFF; }

@media (max-width: 767px) {
  .payment {
    margin-top: 1.25rem; } }
.payment ul {
  margin: 0; }
  .payment ul li {
    display: inline-block;
    padding: 0;
    margin: 0; }
    .payment ul li a {
      font-size: 0.9375rem;
      color: #ccc; }
      .payment ul li a:hover {
        color: #2bb54b; }
      .payment ul li a i {
        margin-left: 0.625rem; }
        .rtl .payment ul li a i {
          margin-right: 0.625rem;
          margin-left: inherit; }
    .payment ul li span {
      display: none; }
.payment img {
  display: inline-block; }

/* Widget Image */
.ApImage.img-mr-50 {
  margin-bottom: 0;
  margin-top: 3.125rem; }
.ApImage.img-mrt-30 {
  margin-bottom: 1.875rem; }
@media (min-width: 877px) and (max-width: 1199px) {
  .ApImage.img-special {
    margin-bottom: 1.438rem; } }
@media (min-width: 768px) and (max-width: 876px) {
  .ApImage.img-special {
    margin-bottom: 1.25rem; } }
@media (min-width: 576px) and (max-width: 767px) {
  .ApImage.img-special {
    margin-bottom: 1rem; } }

.group-img-category.group-bggreen {
  background: #2bb54b; }
  .group-img-category.group-bggreen .title_block {
    color: #FFFFFF; }
  .group-img-category.group-bggreen .ApBlockLink ul li:before {
    color: #FFFFFF; }
  .group-img-category.group-bggreen .ApBlockLink ul li a {
    color: #FFFFFF; }
    .group-img-category.group-bggreen .ApBlockLink ul li a:hover {
      color: #efcc3f; }
@media (min-width: 576px) {
  .group-img-category > div.ApImage {
    float: left;
    width: 41.66667%; }
  .group-img-category > div.ApBlockLink {
    float: left;
    width: 58.33333%;
    padding: 10% 1% 0 10%; }
    .rtl .group-img-category > div.ApBlockLink {
      padding: 10% 10% 0 1%; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .group-img-category > div.ApBlockLink {
    padding: 1.25rem 0.625rem 0 1.875rem; }
    .rtl .group-img-category > div.ApBlockLink {
      padding: 1.25rem 1.875rem 0 0.625rem; } }

@media (max-width: 767px) {
  .group-img-category > div.ApImage {
    text-align: center; }
  .group-img-category > div.ApBlockLink {
    padding: 1.25rem 0.625rem 0 1.25rem; }
    .rtl .group-img-category > div.ApBlockLink {
      padding: 1.25rem 1.25rem 0 0.625rem; } }
.group-img-category .title_block {
  text-align: left; }
  .rtl .group-img-category .title_block {
    text-align: right; }
  .group-img-category .title_block:before {
    display: none; }
.group-img-category .ApImage {
  margin-top: 1.875rem;
  margin-bottom: 0; }
.group-img-category .ApBlockLink ul li {
  position: relative;
  padding-left: 1.25rem;
  width: 50%;
  float: left; }
  .rtl .group-img-category .ApBlockLink ul li {
    padding-right: 1.25rem;
    padding-left: inherit; }
  .rtl .group-img-category .ApBlockLink ul li {
    float: right; }
  .group-img-category .ApBlockLink ul li:before {
    content: "\f0c8";
    font-family: "FontAwesome";
    font-size: 0.3125rem;
    position: absolute;
    color: #cccccc;
    top: 0.625rem;
    left: 0; }
    .rtl .group-img-category .ApBlockLink ul li:before {
      right: 0;
      left: auto; }
  .group-img-category .ApBlockLink ul li a {
    text-transform: uppercase;
    color: #161515;
    line-height: 40px;
    font-size: 1rem;
    font-weight: 400; }
    @media (max-width: 1199px) {
      .group-img-category .ApBlockLink ul li a {
        font-size: 0.875rem; } }
    .group-img-category .ApBlockLink ul li a:hover {
      color: #2bb54b; }

/* Widget Product */
@media (min-width: 992px) {
  .ApColumn .product_list > .product_block:nth-child(4n+1) {
    clear: both; } }
@media (min-width: 576px) and (max-width: 991px) {
  .ApColumn .product_list > .product_block:nth-child(3n+1) {
    clear: both; } }
@media (max-width: 575px) {
  .ApColumn .product_list > .product_block:nth-child(2n+1) {
    clear: both; } }

/*# sourceMappingURL=styles.css.map */
