/***************************************************
  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 
 */
/***********************************************************************/
body {
  background-color: #ffffff; }

/* Title Block */
.ApColumn .block,
.ApRow .block,
.ApHtml .block {
  margin-bottom: 2.5rem; }
.ApColumn .title_block,
.ApRow .title_block,
.ApHtml .title_block {
  color: #1d2b39;
  margin: 0px;
  font-size: 36px;
  padding-bottom: 0.9375rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .ApColumn .title_block,
    .ApRow .title_block,
    .ApHtml .title_block {
      font-size: 30px; } }
.ApColumn .sub-title-widget,
.ApRow .sub-title-widget,
.ApHtml .sub-title-widget {
  font-size: 15px;
  line-height: 30px;
  color: #8e8e8e;
  opacity: 0.8; }

.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; }

.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; }
  .block-toggler .navbar-toggler .add,
  .block-toggler .navbar-toggler .remove,
  .footer-container .links .navbar-toggler .add,
  .footer-container .links .navbar-toggler .remove {
    font-size: 25px;
    color: #ffffff;
    font-weight: bold; }
.block-toggler.ApBlockLink ul li,
.footer-container .links.ApBlockLink ul li {
  margin-bottom: 1.25rem; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons,
  .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse,
.footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse,
    .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse,
    .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in,
      .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  max-width: 600px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    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;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane,
.tab-content .pill-pane,
.pill-content .tab-pane,
.pill-content .pill-pane {
  display: none; }
.tab-content .active,
.pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #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: #8e8e8e; }
  .widget-tabs li.active {
    border: 1px solid #4d9087; }
    .widget-tabs li.active a {
      color: #4d9087; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "FontAwesome";
    color: #4d9087;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a,
  .nav-tabs > li.active a:hover,
  .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    -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: #4d9087; }
  .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 #4d9087;
    -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
*/
@media screen and (max-width: 480px) {
  .manufacturers_block {
    margin-bottom: 0 !important; } }
.manufacturers_block .owl-item {
  display: flex;
  justify-content: center; }
  .manufacturers_block .owl-item img {
    padding: 0 30px;
    margin: 10px; }
    .manufacturers_block .owl-item img:hover {
      -moz-box-shadow: 0px 0px 6px #ccc;
      -webkit-box-shadow: 0px 0px 6px #ccc;
      -o-box-shadow: 0px 0px 6px #ccc;
      -ms-box-shadow: 0px 0px 6px #ccc;
      box-shadow: 0px 0px 6px #ccc;
      border-radius: 5px; }

/*
  Widget Category Image
*/
.widget-category_image .cover-img {
  display: flex;
  justify-content: center;
  padding-right: 1.25rem;
  padding-bottom: 20px; }
  .rtl .widget-category_image .cover-img {
    padding-left: 1.25rem;
    padding-right: inherit; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

.categories_h4 .cover-img {
  display: unset; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0;
  padding-bottom: 2.5rem; }
  .latest-blogs .blog-image-container {
    float: left;
    padding-right: 0.625rem;
    overflow: hidden;
    margin-bottom: 0.9375rem; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
    .rtl .latest-blogs .blog-image-container {
      padding-left: 0.625rem;
      padding-right: inherit; }
  .latest-blogs .blog-title {
    font-size: 0.875rem;
    line-height: 20px;
    width: 90%;
    margin: auto;
    line-height: 30px; }
  .latest-blogs .blog-desc {
    padding-top: 0.9375rem;
    line-height: 25px;
    margin: auto;
    width: 75%; }
  .latest-blogs .btn {
    border: 2px solid #e5e4e4;
    padding: 8px 35px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 30px;
    color: #1d2b39;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    .latest-blogs .btn:hover {
      border: 2px solid #4d9087;
      color: #4d9087; }

/* 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 */
.istagram-pages-two .instagram-block {
  padding: 20px; }
  .istagram-pages-two .instagram-block .owl-item {
    padding-left: 10px;
    padding-right: 10px; }
    .istagram-pages-two .instagram-block .owl-item:nth-child(2n) {
      padding-top: 40px;
      margin-left: -58px;
      margin-right: -58px; }
      .rtl .istagram-pages-two .instagram-block .owl-item:nth-child(2n) {
        margin-right: -58px;
        margin-left: inherit; }
      .rtl .istagram-pages-two .instagram-block .owl-item:nth-child(2n) {
        margin-left: -58px;
        margin-right: inherit; }
      @media screen and (max-width: 480px) {
        .istagram-pages-two .instagram-block .owl-item:nth-child(2n) {
          margin-left: -25px;
          margin-right: -25px; }
          .rtl .istagram-pages-two .instagram-block .owl-item:nth-child(2n) {
            margin-right: -25px;
            margin-left: inherit; }
          .rtl .istagram-pages-two .instagram-block .owl-item:nth-child(2n) {
            margin-left: -25px;
            margin-right: inherit; } }

.instagram-block {
  margin-bottom: 0 !important; }
  .instagram-block .owl-item {
    padding-left: 0;
    padding-right: 0; }
    .instagram-block .owl-item .block-carousel-container {
      margin-bottom: 30px; }
  .instagram-block a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%; }
    .instagram-block a img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
      max-width: 100%;
      transition: all 0.4s; }
      .instagram-block a img:hover {
        filter: brightness(0.5); }
    .instagram-block a:before {
      content: "\f16d";
      font-family: "FontAwesome";
      font-size: 35px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      color: #ffffff;
      padding: 10px 10px 26px 7px;
      margin-left: -20px;
      margin-top: -10px;
      transform: scale(0);
      transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47); }
  .instagram-block a:hover:before {
    transform: scale(1); }
  .instagram-block .link-instagram {
    display: none; }
    .instagram-block .link-instagram a {
      margin: 0.625rem 0 0; }

#instafeed.normal-list > div {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    #instafeed.normal-list > div:nth-child(3n + 1) {
      clear: both; } }
  @media (max-width: 992px) and (min-width: 480px) {
    #instafeed.normal-list > div:nth-child(2n + 1) {
      clear: both; } }
  #instafeed.normal-list > div img {
    max-width: 100%; }

