/***************************************************
  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-appagebuilder-path1:                 "../../../../../../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 */
.ApColumn {
  text-align: center; }
  @media (min-width: 1200px) {
    .ApColumn .block {
      margin-bottom: 7.5rem; } }
  @media (max-width: 1199px) {
    .ApColumn .block {
      margin-bottom: 2.5rem; } }
  .ApColumn .title_block {
    font-weight: 400;
    font-size: 1.875rem;
    font-family: "Poppins", sans-serif;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 2.5rem;
    display: inline-block;
    padding-bottom: 0.3125rem; }
    @media (min-width: 1200px) {
      .ApColumn .title_block {
        margin-bottom: 3.125rem; } }
    @media (max-width: 1199px) {
      .ApColumn .title_block {
        font-size: 1.5rem;
        margin-bottom: 2.5rem; } }
    .ApColumn .title_block:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #e5e5e5;
      bottom: 0;
      left: 0; }
      .rtl .ApColumn .title_block:before {
        right: 0;
        left: auto; }

.title-ap-group {
  font-weight: 400;
  font-size: 1.875rem;
  font-family: "Poppins", sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 3.125rem; }
  @media (max-width: 1199px) {
    .title-ap-group {
      font-size: 1.5rem; } }

.sub-title-widget {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875rem;
  max-width: 34.38rem;
  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;
  padding-left: 3.125rem;
  position: relative;
  margin-top: 0.9375rem; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 3.125rem;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 0.4375rem 0 0;
    float: left;
    position: absolute;
    left: 1.25rem;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 0.4375rem; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 1.25rem;
      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;
  margin-bottom: 1.25rem;
  -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;
    margin: 0;
    padding: 0.625rem; }
    .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;
      top: 6px;
      width: auto;
      right: 0.3125rem; }
      .rtl .ap-accordion .panel-default .panel-title a:before {
        left: 0.3125rem;
        right: 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;
      top: 6px;
      width: auto;
      right: 0.3125rem; }
      .rtl .ap-accordion .panel-default .panel-title .collapsed:before {
        left: 0.3125rem;
        right: 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;
    padding: 1.25rem; }

/* 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: #222222; }
  .widget-tabs li.active {
    border: 1px solid #ff8365; }
    .widget-tabs li.active a {
      color: #ff8365; }

.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: #ff8365;
    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: 2.5rem;
    padding-bottom: 0; }
    @media (min-width: 1200px) {
      .ApTabs.product-tabs .nav-tabs {
        margin-bottom: 4.688rem; } }
    @media (max-width: 767px) {
      .ApTabs.product-tabs .nav-tabs {
        margin-bottom: 1.5rem; } }
    .ApTabs.product-tabs .nav-tabs .nav-link {
      font-size: 1.125rem;
      font-weight: 600;
      color: #363636;
      border: none;
      text-transform: none;
      position: relative;
      padding: 0;
      padding-bottom: 0.3125rem; }
      @media (max-width: 575px) {
        .ApTabs.product-tabs .nav-tabs .nav-link {
          font-size: 0.875rem; } }
      .ApTabs.product-tabs .nav-tabs .nav-link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #e5e5e5;
        bottom: 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; }
        .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 {
          background: #363636; }
    .ApTabs.product-tabs .nav-tabs .nav-item {
      margin: 0;
      position: relative;
      padding: 0 2.813rem; }
      .ApTabs.product-tabs .nav-tabs .nav-item:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -3px;
        background: #e5e5e5;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        right: 0;
        width: 0.375rem;
        height: 0.375rem; }
        .rtl .ApTabs.product-tabs .nav-tabs .nav-item:after {
          left: 0;
          right: auto; }
      @media (max-width: 767px) {
        .ApTabs.product-tabs .nav-tabs .nav-item {
          padding: 0 1.25rem;
          margin-bottom: 1.25rem; } }
      .ApTabs.product-tabs .nav-tabs .nav-item:last-child:after {
        display: none; }
  .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: 1.875rem; }

.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: 0.375rem;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 0.375rem;
      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: #000000;
    border: none;
    clear: both;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 0.9375rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: none;
    font-size: 0.875rem;
    font-family: "bebas_neuebold";
    color: #FFFFFF;
    font-weight: 400;
    min-width: 300px;
    letter-spacing: 5px; }
    .box-show-more a:hover {
      background-color: #ff8365;
      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 #ff8365;
    -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; }

/* Text ApCountdown */
.ApCountdown .sub-title-widget {
  color: #FFFFFF;
  font-weight: 400;
  padding: 0; }
  @media (min-width: 768px) {
    .ApCountdown .sub-title-widget {
      margin-bottom: 75px;
      font-size: 44px; } }
  @media (max-width: 767px) {
    .ApCountdown .sub-title-widget {
      font-size: 30px;
      margin-bottom: 45px; } }
.ApCountdown .ap-countdown-desc {
  font-weight: 300;
  margin-bottom: 1.25rem; }
.ApCountdown .title_block {
  color: #ff8365;
  text-transform: uppercase;
  letter-spacing: 0.375rem;
  font-family: "bebas_neuebold";
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
  padding: 0; }
  .ApCountdown .title_block:before {
    display: none; }
.ApCountdown ul {
  margin: 0 0 5rem;
  display: block;
  padding: 0; }
  @media (max-width: 767px) {
    .ApCountdown ul {
      margin-bottom: 2.5rem; } }
  .ApCountdown ul li {
    display: inline-block;
    padding: 0;
    margin: 0 1.875rem; }
    @media (max-width: 767px) {
      .ApCountdown ul li {
        margin: 0 0.9375rem 0.625rem 0.9375rem; } }
    .ApCountdown ul li b {
      display: block;
      font-weight: 400;
      font-family: "bebas_neuebold";
      color: #ff8365;
      margin-bottom: 0.9375rem;
      line-height: 40px; }
      @media (min-width: 768px) {
        .ApCountdown ul li b {
          font-size: 64px; } }
      @media (max-width: 767px) {
        .ApCountdown ul li b {
          font-size: 40px; } }
    .ApCountdown ul li span {
      margin-bottom: 1.25rem;
      font-weight: 500;
      font-size: 1rem;
      text-transform: uppercase; }
