/***************************************************
  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 15px;
  font-size: 24px;
}

@media (max-width: 767px) {
  .ApColumn .title_block {
    font-size: 25px;
  }
}

.bg-fullwidth {
  position: relative;
}

.bg-fullwidth:before {
  content: "";
  padding: 0px 1000px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  display: block !important;
  top: 0;
  box-sizing: content-box;
  margin-left: -1000px;
}

.rtl .bg-fullwidth:before {
  margin-right: -1000px;
  margin-left: inherit;
}

.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;
  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 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

@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: "FontAwesome";
  font-size: 14px;
  vertical-align: -2px;
  padding-right: 7px;
  float: left;
  position: absolute;
  left: 15px;
  top: 13px;
}

.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: 12px;
}

.ap-accordion .panel-group .panel-default .panel-title .collapsed {
  display: block;
  font-weight: normal;
}

.ap-accordion .panel-default {
  border: 1px solid transparent;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.ap-accordion .panel-default .panel-title {
  text-transform: none;
  background: #f0f0f0;
  position: relative;
  font-weight: normal;
}

.ap-accordion .panel-default .panel-title a:before {
  background: none;
  content: "arrow_drop_up";
  cursor: pointer;
  display: block;
  font-family: "Material Icons";
  font-size: 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: "Material Icons";
  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 .tab-pane,
.tab-content .pill-pane,
.pill-content .tab-pane,
.pill-content .pill-pane {
  display: none;
}

.tab-content .active,
.pill-content .active {
  display: block;
}

.tabs-below .nav-tabs {
  border-top: 1px solid #eee;
}

.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below .nav-tabs > li > a {
  border-radius: 0px 0px 4px 4px;
}

.rtl .tabs-below .nav-tabs > li > a {
  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;
  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 {
  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;
  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 {
  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: #000;
}

.widget-tabs li.active {
  border: 1px solid #00C9D1;
}

.widget-tabs li.active a {
  color: #00C9D1;
}

.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: "FontAwesome";
  color: #00C9D1;
  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;
  transition: all 0.1s ease-in-out;
}

.item-gmap-store:hover {
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}

.item-gmap-store .icon-map-marker {
  margin-right: 6px;
  font-size: 120%;
}

.rtl .item-gmap-store .icon-map-marker {
  margin-left: 6px;
  margin-right: inherit;
}

.item-gmap-store text {
  font-size: 85%;
}

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more {
  text-align: center;
}

.box-show-more a.btn {
  background: none;
  clear: both;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  display: none;
  font-size: 12px;
  padding: 0 30px;
  color: #222;
  font-weight: 400;
  border-bottom: 1px solid;
}

.box-show-more a.btn:hover {
  background: none;
  color: #00C9D1;
  letter-spacing: 4px;
}

.box-show-more a.btn .fa {
  margin-left: 5px;
}

.rtl .box-show-more a.btn .fa {
  margin-right: 5px;
  margin-left: inherit;
}

.box-show-more.open a.btn {
  display: inline-block;
}

/**
* 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;
  -o-box-shadow: 0 0 5px #bdbdbd;
  -ms-box-shadow: 0 0 5px #bdbdbd;
  box-shadow: 0 0 5px #bdbdbd;
  transition: all 0.4s ease-in-out;
}

.cover-live-edit .link-to-back-end:hover {
  background-color: #00e676;
  transition: all 0.2s ease-in-out;
}

.ap-cover-hook {
  border: 1px solid #eee;
  transition: all 0.2s ease-in-out;
}

.ap-cover-hook:hover {
  border: 1px dashed #00C9D1;
  transition: all 0.2s ease-in-out;
}

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
/*
  Widget Category Image
*/
/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 9;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 5px 0 10px;
  -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);
  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;
}

.leo-more-info .col-1,
.leo-more-info .views_block {
  height: 100%;
}

.leo-more-info .views_block {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.leo-more-info .thumbs_list {
  overflow: hidden;
  margin-top: 14px;
  margin-bottom: 20px;
  float: left;
  width: 70px;
  height: 265px;
}

.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: 64px;
  height: 64px;
}

.rtl .leo-more-info .thumbs_list li {
  float: right;
}

.leo-more-info .thumbs_list li a {
  height: 100%;
  display: block;
  margin: 0 1px 2px;
  text-align: center;
}

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

.leo-more-info .view_scroll_left,
.leo-more-info .view_scroll_right {
  position: absolute;
  width: 15px;
  margin: auto;
  left: 0px;
  right: 0px;
}

.leo-more-info .view_scroll_right {
  bottom: 0px;
  margin-bottom: 5px;
}

.leo-more-info .view_scroll_left {
  margin-top: 5px;
}

.leo-more-info .thumbs_list {
  margin: 30px 0;
}

.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 */
.widget-category_image .cate_content {
  display: block;
  position: relative;
  overflow: hidden;
}

.widget-category_image .cate_content .cover-img {
  display: block;
}

.widget-category_image .cate_content .cover-img img {
  transition: all .3s;
  width: 100%;
}

.widget-category_image .cate_content:hover .cover-img img {
  transform: scale(1.1);
}

.widget-category_image .cate_content .name-wapper {
  width: 200px;
  height: 100px;
  position: absolute;
  top: 2px;
  left: 2px;
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
}

@media (max-width: 991px) {
  .widget-category_image .cate_content .name-wapper {
    width: 200px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .widget-category_image .cate_content .name-wapper {
    position: static;
  }
}

.widget-category_image .cate_content .name-wapper .name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 5px;
  width: 100%;
  color: #000;
}

.widget-category_image .cate_content .name-wapper .num {
  font-size: 12px;
  color: #888;
}

.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: 9px;
    padding-left: 9px;
  }

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

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

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

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

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

/* 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: #00C9D1;
}

#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: #00C9D1;
  color: #fff;
}

/*update CART*/
.card-block .cart-summary-products .btn {
  border-bottom: 1px solid #e5e5e5;
  color: #444;
  background: none;
  margin: 10px 0;
  padding: 10px 0;
  width: 100%;
}

.card-block .cart-summary-products .btn:hover,
.card-block .cart-summary-products .btn[aria-expanded="true"] {
  color: #00C9D1;
  letter-spacing: 3px;
}

#checkout #wrapper {
  padding: 60px 0;
  padding-top: 0;
}

#checkout nav.breadcrumb {
  display: none;
}

#checkout h1.step-title {
  display: none;
}

#checkout .blockreassurance_product {
  display: none;
}

#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: capitalize;
  cursor: pointer;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  font-size: 12px;
  line-height: 30px;
  width: 25%;
  text-align: center;
  padding: 30px 5px;
  color: #999;
  font-family: "Poppins", sans-serif;
  opacity: 1;
  letter-spacing: 0;
  font-weight: 500;
}

@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: -moz-flex;
  display: flex;
  box-align: 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;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  color: #ccc;
}

#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: 40px;
}

#checkout #checkout-personal-information-step .tab-content .form-control {
  padding: 8px 15px;
  border: 1px solid #e1e1e1;
  height: 40px;
  color: #999;
  background-color: #fff;
  border-color: #e1e1e1;
  border-radius: 0;
  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;
}

#checkout #checkout-personal-information-step .tab-content .form-control:focus {
  outline: 0;
  border-color: #282828;
}

body#checkout .form-control {
  padding: 8px 15px;
  border: 1px solid #e1e1e1;
  height: 40px;
  color: #000;
  background-color: #fff;
  border-color: #e1e1e1;
  border-radius: 0;
  width: 100%;
  line-height: 25px;
}

body#checkout .form-control.js-visible-password {
  padding: 8px 50px 8px 15px;
}

.rtl body#checkout .form-control.js-visible-password {
  padding: 8px 15px 8px 50px;
}

body#checkout .form-control:focus {
  outline: 0;
}

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: FontAwesome;
  font-weight: 400;
  line-height: 1;
  content: "\F06E";
  font-size: 17px;
  vertical-align: middle;
}

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 .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
body#checkout .custom-checkbox input[type="radio"] + span .checkbox-checked {
  font-size: 13px;
}

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 {
  border: #888 1px solid;
  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;
}

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 {
  font-family: "Poppins", sans-serif;
  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;
}

body#checkout section.checkout-step .address-item .address {
  line-height: 1.5;
  font-size: 12px;
}

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: -2px;
}

.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: #00C9D1;
}

body#checkout section.checkout-step .add-address a:hover .material-icons {
  background: #00C9D1;
}

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

#payment-confirmation button.btn.btn-primary {
  width: 100%;
}

.btn-outline,
.btn,
.btn-primary {
  border-radius: 0;
  background: #292929;
  padding: 10px 20px;
  line-height: 20px;
  border: 0;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: #00C9D1;
  color: #fff;
}

#btn_place_order {
  background: #00C9D1;
  border-radius: 5px;
  position: relative;
}

#btn_place_order i {
  position: absolute;
  left: 10px;
  top: 10px;
}

#btn_place_order:hover {
  background: #000;
}

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;
  letter-spacing: 1px;
}

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

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

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

body#checkout #order-summary-content #order-items h3.h3 {
  font-size: 13px;
}

.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 {
  vertical-align: -4px;
  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: -moz-flex;
    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);
}

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

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

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

h5.modal-title {
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: #888;
}

h5.modal-title a {
  color: #000;
}

h5.modal-title a:hover {
  color: #00C9D1;
}

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

.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: FontAwesome;
  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: 0;
}

.rtl .register-form .custom-checkbox input[type="checkbox"],
.rtl .register-form .custom-checkbox > span {
  right: 0;
  left: auto;
}

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

@media (max-width: 991px) and (max-width: 991px) {
  .box-top.box-h2 .leo-megamenu.disable-canvas .leo-top-menu {
    left: 0px;
    right: 0px;
  }
}

@media (max-width: 991px) {
  .col-logo.ApColumn {
    position: static;
  }

  .header-container .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/*end max 991*/
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-subtotals {
  display: none !important;
}

.leo-fly-cart-slidebar.slidebar_bottom .cart-dropdow-viewcart {
  background: none;
  color: #666;
  border-bottom: 1px solid #666;
  margin: 5px;
  padding: 0;
  width: auto;
  font-size: 8px;
  display: inline-block;
  vertical-align: top;
}

.leo-fly-cart-slidebar.slidebar_bottom .cart-dropdow-viewcart:hover {
  color: #222;
  border-bottom: 1px solid #222;
  letter-spacing: 4px;
  background: none;
}

.leo-fly-cart-slidebar.slidebar_bottom .cart-dropdow-checkout {
  min-width: 160px;
  border-radius: 20px;
}

.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  height: 100px;
}

@media (max-width: 567px) {
  .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom {
    border-top: 1px solid #eee;
  }
}

@media (max-width: 767px) {
  .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom .leo-cart-dropdown-action {
    box-orient: horizontal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    height: 70px;
    min-width: 0px;
  }
}

@media (max-width: 567px) {
  .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom .leo-cart-dropdown-action {
    height: 100px;
    display: flex;
    padding-top: 0;
  }

  .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom .leo-cart-dropdown-action .cart-dropdow-checkout {
    display: block;
    margin: auto;
  }
}

@media (min-width: 568px) {

  .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total,
  .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-orient: vertical;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total .col-xl-6,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action .col-xl-6 {
  width: 100%;
  padding: 0 8px;
}

.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total .value,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total .label,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action .value,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action .label {
  display: block;
  width: 100%;
  text-align: center;
}

.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total .label,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action .label {
  font-size: 20px;
  color: #000;
}

.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total .value,
.leo-fly-cart-slidebar.slidebar_bottom .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: 1px solid #e5e5e5;
}

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

.modal-footer .btn {
  margin: 1px;
  min-height: 40px;
  min-width: 150px;
}

@media (max-width: 480px) {
  .modal-footer .btn {
    min-width: 120px;
  }
}

.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: #eee;
  padding: 10px 0;
}

.ui-autocomplete .ui-menu-item {
  list-style: none;
  border-radius: 0;
  margin: 0;
}

.ui-autocomplete .ui-menu-item a {
  padding: 5px 15px;
  border-radius: 0;
  font-size: 12px;
  border: 0;
}

.ui-autocomplete .ui-menu-item a:hover {
  background: #eee;
  color: #00C9D1;
}

