/***************************************************
  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; }
  @media (max-width: 1199px) {
    .ApColumn .block {
      margin-bottom: 18px; } }
.ApColumn .title_block {
  padding: 0;
  margin: 0 0 35px;
  font-size: 2em; }
  @media (max-width: 991px) {
    .ApColumn .title_block {
      margin: 0 0 1em; } }

.ApProductCarousel .ApColumn .title_block {
  padding: 0 100px 0 0; }

.page-home .ApColumn .sub-title-widget {
  margin: 0 auto 30px; }
  @media (max-width: 991px) {
    .page-home .ApColumn .sub-title-widget {
      margin-bottom: 20px; } }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    left: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block;
    top: 0; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer;
  position: relative; }
  .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: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  border: 0;
  right: 0; }
  .rtl .block-toggler .navbar-toggler, .rtl .footer-container .links .navbar-toggler {
    left: 0;
    right: auto; }
  .block-toggler .navbar-toggler i, .footer-container .links .navbar-toggler i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 0; }
    .block-toggler .navbar-toggler i.add:before, .footer-container .links .navbar-toggler i.add:before {
      content: "\f067";
      font-family: "Font Awesome 5 Pro";
      font-size: 18px; }
    .block-toggler .navbar-toggler i.remove:before, .footer-container .links .navbar-toggler i.remove:before {
      content: "\f068";
      font-family: "Font Awesome 5 Pro";
      font-size: 18px; }
@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;
  padding-left: 35px;
  position: relative;
  letter-spacing: 1px; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 35px;
    padding-left: inherit; }
  .alert:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    vertical-align: -2px;
    padding-right: 7px;
    float: left;
    position: absolute;
    left: 15px;
    top: 11px; }
    .rtl .alert:before {
      padding-left: 7px;
      padding-right: inherit; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 15px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning:before {
    content: "\f071"; }
  .alert.alert-info:before {
    content: "\f05a"; }
  .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: 13px; }
  .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: "Font Awesome 5 Pro";
      font-size: 25px;
      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: "Font Awesome 5 Pro";
      font-size: 25px;
      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, .pill-content {
  position: relative; }
  .tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0; }
  .tab-content .active, .pill-content .active {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative; }

.tabs-below .nav-tabs {
  border-top: 1px solid #eee; }
  .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: #eee;
        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 #eee #eee #eee; }

.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 #eee; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eee;
    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 #eee #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eee transparent #eee #eee;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eee; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eee;
    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 #eee; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eee #eee #eee transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #333; }
  .widget-tabs li.active {
    border: 1px solid #404d9e; }
    .widget-tabs li.active a {
      color: #404d9e; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 10px;
    line-height: 10px;
    font-family: "Font Awesome 5 Pro";
    color: #404d9e;
    font-size: 19px;
    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: 20px; }
  .nav-tabs > li > a {
    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; }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -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;
    -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
*/
/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400; }
  .full-slider .content-slider p {
    margin-top: 30px;
    background: #c70005;
    padding: 10px 20px;
    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: 10px; }
    .rtl .full-slider .carousel-control.left {
      right: 10px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 10px; }
    .rtl .full-slider .carousel-control.right {
      left: 10px;
      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 #eee; }
  .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;
    -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;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #eee;
  -webkit-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 #404d9e;
    -webkit-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 {
  margin: 0 !important;
  padding: 30px 0; }
  .manufacturers_block .owl-carousel {
    padding: 0 5%; }
  .manufacturers_block .owl-item.loading {
    min-height: 138px; }
  .manufacturers_block .image {
    text-align: center; }
    .manufacturers_block .image a {
      display: inline-block;
      vertical-align: top;
      border: 1px solid transparent; }
      .manufacturers_block .image a:hover {
        border-color: #ddd; }

/*
  Widget Category Image
*/
/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  -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;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .rtl .leo-more-info {
    padding: 5px 5px 10px 5px; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 20px;
    float: left;
    width: 80px;
    height: 300px; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      float: left;
      width: 84px;
      height: 100px; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        display: block;
        margin: 0 1px 2px;
        text-align: center; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 5px; }
  .leo-more-info .view_scroll_left {
    margin-top: 5px; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%; }
  .instagram-block .owl-item a:before {
    content: "\f16d";
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    z-index: 2;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .instagram-block .owl-item a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    z-index: 1; }
  .instagram-block .owl-item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  .instagram-block .owl-item a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .instagram-block .owl-item a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover; }
.instagram-block .link-instagram {
  margin: 0; }

.ApInstagram .block_content {
  margin: 0 -15px; }

@media (max-width: 1199px) {
  .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
  .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
  .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 10px;
    padding-left: 10px; }

  .container {
    padding-left: 10px;
    padding-right: 10px; }

  .owl-carousel .owl-item {
    padding: 0 10px; }

  .owl-row {
    margin-left: -10px;
    margin-right: -10px; }

  .row {
    margin-right: -10px;
    margin-left: -10px; }

  .ApColumn .block {
    margin-bottom: 20px; }

  .ApInstagram .block_content {
    margin: 0 -10px; } }
/* end max 1199px */
#content-wrapper .sitemap h2 {
  margin: 0 0 20px; }
#content-wrapper .sitemap li a {
  display: block;
  padding: 5px 0;
  color: #888; }
  #content-wrapper .sitemap li a:hover {
    color: #404d9e; }

#pagenotfound .page-not-found {
  text-align: center;
  box-shadow: none;
  padding: 30px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 40px; }
  #pagenotfound .page-not-found .image-404 {
    margin-bottom: 40px; }
  #pagenotfound .page-not-found h1 {
    font-weight: 400;
    font-size: 100px;
    margin: 0 0 10px 0;
    color: #ff847b; }
  #pagenotfound .page-not-found .btn {
    background: #282828;
    color: #fff;
    border: 0;
    padding: 20px 25px;
    margin-top: 40px; }
    #pagenotfound .page-not-found .btn:hover {
      background: #404d9e;
      color: #fff; }

/*update CART*/
#checkout #wrapper {
  padding: 60px 0; }
#checkout #content > .row > div {
  position: relative; }
  #checkout #content > .row > div.col-lg-8, #checkout #content > .row > div.col-md-8 {
    padding-top: 100px; }

body#checkout section.checkout-step {
  box-shadow: none;
  border: 0;
  padding: 0;
  outline: none;
  background: none; }
  body#checkout section.checkout-step#checkout-personal-information-step .content {
    padding: 0; }
    body#checkout section.checkout-step#checkout-personal-information-step .content > p {
      padding: 0 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:first-child {
        padding-top: 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:last-child {
        padding-bottom: 20px; }
  body#checkout section.checkout-step .content {
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    border-top-width: 3px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    position: static; }
  body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-size: 10px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 30px 5px;
    color: #999;
    opacity: 1;
    letter-spacing: 0; }
    @media (max-width: 1199px) {
      body#checkout section.checkout-step .step-title {
        font-size: 11px; } }
    @media (max-width: 767px) {
      body#checkout section.checkout-step .step-title {
        font-size: 10px;
        line-height: 20px; } }
    body#checkout section.checkout-step .step-title:before {
      content: "";
      position: absolute;
      top: 15px;
      width: 100%;
      height: 2px;
      background: #ccc;
      left: 50%; }
      .rtl body#checkout section.checkout-step .step-title:before {
        right: 50%;
        left: auto; }
    body#checkout section.checkout-step .step-title .step-number {
      padding: 0;
      width: 28px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      background: #ccc;
      color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 50%;
      margin-left: -14px; }
  body#checkout section.checkout-step.js-current-step .step-title {
    color: #000; }
    body#checkout section.checkout-step.js-current-step .step-title .step-number {
      background: #000; }
  body#checkout section.checkout-step:last-child .step-title:before {
    display: none; }
  body#checkout section.checkout-step:nth-child(1) .step-title {
    left: 0;
    z-index: 1; }
    .rtl body#checkout section.checkout-step:nth-child(1) .step-title {
      right: 0;
      left: auto; }
  body#checkout section.checkout-step:nth-child(2) .step-title {
    left: 25%;
    z-index: 2; }
    .rtl body#checkout section.checkout-step:nth-child(2) .step-title {
      right: 25%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(3) .step-title {
    left: 50%;
    z-index: 3; }
    .rtl body#checkout section.checkout-step:nth-child(3) .step-title {
      right: 50%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(4) .step-title {
    left: 75%;
    z-index: 4; }
    .rtl body#checkout section.checkout-step:nth-child(4) .step-title {
      right: 75%;
      left: auto; }

.cart-grid .card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#js-checkout-summary,
section.js-current-step {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#block-reassurance {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }
  #block-reassurance ul {
    margin: 0; }
  #block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #block-reassurance li:last-child {
      border: 0; }
  #block-reassurance li .block-reassurance-item {
    padding: 15px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    #block-reassurance li .block-reassurance-item img {
      opacity: 0.7;
      width: 25px;
      position: static;
      margin: 0 10px 0 0;
      height: auto; }
      .rtl #block-reassurance li .block-reassurance-item img {
        margin: 0 0 0 10px; }
    #block-reassurance li .block-reassurance-item span {
      font-size: 12px;
      line-height: 20px;
      color: #888; }