.ApCountdown .ap-countdown-link a {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "bebas_neuebold";
  font-size: 0.875rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .ApCountdown .ap-countdown-link a:hover {
    letter-spacing: 0.1875rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.25rem 0; }
  .manufacturers_block img {
    -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 {
      -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 ul {
  margin: 0;
  padding: 0; }
.widget-category_image .view_all_wapper {
  display: none; }
.widget-category_image.widget-categoryimg__special .cat_name {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  padding-left: 5rem;
  left: 25%;
  -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 .widget-category_image.widget-categoryimg__special .cat_name {
    padding-right: 5rem;
    padding-left: inherit; }
  .rtl .widget-category_image.widget-categoryimg__special .cat_name {
    right: 25%;
    left: auto; }
  .widget-category_image.widget-categoryimg__special .cat_name .cate-plus {
    position: absolute;
    top: 50%;
    margin-top: -1.875rem;
    border: 1px solid #FFFFFF;
    text-align: center;
    padding: 0.9375rem;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 3.75rem;
    height: 3.75rem; }
    .rtl .widget-category_image.widget-categoryimg__special .cat_name .cate-plus {
      right: 0;
      left: auto; }
    .widget-category_image.widget-categoryimg__special .cat_name .cate-plus:before {
      content: "+";
      display: inline-block;
      color: #ff8365;
      background: #FFFFFF;
      font-size: 1.125rem;
      text-align: center;
      line-height: 30px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      width: 1.875rem;
      height: 1.875rem; }
.widget-category_image.widget-categoryimg__special ul.level1 {
  position: absolute;
  top: 55%;
  left: 28%;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  -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; }
  .rtl .widget-category_image.widget-categoryimg__special ul.level1 {
    right: 28%;
    left: auto; }
  .rtl .widget-category_image.widget-categoryimg__special ul.level1 {
    text-align: right; }
  .widget-category_image.widget-categoryimg__special ul.level1 li .cate_content-1 .title-cate {
    color: #FFFFFF;
    font-size: 0.75rem; }
    .widget-category_image.widget-categoryimg__special ul.level1 li .cate_content-1 .title-cate:hover {
      color: #222222; }
.widget-category_image.widget-categoryimg__special:hover .cat_name .cate-plus:before {
  content: "-"; }
.widget-category_image.widget-categoryimg__special:hover ul.level1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -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; }
.widget-category_image.widget-cate__right .cat_name {
  left: auto;
  right: 25%; }
  [dir="rtl"] .widget-category_image.widget-cate__right .cat_name {
    right: auto;
    left: 25%; }
.widget-category_image.widget-cate__right ul.level1 {
  right: 28%;
  left: auto; }
  [dir="rtl"] .widget-category_image.widget-cate__right ul.level1 {
    left: 28%;
    right: auto; }

.ApCategoryImage {
  position: relative;
  overflow: hidden; }
  .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; }
  .ApCategoryImage .fa {
    display: none; }
  .ApCategoryImage ul li .cate_content-1 .title-cate {
    display: inline-block;
    margin: 0.625rem 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left; }
    .rtl .ApCategoryImage ul li .cate_content-1 .title-cate {
      text-align: right; }
  .ApCategoryImage .cat_name {
    font-size: 1.875rem;
    font-weight: 500; }
  .ApCategoryImage:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  @media (min-width: 768px) {
    .ApCategoryImage.widget-cate__v1home5 {
      margin-bottom: 0;
      position: relative; }
      .ApCategoryImage.widget-cate__v1home5 .group-title-cate {
        position: absolute;
        top: 25%; }
      .ApCategoryImage.widget-cate__v1home5 .title_block {
        color: #ff8365;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: 400;
        font-family: "bebas_neuebold";
        letter-spacing: 2px;
        padding-bottom: 0;
        margin-bottom: 0; }
        .ApCategoryImage.widget-cate__v1home5 .title_block:before {
          background: #ff8365;
          width: 60px;
          height: 1px;
          top: 50%; }
      .ApCategoryImage.widget-cate__v1home5 .cover-img,
      .ApCategoryImage.widget-cate__v1home5 .cate_content-1 {
        width: 50%; } }
  .ApCategoryImage.widget-cate__v1home5 .cate_content-1 > a {
    display: block; }
    .ApCategoryImage.widget-cate__v1home5 .cate_content-1 > a.btn {
      display: inline-block;
      width: auto; }
      @media (min-width: 768px) {
        .ApCategoryImage.widget-cate__v1home5 .cate_content-1 > a.btn {
          margin-top: 2.5rem; } }
      @media (max-width: 767px) {
        .ApCategoryImage.widget-cate__v1home5 .cate_content-1 > a.btn {
          margin-top: 1.25rem;
          margin-bottom: 2.5rem; } }
  .ApCategoryImage.widget-cate__v1home5 .cate_content-1 .leo-qty {
    display: block; }
  @media (min-width: 1200px) {
    .ApCategoryImage.widget-cate__v1home5 .cate_content-1 .title-cate {
      font-size: 2.125rem; } }
  @media (min-width: 768px) {
    .ApCategoryImage.widget-cate__v1home5 .cate_content-1 {
      position: absolute;
      top: 50%;
      text-align: left; }
      .rtl .ApCategoryImage.widget-cate__v1home5 .cate_content-1 {
        text-align: right; }
      .ApCategoryImage.widget-cate__v1home5 .cate_content-1 .title-cate {
        margin: 0;
        font-weight: 400;
        color: #222222;
        text-transform: none; }
      .ApCategoryImage.widget-cate__v1home5 .cate_content-1 .leo-qty {
        color: #999999;
        font-size: 0.75rem;
        font-weight: 600;
        float: right;
        margin-right: 17%; }
        .rtl .ApCategoryImage.widget-cate__v1home5 .cate_content-1 .leo-qty {
          float: left; }
        .rtl .ApCategoryImage.widget-cate__v1home5 .cate_content-1 .leo-qty {
          margin-left: 17%;
          margin-right: inherit; }
      .ApCategoryImage.widget-cate__v1home5 .cate_content-1 > a.btn {
        margin-top: 30%; } }
  @media (max-width: 1199px) {
    .ApCategoryImage.widget-cate__v1home5 .cate_content-1 .title-cate {
      font-size: 1.5rem; } }
  @media (max-width: 767px) {
    .ApCategoryImage.widget-cate__v1home5 .cate_content-1 .title-cate {
      margin: 2.5rem 0 1.875rem; } }
  @media (min-width: 1200px) {
    .ApCategoryImage.widget-cate__imgl .title_block {
      padding-left: 5rem; }
      .rtl .ApCategoryImage.widget-cate__imgl .title_block {
        padding-right: 5rem;
        padding-left: inherit; }
    .ApCategoryImage.widget-cate__imgl .cate_content-1 {
      padding-left: 5rem; }
      .rtl .ApCategoryImage.widget-cate__imgl .cate_content-1 {
        padding-right: 5rem;
        padding-left: inherit; } }
  @media (min-width: 768px) {
    .ApCategoryImage.widget-cate__imgl .group-title-cate {
      left: 50%; }
      .rtl .ApCategoryImage.widget-cate__imgl .group-title-cate {
        right: 50%;
        left: auto; }
    .ApCategoryImage.widget-cate__imgl .title_block:before {
      left: 0; }
      .rtl .ApCategoryImage.widget-cate__imgl .title_block:before {
        right: 0;
        left: auto; }
    .ApCategoryImage.widget-cate__imgl .cover-img,
    .ApCategoryImage.widget-cate__imgl .cate_content-1 {
      float: left; }
      .rtl .ApCategoryImage.widget-cate__imgl .cover-img, .rtl
      .ApCategoryImage.widget-cate__imgl .cate_content-1 {
        float: right; }
    .ApCategoryImage.widget-cate__imgl .cate_content-1 {
      left: 50%;
      -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 .ApCategoryImage.widget-cate__imgl .cate_content-1 {
        right: 50%;
        left: auto; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .ApCategoryImage.widget-cate__imgl .title_block {
    padding-left: 4rem; }
    .rtl .ApCategoryImage.widget-cate__imgl .title_block {
      padding-right: 4rem;
      padding-left: inherit; }
  .ApCategoryImage.widget-cate__imgl .cate_content-1 {
    padding-left: 2.5rem; }
    .rtl .ApCategoryImage.widget-cate__imgl .cate_content-1 {
      padding-right: 2.5rem;
      padding-left: inherit; } }

  .ApCategoryImage.widget-cate__imgr {
    border-bottom: 1px solid #e5e5e5; }
    @media (min-width: 1200px) {
      .ApCategoryImage.widget-cate__imgr .title_block {
        padding-left: 9%; }
        .rtl .ApCategoryImage.widget-cate__imgr .title_block {
          padding-right: 9%;
          padding-left: inherit; }
      .ApCategoryImage.widget-cate__imgr .cate_content-1 {
        padding-left: 9%; }
        .rtl .ApCategoryImage.widget-cate__imgr .cate_content-1 {
          padding-right: 9%;
          padding-left: inherit; } }
    @media (min-width: 768px) {
      .ApCategoryImage.widget-cate__imgr .group-title-cate {
        display: inline-block;
        width: 100%;
        left: 0; }
        .rtl .ApCategoryImage.widget-cate__imgr .group-title-cate {
          right: 0;
          left: auto; }
      .ApCategoryImage.widget-cate__imgr .title_block {
        margin: 0;
        width: 100%;
        display: inline-block;
        text-align: left; }
        .rtl .ApCategoryImage.widget-cate__imgr .title_block {
          text-align: right; }
        .ApCategoryImage.widget-cate__imgr .title_block:before {
          left: 38.6%; }
          .rtl .ApCategoryImage.widget-cate__imgr .title_block:before {
            right: 38.6%;
            left: auto; }
      .ApCategoryImage.widget-cate__imgr .cover-img,
      .ApCategoryImage.widget-cate__imgr .cate_content-1 {
        float: right; }
        .rtl .ApCategoryImage.widget-cate__imgr .cover-img, .rtl
        .ApCategoryImage.widget-cate__imgr .cate_content-1 {
          float: left; }
      .ApCategoryImage.widget-cate__imgr .cate_content-1 {
        top: 35%;
        left: 0; }
        .rtl .ApCategoryImage.widget-cate__imgr .cate_content-1 {
          right: 0;
          left: auto; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .ApCategoryImage.widget-cate__imgr .group-title-cate {
    padding-left: 4%; }
    .rtl .ApCategoryImage.widget-cate__imgr .group-title-cate {
      padding-right: 4%;
      padding-left: inherit; }
  .ApCategoryImage.widget-cate__imgr .cate_content-1 {
    padding-left: 4%; }
    .rtl .ApCategoryImage.widget-cate__imgr .cate_content-1 {
      padding-right: 4%;
      padding-left: inherit; } }

/* Widget Lastest blogs */
@media (min-width: 1200px) {
  .latest-blogs {
    margin-top: 7.5rem; }
    .latest-blogs .right-block {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
@media (max-width: 1199px) {
  .latest-blogs {
    margin-top: 2.5rem; } }
.latest-blogs .blog-container {
  text-align: center;
  position: relative;
  margin-bottom: 1.25rem; }
.latest-blogs .blog-image-container {
  margin-bottom: 1.25rem; }
.latest-blogs .blog-title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #363636;
  margin-bottom: 1.25rem;
  line-height: 1.5rem; }
  .latest-blogs .blog-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
.latest-blogs .blog-desc {
  line-height: 1.5rem; }
.latest-blogs .blog-meta {
  margin-bottom: 0.625rem;
  position: relative;
  padding: 0 2.813rem; }
  .latest-blogs .blog-meta:after, .latest-blogs .blog-meta:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background: #e5e5e5; }
  .latest-blogs .blog-meta:before {
    left: 0; }
    .rtl .latest-blogs .blog-meta:before {
      right: 0;
      left: auto; }
  .latest-blogs .blog-meta:after {
    right: 0; }
    .rtl .latest-blogs .blog-meta:after {
      left: 0;
      right: auto; }
  .latest-blogs .blog-meta > span {
    color: #999999;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 0.625rem; }
    .rtl .latest-blogs .blog-meta > span {
      margin-left: 0.625rem;
      margin-right: inherit; }
    .latest-blogs .blog-meta > span:last-child {
      margin-right: 0; }
      .rtl .latest-blogs .blog-meta > span:last-child {
        margin-left: 0;
        margin-right: inherit; }
.latest-blogs .blog-viewall {
  margin-top: 1.25rem; }
.latest-blogs .blog-read__more {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.3125rem;
  font-family: "bebas_neuebold";
  color: #ff8365;
  letter-spacing: 3px;
  display: inline-block;
  margin-top: 1.875rem; }
  .latest-blogs .blog-read__more:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ff8365;
    left: 0; }
    .rtl .latest-blogs .blog-read__more:before {
      right: 0;
      left: auto; }
  .latest-blogs .blog-read__more .fa {
    font-size: 9px;
    vertical-align: 2px; }
  .latest-blogs .blog-read__more:hover {
    color: #222222; }
    .latest-blogs .blog-read__more:hover:before {
      background: #222222; }

/* 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: 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; }

.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.ApInstagram {
    margin-bottom: 6.25rem; } }
@media (max-width: 1199px) {
  .instagram-block.ApInstagram {
    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: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  padding: 0.9375rem 1.25rem;
  background: #ff8365; }
  .instagram-block .link-instagram a {
    color: #FFFFFF; }
  .instagram-block .link-instagram:hover {
    background: #222222; }
.instagram-block .block_content {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  position: relative; }

/* Scrollbar */
body ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd; }

body ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666; }

body ::-webkit-scrollbar {
  width: 0.375rem; }

/* Gencode */
.wishlist-top {
  margin-right: 0.625rem; }
  .rtl .wishlist-top {
    margin-left: 0.625rem;
    margin-right: inherit; }
  @media (min-width: 1200px) {
    .wishlist-top {
      margin-right: 2.5rem; }
      .rtl .wishlist-top {
        margin-left: 2.5rem;
        margin-right: inherit; } }
  .wishlist-top .fa {
    font-size: 1.125rem;
    color: #222222;
    vertical-align: middle; }
    @media (max-width: 1199px) {
      .wishlist-top .fa {
        font-size: 0.9375rem; } }
  .wishlist-top .ap-btn-wishlist {
    position: relative; }
    .wishlist-top .ap-btn-wishlist:hover .fa {
      color: #ff8365; }
    .wishlist-top .ap-btn-wishlist .ap-total {
      line-height: 1rem;
      min-width: 1rem;
      background: #222222;
      color: #ff8365;
      font-size: 0.625rem;
      display: inline-block;
      text-align: center;
      padding: 1px 0 0 0;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
      .rtl .wishlist-top .ap-btn-wishlist .ap-total {
        padding: 1px 0 0 0; }
      @media (max-width: 1449px) {
        .wishlist-top .ap-btn-wishlist .ap-total {
          background: none;
          font-size: 0.75rem;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          -o-box-shadow: none;
          -ms-box-shadow: none;
          box-shadow: none; } }

.footer_logo {
  text-align: left;
  margin-bottom: 2.5rem; }
  .rtl .footer_logo {
    text-align: right; }

/* ApRawHtml */
.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 .icon-bar {
    background: #222222;
    width: 1.25rem;
    height: 2px;
    display: block;
    margin-bottom: 0.3125rem;
    text-indent: -9999px; }
    .ApRawHtml.showmenu .icon-bar.last {
      margin-bottom: 0;
      width: 0.625rem; }
.ApRawHtml.feature-items {
  background: #f3f3f3;
  padding: 1.25rem;
  min-height: 15rem;
  width: 100%;
  margin: 0 0.3125rem 0 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;
  -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; }
  .rtl .ApRawHtml.feature-items {
    margin: 0 0 0 0.3125rem; }
  .ApRawHtml.feature-items .feature-content {
    max-width: 16.25rem; }
  .ApRawHtml.feature-items h4 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem; }
  .ApRawHtml.feature-items p {
    line-height: 1.5rem; }
.ApRawHtml.widget-rawhtml__saleoff {
  padding: 1.25rem 0;
  margin: 0;
  text-align: center; }
  @media (min-width: 1200px) {
    .ApRawHtml.widget-rawhtml__saleoff {
      min-height: 45rem;
      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: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end;
      text-align: left; }
      .rtl .ApRawHtml.widget-rawhtml__saleoff {
        text-align: right; } }
  @media (max-width: 1199px) {
    .ApRawHtml.widget-rawhtml__saleoff {
      background: #FFFFFF;
      margin: 2.5rem 0; } }
  .ApRawHtml.widget-rawhtml__saleoff h6 {
    color: #666666;
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "bebas_neuebold";
    line-height: 22px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
    position: relative;
    display: inline-block;
    padding-left: 3.75rem; }
    .rtl .ApRawHtml.widget-rawhtml__saleoff h6 {
      padding-right: 3.75rem;
      padding-left: inherit; }
    @media (max-width: 767px) {
      .ApRawHtml.widget-rawhtml__saleoff h6 {
        letter-spacing: 3px; } }
    .ApRawHtml.widget-rawhtml__saleoff h6:before {
      content: "";
      position: absolute;
      top: 50%;
      background: #666666;
      width: 41px;
      height: 1px;
      left: 0; }
      .rtl .ApRawHtml.widget-rawhtml__saleoff h6:before {
        right: 0;
        left: auto; }
  .ApRawHtml.widget-rawhtml__saleoff h3 {
    color: #000000;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 2.188rem;
    font-size: 2.188rem;
    margin-bottom: 2.188rem; }
    @media (min-width: 1200px) {
      .ApRawHtml.widget-rawhtml__saleoff h3 {
        font-size: 4.375rem;
        margin-bottom: 4.375rem; } }
    .ApRawHtml.widget-rawhtml__saleoff h3 span {
      color: #ff8365; }
  .ApRawHtml.widget-rawhtml__saleoff .saleoff-desc {
    max-width: 29.38rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem; }
    @media (min-width: 1200px) {
      .ApRawHtml.widget-rawhtml__saleoff .saleoff-desc {
        margin-bottom: 5rem; } }
    @media (max-width: 1199px) {
      .ApRawHtml.widget-rawhtml__saleoff .saleoff-desc {
        margin-left: auto;
        margin-right: auto; } }
  .ApRawHtml.widget-rawhtml__saleoff .btn {
    color: #ff8365; }
    .ApRawHtml.widget-rawhtml__saleoff .btn:before {
      background: #ff8365; }
    .ApRawHtml.widget-rawhtml__saleoff .btn:hover {
      letter-spacing: 0.375rem;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.feature-service {
  margin: 0; }
  @media (min-width: 992px) {
    .feature-service {
      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; } }
  .feature-service > [class*="col-"] {
    padding: 0; }
    @media (min-width: 992px) {
      .feature-service > [class*="col-"] {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
    .feature-service > [class*="col-"]:last-child .feature-items {
      margin-right: 0; }
      .rtl .feature-service > [class*="col-"]:last-child .feature-items {
        margin-left: 0;
        margin-right: inherit; }
    .feature-service > [class*="col-"] .feature-items {
      text-align: center;
      margin-bottom: 0.3125rem; }

.widget-image__pvideo {
  position: relative; }
  @media (min-width: 992px) {
    .widget-image__pvideo .ApImage {
      margin-bottom: 0; } }
  .widget-image__pvideo .block__intro-video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .widget-image__pvideo .block__intro-video p {
      color: #FFFFFF;
      font-size: 1.875rem; }
      @media (max-width: 767px) {
        .widget-image__pvideo .block__intro-video p {
          font-size: 1.5rem; } }
    .widget-image__pvideo .block__intro-video img {
      margin: 0 2.5rem;
      cursor: pointer; }
      @media (max-width: 767px) {
        .widget-image__pvideo .block__intro-video img {
          display: none; } }
    .widget-image__pvideo .block__intro-video .btn {
      color: #FFFFFF;
      margin-top: 2.5rem; }
      @media (max-width: 767px) {
        .widget-image__pvideo .block__intro-video .btn {
          margin-top: 0.625rem; } }
      .widget-image__pvideo .block__intro-video .btn:before {
        background: #FFFFFF; }
      .widget-image__pvideo .block__intro-video .btn:hover {
        color: #ff8365; }
        .widget-image__pvideo .block__intro-video .btn:hover:before {
          background: #ff8365; }

/* ApImage */
.ApImage.widget-image__banner1 {
  position: relative; }
  @media (min-width: 1200px) {
    .ApImage.widget-image__banner1 {
      padding-left: 0.625rem; }
      .rtl .ApImage.widget-image__banner1 {
        padding-right: 0.625rem;
        padding-left: inherit; } }
  @media (max-width: 767px) {
    .ApImage.widget-image__banner1 {
      text-align: center; } }
  .ApImage.widget-image__banner1 .image_description {
    position: absolute;
    top: 50%;
    right: 22%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left; }
    .rtl .ApImage.widget-image__banner1 .image_description {
      left: 22%;
      right: auto; }
    .rtl .ApImage.widget-image__banner1 .image_description {
      text-align: right; }
    @media (min-width: 992px) {
      .ApImage.widget-image__banner1 .image_description {
        max-width: 12.5rem; } }
    @media (max-width: 767px) {
      .ApImage.widget-image__banner1 .image_description {
        right: 15%; }
        .rtl .ApImage.widget-image__banner1 .image_description {
          left: 15%;
          right: auto; } }
    .ApImage.widget-image__banner1 .image_description h6, .ApImage.widget-image__banner1 .image_description h4 {
      color: #FFFFFF; }
    .ApImage.widget-image__banner1 .image_description h6 {
      text-transform: uppercase;
      font-size: 1rem;
      font-family: "bebas_neuebold";
      font-weight: normal;
      line-height: 22px; }
      @media (min-width: 1200px) {
        .ApImage.widget-image__banner1 .image_description h6 {
          margin-bottom: 3.75rem;
          letter-spacing: 10px; } }
      @media (max-width: 1199px) {
        .ApImage.widget-image__banner1 .image_description h6 {
          margin-bottom: 1.875rem;
          letter-spacing: 5px; } }
    .ApImage.widget-image__banner1 .image_description h4 {
      font-weight: 400;
      font-size: 1.875rem;
      line-height: 2.188rem; }
      @media (min-width: 992px) {
        .ApImage.widget-image__banner1 .image_description h4 {
          line-height: 55px;
          font-size: 42px; } }
      @media (min-width: 1200px) {
        .ApImage.widget-image__banner1 .image_description h4 {
          margin-bottom: 3.75rem; } }
      @media (max-width: 1199px) {
        .ApImage.widget-image__banner1 .image_description h4 {
          margin-bottom: 1.875rem; } }
    .ApImage.widget-image__banner1 .image_description .btn {
      color: #FFFFFF; }
      .ApImage.widget-image__banner1 .image_description .btn:before {
        background: #FFFFFF; }
      .ApImage.widget-image__banner1 .image_description .btn:hover {
        letter-spacing: 0.375rem;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
.ApImage.widget-image__cate {
  position: relative;
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .ApImage.widget-image__cate {
      padding-right: 0.625rem; }
      .rtl .ApImage.widget-image__cate {
        padding-left: 0.625rem;
        padding-right: inherit; } }
  @media (max-width: 767px) {
    .ApImage.widget-image__cate {
      margin-bottom: 2.5rem; } }
  .ApImage.widget-image__cate .image_description {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .ApImage.widget-image__cate .image_description h5 {
      color: #FFFFFF;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 3.125rem;
      margin-bottom: 1.25rem; }
      @media (min-width: 1200px) {
        .ApImage.widget-image__cate .image_description h5 {
          font-size: 2rem; } }
    .ApImage.widget-image__cate .image_description .btn {
      color: #FFFFFF; }
      .ApImage.widget-image__cate .image_description .btn:before {
        background: #FFFFFF; }
      .ApImage.widget-image__cate .image_description .btn:hover {
        letter-spacing: 0.375rem;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  .ApImage.widget-image__cate.widget-image__cate1 {
    padding-right: 0; }
    .rtl .ApImage.widget-image__cate.widget-image__cate1 {
      padding-left: 0;
      padding-right: inherit; }
    @media (max-width: 767px) {
      .ApImage.widget-image__cate.widget-image__cate1 {
        margin-bottom: 2.5rem; } }
    .ApImage.widget-image__cate.widget-image__cate1 .image_description {
      left: 35%; }
      .ApImage.widget-image__cate.widget-image__cate1 .image_description h5 {
        color: #363636; }
.ApImage.widget-image__banner1, .ApImage.widget-image__cate {
  overflow: hidden; }
  .ApImage.widget-image__banner1 .block_content > a, .ApImage.widget-image__cate .block_content > a {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -ms-transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
    .ApImage.widget-image__banner1 .block_content > a:before, .ApImage.widget-image__cate .block_content > a:before {
      position: absolute;
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
      -webkit-transform: skewX(-25deg);
      -moz-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      -o-transform: skewX(-25deg);
      transform: skewX(-25deg); }
  .ApImage.widget-image__banner1:hover .block_content > a:before, .ApImage.widget-image__cate:hover .block_content > a:before {
    -webkit-animation: shine .75s;
    animation: shine .75s; }
.ApImage.widget-image__payment {
  text-align: right; }
  .rtl .ApImage.widget-image__payment {
    text-align: left; }
  @media (max-width: 991px) {
    .ApImage.widget-image__payment {
      text-align: center;
      margin-top: 1.25rem; } }
.ApImage.widget-image__service {
  position: relative;
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .ApImage.widget-image__service .contact-content {
      width: 28.44rem;
      padding: 0.625rem; } }
  @media (max-width: 991px) {
    .ApImage.widget-image__service {
      margin-top: 2.5rem; } }
  .ApImage.widget-image__service .image_description {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .ApImage.widget-image__service .image_description h4 {
      font-size: 1.875rem;
      color: #FFFFFF;
      position: relative;
      margin-bottom: 3.75rem;
      display: inline-block;
      padding-bottom: 7px; }
      .ApImage.widget-image__service .image_description h4:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #ff8365;
        bottom: 0;
        left: 0; }
        .rtl .ApImage.widget-image__service .image_description h4:before {
          right: 0;
          left: auto; }
      @media (max-width: 767px) {
        .ApImage.widget-image__service .image_description h4 {
          font-size: 1.25rem;
          margin-bottom: 1.25rem; } }
    .ApImage.widget-image__service .image_description p {
      color: #FFFFFF;
      margin-bottom: 1.875rem;
      width: 100%;
      display: block;
      position: relative;
      font-size: 1rem;
      text-align: left; }
      .rtl .ApImage.widget-image__service .image_description p {
        text-align: right; }
      @media (max-width: 767px) {
        .ApImage.widget-image__service .image_description p {
          font-size: 0.875rem;
          margin-bottom: 0.625rem; } }
      .ApImage.widget-image__service .image_description p.note {
        font-size: 0.75rem; }
      .ApImage.widget-image__service .image_description p.contact-phone {
        text-align: center;
        font-size: 1.875rem;
        color: #ff8365;
        font-weight: 300;
        margin-top: 3.75rem; }
        .ApImage.widget-image__service .image_description p.contact-phone > span {
          font-family: "bebas_neuebold";
          font-size: 1rem;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 3px;
          display: block;
          color: #FFFFFF;
          margin: 0 0 1.875rem 0; }
          .rtl .ApImage.widget-image__service .image_description p.contact-phone > span {
            margin: 0 0 1.875rem 0; }
          @media (max-width: 767px) {
            .ApImage.widget-image__service .image_description p.contact-phone > span {
              margin: 0 0 0.625rem 0; }
              .rtl .ApImage.widget-image__service .image_description p.contact-phone > span {
                margin: 0 0 0.625rem 0; } }
        @media (max-width: 767px) {
          .ApImage.widget-image__service .image_description p.contact-phone {
            margin-top: 1.25rem;
            font-size: 1.25rem; } }
      @media (min-width: 992px) {
        .ApImage.widget-image__service .image_description p.open-hour .hour {
          position: absolute;
          right: 0; }
          .rtl .ApImage.widget-image__service .image_description p.open-hour .hour {
            left: 0;
            right: auto; } }
      @media (max-width: 991px) {
        .ApImage.widget-image__service .image_description p.open-hour .hour {
          margin-left: 0.625rem; }
          .rtl .ApImage.widget-image__service .image_description p.open-hour .hour {
            margin-right: 0.625rem;
            margin-left: inherit; } }
@media (min-width: 768px) {
  .ApImage.widget-image__plookbook {
    text-align: left; }
    .rtl .ApImage.widget-image__plookbook {
      text-align: right; } }
.ApImage.widget-image__plookbook h6 {
  color: #ff8365;
  font-size: 30px;
  font-weight: 400;
  margin: 2.5rem 0; }
.ApImage.widget-image__plookbook p {
  margin-bottom: 0; }
.ApImage.widget-image__plookbook .desc-img__lookbook {
  line-height: 1.75rem;
  max-width: 480px;
  margin-bottom: 3.75rem; }
  @media (max-width: 767px) {
    .ApImage.widget-image__plookbook .desc-img__lookbook {
      margin-left: auto;
      margin-right: auto; } }
@media (max-width: 767px) {
  .ApImage.widget-image__plookbook {
    text-align: center;
    padding: 0 0.9375rem; } }
.ApImage.widget-image__feature {
  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.widget-image__feature .feature-content {
    max-width: 16.25rem; }
  .ApImage.widget-image__feature .block_content {
    padding: 0 2%; }
  .ApImage.widget-image__feature h4 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem; }
  .ApImage.widget-image__feature p {
    line-height: 1.5rem;
    margin-bottom: 0; }
  .ApImage.widget-image__feature .image_description {
    min-height: 5rem; }
  .ApImage.widget-image__feature .image_widget {
    background: rgba(255, 131, 101, 0.2);
    margin-bottom: 1.875rem;
    text-align: center;
    display: inline-block;
    line-height: 66px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 66px;
    height: 66px; }
    .ApImage.widget-image__feature .image_widget img {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .ApImage.widget-image__feature:hover .image_widget img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  .ApImage.widget-image__feature.feature-3th .image_widget {
    line-height: 60px; }
.ApImage.widget-image__playvideo {
  margin-bottom: 0; }

.group-image__feature {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem; }
  @media (max-width: 991px) {
    .group-image__feature {
      margin-top: 3.75rem;
      margin-bottom: 3.75rem; } }
  .group-image__feature > [class*="col-"] {
    position: relative; }
    .group-image__feature > [class*="col-"]:before {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -88px;
      width: 1px;
      height: 176px;
      background: #f3f3f3;
      left: 0; }
      .rtl .group-image__feature > [class*="col-"]:before {
        right: 0;
        left: auto; }
    @media (min-width: 992px) {
      .group-image__feature > [class*="col-"] .block {
        margin-bottom: 0; } }

@media (min-width: 1200px) {
  .ApColumn.col-cate-1 {
    width: 24.66667%; } }
.group-image__adv {
  text-align: center; }
  .group-image__adv .title-ap-group {
    display: inline-block;
    padding-bottom: 0.3125rem; }
    .group-image__adv .title-ap-group:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #e5e5e5;
      bottom: 0;
      left: 0; }
      .rtl .group-image__adv .title-ap-group:before {
        right: 0;
        left: auto; }
  .group-image__adv .sub-title-ap-group {
    max-width: 38.13rem; }
    @media (min-width: 1200px) {
      .group-image__adv .sub-title-ap-group {
        margin-bottom: 7.5rem; } }
    @media (max-width: 1199px) {
      .group-image__adv .sub-title-ap-group {
        margin-bottom: 2.5rem; } }
  .group-image__adv .ApImage {
    position: relative; }
    @media (min-width: 1200px) {
      .group-image__adv .ApImage.image-m220 {
        margin-bottom: 220px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .group-image__adv .ApImage.image-m220 {
    margin-bottom: 6.25rem; } }

    .group-image__adv .ApImage .title_block {
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .group-image__adv .ApImage .title_block {
          font-size: 0.75rem;
          font-weight: 500;
          color: #999999;
          writing-mode: vertical-rl;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: bt-rl;
          padding: 0;
          margin: 0;
          letter-spacing: 3px;
          position: absolute;
          top: 0;
          text-align: right;
          float: left;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
          .group-image__adv .ApImage .title_block:before {
            display: none; }
          .rtl .group-image__adv .ApImage .title_block {
            text-align: left; }
          .rtl .group-image__adv .ApImage .title_block {
            float: right; } }
      @media (min-width: 1366px) {
        .group-image__adv .ApImage .title_block {
          left: 2.5rem; }
          .rtl .group-image__adv .ApImage .title_block {
            right: 2.5rem;
            left: auto; } }
      @media (min-width: 1200px) and (max-width: 1365px) {
        .group-image__adv .ApImage .title_block {
          left: 0; }
          .rtl .group-image__adv .ApImage .title_block {
            right: 0;
            left: auto; } }
    .group-image__adv .ApImage .image_description {
      margin: 2.5rem auto auto;
      width: 100%;
      max-width: 545px;
      display: inline-block;
      padding: 0 0 0 2%;
      text-align: left; }
      .rtl .group-image__adv .ApImage .image_description {
        padding: 0 2% 0 0; }
      .rtl .group-image__adv .ApImage .image_description {
        text-align: right; }
      .group-image__adv .ApImage .image_description h6 {
        font-size: 1.125rem;
        font-weight: 400;
        color: #363636;
        float: left; }
        .rtl .group-image__adv .ApImage .image_description h6 {
          float: right; }
        @media (min-width: 1200px) {
          .group-image__adv .ApImage .image_description h6 {
            font-size: 23px; } }
      .group-image__adv .ApImage .image_description .btn {
        color: #ff8365;
        float: right; }
        .rtl .group-image__adv .ApImage .image_description .btn {
          float: left; }
        .group-image__adv .ApImage .image_description .btn:before {
          background: #ff8365; }
        .group-image__adv .ApImage .image_description .btn:hover {
          color: #222222; }
          .group-image__adv .ApImage .image_description .btn:hover:before {
            background: #222222; }
    @media (min-width: 1200px) {
      .group-image__adv .ApImage.widget-image__favourites {
        margin-top: 4.375rem; }
        .group-image__adv .ApImage.widget-image__favourites .image_description {
          max-width: 388px; } }
    @media (min-width: 1366px) {
      .group-image__adv .ApImage.widget-image__favourites .title_block {
        left: 7.5rem; }
        .rtl .group-image__adv .ApImage.widget-image__favourites .title_block {
          right: 7.5rem;
          left: auto; } }
    @media (min-width: 1200px) and (max-width: 1365px) {
      .group-image__adv .ApImage.widget-image__favourites .title_block {
        left: 4.688rem; }
        .rtl .group-image__adv .ApImage.widget-image__favourites .title_block {
          right: 4.688rem;
          left: auto; } }

@media (min-width: 992px) {
  .group-rhtml__img .ApColumn .block {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .group-rhtml__img .col-img-cate {
    clear: both; } }
.group-rhtml__img .ApRawHtml {
  padding: 3.75rem 1.25rem 0.625rem 1.25rem; }
@media (min-width: 768px) and (max-width: 991px) {
  .group-rhtml__img .ApRawHtml {
    min-height: 350px; } }

  .group-rhtml__img .ApRawHtml h6 {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 1.875rem;
    position: relative; }
    @media (max-width: 1199px) {
      .group-rhtml__img .ApRawHtml h6 {
        font-size: 1.5rem; } }
    .group-rhtml__img .ApRawHtml h6:before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 40px;
      height: 2px;
      background: #ff8365;
      top: 50%;
      margin-top: -1px;
      left: -1.875rem; }
      .rtl .group-rhtml__img .ApRawHtml h6:before {
        right: -1.875rem;
        left: auto; }
  .group-rhtml__img .ApRawHtml .btn {
    color: #ff8365; }
    .group-rhtml__img .ApRawHtml .btn:before {
      display: none; }
    .group-rhtml__img .ApRawHtml .btn:hover {
      color: #222222;
      letter-spacing: 2px; }

.group-rhtml__img2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8%; }
  @media (min-width: 992px) {
    .group-rhtml__img2 {
      display: inline-flex;
      width: 100%; }
      .group-rhtml__img2 .col-rhtml__saleoff {
        padding: 0.9375rem 0.9375rem 0; } }
  @media (min-width: 992px) {
    .group-rhtml__img2 .ApImage {
      margin-bottom: 0; } }
  .group-rhtml__img2 .ApRawHtml.wiget-rhtml__saleoff {
    padding-top: 3.75rem;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .group-rhtml__img2 .ApRawHtml.wiget-rhtml__saleoff {
        padding-top: 6.25rem; } }
    .group-rhtml__img2 .ApRawHtml.wiget-rhtml__saleoff h6 {
      font-size: 1.75rem;
      font-weight: 400;
      margin-bottom: 1.875rem;
      position: relative;
      z-index: 1; }
      @media (max-width: 1199px) {
        .group-rhtml__img2 .ApRawHtml.wiget-rhtml__saleoff h6 {
          font-size: 1.5rem; } }
      .group-rhtml__img2 .ApRawHtml.wiget-rhtml__saleoff h6:before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 2px;
        background: #ff8365;
        top: 50%;
        margin-top: -1px;
        right: -1.25rem; }
        .rtl .group-rhtml__img2 .ApRawHtml.wiget-rhtml__saleoff h6:before {
          left: -1.25rem;
          right: auto; }
  .group-rhtml__img2 .ApRawHtml.widget-rhtml__allcate {
    margin: 0;
    background: #fff7ef;
    padding: 1.25rem;
    height: 100%;
    width: 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;
    -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: 768px) and (max-width: 991px) {
  .group-rhtml__img2 .ApRawHtml.widget-rhtml__allcate {
    min-height: 350px; } }

    @media (max-width: 767px) {
      .group-rhtml__img2 .ApRawHtml.widget-rhtml__allcate {
        background: none;
        min-height: 270px; } }
    .group-rhtml__img2 .ApRawHtml.widget-rhtml__allcate h6 {
      font-size: 0.875rem;
      font-weight: 400;
      color: #777777;
      margin-bottom: 1.875rem; }
    .group-rhtml__img2 .ApRawHtml.widget-rhtml__allcate h3 {
      font-size: 48px;
      font-weight: 500;
      margin-bottom: 2.5rem;
      color: #ff3a3a; }
      @media (max-width: 1199px) {
        .group-rhtml__img2 .ApRawHtml.widget-rhtml__allcate h3 {
          font-size: 30px; } }
  .group-rhtml__img2 .btn {
    color: #ff8365; }
    .group-rhtml__img2 .btn:before {
      display: none; }
    .group-rhtml__img2 .btn:hover {
      color: #222222;
      letter-spacing: 2px; }

/* ApHtml */
.ApHtml.widget-html__lookbook {
  position: relative;
  min-height: 600px;
  padding-top: 10%;
  padding-bottom: 10%;
  margin: 0;
  text-align: left; }
  @media (max-width: 767px) {
    .ApHtml.widget-html__lookbook {
      min-height: 400px; } }
  .rtl .ApHtml.widget-html__lookbook {
    text-align: right; }
  .ApHtml.widget-html__lookbook .block_content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .ApHtml.widget-html__lookbook .lookbook-content h6 {
    color: #0e3d8e;
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "bebas_neuebold";
    line-height: 2.188rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
    position: relative;
    padding-left: 3.75rem; }
    .rtl .ApHtml.widget-html__lookbook .lookbook-content h6 {
      padding-right: 3.75rem;
      padding-left: inherit; }
    @media (max-width: 767px) {
      .ApHtml.widget-html__lookbook .lookbook-content h6 {
        letter-spacing: 3px; } }
    .ApHtml.widget-html__lookbook .lookbook-content h6:before {
      content: "";
      position: absolute;
      top: 50%;
      background: #0e3d8e;
      width: 51px;
      height: 1px;
      left: 0; }
      .rtl .ApHtml.widget-html__lookbook .lookbook-content h6:before {
        right: 0;
        left: auto; }
  .ApHtml.widget-html__lookbook .lookbook-content h4 {
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 2.188rem;
    font-size: 2.188rem;
    margin-bottom: 2.188rem; }
    @media (min-width: 1200px) {
      .ApHtml.widget-html__lookbook .lookbook-content h4 {
        font-size: 4.375rem;
        margin-bottom: 4.375rem; } }
  .ApHtml.widget-html__lookbook .lookbook-content .btn {
    color: #FFFFFF; }
    .ApHtml.widget-html__lookbook .lookbook-content .btn:before {
      background: #FFFFFF; }
    .ApHtml.widget-html__lookbook .lookbook-content .btn:hover {
      letter-spacing: 0.375rem;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
.ApHtml.widget-html__contact p, .ApHtml.widget-html__contact a {
  color: #FFFFFF;
  font-weight: 300; }
.ApHtml.widget-html__contact a:hover {
  color: #ff8365;
  text-decoration: underline; }
@media (max-width: 991px) {
  .ApHtml.widget-html__copyright {
    text-align: center; } }
.ApHtml.widget-html__copyright p {
  margin-bottom: 0;
  color: #FFFFFF;
  text-transform: uppercase; }
.ApHtml.widget-html__adv {
  margin-bottom: 0;
  color: #363636; }
  .ApHtml.widget-html__adv a {
    color: #ff8365; }
    .ApHtml.widget-html__adv a:hover {
      color: #222222; }

/* ApProductList */
@media (min-width: 992px) {
  .ApProductList .product_list > .ajax_block_product:nth-child(4n+1) {
    clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  .ApProductList .product_list > .ajax_block_product:nth-child(3n+1) {
    clear: both; } }

@media (min-width: 576px) and (max-width: 767px) {
  .ApProductList .product_list > .ajax_block_product:nth-child(3n+1) {
    clear: both; } }

@media (max-width: 575px) {
  .ApProductList .product_list > .ajax_block_product:nth-child(2n+1) {
    clear: both; } }

/* ApBlockCarousel */
.ApBlockCarousel.block-testimonials {
  width: 100%;
  padding: 2.5rem;
  margin-bottom: 0; }
  @media (min-width: 1343px) {
    .ApBlockCarousel.block-testimonials {
      padding: 5rem; } }
  @media (min-width: 1200px) and (max-width: 1342px) {
    .ApBlockCarousel.block-testimonials {
      padding: 2rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .ApBlockCarousel.block-testimonials {
    padding: 1rem; } }

  @media (max-width: 767px) {
    .ApBlockCarousel.block-testimonials {
      padding: 1.25rem; } }
  .ApBlockCarousel.block-testimonials .descript {
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: #363636; }
    @media (min-width: 1200px) {
      .ApBlockCarousel.block-testimonials .descript {
        margin-bottom: 3.125rem;
        margin-top: 3.125rem; } }
    @media (max-width: 1199px) {
      .ApBlockCarousel.block-testimonials .descript {
        margin-bottom: 2.5rem; } }
    @media (max-width: 1342px) {
      .ApBlockCarousel.block-testimonials .descript {
        font-size: 1rem;
        line-height: 2rem; } }
  .ApBlockCarousel.block-testimonials .title {
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "bebas_neuebold";
    font-weight: 400;
    color: #222222;
    letter-spacing: 3px;
    margin-bottom: 2.5rem; }
    .ApBlockCarousel.block-testimonials .title span {
      color: #999999; }

@media (min-width: 1200px) {
  .group-carousel-flex {
    margin-bottom: 7.5rem; } }
@media (max-width: 1199px) {
  .group-carousel-flex {
    margin-bottom: 2.5rem; } }
.group-carousel-flex .col-testimonial {
  background: #f3f3f3; }

/* Widget HotsPot */
.group-hostpt__product {
  margin-top: 5.4%; }
  .group-hostpt__product .slick-arrows .slick-arrow {
    background: none;
    top: 45%; }
    .group-hostpt__product .slick-arrows .slick-arrow:before {
      color: #1a1a1a;
      font-size: 30px; }
    .group-hostpt__product .slick-arrows .slick-arrow.slick-prev {
      left: 20%; }
      .rtl .group-hostpt__product .slick-arrows .slick-arrow.slick-prev {
        right: 20%;
        left: auto; }
      .group-hostpt__product .slick-arrows .slick-arrow.slick-prev:before {
        content: "\f104"; }
    .group-hostpt__product .slick-arrows .slick-arrow.slick-next {
      right: 20%; }
      .rtl .group-hostpt__product .slick-arrows .slick-arrow.slick-next {
        left: 20%;
        right: auto; }
      .group-hostpt__product .slick-arrows .slick-arrow.slick-next:before {
        content: "\f105"; }

/* ApProductCarousel */
@media (min-width: 992px) {
  .group-product__lookbook {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    .group-product__lookbook > [class*="col-"] {
      padding: 0; }
    .group-product__lookbook .col-product__carousel {
      text-align: left; }
      .rtl .group-product__lookbook .col-product__carousel {
        text-align: right; }
    .group-product__lookbook .block {
      margin-bottom: 0; }
    .group-product__lookbook .ApImage.widget-image__plookbook {
      margin-left: 2.5rem; }
      .rtl .group-product__lookbook .ApImage.widget-image__plookbook {
        margin-right: 2.5rem;
        margin-left: inherit; }
    .group-product__lookbook .ApImage.widget-image__bg {
      text-align: left; }
      .rtl .group-product__lookbook .ApImage.widget-image__bg {
        text-align: right; } }
@media (min-width: 1200px) {
  .group-product__lookbook .ApImage.widget-image__plookbook {
    margin-left: 6.25rem; }
    .rtl .group-product__lookbook .ApImage.widget-image__plookbook {
      margin-right: 6.25rem;
      margin-left: inherit; } }
@media (min-width: 992px) {
  .group-product__lookbook .ApProductCarousel {
    width: 28.13rem;
    background: #FFFFFF;
    padding: 0 1.25rem;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #e5e5e5;
    right: 0;
    border-right: 2px solid #e5e5e5; }
    .rtl .group-product__lookbook .ApProductCarousel {
      left: 0;
      right: auto; }
    .rtl .group-product__lookbook .ApProductCarousel {
      border-left: 2px solid #e5e5e5;
      border-right: inherit; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .group-product__lookbook .ApProductCarousel {
    bottom: -30%;
    border: 2px solid #e5e5e5; } }

@media (max-width: 991px) {
  .group-product__lookbook .ApProductCarousel {
    padding: 0 0.9375rem; } }
.group-product__lookbook .ApProductCarousel .plist-style2 .product-miniature:last-child .thumbnail-container {
  border-bottom: none; }

.group-product__special {
  padding-top: 13%; }
  @media (min-width: 992px) {
    .group-product__special .ApCountdown {
      margin-bottom: 4.375rem; } }
  @media (max-width: 991px) {
    .group-product__special .ApCountdown {
      margin-bottom: 2.5rem; } }
  .group-product__special .ApCountdown .ap-countdown-link a {
    color: #FFFFFF;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .group-product__special .ApCountdown .ap-countdown-link a:before {
      content: "";
      position: absolute;
      bottom: -4px;
      height: 2px;
      width: 100%;
      background: #FFFFFF;
      left: 0;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
      .rtl .group-product__special .ApCountdown .ap-countdown-link a:before {
        right: 0;
        left: auto; }
    .group-product__special .ApCountdown .ap-countdown-link a:hover {
      color: #ff8365; }
      .group-product__special .ApCountdown .ap-countdown-link a:hover:before {
        background: #ff8365; }
  .group-product__special .ApCountdown ul li span {
    color: #FFFFFF; }

@media (max-width: 991px) {
  .group-product__newdeal {
    margin-top: 2.5rem; }
    .group-product__newdeal .ApCountdown .list-countdown {
      display: inline-block; }
      .group-product__newdeal .ApCountdown .list-countdown ul {
        margin-bottom: 1.875rem; } }
@media (min-width: 992px) {
  .group-product__newdeal {
    padding: 3% 3.3% 0; }
    .group-product__newdeal .ApCountdown {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .group-product__newdeal .ApCountdown .group-title,
      .group-product__newdeal .ApCountdown .list-countdown,
      .group-product__newdeal .ApCountdown .ap-countdown-link {
        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-product__newdeal .ApCountdown .ap-countdown-link {
        width: 10%;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end; }
      .group-product__newdeal .ApCountdown .list-countdown {
        margin-bottom: 0;
        -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-product__newdeal .ApCountdown .group-title {
        width: 20%;
        -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-product__newdeal .ApCountdown .list-countdown {
        width: 60%;
        margin: 50px 0; }
      .group-product__newdeal .ApCountdown .ap-countdown-time,
      .group-product__newdeal .ApCountdown .title_block,
      .group-product__newdeal .ApCountdown .ap-countdown-link {
        margin-bottom: 0; }
    .group-product__newdeal .owl-item.last .thumbnail-container {
      border-right: 1px solid transparent; }
      .rtl .group-product__newdeal .owl-item.last .thumbnail-container {
        border-left: 1px solid transparent;
        border-right: inherit; }
    .group-product__newdeal .owl-item .product-miniature:nth-of-type(even) .thumbnail-container {
      border-bottom: none; }
    .group-product__newdeal .thumbnail-container {
      padding: 0;
      border-bottom: 1px solid #DDDDDD;
      border-right: 1px solid #DDDDDD; }
      .rtl .group-product__newdeal .thumbnail-container {
        border-left: 1px solid #DDDDDD;
        border-right: inherit; } }
.group-product__newdeal .ApProductCarousel .slick-list,
.group-product__newdeal .ApProductCarousel .owl-row {
  margin: 0; }
.group-product__newdeal .ApProductCarousel .slick-slide,
.group-product__newdeal .ApProductCarousel .owl-item {
  padding: 0; }
.group-product__newdeal .ApCountdown .title_block {
  color: #363636;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 30px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  display: inline-block; }
  .group-product__newdeal .ApCountdown .title_block:before {
    display: inline-block; }
.group-product__newdeal .ApCountdown ul {
  border: 2px solid #ff8365;
  padding: 0.625rem; }
  .group-product__newdeal .ApCountdown ul li {
    margin: 0 1.25rem; }
    .group-product__newdeal .ApCountdown ul li b {
      font-size: 1.25rem;
      margin-bottom: 0;
      line-height: 1.25rem; }
    .group-product__newdeal .ApCountdown ul li span {
      font-size: 0.625rem;
      color: #222222; }

.group-product__image {
  border-bottom: 1px solid #e5e5e5; }
  @media (max-width: 991px) {
    .group-product__image .ApProductCarousel.new-products {
      margin-top: 2.5rem; } }
  @media (min-width: 992px) {
    .group-product__image .ApProductCarousel {
      padding: 7% 7% 0; }
      .group-product__image .ApProductCarousel .title_block {
        display: none; }
    .group-product__image .ApImage {
      margin-bottom: 0;
      position: relative;
      text-align: left; }
      .rtl .group-product__image .ApImage {
        text-align: right; }
      .group-product__image .ApImage .image_description {
        position: absolute;
        top: 21%;
        left: 21%; }
        .rtl .group-product__image .ApImage .image_description {
          right: 21%;
          left: auto; }
        .group-product__image .ApImage .image_description h6 {
          color: #FFFFFF;
          font-weight: 400;
          position: relative;
          margin-bottom: 3.75rem; }
          .group-product__image .ApImage .image_description h6:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background: white;
            bottom: 0;
            left: 0; }
            .rtl .group-product__image .ApImage .image_description h6:before {
              right: 0;
              left: auto; }
        .group-product__image .ApImage .image_description .btn {
          color: #FFFFFF; } }
  .group-product__image .ApProductCarousel {
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .group-product__image .ApImage .image_description h6 {
      font-size: 1.875rem; } }
  @media (max-width: 1199px) {
    .group-product__image .ApImage .image_description h6 {
      font-size: 1.5rem; } }
  .group-product__image .ApImage .image_description .btn {
    padding: 0; }
    .group-product__image .ApImage .image_description .btn:hover {
      letter-spacing: 3px; }

/* ApBlockLink */
.col-link_cate {
  margin-bottom: 2.5rem; }

.col-link_cate {
  position: relative; }
  .col-link_cate.ApColumn .block {
    margin-bottom: 0; }
  .col-link_cate .BlockLinkCate {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .col-link_cate .BlockLinkCate .title_block {
      font-weight: 400;
      color: #fff334;
      padding-bottom: 0;
      margin-bottom: 0.9375rem; }
      .col-link_cate .BlockLinkCate .title_block:before {
        display: none; }
    .col-link_cate .BlockLinkCate li a {
      color: #FFFFFF;
      font-size: 1.25rem; }
      .col-link_cate .BlockLinkCate li a:hover {
        color: #fff334; }

@media (min-width: 1200px) {
  .ApBlockLink.BlockLinkCate .title_block {
    font-size: 60px; } }
@media (max-width: 1199px) {
  .ApBlockLink.BlockLinkCate .title_block {
    font-size: 1.875rem; } }
.ApBlockLink.BlockLinkCate li {
  display: inline-block;
  margin: 0.625rem 0.9375rem; }
  .ApBlockLink.BlockLinkCate li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem; }

/* FAQs Page */
.group-accodion__faqs .ApColumn {
  text-align: left; }
  .rtl .group-accodion__faqs .ApColumn {
    text-align: right; }
  .group-accodion__faqs .ApColumn .title_block {
    font-size: 0.875rem;
    font-weight: 500;
    color: #222222; }
    .group-accodion__faqs .ApColumn .title_block:before {
      display: none; }

.widget-accordions__faqs .title_block {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  text-align: left; }
  .rtl .widget-accordions__faqs .title_block {
    text-align: right; }
.widget-accordions__faqs .block {
  margin-bottom: 1.25rem; }
  .widget-accordions__faqs .block div, .widget-accordions__faqs .block p {
    line-height: 1.5rem; }
.widget-accordions__faqs .ApHtml.block-toggler {
  margin-bottom: 0; }
  .widget-accordions__faqs .ApHtml.block-toggler .navbar-toggler {
    margin-top: -1.375rem; }
  .widget-accordions__faqs .ApHtml.block-toggler > .title {
    background: #e5e5e5;
    margin-bottom: 1.25rem;
    padding: 0.75rem 1.25rem 0.75rem 0.625rem;
    border-left: 3px solid #ff8365;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .rtl .widget-accordions__faqs .ApHtml.block-toggler > .title {
      padding: 0.75rem 0.625rem 0.75rem 1.25rem; }
    .rtl .widget-accordions__faqs .ApHtml.block-toggler > .title {
      border-right: 3px solid #ff8365;
      border-left: inherit; }
    .widget-accordions__faqs .ApHtml.block-toggler > .title .title_block {
      margin-bottom: 0; }
  .widget-accordions__faqs .ApHtml.block-toggler .block_content {
    padding: 0 0.625rem; }
    .widget-accordions__faqs .ApHtml.block-toggler .block_content > div, .widget-accordions__faqs .ApHtml.block-toggler .block_content > p {
      margin-bottom: 1.875rem; }

/*# sourceMappingURL=styles.css.map */