.ui-autocomplete .ui-menu-item a .separator {
  display: none;
}

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

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

#category-products > .item,
#category-products2 > .item {
  float: left;
  padding: 0 15px;
  width: 25%;
  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-products2 > .item:nth-child(1),
#category-products2 > .item:nth-child(2),
#category-products2 > .item:nth-child(3),
#category-products2 > .item:nth-child(4) {
  display: block;
}

@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*/
.slidebar_bottom .leo-dropdown-bottom .leo-dropdown-cart-total {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}

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

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

.product-variants > .product-variants-item .color,
.product-variants > .product-variants-item .input-color {
  width: 46px;
  height: 46px;
  border: 0;
}

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

.product-variants > .product-variants-item .color:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  color: #FFF;
  font-size: 12px;
  line-height: normal;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 46px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease 0s;
}

.product-variants > .product-variants-item .color:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.5s;
  transform: scale(0);
  opacity: 0;
}

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

.product-variants > .product-variants-item .input-color:checked + span:after {
  transform: scale(1);
  opacity: 1;
}

.product-variants > .product-variants-item .color .sr-only {
  background: rgba(0, 0, 0, 0.8);
  width: auto;
  height: auto;
  min-width: 46px;
  text-align: center;
  padding: 2px 10px;
  clip: inherit;
  color: #FFF;
  font-size: 12px;
  overflow: inherit;
  visibility: hidden;
  border-radius: 3px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(-25px);
  transition: all 0.3s ease 0s;
}

.product-variants > .product-variants-item .color .sr-only:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 17px;
}

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

.product-variants > .product-variants-item .color {
  border: 0;
  width: 46px;
  height: 46px;
  line-height: 20px;
  position: relative;
}

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

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

.product-thumb-images .thumb {
  border: 1px solid transparent;
}

@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: 16px;
  font-size: 10px;
  padding: 0 5px;
  bottom: 50%;
  left: 50%;
  margin-bottom: 12px;
  margin-left: 12px;
  border-radius: 5px;
  font-weight: normal;
}

@media (min-width: 992px) {
  .box-listdetail {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: flex;
  }
}

.box-listdetail .leo-widget {
  padding: 0 10px;
}

@media (max-width: 991px) {
  .box-listdetail .leo-widget {
    padding: 0 2px;
    width: 48%;
    float: left;
    margin: 0 1% 5px;
  }

  .box-listdetail .leo-widget:nth-child(2n+1) {
    clear: both;
  }
}

.box-listdetail .leo-widget a {
  display: block;
  padding: 5px;
  border: 1px solid #eee;
}

.box-listdetail .leo-widget a:hover {
  border: 1px solid #999;
}

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

@media (max-width: 991px) {
  .box-top {
    position: relative;
  }

  .box-top .col-menu {
    position: static;
  }

  .box-top .leo-megamenu.disable-canvas .dropdown-menu {
    display: none;
  }
}

/*update css menu*/
.off-canvas-active > #page {
  transition: none;
  transform: none;
}

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

.off-canvas-active > .off-canvas-nav-megamenu.active {
  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*/
#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,
.cart-detailed-actions .btn {
  background: #00C9D1;
  color: #fff;
}

#blockcart-modal .cart-content a.btn:hover,
#blockcart-modal .cart-content a.btn:focus,
.product-add-to-cart .product-quantity .add-to-cart:hover,
.product-add-to-cart .product-quantity .add-to-cart:focus,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,
.continue.btn:hover,
.continue.btn:focus,
button.btn.btn-primary.center-block:hover,
button.btn.btn-primary.center-block:focus,
.cart-detailed-actions .btn:hover,
.cart-detailed-actions .btn:focus {
  background: #d31d52;
  color: #fff;
}

.product-add-to-cart .product-quantity .add-to-cart[disabled] {
  background: #333;
}

.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 li a {
  margin: 0;
}

.leo-more-info .thumbs_list li {
  padding: 2px 4px;
  width: 70px;
  height: 66px;
}

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

.leo-more-info .view_scroll_left.disabled,
.leo-more-info .view_scroll_right.disabled {
  opacity: 0.5;
  color: #333;
}

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

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

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

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

.product-detail .product-prices {
  margin: 25px 0;
}

@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 .modal-title {
    font-size: 14px;
    text-align: center;
  }

  #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: -moz-flex;
    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: -moz-flex;
    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;
  }
}

.box-faqpage {
  font-size: 13px;
  font-weight: 400;
}

.box-faqpage .block-toggler .navbar-toggler {
  top: 2px;
}

.box-faqpage .ApHtml .title_block {
  border-bottom: 2px solid #e5e5e5;
  background: #f5f5f5;
  padding: 10px 30px;
  font-size: 13px;
  margin: 0 0 10px;
  border-radius: 4px;
  line-height: 1.5;
  transition: all .2s ease-in-out;
  font-weight: 500;
}

.box-faqpage .ApHtml .title_block:before {
  font-family: "FontAwesome";
  content: "\f059";
  top: 11px;
  left: 10px;
  background: none;
  color: #f11d22;
  transition: all .4s;
  position: absolute;
}

.rtl .box-faqpage .ApHtml .title_block:before {
  right: 10px;
  left: auto;
}

.box-faqpage .ApHtml .block_content:after {
  content: "";
  display: block;
  clear: both;
}

.box-faqpage .ApHtml .title[aria-expanded="true"] {
  color: #fff;
}

.box-faqpage .ApHtml .title[aria-expanded="true"] .title_block {
  border-bottom: 2px solid #f11d22;
  background: #222;
  color: #fff;
}

.box-faqpage .ApHtml .title[aria-expanded="true"] .title_block:before {
  color: #fff;
}

.box-faqpage .ApHtml p {
  margin: 0;
}

.product-detail .leo-more-cdown ul {
  margin: 20px 0;
}

.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: 12px;
  line-height: 1.75;
  opacity: 0;
  transition: all .2s;
  overflow: hidden;
}

.box-outteam .ApImage .image_description strong {
  color: #222;
}

@media (max-width: 1199px) {
  .box-outteam .ApImage .image_description p:last-child {
    display: none;
  }
}

.box-outteam .ApImage:hover .image_description {
  opacity: 1;
}

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

.thumbnail-container .leo_cart_quantity {
  margin: 5px 0;
}

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

#instafeed > a {
  display: none;
}

.timeline-item {
  border: 0;
}

.fade,
.modal .modal-dialog,
.modal.fade .modal-dialog {
  transition: all .2s ease-in-out;
}

/*update css lamode*/
.text-center {
  text-align: center;
}

.fw300 {
  font-weight: 300;
}

.fwbold {
  font-weight: bold;
}

.red {
  color: #ee1d52;
}

.black {
  color: #000;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.box-navh1 .ApColumn .block {
  margin-bottom: 0;
}