/* 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; }

/* COUNTER Widget */
.Apcounter {
  color: #666; }
  .Apcounter ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 576px) {
      .Apcounter ul {
        flex-direction: column; } }
    .Apcounter ul li {
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        .Apcounter ul li {
          width: 33.333%; } }
  .Apcounter .counter-number-wrapper span {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 5px; }
  .Apcounter p {
    margin-bottom: 0; }
  .Apcounter .counter_title_top {
    color: #666;
    margin: 10px 0 5px; }

@media screen and (max-width: 480px) {
  .header-nav {
    display: none; } }

.header-top .ApRawHtml {
  margin-bottom: 0; }
  .header-top .ApRawHtml .top-pages {
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid #e5e4e4; }
    .header-top .ApRawHtml .top-pages p {
      font-size: 12px;
      font-weight: bold;
      color: #1d2b39;
      letter-spacing: 1px;
      margin-bottom: 3px !important; }
      .header-top .ApRawHtml .top-pages p .twenty-off {
        color: #4d9087; }

.pd-header {
  padding-top: 10px; }

.ApLogo {
  display: flex;
  justify-content: center;
  padding-top: 20px; }

.col-info-right {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-right: 45px; }
  @media screen and (max-width: 992px) {
    .col-info-right {
      float: right; }
      .rtl .col-info-right {
        float: left; } }
  @media screen and (max-width: 480px) {
    .col-info-right {
      padding-top: 27px; } }
  .rtl .col-info-right {
    padding-left: 45px;
    padding-right: inherit; }
  .col-info-right #leo_block_top {
    padding-right: 30px; }
    .rtl .col-info-right #leo_block_top {
      padding-left: 30px;
      padding-right: inherit; }
    @media screen and (max-width: 576px) {
      .col-info-right #leo_block_top {
        padding-right: 15px; }
        .rtl .col-info-right #leo_block_top {
          padding-left: 15px;
          padding-right: inherit; } }
    .col-info-right #leo_block_top i {
      font-size: 22px;
      font-weight: bold;
      color: #1d2b39; }
      .col-info-right #leo_block_top i:hover {
        color: #4d9087; }
  .col-info-right .userinfo-selector {
    padding-right: 30px; }
    .rtl .col-info-right .userinfo-selector {
      padding-left: 30px;
      padding-right: inherit; }
    @media screen and (max-width: 576px) {
      .col-info-right .userinfo-selector {
        padding-right: 15px; }
        .rtl .col-info-right .userinfo-selector {
          padding-left: 15px;
          padding-right: inherit; } }
    .col-info-right .userinfo-selector ul {
      margin-bottom: 0 !important; }
    .col-info-right .userinfo-selector .nav_title_info li a .d-none-total {
      display: none; }
    .col-info-right .userinfo-selector .nav_title_info li a .fa-user {
      color: #1d2b39;
      font-size: 22px;
      font-weight: bold;
      display: block; }
      .col-info-right .userinfo-selector .nav_title_info li a .fa-user:hover {
        color: #4d9087; }
    .col-info-right .userinfo-selector .nav_title_info li a:hover {
      color: #4d9087; }
    .col-info-right .userinfo-selector .nav_title_info li .logout {
      color: #000000;
      padding-left: 12px;
      padding-right: 0; }
      .rtl .col-info-right .userinfo-selector .nav_title_info li .logout {
        padding-right: 12px;
        padding-left: inherit; }
      .rtl .col-info-right .userinfo-selector .nav_title_info li .logout {
        padding-left: 0;
        padding-right: inherit; }
      @media screen and (max-width: 992px) {
        .col-info-right .userinfo-selector .nav_title_info li .logout {
          padding: 3px 0.3rem !important; } }
    .col-info-right .userinfo-selector .nav_title_info li .d-none-total {
      display: none; }
    @media screen and (max-width: 480px) {
      .col-info-right .userinfo-selector .nav_title_info li .account {
        display: none; } }
    .col-info-right .userinfo-selector .nav_title_info .sign-out {
      display: none; }
  .col-info-right .wislish-button {
    padding-right: 30px; }
    .rtl .col-info-right .wislish-button {
      padding-left: 30px;
      padding-right: inherit; }
    @media screen and (max-width: 576px) {
      .col-info-right .wislish-button {
        padding-right: 15px; }
        .rtl .col-info-right .wislish-button {
          padding-left: 15px;
          padding-right: inherit; } }
    .col-info-right .wislish-button a i {
      font-size: 22px;
      font-weight: bold;
      color: #1d2b39; }
      .col-info-right .wislish-button a i:hover {
        color: #4d9087; }
    .col-info-right .wislish-button a span {
      background: #4d9087;
      color: white;
      width: 18px;
      height: 18px;
      line-height: 18px;
      font-family: ui-monospace;
      font-size: 12px;
      text-align: center;
      border-radius: 50%;
      vertical-align: 12px;
      margin: -10px 0 0 -10px;
      display: inline-block;
      position: relative; }
      .rtl .col-info-right .wislish-button a span {
        margin: -10px -10px 0 0; }
  .col-info-right .blockcart .header i {
    font-size: 22px;
    font-weight: bold;
    color: #1d2b39; }
    .col-info-right .blockcart .header i:hover {
      color: #4d9087; }
  .col-info-right .blockcart .header .value {
    font-weight: bold;
    color: #000000;
    display: inline-block; }
    @media screen and (max-width: 576px) {
      .col-info-right .blockcart .header .value {
        display: none; } }
  .col-info-right .blockcart .header .hidden-sm-down {
    display: none; }
  .col-info-right .blockcart .header .cart-products-count {
    background: #4d9087;
    color: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-family: ui-monospace;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    vertical-align: 12px;
    margin: -10px 0 0 -10px;
    display: inline-block;
    position: relative; }
    .rtl .col-info-right .blockcart .header .cart-products-count {
      margin: -10px -10px 0 0; }

@media screen and (max-width: 480px) {
  .mega_menu_h1 {
    padding-top: 12px; } }
.mega_menu_h1 .block {
  display: none;
  margin-top: 18px;
  margin-bottom: 0;
  margin-left: 70px; }
  @media screen and (max-width: 991px) {
    .mega_menu_h1 .block {
      display: block; } }
  @media screen and (max-width: 480px) {
    .mega_menu_h1 .block {
      margin-top: 13px; } }
  .rtl .mega_menu_h1 .block {
    margin-right: 70px;
    margin-left: inherit; }
  .mega_menu_h1 .block h4 {
    margin-bottom: 0; }
    .mega_menu_h1 .block h4 i {
      font-size: 22px;
      color: #1d2b39;
      font-weight: bold; }

#wrapper {
  padding-top: 0 !important; }

.slide-show_pages {
  margin-top: 10px; }
  @media screen and (max-width: 992px) {
    .slide-show_pages {
      margin-top: 20px; } }

.section_one-content {
  margin-top: 5rem; }
  @media screen and (max-width: 768px) {
    .section_one-content {
      margin-top: 2rem; } }
  .section_one-content .ApColumn .ApRawHtml {
    margin-bottom: 0; }
    .section_one-content .ApColumn .ApRawHtml .general-transaction {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px 5px 20px 5px; }
      .rtl .section_one-content .ApColumn .ApRawHtml .general-transaction {
        padding: 20px 5px 20px 5px; }
      .section_one-content .ApColumn .ApRawHtml .general-transaction .content {
        margin-left: 10px; }
        .rtl .section_one-content .ApColumn .ApRawHtml .general-transaction .content {
          margin-right: 10px;
          margin-left: inherit; }
        .section_one-content .ApColumn .ApRawHtml .general-transaction .content h4 {
          font-size: 16px;
          text-transform: uppercase;
          color: #1d2b39; }
        .section_one-content .ApColumn .ApRawHtml .general-transaction .content p {
          font-size: 14px;
          margin-top: 1rem;
          line-height: 25px;
          opacity: 0.8;
          color: #8e8e8e;
          margin-bottom: 0; }

.section-two_pages .image_description_transgform .image_description {
  transform: rotate(90deg);
  position: absolute;
  right: -25px;
  bottom: 70px; }
  .rtl .section-two_pages .image_description_transgform .image_description {
    left: -25px;
    right: auto; }
  .section-two_pages .image_description_transgform .image_description p {
    letter-spacing: 3px;
    color: #1d2b39;
    margin-bottom: 0 !important;
    font-weight: bold;
    font-size: 13px; }
    @media screen and (max-width: 576px) {
      .section-two_pages .image_description_transgform .image_description p {
        font-size: 8px;
        letter-spacing: 2px; } }
    @media screen and (max-width: 480px) {
      .section-two_pages .image_description_transgform .image_description p {
        letter-spacing: 1px; } }
  @media screen and (max-width: 576px) {
    .section-two_pages .image_description_transgform .image_description {
      right: -40px;
      bottom: 45px; }
      .rtl .section-two_pages .image_description_transgform .image_description {
        left: -40px;
        right: auto; } }
  @media screen and (max-width: 480px) {
    .section-two_pages .image_description_transgform .image_description {
      right: -32px;
      bottom: 35px; }
      .rtl .section-two_pages .image_description_transgform .image_description {
        left: -32px;
        right: auto; } }
.section-two_pages .section-two_left .ApImage,
.section-two_pages .section-two_right .ApImage {
  position: relative;
  padding: 0 70px 0 0; }
  .rtl .section-two_pages .section-two_left .ApImage, .rtl
  .section-two_pages .section-two_right .ApImage {
    padding: 0 0 0 70px; }
  @media screen and (max-width: 576px) {
    .section-two_pages .section-two_left .ApImage,
    .section-two_pages .section-two_right .ApImage {
      padding-right: 20px; }
      .rtl .section-two_pages .section-two_left .ApImage, .rtl
      .section-two_pages .section-two_right .ApImage {
        padding-left: 20px;
        padding-right: inherit; } }
@media screen and (min-width: 1200px) {
  .section-two_pages .section-two_right .ApImage h4 {
    width: 54%; } }
@media screen and (max-width: 1200px) {
  .section-two_pages .section-two_right .ApImage h4 {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 992px) {
  .section-two_pages .section-two_right .ApImage h4 {
    margin-top: 0; } }
@media (min-width: 992px) {
  .section-two_pages .section-two_right .ApImage .sub-title-widget {
    width: 74%; } }
@media screen and (min-width: 768px) {
  .section-two_pages .section-two_right .ApImage .sub-title-widget {
    margin-top: 11px; } }
@media (max-width: 768px) {
  .section-two_pages .section-two_right .ApImage .sub-title-widget {
    width: 100%;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media screen and (max-width: 576px) {
  .section-two_pages .section-two_right .ApImage .sub-title-widget {
    width: 100%; } }
.section-two_pages .section-two_right .ApImage a img {
  margin-top: 132px; }
  @media screen and (max-width: 1200px) {
    .section-two_pages .section-two_right .ApImage a img {
      margin-top: 52px; } }
  @media screen and (max-width: 992px) {
    .section-two_pages .section-two_right .ApImage a img {
      margin-top: 5px; } }

.effect_zoom {
  overflow: hidden; }

.effect_zoom img {
  transition: all 1s; }

.effect_zoom:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  filter: brightness(0.5); }

.product-seller-pages .products_block .title_block {
  padding-bottom: 0 !important;
  margin: 0 !important;
  text-align: center; }
.product-seller-pages .products_block .sub-title-widget {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 40px; }
@media screen and (max-width: 576px) {
  .product-seller-pages .owl-item {
    padding: 0 45px; } }

.banner_content_position .ApImage {
  position: relative;
  margin-bottom: 0.5rem; }
  .banner_content_position .ApImage .image_description {
    text-align: center;
    position: absolute;
    padding: 0 15px;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }

.banner-h1 {
  padding-top: 60px; }

.banner_content .ApImage img {
  filter: brightness(0.5); }
.banner_content .ApImage .image_description .collection span {
  padding: 3px 20px;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #1d2b39;
  background-color: #fcce07; }
  @media screen and (max-width: 992px) {
    .banner_content .ApImage .image_description .collection span {
      font-size: 10px; } }
  @media screen and (max-width: 480px) {
    .banner_content .ApImage .image_description .collection span {
      font-size: 13px; } }
.banner_content .ApImage .image_description h4 {
  font-size: 52px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  margin: auto;
  margin-bottom: 15px; }
  @media screen and (min-width: 1200px) {
    .banner_content .ApImage .image_description h4 {
      width: 60%; } }
  @media screen and (max-width: 992px) {
    .banner_content .ApImage .image_description h4 {
      font-size: 35px; } }
  @media screen and (max-width: 768px) {
    .banner_content .ApImage .image_description h4 {
      font-size: 30px; } }
.banner_content .ApImage .image_description .content {
  margin-top: 15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin: auto; }
  @media screen and (min-width: 1200px) {
    .banner_content .ApImage .image_description .content {
      width: 50%; } }
  @media screen and (max-width: 992px) {
    .banner_content .ApImage .image_description .content {
      margin-top: 0; } }
  @media screen and (max-width: 576px) {
    .banner_content .ApImage .image_description .content {
      font-size: 10px;
      line-height: 17px; } }
.banner_content .ApImage .image_description .btn {
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 11px 40px;
  margin-top: 20px;
  letter-spacing: 1.5px; }
  .banner_content .ApImage .image_description .btn:hover {
    color: #4d9087;
    border: 2px solid #4d9087; }
  @media screen and (max-width: 992px) {
    .banner_content .ApImage .image_description .btn {
      margin-top: 0; } }
  @media screen and (max-width: 576px) {
    .banner_content .ApImage .image_description .btn {
      font-size: 10px; } }
.banner_content .ApImage .image_description p:last-child {
  margin-top: 20px; }

@media screen and (min-width: 1200px) {
  .banner_bottom_h1 .ApImage .image_description h4 {
    width: 30%; } }
@media screen and (max-width: 480px) {
  .banner_bottom_h1 .ApImage .image_description {
    position: relative;
    margin-top: 80px;
    padding: 0 15px; }
    .banner_bottom_h1 .ApImage .image_description h4,
    .banner_bottom_h1 .ApImage .image_description .content {
      color: #1d2b39; }
    .banner_bottom_h1 .ApImage .image_description .btn {
      color: #1d2b39;
      border: 2px solid #e5e4e4; } }

@media screen and (min-width: 576px) and (max-width: 768px) {
  .banner_h3 .ApImage .image_description {
    top: 20%; }
    .banner_h3 .ApImage .image_description h4 {
      font-size: 20px !important; }
    .banner_h3 .ApImage .image_description .content {
      font-size: 10px !important; } }

.featured-categories {
  text-align: center;
  margin-top: 80px; }
  .featured-categories .sub-title-widget {
    font-size: 15px;
    margin-bottom: 30px; }
  .featured-categories .ApColumn {
    margin-top: 20px; }
    @media screen and (max-width: 480px) {
      .featured-categories .ApColumn .widget-category_image .cate_content .img-fluid {
        max-width: 50% !important; } }
    .featured-categories .ApColumn .widget-category_image .cate_content .wr-text .cate-name {
      font-size: 20px;
      font-weight: 600; }
    .featured-categories .ApColumn .widget-category_image .cate_content .wr-text .leo-qty {
      font-size: 14px;
      color: #8e8e8e;
      position: relative;
      top: 13px; }
      .featured-categories .ApColumn .widget-category_image .cate_content .wr-text .leo-qty span {
        margin-left: 5px; }
        .rtl .featured-categories .ApColumn .widget-category_image .cate_content .wr-text .leo-qty span {
          margin-right: 5px;
          margin-left: inherit; }
  .featured-categories .featue-categories-center .widget-category_image .cover-img {
    padding-bottom: 35px; }

@media screen and (min-width: 480px) and (max-width: 992px) {
  .breadcrumb-bg {
    margin-top: 20px; } }

#banner-content-pages-two .banner-content-left {
  z-index: 1;
  padding-top: 60px; }
  #banner-content-pages-two .banner-content-left .ApImage img {
    float: left; }
    .rtl #banner-content-pages-two .banner-content-left .ApImage img {
      float: right; }
    @media screen and (max-width: 768px) {
      #banner-content-pages-two .banner-content-left .ApImage img {
        width: 100% !important; } }
  #banner-content-pages-two .banner-content-left .ApImage .image_description {
    width: 50%;
    float: left;
    padding: 10px 0 0 100px; }
    .rtl #banner-content-pages-two .banner-content-left .ApImage .image_description {
      float: right; }
    .rtl #banner-content-pages-two .banner-content-left .ApImage .image_description {
      padding: 10px 100px 0 0; }
    @media screen and (max-width: 992px) {
      #banner-content-pages-two .banner-content-left .ApImage .image_description {
        padding: 10px 0 0 50px; }
        .rtl #banner-content-pages-two .banner-content-left .ApImage .image_description {
          padding: 10px 50px 0 0; } }
    @media screen and (max-width: 768px) {
      #banner-content-pages-two .banner-content-left .ApImage .image_description {
        padding: 10px 0 0 20px;
        width: 70%; }
        .rtl #banner-content-pages-two .banner-content-left .ApImage .image_description {
          padding: 10px 20px 0 0; } }
    #banner-content-pages-two .banner-content-left .ApImage .image_description .the-volusia-malls {
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 5px !important;
      color: #1d2b39; }
    #banner-content-pages-two .banner-content-left .ApImage .image_description .title_block {
      margin: 0 !important;
      font-size: 48px; }
      @media screen and (max-width: 768px) {
        #banner-content-pages-two .banner-content-left .ApImage .image_description .title_block {
          font-size: 40px; } }
    #banner-content-pages-two .banner-content-left .ApImage .image_description .discription-banner-left {
      font-size: 15px;
      margin-top: 10px;
      line-height: 25px; }
    #banner-content-pages-two .banner-content-left .ApImage .image_description .btn {
      font-size: 12px;
      font-weight: bold;
      margin-top: 20px;
      letter-spacing: 1px;
      padding: 8px 35px;
      border: 2px solid #e5e4e4; }
      #banner-content-pages-two .banner-content-left .ApImage .image_description .btn:hover {
        color: #4d9087;
        border: 2px solid #4d9087; }
    @media screen and (max-width: 480px) {
      #banner-content-pages-two .banner-content-left .ApImage .image_description .discription-banner-left,
      #banner-content-pages-two .banner-content-left .ApImage .image_description .btn {
        margin-top: 0; } }
