<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************
  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; }

.title_block {
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  display: block;
  padding: 0;
  margin-bottom: 20px;
  color: #01213A;
  text-transform: none; }

@media (max-width: 767px) {
  .title-ap-group,
  .sub-title-ap-group {
    padding-left: 15px;
    padding-right: 15px; } }

.sub-title-widget {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #797979;
  text-transform: none;
  margin-bottom: 36px; }

.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 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 &gt; li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs &gt; li &gt; 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 &gt; li &gt; 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 &gt; li &gt; a:hover, .tabs-below .nav-tabs &gt; li &gt; a:focus {
        border-top-color: #eaeaea;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs &gt; .active a, .tabs-below .nav-tabs &gt; .active a:hover, .tabs-below .nav-tabs &gt; .active a:focus {
    border-color: transparent #eaeaea #eaeaea #eaeaea; }

.tabs-left .nav-tabs &gt; li, .tabs-right .nav-tabs &gt; li {
  float: none; }
  .tabs-left .nav-tabs &gt; li &gt; a, .tabs-right .nav-tabs &gt; li &gt; a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs &gt; li &gt; a, .rtl .tabs-right .nav-tabs &gt; li &gt; 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 &gt; li &gt; 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 &gt; li &gt; a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs &gt; li &gt; 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 &gt; li &gt; a:hover, .tabs-left .nav-tabs &gt; li &gt; a:focus {
      border-color: #eeeeee #eaeaea #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active &gt; a, .tabs-left .nav-tabs .active &gt; a:hover, .tabs-left .nav-tabs .active &gt; 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 &gt; li &gt; 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 &gt; li &gt; a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs &gt; li &gt; 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 &gt; li &gt; a:hover, .tabs-right .nav-tabs &gt; li &gt; a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #eaeaea; }
  .tabs-right .nav-tabs .active &gt; 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: #01213A; }
  .widget-tabs li.active {
    border: 1px solid #E84F69; }
    .widget-tabs li.active a {
      color: #E84F69; }

.block .nav-pills &gt; li.active &gt; a {
  position: relative; }
  .block .nav-pills &gt; li.active &gt; a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "Font Awesome 5 Pro";
    color: #E84F69;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills &gt; li.active &gt; a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills &gt; li.active &gt; 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 &gt; li &gt; a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs &gt; li.active a, .nav-tabs &gt; li.active a:hover, .nav-tabs &gt; 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 &gt; .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 &gt; .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"] &gt; 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 #E84F69;
    -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; }
.latest-blogs .blog_img_link img {
  width: 100%;
  object-fit: cover; }
.latest-blogs .blog-title {
  text-transform: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 11px;
  transition: all 0.3s ease; }
  .latest-blogs .blog-title a {
    color: #01213A; }
    .latest-blogs .blog-title a:hover {
      color: #E84F69; }
.latest-blogs a.view-more {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  text-transform: none;
  color: #01213A;
  background: #F5F5F5;
  border-radius: 100px;
  height: 40px;
  display: inline-block;
  padding: 7px 20px;
  margin-top: 20px;
  transition: all 0.3s ease; }
  .latest-blogs a.view-more i {
    margin-left: 5px; }
    .rtl .latest-blogs a.view-more i {
      margin-right: 5px;
      margin-left: inherit; }
  .latest-blogs a.view-more:hover {
    color: #fff;
    background: #01213A; }
.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 {
  font-size: 12px;
  line-height: 24px;
  color: #777777;
  text-transform: uppercase;
  margin-top: 20px; }
  .latest-blogs .blog-meta .author {
    color: #000; }
  .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: 0px 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%; }
.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: #E84F69; }

.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: -16px;
  left: auto;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  background: #E84F69;
  border: 1px solid #FFFFFF;
  box-sizing: border-box; }
  .rtl .ap-wishlist .ap-total {
    right: auto;
    left: -16px; }

.ap-wishlist {
  position: relative; }

ul li {
  line-height: 20px; }

.tabs-accordion-container[class*="accordion-"] .accordion-link {
  color: #4d4d4d; }
  .tabs-accordion-container[class*="accordion-"] .accordion-link.active {
    color: #E84F69; }

@media (min-width: 992px) {
  .mb_80 {
    margin-bottom: 80px; }
    .mb_80 .block {
      margin-bottom: 0; }
      .mb_80 .block + .block {
        margin-top: 30px; }
    .mb_80 .thumbnail-container {
      margin-bottom: 0; }

  .pb_80px {
    padding-bottom: 80px; } }
.liquid_box {
  position: relative;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .liquid_box img {
      min-height: 240px;
      object-fit: cover;
      transition: all 0.3s ease; } }

.abs-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10% 15%; }
  .abs-inner a {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: none;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 100px;
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    background: transparent;
    transition: all 0.3s ease; }
    .abs-inner a i {
      margin-left: 5px;
      transition: all 0.3s ease;
      font-size: 12px; }
      .rtl .abs-inner a i {
        margin-right: 5px;
        margin-left: inherit; }
    .abs-inner a:focus, .abs-inner a:hover {
      color: #E84F69; }
  .abs-inner &gt; * {
    color: #fff; }
  .abs-inner p {
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 0; }
  .abs-inner h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: none; }
  .abs-inner h6 {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 0; }
  .abs-inner a {
    margin-top: 36px; }

.service-item {
  display: flex;
  align-items: center; }
  .service-item .icon {
    font-size: 28px;
    line-height: 42px;
    margin: 0 15px;
    color: #01213A; }
  .service-item .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #01213A;
    text-transform: none; }
  .service-item p {
    font-size: 13px;
    line-height: 24px;
    color: #797979;
    text-transform: none;
    margin-bottom: 0; }

.product-tabs .nav-tabs,
.product-tabs-2 .nav-tabs {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px; }
.product-tabs .nav-item,
.product-tabs-2 .nav-item {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.product-tabs-2 .title_block {
  margin: 0 auto 20px;
  text-align: center; }
.product-tabs-2 .nav-item .nav-link, .product-tabs-2 .nav-item .nav-separtor {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #797979;
  text-transform: uppercase; }

@media (min-width: 768px) and (max-width: 991px) {
  .one-line .liquid_box {
    width: 50%;
    float: left; }
  .one-line .liquid_box:first-child {
    padding-right: 15px; }
  .one-line .liquid_box:last-child {
    padding-left: 15px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .inline-md .liquid_box img {
    max-height: 347px; }

  .mb_80 .one-line .block {
    margin-top: 30px; } }
.countdown-w {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0 332px; }
  .countdown-w .title_block {
    order: 2;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px; }
  .countdown-w .sub-title-widget {
    order: 1;
    color: #FFFFFF; }
  .countdown-w p:not([class]) {
    order: 3;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px; }
  .countdown-w .ap-countdown-time {
    order: 4; }
  .countdown-w p.ap-countdown-link {
    order: 4;
    display: block;
    margin-top: 30px; }
    .countdown-w p.ap-countdown-link a {
      color: #000;
      font-size: 14px;
      line-height: 24px;
      background: #fff;
      border-radius: 24px;
      height: 50px;
      display: inline-block;
      vertical-align: middle;
      text-transform: none;
      padding: 12px 25px;
      transition: 0.4s ease; }
      .countdown-w p.ap-countdown-link a i {
        padding-left: 10px;
        font-size: 12px; }
        .rtl .countdown-w p.ap-countdown-link a i {
          padding-right: 10px;
          padding-left: inherit; }
      .countdown-w p.ap-countdown-link a:hover {
        color: #fff;
        background: #E84F69; }
  .countdown-w li {
    display: inline-block;
    vertical-align: middle; }
    .countdown-w li + li {
      padding-left: 50px;
      position: relative; }
      .rtl .countdown-w li + li {
        padding-right: 50px;
        padding-left: inherit; }
      .countdown-w li + li:before {
        content: ':';
        font-weight: bold;
        font-size: 28px;
        line-height: 24px;
        display: block;
        color: #fff;
        margin-left: 20px;
        position: absolute;
        right: auto;
        left: 0;
        top: 8px; }
        .rtl .countdown-w li + li:before {
          margin-right: 20px;
          margin-left: inherit; }
        .rtl .countdown-w li + li:before {
          right: 0;
          left: auto; }
      @media (max-width: 767px) {
        .countdown-w li + li {
          padding-left: 30px; }
          .rtl .countdown-w li + li {
            padding-right: 30px;
            padding-left: inherit; }
          .countdown-w li + li:before {
            margin-left: 10px; }
            .rtl .countdown-w li + li:before {
              margin-right: 10px;
              margin-left: inherit; } }
  .countdown-w b {
    font-weight: bold;
    font-size: 42px;
    line-height: 40px;
    color: #fff;
    display: block; }
    @media (max-width: 767px) {
      .countdown-w b {
        font-size: 30px; } }
  .countdown-w span {
    display: block;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    text-align: center; }

.text-flex {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .text-flex {
      margin: 0 30% 0 10%; }
      .rtl .text-flex {
        margin: 0 10% 0 30%; } }
  .text-flex h4.title_block {
    order: 2;
    font-size: 40px;
    line-height: 50px; }
    @media (max-width: 991px) {
      .text-flex h4.title_block {
        text-align: left; }
        .rtl .text-flex h4.title_block {
          text-align: right; } }
  .text-flex .sub-title-widget {
    order: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #4D4D4D;
    text-align: left;
    margin-bottom: 15px; }
    .rtl .text-flex .sub-title-widget {
      text-align: right; }
  .text-flex .block_content {
    order: 3; }
  .text-flex a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border: 2px solid #01213A;
    box-sizing: border-box;
    border-radius: 100px;
    height: 50px;
    padding: 11px 30px;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.4s ease; }
    .text-flex a:hover {
      background: #01213A;
      color: #fff; }
    .text-flex a i {
      padding-left: 10px; }
      .rtl .text-flex a i {
        padding-right: 10px;
        padding-left: inherit; }

@media (min-width: 992px) {
  .flex-w {
    display: flex;
    align-items: center; } }
.text-flex-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 153px 0px;
  text-align: center;
  max-width: 610px;
  margin: 0 auto !important; }
  .text-flex-2 h4.title_block {
    order: 2;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    max-width: 550px;
    text-transform: none; }
  .text-flex-2 .sub-title-widget {
    order: 1;
    color: #4BC4E0; }
  .text-flex-2 .block_content {
    order: 3; }
  .text-flex-2 a {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: none;
    color: #FFFFFF;
    background: #E84F69;
    border-radius: 100px;
    padding: 11px 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    transition: all 0.4s ease; }
    .text-flex-2 a:hover {
      background: #01213A;
      color: #fff; }
    .text-flex-2 a i {
      padding-left: 10px; }
      .rtl .text-flex-2 a i {
        padding-right: 10px;
        padding-left: inherit; }

.contact-w .block_content div {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #ACACAC;
  margin-top: 13px; }
  .contact-w .block_content div:first-child a {
    font-size: 18px;
    line-height: 32px;
    color: #E84F69; }
    @media (min-width: 1200px) {
      .contact-w .block_content div:first-child a {
        font-size: 26px; } }
.contact-w a {
  color: #ACACAC; }
.contact-w .icon {
  margin-right: 10px; }
  .rtl .contact-w .icon {
    margin-left: 10px;
    margin-right: inherit; }

.category-w .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-transform: none;
  color: #000000;
  margin-bottom: 15px; }
.category-w a.view-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  transition: all 0.3s; }
  .category-w a.view-more:hover {
    color: #E84F69; }
.category-w li a {
  font-size: 14px;
  line-height: 30px;
  color: #4d4d4d;
  transition: all 0.3s; }
  .category-w li a:hover {
    color: #E84F69; }
.category-w .descript {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px; }
.category-w .sub-title {
  text-transform: none; }
.category-w img {
  min-height: 270px;
  width: 100%;
  object-fit: cover; }
.category-w .block-carousel-image-container.image {
  position: relative; }
.category-w .block-carousel-container + .block-carousel-container {
  margin-top: 30px; }

.testimonial {
  text-align: center; }
  .testimonial .descript {
    font-size: 16px;
    line-height: 24px;
    color: #797979;
    margin-top: 12px;
    margin-bottom: 20px; }
  .testimonial .sub-title {
    text-transform: none; }
  .testimonial .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #01213A; }
  .testimonial .block-carousel-image-container.image {
    max-width: 620px;
    margin: auto;
    padding: 53px 0 101px; }
  .testimonial .owl-pagination {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0; }

.text-w {
  text-align: center; }
  .text-w a {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: none;
    color: #01213A;
    background: transparent;
    border: 2px solid;
    border-radius: 100px;
    padding: 11px 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    transition: all 0.4s ease; }
    .text-w a:hover {
      background: #01213A;
      color: #fff; }
    .text-w a i {
      padding-left: 10px; }
      .rtl .text-w a i {
        padding-right: 10px;
        padding-left: inherit; }

.cate_box .title {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  text-transform: none;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(0);
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  bottom: 30px; }
  @media (min-width: 992px) {
    .cate_box .title {
      bottom: 0;
      opacity: 0;
      visibility: hidden; } }
.cate_box a {
  display: block;
  position: relative; }
  .cate_box a:hover .title {
    transform: translateY(-15px);
    opacity: 1;
    visibility: visible; }
.cate_box img {
  width: 100%;
  object-fit: cover; }

.cat-wb .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
  color: #01213A;
  margin-top: 11px;
  text-align: center; }

.cat-item {
  position: relative; }
  .cat-item h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-transform: none;
    color: #01213A;
    background: #FFFFFF;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 0;
    padding: 2px 20px; }
  .cat-item .image_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 30px 15px;
    cursor: pointer; }

.banner-line .image {
  position: relative; }
.banner-line img {
  width: 100%;
  object-fit: cover; }
.banner-line .abs-inner {
  padding: 5% 8%; }
.banner-line .abs-inner h4 {
  margin-bottom: 0;
  font-weight: 500; }
.banner-line h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  text-transform: none; }

.manufacturers_block a {
  display: block; }
  .manufacturers_block a img {
    text-align: center;
    margin: auto;
    display: block; }

.text {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.2em;
  text-transform: none;
  color: #01213A;
  text-align: center;
  padding: 29px 0; }

.banner .image_description {
  text-align: center;
  padding: 0 15px; }
.banner h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
  color: #01213A;
  margin-bottom: 10px;
  margin-top: 20px; }
.banner p {
  padding-bottom: 20px;
  display: block; }
.banner.big h3 {
  font-size: 30px;
  line-height: 40px; }

.banner_hoz {
  padding: 42px 15px; }
  .banner_hoz h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #01213A; }
  .banner_hoz p {
    color: #4d4d4d;
    text-transform: none;
    font-size: 16px; }
  .banner_hoz .right p {
    color: #01213A;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase; }
  .banner_hoz strong {
    font-size: 36px;
    line-height: 40px;
    display: block; }
  @media (min-width: 992px) {
    .banner_hoz {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .banner_hoz {
      padding: 42px 50px; } }
  @media (min-width: 576px) {
    .banner_hoz .text-content {
      display: flex;
      align-items: center; }
    .banner_hoz .right {
      margin-left: 100px;
      padding-left: 40px;
      border-left: 1px solid rgba(1, 33, 58, 0.2); } }
  .banner_hoz .button-banner a {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: none;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 100px;
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    background: transparent;
    transition: all 0.3s ease; }
    .banner_hoz .button-banner a i {
      margin-left: 5px;
      transition: all 0.3s ease;
      font-size: 12px; }
      .rtl .banner_hoz .button-banner a i {
        margin-right: 5px;
        margin-left: inherit; }
    .banner_hoz .button-banner a:focus, .banner_hoz .button-banner a:hover {
      color: #E84F69; }
  .banner_hoz .button-banner a {
    background: #fff;
    height: 50px;
    color: #01213A;
    padding: 8px 40px;
    border: none; }
    .banner_hoz .button-banner a:hover {
      background: #E84F69;
      color: #fff; }

.half-padding {
  padding-left: 5px;
  padding-right: 5px; }

.border-bottom {
  position: relative; }
  .border-bottom:before {
    content: '';
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block !important;
    box-sizing: content-box;
    padding: 0px 1000px;
    overflow: hidden;
    margin-left: -1000px;
    background-size: cover; }
    .rtl .border-bottom:before {
      margin-right: -1000px;
      margin-left: inherit; }

.tabs-accordion-container[class*="accordion-"] .accordion-link {
  border: none;
  border-left: 15px solid #ffc48b;
  background: #fff6ee;
  padding: 15px 20px; }

/*# sourceMappingURL=styles.css.map */
</pre></body></html>