.box-navh1 .ApRawHtml {
  padding: 10px 0;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.box-navh1 .ApRawHtml .fa {
  margin: 0 5px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.h-logo {
  padding: 10px 0;
  text-align: center;
  line-height: 70px;
  transition: all .3s;
}

.h-logo img {
  max-height: 60px;
  transition: all .3s;
}

.box-top .col-info {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 10px;
  height: 120px;
}

@media (max-width: 767px) {
  .box-top .col-info {
    height: auto;
    padding-bottom: 30px;
    padding-top: 10px;
  }
}

.box-top .col-info > .currency-selector {
  margin-right: auto;
}

.box-top .col-info > .userinfo-selector {
  margin-left: auto;
}

.box-top .language-selector-wrapper {
  margin: 0 15px 0 0;
}

.rtl .box-top .language-selector-wrapper {
  margin: 0 0 0 15px;
}

@media (max-width: 480px) {
  .box-top .language-selector-wrapper {
    margin: 0 5px 0 0;
  }

  .rtl .box-top .language-selector-wrapper {
    margin: 0 0 0 5px;
  }
}

.box-top .language-selector-wrapper a.popup-title,
.box-top .currency-selector a.popup-title {
  font-size: 10px;
  text-transform: uppercase;
}

.box-top .language-selector-wrapper a.popup-title .fa-globe,
.box-top .language-selector-wrapper a.popup-title .fa-money,
.box-top .currency-selector a.popup-title .fa-globe,
.box-top .currency-selector a.popup-title .fa-money {
  font-size: 14px;
  vertical-align: -1px;
}

.box-top .language-selector-wrapper a.popup-title span,
.box-top .currency-selector a.popup-title span {
  padding: 0 2px;
}

.box-top .language-selector-wrapper .popup-content,
.box-top .currency-selector .popup-content {
  right: auto;
  left: 0;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 2px;
  min-width: 120px;
}

.rtl .box-top .language-selector-wrapper .popup-content,
.rtl .box-top .currency-selector .popup-content {
  right: 0;
  left: auto;
}

.box-top .language-selector-wrapper .popup-content a img,
.box-top .currency-selector .popup-content a img {
  margin: 0 5px 0 0;
}

.rtl .box-top .language-selector-wrapper .popup-content a img,
.rtl .box-top .currency-selector .popup-content a img {
  margin: 0 0 0 5px;
}

.box-top #_desktop_cart,
.box-top .search-widget,
.box-top .userinfo-selector {
  border: 0;
  box-shadow: none;
  height: auto;
}

.box-top #_desktop_cart span.block,
.box-top .search-widget span.block,
.box-top .userinfo-selector span.block {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

@media (max-width: 480px) {

  .box-top #_desktop_cart span.block,
  .box-top .search-widget span.block,
  .box-top .userinfo-selector span.block {
    font-size: 8px;
  }
}

.box-top #_desktop_cart .popup-title,
.box-top #_desktop_cart .header,
.box-top .search-widget .popup-title,
.box-top .search-widget .header,
.box-top .userinfo-selector .popup-title,
.box-top .userinfo-selector .header {
  text-align: center;
  line-height: 20px;
}

.box-top #_desktop_cart .popup-title .fa,
.box-top #_desktop_cart .header .fa,
.box-top .search-widget .popup-title .fa,
.box-top .search-widget .header .fa,
.box-top .userinfo-selector .popup-title .fa,
.box-top .userinfo-selector .header .fa {
  font-size: 18px;
  display: block;
}

.box-top #_desktop_cart .popup-content,
.box-top .search-widget .popup-content,
.box-top .userinfo-selector .popup-content {
  font-size: 12px;
}

.box-top #_desktop_cart .header,
.box-top .search-widget .header,
.box-top .userinfo-selector .header {
  padding: 0 0 0 15px;
  position: relative;
}

@media (max-width: 480px) {

  .box-top #_desktop_cart .header,
  .box-top .search-widget .header,
  .box-top .userinfo-selector .header {
    padding: 0 0 0 10px;
  }
}

.box-top #_desktop_cart .header .cart-products-count,
.box-top .search-widget .header .cart-products-count,
.box-top .userinfo-selector .header .cart-products-count {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
  background: #f93a2a;
  line-height: 16px;
  padding: 0 5px;
  min-width: 16px;
  color: #fff;
  border-radius: 8px;
}

.box-top .ApColumn .block {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .box-top .h-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
}

.box-top .h-logo img {
  max-height: 80px;
}

a.link-suport {
  color: #fff;
  z-index: 9;
  position: absolute;
  top: -24px;
  right: 15px;
  background: #e73e01;
  background: linear-gradient(to bottom, #e73e01 0, #c90202 50%, #e73e01 100%);
  padding: 10px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 25px;
}

.rtl a.link-suport {
  left: 15px;
  right: auto;
}

@media (max-width: 991px) {
  a.link-suport {
    right: 10px;
  }

  .rtl a.link-suport {
    left: 10px;
    right: auto;
  }
}

a.link-suport:before {
  content: "";
  font-size: .5em;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #902424;
  top: .3rem;
  left: -1rem;
  border-width: 0 0 1.2rem 1rem;
  z-index: -1;
}

a.link-suport:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #e73e01;
  border-right: 52px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 52px solid transparent;
  border-radius: 10px;
}

a.link-suport span {
  display: block;
  text-align: center;
  width: 90px;
  overflow: hidden;
  white-space: nowrap;
}

a.link-suport i {
  margin-right: 8px;
  transition: all .4s;
}

a.link-suport:hover i {
  transform: rotate(45deg);
}

.box-menuh1 .ApColumn .block {
  margin-bottom: 0;
}

.box-menuh1 .leo-megamenu .navbar-nav > li > a {
  padding: 10px 18px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  transition: all 350ms ease-out;
  position: relative;
  letter-spacing: 2px;
}

.box-menuh1 .leo-megamenu .navbar-nav > li > a:after {
  display: none;
}

.box-menuh1 .leo-megamenu .navbar-nav > li:hover > a,
.box-menuh1 .leo-megamenu .navbar-nav > li:focus > a {
  background: #232323;
}

.box-menuh1 .navbar-header .navbar-toggler {
  height: 30px;
  border: 1px solid #fff;
  margin: 5px auto;
  color: #fff;
  line-height: 28px;
  font-size: 16px;
}

.cus-title {
  text-align: center;
  color: #777;
  padding: 40px 0 10px;
}

.cus-title h4 {
  font-size: 24px;
  font-style: normal;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .cus-title h4 {
    font-size: 20px;
  }
}

.cus-title p {
  max-width: 600px;
  margin: auto;
}

.box-products {
  padding-top: 30px;
  padding-bottom: 60px;
}

.latest-blogs .blog-container {
  position: relative;
}

.latest-blogs .blog-container .blog-date {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  line-height: 20px;
  pointer-events: none;
  min-width: 50px;
  text-align: center;
}

.latest-blogs .blog-container .blog-date .b-daycount {
  display: block;
  font-size: 24px;
  line-height: 30px;
}

.latest-blogs .blog-container .blog-image-container {
  overflow: hidden;
}

.latest-blogs .blog-container .blog-image-container .blog_img_link {
  display: block;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.latest-blogs .blog-container .blog-image-container .blog_img_link img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}

.latest-blogs .blog-container:hover .blog-image-container .blog_img_link img {
  transform: scale(1.1);
}

.latest-blogs .blog-container .blog-title {
  margin: 0 0 10px;
  text-transform: capitalize;
  line-height: 20px;
  font-weight: 500;
}

.latest-blogs .blog-container .blog-title a {
  display: block;
  color: #000;
}

.latest-blogs .blog-container .blog-title a:hover {
  color: #00C9D1;
}

.latest-blogs .blog-container .right-block {
  background: #fafafa;
  padding: 20px;
}

.latest-blogs .blog-container .blog-desc {
  font-size: 13px;
  color: #777;
}

.latest-blogs .blog-container .blog-desc + p {
  margin: 0;
}

.latest-blogs .blog-container .link-readmore {
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 2px;
  border-bottom: 1px solid;
  line-height: 20px;
  display: inline-block;
  transition: all .4s;
}

.latest-blogs .blog-container .link-readmore:hover {
  letter-spacing: 2px;
}

.latest-blogs .owl-controls {
  padding: 20px 0;
}

@media (max-width: 991px) {
  .latest-blogs .owl-controls {
    padding: 10px 0;
  }
}

.latest-blogs .blog-viewall .btn {
  background: none;
  color: #333;
  border-bottom: 1px solid;
  letter-spacing: 2px;
  padding: 10px 0;
}

.latest-blogs .blog-viewall .btn:hover {
  color: #00C9D1;
  letter-spacing: 4px;
}

.box-forman {
  position: relative;
  text-align: center;
}

.box-forman:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}

@media (min-width: 768px) {
  .box-forman {
    display: flex;
  }

  .box-forman > .ApColumn:first-child {
    border-right: 1px solid #e9e9e9;
  }
}

.box-forman .ApColumn {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .box-forman .ApColumn {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .box-forman .ApColumn:first-child {
    border-bottom: 1px solid #e9e9e9;
  }
}

.box-forman .ApColumn .block {
  margin-bottom: 0;
}

.box-forman .ApImage {
  max-width: 500px;
  margin: auto;
}

.box-forman .ApImage img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.box-forman .ApImage h4 {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .box-forman .ApImage h4 {
    font-size: 25px;
  }
}

.box-forman .ApImage h4 span {
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 3px;
}

.box-forman .ApImage h4 span:before {
  content: "";
  background-color: rgba(255, 254, 148, 0.8);
  bottom: 5%;
  height: 48%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.box-forman .ApImage p:last-child {
  margin: 0;
}

.box-forman .ApImage p .btn {
  background: none;
  color: #333;
  border-bottom: 1px solid;
  letter-spacing: 2px;
  padding: 10px 0;
}

.box-forman .ApImage p .btn:hover {
  color: #00C9D1;
  letter-spacing: 4px;
}

.ApInstagram img {
  max-width: 100%;
}

.manufacturers_block .owl-item.loading {
  min-height: 80px;
}

.manufacturers_block .manufacturer-image-container a {
  display: block;
  text-align: center;
}

.manufacturers_block .manufacturer-image-container a img {
  transition: all .3s;
  transform: scale(0.9);
}

.manufacturers_block .manufacturer-image-container a:hover img {
  transform: scale(1);
}

.manufacturers_block .timeline-item {
  min-height: 80px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.manufacturers_block .animated-background {
  height: 80px;
}

.box-manufacture {
  padding: 90px 0 60px;
}

.box-manufacture .owl-controls {
  padding: 10px 0;
}

.box-manufacture.box-h5 {
  padding: 0;
}

.box-refurn .block_carousel .block-carousel-image-container {
  display: block;
  margin: 15px 0;
  padding: 40px 15px;
  text-transform: uppercase;
  box-shadow: 0 3px 15px rgba(237, 219, 198, 0.4);
  text-align: center;
  font-size: 10px;
}

.box-refurn .block_carousel .block-carousel-image-container .img-fluid {
  margin-bottom: 20px;
  transition: all .4s;
}

.box-refurn .block_carousel .block-carousel-image-container:hover .img-fluid {
  transform: translateY(-10px);
}

.box-refurn .block_carousel .owl-controls {
  margin: 0 0 50px;
}

.col-payment {
  padding-top: 0px;
  padding-bottom: 40px;
}

.col-payment .block {
  margin-bottom: 0;
}

.col-payment .ApImage {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .col-payment .ApImage:first-child {
    float: left;
  }

  .col-payment .ApImage:last-child {
    float: right;
  }
}

.col-payment .ApImage .title_block {
  text-align: center;
  margin: 0 15px 0 0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #777;
  line-height: 30px;
}

.rtl .col-payment .ApImage .title_block {
  margin: 0 0 0 15px;
}

.box-footerlink {
  padding: 90px 0 50px;
}

.box-footerlink:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
  pointer-events: none;
}

.box-footerlink .ApColumn {
  z-index: 2;
}

.box-footerlink h4,
.box-footerlink .title_block {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 30px;
}

.box-footerlink .ApHtml {
  padding: 0 50px 0 0;
}

.rtl .box-footerlink .ApHtml {
  padding: 0 0 0 50px;
}

.box-footerlink .block_newsletter {
  margin-bottom: 20px;
}

.box-footerlink .block_newsletter .input-wrapper button {
  background: #f8f8f8;
  color: #222;
  border: 0;
  border-left: 1px solid #eee;
  font-size: 11px;
  font-weight: normal;
}

.box-footerlink .block_newsletter .input-wrapper button:hover {
  color: #00C9D1;
}

.box-footerlink .block_newsletter .input-wrapper button i {
  display: none;
}

.block_newsletter .alert {
  padding: 0;
  background: none;
  border: 0;
  font-style: italic;
}

.block_newsletter .alert:before {
  display: none;
}

.box-coppyh1 {
  padding: 20px 0;
}

.box-coppyh1 .ApHtml {
  margin: 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.box-coppyh1 .ApHtml a {
  color: #fff;
  font-weight: bold;
}

.box-coppyh1 .ApHtml p {
  margin: 0;
}

.box-refurn {
  padding-top: 60px;
  position: relative;
}

.box-refurn:before {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #f3f3f3;
}

.box-cateh2 .ApImage {
  position: relative;
  overflow: hidden;
}

.box-cateh2 .ApImage img {
  transition: all 0.2s;
}

.box-cateh2 .ApImage .image_description {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  pointer-events: none;
}

@media (max-width: 480px) {
  .box-cateh2 .ApImage .image_description {
    top: 5px;
    left: 5px;
  }
}

.box-cateh2 .ApImage .image_description p {
  margin-bottom: 10px;
}

.box-cateh2 .ApImage .image_description strong {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  position: relative;
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  overflow: hidden;
  color: #111;
}

.box-cateh2 .ApImage .image_description strong:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00C9D1;
  -webkit-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
  -o-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
  transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  content: "";
}

.box-cateh2 .ApImage:hover img {
  transform: scale(1.1);
}

.box-cateh2 .ApImage:hover .image_description strong:before {
  transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
}

.box-navh2 #leo_search_block_top {
  margin: 5px 15px 0 0;
  border-radius: 0;
}

.rtl .box-navh2 #leo_search_block_top {
  margin: 5px 0 0 15px;
}

.box-navh2 #leo_search_block_top .btn {
  display: none;
}

.box-navh2 #leo_search_block_top .form-control {
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 15px;
  border-radius: 0;
  outline: 0;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  width: 180px;
  transition: all .2s;
}

.rtl .box-navh2 #leo_search_block_top .form-control {
  padding: 0 15px 0 15px;
}

.box-navh2 #leo_search_block_top .form-control:focus {
  border-color: #222;
}

@media (min-width: 992px) {
  .box-navh2 #leo_search_block_top .form-control:focus {
    width: 190px;
  }
}

@media (max-width: 991px) {
  .box-navh2 #leo_search_block_top .form-control {
    width: 100%;
  }
}

.box-navh2 #leo_search_block_top .cssload-speeding-wheel {
  top: 10px;
  right: 10px;
}

.rtl .box-navh2 #leo_search_block_top .cssload-speeding-wheel {
  left: 10px;
  right: auto;
}

@media (max-width: 991px) {
  .box-navh2 .col-info #_desktop_cart {
    position: absolute;
    right: 15px;
    bottom: 0px;
    z-index: 9;
    padding: 16px 0;
    margin: 5px 0;
  }

  .rtl .box-navh2 .col-info #_desktop_cart {
    left: 15px;
    right: auto;
  }
}

.box-navh2 .col-info > div,
.box-navh2 .col-info #_desktop_cart {
  float: right;
}

.rtl .box-navh2 .col-info > div,
.rtl .box-navh2 .col-info #_desktop_cart {
  float: left;
}

.box-navh2 .col-info .popup-over {
  border: 0;
  box-shadow: none;
}

.box-navh2 .col-info .popup-over .popup-title {
  display: block;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
}

.box-navh2 .col-info .popup-over .dropdown-menu {
  font-size: 12px;
}

.box-navh2 .col-info .popup-over .dropdown-menu img {
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rtl .box-navh2 .col-info .popup-over .dropdown-menu img {
  margin: 0 0 0 8px;
}

.box-navh2 .col-info .language-selector-wrapper,
.box-navh2 .col-info .currency-selector {
  float: left;
}

.rtl .box-navh2 .col-info .language-selector-wrapper,
.rtl .box-navh2 .col-info .currency-selector {
  float: right;
}

.box-navh2 .col-info .language-selector-wrapper .popup-title span,
.box-navh2 .col-info .currency-selector .popup-title span {
  padding: 0 1px;
}

.box-navh2 .col-info .language-selector-wrapper .dropdown-menu,
.box-navh2 .col-info .currency-selector .dropdown-menu {
  right: auto;
  left: 0;
  max-width: 100px;
}

.rtl .box-navh2 .col-info .language-selector-wrapper .dropdown-menu,
.rtl .box-navh2 .col-info .currency-selector .dropdown-menu {
  right: 0;
  left: auto;
}

.box-navh2 .col-info .userinfo-selector .popup-title span,
.box-navh2 .col-info .search-widget .popup-title span {
  display: none;
}

.box-navh2 .col-info .userinfo-selector .popup-title i,
.box-navh2 .col-info .search-widget .popup-title i {
  font-size: 18px;
}

.box-navh2 .col-info .blockcart .header {
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 15px;
}

.box-navh2 .col-info .blockcart .header i {
  font-size: 18px;
}

.box-navh2 .col-info .blockcart .header .block {
  display: none;
}

.box-navh2 .col-info .blockcart .header .cart-products-count {
  position: absolute;
  bottom: 55%;
  left: 55%;
  height: 15px;
  line-height: 15px;
  min-width: 16px;
  text-align: center;
  padding: 0 2px;
  background: #cc262d;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}

.rtl .box-navh2 .col-info .blockcart .header .cart-products-count {
  right: 55%;
  left: auto;
}

.position-static {
  position: static;
}

.header-container {
  position: relative;
}

.box-toph2 .h-logo {
  padding: 30px 0 0;
}

.box-toph2 .ApMegamenu {
  padding-top: 9px;
}

.box-toph2 .ApMegamenu .nav {
  text-align: center;
}

@media (min-width: 992px) {
  .box-toph2 .ApMegamenu .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
    box-shadow: none;
    background: none;
  }

  .box-toph2 .ApMegamenu .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-top: 1px solid #e5e5e5;
  }

  .box-toph2 .ApMegamenu .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu .dropdown-menu-inner {
    position: relative;
  }
}