#banner-content-pages-two .banner-content-right {
  position: relative;
  top: -60px; }
  @media screen and (max-width: 1200px) {
    #banner-content-pages-two .banner-content-right {
      top: 15px; } }
  @media screen and (max-width: 576px) {
    #banner-content-pages-two .banner-content-right {
      top: 20px; } }
  #banner-content-pages-two .banner-content-right .ApImage img {
    float: right; }
    .rtl #banner-content-pages-two .banner-content-right .ApImage img {
      float: left; }
    @media screen and (max-width: 768px) {
      #banner-content-pages-two .banner-content-right .ApImage img {
        width: 100% !important; } }

@media screen and (max-width: 1200px) {
  .product-seller-pages_h2 {
    margin-top: 70px !important; } }

.group-video .video {
  display: none; }

.group-video .image-video {
  position: relative; }
  .group-video .image-video img {
    filter: brightness(0.5); }
  .group-video .image-video .image_description {
    position: absolute;
    top: 35%;
    width: 100%;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      .group-video .image-video .image_description {
        top: 20%;
        left: -35px; }
        .rtl .group-video .image-video .image_description {
          right: -35px;
          left: auto; } }
    .group-video .image-video .image_description .title-subtitle {
      margin-left: 130px;
      width: 30%; }
      .rtl .group-video .image-video .image_description .title-subtitle {
        margin-right: 130px;
        margin-left: inherit; }
      @media screen and (max-width: 992px) {
        .group-video .image-video .image_description .title-subtitle {
          width: 60%; } }
      @media screen and (max-width: 480px) {
        .group-video .image-video .image_description .title-subtitle {
          display: none; } }
      .group-video .image-video .image_description .title-subtitle .title_block,
      .group-video .image-video .image_description .title-subtitle .sub-title-widget {
        color: #ffffff; }

.image-video .image_description .icon-video:before {
  content: "";
  position: absolute;
  top: 8px;
  cursor: pointer;
  background: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo_safego_play_video.png) no-repeat;
  width: 86px;
  height: 86px; }