#checkout #checkout-personal-information-step .nav {
  margin: 0 !important; }
  #checkout #checkout-personal-information-step .nav:after {
    content: "";
    display: block;
    clear: both; }
  #checkout #checkout-personal-information-step .nav .nav-item {
    width: 50%;
    float: left;
    margin: 0;
    border-right: 1px solid #e1e1e1; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item {
      float: right; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
    #checkout #checkout-personal-information-step .nav .nav-item:nth-child(2) {
      display: none; }
    #checkout #checkout-personal-information-step .nav .nav-item:last-child {
      border: 0 !important; }
    #checkout #checkout-personal-information-step .nav .nav-item .nav-link {
      display: block;
      line-height: 20px;
      padding: 10px;
      text-align: center;
      border-bottom: 1px solid #e1e1e1;
      color: #ccc;
      font-weight: 600; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link.active {
        color: #282828;
        border-color: transparent; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link:hover {
        color: #282828; }
#checkout #checkout-personal-information-step .tab-content {
  padding: 20px; }
  #checkout #checkout-personal-information-step .tab-content .form-control {
    padding: 8px 15px;
    height: 44px;
    color: #999;
    width: 100%; }
    #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
      padding: 8px 50px 8px 15px; }
      .rtl #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
        padding: 8px 15px 8px 50px; }

body#checkout [data-action="show-password"] {
  background: none;
  color: #888;
  height: 40px;
  border-radius: 0;
  margin: 0 -1px; }
  body#checkout [data-action="show-password"]:hover {
    color: #282828; }

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #login-form,
body#checkout section.checkout-step #invoice-address {
  margin: 0; }
  body#checkout section.checkout-step #customer-form .form-control-comment,
  body#checkout section.checkout-step #login-form .form-control-comment,
  body#checkout section.checkout-step #invoice-address .form-control-comment {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #ccc; }
    .rtl body#checkout section.checkout-step #customer-form .form-control-comment, .rtl
    body#checkout section.checkout-step #login-form .form-control-comment, .rtl
    body#checkout section.checkout-step #invoice-address .form-control-comment {
      text-align: left; }
  @media (min-width: 768px) {
    body#checkout section.checkout-step #customer-form .form-group > .col-md-6,
    body#checkout section.checkout-step #login-form .form-group > .col-md-6,
    body#checkout section.checkout-step #invoice-address .form-group > .col-md-6 {
      width: 75%; } }
  body#checkout section.checkout-step #customer-form .input-group-btn,
  body#checkout section.checkout-step #login-form .input-group-btn,
  body#checkout section.checkout-step #invoice-address .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 4; }
    .rtl body#checkout section.checkout-step #customer-form .input-group-btn, .rtl
    body#checkout section.checkout-step #login-form .input-group-btn, .rtl
    body#checkout section.checkout-step #invoice-address .input-group-btn {
      left: 0;
      right: auto; }
    body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"] {
      font-size: 0; }
      body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"]:before {
        display: inline-block;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        line-height: 1;
        content: "\F06E";
        font-size: 17px; }
  body#checkout section.checkout-step #customer-form input[type="text"] + .input-group-btn .btn[data-action="show-password"]:before,
  body#checkout section.checkout-step #login-form input[type="text"] + .input-group-btn .btn[data-action="show-password"]:before,
  body#checkout section.checkout-step #invoice-address input[type="text"] + .input-group-btn .btn[data-action="show-password"]:before {
    content: "\f070"; }

body#checkout .custom-checkbox input[type="checkbox"],
body#checkout .custom-checkbox input[type="radio"] {
  width: 16px;
  height: 16px;
  z-index: 3; }
  body#checkout .custom-checkbox input[type="checkbox"] + span,
  body#checkout .custom-checkbox input[type="radio"] + span {
    width: 16px;
    height: 16px; }

body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -14px;
  background: #4CAF50;
  color: #fff;
  font-size: 16px;
  border-radius: 50%; }
body#checkout section.checkout-step.-reachable.-complete .step-title:before {
  background: #4caf50; }

body#checkout .custom-checkbox em {
  width: auto; }

.input-group.focus {
  outline: 0; }

body#checkout section.checkout-step .form-footer {
  margin: 30px 0 10px; }
  body#checkout section.checkout-step .form-footer button.btn {
    float: none !important;
    min-width: 50%; }

body#checkout section.checkout-step .forgot-password {
  margin: 0 !important;
  text-align: center; }

body#checkout .custom-checkbox em {
  color: #ccc; }
body#checkout .custom-radio {
  width: 16px;
  height: 16px;
  vertical-align: top; }
  body#checkout .custom-radio input[type="radio"] {
    width: 14px;
    height: 14px; }
    body#checkout .custom-radio input[type="radio"]:checked + span {
      width: 10px;
      height: 10px;
      box-shadow: 0 0 0 5px rgba(255, 112, 32, 0.3); }

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  position: absolute;
  margin: 0 0 0 -15px !important;
  width: 30px;
  height: 30px;
  text-align: center;
  left: 50%;
  top: -30px;
  font-size: 0;
  display: none; }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #282828 !important; }

body#checkout section.checkout-step .address-selector {
  display: block; }
  body#checkout section.checkout-step .address-selector hr {
    border: 0; }

body#checkout section.checkout-step .address-item.selected {
  border: #282828 1px solid; }
body#checkout section.checkout-step .address-item .radio-block {
  display: block; }
body#checkout section.checkout-step .address-item .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: -7px; }
body#checkout section.checkout-step .address-item .address-alias {
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 600; }
body#checkout section.checkout-step .address-item .address {
  line-height: 1.5;
  font-size: 14px; }

#checkout-personal-information-step.-complete .content .clearfix {
  padding: 20px; }

body#checkout section.checkout-step .address-footer {
  text-align: right; }
  .rtl body#checkout section.checkout-step .address-footer {
    text-align: left; }
  body#checkout section.checkout-step .address-footer .text-muted {
    padding: 6px 10px 5px;
    font-size: 12px;
    color: #282828 !important;
    border: 2px solid #282828;
    text-transform: uppercase;
    line-height: 20px;
    transition: all .4s; }
    body#checkout section.checkout-step .address-footer .text-muted .material-icons {
      display: none; }
    body#checkout section.checkout-step .address-footer .text-muted.edit-address:hover {
      background: #282828;
      color: #fff !important; }
    body#checkout section.checkout-step .address-footer .text-muted.delete-address {
      background: #282828;
      color: #fff !important; }
      body#checkout section.checkout-step .address-footer .text-muted.delete-address:hover {
        background: #fff;
        color: #282828 !important; }

@media (min-width: 768px) {
  section.checkout-step #delivery-address .form-fields .form-group > .col-md-6 {
    width: 75%; } }
@media (min-width: 768px) {
  section.checkout-step #delivery-address .form-fields .form-group > .col-md-3:last-child {
    width: 100%; } }

body#checkout section.checkout-step .add-address a {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize; }
  body#checkout section.checkout-step .add-address a .material-icons {
    background: #292929;
    color: #fff;
    margin: 0 5px 0 0;
    vertical-align: middle; }
    .rtl body#checkout section.checkout-step .add-address a .material-icons {
      margin: 0 0 0 5px; }
  body#checkout section.checkout-step .add-address a:hover {
    color: #404d9e; }
    body#checkout section.checkout-step .add-address a:hover .material-icons {
      background: #404d9e; }

#payment-confirmation {
  text-align: center; }

.btn-tertiary,
.btn-secondary,
.btn-outline,
.btn,
.btn-primary {
  border-radius: 3px;
  background: #444;
  padding: 10px 20px;
  line-height: 24px;
  border: 0;
  transition: all .4s;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 500; }
  @media (max-width: 991px) {
    .btn-tertiary,
    .btn-secondary,
    .btn-outline,
    .btn,
    .btn-primary {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .btn-tertiary,
    .btn-secondary,
    .btn-outline,
    .btn,
    .btn-primary {
      font-size: 12px; } }
  .btn-tertiary:hover, .btn-tertiary:focus,
  .btn-secondary:hover,
  .btn-secondary:focus,
  .btn-outline:hover,
  .btn-outline:focus,
  .btn:hover,
  .btn:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    background: #404d9e;
    color: #fff; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus,
.btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.btn-secondary:active:hover, .btn-tertiary:active:hover, .btn-secondary:active:focus,
.btn-tertiary:active:focus, .btn-secondary:active.focus, .btn-tertiary:active.focus,
.btn-secondary.active:hover, .active.btn-tertiary:hover, .btn-secondary.active:focus,
.active.btn-tertiary:focus, .btn-secondary.active.focus, .active.focus.btn-tertiary {
  background: #404d9e;
  color: #fff; }

label[for="delivery_message"] {
  font-size: 13px; }

textarea#delivery_message {
  width: 100%;
  height: 100px;
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 10px; }
  textarea#delivery_message:focus {
    border-color: #282828;
    outline: none; }

#conditions-to-approve #cta-terms-and-conditions-1 {
  font-weight: normal; }

.condition-label a {
  text-decoration: underline; }

body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 10px; }
  .rtl body#checkout section.checkout-step .payment-options .custom-radio {
    margin-left: 10px;
    margin-right: inherit; }

body#checkout .condition-label {
  margin-left: 30px; }
  .rtl body#checkout .condition-label {
    margin-right: 30px;
    margin-left: inherit; }

body#checkout #order-summary-content h4.black {
  color: #444;
  font-size: 14px;
  text-transform: uppercase; }

body#checkout #order-summary-content .col-md-12 > h4.black {
  font-size: 16px;
  color: #333; }

.definition-list dl dd, .definition-list dl dt {
  width: 49%; }

body#checkout #order-summary-content h4.h4 {
  color: #444;
  font-size: 14px;
  text-transform: uppercase; }