.box-toph2 .ApMegamenu,
.box-toph2 .h-logo,
.box-toph2 .h-logo img {
  transition: all .3s;
}

.box-navh2 {
  transition: all .3s;
}

.box-navh2 .col-info .blockcart .header {
  transition: all .3s;
}

.mini-navbar .box-toph2 {
  position: relative;
}

.mini-navbar .box-toph2 .col-logo {
  width: 200px;
}

.mini-navbar .box-toph2 .col-menu {
  width: calc(100% - 400px);
  margin: 0 200px 0 0;
  position: static;
}

.rtl .mini-navbar .box-toph2 .col-menu {
  margin: 0 0 0 200px;
}

.mini-navbar .box-toph2 .col-menu .navbar {
  position: static;
}

.mini-navbar .box-toph2 .h-logo {
  padding: 5px 0;
  line-height: 60px;
  text-align: left;
}

.rtl .mini-navbar .box-toph2 .h-logo {
  text-align: right;
}

.mini-navbar .box-toph2 .h-logo img {
  max-height: 50px;
}

.mini-navbar .box-toph2 .ApMegamenu {
  padding-top: 0;
}

.mini-navbar .box-toph2 .leo-megamenu .navbar-nav > li > a {
  padding: 25px 15px;
}

#index .box-toph2 .leo-megamenu {
  border-bottom: 0;
}

.box-family {
  position: relative;
}

.box-family:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
  z-index: 2;
  pointer-events: none;
}

.box-family .block_carousel {
  margin: 0;
}

.box-family .block-carousel-image-container {
  text-align: center;
  position: relative;
}

.box-family .block-carousel-image-container img {
  transition: all 2s;
}

.box-family .block-carousel-image-container .descript {
  position: absolute;
  z-index: 9;
  padding: 10px 0;
  left: 0;
  right: 0;
  bottom: 10px;
  background: rgba(250, 250, 250, 0.5);
  font-size: 12px;
  letter-spacing: 2px;
  overflow: hidden;
  transition: all .4s;
}

.box-family .block-carousel-image-container:hover img {
  transform: scale(1.05);
}

.box-family .block-carousel-image-container:hover .descript {
  letter-spacing: 4px;
  background: rgba(250, 250, 250, 0.8);
}

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

.box-prosmall .cus-title {
  margin: 0;
  padding: 40px 10px 1px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}

.box-prosmall .cus-title h4 {
  margin-bottom: 10px;
}

.box-prosmall .products_block {
  padding: 30px;
  margin: 0;
  background: #fafafa;
}

@media (max-width: 991px) {
  .box-prosmall .products_block {
    padding: 20px;
  }
}

.box-prosmall .products_block .block_content {
  border: 1px solid #eee;
  background: #fff;
  padding: 30px 30px 50px;
}

@media (max-width: 991px) {
  .box-prosmall .products_block .block_content {
    padding: 20px 20px 50px;
  }
}

.box-prosmall .owl-row {
  margin-left: -5px;
  margin-right: -5px;
}

.box-prosmall .owl-carousel .owl-item {
  padding: 0 5px;
}

@media (max-width: 1199px) {
  #leo-paneltool {
    display: none;
  }
}

#header {
  background: #fff;
}

.navbar-fixed-top.mini-navbar {
  box-shadow: 0 1px 1px rgba(123, 76, 97, 0.1);
}

.salewapper {
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 12px;
}

.salewapper > * {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}

.salewapper .btn-label {
  padding: 0 10px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
}

.salewapper a {
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  border-bottom: 1px dashed;
}

.salewapper a.viewall {
  border: 0;
}

.box-footerh2 {
  padding: 90px 0 30px;
}

.box-footerh2 .ApColumn .title_block {
  font-size: 13px;
}

.box-footerh2 .block-social li:hover {
  color: #000;
}

.box-footerh2 .block_newsletter {
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 600px;
  text-align: center;
}

.box-footerh2 .block_newsletter .col-conditions {
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 300;
}

.box-footerh2 .block_newsletter .input-wrapper input {
  padding: 10px 75px 10px 15px;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  color: black;
  letter-spacing: 1px;
}

.rtl .box-footerh2 .block_newsletter .input-wrapper input {
  padding: 10px 15px 10px 75px;
}

.box-footerh2 .block_newsletter .input-wrapper button {
  position: absolute;
  border: 0;
  top: 0;
  right: 0;
  background: none;
  padding: 0 25px;
  color: #ababab;
}

.rtl .box-footerh2 .block_newsletter .input-wrapper button {
  left: 0;
  right: auto;
}

.box-footerh2 .block_newsletter .input-wrapper button:hover {
  color: #f5f5f5;
}

.box-footerh2 .block_newsletter .input-wrapper button:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 15px;
}

.box-footerh2 .block_newsletter .input-wrapper button span {
  display: none;
}

.box-footerh2 .f-logo {
  margin-bottom: 30px;
}

.box-footerh2 .f-logo img {
  max-width: 140px;
  transition: all .4s;
  transform: scale(0.9);
}

.box-footerh2 .f-logo a:hover img {
  transform: scale(1);
}

.box-footerh2 .ApHtml i {
  margin: 0 7px 0 0;
}

.rtl .box-footerh2 .ApHtml i {
  margin: 0 0 0 7px;
}

.box-footerh2 .col-infor .ApHtml {
  margin: 0;
}

.box-footerh2 .col-infor .ApHtml h4 {
  margin: 0 0 5px;
}

.box-footerh2 .col-infor .block-social {
  margin-bottom: 15px;
}

.box-footerh2 .col-infor .block-social .title_block {
  margin-bottom: 20px;
}

.box-coppyh2 {
  text-align: center;
  padding: 30px 0 0;
  line-height: 30px;
}

@media (max-width: 767px) {
  .box-coppyh2 {
    padding: 0 0 50px;
  }
}

.box-coppyh2 img {
  max-width: 100%;
}

.cart-detailed-totals .cart-summary-line small.value {
  font-weight: 400;
  font-size: 12px;
  display: block;
  text-align: right;
}

.rtl .cart-detailed-totals .cart-summary-line small.value {
  text-align: left;
}

.position-static {
  position: static;
}

.nav-circle .iview .iview-directionNav a {
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  bottom: auto;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

@media (max-width: 767px) {
  .nav-circle .iview .iview-directionNav a {
    width: 40px;
    height: 40px;
  }
}

.nav-circle .iview .iview-directionNav a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all .4s ease-in-out;
  opacity: 0;
}

.nav-circle .iview .iview-directionNav a:before {
  z-index: 2;
  color: #fff;
  line-height: 60px;
  margin-top: -30px;
}

@media (max-width: 767px) {
  .nav-circle .iview .iview-directionNav a:before {
    line-height: 40px;
    margin-top: -20px;
  }
}

.nav-circle .iview .iview-directionNav a:hover {
  background: rgba(0, 0, 0, 0.8);
}

.nav-circle .iview .iview-directionNav a:hover:after {
  opacity: 1;
}

.nav-circle .iview .iview-directionNav a.iview-prevNav {
  left: 30px;
}

.nav-circle .iview .iview-directionNav a.iview-nextNav {
  right: 30px;
}

.box-cateh2.box-h3 .ApImage .image_description strong {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .box-cateh2.box-h3 .ApImage .image_description strong {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .box-cateh2.box-h3 .ApImage .image_description strong {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .box-cateh2.box-h3 .ApImage .image_description strong {
    font-size: 10px;
  }
}

.position-static {
  position: static;
}

.box-toph3 {
  position: relative;
}

@media (min-width: 992px) {
  .box-toph3 {
    display: flex;
    align-items: flex-end;
  }

  .box-toph3 .leo-megamenu .navbar-nav {
    display: flex;
  }
}

.box-toph3 #leo_search_block_top {
  position: relative;
  border-radius: 0;
  margin: 0;
}

.box-toph3 #leo_search_block_top .title_block {
  display: block;
  position: relative;
  margin: 0;
  color: transparent;
  font-size: 18px;
  font-weight: normal;
  width: 50px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}

.box-toph3 #leo_search_block_top .title_block::-moz-selection {
  color: transparent;
}

.box-toph3 #leo_search_block_top .title_block::selection {
  color: transparent;
}

.box-toph3 #leo_search_block_top .title_block:before {
  content: "\e090";
  font-family: "simple-line-icons";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: all .3s;
}

.box-toph3 #leo_search_block_top .title_block:after {
  content: "\e082";
  font-family: "simple-line-icons";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.box-toph3 #leo_search_block_top #leosearchtopbox {
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  width: 200px;
}

.box-toph3 #leo_search_block_top.active .title_block:before {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  content: "";
}

.box-toph3 #leo_search_block_top.active .title_block:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.box-toph3 #leo_search_block_top.active #leosearchtopbox {
  opacity: 1;
  visibility: visible;
}

.box-toph3 #leo_search_block_top .btn {
  display: none;
}

.box-toph3 #leo_search_block_top .form-control {
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 15px;
  border-radius: 0;
  outline: 0;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  width: 200px;
  transition: all .2s;
}

.rtl .box-toph3 #leo_search_block_top .form-control {
  padding: 0 15px 0 15px;
}

.box-toph3 #leo_search_block_top .form-control:focus {
  border-color: #222;
}

@media (max-width: 991px) {
  .box-toph3 #leo_search_block_top .form-control {
    width: 100%;
  }
}

.box-toph3 #leo_search_block_top .cssload-speeding-wheel {
  top: 10px;
  right: 10px;
  border: 2px solid #111;
  border-left-color: transparent;
  border-right-color: transparent;
}

.rtl .box-toph3 #leo_search_block_top .cssload-speeding-wheel {
  left: 10px;
  right: auto;
}

.box-toph3 .navbar {
  position: static;
}

.box-toph3 .leo-megamenu .navbar-nav > li > a {
  font-size: 14px;
  white-space: nowrap;
}

.box-toph3 .popup-over {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.box-toph3 .popup-over a.popup-title {
  height: 80px;
  line-height: 80px;
  padding: 0 15px;
}

.box-toph3 .popup-over a.popup-title span {
  display: none;
}

.box-toph3 .popup-over a.popup-title i {
  font-size: 18px;
  vertical-align: middle;
}

.box-toph3 .blockcart .header {
  height: 80px;
  line-height: 80px;
  padding: 0 15px;
}

.box-toph3 .blockcart .header > a {
  display: block;
}

.box-toph3 .blockcart .header .cart-products-count {
  position: absolute;
  background: #00C9D1;
  color: #fff;
  bottom: 50%;
  left: 50%;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  padding: 0 3px;
  border-radius: 8px;
  font-size: 12px;
}

.box-toph3 .blockcart .header span.block {
  display: none;
}

.box-toph3 .blockcart .header i {
  font-size: 18px;
  vertical-align: middle;
}

.box-toph3 .col-infor {
  display: flex;
  justify-content: flex-end;
}

.box-toph3 .col-infor .dropdown-menu {
  font-size: 12px;
}

.box-toph3 .h-logo {
  line-height: 80px;
  padding: 0;
}

@media (min-width: 992px) {
  .box-toph3 .h-logo {
    text-align: left;
  }

  .rtl .box-toph3 .h-logo {
    text-align: right;
  }
}

.box-toph3 .h-logo img {
  max-height: 40px;
}

.box-banner.bg-fullwidth:before {
  z-index: 9;
}

.box-banner.bg-fullwidth .ApColumn {
  z-index: 10;
}

.box-banner.bg-fullwidth .ApRawHtml h4 span:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.box-newletterh3 {
  padding: 50px 0 90px;
  position: relative;
}

.box-newletterh3:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
  pointer-events: none;
}