.image-video .image_description .icon-video:hover {
  opacity: 0.3; }

#banner_best_seller_h3 {
  padding-top: 13px; }
  #banner_best_seller_h3 .ApImage {
    position: relative;
    margin-bottom: 0 !important; }
    #banner_best_seller_h3 .ApImage .image_description {
      position: absolute;
      top: 50%;
      text-align: center;
      width: 100%; }
      #banner_best_seller_h3 .ApImage .image_description p span {
        background-color: white;
        padding: 3px 30px;
        font-size: 36px;
        color: #1d2b39;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          #banner_best_seller_h3 .ApImage .image_description p span {
            font-size: 30px; } }
    #banner_best_seller_h3 .ApImage img {
      max-height: 947px; }
      @media screen and (max-width: 1600px) {
        #banner_best_seller_h3 .ApImage img {
          max-height: 792px; } }
      @media screen and (max-width: 1200px) {
        #banner_best_seller_h3 .ApImage img {
          max-height: 650px; } }
      @media screen and (max-width: 768px) {
        #banner_best_seller_h3 .ApImage img {
          width: 100% !important; } }

@media screen and (max-width: 576px) {
  .product_bestseller_home_three {
    margin-top: 20px; } }
.product_bestseller_home_three .products_block {
  margin-bottom: 0 !important; }