body#checkout #order-summary-content #order-items h3.h3 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content #order-items h3.h3.card-title {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 600; }

#payment-confirmation button[type="submit"] {
  width: 100%; }

.card {
  border-radius: 0; }

#content-hook_order_confirmation {
  text-align: center; }

#content-hook_order_confirmation {
  text-align: center;
  color: #999; }
  #content-hook_order_confirmation .card-title {
    font-size: 16px;
    margin: 0 0 20px; }
    #content-hook_order_confirmation .card-title i {
      margin-right: 15px; }
      .rtl #content-hook_order_confirmation .card-title i {
        margin-left: 15px;
        margin-right: inherit; }
  #content-hook_order_confirmation .card-block {
    padding: 30px 15px; }
  #content-hook_order_confirmation p {
    margin: 0; }

h5.aeuc_scart {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000; }

@media (min-width: 768px) {
  #order-confirmation #order-items {
    width: 66.66%;
    padding: 30px;
    border: 0; }
  #order-confirmation .page-order-confirmation .card-block {
    padding: 0; }
    #order-confirmation .page-order-confirmation .card-block > .row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  #order-confirmation #order-details {
    padding: 30px;
    border-left: 1px solid #dfdfdf; } }

.card {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px; }

#content-hook_payment_return {
  line-height: 1.35;
  margin: 0 0 50px; }

#cart-summary-product-list .media {
  margin-bottom: 15px; }
  #cart-summary-product-list .media .media-left {
    min-width: 60px; }

#order-details > .card-title {
  font-size: 14px; }

.cart-grid-body .card-block.cart-summary-subtotals-container {
  padding: 15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.cart-summary-line:last-child {
  margin: 0; }

#order-items hr {
  border-top-color: #e1e1e1; }

h5.modal-title {
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0; }
  h5.modal-title a {
    color: #000; }
    h5.modal-title a:hover {
      color: #404d9e; }

.modal-content {
  border: 0;
  border-radius: 3px; }

.login-form button[data-action="show-password"] {
  font-size: 0 !important;
  color: #ccc !important;
  background: none !important;
  border: 0 !important; }
  .login-form button[data-action="show-password"]:hover {
    color: #000 !important; }
  .login-form button[data-action="show-password"]:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    line-height: 1;
    content: "\f070";
    font-size: 17px; }
.login-form input[type="text"] + span button[data-action="show-password"]:before {
  content: "\f06e"; }

.register-form > p {
  text-align: center; }
.register-form .custom-checkbox {
  display: block;
  position: relative; }
  .register-form .custom-checkbox input[type="checkbox"], .register-form .custom-checkbox > span {
    position: absolute;
    top: 0;
    left: 30px; }
.register-form .form-control-valign .radio-inline {
  margin: 10px 15px 0 0; }
  .rtl .register-form .form-control-valign .radio-inline {
    margin: 10px 0 0 15px; }
.register-form .input-group-btn {
  position: absolute;
  top: 0;
  right: 0px;
  display: block; }
  .rtl .register-form .input-group-btn {
    left: 0px;
    right: auto; }
  .register-form .input-group-btn .btn {
    font-size: 0;
    color: #ccc !important;
    background: none !important;
    border: 0; }
    .register-form .input-group-btn .btn:hover {
      color: #222 !important; }
    .register-form .input-group-btn .btn:before {
      display: inline-block;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 400;
      line-height: 1;
      content: "\f070";
      font-size: 17px; }
.register-form input[type="text"] + .input-group-btn .btn:before {
  content: "\f06e"; }
.register-form .form-footer {
  text-align: center; }
  .register-form .form-footer .form-control-submit {
    float: none !important;
    min-width: 200px; }

/*end update CART*/
.hidden,
.hide {
  display: none; }

body#order-confirmation .product_list .ajax_block_product {
  clear: none; }
  @media (min-width: 992px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 25%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 25%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 481px) and (max-width: 767px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 33.3333%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(3n+1) {
        clear: both; } }
  @media (max-width: 480px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 50%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(2n+1) {
        clear: both; } }

#js-product-list > .up {
  display: none; }

@media (max-width: 991px) {
  .leo-megamenu.disable-canvas .navbar-nav > li.active > a,
  .leo-megamenu.disable-canvas .navbar-nav > li:hover > a,
  .leo-megamenu.disable-canvas .navbar-nav > li:focus > a {
    color: #fff; }
  .leo-megamenu.disable-canvas .navbar-nav > li > a {
    color: #fff; }
  .leo-megamenu.disable-canvas .dropdown-menu li a {
    color: #999; }
    .leo-megamenu.disable-canvas .dropdown-menu li a:hover {
      color: #fff; }
  .leo-megamenu.disable-canvas .leo-megamenu .dropdown-menu {
    color: #999;
    background: #21212a; }
  .leo-megamenu.disable-canvas .dropdown-menu div.menu-title {
    margin: 10px 0 0;
    padding: 0; }
  .leo-megamenu.disable-canvas .widget-raw-html {
    margin: 0; }
  .leo-megamenu.disable-canvas .leo-top-menu {
    left: 18px;
    right: 18px; } }
/*end max 991*/
.leo-fly-cart-slidebar .leo-dropdown-cart-subtotals,
.leo-fly-cart-slidebar .cart-dropdow-viewcart {
  display: none !important; }
.leo-fly-cart-slidebar .leo-dropdown-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 115px; }
@media (min-width: 568px) {
  .leo-fly-cart-slidebar .leo-dropdown-total,
  .leo-fly-cart-slidebar .leo-cart-dropdown-action {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center; } }
.leo-fly-cart-slidebar .leo-dropdown-total .col-xl-6,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .col-xl-6 {
  width: 100%;
  padding: 0 8px; }
.leo-fly-cart-slidebar .leo-dropdown-total .value,
.leo-fly-cart-slidebar .leo-dropdown-total .label,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .value,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .label {
  display: block;
  width: 100%;
  text-align: center; }
.leo-fly-cart-slidebar .leo-dropdown-total .label,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .label {
  font-size: 20px;
  color: #000; }
.leo-fly-cart-slidebar .leo-dropdown-total .value,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .value {
  font-size: 20px;
  font-weight: 700; }

body#checkout section.checkout-step #customer-form .radio-inline {
  margin: 10px 10px 0 0; }
  .rtl body#checkout section.checkout-step #customer-form .radio-inline {
    margin: 10px 0 0 10px; }

#content.card-block > hr {
  display: none; }

.form-group {
  margin-bottom: 20px; }

#authentication .login-form .row > .col-md-3, #authentication .login-form .row > .col-md-6,
#authentication .register-form .row > .col-md-3,
#authentication .register-form .row > .col-md-6 {
  width: 100%;
  text-align: left;
  padding-top: 0; }
  .rtl #authentication .login-form .row > .col-md-3, .rtl #authentication .login-form .row > .col-md-6, .rtl
  #authentication .register-form .row > .col-md-3, .rtl
  #authentication .register-form .row > .col-md-6 {
    text-align: right; }
#authentication .login-form .form-footer .btn,
#authentication .register-form .form-footer .btn {
  width: 100%;
  margin: 0 0 20px; }

textarea.form-control {
  border: 2px solid #ddd; }

#blog-localengine .btn[name="submitcomment"] {
  width: 100%; }

.modal-footer .btn {
  margin: 0 2px;
  min-height: 40px; }

.modal-open {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: auto; }

.ui-autocomplete {
  z-index: 99999;
  border-radius: 0;
  border-top: 0;
  border-color: #000;
  padding: 10px 0; }
  .ui-autocomplete .ui-menu-item {
    list-style: none;
    border-radius: 0; }
    .ui-autocomplete .ui-menu-item a {
      padding: 5px 15px;
      border-radius: 0;
      font-size: 12px; }
      .ui-autocomplete .ui-menu-item a:hover {
        background: #000;
        color: #fff; }
      .ui-autocomplete .ui-menu-item a .separator {
        display: none; }

#content.page-not-found {
  text-align: center; }

#main > h1 {
  text-align: center; }

@media (min-width: 992px) {
  body .off-canvas-nav-megamenu {
    display: none; } }

.owl-carousel.owl-loading {
  display: flex;
  flex-wrap: wrap; }

#category-products > .item,
#category-products2 > .item {
  float: left;
  padding: 0 15px;
  width: 20%;
  display: none; }
  @media (max-width: 991px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 33.333%; } }
  @media (max-width: 767px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 50%; } }
  @media (max-width: 480px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 100%; } }
  #category-products > .item:nth-child(1), #category-products > .item:nth-child(2), #category-products > .item:nth-child(3), #category-products > .item:nth-child(4), #category-products > .item:nth-child(5),
  #category-products2 > .item:nth-child(1),
  #category-products2 > .item:nth-child(2),
  #category-products2 > .item:nth-child(3),
  #category-products2 > .item:nth-child(4),
  #category-products2 > .item:nth-child(5) {
    display: block; }
  @media (max-width: 1199px) {
    #category-products > .item:nth-child(5),
    #category-products2 > .item:nth-child(5) {
      display: none; } }
  @media (max-width: 991px) {
    #category-products > .item:nth-child(4),
    #category-products2 > .item:nth-child(4) {
      display: none; } }
  @media (max-width: 767px) {
    #category-products > .item:nth-child(3),
    #category-products2 > .item:nth-child(3) {
      display: none; } }
  @media (max-width: 480px) {
    #category-products > .item:nth-child(2),
    #category-products2 > .item:nth-child(2) {
      display: none; } }