.box-newletterh3 .ApColumn {
  z-index: 2;
}

.box-newletterh3 .ApColumn .block {
  margin-bottom: 0;
}

.box-newletterh3 .block_newsletter {
  max-width: 700px;
  margin: auto;
}

.box-newletterh3 .block_newsletter .title_block {
  display: none;
}

.box-newletterh3 .block_newsletter .col-conditions {
  text-align: center;
  font-style: italic;
  color: #777;
}

.box-newletterh3 .block_newsletter .input-wrapper input {
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 105px 10px 15px;
}

.rtl .box-newletterh3 .block_newsletter .input-wrapper input {
  padding: 10px 15px 10px 105px;
}

.box-newletterh3 .block_newsletter .input-wrapper input:focus {
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.box-newletterh3 .block_newsletter .input-wrapper button {
  color: #333;
  position: absolute;
  top: 0;
  border: 0;
  right: 0;
  background: none;
}

.rtl .box-newletterh3 .block_newsletter .input-wrapper button {
  left: 0;
  right: auto;
}

.box-newletterh3 .block_newsletter .input-wrapper button i {
  display: none;
}

.box-newletterh3 .block_newsletter .input-wrapper button:hover {
  color: #00C9D1;
}

.box-newletterh3 .block_newsletter .input-wrapper button:before {
  content: "";
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  height: 14px;
  top: 50%;
  margin-top: -7px;
  left: 0;
  position: absolute;
}

.rtl .box-newletterh3 .block_newsletter .input-wrapper button:before {
  right: 0;
  left: auto;
}

.box-newletterh3 .cus-title h4 {
  margin: 0;
}

.box-footerh3 {
  position: relative;
  padding: 50px 0 20px;
}

.box-footerh3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (min-width: 992px) {
  .box-footerh3 {
    display: flex;
  }
}

@media (max-width: 991px) {
  .box-footerh3 {
    padding: 40px 15px 10px;
  }

  .box-footerh3 .ApColumn .block {
    margin-bottom: 0;
  }

  .box-footerh3 .clear991 {
    clear: both;
  }
}

.box-footerh3 .ApColumn {
  z-index: 2;
}

.box-footerh3 .ApColumn .block_newsletter {
  margin: 0;
  text-align: center;
}

@media (min-width: 481px) {
  .box-footerh3 .ApColumn .block_newsletter {
    padding: 0 40px;
  }
}

.box-footerh3 .ApColumn .block_newsletter .input-wrapper input {
  border: 1px solid #e5e5e5;
}

.box-footerh3 .ApColumn .block_newsletter .input-wrapper input:focus {
  border: 1px solid #191919;
}

.box-footerh3 .ApColumn .block_newsletter .input-wrapper button {
  background: none;
  color: #666;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.rtl .box-footerh3 .ApColumn .block_newsletter .input-wrapper button {
  left: 0;
  right: auto;
}

.box-footerh3 .ApColumn .block_newsletter .input-wrapper button:hover {
  color: #111;
  background: none;
}

.box-footerh3 .ApColumn .block_newsletter .input-wrapper button span {
  display: none;
}

@media (min-width: 992px) {
  .box-footerh3 .col-logocenter {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .box-footerh3 .col-logocenter:before,
  .box-footerh3 .col-logocenter:after {
    content: "";
    width: 1px;
    background: #e5e5e5;
    top: 0;
    bottom: 30px;
    position: absolute;
  }

  .box-footerh3 .col-logocenter:before {
    left: 20px;
  }

  .box-footerh3 .col-logocenter:after {
    right: 20px;
  }
}

.box-footerh3 .f-logo {
  text-align: center;
  padding-top: 30px;
}

.box-footerh3 .f-logo img {
  max-height: 60px;
}

.box-footerh3 .f-logo a {
  display: inline-block;
  vertical-align: top;
}

.box-footerh3 .block-social {
  padding: 30px 0px 30px;
  text-align: center;
}

.box-footerh3 .ApColumn .title_block {
  font-size: 14px;
  line-height: 30px;
  margin: 15px 0;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .box-footerh3 .col-infor {
    padding: 0 30px 0 15px;
  }

  .rtl .box-footerh3 .col-infor {
    padding: 0 15px 0 30px;
  }
}

.box-footerh3 .ApHtml .block_content {
  padding-top: 8px;
  line-height: 1.75;
}

.box-footerh3 .ApHtml i {
  margin: 0 7px 0 0;
  font-size: 16px;
}

.rtl .box-footerh3 .ApHtml i {
  margin: 0 0 0 7px;
}

.box-footerh3 .ApInstagram .block_content {
  padding-top: 11px;
  margin: 0 -5px;
}

.box-footerh3 .ApInstagram .owl-carousel .owl-item {
  padding: 0 5px;
}

.box-footerh3 .ApInstagram .link-instagram {
  margin: 0;
  text-align: center;
  font-size: 11px;
}

.box-footerh3 .ApInstagram .link-instagram a {
  display: inline-block;
  padding: 10px 0 5px;
  border-bottom: 1px solid;
  font-style: italic;
}

.box-footerh3 .ApInstagram .block-carousel-container {
  margin-bottom: 10px;
}

.box-footerh3 .ApInstagram .block-carousel-container:last-child {
  margin-bottom: 0;
}

.box-footerh3 .instagram-block .owl-item a:before {
  font-size: 14px;
}

.box-footerh3 .instagram-block .owl-item a:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.box-coppyh3 {
  text-align: center;
  padding-top: 30px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .box-coppyh3 .ApHtml {
    float: left;
  }

  .rtl .box-coppyh3 .ApHtml {
    float: right;
  }

  .box-coppyh3 .ApImage {
    float: right;
  }

  .rtl .box-coppyh3 .ApImage {
    float: left;
  }

  .box-coppyh3 .ApImage img {
    max-width: 100%;
  }
}

.close:focus,
.close:hover {
  color: #000;
  opacity: 1;
}

.box-toph2.box-h4 .leo-megamenu {
  border: 0;
}

.box-toph2.box-h4 .leo-megamenu .dropdown-menu {
  border-top: 3px solid #000;
}

.ApTabs .nav-tabs {
  margin: 0 0 30px;
  text-align: center;
}

.ApTabs .nav-tabs .nav-item {
  float: none;
  margin: 0;
  display: inline-block;
  list-style: none;
}

.ApTabs .nav-tabs .nav-link {
  display: block;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  color: #222;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  .ApTabs .nav-tabs .nav-link {
    letter-spacing: 0px;
    padding: 10px 12px;
  }
}

.ApTabs .nav-tabs .nav-link.active,
.ApTabs .nav-tabs .nav-link:hover {
  background: #1d2c35;
  border-color: #1d2c35;
  color: #fff;
}

.box-manufacture.box-h4 {
  padding: 30px 0 0;
}

@media (max-width: 991px) {
  .box-manufacture.box-h4 {
    padding: 20px 0 0;
  }
}

.box-comment {
  padding: 60px 0 80px;
}

.box-comment .ApColumn {
  z-index: 2;
}

.box-comment .block_carousel {
  max-width: 600px;
  margin: auto;
}

.box-comment .block-carousel-image-container {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding: 0 50px;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 40px;
}

.box-comment .block-carousel-image-container img {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 30px auto 0;
}

.box-comment .block-carousel-image-container .title {
  font-size: 12px;
  padding: 15px;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
}

.box-newletterh3.box-h4:before {
  display: none;
}

.box-newletterh3.box-h4 .ApColumn {
  z-index: 2;
}

@media (min-width: 992px) {
  .box-navh2.box-h4 .userinfo-selector a.popup-title {
    display: none;
  }

  .box-navh2.box-h4 .userinfo-selector .popup-content {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    box-shadow: none;
    background: none;
    transform: none;
    z-index: 1;
    white-space: nowrap;
  }

  .box-navh2.box-h4 .userinfo-selector .popup-content li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .box-navh2.box-h4 .userinfo-selector .popup-content li a {
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 10px;
    color: #a4a7a9;
    background: none;
  }

  .box-navh2.box-h4 .userinfo-selector .popup-content li a:hover {
    background: none;
    color: #fff;
  }

  .box-navh2.box-h4 .userinfo-selector .popup-content li a i {
    display: none;
  }

  .box-navh2.box-h4 .userinfo-selector .popup-content li:before {
    content: "";
    width: 1px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    background: #a4a7a9;
    right: 0;
  }

  .box-navh2.box-h4 .userinfo-selector .popup-content li:last-child:before {
    display: none;
  }

  .box-navh2.box-h4 .col-info .popup-over .popup-title {
    font-size: 12px;
    color: #a4a7a9;
  }

  .box-navh2.box-h4 .col-info .popup-over:hover .popup-title {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .box-navh2.box-h4 .col-info .popup-over .popup-title {
    font-size: 12px;
    color: #a4a7a9;
  }

  .box-navh2.box-h4 .col-info .popup-over:hover .popup-title {
    color: #fff;
  }
}

.box-toph2.box-h4 {
  display: flex;
  align-items: center;
  min-height: 120px;
  position: relative;
}

.box-toph2.box-h4 .h-logo {
  padding: 10px 0 10px;
}

@media (min-width: 481px) {
  .box-toph2.box-h4 .h-logo {
    text-align: left;
  }

  .rtl .box-toph2.box-h4 .h-logo {
    text-align: right;
  }
}

.box-toph2.box-h4 #search_widget {
  width: 100%;
  border: 0;
  box-shadow: none;
}

.box-toph2.box-h4 #search_widget a.popup-title {
  display: none;
}

.box-toph2.box-h4 #search_widget .popup-content {
  position: static;
  opacity: 1;
  visibility: visible;
  padding: 0;
  box-shadow: none;
  background: none;
  transform: none;
  z-index: 1;
  white-space: nowrap;
  width: 100%;
  display: block;
}

.box-toph2.box-h4 #search_widget .search-inner input[type="text"] {
  border: 1px solid #e5e5e5;
  line-height: 1;
  padding: 5px 50px 5px 15px;
  width: 100%;
  transition: all .2s;
  min-width: auto;
  font-size: 14px;
  height: 44px;
}

.rtl .box-toph2.box-h4 #search_widget .search-inner input[type="text"] {
  padding: 5px 15px 5px 50px;
}

.box-toph2.box-h4 #search_widget .search-inner input[type="text"]:focus {
  border: 1px dashed #999;
}

.box-toph2.box-h4 #search_widget .search-inner button[type="submit"] {
  height: 44px;
  line-height: 44px;
  right: 0px;
  top: 0px;
}

.rtl .box-toph2.box-h4 #search_widget .search-inner button[type="submit"] {
  left: 0px;
  right: auto;
}

.box-toph2.box-h4 .col-cart #_desktop_cart {
  float: right;
}

.rtl .box-toph2.box-h4 .col-cart #_desktop_cart {
  float: left;
}

.box-toph2.box-h4 .col-cart #_desktop_cart .header {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.box-toph2.box-h4 .col-cart #_desktop_cart .header a {
  color: #1d2c35;
}

@media (max-width: 480px) {
  .box-toph2.box-h4 .col-cart #_desktop_cart .header a {
    color: #fff;
  }
}

.box-toph2.box-h4 .col-cart #_desktop_cart .header a i {
  background: none;
  text-align: center;
}

.box-toph2.box-h4 .col-cart #_desktop_cart .header a i:before {
  opacity: 1;
}

.box-toph2.box-h4 .col-cart #_desktop_cart .header .block {
  padding: 0 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin: 0;
}

.box-toph2.box-h4 .col-cart #_desktop_cart .header i {
  font-size: 30px;
  background: none;
}

.box-toph2.box-h4 .col-cart #_desktop_cart .header i:before {
  opacity: 1;
}

.box-toph2.box-h4 .col-cart #_desktop_cart .header .cart-products-count {
  position: absolute;
  bottom: 65%;
  left: 40%;
  background: #cc262d;
  line-height: 16px;
  height: 16px;
  min-width: 16px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
}