@media screen and (max-width: 576px) {
  .product_bestseller_home_three .owl-wrapper .owl-item {
    padding: 0 45px; } }
.product_bestseller_home_three .owl-wrapper .owl-item .item .product-miniature {
  margin-top: 12px;
  background-color: #f5f5f3; }
  @media screen and (max-width: 576px) {
    .product_bestseller_home_three .owl-wrapper .owl-item .item .product-miniature {
      margin: 0 20px 0 20px; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .product_bestseller_home_three .owl-wrapper .owl-item .item .product-miniature .product-image .functional-buttons {
      justify-content: center; } }
  .product_bestseller_home_three .owl-wrapper .owl-item .item .product-miniature .product-meta {
    padding: 0 0 22px 22px; }
    .rtl .product_bestseller_home_three .owl-wrapper .owl-item .item .product-miniature .product-meta {
      padding: 0 22px 22px 0; }

#banner_best_seller_h3_bottom {
  padding-top: 13px; }
  #banner_best_seller_h3_bottom .ApImage {
    position: relative;
    margin-bottom: 0 !important; }
    #banner_best_seller_h3_bottom .ApImage .image_description {
      position: absolute;
      top: 50%;
      text-align: center;
      width: 100%; }
      #banner_best_seller_h3_bottom .ApImage .image_description p span {
        background-color: white;
        padding: 3px 30px;
        font-size: 36px;
        color: #1d2b39;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          #banner_best_seller_h3_bottom .ApImage .image_description p span {
            font-size: 30px; } }
    #banner_best_seller_h3_bottom .ApImage img {
      max-height: 947px; }
      @media screen and (max-width: 1600px) {
        #banner_best_seller_h3_bottom .ApImage img {
          max-height: 792px; } }
      @media screen and (max-width: 1200px) {
        #banner_best_seller_h3_bottom .ApImage img {
          max-height: 650px; } }
      @media screen and (max-width: 768px) {
        #banner_best_seller_h3_bottom .ApImage img {
          width: 100% !important; } }

