/***************************************************
  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 {
  margin-bottom: 30px; }

.title_block {
  font-family: "Signika";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #8BBE3B;
  display: block;
  padding: 0;
  margin-bottom: 48px; }
  @media (max-width: 991px) {
    .title_block {
      margin-bottom: 20px;
      padding: 0;
      font-size: 30px; } }
  .title_block.title-ap-group {
    padding: 0 15px; }

.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;
    background-size: cover; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }
  @media (min-width: 1500px) {
    .bg-fullwidth.cus-bg:before {
      padding: 0;
      margin-top: -45px;
      margin-left: 0px; }
      .rtl .bg-fullwidth.cus-bg:before {
        margin-right: 0px;
        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;
  width: 1.25rem;
  height: 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;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert ul {
    margin-bottom: 0; }
  .alert:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    border-bottom: 1px solid #2d2d2d;
    position: relative;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    padding: 30px 0; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "\f068";
      cursor: pointer;
      display: block;
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      font-size: 26px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 30px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed {
      font-size: 22px;
      line-height: 28px; }
      .ap-accordion .panel-default .panel-title .collapsed:before {
        background: none;
        content: "\f067";
        cursor: pointer;
        display: block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 26px;
        position: absolute;
        left: auto;
        right: 0px;
        top: 30px;
        width: auto; }
  .ap-accordion .panel-default .panel-body .block {
    margin-bottom: 0; }
  .ap-accordion .panel-default .panel-body p {
    font-size: 18px;
    line-height: 25px; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #eaeaea; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #eaeaea;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #eaeaea #eaeaea #eaeaea; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #eaeaea; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eaeaea;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #eaeaea #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eaeaea transparent #eaeaea #eaeaea;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eaeaea; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eaeaea;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #eaeaea; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eaeaea #eaeaea #eaeaea transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #ff9c38; }
  .widget-tabs li.active {
    border: 1px solid #8BBE3B; }
    .widget-tabs li.active a {
      color: #8BBE3B; }

.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: "Font Awesome 5 Pro";
    color: #8BBE3B;
    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;
    border: none;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-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;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #8BBE3B; }
  .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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-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;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eaeaea; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #8BBE3B;
    -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 img:hover {
  border-radius: 5px; }

/*
  Widget Category Image
*/
@media (max-width: 767px) {
  .widget-category_image ul {
    display: block; } }
