/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .block {
  text-align: center; }
  @media (min-width: 1200px) {
    .ApColumn .block {
      margin-bottom: 5rem; }
      .ApColumn .block.block__cacophony-image {
        margin-bottom: 0; } }
  @media (max-width: 1199px) {
    .ApColumn .block {
      margin-bottom: 2.5rem; } }
.ApColumn .title_block {
  color: #000000;
  margin: 0 0 1.25rem;
  font-size: 1.5rem;
  padding: 0 1.25rem;
  position: relative;
  text-transform: none;
  text-align: center;
  display: inline-block; }
  .ApColumn .title_block:before, .ApColumn .title_block:after {
    content: "";
    background: #fad8c9;
    position: absolute;
    display: inline-block;
    top: 50%;
    margin-top: -0.1875rem;
    width: 0.375rem;
    height: 0.375rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .ApColumn .title_block:before {
    left: 0; }
    .rtl .ApColumn .title_block:before {
      right: 0;
      left: auto; }
  .ApColumn .title_block:after {
    right: 0; }
    .rtl .ApColumn .title_block:after {
      left: 0;
      right: auto; }
.ApColumn .sub-title-widget {
  text-align: center;
  margin-bottom: 0; }
@media (min-width: 1200px) {
  .ApColumn .block_content {
    margin-top: 3.125rem; } }
@media (max-width: 1199px) {
  .ApColumn .block_content {
    margin-top: 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.563rem;
  height: 1.563rem; }
.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: 15px; }
  .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-right: 0.4375rem;
    position: absolute;
    top: 0.6875rem;
    float: left;
    left: 1.25rem; }
    .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;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.563rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.563rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #f1f1f1; }
  .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: #f1f1f1;
        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 #f1f1f1 #f1f1f1 #f1f1f1; }