.banner_shoes_bottom_home_three .image_description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17%;
  text-align: unset; }
  .rtl .banner_shoes_bottom_home_three .image_description {
    right: 17%;
    left: auto; }
  @media screen and (max-width: 768px) {
    .banner_shoes_bottom_home_three .image_description {
      position: unset;
      margin-top: 120px;
      padding-left: 35px; }
      .rtl .banner_shoes_bottom_home_three .image_description {
        padding-right: 35px;
        padding-left: inherit; }
      .banner_shoes_bottom_home_three .image_description h4,
      .banner_shoes_bottom_home_three .image_description .sub-title-widget,
      .banner_shoes_bottom_home_three .image_description .btn {
        color: #1d2b39 !important; }
      .banner_shoes_bottom_home_three .image_description .btn {
        border: 2px solid #e5e4e4 !important; } }
  .banner_shoes_bottom_home_three .image_description h4 {
    margin: unset !important; }
    @media screen and (min-width: 1200px) {
      .banner_shoes_bottom_home_three .image_description h4 {
        width: 67% !important; } }
    @media screen and (max-width: 768px) {
      .banner_shoes_bottom_home_three .image_description h4 {
        width: unset !important; } }
  .banner_shoes_bottom_home_three .image_description .sub-title-widget {
    color: #ffffff;
    width: 65%; }
    @media screen and (max-width: 480px) {
      .banner_shoes_bottom_home_three .image_description .sub-title-widget {
        width: 90%; } }

.banner_h3-left,
.banner_h3-center,
.banner_h3-right {
  padding: 0 5px 0 5px; }
  .rtl .banner_h3-left, .rtl
  .banner_h3-center, .rtl
  .banner_h3-right {
    padding: 0 5px 0 5px; }
  @media screen and (max-width: 480px) {
    .banner_h3-left .image_description h4,
    .banner_h3-center .image_description h4,
    .banner_h3-right .image_description h4 {
      width: 80%; } }

.banner-h4-top {
  margin-top: 60px; }
  @media screen and (max-width: 480px) {
    .banner-h4-top {
      margin-top: 20px; } }
  .banner-h4-top .ApImage {
    margin-bottom: 7px !important; }

.banner-h4-left {
  padding-right: 5px; }
  .rtl .banner-h4-left {
    padding-left: 5px;
    padding-right: inherit; }
  @media screen and (max-width: 576px) {
    .banner-h4-left {
      margin-top: 10px; } }

.banner-h4-right {
  padding-left: 5px; }
  .rtl .banner-h4-right {
    padding-right: 5px;
    padding-left: inherit; }
  @media screen and (max-width: 576px) {
    .banner-h4-right {
      margin-top: 10px; } }

#signup_email_home_three {
  margin-top: 50px; }
  #signup_email_home_three .title_block,
  #signup_email_home_three .sub-title-widget {
    text-align: center;
    margin: 0 10px; }
  #signup_email_home_three .sub-title-widget {
    width: 40%;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #signup_email_home_three .sub-title-widget {
        width: 90%; } }
  #signup_email_home_three .footer_pages .block_newsletter .sub-email,
  #signup_email_home_three .footer_pages .block_newsletter h4 {
    display: none; }
  #signup_email_home_three .footer_pages .block_newsletter form {
    margin-top: 40px; }
    #signup_email_home_three .footer_pages .block_newsletter form .input-wrapper {
      max-width: 600px;
      margin: auto; }
    #signup_email_home_three .footer_pages .block_newsletter form .alert {
      width: 100%;
      margin: auto;
      max-width: 600px;
      margin-bottom: 20px; }
    #signup_email_home_three .footer_pages .block_newsletter form input[type="email"] {
      height: 43px;
      width: 100%;
      padding-right: 110px;
      border: 2px solid #e5e4e4;
      background-color: #ffffff; }
      .rtl #signup_email_home_three .footer_pages .block_newsletter form input[type="email"] {
        padding-left: 110px;
        padding-right: inherit; }
    #signup_email_home_three .footer_pages .block_newsletter form .btn {
      right: 0;
      color: #1d2b39;
      background-color: #fcce07;
      left: unset;
      border: none;
      height: 2.65rem;
      width: 103px; }
      .rtl #signup_email_home_three .footer_pages .block_newsletter form .btn {
        left: 0;
        right: auto; }
      #signup_email_home_three .footer_pages .block_newsletter form .btn:hover {
        color: #ffffff; }