@media (max-width: 991px) {
  .widget-category_image .cover-img img {
    width: 100%;
    height: auto; } }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs .blog-image-container {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
.latest-blogs .blog-title {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 11px; }
.latest-blogs .blog-desc {
  font-size: 15px;
  line-height: 27px;
  color: #656565;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.latest-blogs .blog-meta span + span {
  padding-left: 15px; }
  .rtl .latest-blogs .blog-meta span + span {
    padding-right: 15px;
    padding-left: inherit; }
.latest-blogs .right-block {
  background: #fff;
  padding: 28px 30px 45px; }
.latest-blogs .cat a {
  color: #8BBE3B;
  font-size: 12px;
  background: rgba(244, 195, 64, 0.2);
  border-radius: 0px 12px;
  padding: 4px 10px; }
.latest-blogs .created {
  font-size: 14px;
  line-height: 30px;
  color: #656565; }
.latest-blogs .read-more {
  display: inline-block;
  font-family: "Signika";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.288px;
  border-bottom: 1px solid #8BBE3B;
  color: #8BBE3B; }
  .latest-blogs .read-more:hover {
    color: #ff9c38; }

/* 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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 80px;
    height: 240px; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0px;
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      width: 80px;
      height: 80px; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
      .leo-more-info .thumbs_list li .leo-hover-image {
        max-width: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-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; }

/* List product size */
.product_attr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .product_attr li a {
    margin-bottom: 5px;
    display: block; }
  .product_attr li.Sold-Out a {
    color: #969696;
    text-decoration: line-through; }

.product_attr li:not(:last-child) {
  margin-right: 10px;
  margin-left: 0; }
  .rtl .product_attr li:not(:last-child) {
    margin-left: 10px;
    margin-right: inherit; }
  .rtl .product_attr li:not(:last-child) {
    margin-right: 0;
    margin-left: inherit; }

.copyright span {
  color: #8BBE3B; }

.nav-right {
  justify-content: flex-end; }

.nav-left {
  justify-content: flex-start; }

.nav-right, .nav-left {
  display: flex;
  align-items: center; }

#header .ApColumn .block {
  margin-bottom: 0; }

.inline-top ul {
  margin-bottom: 0; }
.inline-top li {
  display: inline-block;
  vertical-align: middle; }
  .inline-top li:first-child a:before {
    content: '\f3c5';
    font-weight: 400; }
  .inline-top li:last-child a:before {
    content: '\f025'; }
.inline-top a {
  padding: 14px 16px;
  border-left: 1px solid #edecec;
  color: #626262;
  font-size: 14px;
  line-height: 20px; }
  .inline-top a:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    display: inline-block;
    padding-right: 7px; }
    .rtl .inline-top a:before {
      padding-left: 7px;
      padding-right: inherit; }

.offer_box span {
  padding: 13px 0;
  display: block;
  line-height: 20px; }
  .offer_box span span {
    color: #8BBE3B;
    display: initial; }

.nav-bottom-center .icon,
.nav-bottom-right .icon {
  color: #8BBE3B;
  height: 50px;
  width: 50px;
  border-radius: 12px 12px 28px 12px;
  line-height: 50px;
  font-size: 22px;
  display: block;
  text-align: center;
  padding: 0;
  display: block; }

.information .icon {
  background: rgba(173, 214, 108, 0.2); }
.information .log-box {
  display: flex;
  align-items: center; }
.information .right-side {
  padding-left: 11px;
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  color: #3D3D3D;
  text-align: left; }
  .rtl .information .right-side {
    padding-right: 11px;
    padding-left: inherit; }
  .rtl .information .right-side {
    text-align: right; }
  .information .right-side a {
    color: #3D3D3D; }
  .information .right-side .hello {
    color: #BCBCBC; }

.ap-wishlist .ap-total {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  right: -15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.288px;
  color: #fff;
  background: #ff9c38;
  border: 1.4px solid #FFFFFF;
  box-sizing: border-box; }

.ap-wishlist {
  position: relative; }
  .ap-wishlist .icon {
    transition: all 0.3s;
    background: rgba(244, 195, 64, 0.2); }
  .ap-wishlist:hover .icon {
    background: rgba(244, 195, 64, 0.4); }

@media (min-width: 768px) {
  .ApCountdown {
    display: flex;
    align-items: flex-start;
    justify-content: center; } }
.ApCountdown .ap-countdown-time {
  margin-bottom: 0; }
.ApCountdown .sub-title-widget {
  padding-right: 35px; }
  .rtl .ApCountdown .sub-title-widget {
    padding-left: 35px;
    padding-right: inherit; }
.ApCountdown .ap-countdown-link {
  display: block;
  margin-top: 50px; }
  .ApCountdown .ap-countdown-link a {
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    background: #8BBE3B;
    text-transform: uppercase;
    height: 52px;
    display: inline-block;
    padding: 7px 50px;
    border-radius: 30px;
    transition: all 0.3s; }
  @media (max-width: 767px) {
    .ApCountdown .ap-countdown-link {
      display: block;
      margin-top: 30px; } }
.ApCountdown .ap-countdown-time li {
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  .ApCountdown .ap-countdown-time li:not(:first-child) {
    position: relative; }
    .ApCountdown .ap-countdown-time li:not(:first-child):before {
      content: ':';
      font-weight: bold;
      font-size: 24px;
      line-height: 50px;
      color: #BCBCBC;
      display: inline-block;
      margin: 0 15px; }
      @media (max-width: 575px) {
        .ApCountdown .ap-countdown-time li:not(:first-child):before {
          font-size: 16px;
          margin: 0 10px; } }
.ApCountdown .ap-countdown-time b {
  background: rgba(244, 195, 64, 0.15);
  border-radius: 8px;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  color: #ff9c38;
  height: 50px;
  min-width: 50px;
  display: inline-block; }
  @media (max-width: 575px) {
    .ApCountdown .ap-countdown-time b {
      font-size: 16px;
      min-width: 44px; } }
.ApCountdown .ap-countdown-time span {
  display: none; }

.top-cate {
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 24px;
  margin-top: 65px;
  padding: 30px 0; }
  @media (min-width: 992px) {
    .top-cate {
      padding: 29px 0; }
      .top-cate .owl-item + .owl-item .block-carousel-container {
        border-left: 1px solid #F2F2F2; } }
  .top-cate .block-carousel-container {
    padding: 0 30px; }
@media (min-width: 1200px) and (max-width: 1499px) {
  .top-cate .block-carousel-container {
    min-height: 134px; } }

  .top-cate .image {
    display: flex;
    align-items: center;
    min-height: 80px; }
  .top-cate .left-side {
    flex: 0 0 62px;
    margin-right: 30px; }
  .top-cate p.sub-title {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 450;
    font-size: 15px;
    line-height: 27px;
    color: #656565; }
  .top-cate .title {
    font-family: "Signika";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #8BBE3B; }

.cat-w .cat_name {
  font-family: "Signika";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px; }
.cat-w img {
  object-fit: cover;
  border-radius: 24px; }
.cat-w a {
  display: block;
  position: relative; }
@media (max-width: 1199px) {
  .cat-w .widget-cate .owl-buttons {
    display: none; } }

.cate_box .block_content {
  display: grid;
  gap: 10px; }
  @media (min-width: 1200px) {
    .cate_box .block_content {
      grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 992px) and (max-width: 1199px) {
  .cate_box .block_content {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 768px) and (max-width: 991px) {
  .cate_box .block_content {
    grid-template-columns: repeat(4, 1fr); } }

  @media (max-width: 767px) {
    .cate_box .block_content {
      grid-template-columns: repeat(2, 1fr); } }

.liquid_box {
  position: relative;
  display: block; }
  .liquid_box .image_description {
    position: absolute;
    top: 0;
    left: 0;
    padding: 80px 35px; }
    @media (max-width: 991px) {
      .liquid_box .image_description {
        padding: 50px 35px; } }
  .liquid_box img {
    min-height: 280px;
    object-fit: cover;
    border-radius: 24px; }
  .liquid_box p {
    font-weight: 500;
    font-size: 15px;
    line-height: 27px; }
  .liquid_box h3 {
    font-family: "Signika";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px; }
    .liquid_box h3 span {
      display: block; }
    @media (max-width: 991px) {
      .liquid_box h3 {
        font-size: 30px;
        line-height: 32px; } }
  .liquid_box a {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    background: #8BBE3B;
    color: #ff9c38;
    border-radius: 5px;
    padding: 16px 45px;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.4s; }
@media (min-width: 768px) and (max-width: 991px) {
  .liquid_box a {
    margin-top: 10px;
    padding: 16px 30px; } }

    .liquid_box a:hover {
      background: #ff9c38;
      color: #8BBE3B; }
  .liquid_box .white {
    color: #fff; }
  .liquid_box .green {
    color: #8BBE3B; }
  .liquid_box .grey {
    color: #656565; }

@media (min-width: 1500px) {
  .tab_wrap .nav-tabs {
    position: absolute;
    top: 0;
    right: 15px; } }
.tab_wrap .nav-tabs .nav-item {
  float: none;
  display: inline-block;
  vertical-align: top; }
  .tab_wrap .nav-tabs .nav-item .nav-link {
    position: relative;
    padding: 7px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #656565;
    background: transparent;
    transition: all 0.3s;
    border: none;
    text-transform: capitalize; }
    .tab_wrap .nav-tabs .nav-item .nav-link:hover {
      color: #8BBE3B; }
    .tab_wrap .nav-tabs .nav-item .nav-link.active {
      border: none;
      background: rgba(244, 195, 64, 0.2);
      border-radius: 5px;
      color: #8BBE3B;
      font-weight: bold; }
.tab_wrap.center_tab_wrap {
  text-align: center; }
  .tab_wrap.center_tab_wrap .nav-tabs {
    position: static;
    margin-bottom: 30px; }

.banner_hoz {
  text-align: center;
  margin: 0 !important;
  padding: 180px 15px; }
  .banner_hoz h1 {
    font-family: "Signika";
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 60px;
    color: #8BBE3B; }
  .banner_hoz h2 {
    font-family: "Signika";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #8BBE3B; }
  .banner_hoz h3 {
    font-family: "Signika";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #8BBE3B; }
    .banner_hoz h3 span {
      color: #ff9c38; }
  .banner_hoz p {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #656565;
    display: block;
    margin-bottom: 60px; }
  .banner_hoz small {
    display: block;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #656565;
    margin-bottom: 70px; }
  .banner_hoz a {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #8BBE3B;
    background: #ff9c38;
    border-radius: 5px;
    padding: 16px 45px;
    transition: all 0.3s ease; }
    .banner_hoz a:hover {
      background: #8BBE3B;
      color: #ff9c38; }
  .banner_hoz h1.white, .banner_hoz p.white {
    color: #fff; }
  .banner_hoz .icon-video {
    font-size: 22px;
    color: #fff;
    width: 86px;
    height: 86px;
    background: #ff9c38;
    line-height: 86px;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.4s ease; }
    .banner_hoz .icon-video:hover {
      background: #8BBE3B; }
  .banner_hoz.line_text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 70px 0; }
    @media (max-width: 1199px) {
      .banner_hoz.line_text {
        flex-direction: column; }
        .banner_hoz.line_text a {
          margin-top: 20px; } }
    .banner_hoz.line_text a {
      background: #8BBE3B;
      color: #ff9c38; }
      .banner_hoz.line_text a:hover {
        color: #8BBE3B;
        background: #ff9c38; }
  .banner_hoz.banner_hoz_sd .image_description {
    margin: auto;
    text-align: center;
    max-width: 500px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .double-banner-w {
    margin-top: 30px;
    display: flex;
    gap: 15px; } }

.has-border {
  border-radius: 39px;
  overflow: hidden;
  margin: 0; }

@media (max-width: 767px) {
  .variant-box {
    margin-top: 30px; }
    .variant-box .liquid_box {
      margin-top: 30px; } }
.variant-box .banner_hoz {
  padding: 0 0;
  position: relative;
  border-radius: 34px;
  overflow: hidden; }
  .variant-box .banner_hoz p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px; }
  .variant-box .banner_hoz img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    min-height: 280px;
    object-fit: cover;
    border-radius: 24px; }
    @media (max-width: 767px) {
      .variant-box .banner_hoz img {
        min-height: 320px; } }
  .variant-box .banner_hoz .image_description {
    padding: 61px 0; }
    @media (max-width: 767px) {
      .variant-box .banner_hoz .image_description {
        padding: 45px 15px; } }
  .variant-box .banner_hoz a {
    background: #8BBE3B;
    color: #ff9c38;
    padding: 16px 45px;
    transition: all 0.3s ease; }
    .variant-box .banner_hoz a:hover {
      color: #8BBE3B;
      background: #ff9c38; }
.variant-box .liquid_box .image_description {
  padding: 41px 35px; }
@media (max-width: 767px) {
  .variant-box h3 {
    font-size: 30px;
    line-height: 36px; }
  .variant-box p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px; } }

.text-link {
  font-size: 14px;
  line-height: 22px;
  color: #656565; }
  .text-link a {
    font-family: "Signika";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.288px;
    color: #8BBE3B;
    border-bottom: 1px solid;
    margin: 0 0 0 30px; }
    .rtl .text-link a {
      margin: 0 30px 0 0; }
  @media (max-width: 767px) {
    .text-link a {
      display: block;
      margin: 0 0 0 0;
      border-bottom: none;
      position: relative; }
      .rtl .text-link a {
        margin: 0 0 0 0; } }

.location a {
  border: 1px solid rgba(249, 249, 249, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  height: 55px;
  display: inline-block;
  line-height: 50px;
  padding: 0 25px;
  margin-top: 40px;
  font-family: "Signika";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.288px;
  color: #ff9c38; }
  .location a img {
    margin-right: 20px; }
    .rtl .location a img {
      margin-left: 20px;
      margin-right: inherit; }

@media (min-width: 576px) {
  .pay img {
    width: auto !important; } }
.leo-more-cdown .deal-clock li {
  display: inline-block;
  vertical-align: middle;
  background: rgba(244, 195, 64, 0.1);
  border-radius: 8px;
  padding: 5px 0;
  min-width: 64px;
  text-align: center; }
  @media (max-width: 1499px) {
    .leo-more-cdown .deal-clock li {
      min-width: 40px; } }
  .leo-more-cdown .deal-clock li:not(:first-child) {
    position: relative;
    margin: 0 0 0 25px; }
    .rtl .leo-more-cdown .deal-clock li:not(:first-child) {
      margin: 0 25px 0 0; }
    .leo-more-cdown .deal-clock li:not(:first-child):before {
      content: ':';
      font-weight: bold;
      font-size: 24px;
      line-height: 40px;
      color: #BCBCBC;
      display: inline-block;
      margin: 0 15px;
      position: absolute;
      left: -32px;
      top: 0; }
    @media (max-width: 1499px) {
      .leo-more-cdown .deal-clock li:not(:first-child) {
        margin: 0 0 0 20px; }
        .rtl .leo-more-cdown .deal-clock li:not(:first-child) {
          margin: 0 20px 0 0; } }
.leo-more-cdown .deal-clock span {
  font-size: 12px;
  color: #BCBCBC;
  display: block; }
.leo-more-cdown .deal-clock b {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 22px;
  color: #8BBE3B; }
  @media (max-width: 1499px) {
    .leo-more-cdown .deal-clock b {
      font-size: 16px;
      letter-spacing: 2px; } }

.testimonial .left-side {
  margin-bottom: 40px; }
  .testimonial .left-side img {
    border-radius: 12px 12px 28px 12px;
    width: 80px;
    height: 80px;
    object-fit: cover; }
.testimonial .title {
  font-family: "Signika";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.288px;
  color: #8BBE3B;
  margin-bottom: 40px; }
.testimonial .descript {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.288px;
  color: #656565; }
.testimonial .image {
  max-width: 640px;
  margin: auto;
  padding: 0 30px; }
.testimonial .rating {
  font-size: 12px;
  line-height: 30px;
  color: #ff9c38;
  margin-top: 25px; }
@media (max-width: 767px) {
  .testimonial .owl-theme .owl-buttons {
    display: none; } }

@media (min-width: 768px) {
  .variant-banner {
    display: flex;
    gap: 30px;
    justify-content: center; } }
.variant-banner img {
  border-radius: 24px; }
@media (max-width: 767px) {
  .variant-banner .ApImage {
    padding: 0 15px; } }

.video {
  display: none; }

.about-wrap li {
  display: flex;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .about-wrap li {
      margin-bottom: 70px; } }
.about-wrap .text {
  margin-left: 30px; }
  .rtl .about-wrap .text {
    margin-right: 30px;
    margin-left: inherit; }
.about-wrap p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
  color: #656565; }
.about-wrap h6 {
  font-family: "Signika";
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #8BBE3B; }

.cate_cw .title_block {
  text-align: center; }
.cate_cw .cat_name {
  font-family: "Signika";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.288px;
  color: #8BBE3B;
  text-align: center;
  display: block;
  margin-top: 30px; }
.cate_cw .cover-img img {
  border-radius: 100%; }
.cate_cw a {
  display: block; }
  .cate_cw a .cover-img {
    border: 2px solid transparent;
    display: block;
    border-radius: 100%; }
  .cate_cw a:hover .cover-img {
    border: 2px solid #ff9c38; }
  .cate_cw a:hover img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px; }

.cate-list-w img {
  min-height: 278px;
  object-fit: cover;
  border-radius: 24px; }
.cate-list-w h5 {
  font-family: "Signika";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #FFFFFF; }
.cate-list-w a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.288px;
  color: #FFFFFF; }
.cate-list-w .right-side {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 35px; }
.cate-list-w .block-carousel-image-container {
  position: relative;
  margin-bottom: 30px; }
@media (max-width: 991px) {
  .cate-list-w .owl-theme .owl-buttons {
    display: none; } }

@media (min-width: 768px) {
  .flex-box {
    display: flex;
    align-items: center; } }
.text-box .sub {
  font-size: 20px;
  line-height: 30px;
  color: #656565; }
.text-box .title_block {
  font-size: 42px;
  line-height: 50px;
  padding: 0;
  margin-top: 15px; }
.text-box p {
  font-size: 15px;
  line-height: 27px;
  color: #656565; }
.text-box a {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #8BBE3B;
  background: #ff9c38;
  border-radius: 5px;
  padding: 16px 45px;
  transition: all 0.3s ease;
  margin-top: 60px;
  display: inline-block; }
  .text-box a:hover {
    background: #8BBE3B;
    color: #ff9c38; }
@media (min-width: 1200px) {
  .text-box {
    margin: 0 30% 0 0; }
    .rtl .text-box {
      margin: 0 0 0 30%; } }

.info-w {
  text-align: center; }
  @media (min-width: 768px) {
    .info-w {
      padding: 30px 0; } }
  .info-w h3 {
    font-family: "Signika";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px; }
  .info-w p {
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF; }

.info-box {
  padding: 96px 0 50px; }
  @media (min-width: 992px) {
    .info-box .ApColumn + .ApColumn:before {
      content: '';
      background: url("../../../../assets/img/modules/appagebuilder/img/right-arrow-1.png") center center no-repeat;
      width: 198px;
      height: 26px;
      position: absolute;
      top: 40%;
      left: -20%;
      transform: translateY(-40%); }
      .rtl .info-box .ApColumn + .ApColumn:before {
        right: -20%;
        left: auto; } }

.flex-catw {
  background: #fff;
  border-radius: 24px; }
  .flex-catw .image_description {
    height: 100%;
    padding: 55px 30px; }
  .flex-catw h4 {
    font-family: "Signika";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #3D3D3D; }
  .flex-catw li a {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.288px;
    color: #656565; }
  .flex-catw p a {
    font-family: "Signika";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.288px;
    color: #ff9c38;
    display: inline-block;
    padding: 16px 30px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 45px;
    transition: all  0.3s; }
    .flex-catw p a:hover {
      background: #8BBE3B;
      border: 1px solid #8BBE3B;
      color: #fff; }
  .flex-catw p {
    margin-bottom: 0; }
  @media (min-width: 576px) {
    .flex-catw {
      display: flex;
      overflow: hidden;
      flex-wrap: nowrap;
      max-height: 482px; }
      .flex-catw img {
        width: auto !important; } }
@media (min-width: 1200px) and (max-width: 1499px) {
  .flex-catw img {
    width: 50% !important;
    object-fit: cover; }
  .flex-catw p a {
    font-size: 14px;
    margin-top: 10px;
    padding: 16px 20px; }
  .flex-catw li a {
    font-size: 14px; } }

  @media (max-width: 575px) {
    .flex-catw img {
      border-radius: 24px; } }

@media (min-width: 992px) {
  .has-bg-w {
    display: flex;
    align-items: center;
    padding: 135px 0; } }
.has-bg-w .title_block {
  color: #fff;
  position: relative; }
  .has-bg-w .title_block span {
    display: block; }
  @media (min-width: 992px) {
    .has-bg-w .title_block {
      margin-left: 55px; }
      .rtl .has-bg-w .title_block {
        margin-right: 55px;
        margin-left: inherit; } }
  .has-bg-w .title_block:before {
    content: '';
    background: url("../../../../assets/img/modules/appagebuilder/img/testi.svg") center center no-repeat;
    display: block;
    width: 54px;
    height: 37px; }
.has-bg-w .testimonial {
  margin-bottom: 0 !important; }
  .has-bg-w .testimonial .title {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0; }
  .has-bg-w .testimonial .descript {
    color: #fff; }
  .has-bg-w .testimonial .image {
    text-align: center; }
  @media (min-width: 992px) {
    .has-bg-w .testimonial .descript {
      text-align: left;
      max-width: 382px; }
      .rtl .has-bg-w .testimonial .descript {
        text-align: right; }
    .has-bg-w .testimonial .image {
      text-align: left; }
      .rtl .has-bg-w .testimonial .image {
        text-align: right; }
    .has-bg-w .testimonial .title {
      text-align: left; }
      .rtl .has-bg-w .testimonial .title {
        text-align: right; } }

@media (min-width: 992px) {
  .margin-home {
    margin-bottom: 72px; }

  .margin-thome {
    margin-top: 70px; } }
@media (max-width: 991px) {
  .margin-thome {
    margin-top: 30px; } }
.text_link a {
  font-family: "Signika";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.288px;
  color: #BCBCBC;
  text-align: center;
  display: block;
  padding: 23px 0;
  cursor: pointer; }
  .text_link a:hover {
    color: #8BBE3B; }

@media (min-width: 992px) {
  .has-pad .block_content {
    padding: 0 45px; }
  .has-pad:before {
    content: '';
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 34px;
    width: calc(100% - 30px);
    height: calc(100% - 56px);
    position: absolute;
    top: 62px;
    right: 15px;
    left: 15px; } }
@media (max-width: 991px) {
  .has-pad {
    margin-bottom: 30px; } }
.has-pad .product-miniature {
  border-bottom: 1px solid #D9D9D9; }
.has-pad .block {
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .cat-w .owl-item .cat_name {
    font-size: 30px;
    line-height: 1;
    top: 60px; } }
.inner {
  line-height: 20px; }

ul li {
  line-height: 20px; }

.tabs-accordion-container[class*="accordion-"] .accordion-link {
  background: #ff9c38;
  color: #8BBE3B; }
  .tabs-accordion-container[class*="accordion-"] .accordion-link.active {
    color: #ff9c38;
    background: #8BBE3B; }

/*# sourceMappingURL=styles.css.map */