.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 #f1f1f1; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #f1f1f1;
    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 #f1f1f1 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #f1f1f1 transparent #f1f1f1 #f1f1f1;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #f1f1f1; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #f1f1f1;
    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 #f1f1f1; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #f1f1f1 #f1f1f1 #f1f1f1 transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #f88c82; }
    .widget-tabs li.active a {
      color: #f88c82; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 10px;
    line-height: 10px;
    font-family: "FontAwesome";
    color: #f88c82;
    font-size: 1.188rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #FFFFFF;
  border: 1px solid #f88c82;
  clear: both;
  text-align: center;
  width: auto;
  height: 2.625rem;
  line-height: 2.625rem;
  text-transform: uppercase;
  padding: 0 0.9375rem;
  margin-top: 0.9375rem;
  display: none;
  font-size: 0.875rem;
  color: #333333;
  font-weight: 600;
  min-width: 10.63rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .box-show-more a:hover {
    background-color: #f88c82;
    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: inline-block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1; }
  .full-slider .carousel-control.left {
    left: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* 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; }

/**
* 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 #f1f1f1; }
  .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 #f1f1f1;
  -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 #f88c82;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block .block_content {
  margin-top: 0; }
.manufacturers_block .manufacturer-block img,
.manufacturers_block .manufacturer-item img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .manufacturers_block .manufacturer-block img:hover,
  .manufacturers_block .manufacturer-item img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
.manufacturers_block .manufacturer-item {
  text-align: center; }
  .manufacturers_block .manufacturer-item span {
    margin-top: 0.625rem;
    display: inline-block; }

/* Widget Image Category */
.widget-category_image.block {
  margin-bottom: 0;
  text-align: left; }
  .rtl .widget-category_image.block {
    text-align: right; }
.widget-category_image .block_content {
  margin: 0; }
  .widget-category_image .block_content > ul {
    margin: 0;
    padding-bottom: 3.75rem;
    background: #FFFFFF;
    border: 5px solid #f0f5f9; }
    .widget-category_image .block_content > ul > li > a > .cate_content .cover-img {
      display: inline-block;
      padding: 0.625rem 0.625rem 1.25rem;
      width: 100%;
      text-align: center; }
    .widget-category_image .block_content > ul > li > a > .cate_content .cat_name {
      font-weight: 700;
      font-size: 1.25rem;
      color: #222222;
      display: inline-block;
      margin-bottom: 1.25rem; }
      @media (min-width: 992px) {
        .widget-category_image .block_content > ul > li > a > .cate_content .cat_name {
          padding-left: 5rem; }
          .rtl .widget-category_image .block_content > ul > li > a > .cate_content .cat_name {
            padding-right: 5rem;
            padding-left: inherit; } }
      @media (max-width: 991px) {
        .widget-category_image .block_content > ul > li > a > .cate_content .cat_name {
          padding-left: 1.25rem; }
          .rtl .widget-category_image .block_content > ul > li > a > .cate_content .cat_name {
            padding-right: 1.25rem;
            padding-left: inherit; } }
    @media (min-width: 992px) {
      .widget-category_image .block_content > ul ul {
        padding-left: 5rem; }
        .rtl .widget-category_image .block_content > ul ul {
          padding-right: 5rem;
          padding-left: inherit; } }
    @media (max-width: 991px) {
      .widget-category_image .block_content > ul ul {
        padding-left: 1.25rem; }
        .rtl .widget-category_image .block_content > ul ul {
          padding-right: 1.25rem;
          padding-left: inherit; } }
    .widget-category_image .block_content > ul ul li {
      display: block;
      margin-bottom: 0.625rem; }
      .widget-category_image .block_content > ul ul li a {
        color: #666666;
        position: relative;
        padding-left: 0.9375rem; }
        .rtl .widget-category_image .block_content > ul ul li a {
          padding-right: 0.9375rem;
          padding-left: inherit; }
        .widget-category_image .block_content > ul ul li a:before {
          content: "\f105";
          color: #aad276;
          display: inline-block;
          position: absolute;
          top: 0;
          font-family: "FontAwesome";
          font-size: 0.875rem;
          left: 0; }
          .rtl .widget-category_image .block_content > ul ul li a:before {
            right: 0;
            left: auto; }
        .widget-category_image .block_content > ul ul li a:hover {
          color: #f88c82; }
          .widget-category_image .block_content > ul ul li a:hover:before {
            color: #f88c82; }

/* Widget Lastest blogs */
.latest-blogs.block {
  margin-bottom: 1.875rem; }
@media (max-width: 991px) {
  .latest-blogs .block_content:hover .owl-theme .owl-buttons div.owl-next {
    right: 0; }
    .rtl .latest-blogs .block_content:hover .owl-theme .owl-buttons div.owl-next {
      left: 0;
      right: auto; }
  .latest-blogs .block_content:hover .owl-theme .owl-buttons div.owl-prev {
    left: 0; }
    .rtl .latest-blogs .block_content:hover .owl-theme .owl-buttons div.owl-prev {
      right: 0;
      left: auto; } }
.latest-blogs .title_block {
  text-transform: uppercase; }
.latest-blogs .right-block {
  overflow: hidden;
  text-align: center; }
  @media (min-width: 1200px) {
    .latest-blogs .right-block {
      padding-top: 2.8125rem; } }
  @media (max-width: 1199px) {
    .latest-blogs .right-block {
      padding-top: 0.625rem; } }
  @media (min-width: 480px) {
    .latest-blogs .right-block {
      text-align: left; }
      .rtl .latest-blogs .right-block {
        text-align: right; } }
.latest-blogs .left-block {
  overflow: hidden;
  position: relative; }
  @media (min-width: 992px) {
    .latest-blogs .left-block {
      padding-right: 1.875rem; }
      .rtl .latest-blogs .left-block {
        padding-left: 1.875rem;
        padding-right: inherit; } }
  @media (min-width: 768px) {
    .latest-blogs .left-block {
      float: left;
      width: 53%; }
      .rtl .latest-blogs .left-block {
        float: right; } }
@media (min-width: 768px) and (max-width: 991px) {
  .latest-blogs .left-block {
    padding-right: 0.625rem; }
    .rtl .latest-blogs .left-block {
      padding-left: 0.625rem;
      padding-right: inherit; } }

.latest-blogs .blog-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin-bottom: 1.25rem; }
@media (min-width: 768px) and (max-width: 991px) {
  .latest-blogs .blog-title {
    margin-bottom: 0.625rem;
    height: 1.563rem;
    overflow: hidden;
    font-size: 1rem; }
    .latest-blogs .blog-title a {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; } }

.latest-blogs .blog-desc {
  margin-top: 1.25rem;
  line-height: 1.375rem; }
@media (min-width: 768px) and (max-width: 991px) {
  .latest-blogs .blog-desc {
    margin-top: 0.625rem; } }

.latest-blogs .blog-meta {
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
  font-size: 0.8125rem; }
  .latest-blogs .blog-meta > span {
    color: #333333;
    margin-right: 0.625rem; }
    .rtl .latest-blogs .blog-meta > span {
      margin-left: 0.625rem;
      margin-right: inherit; }
  .latest-blogs .blog-meta .cat {
    margin-right: 0; }
    .rtl .latest-blogs .blog-meta .cat {
      margin-left: 0;
      margin-right: inherit; }
    .latest-blogs .blog-meta .cat a {
      color: #f88c82; }
      .latest-blogs .blog-meta .cat a:hover {
        color: #272727; }
.latest-blogs .blog-viewall {
  margin-top: 1.25rem; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 0.3125rem 0.3125rem 0.625rem 0.3125rem;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .rtl .leo-more-info {
    padding: 0.3125rem 0.3125rem 0.625rem 0.3125rem; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 0.875rem;
    margin-bottom: 1.25rem;
    float: left;
    width: 80px;
    height: 300px; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      float: left;
      width: 84px;
      height: 100px; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        display: block;
        margin: 0 1px 2px;
        text-align: center; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 0.9375rem;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }

/* Widget HTML */
.ApHtml.feature-service {
  text-align: left; }
  .rtl .ApHtml.feature-service {
    text-align: right; }
  @media (max-width: 575px) {
    .ApHtml.feature-service.block {
      text-align: center; } }
  .ApHtml.feature-service .title_block:before, .ApHtml.feature-service .title_block:after {
    display: none; }
  @media (min-width: 1200px) {
    .ApHtml.feature-service {
      padding: 0 2.5rem 0 4.375rem; }
      .rtl .ApHtml.feature-service {
        padding: 0 4.375rem 0 2.5rem; } }
  @media (max-width: 1199px) {
    .ApHtml.feature-service {
      padding: 0 0 0 0; }
      .rtl .ApHtml.feature-service {
        padding: 0 0 0 0; } }
.ApHtml.block__about-store .block_content {
  margin: 0;
  line-height: 1.375rem; }
  @media (min-width: 992px) {
    .ApHtml.block__about-store .block_content {
      max-width: 80%; } }
.ApHtml.block__boots-fresh {
  text-align: left; }
  @media (min-width: 992px) {
    .ApHtml.block__boots-fresh {
      margin-top: 5.625rem; } }
  .rtl .ApHtml.block__boots-fresh {
    text-align: right; }
  .ApHtml.block__boots-fresh .title_block {
    font-size: 1.5rem;
    padding: 0;
    text-transform: uppercase; }
    .ApHtml.block__boots-fresh .title_block:before, .ApHtml.block__boots-fresh .title_block:after {
      display: none; }
  @media (min-width: 1200px) {
    .ApHtml.block__boots-fresh .block_content {
      padding-left: 6.25rem; }
      .rtl .ApHtml.block__boots-fresh .block_content {
        padding-right: 6.25rem;
        padding-left: inherit; } }
  @media (min-width: 768px) {
    .ApHtml.block__boots-fresh .block_content {
      padding-left: 2.5rem; }
      .rtl .ApHtml.block__boots-fresh .block_content {
        padding-right: 2.5rem;
        padding-left: inherit; } }
  .ApHtml.block__boots-fresh .block_content ul li {
    margin-bottom: 1.25rem; }
    @media (min-width: 1200px) {
      .ApHtml.block__boots-fresh .block_content ul li {
        font-size: 1.125rem; } }
    @media (max-width: 1199px) {
      .ApHtml.block__boots-fresh .block_content ul li {
        font-size: 1rem; } }
    .ApHtml.block__boots-fresh .block_content ul li img {
      margin-right: 1.25rem; }
      .rtl .ApHtml.block__boots-fresh .block_content ul li img {
        margin-left: 1.25rem;
        margin-right: inherit; }
    .ApHtml.block__boots-fresh .block_content ul li > span {
      font-weight: 700; }
    .ApHtml.block__boots-fresh .block_content ul li.icon-tum img {
      padding-left: 4px; }
      .rtl .ApHtml.block__boots-fresh .block_content ul li.icon-tum img {
        padding-right: 4px;
        padding-left: inherit; }
    .ApHtml.block__boots-fresh .block_content ul li.icon-tum > span {
      color: #fe5a5c;
      padding-left: 4px; }
      .rtl .ApHtml.block__boots-fresh .block_content ul li.icon-tum > span {
        padding-right: 4px;
        padding-left: inherit; }
    .ApHtml.block__boots-fresh .block_content ul li.icon-banana img {
      padding-left: 10px; }
      .rtl .ApHtml.block__boots-fresh .block_content ul li.icon-banana img {
        padding-right: 10px;
        padding-left: inherit; }
    .ApHtml.block__boots-fresh .block_content ul li.icon-banana > span {
      color: #ffc121;
      padding-left: 14px; }
      .rtl .ApHtml.block__boots-fresh .block_content ul li.icon-banana > span {
        padding-right: 14px;
        padding-left: inherit; }
    .ApHtml.block__boots-fresh .block_content ul li.icon-research > span {
      color: #98cec2; }

.feature-item {
  margin-bottom: 1.875rem;
  display: inline-block;
  width: 100%; }
  @media (max-width: 991px) {
    .feature-item {
      margin-bottom: 1.25rem; } }
  .feature-item:last-child {
    margin-bottom: 0; }
  .feature-item .fitem-title {
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize; }
  .feature-item .flat-icon {
    color: #f88c82; }
    @media (min-width: 576px) {
      .feature-item .flat-icon {
        float: left; }
        .rtl .feature-item .flat-icon {
          float: right; } }
    @media (min-width: 992px) {
      .feature-item .flat-icon {
        font-size: 2.25rem;
        padding-right: 1.5625rem; }
        .rtl .feature-item .flat-icon {
          padding-left: 1.5625rem;
          padding-right: inherit; } }
@media (min-width: 768px) and (max-width: 991px) {
  .feature-item .flat-icon {
    font-size: 1.25rem;
    padding-right: 0.625rem; }
    .rtl .feature-item .flat-icon {
      padding-left: 0.625rem;
      padding-right: inherit; } }

    @media (max-width: 767px) {
      .feature-item .flat-icon {
        font-size: 1.875rem;
        padding-right: 1.25rem; }
        .rtl .feature-item .flat-icon {
          padding-left: 1.25rem;
          padding-right: inherit; } }
    @media (max-width: 575px) {
      .feature-item .flat-icon {
        margin-bottom: 0.9375rem; } }
  .feature-item .fitem-body {
    overflow: hidden; }
  .feature-item .fitem-content {
    line-height: 1.375rem; }

.copyright .block_content {
  margin-top: 0;
  line-height: 1.625rem; }

/* Widget Slideshow */
@media (min-width: 768px) {
  .ApSlideShow {
    margin-bottom: 3.75rem; } }
@media (max-width: 767px) {
  .ApSlideShow {
    margin-bottom: 2.5rem; } }

/* Widget Product Carousel */
.ApProductCarousel.new-products {
  padding-left: 4.0625rem;
  padding-right: 4.0625rem; }
  @media (max-width: 991px) {
    .ApProductCarousel.new-products {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
.ApProductCarousel .owl-row {
  margin-left: 0;
  margin-right: 0; }
.ApProductCarousel .owl-carousel .owl-item {
  padding-left: 0;
  padding-right: 0; }
  .ApProductCarousel .owl-carousel .owl-item .thumbnail-container {
    border: none; }
  .ApProductCarousel .owl-carousel .owl-item .product-miniature:nth-child(n+2) .thumbnail-container {
    border-top: 1px solid #f1f1f1; }
  .ApProductCarousel .owl-carousel .owl-item.last .thumbnail-container:after {
    display: none; }
.ApProductCarousel .owl-carousel .owl-wrapper-outer {
  border: 1px solid #f1f1f1; }
.ApProductCarousel .product_list.row {
  margin: 0; }
.ApProductCarousel .slick-list {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #f1f1f1; }
  .ApProductCarousel .slick-list .slick-slide {
    padding-left: 0;
    padding-right: 0; }
    .ApProductCarousel .slick-list .slick-slide div:not([class]):not([id]) .thumbnail-container {
      border-top: 0; }
    .ApProductCarousel .slick-list .slick-slide div:not([class]):not([id]):nth-child(n+2) .thumbnail-container {
      border-top: 1px solid #f1f1f1; }
    .ApProductCarousel .slick-list .slick-slide.slick-active:last-child div:not([class]):not([id]) .thumbnail-container:after {
      width: 0; }
.ApProductCarousel .slick-arrows .slick-arrow {
  top: -42px;
  border: 1px solid #f1f1f1;
  width: 30px;
  height: 30px; }
  .ApProductCarousel .slick-arrows .slick-arrow.slick-next {
    right: 0px; }
    .rtl .ApProductCarousel .slick-arrows .slick-arrow.slick-next {
      left: 0px;
      right: auto; }
  .ApProductCarousel .slick-arrows .slick-arrow.slick-prev {
    right: 40px;
    left: auto; }
    .rtl .ApProductCarousel .slick-arrows .slick-arrow.slick-prev {
      left: 40px;
      right: auto; }

/* ApImage */
.group-img-home1 .ApImage .block_content {
  margin-top: 0; }

.ApImage.margin-bt-27 {
  margin-bottom: 1.688rem; }
.ApImage.block__cacophony-image .title_block {
  font-size: 1.875rem;
  color: #f88c82;
  text-transform: uppercase; }
  .ApImage.block__cacophony-image .title_block:before, .ApImage.block__cacophony-image .title_block:after {
    display: none; }
.ApImage.block__cacophony-image .block_content {
  display: block;
  margin-top: 0; }
  @media (min-width: 768px) {
    .ApImage.block__cacophony-image .block_content > a {
      width: 50%;
      text-align: right;
      float: left; }
      .rtl .ApImage.block__cacophony-image .block_content > a {
        text-align: left; }
      .rtl .ApImage.block__cacophony-image .block_content > a {
        float: right; } }
  .ApImage.block__cacophony-image .block_content .image_description {
    margin-top: 2.5rem;
    overflow: hidden;
    text-align: left; }
    .ApImage.block__cacophony-image .block_content .image_description p {
      color: #404040;
      line-height: 1.375rem; }
    .rtl .ApImage.block__cacophony-image .block_content .image_description {
      text-align: right; }
    @media (min-width: 768px) {
      .ApImage.block__cacophony-image .block_content .image_description {
        width: 41.66667%;
        float: left; }
        .rtl .ApImage.block__cacophony-image .block_content .image_description {
          float: right; } }
    .ApImage.block__cacophony-image .block_content .image_description .read-more {
      text-transform: uppercase;
      margin-top: 3.125rem; }
      .ApImage.block__cacophony-image .block_content .image_description .read-more a {
        position: relative;
        padding-left: 1.875rem;
        padding-right: 1.25rem; }
        .rtl .ApImage.block__cacophony-image .block_content .image_description .read-more a {
          padding-right: 1.875rem;
          padding-left: inherit; }
        .rtl .ApImage.block__cacophony-image .block_content .image_description .read-more a {
          padding-left: 1.25rem;
          padding-right: inherit; }
        .ApImage.block__cacophony-image .block_content .image_description .read-more a:before, .ApImage.block__cacophony-image .block_content .image_description .read-more a:after {
          display: inline-block;
          position: absolute; }
        .ApImage.block__cacophony-image .block_content .image_description .read-more a:before {
          content: "";
          background: #000000;
          top: 45%;
          left: 0;
          width: 1.563rem;
          height: 0.0625rem; }
          .rtl .ApImage.block__cacophony-image .block_content .image_description .read-more a:before {
            right: 0;
            left: auto; }
        .ApImage.block__cacophony-image .block_content .image_description .read-more a:after {
          content: "\f105";
          font-family: "FontAwesome";
          font-size: 0.875rem;
          top: -2px;
          right: 0; }
          .rtl .ApImage.block__cacophony-image .block_content .image_description .read-more a:after {
            left: 0;
            right: auto; }
        .ApImage.block__cacophony-image .block_content .image_description .read-more a:hover:before {
          background: #f88c82; }
@media (min-width: 1200px) {
  .ApImage.block__collection-image {
    margin: 130px 0; } }
@media (max-width: 1199px) {
  .ApImage.block__collection-image {
    margin: 1.875rem 0; } }
.ApImage.block__collection-image .block_content-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.3, 0, 0, 1.3);
  -moz-transition: 0.3s cubic-bezier(0.3, 0, 0, 1.3);
  -ms-transition: 0.3s cubic-bezier(0.3, 0, 0, 1.3);
  -o-transition: 0.3s cubic-bezier(0.3, 0, 0, 1.3);
  transition: 0.3s cubic-bezier(0.3, 0, 0, 1.3); }
  .ApImage.block__collection-image .block_content-img .title_block {
    text-align: center;
    text-transform: none;
    position: absolute;
    z-index: 9999;
    font-size: 1.5rem;
    font-weight: 400;
    width: 100%;
    color: #f88c82;
    margin-top: 2.5rem; }
    .ApImage.block__collection-image .block_content-img .title_block:before, .ApImage.block__collection-image .block_content-img .title_block:after {
      display: none; }
@media (min-width: 576px) and (max-width: 991px) {
  .ApImage.block__collection-image .block_content-img .title_block {
    margin-top: 1.875rem; } }

  .ApImage.block__collection-image .block_content-img .image_description {
    text-align: center;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0; }
    @media (min-width: 992px) {
      .ApImage.block__collection-image .block_content-img .image_description {
        width: 50%;
        margin: 5.625rem auto 0; } }
    @media (max-width: 991px) {
      .ApImage.block__collection-image .block_content-img .image_description {
        width: 90%;
        margin: 4.625rem auto 0; } }
    .ApImage.block__collection-image .block_content-img .image_description p {
      color: #555555;
      line-height: 1.375rem; }
  @media (max-width: 991px) {
    .ApImage.block__collection-image .block_content-img .title_block, .ApImage.block__collection-image .block_content-img .title_block {
      z-index: 1; } }
  .ApImage.block__collection-image .block_content-img .link-collection a {
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    left: 0;
    line-height: 2.875rem;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .ApImage.block__collection-image .block_content-img .link-collection a:hover {
      background: #f88c82;
      color: #FFFFFF;
      letter-spacing: 2px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .ApImage.block__collection-image .block_content-img .link-collection a {
        bottom: -100%; } }
    @media (max-width: 991px) {
      .ApImage.block__collection-image .block_content-img .link-collection a {
        bottom: 0; } }
  .ApImage.block__collection-image .block_content-img .collection_circle {
    background: #FFFFFF;
    position: absolute;
    margin-left: -14.06rem;
    margin-top: -16.88rem;
    left: 50%;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .ApImage.block__collection-image .block_content-img .collection_circle {
        width: 28.13rem;
        height: 28.13rem; } }
@media (min-width: 576px) and (max-width: 991px) {
  .ApImage.block__collection-image .block_content-img .collection_circle {
    width: 28.13rem;
    height: 26.13rem; } }

    @media (max-width: 575px) {
      .ApImage.block__collection-image .block_content-img .collection_circle {
        width: 37.94rem;
        height: 28.13rem;
        margin-left: -19.06rem; } }
  .ApImage.block__collection-image .block_content-img:hover .image_description {
    display: none; }
  @media (min-width: 992px) {
    .ApImage.block__collection-image .block_content-img:hover .link-collection a {
      bottom: 0; } }
  @media (min-width: 992px) {
    .ApImage.block__collection-image .block_content-img:hover .collection_circle {
      margin-top: -21.88rem;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; } }
.ApImage.block__gmap-img img {
  padding: 0 0.9375rem; }
.ApImage.block__gmap-img .image_description {
  width: 65%;
  margin: 2.5rem auto auto;
  line-height: 24px;
  font-size: 1rem; }

/* Block Carousel */
.ApBlockCarousel.block_testimonials {
  margin: 4.375rem 0; }
  .ApBlockCarousel.block_testimonials .title_block {
    text-transform: uppercase; }
  .ApBlockCarousel.block_testimonials .descript {
    margin: auto;
    line-height: 1.5rem; }
    @media (min-width: 992px) {
      .ApBlockCarousel.block_testimonials .descript {
        width: 65%; } }
    @media (max-width: 991px) {
      .ApBlockCarousel.block_testimonials .descript {
        width: 90%; } }
    .ApBlockCarousel.block_testimonials .descript span {
      color: #f88c82;
      font-weight: 700;
      text-decoration: underline; }
  .ApBlockCarousel.block_testimonials .testimonials_info {
    overflow: hidden;
    vertical-align: middle;
    margin-top: 1.563rem; }
    .ApBlockCarousel.block_testimonials .testimonials_info .title {
      text-transform: uppercase;
      font-size: 1rem;
      color: #333333;
      font-weight: 700;
      margin-bottom: 0.3125rem; }
  .ApBlockCarousel.block_testimonials .testimonials_img {
    float: left;
    margin-right: 1.25rem; }
    .rtl .ApBlockCarousel.block_testimonials .testimonials_img {
      float: right; }
    .rtl .ApBlockCarousel.block_testimonials .testimonials_img {
      margin-left: 1.25rem;
      margin-right: inherit; }
    .ApBlockCarousel.block_testimonials .testimonials_img img {
      -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%; }
  .ApBlockCarousel.block_testimonials .testimonials_content {
    text-align: center;
    display: inline-block;
    margin: 3.75rem auto 4.375rem; }
  .ApBlockCarousel.block_testimonials .testimonials_link a {
    font-style: italic;
    color: #666666; }
    .ApBlockCarousel.block_testimonials .testimonials_link a:hover {
      color: #f88c82; }
  .ApBlockCarousel.block_testimonials .block-carousel-image-container {
    margin-top: 2.5rem; }
  .ApBlockCarousel.block_testimonials .slick-blogs .slick-dots {
    bottom: -3px;
    position: relative; }
.ApBlockCarousel.block__carousel-service .feature-item {
  margin-top: 2rem;
  margin-bottom: 1.938rem; }
  .ApBlockCarousel.block__carousel-service .feature-item .flat-icon {
    float: none !important;
    background: #f4f4f4;
    font-size: 2.25rem;
    color: #bdbcbc;
    text-align: center;
    line-height: 5.25rem;
    display: inline-block;
    margin-bottom: 0.9375rem;
    padding-right: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 5rem;
    height: 5rem; }
    .rtl .ApBlockCarousel.block__carousel-service .feature-item .flat-icon {
      padding-left: 0;
      padding-right: inherit; }
.ApBlockCarousel.block__carousel-service .owl-theme .owl-controls span {
  background: #ebebeb;
  margin: 0 0.125rem;
  width: 0.625rem;
  height: 0.625rem; }
.ApBlockCarousel.block__carousel-service .owl-theme .owl-controls .owl-page.active span, .ApBlockCarousel.block__carousel-service .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #cccccc; }
.ApBlockCarousel.block__carousel-service .owl-theme .owl-buttons {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ApBlockCarousel.block__carousel-service .owl-theme .owl-buttons div {
    top: 50%;
    margin-top: -1rem; }
    .ApBlockCarousel.block__carousel-service .owl-theme .owl-buttons div.owl-prev {
      left: -3.125rem; }
      .rtl .ApBlockCarousel.block__carousel-service .owl-theme .owl-buttons div.owl-prev {
        right: -3.125rem;
        left: auto; }
    .ApBlockCarousel.block__carousel-service .owl-theme .owl-buttons div.owl-next {
      right: -3.125rem; }
      .rtl .ApBlockCarousel.block__carousel-service .owl-theme .owl-buttons div.owl-next {
        left: -3.125rem;
        right: auto; }
.ApBlockCarousel.block__carousel-service .block_content {
  border: 1px solid #f1f1f1;
  padding: 1.25rem 1.25rem 0 1.25rem; }
  .ApBlockCarousel.block__carousel-service .block_content:hover .owl-theme .owl-buttons {
    opacity: 1;
    filter: alpha(opacity=100); }
    .ApBlockCarousel.block__carousel-service .block_content:hover .owl-theme .owl-buttons div.owl-next {
      right: -0.9375rem; }
      .rtl .ApBlockCarousel.block__carousel-service .block_content:hover .owl-theme .owl-buttons div.owl-next {
        left: -0.9375rem;
        right: auto; }
    .ApBlockCarousel.block__carousel-service .block_content:hover .owl-theme .owl-buttons div.owl-prev {
      left: -0.9375rem; }
      .rtl .ApBlockCarousel.block__carousel-service .block_content:hover .owl-theme .owl-buttons div.owl-prev {
        right: -0.9375rem;
        left: auto; }

/* Widget Product List */
@media (min-width: 992px) {
  .ApProductList.block-bestseller .product_list.plist-default > .ajax_block_product:nth-child(4n+1) {
    clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  .ApProductList.block-bestseller .product_list.plist-default > .ajax_block_product:nth-child(3n+1) {
    clear: both; } }

.ApProductList.block__new-product {
  margin-bottom: 0; }
  .ApProductList.block__new-product .box-show-more {
    margin-bottom: 2.188rem;
    text-align: left; }
    .rtl .ApProductList.block__new-product .box-show-more {
      text-align: right; }
    .ApProductList.block__new-product .box-show-more a {
      min-width: 7.5rem; }

@media (min-width: 1200px) {
  .ApColumn .block.block_no_bottom {
    margin-bottom: 0;
    position: relative; }
  .ApColumn .block.block__cacophony-image {
    position: relative; }
    .ApColumn .block.block__cacophony-image .title_block {
      padding: 10px 20px 0;
      top: 0;
      right: 0;
      left: 0;
      position: absolute; }
    .ApColumn .block.block__cacophony-image .block_content .image_description {
      margin-top: 5rem; } }

/*# sourceMappingURL=styles.css.map */