#email_signup_h3 .title_block,
#email_signup_h3 .sub-newsletter {
  display: none; }

.banner_margin_bottom .ApImage {
  margin-bottom: 0.5rem !important; }

#banner_vieo_h4 {
  margin-top: 40px; }
  #banner_vieo_h4 .ApColumn .ApRawHtml {
    text-align: right;
    padding-top: 60px;
    padding-right: 50px; }
    .rtl #banner_vieo_h4 .ApColumn .ApRawHtml {
      text-align: left; }
    .rtl #banner_vieo_h4 .ApColumn .ApRawHtml {
      padding-left: 50px;
      padding-right: inherit; }
    @media screen and (max-width: 992px) {
      #banner_vieo_h4 .ApColumn .ApRawHtml {
        padding-top: 0px;
        padding-right: 0; }
        .rtl #banner_vieo_h4 .ApColumn .ApRawHtml {
          padding-left: 0;
          padding-right: inherit; } }
    @media screen and (max-width: 768px) {
      #banner_vieo_h4 .ApColumn .ApRawHtml {
        text-align: center !important;
        padding-top: unset; } }
    #banner_vieo_h4 .ApColumn .ApRawHtml .sub-title-widget {
      margin-top: 10px; }
    #banner_vieo_h4 .ApColumn .ApRawHtml .btn {
      color: #1d2b39;
      font-size: 13px;
      margin-top: 30px;
      font-weight: bold;
      letter-spacing: 1px;
      padding: 11px 35px;
      border: 2px solid #e5e4e4; }
      #banner_vieo_h4 .ApColumn .ApRawHtml .btn:hover {
        color: #4d9087;
        border: 2px solid #4d9087; }
      @media screen and (max-width: 768px) {
        #banner_vieo_h4 .ApColumn .ApRawHtml .btn {
          margin-top: 10px; } }
    @media screen and (max-width: 480px) {
      #banner_vieo_h4 .ApColumn .ApRawHtml {
        margin-bottom: 0.5rem !important; } }
  #banner_vieo_h4 .ApColumn .image-video {
    position: absolute;
    top: 128px;
    left: -37%;
    background-color: #ffffff;
    padding: 10px;
    cursor: pointer; }
    .rtl #banner_vieo_h4 .ApColumn .image-video {
      right: -37%;
      left: auto; }
    @media screen and (max-width: 992px) {
      #banner_vieo_h4 .ApColumn .image-video {
        top: 50px; } }
    @media screen and (max-width: 768px) {
      #banner_vieo_h4 .ApColumn .image-video {
        top: 70px; } }
    @media screen and (max-width: 576px) {
      #banner_vieo_h4 .ApColumn .image-video {
        padding: 5px;
        top: 50px; } }
    @media screen and (max-width: 480px) {
      #banner_vieo_h4 .ApColumn .image-video {
        position: unset;
        padding: 10px 0 0 0; } }
    #banner_vieo_h4 .ApColumn .image-video .image_description {
      top: 27%;
      left: 0; }
      .rtl #banner_vieo_h4 .ApColumn .image-video .image_description {
        right: 0;
        left: auto; }
      #banner_vieo_h4 .ApColumn .image-video .image_description p {
        position: relative;
        top: 99px;
        left: 7px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #ffffff; }
        .rtl #banner_vieo_h4 .ApColumn .image-video .image_description p {
          right: 7px;
          left: auto; }
        @media screen and (max-width: 768px) {
          #banner_vieo_h4 .ApColumn .image-video .image_description p {
            top: 100px; } }
  #banner_vieo_h4 .ApColumn .ApImage {
    margin-bottom: 0; }