@media (max-width: 991px) {
  .box-toph2.box-h4 .col-search {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 0 9px 0 68px;
    margin-top: 15px;
  }

  .rtl .box-toph2.box-h4 .col-search {
    left: 0;
    right: auto;
  }

  .rtl .box-toph2.box-h4 .col-search {
    padding: 0 68px 0 9px;
  }

  .box-toph2.box-h4 #search_widget {
    z-index: 2;
  }

  .box-toph2.box-h4 #search_widget .search-inner {
    position: static;
    max-width: 100%;
    padding: 0;
    background: none;
  }
}

@media (max-width: 480px) {
  .box-toph2.box-h4 .col-logo {
    width: 100%;
  }

  .box-toph2.box-h4 .col-search {
    padding: 0 68px;
  }

  .box-toph2.box-h4 .col-cart {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    right: -10px;
  }

  .rtl .box-toph2.box-h4 .col-cart {
    left: -10px;
    right: auto;
  }

  .box-toph2.box-h4 .col-cart #_desktop_cart {
    float: right;
    padding-bottom: 15px;
  }

  .box-toph2.box-h4 .col-cart #_desktop_cart .header .block {
    display: none;
  }
}

.box-toph2.box-h4 #leo_search_block_top {
  margin: auto;
  position: relative;
  z-index: 9;
}

@media (min-width: 992px) {
  .box-toph2.box-h4 #leo_search_block_top {
    max-width: 420px;
  }
}

.box-toph2.box-h4 #leo_search_block_top .cate-item {
  padding: 5px 10px;
}

.box-toph2.box-h4 #leo_search_block_top .list-cate-wrapper .select-title {
  height: 40px;
  line-height: 40px;
}

.box-toph2.box-h4 #leo_search_block_top .cssload-speeding-wheel {
  top: 10px;
  right: 60px;
}

.rtl .box-toph2.box-h4 #leo_search_block_top .cssload-speeding-wheel {
  left: 60px;
  right: auto;
}

.box-toph2.box-h4 #leo_search_block_top .form-control {
  background: #f9f9f9;
  height: 40px;
  line-height: 40px;
  outline: 0;
  font-size: 14px;
  font-style: italic;
  border-radius: 3px;
  border: 3px solid #bbc0c0;
}

.box-toph2.box-h4 #leo_search_block_top .form-control:focus {
  border-color: #00C9D1;
}

.box-toph2.box-h4 #leo_search_block_top .leoproductsearch-result {
  width: 100%;
}

.box-toph2.box-h4 #leo_search_block_top .btn {
  width: 40px;
  min-width: 40px;
  height: 34px;
  line-height: 34px;
  border: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  background: #00C9D1;
  color: #fff;
  border-radius: 0;
  top: 3px;
  right: 3px;
  font-weight: normal;
}

.box-toph2.box-h4 #leo_search_block_top .btn i {
  font-size: 14px;
}

.box-toph2.box-h4 #leo_search_block_top .btn:hover {
  color: #fff;
  background: #000;
}

.box-toph2.box-h4 {
  transition: all .3s;
}

.mini-navbar .box-toph2.box-h4 {
  min-height: 0;
}

.mini-navbar .box-toph2.box-h4 .col-logo {
  width: 25%;
}

.mini-navbar .box-toph2.box-h4 .h-logo {
  padding: 5px 0;
  line-height: 50px;
}

.mini-navbar .box-menuh4 .leo-megamenu .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.box-menuh4 .navbar-header .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
  margin: 15px auto;
  width: 40px;
  height: 40px;
}

.box-menuh4 .leo-megamenu .navbar-nav {
  text-align: center;
}

.box-menuh4 .leo-megamenu .navbar-nav > li > a {
  color: #fff;
}

.box-menuh4 .leo-megamenu .navbar-nav > li.active > a,
.box-menuh4 .leo-megamenu .navbar-nav > li:hover > a,
.box-menuh4 .leo-megamenu .navbar-nav > li:focus > a {
  color: #00C9D1;
}

@media (min-width: 992px) {
  .box-menuh4 .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
    box-shadow: none;
    background: none;
  }

  .box-menuh4 .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-top: 1px solid #e5e5e5;
  }

  .box-menuh4 .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu .dropdown-menu-inner {
    position: relative;
  }
}

.nav-triangle .iview-directionNav a {
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  opacity: 1 !important;
  z-index: 8;
}

.nav-triangle .iview-directionNav a:before {
  display: none;
}

.nav-triangle .iview-directionNav a.iview-prevNav {
  left: 0;
  transform: none;
}

.nav-triangle .iview-directionNav a.iview-nextNav {
  right: 0;
  transform: none;
}

.nav-triangle .iview-controlNav div.iview-items ul li a.iview-control {
  background: #999;
}

.nav-triangle .iview-controlNav div.iview-items ul li a.iview-control:hover,
.nav-triangle .iview-controlNav div.iview-items ul li a.iview-control.active {
  background: #fff;
}

.nav-triangle .iview-timer {
  opacity: 1 !important;
}

.box-footerh3.box-h5:before {
  display: none;
}

.box-newletterh3.box-h5:before {
  display: none;
}

.box-newletterh3.box-h5 .block-social {
  padding: 30px 0 0;
  text-align: center;
}

.box-newletterh3.box-h5 .block-social li {
  line-height: 40px;
  color: #000;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  margin: 0 10px;
}

.box-newletterh3.box-h5 .block-social li:before {
  transform: rotate(-45deg);
  display: inline-block;
  transition: all .2s ease-in-out;
}

.box-newletterh3.box-h5 .block-social li:hover {
  border-color: #000;
}

.box-newletterh3.box-h5 .block-social li:hover:before {
  transform: scale(1.2) rotate(-45deg);
}

.box-freeshipping {
  padding: 90px 0 60px;
}

.service {
  text-align: center;
  padding: 40px 20px;
}

.service:hover .fa {
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .service {
    padding: 20px 10px 5px;
  }
}

.service i {
  font-size: 40px;
  color: black;
  transition: all .3s;
}

.service h4 {
  font-size: 14px;
  margin-top: 27px;
  text-transform: capitalize;
}

.box-ftoph1 {
  padding: 90px 0 20px;
  color: #aaaaaa;
}

@media (max-width: 991px) {
  .box-ftoph1 {
    padding: 50px 0 10px;
  }
}

.box-ftoph1 .ApColumn .title_block {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: capitalize;
  text-align: left;
}

.rtl .box-ftoph1 .ApColumn .title_block {
  text-align: right;
}

@media (max-width: 991px) {
  .box-ftoph1 .ApColumn .title_block {
    margin: 0 0 10px;
  }
}

.box-ftoph1 .ApHtml p {
  padding-top: 6px;
}

.box-ftoph1 .block-social {
  margin: 0 0 30px;
}

.box-ftoph1 .block-social .social-title {
  display: none;
}

.box-ftoph1 .block-social li {
  border: 0;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  transition: all .4s;
  margin: 0 8px 10px;
}

.box-ftoph1 .block-social li:hover {
  background: #00C9D1;
  color: #fff;
  box-shadow: 0 0 0 3px #fff;
}

.box-ftoph1 a {
  color: #aaaaaa;
}

.box-ftoph1 a:hover {
  color: #00C9D1;
}

.box-ftoph1 .ApLink li a {
  display: block;
  padding: 7px 0;
  line-height: 20px;
}

.box-ftoph1 .block_newsletter .input-wrapper input {
  padding: 5px 10px;
  height: 40px;
  border: 0;
  background: #fff;
}

.box-ftoph1 .block_newsletter .input-wrapper button {
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 12px;
  border: 2px solid #fff;
  background: #fff;
  color: #000;
}

.box-ftoph1 .block_newsletter .input-wrapper button:hover,
.box-ftoph1 .block_newsletter .input-wrapper button:focus,
.box-ftoph1 .block_newsletter .input-wrapper button:active {
  background: #00C9D1;
  border-color: #fff;
  color: #fff;
}

.box-ftoph1 .block_newsletter .input-wrapper button span {
  display: none;
}

.box-ftoph1 .block_newsletter p.alert {
  padding-top: 10px;
  padding-bottom: 8px;
}

.box-ftoph1 .block_newsletter p.alert:before {
  top: 7px;
}

.box-fbottomh1 {
  padding: 50px 0 0 0;
  text-align: center;
  color: #aaaaaa;
}

@media (max-width: 991px) {
  .box-fbottomh1 {
    padding: 30px 0 30px 0;
  }
}

.box-fbottomh1 .f-logo {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .box-fbottomh1 .f-logo {
    margin-bottom: 15px;
  }
}

.box-fbottomh1 p {
  margin: 0;
}

.box-instagram {
  padding: 90px 0;
}

.box-instagram .ApColumn .block {
  margin-bottom: 0px;
}

.box-instagram .link-instagram {
  margin: 0;
}

.carousel .direction {
  top: -25px;
}

.box-title .ApRawHtml {
  border-top: 1px dashed #cecece;
  text-align: center;
  margin-bottom: 25px;
}

.box-title .ApRawHtml .title_block {
  display: inline-block;
  margin: -20px 0 0;
  vertical-align: top;
  background: #fff;
  padding: 0 10px;
}

.box-prorecommended {
  padding: 90px 0;
}

.box-prorecommended .timeline-item {
  min-height: 110px;
  height: 110px;
}

.box-prorecommended .timeline-item .animated-background {
  height: 80px;
}

.box-prorecommended .timeline-item .animated-background .background-masker.content-top {
  height: 5px;
  top: 5px;
}

.box-prorecommended .timeline-item .animated-background .background-masker.content-third-line {
  top: 50px;
}

.box-prorecommended .timeline-item .animated-background .background-masker.content-second-line {
  top: 60px;
}

.box-prorecommended .timeline-item .animated-background .background-masker.content-fourth-line {
  top: 70px;
}

.box-prorecommended .plist-simple .thumbnail-container {
  border: 2px solid #e5e5e5;
  background: #f8f8f8;
  display: flex;
  align-items: center;
}

.box-prorecommended .plist-simple .thumbnail-container:hover {
  border-color: #333;
}

.box-prorecommended .plist-simple .thumbnail-container .product-meta {
  margin: 0;
}

.box-prorecommended .plist-simple .thumbnail-container .product-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

iframe {
  border: 0;
}

.box-footertop {
  background: no-repeat;
  padding: 50px 0 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #fff;
}

.box-footertop .media-left {
  display: inline-block;
  color: #fff;
}

@media (max-width: 991px) {
  .box-footertop .media-left {
    padding: 0 0 5px;
  }
}

.box-footertop .media-body {
  width: auto;
  color: #fff;
  display: block;
}

@media (min-width: 992px) {
  .box-footertop .media-body {
    display: inline-block;
    text-align: left;
  }

  .rtl .box-footertop .media-body {
    text-align: right;
  }
}