/*UPDATE HOME CSS*/
.leo-quicklogin-modal h3 {
  font-size: 1em;
  margin: 10px 0 15px; }

.leo-quicklogin-modal .lql-social-login .btn {
  border: 1px solid; }

.timeline-wrapper.clearfix {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
.timeline-wrapper .timeline-parent {
  width: 100%;
  margin: auto; }
.timeline-wrapper .timeline-item {
  border: 0;
  padding: 10px 0; }
.timeline-wrapper.prepare > .timeline-parent {
  display: none;
  padding: 0 15px; }
  @media (min-width: 992px) {
    .timeline-wrapper.prepare > .timeline-parent:nth-child(1), .timeline-wrapper.prepare > .timeline-parent:nth-child(2), .timeline-wrapper.prepare > .timeline-parent:nth-child(3), .timeline-wrapper.prepare > .timeline-parent:nth-child(4) {
      display: block; } }

.hide-loading .timeline-wrapper {
  display: none !important; }

/*end UPDATE HOME CSS*/
.leo-dropdown-bottom .leo-dropdown-cart-total {
  width: 100%; }

/*end UPDATE HOME CSS*/
.quickview .product-cover img {
  width: 100%;
  border-radius: 10px; }

.product-actions .product-variants {
  display: block; }

.product-variants > .product-variants-item .color,
.product-variants > .product-variants-item .input-color {
  width: 40px;
  height: 40px;
  border-width: 2px;
  vertical-align: top; }

.product-variants > .product-variants-item .input-color {
  z-index: 3; }

.product-variants > .product-variants-item .color:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  color: #FFF;
  font-size: 16px;
  line-height: normal;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 34px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  z-index: 2; }

.product-variants > .product-variants-item .color[style*="#fffff"]:before {
  color: inherit; }

.product-variants > .product-variants-item .input-color:checked + span:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.product-variants > .product-variants-item .color .sr-only {
  background: #000;
  width: auto;
  height: auto;
  padding: 2px 10px;
  clip: inherit;
  color: #FFF;
  font-size: 12px;
  overflow: inherit;
  visibility: hidden;
  border-radius: 3px;
  left: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap; }
  .product-variants > .product-variants-item .color .sr-only:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 7px solid #000;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 6px; }

.product-variants > .product-variants-item .input-color:hover + .color .sr-only {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.product-variants > .product-variants-item .color {
  border: 3px solid #fff;
  width: 40px;
  height: 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.product-information .radio-label {
  padding: 6px 13px; }

.product-variants > .product-variants-item .input-color:checked + span,
.product-variants > .product-variants-item .input-color:hover + span {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.quickview .product-thumb-images .slick-list .slick-slide {
  padding: 5px 0; }

@media (max-width: 567px) {
  .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    width: 100%;
    min-width: 100%; } }
.leo-megamenu .navbar-nav li a > .sub-title,
.off-canvas-nav-megamenu .navbar-nav li a > .sub-title {
  position: absolute;
  background: #d31d52;
  color: #fff;
  height: 16px;
  line-height: 18px;
  font-size: 10px;
  padding: 0 5px;
  bottom: 50%;
  left: 50%;
  margin-bottom: 10px;
  margin-left: 12px;
  border-radius: 2px;
  font-weight: normal; }

.page-cms img {
  max-width: 100%;
  height: auto; }

.off-canvas-active > #page {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.off-canvas-nav-megamenu {
  -webkit-transform: translate(0, 0) scale(0, 1);
  -moz-transform: translate(0, 0) scale(0, 1);
  -ms-transform: translate(0, 0) scale(0, 1);
  -o-transform: translate(0, 0) scale(0, 1);
  transform: translate(0, 0) scale(0, 1);
  left: 0;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center; }

.off-canvas-active > .off-canvas-nav-megamenu.active {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1); }

.off-canvas-nav-megamenu .offcanvas-mainnav {
  left: 0; }

.rtl .off-canvas-nav-megamenu .offcanvas-mainnav {
  right: 0;
  left: auto; }

/*end update css menu*/
input[type="submit"],
button[type="submit"],
#blockcart-modal .cart-content a.btn,
.product-add-to-cart .product-quantity .add-to-cart,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout,
.continue.btn,
button.btn.btn-primary.center-block,
.checkout.cart-detailed-actions.card-block .btn {
  background: #404d9e;
  border: 0; }

.product-line-actions .qty > input.js-cart-line-product-quantity {
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 10px; }

#content-hook-order-confirmation-footer .featured-products {
  margin-bottom: 30px; }

.card-block strong,
.card-block .font-weight-bold,
.card-block .aeuc_scart a,
.card-block .product-name {
  color: #333; }

.order-confirmation-table .font-weight-bold {
  color: #333; }

#checkout .box-top .col-info #_desktop_cart .header a:after,
#checkout .box-top .col-info #_desktop_cart .header a:before {
  display: none; }

#registration-form .card-block > h4 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0; }

/*update product image more infor*/
.owl-carousel .owl-item {
  position: relative; }

.owl-carousel .owl-item:hover {
  z-index: 9; }

.leo-more-info .thumbs_list li a img {
  max-width: 100%; }

.leo-more-info .thumbs_list {
  margin-top: 35px; }

.leo-more-info .thumbs_list li a {
  margin: 0; }

.leo-more-info .thumbs_list li {
  padding: 5px;
  width: 80px; }

.leo-more-info .view_scroll_left,
.leo-more-info .view_scroll_right {
  width: 100%;
  text-align: center; }

.owl-item.active.last .thumbnail-container .leo-more-info {
  left: 0;
  right: auto; }

.owl-item.active.last .thumbnail-container:hover .leo-more-info {
  width: 90px;
  opacity: 1;
  filter: alpha(opacity=100);
  right: auto;
  left: -90px; }

@media (max-width: 1439px) {
  .leo-more-info .thumbs_list {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 300px; }

  .leo-more-info .view_scroll_left {
    margin-top: 0px; } }
@media (max-width: 991px) {
  .leo-more-info {
    display: none; } }
.product-variants > .product-variants-item select {
  width: auto; }

/*end update product image more infor*/
.leoquicklogin-cssload-speeding-wheel {
  width: 20px;
  height: 20px; }

.product-detail .description-short {
  margin-bottom: 30px;
  text-align: justify; }
.product-detail .product-prices {
  margin: 15px 0 25px; }

@media (max-width: 767px) {
  .leo-modal-review .new_review_form_content {
    text-align: left; }
    .rtl .leo-modal-review .new_review_form_content {
      text-align: right; }
  .leo-modal-review .product-info {
    width: 40%;
    display: none; }
  .leo-modal-review .new_review_form_content {
    width: 100%; }

  #blockcart-modal .divide-right {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px; }
    #blockcart-modal .divide-right > .row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  #blockcart-modal .product-image {
    max-width: 100px; }
  #blockcart-modal .product-name {
    font-size: 16px; }
  #blockcart-modal .cart-products-count {
    font-size: 14px; }
  #blockcart-modal p {
    margin-bottom: 10px; }
  #blockcart-modal .cart-content-btn {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #blockcart-modal .cart-content-btn .btn {
      width: 50%;
      padding: 10px 15px; }
      #blockcart-modal .cart-content-btn .btn i {
        display: none; } }
  @media (max-width: 767px) and (max-width: 480px) {
    #blockcart-modal .cart-content-btn {
      display: block; }
      #blockcart-modal .cart-content-btn .btn {
        width: 100%;
        margin: 10px 0 0; } }

.leo-pro-attr-section .leo-bt-select-attr {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 25px 10px 15px;
  position: relative;
  text-align: left;
  margin: 5px 0; }
  .rtl .leo-pro-attr-section .leo-bt-select-attr {
    padding: 10px 15px 10px 25px; }
  .rtl .leo-pro-attr-section .leo-bt-select-attr {
    text-align: right; }
  .leo-pro-attr-section .leo-bt-select-attr:after {
    position: absolute;
    top: 18px;
    right: 15px; }
    .rtl .leo-pro-attr-section .leo-bt-select-attr:after {
      left: 15px;
      right: auto; }

.delivery-options img {
  max-width: 40px;
  height: auto; }

/*fix leo-more-cdown in product detail*/
.category-products .owl-item.active + .active + .active + .active .leo-more-info,
.product-accessories .owl-item.active + .active + .active + .active .leo-more-info {
  right: auto;
  left: 0; }
.category-products .owl-item.active + .active + .active + .active .thumbnail-container:hover .leo-more-info,
.product-accessories .owl-item.active + .active + .active + .active .thumbnail-container:hover .leo-more-info {
  right: auto;
  left: -90px; }

#subcategories {
  margin: 20px 0 0; }

.block-category.card {
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0; }
  .block-category.card h1 {
    margin: 0 0 10px;
    font-size: 2em; }
  .block-category.card .category-cover img {
    max-width: 100%; }

.page-heading {
  margin: 0 0 20px; }

.cus-nocarousel .block_content {
  margin: 0 -10px; }

.cus-nocarousel .nocarousel-wapper {
  display: flex;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%; }

.cus-nocarousel .product-miniature {
  width: 25%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 10px;
  min-width: 170px; }

@media (max-width: 991px) {
  .cus-nocarousel > .product-miniature {
    width: 33.33%; } }
@media (max-width: 480px) {
  .cus-nocarousel .product-miniature {
    width: 45%; } }