.card {
  border: none; }

#js-product-list-header .block-category {
  padding: 0 1.25rem 0 0; }
  #js-product-list-header .block-category h4 {
    font-size: 24px; }

#mywishlist h2 {
  color: #1d2b39;
  font-size: 30px; }
#mywishlist .new-wishlist .btn {
  padding: 5px 15px; }
#mywishlist .footer_links li .btn i {
  line-height: 16px;
  margin-right: 5px; }
#mywishlist #products .leo-wishlist-product .wishlist-product-action .btn {
  padding: 5px 20px;
  letter-spacing: 1px; }

.all-product-link {
  margin-bottom: 20px; }

#delivery-addresses .radio-block .address {
  line-height: 20px; }

#payment-confirmation .btn {
  letter-spacing: 0.5px; }

#view_wishlist h2 {
  color: #1d2b39;
  font-size: 30px; }
#view_wishlist #products {
  margin-top: 50px; }
  #view_wishlist #products .product-description {
    line-height: 10px; }
    #view_wishlist #products .product-description .wishlist-product-info {
      margin-top: 15px; }
    #view_wishlist #products .product-description .addToCartFormWrapper {
      margin-bottom: 10px; }
    #view_wishlist #products .product-description .button-container .btn:hover {
      background-color: #4d9087; }

#manufacturer #main h1 {
  color: #1d2b39;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 20px; }

#identity .page-header h1 {
  color: #1d2b39;
  font-size: 30px;
  text-transform: uppercase; }

#_desktop_cart:hover .leo-dropdown-cart {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

#_desktop_cart .leo-dropdown-cart {
  z-index: 99999; }

.leo-dropdown-cart.dropdown {
  top: 100%;
  margin-top: 20px; }

#order-slip #main .page-header h1,
#addresses #main .page-header h1,
#history #main .page-header h1,
#module-psgdpr-gdpr #main .page-header h1 {
  color: #1d2b39; }
#order-slip #main .page-content h6,
#addresses #main .page-content h6,
#history #main .page-content h6,
#module-psgdpr-gdpr #main .page-content h6 {
  color: #1d2b39; }
#order-slip #main .page-content .address-body h4,
#addresses #main .page-content .address-body h4,
#history #main .page-content .address-body h4,
#module-psgdpr-gdpr #main .page-content .address-body h4 {
  font-size: 20px;
  color: #1d2b39; }
#order-slip #main .page-content .address-body address,
#addresses #main .page-content .address-body address,
#history #main .page-content .address-body address,
#module-psgdpr-gdpr #main .page-content .address-body address {
  line-height: 25px; }
#order-slip #main .page-content .psgdprinfo17 h2,
#addresses #main .page-content .psgdprinfo17 h2,
#history #main .page-content .psgdprinfo17 h2,
#module-psgdpr-gdpr #main .page-content .psgdprinfo17 h2 {
  color: #1d2b39; }
#order-slip #main .page-content .psgdprinfo17 .btn,
#addresses #main .page-content .psgdprinfo17 .btn,
#history #main .page-content .psgdprinfo17 .btn,
#module-psgdpr-gdpr #main .page-content .psgdprinfo17 .btn {
  background-color: #4d9087; }
#order-slip #main .page-footer,
#addresses #main .page-footer,
#history #main .page-footer,
#module-psgdpr-gdpr #main .page-footer {
  margin-bottom: 30px; }
  #order-slip #main .page-footer .account-link,
  #addresses #main .page-footer .account-link,
  #history #main .page-footer .account-link,
  #module-psgdpr-gdpr #main .page-footer .account-link {
    background-color: #333b48;
    color: #ffffff;
    margin-right: 4px;
    padding: 0.5rem 1rem;
    border-radius: 2px; }
    .rtl #order-slip #main .page-footer .account-link, .rtl
    #addresses #main .page-footer .account-link, .rtl
    #history #main .page-footer .account-link, .rtl
    #module-psgdpr-gdpr #main .page-footer .account-link {
      margin-left: 4px;
      margin-right: inherit; }
    #order-slip #main .page-footer .account-link i,
    #addresses #main .page-footer .account-link i,
    #history #main .page-footer .account-link i,
    #module-psgdpr-gdpr #main .page-footer .account-link i {
      line-height: 16px; }

@media screen and (max-width: 480px) {
  .instagram_pages,
  .manufactors_pages {
    margin-top: 20px !important; } }

#authentication #main .page-header h1 {
  color: #1d2b39; }
#authentication #main #content .login-form .forgot-password a:hover {
  color: #4d9087; }
#authentication #main #content .login-form .form-footer .btn {
  padding: 7px 20px;
  background-color: #4d9087; }
  #authentication #main #content .login-form .form-footer .btn:hover {
    color: #1d2b39; }
#authentication #main #content .lql-social-login .lql-social-login-title {
  color: #1d2b39; }
#authentication #main #content .lql-social-login .social-login-bt:hover {
  color: #1d2b39; }
#authentication #main #content .no-account a:hover {
  color: #4d9087; }

#checkout .container .cart-grid-body .cart-summary-products .btn:hover {
  color: #1d2b39; }

/*# sourceMappingURL=styles.css.map */
