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

.text-xs-center .title_block {
  text-align: center; }

.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;
      margin-bottom: 0px; } }
  @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 6 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 6 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 6 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: #E56D6D; }
  .widget-tabs li.active {
    border: 1px solid #E56D6D; }
    .widget-tabs li.active a {
      color: #E56D6D; }

.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 6 Pro";
    color: #EC5A5F;
    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%; }

.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 #EC5A5F;
    -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 .link-primary {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  padding: 11px 19px;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  margin-top: 34px;
  transition: all 0.3s ease; }
  .latest-blogs .link-primary i {
    padding-left: 5px; }
    .rtl .latest-blogs .link-primary i {
      padding-right: 5px;
      padding-left: inherit; }
  .latest-blogs .link-primary:hover {
    background: #fff;
    color: #EC5A5F; }
.latest-blogs .blog-image-container {
  overflow: hidden;
  border-radius: 5px;
  position: relative; }
.latest-blogs .blog_img_link img {
  width: 100%;
  object-fit: cover;
  min-height: 390px; }
.latest-blogs .blog-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  min-height: 56px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  margin-bottom: 18px;
  transition: all 0.3s ease; }
  .latest-blogs .blog-title a:hover {
    color: #EC5A5F; }
.latest-blogs .created {
  position: absolute;
  background: #FFFFFF;
  border-radius: 5px;
  top: 0;
  left: 0;
  margin: 10px;
  width: 50px;
  height: 50px; }
  .latest-blogs .created span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 14px; }
  .latest-blogs .created .b-month {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .latest-blogs .created time.date {
    display: block;
    padding: 10px 0;
    text-align: center; }
.latest-blogs .blog-desc {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 72px; }
.latest-blogs .blog-meta {
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  color: #999999; }
  .latest-blogs .blog-meta span + span:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #CB8161;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px; }
.latest-blogs .right-block {
  padding: 20px 0px; }
.latest-blogs a.view-more.link-primary {
  background: #EE6C87;
  color: #fff;
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px; }

/* 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: 15px;
  padding-right: 15px; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 100%;
    max-width: 100%;
    border-radius: 5px; }
.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: #EC5A5F;
  padding-left: 5px; }
  .rtl .copyright span {
    padding-right: 5px;
    padding-left: inherit; }

.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; }

.ap-wishlist .ap-total {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: -3px;
  right: -20px;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  background: #2d2d2d;
  border: 1px solid #FFFFFF;
  box-sizing: border-box; }

.ap-wishlist {
  position: relative; }

ul li {
  line-height: 20px; }

.tabs-accordion-container[class*="accordion-"] .accordion-link {
  border: 1px solid #999;
  color: #999;
  background: transparent;
  position: relative; }
  .tabs-accordion-container[class*="accordion-"] .accordion-link:before {
    content: '';
    background: #EC5A5F;
    height: 100%;
    width: 7px;
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    left: 0; }
    .rtl .tabs-accordion-container[class*="accordion-"] .accordion-link:before {
      right: 0;
      left: auto; }
  .tabs-accordion-container[class*="accordion-"] .accordion-link.active {
    color: #EC5A5F;
    border: 1px solid #2d2d2d; }

.mt-100 {
  margin-top: 30px; }

.pt-55 {
  padding-top: 55px; }

.pt-60,
.pt-70,
.pt-80,
.pt-90,
.pt-100 {
  padding-top: 30px; }

.pb-70,
.pb-90,
.pb-100,
.pb-110 {
  padding-bottom: 30px; }

@media (min-width: 992px) {
  .pt-100 {
    padding-top: 100px; }

  .pb-60 .block,
  .pb-80 .block,
  .pt-60 .block,
  .pb-70 .block,
  .pt-70 .block,
  .pt-80 .block,
  .pt-100 .block,
  .pt-90 .block {
    margin-bottom: 0; }
    .pb-60 .block + .block,
    .pb-80 .block + .block,
    .pt-60 .block + .block,
    .pb-70 .block + .block,
    .pt-70 .block + .block,
    .pt-80 .block + .block,
    .pt-100 .block + .block,
    .pt-90 .block + .block {
      margin-top: 30px; }

  .pt-60 {
    padding-top: 60px; }

  .pt-70 {
    padding-top: 70px; }

  .pt-80 {
    padding-top: 80px; }

  .pt-90 {
    padding-top: 90px; }

  .pb-110 {
    padding-bottom: 100px; }

  .pb-100 {
    padding-bottom: 100px; }

  .pb-90 {
    padding-bottom: 90px; }

  .pb-80 {
    padding-bottom: 80px; }

  .pb-70 {
    padding-bottom: 70px; }

  .pb-60 {
    padding-bottom: 60px; } }
.testimonial .block-carousel-image-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }
.testimonial .title,
.testimonial p.sub-title {
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  text-align: center; }
.testimonial p.sub-title {
  color: #999999; }
.testimonial .title {
  margin-top: 30px;
  color: #000000; }
.testimonial .rate {
  color: #F6BE2F;
  font-size: 14px; }

.video {
  display: none; }

.play-button {
  text-align: center;
  color: #fff;
  font-size: 40px;
  display: block;
  padding: 364px 0px 304px;
  cursor: pointer;
  margin-bottom: 0 !important;
  position: relative; }

.manufacturer-image-container.image {
  text-align: center; }

.play-btn {
  cursor: pointer; }

.widget-category_image a {
  display: block;
  position: relative; }
  .widget-category_image a:hover .leo-qty {
    transform: translateY(-26px);
    opacity: 0;
    visibility: hidden; }
  .widget-category_image a:hover .link {
    opacity: 1;
    visibility: visible;
    transform: translateY(-15px); }
.widget-category_image .leo-qty {
  font-size: 14px;
  line-height: 26px;
  color: #666; }
.widget-category_image .leo-qty span {
  padding-left: 5px; }
.widget-category_image .link {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease; }
  .widget-category_image .link span {
    padding-right: 5px; }

.liquid_box {
  position: relative; }
  .liquid_box .image_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8% 12%; }
  .liquid_box h4 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 0; }
  .liquid_box p {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 44px;
    color: #fff; }
  .liquid_box a i {
    margin-left: 5px; }
    .rtl .liquid_box a i {
      margin-right: 5px;
      margin-left: inherit; }
  .liquid_box.detail-banner .link-primary {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 11px 19px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-top: 34px;
    transition: all 0.3s ease; }
    .liquid_box.detail-banner .link-primary i {
      padding-left: 5px; }
      .rtl .liquid_box.detail-banner .link-primary i {
        padding-right: 5px;
        padding-left: inherit; }
    .liquid_box.detail-banner .link-primary:hover {
      background: #fff;
      color: #EC5A5F; }
  .liquid_box.detail-banner .image_description {
    padding: 8%;
    top: 0;
    bottom: auto;
    text-align: left; }
  .liquid_box.detail-banner:hover p.tiny:before {
    width: 100%; }
  .liquid_box.detail-banner p.tiny {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #999999;
    position: relative;
    display: inline-block; }
    .liquid_box.detail-banner p.tiny:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 0;
      height: 2px;
      left: auto;
      right: 0;
      bottom: -2px;
      background-color: #fff;
      transition: all .3s ease; }
  .liquid_box.detail-banner p.price {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #F42325;
    margin-top: 15px; }
  .liquid_box.detail-banner h3 {
    font-family: "Viga", sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
    line-height: 36px; }

.service-item {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  padding: 0 20px; }
  .service-item h4, .service-item h6 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px; }
  @media (max-width: 991px) {
    .service-item {
      padding-bottom: 30px; } }

.contact-footer p.title {
  font-weight: bold;
  line-height: 28px;
  color: #fff; }
.contact-footer p a {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #CB8161;
  display: block;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .flex-w {
    display: flex;
    align-items: center; }
    .flex-w .ApColumn .block {
      margin-bottom: 0; } }
.cat-list {
  margin-bottom: 0 !important; }
  .cat-list .block_content {
    display: flex;
    justify-content: space-between;
    gap: 15px; }
  .cat-list .nbproducts {
    text-align: center;
    margin-top: 18px; }

.text-box .title_block {
  color: #D12127;
  margin-bottom: 11px; }
.text-box p {
  max-width: 540px; }

@media (max-width: 767px) {
  .cat-list .block_content {
    flex-direction: column; }
    .cat-list .block_content ul {
      flex: 1; } }
.top-about {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  margin-bottom: 0 !important;
  text-align: center;
  margin: auto; }
  .top-about .sub-title-widget {
    color: #ffff;
    text-align: center !important; }
  .top-about p {
    color: #fff; }

.border-top {
  border-top: 1px solid #E5E5E5; }

#cms .sub-title-widget {
  font-family: Be Vietnam Pro;
  text-transform: none;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: left; }
#cms .ApColumn:nth-child(2) .about-item:first-child:before {
  background: #F1F3E8; }
#cms .ApColumn:nth-child(2) .about-item:last-child:before {
  background: #FFF2E5; }
#cms .ApColumn:nth-child(3) .about-item:first-child:before {
  background: #E8EDFC; }
#cms .ApColumn:nth-child(3) .about-item:last-child:before {
  background: #FDEDEC; }
#cms .manufacturers_block .manufacturer-image-container {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #cms .manufacturers_block .manufacturer-image-container a {
    display: block; }
#cms .testimonial:before {
  display: none; }
#cms .testimonial .line {
  display: flex;
  align-items: center;
  border-bottom: none;
  margin-top: 30px; }
#cms .testimonial .title {
  margin-top: 0 !important; }
#cms .testimonial p.sub-title {
  margin-bottom: 0; }
#cms .testimonial .descript {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-transform: capitalize;
  text-align: left; }
#cms .testimonial .subject {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000; }
#cms .testimonial .rate {
  font-size: 11px;
  margin-bottom: 20px; }
#cms .testimonial .block-carousel-image-container {
  min-height: 400px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 9%; }
#cms .testimonial .owl-item.first .image {
  background: #E8F3EA; }
#cms .testimonial .owl-item:nth-child(2) .image {
  background: #F1F3E8; }
#cms .testimonial .owl-item.last .image {
  background: #FDEDEC; }

.about-w,
.mission-box {
  max-width: 450px; }
  .about-w .link-primary,
  .mission-box .link-primary {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 11px 19px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-top: 34px;
    transition: all 0.3s ease; }
    .about-w .link-primary i,
    .mission-box .link-primary i {
      padding-left: 5px; }
      .rtl .about-w .link-primary i, .rtl
      .mission-box .link-primary i {
        padding-right: 5px;
        padding-left: inherit; }
    .about-w .link-primary:hover,
    .mission-box .link-primary:hover {
      background: #fff;
      color: #EC5A5F; }

@media (min-width: 992px) {
  .about-w {
    margin-left: 95px; }
    .rtl .about-w {
      margin-right: 95px;
      margin-left: inherit; } }
.about-item {
  position: relative;
  padding-top: 20px;
  padding-left: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px; }
  .about-item .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000; }
  .about-item:before {
    width: 45px;
    height: 45px;
    content: '';
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .about-item p {
    margin-bottom: 0; }

.Apcounter {
  padding: 65px 0 30px; }
  .Apcounter .numscroller {
    font-weight: bold;
    font-size: 60px;
    line-height: 44px;
    color: #000;
    display: inline-block;
    vertical-align: top; }
  .Apcounter li {
    position: relative;
    flex: 1;
    text-align: center; }
  .Apcounter .counter-suffix {
    font-weight: bold;
    font-size: 36px;
    color: #EC5A5F;
    display: inline-block;
    vertical-align: top; }
  .Apcounter p {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center; }
  .Apcounter ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0; }

.countdown-w .ap-countdown-time {
  background: #E66D6D;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 30px; }
  .rtl .countdown-w .ap-countdown-time {
    margin-right: 30px;
    margin-left: inherit; }
  .countdown-w .ap-countdown-time li {
    display: inline-block;
    vertical-align: middle; }
  .countdown-w .ap-countdown-time span {
    display: none; }
  .countdown-w .ap-countdown-time li + li:before {
    content: ':';
    display: inline-block;
    font-size: inherit;
    padding: 0 5px; }
.countdown-w h4.title_block {
  display: inline-block; }
.countdown-w .ap-countdown-link {
  float: right;
display:none;}
  .rtl .countdown-w .ap-countdown-link {
    float: left; }
  .countdown-w .ap-countdown-link:after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: inherit;
    padding-left: 10px; }
    .rtl .countdown-w .ap-countdown-link:after {
      padding-right: 10px;
      padding-left: inherit; }
  @media (max-width: 767px) {
    .countdown-w .ap-countdown-link {
      display: none; } }

.testimonial .rating {
  color: #F6BE2F;
  margin-bottom: 20px; }
.testimonial h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px; }
.testimonial .descript {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #666666; }

.blog-viewall a {
  background: transparent;
  color: #999; }
  .blog-viewall a:after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: inherit;
    padding-left: 10px; }
    .rtl .blog-viewall a:after {
      padding-right: 10px;
      padding-left: inherit; }
  .blog-viewall a:hover {
    background: transparent;
    color: #EC5A5F; }

.fix-border {
  border-radius: 35px; }

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