/***************************************************
  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 
 */
/* $image-appagebuilder-path:                  "../../../../../img/modules/appagebuilder/img/" !default;
$image-leofeature-path:                     "../../../../../img/modules/leofeature/img/" !default;
$image-quicklogin-path:                     "../../../../../img/modules/leoquicklogin/img/" !default;
$image-slideshow-typo-path:                 "../../../../../img/modules/leoslideshow/img/typo/" !default;
$image-slideshow-iview-path:                "../../../../../../../img/modules/leoslideshow/img/iView/" !default; */
/***********************************************************************/
/* Title Block */
@media (min-width: 1200px) {
  .ApColumn .block {
    margin-bottom: 2.5rem; } }
@media (max-width: 1199px) {
  .ApColumn .block {
    margin-bottom: 2.5rem; } }
.ApColumn .title_block {
  font-weight: 400;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px; }
  @media (min-width: 1200px) {
    .ApColumn .title_block {
      font-size: 2.5rem;
      margin-bottom: 2.5rem; } }
  @media (max-width: 1199px) {
    .ApColumn .title_block {
      font-size: 1.875rem;
      margin-bottom: 1.25rem; } }

.title-ap-group {
  font-size: 2.75rem;
  line-height: 3.375rem;
  margin-bottom: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.sub-title-widget {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 30px;
  max-width: 550px;
  margin: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.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;
    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 #e5e5e5; }
  .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: #e5e5e5;
        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 #e5e5e5 #e5e5e5 #e5e5e5; }

.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 #e5e5e5; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #e5e5e5;
    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 #e5e5e5 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #e5e5e5 transparent #e5e5e5 #e5e5e5;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #e5e5e5; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #e5e5e5;
    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 #e5e5e5; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #e5e5e5 #e5e5e5 #e5e5e5 transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #000000; }
  .widget-tabs li.active {
    border: 1px solid #5ee6c6; }
    .widget-tabs li.active a {
      color: #5ee6c6; }

.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: #5ee6c6;
    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 {
  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); }
.ApTabs.product-tabs {
  text-align: center; }
  .ApTabs.product-tabs .nav-tabs {
    display: inline-block;
    margin-bottom: 1.25rem;
    padding-bottom: 0; }
    .ApTabs.product-tabs .nav-tabs .nav-link {
      font-size: 1.063rem;
      font-weight: 600;
      color: #ababab;
      border: none;
      text-transform: none;
      position: relative;
      padding: 0;
      padding-bottom: 0.625rem; }
      @media (max-width: 575px) {
        .ApTabs.product-tabs .nav-tabs .nav-link {
          font-size: 0.9375rem; } }
      .ApTabs.product-tabs .nav-tabs .nav-link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000000;
        bottom: 0;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        left: 0; }
        .rtl .ApTabs.product-tabs .nav-tabs .nav-link:before {
          right: 0;
          left: auto; }
      .ApTabs.product-tabs .nav-tabs .nav-link.active, .ApTabs.product-tabs .nav-tabs .nav-link:hover, .ApTabs.product-tabs .nav-tabs .nav-link:focus {
        background: none;
        border: none;
        color: #000000; }
        .ApTabs.product-tabs .nav-tabs .nav-link.active:before, .ApTabs.product-tabs .nav-tabs .nav-link:hover:before, .ApTabs.product-tabs .nav-tabs .nav-link:focus:before {
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100); }
    .ApTabs.product-tabs .nav-tabs .nav-item {
      margin: 0 0.9375rem 0.9375rem; }
  .ApTabs.product-tabs .ApProductCarousel {
    margin-bottom: 3.75rem; }
    @media (max-width: 767px) {
      .ApTabs.product-tabs .ApProductCarousel {
        margin-bottom: 0.625rem; } }

/**
* 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 {
  display: inline-block; }
  .box-show-more a {
    background: #FFFFFF;
    border: 1px solid #000000;
    clear: both;
    text-align: center;
    height: 54px;
    line-height: 54px;
    text-transform: uppercase;
    padding: 0 0.9375rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: none;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    min-width: 240px;
    position: relative;
    z-index: 2; }
    .box-show-more a:hover {
      background-color: #5ee6c6;
      border-color: #5ee6c6;
      color: #FFFFFF; }
    .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; }
  .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 #e5e5e5; }
  .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 #e5e5e5;
  -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 #5ee6c6;
    -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; }

/**
* Count Down 
*/
.leo-more-cdown {
  margin-top: 1.5rem; }
  .leo-more-cdown ul {
    padding: 0; }
    .leo-more-cdown ul li {
      display: inline-block;
      text-align: center; }
      @media (min-width: 1200px) {
        .leo-more-cdown ul li {
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
      @media (max-width: 1199px) {
        .leo-more-cdown ul li {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .leo-more-cdown ul li:first-child {
        padding-left: 0; }
        .rtl .leo-more-cdown ul li:first-child {
          padding-right: 0;
          padding-left: inherit; }
      .leo-more-cdown ul li b {
        display: block;
        font-weight: 400;
        font-size: 1.125rem;
        color: #f17f42;
        margin-top: 0.3125rem; }
      .leo-more-cdown ul li span {
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: 600;
        color: #f17f42; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
@media (min-width: 1200px) {
  .manufacturers_block.block {
    padding: 0 6.25rem;
    margin: 3.75rem 0 1.875rem; } }
@media (max-width: 1199px) {
  .manufacturers_block.block {
    margin: 1.875rem 0 0; } }
.manufacturers_block img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -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; }
  .manufacturers_block img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

/*
  Widget Category Image
*/
.widget-category_image {
  text-align: center; }
  .widget-category_image ul {
    margin: 0;
    padding: 0; }
  .widget-category_image .view_all_wapper {
    display: none; }
  .widget-category_image .title-cate {
    font-size: 1.625rem;
    font-family: "Amiri", serif;
    margin-top: 1.25rem;
    display: block; }

.group-cate-1 .ApCategoryImage {
  position: relative;
  overflow: hidden; }
  .group-cate-1 .ApCategoryImage img {
    -webkit-transition: opacity 1s, transform 1s;
    -moz-transition: opacity 1s, transform 1s;
    -ms-transition: opacity 1s, transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s; }
  @media (min-width: 992px) {
    .group-cate-1 .ApCategoryImage {
      background: #000000; }
      .group-cate-1 .ApCategoryImage .title-cate {
        color: #FFFFFF;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        font-family: "Amiri", serif;
        font-weight: 400;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-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; } }
  @media (min-width: 1200px) {
    .group-cate-1 .ApCategoryImage .title-cate {
      font-size: 3.875rem; } }
  @media (max-width: 1199px) {
    .group-cate-1 .ApCategoryImage .title-cate {
      font-size: 1.875rem; } }
  .group-cate-1 .ApCategoryImage:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.group-cate-2 {
  text-align: center; }
  .group-cate-2 .title-ap-group {
    max-width: 685px;
    margin-left: auto;
    margin-right: auto; }
  .group-cate-2 .sub-title-ap-group {
    margin-bottom: 2.5rem; }

/* Widget Lastest blogs */
@media (min-width: 1200px) {
  .latest-blogs {
    margin-top: 6.25rem; }
    .latest-blogs.block {
      margin-bottom: 2.5rem; } }
@media (max-width: 1199px) {
  .latest-blogs {
    margin-top: 2.5rem; } }
@media (max-width: 767px) {
  .latest-blogs.block {
    margin-bottom: 0; } }
.latest-blogs .slick-slide.first .blog-container:before {
  display: none; }
.latest-blogs .blog-container {
  text-align: center;
  position: relative; }
  .latest-blogs .blog-container:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2rem;
    width: 1px;
    height: 96px;
    background: #e5e5e5;
    display: inline-block;
    left: -0.9375rem; }
    .rtl .latest-blogs .blog-container:before {
      right: -0.9375rem;
      left: auto; }
.latest-blogs .blog-image-container {
  margin-bottom: 1.25rem; }
.latest-blogs .blog-title {
  font-size: 1.625rem;
  color: #000000;
  margin-bottom: 1.25rem;
  line-height: 35px; }
  .latest-blogs .blog-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
.latest-blogs .right-block {
  padding: 0 1.875rem; }
.latest-blogs .blog-desc {
  line-height: 1.5rem; }
.latest-blogs .blog-meta {
  margin-bottom: 0.625rem; }
  .latest-blogs .blog-meta > span {
    color: #aaa; }
.latest-blogs .blog-viewall {
  margin-top: 1.25rem; }
.latest-blogs .blog-read__more {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.3125rem;
  display: none; }
  .latest-blogs .blog-read__more:before {
    content: "";
    position: absolute;
    bottom: 0.3125rem;
    width: 100%;
    height: 2px;
    background: #000000;
    left: 0; }
    .rtl .latest-blogs .blog-read__more:before {
      right: 0;
      left: auto; }
  .latest-blogs .blog-read__more:hover:before {
    background: #5ee6c6; }
@media (max-width: 991px) {
  .latest-blogs .blog-container .right-block .blog-title {
    margin-bottom: 0.3125rem;
    font-size: 20px;
    line-height: 27px; } }

/* 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 */
@media screen and (min-width: 0\0) {
  .instagram-block a img {
    width: 100%;
    height: 100%; } }
@media (min-width: 1200px) {
  .instagram-block {
    margin-top: 7.5rem; } }
@media (max-width: 1199px) {
  .instagram-block {
    margin-top: 2.5rem; } }
.instagram-block #instafeed a {
  position: relative;
  display: inline-block; }
  .instagram-block #instafeed a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    @incldue transition(all 0.3s ease 0s); }
  .instagram-block #instafeed a:after {
    content: "\f16d";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 1.25rem;
    color: #FFFFFF;
    bottom: 50%;
    left: 50%;
    right: auto;
    top: auto;
    line-height: normal;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 0;
    filter: alpha(opacity=0);
    @incldue transition(all 0.3s ease 0s); }
  .instagram-block #instafeed a img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .instagram-block #instafeed a:hover:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block #instafeed a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
.instagram-block .link-instagram {
  text-align: center;
  margin: 2.5rem 0 0;
  font-size: 1.063rem; }
.instagram-block .block_content {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

/* ApHTML */
@media (max-width: 767px) {
  .ApHtml.payment {
    margin-top: 1.25rem; } }
.ApHtml.payment ul {
  margin: 0; }
  .ApHtml.payment ul li {
    display: inline-block;
    padding: 0;
    margin: 0; }
    .ApHtml.payment ul li a {
      font-size: 1.125rem;
      color: #878787; }
      .ApHtml.payment ul li a:hover {
        color: #5ee6c6; }
      .ApHtml.payment ul li a i {
        margin-left: 0.625rem; }
        .rtl .ApHtml.payment ul li a i {
          margin-right: 0.625rem;
          margin-left: inherit; }
    .ApHtml.payment ul li span {
      display: none; }
.ApHtml.payment img {
  display: inline-block; }
.ApHtml.widget__desc-product p {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 0.9375rem; }
@media (max-width: 767px) {
  .ApHtml.widget__html-contact {
    margin-top: 1.25rem; } }
.ApHtml.widget__html-contact ul li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.625rem;
  margin-bottom: 0.625rem; }
  .ApHtml.widget__html-contact ul li.phone .phone-info {
    display: block;
    font-size: 17px;
    color: #000000; }
.ApHtml.widget__html-contact .fa {
  color: black;
  font-size: 1rem;
  width: 2.5rem;
  margin-top: 4px;
  display: none; }
@media (max-width: 767px) {
  .ApHtml.copyright, .ApHtml.payment {
    text-align: center; } }

@media (min-width: 992px) {
  .group-html-flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .group-html-flex > [class*="col-"] {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
@media (max-width: 991px) {
  .group-html-flex {
    text-align: center; } }
@media (min-width: 1200px) {
  .group-html-flex .ApHtml {
    margin-right: 7.5rem; }
    .rtl .group-html-flex .ApHtml {
      margin-left: 7.5rem;
      margin-right: inherit; } }
@media (min-width: 1200px) {
  .group-html-flex .ApHtml .block_content h3 {
    line-height: 54px;
    font-size: 44px;
    margin-bottom: 2.5rem; } }
@media (max-width: 1199px) {
  .group-html-flex .ApHtml .block_content h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 1.875rem; } }
.group-html-flex .ApHtml .block_content p {
  font-weight: 300;
  line-height: 28px; }
@media (min-width: 1200px) {
  .group-html-flex.group-img-intro .ApHtml {
    margin: 0 0 0 7.5rem; }
    .rtl .group-html-flex.group-img-intro .ApHtml {
      margin: 0 7.5rem 0 0; } }
@media (min-width: 1200px) {
  .group-html-flex.group-img-intro .ApHtml .btn {
    padding: 0.9375rem 3.75rem; } }
@media (min-width: 992px) {
  .group-html-flex.group-img-intro .ApHtml .btn {
    margin-top: 1.875rem; } }
.group-html-flex.group-img-intro .widget__img-collection {
  margin-top: 2.5rem; }
  @media (min-width: 1200px) {
    .group-html-flex.group-img-intro .widget__img-collection {
      margin-top: 6.25rem;
      margin-bottom: 6.25rem; } }

@media (min-width: 768px) {
  .group_html-img4 > .row {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .group_html-img4 > .row > [class*="col-"] {
      padding: 0; }
      .group_html-img4 > .row > [class*="col-"]:first-child {
        z-index: 1; } }
.group_html-img4 > .row {
  background: url("../img/bg_img-home4.jpg") repeat 0 0 transparent; }
@media (min-width: 768px) {
  .group_html-img4 .ApColumn .ApImage {
    margin-bottom: 0; } }
.group_html-img4 .ApHtml {
  background: #FFFFFF;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .group_html-img4 .ApHtml {
      padding-top: 70px;
      padding-bottom: 70px;
      z-index: 1;
      margin: auto -5rem auto auto; }
      .rtl .group_html-img4 .ApHtml {
        margin: auto auto auto -5rem; } }
  @media (max-width: 767px) {
    .group_html-img4 .ApHtml {
      padding: 2.5rem 1.25rem;
      margin-top: 2.5rem; } }
  .group_html-img4 .ApHtml .sub-title-widget {
    font-weight: 400;
    font-family: "Amiri", serif;
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: 1.25rem; }
    @media (min-width: 1200px) {
      .group_html-img4 .ApHtml .sub-title-widget {
        font-size: 2.75rem;
        line-height: 48px; } }
    @media (max-width: 1199px) {
      .group_html-img4 .ApHtml .sub-title-widget {
        font-size: 1.875rem; } }
  .group_html-img4 .ApHtml .block_content {
    padding: 0 0.625rem; }
    @media (min-width: 1200px) {
      .group_html-img4 .ApHtml .block_content {
        max-width: 80%;
        margin: auto; } }
    .group_html-img4 .ApHtml .block_content p {
      font-size: 17px;
      line-height: 30px;
      font-weight: 300; }
    .group_html-img4 .ApHtml .block_content .btn {
      margin-top: 1.25rem; }
      @media (min-width: 992px) {
        .group_html-img4 .ApHtml .block_content .btn {
          padding: 0.9375rem 2.5rem; } }

/* ApImage */
@media (min-width: 768px) and (max-width: 991px) {
  .col__widget-image {
    padding-left: 0.1875rem; }
    .rtl .col__widget-image {
      padding-right: 0.1875rem;
      padding-left: inherit; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col__widget-image {
    padding-left: 0.4375rem; }
    .rtl .col__widget-image {
      padding-right: 0.4375rem;
      padding-left: inherit; } }

.widget__img-discover {
  position: relative; }
  @media (min-width: 992px) {
    .widget__img-discover {
      margin-left: 0;
      margin-right: 0; }
      .widget__img-discover > [class*="col-"] {
        padding-left: 0;
        padding-right: 0; }
      .widget__img-discover .ApImage {
        margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .widget__img-discover {
      margin-bottom: 7.5rem; } }
  @media (max-width: 1199px) {
    .widget__img-discover {
      margin-bottom: 2.5rem; } }
  .widget__img-discover .widget__html-discover {
    background: #FFFFFF;
    text-align: center;
    z-index: 9; }
    @media (min-width: 992px) {
      .widget__img-discover .widget__html-discover {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-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;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; } }
    @media (min-width: 1200px) {
      .widget__img-discover .widget__html-discover {
        max-height: 300px;
        max-width: 460px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .widget__img-discover .widget__html-discover {
    max-height: 200px;
    padding: 1.25rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .widget__img-discover .widget__html-discover {
    min-height: 14.38rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-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; } }

    @media (max-width: 767px) {
      .widget__img-discover .widget__html-discover {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem; } }
    .widget__img-discover .widget__html-discover h3 {
      margin-bottom: 1.25rem; }
      @media (min-width: 1200px) {
        .widget__img-discover .widget__html-discover h3 {
          font-size: 2.75rem;
          line-height: 3rem; } }
      @media (max-width: 1199px) {
        .widget__img-discover .widget__html-discover h3 {
          font-size: 1.875rem;
          line-height: 2.125rem; } }
    .widget__img-discover .widget__html-discover .ApHtml {
      margin: 0; }
  @media (min-width: 1200px) {
    .widget__img-discover .btn {
      padding: 0.9375rem 3.75rem; } }

@media (min-width: 1200px) {
  .group__img-animation {
    margin-bottom: 5.625rem; } }
@media (max-width: 1199px) {
  .group__img-animation {
    margin-bottom: 3.75rem; } }
.group__img-animation .ApImage.block__imgage-top {
  z-index: 9;
  margin-bottom: -180px;
  margin-right: -170px; }
  .rtl .group__img-animation .ApImage.block__imgage-top {
    margin-left: -170px;
    margin-right: inherit; }
@media (max-width: 991px) {
  .group__img-animation .ApImage.block__imgage-btt {
    margin-bottom: 0; } }

.ApImage.widget__img-paypal {
  margin-bottom: 3.75rem; }
  @media (max-width: 767px) {
    .ApImage.widget__img-paypal {
      margin-bottom: 1.25rem; } }
.ApImage.widget__img-special {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) and (max-width: 1366px) {
    .ApImage.widget__img-special {
      margin-bottom: 1.25rem; } }
  .ApImage.widget__img-special .image_description {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(10%, -50%);
    -moz-transform: translate(10%, -50%);
    -ms-transform: translate(10%, -50%);
    -o-transform: translate(10%, -50%);
    transform: translate(10%, -50%); }
    [dir="rtl"] .ApImage.widget__img-special .image_description {
      -webkit-transform: translate(-10%, -50%);
      -moz-transform: translate(-10%, -50%);
      -ms-transform: translate(-10%, -50%);
      -o-transform: translate(-10%, -50%);
      transform: translate(-10%, -50%); }
    @media (min-width: 992px) {
      .ApImage.widget__img-special .image_description {
        width: 50%; } }
    @media (max-width: 991px) {
      .ApImage.widget__img-special .image_description {
        width: 100%; } }
    @media (min-width: 1440px) {
      .ApImage.widget__img-special .image_description h3 {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 1.25rem; } }
    @media (min-width: 1200px) and (max-width: 1439px) {
      .ApImage.widget__img-special .image_description h3 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 0.9375rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .ApImage.widget__img-special .image_description h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0.9375rem; } }

    .ApImage.widget__img-special .image_description h5 {
      color: #999999;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Hind", sans-serif; }
      @media (min-width: 1200px) {
        .ApImage.widget__img-special .image_description h5 {
          margin-bottom: 2.5rem;
          font-size: 1.063rem;
          letter-spacing: 3px; } }
      @media (max-width: 1199px) {
        .ApImage.widget__img-special .image_description h5 {
          margin-bottom: 1.25rem;
          font-size: 0.9375rem; } }
    @media (min-width: 1200px) {
      .ApImage.widget__img-special .image_description .btn {
        padding: 0.9375rem 2.5rem; } }
    @media (max-width: 991px) {
      .ApImage.widget__img-special .image_description .btn {
        font-size: 12px; } }
  .ApImage.widget__img-special.widget__img-special-btt .image_description {
    width: auto;
    right: 10%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .rtl .ApImage.widget__img-special.widget__img-special-btt .image_description {
      left: 10%;
      right: auto; }
.ApImage.img__top-collection {
  text-align: center;
  background: #dac9c1;
  position: relative; }
  .ApImage.img__top-collection .image_description {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(15%, -50%);
    -moz-transform: translate(15%, -50%);
    -ms-transform: translate(15%, -50%);
    -o-transform: translate(15%, -50%);
    transform: translate(15%, -50%); }
    .rtl .ApImage.img__top-collection .image_description {
      right: 0;
      left: auto; }
    [dir="rtl"] .ApImage.img__top-collection .image_description {
      -webkit-transform: translate(-15%, -50%);
      -moz-transform: translate(-15%, -50%);
      -ms-transform: translate(-15%, -50%);
      -o-transform: translate(-15%, -50%);
      transform: translate(-15%, -50%); }
    @media (min-width: 1440px) {
      .ApImage.img__top-collection .image_description {
        max-width: 60%; } }
    @media (max-width: 1439px) {
      .ApImage.img__top-collection .image_description {
        max-width: 80%; } }
    .ApImage.img__top-collection .image_description h5 {
      font-family: "Hind", sans-serif;
      font-size: 1.063rem;
      font-weight: 600;
      letter-spacing: 3px;
      color: #FFFFFF;
      text-transform: uppercase; }
    .ApImage.img__top-collection .image_description h2 {
      position: relative;
      color: #FFFFFF; }
      @media (min-width: 1200px) {
        .ApImage.img__top-collection .image_description h2 {
          font-size: 62px;
          line-height: 60px;
          margin-bottom: 70px; } }
      @media (max-width: 1199px) {
        .ApImage.img__top-collection .image_description h2 {
          font-size: 32px;
          line-height: 1.875rem;
          margin-bottom: 1.25rem; } }
      .ApImage.img__top-collection .image_description h2:before {
        content: "";
        position: absolute;
        display: inline-block;
        height: 1px;
        width: 128px;
        left: 0;
        right: 0;
        margin: auto;
        background: #FFFFFF; }
        @media (min-width: 1200px) {
          .ApImage.img__top-collection .image_description h2:before {
            bottom: -1.875rem; } }
        @media (max-width: 1199px) {
          .ApImage.img__top-collection .image_description h2:before {
            bottom: -0.9375rem; } }
    .ApImage.img__top-collection .image_description p {
      color: #FFFFFF;
      font-weight: 300;
      margin: auto auto 1.875rem;
      line-height: 1.875rem; }
      @media (min-width: 1440px) {
        .ApImage.img__top-collection .image_description p {
          max-width: 70%; } }
      @media (min-width: 992px) and (max-width: 1439px) {
        .ApImage.img__top-collection .image_description p {
          max-width: 100%; } }
    .ApImage.img__top-collection .image_description .btn {
      background: #FFFFFF;
      border-color: #FFFFFF;
      color: #000000;
      padding: 0.9375rem 3.75rem; }
      .ApImage.img__top-collection .image_description .btn:hover {
        background: #5ee6c6;
        border-color: #5ee6c6;
        color: #FFFFFF; }
.ApImage.img__season-sale {
  text-align: center;
  position: relative;
  overflow: hidden; }
  .ApImage.img__season-sale .image_description {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-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; }
  .ApImage.img__season-sale .img-content p {
    margin-bottom: 0; }
  .ApImage.img__season-sale .img-content h5 {
    font-size: 1.063rem;
    font-weight: 600;
    font-family: "Hind", sans-serif;
    color: #999999;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .ApImage.img__season-sale .img-content h5 {
        margin-bottom: 1.25rem;
        letter-spacing: 3px; } }
    @media (max-width: 991px) {
      .ApImage.img__season-sale .img-content h5 {
        margin-bottom: 0.625rem; } }
    @media (max-width: 767px) {
      .ApImage.img__season-sale .img-content h5 {
        font-size: 14px;
        margin-bottom: 0.3125rem; } }
  .ApImage.img__season-sale .img-content h2 {
    text-transform: none; }
    @media (min-width: 1200px) {
      .ApImage.img__season-sale .img-content h2 {
        font-size: 2.75rem;
        line-height: 3rem;
        margin-bottom: 3.125rem;
        max-width: 380px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .ApImage.img__season-sale .img-content h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1.875rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .ApImage.img__season-sale .img-content h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 0.625rem; } }

    @media (max-width: 767px) {
      .ApImage.img__season-sale .img-content h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0.625rem; } }
  .ApImage.img__season-sale .img-content .btn {
    background: #FFFFFF;
    color: #000000;
    border-color: #FFFFFF; }
    @media (min-width: 992px) {
      .ApImage.img__season-sale .img-content .btn {
        padding: 0.9375rem 2.5rem; } }
    @media (max-width: 991px) {
      .ApImage.img__season-sale .img-content .btn {
        font-size: 0.625rem;
        padding: 0.3125rem; } }
    .ApImage.img__season-sale .img-content .btn:hover {
      background: #5ee6c6;
      border-color: #5ee6c6;
      color: #FFFFFF; }
.ApImage.block__img-cate {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .ApImage.block__img-cate {
      padding-top: 5.625rem;
      padding-bottom: 5.625rem; } }
  @media (min-width: 1200px) {
    .ApImage.block__img-cate.img-cate-1 {
      padding-right: 5.313rem; }
      .rtl .ApImage.block__img-cate.img-cate-1 {
        padding-left: 5.313rem;
        padding-right: inherit; }
    .ApImage.block__img-cate.img-cate-2 {
      padding-left: 5.313rem; }
      .rtl .ApImage.block__img-cate.img-cate-2 {
        padding-right: 5.313rem;
        padding-left: inherit; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .ApImage.block__img-cate.img-cate-1 {
    padding-right: 1.875rem; }
    .rtl .ApImage.block__img-cate.img-cate-1 {
      padding-left: 1.875rem;
      padding-right: inherit; }
  .ApImage.block__img-cate.img-cate-2 {
    padding-left: 1.875rem; }
    .rtl .ApImage.block__img-cate.img-cate-2 {
      padding-right: 1.875rem;
      padding-left: inherit; } }

  @media (max-width: 991px) {
    .ApImage.block__img-cate {
      padding-bottom: 2.5rem;
      padding-top: 2.5rem; } }
  .ApImage.block__img-cate .sub-title-widget {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999999; }
  .ApImage.block__img-cate .title_block {
    margin-bottom: 1.25rem; }
  .ApImage.block__img-cate .image_description {
    margin-top: 1.875rem; }
    .ApImage.block__img-cate .image_description p {
      font-size: 17px;
      font-weight: 300;
      line-height: 1.875rem; }
  @media (min-width: 1200px) {
    .ApImage.block__img-cate .btn {
      padding-top: 0.9375rem;
      min-width: 190px;
      padding-bottom: 0.9375rem;
      margin-top: 1.25rem; } }
.ApImage.block__widget-img5 {
  position: relative;
  text-align: center; }
  @media (min-width: 1200px) {
    .ApImage.block__widget-img5 {
      margin-bottom: 5.625rem; } }
  .ApImage.block__widget-img5 .image_description {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }
  .ApImage.block__widget-img5 .img5_content h5 {
    color: #FFFFFF;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .ApImage.block__widget-img5 .img5_content h2 {
    color: #FFFFFF;
    font-size: 44px;
    position: relative;
    margin: 0; }
    @media (min-width: 992px) {
      .ApImage.block__widget-img5 .img5_content h2 {
        padding-bottom: 70px; } }
    @media (max-width: 991px) {
      .ApImage.block__widget-img5 .img5_content h2 {
        padding-bottom: 2.5rem; } }
    .ApImage.block__widget-img5 .img5_content h2:before {
      content: "";
      height: 1px;
      width: 70px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      display: inline-block;
      background: #FFFFFF; }
      @media (min-width: 992px) {
        .ApImage.block__widget-img5 .img5_content h2:before {
          bottom: 2.5rem; } }
      @media (max-width: 991px) {
        .ApImage.block__widget-img5 .img5_content h2:before {
          bottom: 26px; } }
    .ApImage.block__widget-img5 .img5_content h2 p {
      margin-bottom: 0; }
  .ApImage.block__widget-img5 .img5_content .btn-discover {
    background: #f8f1f2; }
    @media (min-width: 992px) {
      .ApImage.block__widget-img5 .img5_content .btn-discover {
        padding: 0.9375rem 3.75rem; } }
    .ApImage.block__widget-img5 .img5_content .btn-discover:hover {
      background: #5ee6c6;
      color: #FFFFFF; }

.group__img-cate {
  position: relative; }
  .group__img-cate:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block;
    bottom: 0;
    box-sizing: content-box;
    background: #e5e5e5;
    margin-left: -1000px; }
    .rtl .group__img-cate:before {
      margin-right: -1000px;
      margin-left: inherit; }
  @media (min-width: 992px) {
    .group__img-cate > [class*="col-"]:first-child {
      border-right: 1px solid #e5e5e5; }
      .rtl .group__img-cate > [class*="col-"]:first-child {
        border-left: 1px solid #e5e5e5;
        border-right: inherit; } }

.group_image-Cate5 {
  margin: 0; }
  .group_image-Cate5 > [class*="col-"] {
    padding: 0; }
  .group_image-Cate5 .cate-img-html .image_description h5 {
    font-size: 26px; }
@media (min-width: 768px) and (max-width: 991px) {
  .group_image-Cate5 .cate-img-html .image_description h5 {
    font-size: 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .group_image-Cate5 .cate-img-html .image_description .btn {
    font-size: 12px; } }

  @media (min-width: 768px) {
    .group_image-Cate5 .cate-img-html {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      margin-bottom: 0; }
      .group_image-Cate5 .cate-img-html .img-inner,
      .group_image-Cate5 .cate-img-html .image_description {
        width: 50%;
        float: left; }
        .rtl .group_image-Cate5 .cate-img-html .img-inner, .rtl
        .group_image-Cate5 .cate-img-html .image_description {
          float: right; }
      .group_image-Cate5 .cate-img-html .image_description {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -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; }
        .group_image-Cate5 .cate-img-html .image_description:before {
          display: inline-block;
          width: 0;
          height: 0;
          vertical-align: middle;
          content: "";
          color: #FFFFFF;
          margin: -1.25rem auto auto;
          border-top: 1em solid transparent;
          border-right: 1em solid;
          border-bottom: 1em solid transparent;
          top: 50%;
          position: absolute; }
    .group_image-Cate5 .cate-img-left .image_description:before {
      left: -0.9375rem; }
      .rtl .group_image-Cate5 .cate-img-left .image_description:before {
        right: -0.9375rem;
        left: auto; }
      [dir="rtl"] .group_image-Cate5 .cate-img-left .image_description:before {
        border-top: 1em solid transparent;
        border-left: 1em solid;
        border-bottom: 1em solid transparent;
        border-right: none; } }
  @media (max-width: 767px) {
    .group_image-Cate5 .cate-img-html.cate-img-right {
      margin-bottom: 0; }
    .group_image-Cate5 .cate-img-html .image_description {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-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; }
    .group_image-Cate5 .cate-img-html .img-inner a {
      display: inherit; }
      .group_image-Cate5 .cate-img-html .img-inner a:after, .group_image-Cate5 .cate-img-html .img-inner a:before {
        display: none; } }
  @media (max-width: 575px) {
    .group_image-Cate5 .cate-img-html .image_description {
      min-height: 200px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .group_image-Cate5 .cate-img-html {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .group_image-Cate5 .cate-img-html .image_description,
    .group_image-Cate5 .cate-img-html .img-inner {
      width: 50%; } }

  .group_image-Cate5 .cate-img-html .image_description {
    text-align: center; }
    .group_image-Cate5 .cate-img-html .image_description .btn {
      border: none;
      background: none;
      padding: 0; }
      .group_image-Cate5 .cate-img-html .image_description .btn:before, .group_image-Cate5 .cate-img-html .image_description .btn:after {
        display: none; }
      .group_image-Cate5 .cate-img-html .image_description .btn:hover {
        color: #5ee6c6; }
    .group_image-Cate5 .cate-img-html .image_description p {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .group_image-Cate5 .cate-img-right {
      background: #000000; }
      .group_image-Cate5 .cate-img-right h5 {
        color: #FFFFFF; }
      .group_image-Cate5 .cate-img-right .btn {
        color: #FFFFFF; }
      .group_image-Cate5 .cate-img-right .image_description:before {
        border-top: 1em solid transparent;
        border-left: 1em solid;
        border-right: 1em solid transparent;
        color: #000000;
        z-index: 2; }
        [dir="rtl"] .group_image-Cate5 .cate-img-right .image_description:before {
          border-top: 1em solid transparent;
          border-right: 1em solid;
          border-bottom: 1em solid transparent;
          border-left: none;
          right: auto;
          left: -0.9375rem; } }
  @media (min-width: 1200px) {
    .group_image-Cate5 .cate-img-right .image_description:before {
      right: -1.875rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .group_image-Cate5 .cate-img-right .image_description:before {
    right: -1.875rem; } }

  @media (max-width: 991px) {
    .group_image-Cate5 .cate-img-right .image_description:before {
      right: -1.875rem; } }

/* ApProductList */
.ApProductList.popular-product {
  text-align: center; }
  @media (min-width: 992px) {
    .ApProductList.popular-product .product_list > .ajax_block_product:nth-child(4n+1) {
      clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  .ApProductList.popular-product .product_list > .ajax_block_product:nth-child(3n+1) {
    clear: both; } }

@media (min-width: 576px) and (max-width: 767px) {
  .ApProductList.popular-product .product_list > .ajax_block_product:nth-child(3n+1) {
    clear: both; } }

  @media (max-width: 575px) {
    .ApProductList.popular-product .product_list > .ajax_block_product:nth-child(2n+1) {
      clear: both; } }

/* ApRawHtml */
.ApRawHtml.featured-service {
  overflow: hidden; }
  .ApRawHtml.featured-service .icon-name {
    font-size: 30px;
    color: #999999; }
  .ApRawHtml.featured-service .featured-info {
    padding: 1.875rem 0 0; }
    .ApRawHtml.featured-service .featured-info h5 {
      font-size: 1.625rem;
      margin: 0 0 1.25rem;
      text-transform: none; }
    .ApRawHtml.featured-service .featured-info p {
      min-height: 2.5rem;
      line-height: 1.875rem;
      font-weight: 300;
      font-size: 1.063rem; }
      @media (min-width: 992px) {
        .ApRawHtml.featured-service .featured-info p {
          margin: 0 3.75rem 0 0; }
          .rtl .ApRawHtml.featured-service .featured-info p {
            margin: 0 0 0 3.75rem; } }
  @media (max-width: 575px) {
    .ApRawHtml.featured-service {
      text-align: center; } }
.ApRawHtml.showmenu {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 1.875rem;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .ApRawHtml.showmenu:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1000%;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
    .rtl .ApRawHtml.showmenu:before {
      left: 0;
      right: auto; }
  .ApRawHtml.showmenu .icon-bar {
    background: #000000;
    width: 30px;
    height: 1px;
    display: block;
    margin-bottom: 7px;
    text-indent: -9999px; }
    .ApRawHtml.showmenu .icon-bar.last {
      margin-bottom: 0; }
.ApRawHtml.widget__raw-shipping {
  text-align: center;
  padding: 0.9375rem 0;
  font-weight: 400;
  font-family: "Amiri", serif;
  font-size: 18px;
  color: #ababab;
  margin: 0; }
  .ApRawHtml.widget__raw-shipping span {
    color: #FFFFFF; }

.box-header .ApRawHtml.block {
  margin-bottom: 0; }

.bg-over-lay {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  height: 120vh;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  visibility: hidden;
  will-change: opacity;
  z-index: 1000; }
  .bg-over-lay.show-over-lay {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

/* ApProductCarousel */
.group__product-carousel .ApColumn .title_block {
  font-size: 1.625rem;
  text-align: left; }
  .rtl .group__product-carousel .ApColumn .title_block {
    text-align: right; }

/* ApBlockCarousel */
@media (min-width: 1200px) {
  .ApBlockCarousel.block-testimonials {
    margin-top: 7.5rem; } }
@media (max-width: 1199px) {
  .ApBlockCarousel.block-testimonials {
    margin-top: 2.5rem; } }
.ApBlockCarousel.block-testimonials .block-carousel-container {
  background: #FFFFFF; }
  @media (min-width: 1200px) {
    .ApBlockCarousel.block-testimonials .block-carousel-container {
      padding: 3.125rem 4.375rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .ApBlockCarousel.block-testimonials .block-carousel-container {
    padding: 1.875rem; } }

  @media (max-width: 991px) {
    .ApBlockCarousel.block-testimonials .block-carousel-container {
      padding: 1.25rem; } }
  .ApBlockCarousel.block-testimonials .block-carousel-container .title {
    display: none; }
.ApBlockCarousel.block-testimonials .info {
  font-weight: 300;
  font-family: "Amiri", serif;
  color: #000000;
  background: url("../img/quote-testimonial.png") no-repeat 0 0 transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
  @media (min-width: 1200px) {
    .ApBlockCarousel.block-testimonials .info {
      font-size: 23px;
      line-height: 30px; } }
  @media (max-width: 1199px) {
    .ApBlockCarousel.block-testimonials .info {
      font-size: 20px;
      line-height: 30px; } }
.ApBlockCarousel.block-testimonials .img-testimonial {
  margin-bottom: 0;
  float: left;
  margin-right: 1.25rem; }
  .rtl .ApBlockCarousel.block-testimonials .img-testimonial {
    float: right; }
  .rtl .ApBlockCarousel.block-testimonials .img-testimonial {
    margin-left: 1.25rem;
    margin-right: inherit; }
.ApBlockCarousel.block-testimonials .profile {
  display: inline-block;
  margin-top: 1.25rem; }
.ApBlockCarousel.block-testimonials .profile-info {
  overflow: hidden;
  margin-top: 1.563rem;
  text-align: left; }
  .rtl .ApBlockCarousel.block-testimonials .profile-info {
    text-align: right; }
  .ApBlockCarousel.block-testimonials .profile-info .title {
    font-size: 1.063rem;
    display: inline-block;
    color: #000000;
    margin-bottom: 0.5rem; }
  .ApBlockCarousel.block-testimonials .profile-info .comment {
    color: #aaaaaa;
    font-size: 1.063rem;
    font-weight: 300; }
@media-breakpoint-down (sm) {
  .ApBlockCarousel.block-testimonials .profile-info .comment {
    font-size: 14px; } }
/* ApCountdown */
@media (min-width: 992px) {
  .group__count-down {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem; } }
@media (max-width: 991px) {
  .group__count-down {
    padding-top: 1.875rem; } }
@media (min-width: 768px) {
  .group__count-down > .row {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .group__count-down > .row > [class*="col-"] {
      padding: 0; } }
.group__count-down > .row {
  background: url("../img/bg_img-home4.jpg") repeat 0 0 transparent; }
@media (min-width: 768px) {
  .group__count-down .ApColumn .block {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .group__count-down .ApColumn .block {
    margin-bottom: 1.875rem; }
    .group__count-down .ApColumn .block.ApImage {
      margin-top: 1.875rem; } }
@media (min-width: 768px) {
  .group__count-down .ApCountdown {
    margin-left: -5.625rem; }
    .rtl .group__count-down .ApCountdown {
      margin-right: -5.625rem;
      margin-left: inherit; } }

.ApCountdown {
  background: #FFFFFF;
  text-align: center;
  margin: auto;
  z-index: 1; }
  @media (min-width: 1200px) {
    .ApCountdown {
      padding-top: 70px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .ApCountdown {
    padding-top: 2.5rem; } }

  @media (max-width: 991px) {
    .ApCountdown {
      padding-top: 1.5rem; } }
  .ApCountdown .title_block {
    margin-bottom: 1.25rem; }
  .ApCountdown .ap-countdown-link {
    background: #000000;
    color: #FFFFFF;
    padding: 1.25rem;
    text-align: center;
    margin-bottom: 0; }
    .ApCountdown .ap-countdown-link a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600; }
    .ApCountdown .ap-countdown-link:hover {
      background: #5ee6c6; }
  .ApCountdown .ap-countdown-desc {
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    margin: auto; }
    @media (min-width: 992px) {
      .ApCountdown .ap-countdown-desc {
        max-width: 80%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .ApCountdown .ap-countdown-desc {
    max-width: 90%;
    font-size: 1rem; } }

  .ApCountdown ul {
    padding: 0;
    display: block; }
    @media (min-width: 992px) {
      .ApCountdown ul {
        margin: 3.125rem 0; } }
    @media (max-width: 991px) {
      .ApCountdown ul {
        margin: 1.875rem 0; } }
    .ApCountdown ul li {
      display: inline-block;
      padding: 0px;
      margin: 0 1.25rem;
      position: relative; }
      .ApCountdown ul li:before {
        content: ":";
        position: absolute;
        top: 50%;
        font-family: "Amiri", serif;
        font-weight: 400;
        color: #eaeaea;
        margin-top: -0.625rem;
        right: -1.875rem; }
        .rtl .ApCountdown ul li:before {
          left: -1.875rem;
          right: auto; }
        @media (min-width: 1200px) {
          .ApCountdown ul li:before {
            font-size: 62px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .ApCountdown ul li:before {
    font-size: 40px; } }

        @media (max-width: 767px) {
          .ApCountdown ul li:before {
            font-size: 30px; } }
      .ApCountdown ul li:last-child:before {
        display: none; }
      .ApCountdown ul li b {
        display: block;
        font-weight: 400;
        font-family: "Amiri", serif;
        color: #000000;
        line-height: 48px;
        margin-bottom: 0.625rem; }
        @media (min-width: 1200px) {
          .ApCountdown ul li b {
            font-size: 62px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .ApCountdown ul li b {
    font-size: 40px; } }

        @media (max-width: 767px) {
          .ApCountdown ul li b {
            font-size: 20px;
            line-height: 25px; } }
      .ApCountdown ul li span {
        font-size: 17px;
        margin-bottom: 1.25rem;
        font-weight: 300; }
        @media (max-width: 767px) {
          .ApCountdown ul li span {
            font-size: 0.9375rem; } }

/* Scrollbar */
body ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd; }

body ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666; }

body ::-webkit-scrollbar {
  width: 6px; }

/*# sourceMappingURL=styles.css.map */