.header-container .ApColumn .block {
  margin-bottom: 0; }
  .header-container .ApColumn .block p {
    margin: 0; }

.box-enav1 {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 50px; }
  @media (min-width: 768px) {
    .box-enav1 {
      margin: 0 -30px; } }
  @media (max-width: 991px) {
    .box-enav1 {
      font-size: 0.9em; } }
  @media (max-width: 767px) {
    .box-enav1 {
      line-height: 30px; } }
  @media (min-width: 768px) {
    .box-enav1 > div {
      padding: 0 30px;
      width: auto; } }
  @media (max-width: 767px) {
    .box-enav1 > div {
      display: flex;
      justify-content: flex-end; } }
  .box-enav1 > div:nth-child(1) {
    flex: auto; }
    @media (min-width: 768px) {
      .box-enav1 > div:nth-child(1) {
        border-right: 2px solid rgba(255, 255, 255, 0.2); } }
  .box-enav1 .ApBlockLink ul {
    display: flex;
    flex-wrap: wrap; }
    .box-enav1 .ApBlockLink ul li {
      padding: 0 20px; }
      @media (max-width: 991px) {
        .box-enav1 .ApBlockLink ul li {
          padding: 0 20px 0 0; } }
      .box-enav1 .ApBlockLink ul li:first-child {
        padding-left: 0; }
      .box-enav1 .ApBlockLink ul li:last-child {
        padding-right: 0; }
      @media (min-width: 768px) {
        .box-enav1 .ApBlockLink ul li:nth-child(3) {
          margin-left: auto; } }
      .box-enav1 .ApBlockLink ul li a {
        color: #fff;
        display: block; }
        .box-enav1 .ApBlockLink ul li a:before {
          content: "";
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          margin: 0 10px 0 0;
          display: inline-block;
          text-decoration: none; }
        .box-enav1 .ApBlockLink ul li a:hover {
          text-decoration: underline; }
      .box-enav1 .ApBlockLink ul li:nth-child(1) a:before {
        content: "\f879"; }
      .box-enav1 .ApBlockLink ul li:nth-child(2) a:before {
        content: "\f0e0"; }
      .box-enav1 .ApBlockLink ul li:nth-child(3) a:before {
        content: "\f3c5"; }
      .box-enav1 .ApBlockLink ul li:nth-child(4) a:before {
        content: "\f0d1"; }
  .box-enav1 .popup-over {
    display: inline-block;
    vertical-align: top; }
    .box-enav1 .popup-over + .popup-over {
      margin-left: 40px; }
      @media (max-width: 991px) {
        .box-enav1 .popup-over + .popup-over {
          margin-left: 20px; } }
    .box-enav1 .popup-over a.popup-title {
      color: #fff; }
      @media (max-width: 767px) {
        .box-enav1 .popup-over a.popup-title {
          padding: 0 10px;
          line-height: 30px; } }

.blockcart .header {
  position: relative;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #000; }
  .blockcart .header i {
    font-size: 20px;
    vertical-align: middle; }
  .blockcart .header a {
    display: block;
    color: #000; }
  .blockcart .header .cart-products-count {
    position: absolute;
    bottom: 50%;
    right: 0;
    line-height: 18px;
    padding: 0 5px;
    min-width: 18px;
    background: #404d9e;
    color: #fff;
    border-radius: 8px;
    font-size: 10px;
    font-weight: bold; }

.userinfo-selector a.popup-title {
 
  line-height: 60px;
  background: #404d9e;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  white-space: nowrap; }
  .userinfo-selector a.popup-title i.fas.fa-user-circle {
    font-size: 20px;
    font-weight: 900;
    margin: 0 10px 0 0; }
  .userinfo-selector a.popup-title i.fa.fa-caret-down {
    display: none; }
  .userinfo-selector a.popup-title span {
    display: inline-block;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top; }
    @media (max-width: 991px) {
      .userinfo-selector a.popup-title span {
        max-width: 140px; } }
    @media (max-width: 480px) {
      .userinfo-selector a.popup-title span {
        max-width: 100px; } }

.box-etop1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 35px 0 10px;
  position: relative; }
  .box-etop1 .h-logo img {
    max-width: 190px; }
  .box-etop1 > .ApColumn {
    width: auto;
    position: static; }
  .box-etop1 .col-search {
    flex: auto; }
  .box-etop1 .leo-dropdown-cart.dropdown {
    padding-top: 10px; }
    @media (max-width: 991px) {
      .box-etop1 .leo-dropdown-cart.dropdown {
        padding-top: 5px; } }
  .box-etop1 .col-infor {
    display: flex; }
    .box-etop1 .col-infor .userinfo-selector a.popup-title:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 10px;
      z-index: 9; }
    .box-etop1 .col-infor .userinfo-selector .popup-content {
      width: 100%;
      margin-top: 10px; }
    @media (min-width: 992px) {
      .box-etop1 .col-infor .userinfo-selector {
        margin: 0 0 0 20px; } }

@media (min-width: 992px) {
  .box-emenu1 .leo-megamenu .navbar-nav > li:nth-child(1) > a {
    padding-left: 0; } }
@media (max-width: 991px) {
  .box-etop1 .col-search {
    position: absolute;
    top: 100%;
    left: 60px;
    right: 60px;
    z-index: 9; } }
  @media (max-width: 991px) and (max-width: 480px) {
    .box-etop1 .col-search {
      left: 50px;
      right: 50px; } }

@media (max-width: 991px) {
  .box-etop1 > .col-logo {
    flex: auto; }

  .box-emenu1 .navbar-header .navbar-toggler {
    margin: 0; }

  .box-etop1 {
    padding: 10px 0; }
    .box-etop1 .h-logo img {
      max-height: 37px;
      max-width: 120px; }
    .box-etop1 .userinfo-selector a.popup-title {
      /* padding: 0 10px; */
      line-height: 25px;
      font-size: 11px; }
      .box-etop1 .userinfo-selector a.popup-title i.fas {
        margin: 0 5px 0 0;
        font-size: 16px;
        vertical-align: middle; }
    .box-etop1 .blockcart .header {
      height: 40px;
      width: 40px;
      line-height: 40px; }
      .box-etop1 .blockcart .header .cart-products-count {
        margin: 2px;
        font-size: 10px;
        line-height: 14px;
        min-width: 14px; }
    .box-etop1 #_desktop_cart {
      position: absolute;
      top: 100%;
      right: 10px;
      z-index: 9; }
    .box-etop1 #leo_search_block_top .form-control {
      height: 40px;
      line-height: 40px;
      padding: 0 45px 0 20px; }
    .box-etop1 #leo_search_block_top .btn {
      /* width: 36px;
      height: 36px;
      line-height: 36px; */
     /*  top: 2px;
      right: 2px; */ }

  .box-emenu1 {
    padding-bottom: 10px; } }