.box-footertop .media-body h6 {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 3px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.box-footertop .media-body p {
  color: #fff;
}

@media (max-width: 480px) {
  .box-footertop .media {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: flex;
  }

  .box-footertop .media-left {
    width: 60px;
  }

  .box-footertop .media-body {
    text-align: left;
  }

  .rtl .box-footertop .media-body {
    text-align: right;
  }

  .box-footertop .fa-3x {
    font-size: 2em;
    margin-top: 7px;
  }
}

.box-footerlinkh5 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .box-footerlinkh5 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .box-footerlinkh5 .ApColumn {
    padding: 30px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .box-footerlinkh5 .ApColumn {
    padding: 30px 10px;
  }
}

@media (min-width: 992px) {
  .box-footerlinkh5 .ApColumn:nth-child(2) {
    border-right: 2px solid rgba(255, 255, 255, 0.1);
  }

  .rtl .box-footerlinkh5 .ApColumn:nth-child(2) {
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    border-right: inherit;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .box-footerlinkh5 .ApColumn:nth-child(2) {
    border-left: 2px solid rgba(255, 255, 255, 0.1);
  }

  .rtl .box-footerlinkh5 .ApColumn:nth-child(2) {
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    border-left: inherit;
  }
}

@media (min-width: 768px) {
  .box-footerlinkh5 .ApColumn:nth-child(2) .ApRawHtml {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .box-footerlinkh5 .ApColumn.col-md-4 {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
  }
}

.box-footerlinkh5 .ApRawHtml {
  line-height: 25px;
}

.box-footerlinkh5 .ApRawHtml .fa {
  margin: 0 10px 0 0;
}

.rtl .box-footerlinkh5 .ApRawHtml .fa {
  margin: 0 0 0 10px;
}

.box-footernew {
  padding: 20px 20px 0;
}

.box-footernew .block_newsletter input[name="email"] {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.box-footernew .ApImage {
  text-align: right;
  padding-top: 7px;
}

.rtl .box-footernew .ApImage {
  text-align: left;
}

.box-footernew .ApImage img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .box-footernew .ApImage {
    padding: 10px 0 20px;
    text-align: center !important;
  }
}

.box-footerbottom {
  padding: 20px 20px 0;
}

@media (max-width: 767px) {
  .box-footerbottom {
    text-align: center;
  }
}

.box-footerbottom .container {
  background: #292929;
  padding: 30px 40px;
  color: #a6a6a6;
  line-height: 25px;
}

@media (max-width: 1199px) {
  .box-footerbottom .container {
    padding: 30px 10px;
  }
}

.box-footerbottom .container a {
  color: #a6a6a6;
}

.box-footerbottom .container a:hover {
  color: #00C9D1;
}

.box-footerbottom .right-copyright {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: right;
}

.rtl .box-footerbottom .right-copyright {
  text-align: left;
}

@media (max-width: 767px) {
  .box-footerbottom .right-copyright {
    text-align: center !important;
    padding-top: 10px;
  }
}

.box-footerbottom .right-copyright a {
  color: #fff;
}

.box-footerbottom .right-copyright a i {
  margin: 0 10px 0 0;
  font-size: 25px;
}

.rtl .box-footerbottom .right-copyright a i {
  margin: 0 0 0 10px;
}

.box-footerbottom .right-copyright a:hover {
  color: #00C9D1;
}

.box-footernew .block_newsletter:after {
  content: "";
  display: block;
  clear: both;
}

.box-footernew .block_newsletter .title_block {
  text-align: left !important;
}

@media (min-width: 768px) {
  .box-footernew .block_newsletter .title_block {
    padding: 11px 0 !important;
    width: 40%;
    float: left;
  }

  .rtl .box-footernew .block_newsletter .title_block {
    float: right;
  }
}

@media (min-width: 768px) {
  .box-footernew .block_newsletter .block_content {
    width: 60%;
    float: left;
  }
}

.box-footernew .block_newsletter p {
  font-size: 12px;
  margin: 5px 0;
}

.box-footernew .block_newsletter input[name="email"] {
  padding: 0 120px 0 10px;
  color: #999999;
  height: 37px;
  margin: 0px;
  background: none;
  border: 1px solid #474747;
  width: 100%;
  font-size: 13px;
  outline: none;
}

.rtl .box-footernew .block_newsletter input[name="email"] {
  padding: 0 10px 0 120px;
}

.box-footernew .block_newsletter input[name="email"]:focus {
  border-color: #666;
}

.box-footernew .block_newsletter .btn-outline {
  position: absolute;
  top: 0;
  height: 37px;
  line-height: 37px;
  border: 0;
  right: 0px;
  background: #00C9D1;
  color: #fff;
}

.rtl .box-footernew .block_newsletter .btn-outline {
  left: 0px;
  right: auto;
}

.box-footernew .block_newsletter .btn-outline:hover {
  background: #000;
  color: #fff;
}

.box-footernew .block_newsletter .btn-outline i {
  display: none;
}

.rtl .box-footernew .block_newsletter .title_block {
  text-align: right !important;
}

.box-footerlinkh5,
.box-footernew,
.box-footerbottom {
  color: #a6a6a6;
}

.box-footerlinkh5 a,
.box-footernew a,
.box-footerbottom a {
  color: #a6a6a6;
}

.box-footerlinkh5 a:hover,
.box-footernew a:hover,
.box-footerbottom a:hover {
  color: #eee;
}

.box-footerlinkh5 .ApColumn .title_block,
.box-footernew .ApColumn .title_block,
.box-footerbottom .ApColumn .title_block {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  margin: 10px 0;
}

.box-footerlinkh5 .ApColumn .title_block a,
.box-footernew .ApColumn .title_block a,
.box-footerbottom .ApColumn .title_block a {
  color: #fff;
}

.box-installgram {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .box-installgram .ApColumn .instagram-block {
    margin-bottom: 60px;
  }

  .box-installgram iframe {
    height: 360px;
  }
}

.box-installgram .instagram-block .block-carousel-container {
  margin-bottom: 20px;
}

.box-installgram .instagram-block .block-carousel-container:last-child {
  margin-bottom: 0;
}

.box-installgram .instagram-block .block_content {
  margin: 0 -10px;
}

.box-installgram .instagram-block .owl-carousel .owl-item {
  padding: 0 10px;
}

.box-navtop1 {
  padding: 0 50px;
  position: relative;
}

.box-navtop1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #e5e5e5;
}

@media (max-width: 991px) {
  .box-navtop1 {
    max-width: 720px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .box-navtop1 {
    max-width: 540px;
  }
}

.box-navtop1 .ApColumn .block {
  margin-bottom: 0;
}

.box-navtop1 p {
  margin-bottom: 0;
}

.box-navtop1 .ApHtml {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .box-navtop1 .ApHtml {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .box-navtop1 .ApHtml {
    margin: 0 -30px;
    background: #222;
    text-align: center;
    color: #fff;
    font-size: 10px;
  }
}

.box-navtop1 .col-right {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 480px) {
  .box-navtop1 .col-right {
    justify-content: center;
  }
}

.box-navtop1 .col-right .popup-over {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  border-left: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .box-navtop1 .col-right .popup-over:last-child a.popup-title {
    padding-right: 14px;
  }
}

@media (max-width: 480px) {
  .box-navtop1 .col-right .popup-over:first-child {
    border: 0;
  }
}

.box-navtop1 .col-right .popup-over a.popup-title {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .box-navtop1 .col-right .popup-over a.popup-title {
    padding: 0 20px;
  }
}

.box-navtop1 .col-right .popup-over a.popup-title .fa-caret-down,
.box-navtop1 .col-right .popup-over a.popup-title > span {
  display: none;
}

.box-navtop1 .col-right .popup-over .popup-content {
  font-size: 12px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  right: -1px;
  margin-top: -1px;
}

.rtl .box-navtop1 .col-right .popup-over .popup-content {
  left: -1px;
  right: auto;
}

@media (max-width: 480px) {
  .box-navtop1 .col-right .popup-over .popup-content {
    right: -54px;
  }

  .rtl .box-navtop1 .col-right .popup-over .popup-content {
    left: -54px;
    right: auto;
  }
}

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

@media (max-width: 991px) {
  .box-toph1 {
    max-width: 720px;
    margin: auto;
  }

  .box-toph1 .col-info {
    text-align: left;
    width: 74px;
  }

  .rtl .box-toph1 .col-info {
    text-align: right;
  }

  .box-toph1 .col-right {
    text-align: left;
    width: calc(100% - 74px);
  }

  .rtl .box-toph1 .col-right {
    text-align: right;
  }

  .box-toph1 .col-right #leo_search_block_top .leoproductsearch-result {
    width: 100%;
  }

  .box-toph1 .navbar-header .navbar-toggler {
    height: 40px;
    width: 40px;
    margin: 35px auto 0;
  }
}

@media (max-width: 767px) {
  .box-toph1 {
    max-width: 540px;
  }
}

.box-toph1 .h-logo {
  height: 110px;
  line-height: 90px;
}

@media (min-width: 992px) {
  .box-toph1 .h-logo {
    text-align: left;
  }

  .rtl .box-toph1 .h-logo {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .box-toph1 .h-logo {
    padding: 30px 0 10px;
    height: 130px;
  }
}

.box-toph1 .h-logo img {
  max-height: 50px;
}

@media (max-width: 991px) {
  .box-toph1 .h-logo img {
    max-height: 50px;
  }
}

.box-toph1 .leo-megamenu .navbar-nav > li > a {
  padding: 45px 18px;
  max-height: 110px;
}

@media (min-width: 992px) {
  .box-toph1 .ApMegamenu .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
    box-shadow: none;
    background: none;
  }

  .box-toph1 .ApMegamenu .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-top: 1px solid #e5e5e5;
  }

  .box-toph1 .ApMegamenu .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu .dropdown-menu-inner {
    position: relative;
  }
}

.box-toph1 .col-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 17px;
  transition: all .3s;
}

.box-toph1 #_desktop_cart:hover .blockcart .header a {
  color: #00C9D1;
}

.box-toph1 .blockcart .header {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
  position: relative;
  font-size: 18px;
}

@media (max-width: 991px) {
  .box-toph1 .blockcart .header {
    padding: 0 10px;
  }
}

.box-toph1 .blockcart .header span.block {
  display: none;
}

.box-toph1 .blockcart .header .cart-products-count {
  position: absolute;
  bottom: 52%;
  height: 16px;
  line-height: 16px;
  left: 52%;
  background: #d31d52;
  color: #fff;
  padding: 0 3px;
  border-radius: 10px;
  min-width: 16px;
  text-align: center;
  font-size: 12px;
}

.rtl .box-toph1 .blockcart .header .cart-products-count {
  right: 52%;
  left: auto;
}

.box-toph1 .popup-over {
  position: relative;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.box-toph1 .popup-over .popup-title {
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}

.box-toph1 .popup-over .popup-title span.block {
  display: none;
}

.box-toph1 #leo_search_block_top {
  position: relative;
  border-radius: 0;
  margin: 0;
}

.box-toph1 #leo_search_block_top .title_block {
  display: block;
  position: relative;
  margin: 0;
  color: transparent;
  font-size: 18px;
  font-weight: normal;
  width: 50px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}

.box-toph1 #leo_search_block_top .title_block::-moz-selection {
  color: transparent;
}

.box-toph1 #leo_search_block_top .title_block::selection {
  color: transparent;
}

.box-toph1 #leo_search_block_top .title_block:before {
  content: "\e090";
  font-family: "simple-line-icons";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: all .3s;
}

.box-toph1 #leo_search_block_top .title_block:after {
  content: "\e082";
  font-family: "simple-line-icons";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.box-toph1 #leo_search_block_top #leosearchtopbox {
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  width: 240px;
}

.box-toph1 #leo_search_block_top.active .title_block:before {
  content: "";
}

.box-toph1 #leo_search_block_top.active .title_block:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.box-toph1 #leo_search_block_top.active #leosearchtopbox {
  opacity: 1;
  visibility: visible;
}

.box-toph1 #leo_search_block_top .btn {
  display: none;
}

.box-toph1 #leo_search_block_top .form-control {
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 15px;
  border-radius: 0;
  outline: 0;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  width: 100%;
  transition: all .2s;
}

.rtl .box-toph1 #leo_search_block_top .form-control {
  padding: 0 15px 0 15px;
}

.box-toph1 #leo_search_block_top .form-control:focus {
  border-color: #222;
}

@media (max-width: 991px) {
  .box-toph1 #leo_search_block_top .form-control {
    width: 100%;
  }
}

.box-toph1 #leo_search_block_top .cssload-speeding-wheel {
  top: 10px;
  right: 10px;
  border: 2px solid #111;
  border-left-color: transparent;
  border-right-color: transparent;
}

.rtl .box-toph1 #leo_search_block_top .cssload-speeding-wheel {
  left: 10px;
  right: auto;
}

@media (min-width: 992px) {
  body.keep-header.active-sticky .box-toph1 .h-logo {
    height: 80px;
    padding: 5px 0;
    line-height: 70px;
  }

  body.keep-header.active-sticky .box-toph1 .h-logo img {
    max-height: 50px;
  }

  body.keep-header.active-sticky .box-toph1 .leo-megamenu .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: 80px;
  }

  body.keep-header.active-sticky .box-toph1 .col-right {
    padding-top: 0;
  }
}

@media (max-width: 1199px) {
  .box-navtop1 {
    padding: 0 20px;
  }

  .box-toph1 {
    padding: 0 20px;
  }

  .box-toph1 .leo-megamenu .navbar-nav > li > a {
    padding: 30px 12px;
    letter-spacing: 0px;
  }
}

@media (max-width: 767px) {
  form.forgotten-password {
    text-align: center;
  }

  form.forgotten-password .btn {
    margin-top: 15px;
  }

  .box-toph1 {
    padding: 0 10px;
  }

  .box-toph1 .col-info {
    width: 60px;
  }

  .box-toph1 .col-right {
    width: calc(100% - 60px);
  }
}

.box-freeshipping1 .ApColumn .block {
  margin-bottom: 0;
}

.box-freeshipping1 .block_carousel {
  padding: 30px 0;
  margin: auto;
}

.box-freeshipping1 .block_carousel .owl-theme .owl-controls .owl-pagination {
  margin: 0;
}

.box-freeshipping1 .block_carousel .block-carousel-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  font-style: italic;
}

@media (max-width: 575px) {
  .box-freeshipping1 .block_carousel .block-carousel-image-container {
    display: block;
    text-align: center;
  }
}

.box-freeshipping1 .block_carousel .block-carousel-image-container > * {
  margin: 0 5px;
}

.box-freeshipping1 .block_carousel .block-carousel-image-container img {
  max-height: 40px;
}

.box-freeshipping1 .block_carousel .block-carousel-image-container .title {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.box-freeshipping1 .timeline-wrapper .timeline-item {
  background: none;
  border: 0;
  padding: 0;
  min-height: 40px;
}

.box-freeshipping1 .timeline-wrapper .timeline-item div.animated-background {
  background-size: 40px;
  height: 40px;
}

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

.box-shoessize table th {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.box-shoessize table {
  width: 100%;
  border: 1px solid #e5e5e5;
}

.box-shoessize table td,
table th {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.box-shoessize table tr:nth-child(2n+1) {
  background: #f9f9f9;
}

.box-shoessize table tr:hover {
  background: #e9e9e9;
  color: #000;
}

.owl-theme .owl-controls .owl-pagination {
  text-align: center;
}

.owl-theme .owl-controls .owl-pagination span {
  width: 18px;
  height: 18px;
  margin: 0 4px;
  border-radius: 0;
  background: none !important;
  position: relative;
}

.owl-theme .owl-controls .owl-pagination span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  transition: all .4s;
  background: #000;
}

.owl-theme .owl-controls .owl-pagination .active span:before {
  height: 4px;
}

.ApImage.banner {
  position: relative;
  overflow: hidden;
}

.ApImage.banner img {
  transition: all .3s;
}

.ApImage.banner:hover img {
  transform: scale(1.05);
}

.ApImage.banner > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.ApImage.banner .image_description {
  position: absolute;
  left: 30px;
  right: 30px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .ApImage.banner .image_description {
    left: 20px;
    right: 20px;
  }

  .ApImage.banner .image_description h2 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .ApImage.banner .image_description h2 {
    font-size: 18px;
  }
}

.ApImage.banner .image_description p:last-child {
  margin-bottom: 0;
}

.ApImage.banner .image_description a {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: 1px solid #222;
  transition: all .3s;
  text-shadow: none;
  margin-top: 1em;
}

.ApImage.banner .image_description a:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

.ApImage.banner.text-bottom .image_description {
  bottom: 30px;
}

@media (max-width: 767px) {
  .ApImage.banner.text-bottom .image_description {
    bottom: 20px;
  }
}

.ApImage.banner.text-top .image_description {
  top: 30px;
}

@media (max-width: 767px) {
  .ApImage.banner.text-top .image_description {
    top: 20px;
  }
}

.ApImage.banner.text-midder .image_description {
  top: 50%;
  transform: translateY(-50%);
}

.ApImage.banner.text-white .image_description {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.ApImage.banner.text-white .image_description h1,
.ApImage.banner.text-white .image_description h2,
.ApImage.banner.text-white .image_description h3,
.ApImage.banner.text-white .image_description h4 {
  color: #fff;
}

.ApImage.banner.text-white .image_description a {
  color: #fff;
  border-color: #fff;
}

.ApImage.banner.text-white .image_description a:hover {
  background: #fff;
  color: #222;
}

.box-border-bottom {
  position: relative;
}

.box-border-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  border-bottom: 1px solid #e5e5e5;
  pointer-events: none;
}

.box-border-top {
  position: relative;
}

.box-border-top:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  border-top: 1px solid #e5e5e5;
  pointer-events: none;
}

h1.page-heading {
  margin-bottom: 1em;
}

.title-size {
  text-align: right;
}

.rtl .title-size {
  text-align: left;
}

.title-size h4 {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
  font-size: 12px;
  cursor: pointer;
}

.title-size h4:hover {
  color: #00C9D1;
}

.header-nav {
  transition: all .3s;
}

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

.sidebar .box-bannercolleft .block_carousel {
  padding: 0;
  border: 0;
}

@media (min-width: 992px) {
  .ApProductList .product_list > .col-lg-3:nth-child(4n+1) {
    clear: both;
  }
}

.box-arrowmidder .owl-theme .owl-buttons {
  position: absolute;
  width: auto;
  bottom: 55%;
  left: 0px;
  margin: 0;
  right: 0;
}

@media (min-width: 992px) {
  .box-arrowmidder .owl-theme .owl-buttons {
    transition: all .3s;
    opacity: 0;
  }
}

.box-arrowmidder .owl-theme .owl-buttons div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 2px 3px #ccc;
}

.box-arrowmidder .owl-theme .owl-buttons div:hover {
  background: #00C9D1;
  color: #fff;
}

.box-arrowmidder .owl-theme .owl-buttons div:hover:before {
  color: #fff;
}

@media (min-width: 992px) {
  .box-arrowmidder:hover .owl-theme .owl-buttons {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  #subcategories .subcategory-block:nth-child(3n+1) {
    clear: both;
  }
}

@media (max-width: 991px) {
  #subcategories .subcategory-block:nth-child(2n+1) {
    clear: both;
  }
}

#subcategories .subcategory-block .subcategory-description {
  display: none;
}

.box-cusslide .block_carousel .block-carousel-image-container {
  position: relative;
}

.box-cusslide .block_carousel .block-carousel-image-container *:last-child {
  margin-bottom: 0;
}

.box-cusslide .block_carousel .block-carousel-image-container .descript {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%) translateX(20px);
  padding: 0 5%;
  transition: opacity 0.3s, transform 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
}

.box-cusslide .block_carousel .block-carousel-image-container .descript h3 {
  font-size: 50px;
  margin-bottom: 1em;
}

@media (max-width: 1199px) {
  .box-cusslide .block_carousel .block-carousel-image-container .descript h3 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .box-cusslide .block_carousel .block-carousel-image-container .descript h3 {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .box-cusslide .block_carousel .block-carousel-image-container .descript h3 {
    font-size: 30px;
  }
}

.box-cusslide .block_carousel .block-carousel-image-container .descript .btn {
  background: none;
  color: #000;
  padding: 2px 0;
  font-size: 13px;
  border-bottom: 1px solid;
  margin-top: 2em;
  font-weight: 400;
  text-transform: capitalize;
}

.box-cusslide .block_carousel .block-carousel-image-container .descript .btn:hover {
  letter-spacing: 2px;
}

.box-cusslide .block_carousel .active .block-carousel-image-container .descript {
  transform: translateY(-50%) translateX(0px);
  opacity: 1;
}

.box-cusslide .block_carousel .owl-controls .owl-pagination {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  margin: 0;
}

.box-cusslide .block_carousel .owl-controls .owl-pagination .owl-page {
  display: block;
  height: 20px;
  width: 40px;
}

.box-cusslide .block_carousel .owl-controls .owl-pagination .owl-page span {
  width: 100%;
  height: 100%;
  margin: 0;
}

.box-cusslide .block_carousel .owl-controls .owl-pagination .owl-page span:before {
  height: 1px;
  right: 0;
  left: auto;
  width: 20px;
  top: 50%;
  transition: all .3s;
}

.box-cusslide .block_carousel .owl-controls .owl-pagination .owl-page:hover span:before,
.box-cusslide .block_carousel .owl-controls .owl-pagination .owl-page.active span:before {
  width: 40px;
}

.box-cusslide .block_carousel .owl-theme .owl-buttons {
  width: 91px;
  bottom: 20px;
  left: auto;
  right: 5%;
  height: 50px;
}

.box-cusslide .block_carousel .owl-theme .owl-buttons div {
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s;
  position: absolute;
  border-radius: 0;
  background: #fff;
}

.box-cusslide .block_carousel .owl-theme .owl-buttons div:before {
  color: #000;
}

.box-cusslide .block_carousel .owl-theme .owl-buttons div:hover {
  background: #000;
}

.box-cusslide .block_carousel .owl-theme .owl-buttons div:hover:before {
  color: #fff;
}

.full-screen .block-carousel-image-container img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-toph1.box-h2 {
  transition: all .3s;
}

@media (max-width: 480px) {
  .box-toph1.box-h2 {
    padding: 0;
  }

  .box-toph1.box-h2 .popup-over a.popup-title {
    padding: 0 5px;
  }

  .box-toph1.box-h2 #leo_search_block_top .title_block {
    width: 40px;
  }
}

.box-toph1.box-h2 .h-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 9;
}

.box-toph1.box-h2 .leo-megamenu .navbar-nav > li > a {
  padding: 45px 18px;
  font-size: 13px;
  letter-spacing: 0;
  max-height: 110px;
}

@media (max-width: 1199px) {
  .box-toph1.box-h2 .leo-megamenu .navbar-nav > li > a {
    padding: 45px 14px;
    font-size: 12px;
    font-weight: 600;
  }
}

@media (max-width: 991px) {
  .box-toph1.box-h2 .col-right {
    padding-top: 0;
  }

  .box-toph1.box-h2 .navbar-header .navbar-toggler {
    margin: 20px auto 0;
  }

  .box-toph1.box-h2 .h-logo {
    padding: 10px 0;
    height: 80px;
    line-height: 60px;
  }

  .box-toph1.box-h2 .h-logo img {
    max-height: 40px;
  }
}

@media (max-width: 480px) {
  .box-toph1.box-h2 .h-logo {
    left: 60px;
    transform: none;
  }

  .rtl .box-toph1.box-h2 .h-logo {
    right: 60px;
    left: auto;
  }
}

body.active-sticky .box-toph1.box-h2 {
  background: rgba(255, 255, 255, 0.9) !important;
}

body.active-sticky .box-toph1.box-h2:hover {
  background: #fff !important;
}

.box-bannertext .ApColumn .block {
  margin-bottom: 0;
}

.box-bannertext *:last-child {
  margin-bottom: 0;
}

.box-bannertext .ApHtml {
  text-align: center;
  padding: 80px 0;
  font-size: 1.2em;
  color: #888;
  font-weight: 300;
}

.box-bannertext .ApHtml h3 {
  margin-bottom: 1em;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .box-bannertext .ApHtml h3 {
    font-size: 28px;
  }
}

.box-bannertext .ApHtml a {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  background: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all .3s;
  font-size: 13px;
}

.box-bannertext .ApHtml a i {
  margin: 0 0 0 5px;
}

.rtl .box-bannertext .ApHtml a i {
  margin: 0 5px 0 0;
}

.box-bannertext .ApHtml a:hover {
  background: #000;
  color: #fff;
}

.box-productsmalls {
  padding-top: 80px;
  padding-bottom: 30px;
}

.box-productsmalls .ApColumn .title_block {
  text-align: left;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  position: relative;
}

.rtl .box-productsmalls .ApColumn .title_block {
  text-align: right;
}

.box-productsmalls .ApColumn .title_block:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.rtl .box-productsmalls .ApColumn .title_block:before {
  right: 0;
  left: auto;
}

.sidebar .text-uppercase {
  text-transform: capitalize !important;
}

.card-block h1 {
  font-size: 24px;
  font-weight: 500;
}

.box-freedelivery {
  text-align: center;
  padding: 90px 0 60px;
}

.box-freedelivery i {
  font-size: 30px;
  margin-bottom: 30px;
  display: block;
  transition: all .3s;
}

.box-freedelivery .ApRawHtml:hover i {
  transform: scale(1.2);
}

.block-category.card {
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.block-category.card h1 {
  margin: 0 0 20px;
}

.block-category.card > div {
  margin: 0 0 30px;
}

.block-category.card .category-cover img {
  max-width: 100%;
}

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