.box-eslideshow .ApBlockCarousel .block-carousel-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .box-eslideshow .ApBlockCarousel .block-carousel-image-container .title {
    position: absolute;
    bottom: 50%;
    left: 5%;
    font-size: 2em;
    font-weight: bold;
    color: #000; }
  .box-eslideshow .ApBlockCarousel .block-carousel-image-container .descript {
    position: absolute;
    left: 5%;
    top: 50%;
    font-size: 1.2em; }

.box-margin {
  margin-bottom: 100px; }

.box-eproselect {
  padding: 100px 0 50px; }

.ApProductCarousel .plist-epopular .thumbnail-container,
.ApProductCarousel .plist-eselected .thumbnail-container {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 5px 1px #ddd;
  padding-bottom: 20px;
  transition: all .4s; }
  .ApProductCarousel .plist-epopular .thumbnail-container:hover,
  .ApProductCarousel .plist-eselected .thumbnail-container:hover {
    box-shadow: 0px 10px 10px 1px #ddd; }
  .ApProductCarousel .plist-epopular .thumbnail-container .product-price-and-shipping .price,
  .ApProductCarousel .plist-eselected .thumbnail-container .product-price-and-shipping .price {
    font-size: 1.2em; }
  .ApProductCarousel .plist-epopular .thumbnail-container .leo-list-product-reviews,
  .ApProductCarousel .plist-eselected .thumbnail-container .leo-list-product-reviews {
    margin: 3px 0 0; }
  .ApProductCarousel .plist-epopular .thumbnail-container .product-image img,
  .ApProductCarousel .plist-eselected .thumbnail-container .product-image img {
    border-radius: 20px; }
  .ApProductCarousel .plist-epopular .thumbnail-container .product-meta,
  .ApProductCarousel .plist-eselected .thumbnail-container .product-meta {
    padding: 10px 20px; }
  .ApProductCarousel .plist-epopular .thumbnail-container .product-title,
  .ApProductCarousel .plist-eselected .thumbnail-container .product-title {
    font-size: 1.2em; }
  .ApProductCarousel .plist-epopular .thumbnail-container .functional-buttons a.quick-view,
  .ApProductCarousel .plist-epopular .thumbnail-container .functional-buttons .btn-product,
  .ApProductCarousel .plist-eselected .thumbnail-container .functional-buttons a.quick-view,
  .ApProductCarousel .plist-eselected .thumbnail-container .functional-buttons .btn-product {
    border-radius: 50%; }

.box-eprosmall .ApColumn .block {
  margin-bottom: 0; }
.box-eprosmall article:last-child .thumbnail-container {
  margin: 0; }

.header-nav .ApColumn .block,
.header-top .ApColumn .block {
  margin-bottom: 0; }

#header {
  background: #fff;
  position: relative;
  z-index: 100; }

.box-eicon .ApColumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (max-width: 991px) {
    .box-eicon .ApColumn {
      padding: 0; } }
.box-eicon .ApRawHtml {
  border: 1px solid #ebebeb;
  padding: 30px 10px 20px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  width: 200px;
  margin: 0 15px 30px;
  transition: all .4s; }
  .box-eicon .ApRawHtml i {
    color: #404d9e;
    font-weight: bold;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size: 32px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    transition: all .4s; }
    .box-eicon .ApRawHtml i:before {
      transition: all .4s;
      display: inline-block; }
  .box-eicon .ApRawHtml h4 {
    font-size: 1.1em; }
  .box-eicon .ApRawHtml:hover {
    background: #f5f5f5; }
    .box-eicon .ApRawHtml:hover i {
      background: #f5f5f5; }
      .box-eicon .ApRawHtml:hover i:before {
        transition: all .4s;
        transform: scale(0.8); }

.box-outteam .ApColumn .block {
  margin-bottom: 30px; }
.box-outteam .ApImage {
  position: relative; }
  .box-outteam .ApImage .image_description {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    padding: 20px;
    font-size: 13px;
    line-height: 1.75;
    opacity: 0;
    transition: all .2s;
    overflow: auto; }
    .box-outteam .ApImage .image_description strong {
      color: #222; }
    .box-outteam .ApImage .image_description p {
      margin: 0 0 5px; }
    @media (max-width: 1199px) {
      .box-outteam .ApImage .image_description p:last-child {
        display: none; } }
  .box-outteam .ApImage:hover .image_description {
    opacity: 1; }

.ApProductCarousel .plist-epopular .thumbnail-container .product-meta {
  padding: 15px 20px 5px; }

.box-eproflash {
  border-radius: 30px;
  padding: 50px 30px; }
  .box-eproflash .owl-theme .owl-controls .owl-pagination {
    text-align: left;
    padding: 0 15px;
    margin: 0; }
  .box-eproflash .owl-theme .owl-controls span {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px; }
  .box-eproflash .owl-theme .owl-controls .owl-page.active span {
    background: #fff;
    width: 20px; }
  .box-eproflash .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff; }
  .box-eproflash .ApCountdown .deal-clock {
    margin: 0; }
    .box-eproflash .ApCountdown .deal-clock li {
      background: none;
      box-shadow: none;
      font-size: 1em;
      color: #fff; }
      .box-eproflash .ApCountdown .deal-clock li span {
        border-top: 0;
        color: #fff; }
      .box-eproflash .ApCountdown .deal-clock li b {
        font-size: 2em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        line-height: 35px; }
  .box-eproflash .ApColumn .block {
    margin-bottom: 0; }
  .box-eproflash .ApColumn .title_block {
    margin: 0 0 15px;
    font-size: 3em;
    color: #fff; }
  .box-eproflash .sub-title-widget {
    color: #fff; }

.arrow-midder .owl-theme .owl-buttons {
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  width: auto; }
  .arrow-midder .owl-theme .owl-buttons:before {
    display: none; }

.box-enewletter {
  padding: 80px 0; }
  .box-enewletter .ApColumn .block {
    margin-bottom: 0; }
  .box-enewletter .block_newsletter {
    position: relative;
    padding-left: 150px;
    color: #fff; }
    .box-enewletter .block_newsletter form {
      display: flex;
      flex-wrap: wrap;
      display: flex;
      flex-direction: column-reverse; }
    .box-enewletter .block_newsletter:before {
      content: "\f674";
      position: absolute;
      font-family: "Font Awesome 5 Pro";
      font-size: 5em;
      color: #fff;
      line-height: 1;
      top: 10px;
      left: 0;
      opacity: 0.2;
      font-weight: bold; }
    .box-enewletter .block_newsletter .title_block {
      font-size: 2em !important;
      color: #fff;
      display: inline-block;
      position: relative;
      margin: 0 0 10px; }
      .box-enewletter .block_newsletter .title_block:before {
        content: "\f2a1";
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-size: 2.5em;
        color: #fff;
        line-height: 1;
        bottom: -10px;
        left: 90%;
        opacity: 0.2;
        font-weight: 400;
        pointer-events: none; }
    .box-enewletter .block_newsletter .block_content .row {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; }
      .box-enewletter .block_newsletter .block_content .row .col-xs-12 {
        width: 50%; }
    .box-enewletter .block_newsletter .input-wrapper {
      padding: 10px;
      background: #fff;
      border-radius: 10px;
      position: relative; }
      .box-enewletter .block_newsletter .input-wrapper:before {
        content: "\f2a1";
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-size: 3em;
        color: #fff;
        line-height: 1;
        bottom: -30px;
        left: 100%;
        opacity: 0.2;
        font-weight: 400;
        pointer-events: none;
        margin: -20px 0 0 -20px; }
      .box-enewletter .block_newsletter .input-wrapper input {
        background: none;
        border: 0;
        margin: 0 10px 0 0; }
      .box-enewletter .block_newsletter .input-wrapper button {
        background: #444;
        color: #fff;
        border-radius: 5px;
        border: 0; }
        .box-enewletter .block_newsletter .input-wrapper button:hover {
          background: #404d9e;
          color: #fff; }
        .box-enewletter .block_newsletter .input-wrapper button i {
          display: none; }

.box-footerlink {
  padding: 80px 0 50px;
  position: relative; }
  .box-footerlink:before {
    content: "";
    position: absolute;
    top: 0;
    border-top: 1px solid #ddd;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw; }
  .box-footerlink .f-logo2 {
    margin: 0 0 30px; }
    .box-footerlink .f-logo2 img {
      max-height: 100px; }

body#index .box-footerlink:before {
  display: none; }

.cus-support {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cus-support a.cus-btncall {
    display: block;
    position: relative;
    padding: 0 0 0 60px; }
    .cus-support a.cus-btncall i {
      font-size: 3em;
      color: #888;
      position: absolute;
      top: 5px;
      left: 0; }
    .cus-support a.cus-btncall span {
      display: block; }
      .cus-support a.cus-btncall span:last-child {
        display: block;
        font-size: 1.3em;
        font-weight: 600;
        color: #404d9e; }
  .cus-support a.cus-livechat {
    display: inline-block;
    color: #3d7bd8;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 600;
    margin: 5px; }
    .cus-support a.cus-livechat:hover {
      background: #3d7bd8;
      color: #fff; }

.cus-appstore {
  width: 150px;
  display: inline-block;
  margin-right: 10px; }
  @media (max-width: 991px) {
    .cus-appstore {
      width: 140px; } }
  @media (max-width: 767px) {
    .cus-appstore {
      width: 120px; } }

.box-ecoppy {
  position: relative; }
  .box-ecoppy:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    border-top: 1px solid #ddd; }
  .box-ecoppy .ApColumn {
    display: flex;
    padding-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between; }

@media (max-width: 1600px) {
  .box-margin {
    margin-bottom: 80px; }

  .plist-simple .thumbnail-container .product-meta {
    padding: 0 0 0 10px; }

  .plist-simple .thumbnail-container .product-image {
    max-width: 80px; }

 /*  .ApColumn .title_block {
    margin: 0 0 25px;
    font-size: 1.8em; } */

  .owl-theme .owl-buttons {
    top: -70px; }

  .box-eproselect {
    padding: 80px 0 30px; }

  .box-eproflash .ApColumn .title_block {
    font-size: 2.5em; }

  .box-eproflash {
    border-radius: 20px;
    padding: 40px 20px; }

  .box-enewletter {
    padding: 60px 0; }

  .box-enewletter .block_newsletter {
    padding-left: 100px; }

  .box-footerlink {
    padding: 60px 0 30px; }

  .cus-appstore {
    width: 160px; }

  .box-ecoppy .ApColumn {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .box-footerlink {
    padding: 30px 0 10px; }

  .box-margin {
    margin-bottom: 60px; }

  .box-eproselect {
    padding: 60px 0 20px; }

  .box-eicon .ApRawHtml {
    width: 170px;
    margin: 0 5px 30px; }

  .owl-theme .owl-buttons {
    top: -60px; }

  .products-section-title {
    margin: 10px 0 30px; }

  .box-enewletter .block_newsletter .input-wrapper {
    border-radius: 10px; }

  .block-social li {
    line-height: 40px;
    width: 40px;
    height: 40px; }

  .cus-appstore {
    width: 120px; }

  .box-enewletter .block_newsletter {
    padding-left: 80px; }

  .box-enewletter .block_newsletter:before {
    font-size: 4.5em; }

  .box-enewletter {
    padding: 40px 0; } }
@media (max-width: 991px) {
  .box-enewletter .block_newsletter .block_content .row .col-xs-12 {
    width: 100%; }

  .box-enewletter .block_newsletter {
    padding-left: 0; }

  .box-enewletter .block_newsletter:before {
    left: -80px; }

  .box-enewletter .block_newsletter .input-wrapper {
    border-radius: 5px;
    margin: 10px 0 0; }

  .plist-ehotsale .thumbnail-container .add-to-cart {
    height: 40px;
    padding: 0; }

  
  .products-section-title {
    font-size: 1.8em; }

  .category-products, .product-accessories, .viewed-products {
    padding: 20px 0 0; }

  .box-eicon .ApRawHtml {
    width: 170px; }

  .box-eproselect {
    padding: 50px 0 0; }

  .box-margin {
    margin-bottom: 50px; }

  .footer-container .ApColumn .title_block {
    font-size: 1em; }

  .ApProductCarousel .plist-epopular .thumbnail-container .product-meta {
    padding: 10px 10px 5px; }

  .ApProductCarousel .plist-epopular .thumbnail-container .product-meta, .ApProductCarousel .plist-eselected .thumbnail-container .product-meta {
    padding: 10px 10px 0; }

  .ApProductCarousel .plist-epopular .thumbnail-container, .ApProductCarousel .plist-eselected .thumbnail-container {
    padding-bottom: 10px; }

  .thumbnail-container {
    margin-bottom: 20px; }

  .ApProductCarousel .plist-epopular .thumbnail-container .product-title,
  .ApProductCarousel .plist-eselected .thumbnail-container .product-title,
  .plist-ehotsale .thumbnail-container .product-title {
    font-size: 1em; }

  .plist-ehotsale .thumbnail-container .product-title a {
    padding: 5px 0; }

  .plist-ehotsale .thumbnail-container .product-title a {
    padding: 5px 0; }

  .manufacturers_block {
    padding: 0; }

  .arrow-midder .owl-theme .owl-buttons {
    left: 0;
    right: 0; }

  .block-toggler .navbar-toggler i.add:before, .footer-container .links .navbar-toggler i.add:before {
    font-size: 16px; }

  .cus-support a.cus-livechat {
    border-radius: 5px;
    padding: 5px 20px; }

  .off-canvas-nav-megamenu .dropdown-sub div.menu-title {
    font-size: 13px; }

  .owl-theme .owl-controls span {
    width: 10px;
    height: 10px;
    margin: 0 3px; }

  .footer-container .ApLink li a {
    padding: 8px 0; } }
@media (max-width: 767px) {
  .box-enewletter .block_newsletter:before {
    display: none; }

  .box-ecoppy .ApColumn {
    justify-content: center; }

  .box-footerlink .ApBlockLink .title {
    border-bottom: 1px solid #ddd;
    padding: 10px 0; }
    .box-footerlink .ApBlockLink .title .title_block {
      margin: 0; }
    .box-footerlink .ApBlockLink .title .navbar-toggler {
      top: 10px; }
  .box-footerlink .ApBlockLink ul {
    padding: 10px 0; }

  .manufacturers_block {
    padding: 20px 0; }

 
  .products-section-title {
    font-size: 1.6em; }

  .box-eicon .ApRawHtml {
    width: 150px;
    padding: 30px 5px 20px; }

  .box-eproflash .ApColumn .title_block {
    font-size: 2.2em; }

  .plist-eflashsale .thumbnail-container .deal-clock li {
    min-width: 30px; }

  .box-eproselect {
    padding: 40px 0 0; }

  .box-margin {
    margin-bottom: 40px; } }
@media (max-width: 480px) {
  .box-eproflash {
    padding: 30px 10px; }

  .plist-ehotsale .thumbnail-container .product-meta {
    padding: 15px; }

  .box-eicon .ApRawHtml {
    width: 140px; }

  
  .products-section-title {
    font-size: 1.4em; }

  .box-eproselect {
    padding: 30px 0 0; }

  .box-margin {
    margin-bottom: 30px; }

  .box-footerlink .f-logo2 img {
    max-height: 60px; }

  .box-footerlink .ApBlockLink .title {
    padding: 5px 0; }

  .box-footerlink .ApBlockLink .title .navbar-toggler {
    top: 5px; } }
body#checkout section.checkout-step.-reachable.-complete h1 .done {
  font-size: 0; }
  body#checkout section.checkout-step.-reachable.-complete h1 .done:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 13px; }

body#checkout #order-summary-content .step-edit i {
  font-size: 0;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  display: inline-block;
  vertical-align: 0; }
  body#checkout #order-summary-content .step-edit i:before {
    content: "\f304";
    font-family: "Font Awesome 5 Pro";
    font-size: 13px; }

.box-eprohotsale .ApColumn .block {
  margin-bottom: 0; }
.box-eprohotsale .thumbnail-container {
  margin-bottom: 10px; }

.box-enav1.box-2 {
  line-height: 40px;
  font-size: 12px; }
  @media (max-width: 991px) {
    .box-enav1.box-2 {
      margin: 0; }
      .box-enav1.box-2 > div {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap; }
      .box-enav1.box-2 .popup-over + .popup-over {
        margin-left: 20px; } }
  @media (max-width: 767px) {
    .box-enav1.box-2 .popup-over + .popup-over {
      margin-left: 10px; } }
  .box-enav1.box-2 .popup-over a.popup-title {
    line-height: 40px;
    color: #666; }
  .box-enav1.box-2 .ApBlockLink ul li {
    position: relative; }
    .box-enav1.box-2 .ApBlockLink ul li:before {
      content: "";
      position: absolute;
      top: 12px;
      height: 15px;
      border-left: 1px solid #ddd;
      width: 1px;
      right: 0; }
      @media (max-width: 991px) {
        .box-enav1.box-2 .ApBlockLink ul li:before {
          right: 10px; } }
    .box-enav1.box-2 .ApBlockLink ul li:last-child:before, .box-enav1.box-2 .ApBlockLink ul li:nth-child(2):before {
      display: none; }
    .box-enav1.box-2 .ApBlockLink ul li a {
      color: #666; }
      .box-enav1.box-2 .ApBlockLink ul li a:before {
        display: none; }
  @media (min-width: 768px) {
    .box-enav1.box-2 > div:nth-child(1) {
      border-right: 1px solid #ddd; } }

.cus-btnmenu {
  border: 0;
  height: 40px;
  line-height: 40px;
  width: 70px;
  font-size: 20px;
  background: none;
  cursor: pointer;
  padding: 0;
  text-align: center; }
  @media (min-width: 992px) {
    .cus-btnmenu:before {
      content: "";
      position: fixed;
      z-index: 99;
      top: 50%;
      width: 10px;
      height: 300px;
      left: 0;
      background: #ddd;
      margin-top: -200px;
      border-radius: 0 5px 5px 0;
      transition: all .4s; }
    .cus-btnmenu:hover:before {
      background: #404d9e; } }

.cus-btnmenu:hover {
  color: #404d9e; }

.box-menupopup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  margin: 0 !important; }
  .box-menupopup .block-social {
    margin: 0;
    padding: 0; }
  .box-menupopup .h-logo img {
    max-height: 30px; }
  .box-menupopup .ApImage {
    padding-right: 50px; }
  .box-menupopup .block-social li {
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 1px;
    background: none; }
    .box-menupopup .block-social li:before {
      font-size: 16px; }
  .box-menupopup .ApMegamenu {
    margin: auto 0; }
    @media (max-width: 991px) {
      .box-menupopup .ApMegamenu {
        flex: auto; } }
  .box-menupopup > .ApColumn {
    height: 100vh;
    width: 300px;
    padding: 30px 0 30px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fff;
    transition: all 0.5s;
    transform: translateX(-100%);
    margin: auto 0; }
    @media (max-width: 991px) {
      .box-menupopup > .ApColumn {
        width: 260px;
        padding: 20px 0 20px 30px; } }
    .box-menupopup > .ApColumn > * {
      width: 100%; }
  .box-menupopup .leo-top-menu {
    width: 100%;
    position: relative; }
  .box-menupopup .leo-megamenu {
    border-radius: 0; }
    .box-menupopup .leo-megamenu .navbar-nav > li {
      display: block; }
  .box-menupopup .leo-megamenu .dropdown-menu {
    left: 100%;
    top: 0;
    border: 0;
    border-left: 10px solid transparent;
    border-radius: 0;
    box-shadow: none; }
  .box-menupopup .leo-megamenu .navbar-nav > li > a {
    padding: 20px 0;
    font-size: 1.6em; }
  .box-menupopup .leo-megamenu .navbar-nav > li.parent > a span.menu-title:after, .box-menupopup .leo-megamenu .navbar-nav > li.parent > a span.menu-title:before {
    display: none; }
  .box-menupopup .leo-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
    left: 100%;
    transform: none; }
  @media (min-width: 992px) {
    .box-menupopup .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
      min-width: 680px; } }
  @media (min-width: 1200px) {
    .box-menupopup .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
      min-width: 900px; } }
  .box-menupopup .leo-megamenu .navbar-nav > li.aligned-fullwidth {
    position: relative; }
  @media (max-width: 991px) {
    .box-menupopup .navbar-header {
      display: none !important; }
    .box-menupopup .leo-top-menu {
      display: block !important; }
    .box-menupopup .leo-megamenu .dropdown-menu {
      max-width: calc(100vw - 270px);
      min-height: 100%;
      max-height: 500px;
      overflow: auto; }
    .box-menupopup .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
      min-width: calc(100vw - 270px); }
    .box-menupopup .leo-megamenu .navbar-nav > li {
      position: static !important; }
      .box-menupopup .leo-megamenu .navbar-nav > li > a {
        padding: 10px 0;
        font-size: 1.2em; }
        .box-menupopup .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
          font-size: 13px;
          content: "\f0d7";
          font-family: "Font Awesome 5 Pro";
          border: 0;
          width: auto;
          height: auto;
          margin: 0 0 0 5px;
          vertical-align: 1px;
          font-weight: normal;
          line-height: 1;
          display: inline-block !important; }
    .box-menupopup .leo-megamenu .dropdown-menu {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      transform: translateY(5px); }
    .box-menupopup .leo-megamenu .dropdown:hover > .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0px); } }

body.show-menu .box-menupopup {
  opacity: 1;
  visibility: visible; }
  body.show-menu .box-menupopup > .ApColumn {
    transform: translateX(0); }

.body-sticky .box-etop1.box-2 {
  padding: 10px 0; }
  .body-sticky .box-etop1.box-2 .userinfo-selector a.popup-title {
    box-shadow: 0 0 0 1px #404d9e;
    background: none;
    color: #404d9e; }

@media (min-width: 992px) {
  .box-etop1.box-2 {
    padding: 35px 0 30px; } }
.box-etop1.box-2 .col-search {
  display: flex;
  align-items: center; }
  .box-etop1.box-2 .col-search #leo_search_block_top {
    flex: auto; }
.box-etop1.box-2 .userinfo-selector a.popup-title {
  box-shadow: 0 0 0 1px #404d9e;
  background: none;
  color: #404d9e; }
@media (max-width: 991px) {
  .box-etop1.box-2 .col-logo {
    width: 100%; }
  .box-etop1.box-2 .h-logo {
    text-align: center;
    height: 50px;
    line-height: 50px; }
    .box-etop1.box-2 .h-logo img {
      max-height: 50px; }
  .box-etop1.box-2 .navbar-header .navbar-toggler {
    position: absolute;
    top: 18px;
    margin: 0;
    left: 10px; }
  .box-etop1.box-2 .col-search {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%; }
    .box-etop1.box-2 .col-search .ApRawHtml .cus-btnmenu {
      position: absolute;
      bottom: 5px;
      left: 10px; }
    .box-etop1.box-2 .col-search .ApRawHtml + #leo_search_block_top .title_block {
      left: 70px; }
      .box-etop1.box-2 .col-search .ApRawHtml + #leo_search_block_top .title_block:after {
        top: 150px; }
  .box-etop1.box-2 .col-infor {
    display: flex;
    position: absolute;
    width: auto;
    top: 0;
    height: 70px;
    right: 10px;
    align-items: center;
    flex-direction: row-reverse; }
  .box-etop1.box-2 #_desktop_cart {
    position: relative;
    top: 0;
    right: 0;
    margin: 0; }
  .box-etop1.box-2 #leo_search_block_top .title_block {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    position: absolute;
    bottom: 5px;
    right: 60px;
    font-size: 0;
    color: transparent;
    text-align: center;
    cursor: pointer; }
    .box-etop1.box-2 #leo_search_block_top .title_block:before {
      content: "\f002";
      font-family: "Font Awesome 5 Pro";
      font-size: 20px;
      color: #000;
      font-weight: 400; }
    .box-etop1.box-2 #leo_search_block_top .title_block:after {
      content: "";
      position: fixed;
      top: 110px;
      left: 0;
      right: 0;
      bottom: 0;
      background: #000;
      opacity: 0;
      visibility: hidden; }
  .box-etop1.box-2 #leo_search_block_top form {
    position: absolute;
    top: 15px;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s; }
  .box-etop1.box-2 #leo_search_block_top.active .title_block:before {
    content: "\f00d"; }
  .box-etop1.box-2 #leo_search_block_top.active .title_block:after {
    opacity: 0.5;
    visibility: visible; }
  .box-etop1.box-2 #leo_search_block_top.active form {
    opacity: 1;
    visibility: visible; } }
@media (max-width: 767px) {
  .box-etop1.box-2 .col-infor {
    justify-content: center; }
  .box-etop1.box-2 .userinfo-selector a.popup-title {
    padding: 0 5px;
    line-height: 20px;
    font-size: 10px; } }

@media (max-width: 991px) {
  .body-sticky .box-etop1.box-2 .col-search .ApRawHtml + #leo_search_block_top .title_block:after {
    top: 50px; } }
.box-enav1 .userinfo-selector a.popup-title {
  box-shadow: none;
  background: none;
  color: #404d9e;
  line-height: 40px;
  font-weight: normal;
  padding: 0; }
  .box-enav1 .userinfo-selector a.popup-title i {
    display: none; }

@media (max-width: 991px) {
  .body-sticky .box-etop1.box-2 {
    padding: 0; }
    .body-sticky .box-etop1.box-2 .navbar-header .navbar-toggler {
      top: 8px; }
    .body-sticky .box-etop1.box-2 .col-infor {
      height: 50px; }
    .body-sticky .box-etop1.box-2 #leo_search_block_top .title_block {
      bottom: 5px; }
      .body-sticky .box-etop1.box-2 #leo_search_block_top .title_block:after {
        top: 50px; }
    .body-sticky .box-etop1.box-2 #leo_search_block_top form {
      top: 5px; }
    .body-sticky .box-etop1.box-2 #leo_search_block_top .cssload-speeding-wheel {
      top: 3px;
      right: 3px;
      height: 34px;
      line-height: 34px;
      transform: none;
      width: 50px; }
    .body-sticky .box-etop1.box-2 .leoproductsearch-result .ac_results {
      max-height: calc(100vh - 120px); } }
.box-eslider2 .ApSlideShow {
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .box-eslider2 .ApSlideShow {
      margin-bottom: 20px; } }
.box-eslider2 .ApColumn .block {
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .box-eslider2 .ApColumn .block {
      margin-bottom: 20px; } }
.box-eslider2 .ApImage {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden; }
  .box-eslider2 .ApImage img {
    transition: all .4s;
    min-height: 120px;
    object-fit: cover; }
  @media (max-width: 767px) and (min-width: 481px) {
    .box-eslider2 .ApImage {
      width: calc(50% - 10px);
      float: left;
      margin-right: 20px; }
      .box-eslider2 .ApImage:last-child {
        margin: 0; } }
  .box-eslider2 .ApImage .image_description {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    pointer-events: none;
    transform: translateY(-50%); }
    .box-eslider2 .ApImage .image_description h4 {
      font-size: 1.8em;
      margin: 0 0 1em; }
      @media (max-width: 991px) {
        .box-eslider2 .ApImage .image_description h4 {
          font-size: 1.4em; } }
    .box-eslider2 .ApImage .image_description a {
      font-weight: bold;
      display: inline-block;
      pointer-events: auto;
      color: #404d9e; }
      .box-eslider2 .ApImage .image_description a:after {
        content: "\f30b";
        font-family: "Font Awesome 5 Pro";
        margin: 0 0 0 0.5em;
        transition: all .3s;
        display: inline-block; }
      .box-eslider2 .ApImage .image_description a:hover:after {
        transform: translateX(10px); }
  .box-eslider2 .ApImage:hover img {
    transform: scale(1.1); }

.box-ebanner2 .ApImage {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden; }
  .box-ebanner2 .ApImage img {
    transition: all .4s;
    min-height: 120px;
    object-fit: cover; }
  .box-ebanner2 .ApImage .image_description {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    pointer-events: none; }
    .box-ebanner2 .ApImage .image_description h4 {
      font-size: 1.8em;
      margin: 0 0 1em; }
      @media (max-width: 991px) {
        .box-ebanner2 .ApImage .image_description h4 {
          font-size: 1.4em; } }
    .box-ebanner2 .ApImage .image_description a {
      font-weight: bold;
      display: inline-block;
      color: #404d9e;
      pointer-events: auto; }
      .box-ebanner2 .ApImage .image_description a:after {
        content: "\f30b";
        font-family: "Font Awesome 5 Pro";
        margin: 0 0 0 0.5em;
        transition: all .3s;
        display: inline-block; }
      .box-ebanner2 .ApImage .image_description a:hover:after {
        transform: translateX(10px); }
  .box-ebanner2 .ApImage:hover img {
    transform: scale(1.1); }

.container > .box-enewletter {
  border-radius: 30px; }

.box-epropopular .products_block {
  margin-bottom: 0; }

.box-ecoppy.box-2 {
  color: #fff;
  font-size: 0.9em; }

.box-eicon2 .ApColumn {
  display: flex;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap;
  align-items: flex-start; }
.box-eicon2 .ApRawHtml {
  border: 1px solid #ddd;
  border-radius: 10px;
  width: calc(20% - 20px);
  margin: 10px 10px 0;
  position: relative;
  padding: 25px 10px 25px 90px;
  color: #000;
  transition: all .4s;
  min-width: 220px; }
  @media (max-width: 991px) {
    .box-eicon2 .ApRawHtml {
      padding-left: 70px; } }
  @media (max-width: 767px) {
    .box-eicon2 .ApRawHtml {
      width: calc(50% - 20px);
      min-width: 200px; } }
  @media (max-width: 460px) {
    .box-eicon2 .ApRawHtml {
      width: calc(100% - 20px); } }
  .box-eicon2 .ApRawHtml i {
    position: absolute;
    top: 25px;
    font-size: 30px;
    font-weight: bold;
    color: #404d9e;
    left: 30px;
    transition: all .4s; }
    @media (max-width: 991px) {
      .box-eicon2 .ApRawHtml i {
        left: 20px; } }
  .box-eicon2 .ApRawHtml h4 {
    font-size: 1.2em;
    margin: 0 0 5px; }
  .box-eicon2 .ApRawHtml:hover {
    box-shadow: 0 5px 10px #eee; }
    .box-eicon2 .ApRawHtml:hover i {
      transform: scale(1.2); }

.box-emanufacture.no-padding .manufacturers_block {
  padding: 0; }

.h-logo span {
  font-size: 30px;
  font-weight: 900;
  color: #000;
  line-height: 40px; }

.h-logo span i {
  color: #404d9e;
  margin: 0 5px 0 0; }

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