/***************************************************
  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 {
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 18px;
  font-family: "Oswald";
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 14px;
}

.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;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

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

.ap-accordion .panel-default .panel-title a:before {
  background: none;
  content: "arrow_drop_up";
  cursor: pointer;
  display: block;
  font-family: "Material Icons";
  font-size: 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 {
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

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

.tabs-below .nav-tabs>li>a:hover,
.tabs-below .nav-tabs>li>a:focus {
  border-top-color: #eee;
  border-bottom-color: transparent;
}

.tabs-below .nav-tabs>.active a,
.tabs-below .nav-tabs>.active a:hover,
.tabs-below .nav-tabs>.active a:focus {
  border-color: transparent #eee #eee #eee;
}

.tabs-left .nav-tabs>li,
.tabs-right .nav-tabs>li {
  float: none;
}

.tabs-left .nav-tabs>li>a,
.tabs-right .nav-tabs>li>a {
  min-width: 74px;
  margin-bottom: 3px;
  margin-right: 0;
}

.rtl .tabs-left .nav-tabs>li>a,
.rtl .tabs-right .nav-tabs>li>a {
  margin-left: 0;
  margin-right: inherit;
}

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #eee;
}

.rtl .tabs-left .nav-tabs {
  float: right;
}

.rtl .tabs-left .nav-tabs {
  border-left: 1px solid #eee;
  border-right: inherit;
}

.tabs-left .nav-tabs>li>a {
  margin-right: -1px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.rtl .tabs-left .nav-tabs>li>a {
  margin-left: -1px;
  margin-right: inherit;
}

.rtl .tabs-left .nav-tabs>li>a {
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.tabs-left .nav-tabs>li>a:hover,
.tabs-left .nav-tabs>li>a:focus {
  border-color: #eeeeee #eee #eeeeee #eeeeee;
}

.tabs-left .nav-tabs .active>a,
.tabs-left .nav-tabs .active>a:hover,
.tabs-left .nav-tabs .active>a:focus {
  border-color: #eee transparent #eee #eee;
  *border-right-color: #FFFFFF;
}

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eee;
}

.rtl .tabs-right .nav-tabs {
  float: left;
}

.rtl .tabs-right .nav-tabs {
  border-right: 1px solid #eee;
  border-left: inherit;
}

.tabs-right .nav-tabs>li>a {
  margin-left: -1px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.rtl .tabs-right .nav-tabs>li>a {
  margin-right: -1px;
  margin-left: inherit;
}

.rtl .tabs-right .nav-tabs>li>a {
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.tabs-right .nav-tabs>li>a:hover,
.tabs-right .nav-tabs>li>a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #eee;
}

.tabs-right .nav-tabs .active>a,
.tabs-right .nav-tabs .active a:hover,
.tabs-right .nav-tabs .active a:focus {
  border-color: #eee #eee #eee transparent;
  *border-left-color: #ffffff;
}

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.widget-tabs li a {
  color: #333;
}

.widget-tabs li.active {
  border: 1px solid #099ad9;
}

.widget-tabs li.active a {
  color: #099ad9;
}

.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: #099ad9;
  font-size: 19px;
  z-index: 9;
  right: 50%;
  margin-right: -4px;
}

.rtl .block .nav-pills>li.active>a:before {
  left: 50%;
  right: auto;
}

.rtl .block .nav-pills>li.active>a:before {
  margin-left: -4px;
  margin-right: inherit;
}

.block .panel-group {
  margin-bottom: 0;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 20px;
}

.nav-tabs>li>a {
  color: #767676;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}

.nav-tabs>li.active a,
.nav-tabs>li.active a:hover,
.nav-tabs>li.active a:focus {
  border: 1px solid transparent;
  background: #eeeeee;
  border-bottom: 2px solid #c0c700;
  color: #000000;
}

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

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

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

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

.rtl .display-list-store {
  float: right;
}

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

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

.gmap-cover {
  width: 100%;
}

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

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

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

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

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

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  display: none;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 700;
}

.box-show-more a:hover {
  background-color: #099ad9;
}

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

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

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

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ap_image .has-animation.animated {
  opacity: 1;
  filter: alpha(opacity=100);
}

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
}

.full-slider .carousel-inner .item {
  width: 100%;
  height: 100%;
}

.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center;
}

.full-slider .content-slider h3 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 400;
}

.full-slider .content-slider p {
  margin-top: 30px;
  background: #c70005;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
}

.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9;
}

.full-slider .carousel-control.left {
  left: 10px;
}

.rtl .full-slider .carousel-control.left {
  right: 10px;
  left: auto;
}

.full-slider .carousel-control.right {
  right: 10px;
}

.rtl .full-slider .carousel-control.right {
  left: 10px;
  right: auto;
}

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0px;
}

.rtl .embed-responsive iframe,
.rtl .embed-responsive object,
.rtl .embed-responsive embed {
  right: 0px;
  left: auto;
}

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eee;
}

.cover-live-edit .link-to-back-end {
  text-decoration: none;
  color: #FFFFFF;
  z-index: 9999;
  background-color: rgba(204, 153, 0, 0.5);
  padding: 5px;
  position: relative;
  -moz-box-shadow: 0 0 5px #bdbdbd;
  -webkit-box-shadow: 0 0 5px #bdbdbd;
  -o-box-shadow: 0 0 5px #bdbdbd;
  -ms-box-shadow: 0 0 5px #bdbdbd;
  box-shadow: 0 0 5px #bdbdbd;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

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

.ap-cover-hook:hover {
  border: 1px dashed #099ad9;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block {
  margin: 0 !important;
  padding: 30px 0;
}

.manufacturers_block .image {
  text-align: center;
  padding: 10px;
}

/*
  Widget Category Image
*/
/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.rtl .leo-more-info {
  left: 0px;
  right: auto;
}

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

.rtl .leo-more-info {
  text-align: right;
}

.rtl .leo-more-info {
  padding: 5px 5px 10px 5px;
}

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

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

.leo-more-info .thumbs_list ul.thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
}

.rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
  padding-right: 0;
  padding-left: inherit;
}

.leo-more-info .thumbs_list li {
  cursor: pointer;
  float: left;
  width: 84px;
  height: 100px;
}

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

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

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

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

.leo-more-info .view_scroll_left {
  margin-top: 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 */
.instagram-block .owl-item a {
  display: block;
  overflow: hidden;
  position: relative;
}

.instagram-block .owl-item a:before {
  content: "\f16d";
  font-family: "FontAwesome";
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
  z-index: 2;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.instagram-block .owl-item a:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  z-index: 1;
}

.instagram-block .owl-item a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.instagram-block .owl-item a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.instagram-block .owl-item a img {
  width: 100%;
}

@media (max-width: 991px) {
  .widget-category_image {
    padding: 0 9px;
  }
}

.widget-category_image .view_all_wapper {
  display: none;
}

.widget-category_image .block_content:after {
  content: "";
  display: block;
  clear: both;
}

.widget-category_image .block_content>ul {
  width: 33%;
  float: left;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;

  background: #fff;
  position: relative;
}

.widget-category_image .block_content ul:last-child {
  border-right: 1px solid #e5e5e5;
}

.widget-category_image.block {
  margin: 0;
}

@media (max-width: 991px) {
  .widget-category_image .block_content>ul {
    width: 50%;
  }
}

.rtl .widget-category_image .block_content>ul {
  float: right;
}

.widget-category_image .block_content>ul a {
  font-size: 15px;
  display: flex;
  align-items: center;
  text-align: center;
}

.widget-category_image .block_content>ul a img {
  max-width: 100%;
}

.widget-category_image .block_content>ul a .cate_content {
  display: block;
  width: 100%;
  margin: auto;
}

.widget-category_image .block_content>ul a .cate_content .cover-img {
  display: block;
  margin: 0 0 10px;
}

.widget-category_image .block_content>ul a .cate_content .cover-img img {
  width: 50px;
  height: 50px;
  transition: all .4s;
}

.widget-category_image .block_content>ul a:hover .cate_content .cover-img img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  transform: translateY(-10px);
}

i.icon-menu.icons {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
}

i.icon-menu.icons:before {
  content: "";
  position: absolute;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
}

i.icon-menu.icons:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 9px;
  right: 0;
  height: 2px;
  background: #000;
}

i.icon-menu.icons:hover:before {
  border-color: #099ad9;
}

i.icon-menu.icons:hover:after {
  background: #099ad9;
}

body:not(#index) .box-htop {
  border-bottom: 1px solid #f4f4f4;
}

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

.cms-block,
.cms-box {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 2;
}

@media (min-width: 992px) {
  .box-htop {
    position: relative;
    margin: 0;
    min-height: 100px;
    padding: 10px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
.box-htop .ApColumn {

    display: flex;
    justify-content: center;
} 

  .box-htop .col-logo {
    width: 50%;
  }

  .box-htop .col-menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    top: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
  }

  .box-htop .col-menu .header-logo a {
    display: inline-block;
    padding: 10px;
  }

  .box-htop .col-menu .header-logo a img {
    max-height: 70px;
  }

  .box-htop .col-info {
    margin-left: auto;
    justify-content: flex-end;
  }

  .rtl .box-htop .col-info {
    margin-right: auto;
    margin-left: inherit;
  }

  .box-htop .col-info>div {
    margin: 0 0 0 15px;
  }

  .rtl .box-htop .col-info>div {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 1199px) {
  .box-htop {
    margin: 0 !important;
    padding-left: 18px;
    padding-right: 18px;
  }

  .box-htop.box-h2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .box-htop {
    padding-top: 30px;
    padding-left: 9px;
    padding-right: 9px;
    margin: 0;
  }

  .box-htop .header-logo {
    text-align: center;
  }

  .box-htop .col-info {
    width: auto;
    float: right;
  }

  .rtl .box-htop .col-info {
    float: left;
  }
}

.box-htop #leo_block_top a.popup-title {
  text-align: right;
}

.rtl .box-htop #leo_block_top a.popup-title {
  text-align: left;
}

.box-htop .popup-over a.popup-title {
  height: 90px;
  line-height: 90px;
}

.box-htop #cart-block .header {
  height: 90px;
  line-height: 90px;
}

.box-htop #cart-block .header .cart-products-count {
  top: 40px;
}

.iview-controlNav div.iview-items {
  text-align: left;
  padding: 20px;
}

.rtl .iview-controlNav div.iview-items {
  text-align: right;
}

@media (max-width: 767px) {
  .iview-controlNav div.iview-items {
    padding: 20px 10px 0;
  }
}

.iview-controlNav div.iview-items ul li a.iview-control {
  background: none;
  text-indent: 0;
  display: inline-block;
  margin: 0px 8px;
  height: 30px;
  line-height: 30px;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #000;
}

.iview-controlNav div.iview-items ul li a.iview-control span:before {
  content: "";
  border: 1px solid #000;
  background:
    transparent;
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
}

.iview-controlNav div.iview-items ul li a.iview-control.active span:before,
.iview-controlNav div.iview-items ul li a.iview-control:hover span:before {
  background: #000;
}

.iview-controlNav div.iview-items ul li a.iview-control.active,
.iview-controlNav div.iview-items ul li a.iview-control:hover {
  background: none;
}

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

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

@media (max-width: 991px) {
  .box-lanter {
    margin-bottom: 30px;
  }
}

.box-lanter .ApImage {
  position: relative;
}

.box-lanter .ApImage>a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.box-lanter .ApImage .image_description {
  position: absolute;
  top: 60px;
  left: 60px;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #818181;
  font-weight: 600;
}

.rtl .box-lanter .ApImage .image_description {
  right: 60px;
  left: auto;
}

@media (max-width: 1199px) {
  .box-lanter .ApImage .image_description {
    top: 20px;
    left: 20px;
    right: 20px;
  }
}

.box-lanter .ApImage .image_description p {
  margin: 0 0 10px;
}

.box-lanter .ApImage .image_description strong,
.box-lanter .ApImage .image_description b {
  font-size: 1.7em;
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
  text-transform: none;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
}

.box-lanter .ApImage .image_description strong:before,
.box-lanter .ApImage .image_description b:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #099ad9;
  transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
  transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  content: "";
}

.box-lanter .paris-roubaix.ApImage .image_description b:before {
  background: #0e0006;
}

.box-lanter .bike-and-troc.ApImage .image_description b:before {
  background: #15B4B0;
}

.box-lanter .liege-bastogne.ApImage .image_description b:before {
  background: #004923;
}

.box-lanter .fleche-wallonne.ApImage .image_description b:before {
  background: #a19367;
}

.box-lanter .tour-normandie.ApImage .image_description b:before {
  background: #ee1b2e;
}

.box-lanter .tour-yorkshire.ApImage .image_description b:before {
  background: #00b9e4;
}

.box-lanter .criterium-dauphine.ApImage .image_description b:before {
  background: #da521f;
}

.box-lanter .deutschland-tour.ApImage .image_description b:before {
  background: #ed1c24;
}

.box-lanter .paris-tours.ApImage .image_description b:before {
  background: #00a99d;
}

.box-lanter .paris-nice.ApImage .image_description b:before {
  background: #0098d5;
}

.box-lanter .tour-france.ApImage .image_description b:before {
  background: #FEED01;
}

.box-lanter .tour-provence.ApImage .image_description b:before {
  background: #056BB3;
}

.box-lanter .route-occitanie.ApImage .image_description b:before {
  background: #cb2026;
}

.box-lanter .tour-de-france.ApImage .image_description b:before {
  background: #fff200;
}

.box-lanter .boucles-mayenne.ApImage .image_description b:before {
  background: #FEDA00;
}

@media (max-width: 991px) {

  .box-lanter .ApImage .image_description strong,
  .box-lanter .ApImage .image_description b {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {

  .box-lanter .ApImage .image_description strong,
  .box-lanter .ApImage .image_description b {
    font-size: 1.3em;
  }
}

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

@media (max-width: 767px) {
  .box-lanter .col-small {
    padding: 0;
  }

  .box-lanter .col-small .ApImage {
    width: 50%;
    float: left;
    padding: 0 10px;
  }

  .rtl .box-lanter .col-small .ApImage {
    float: right;
  }
}

@media (max-width: 360px) {
  .box-lanter .col-small .ApImage {
    width: 100%;
  }
}

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

@media (max-width: 991px) {
  .box-table {
    margin: 0 0 50px;
  }
}

.box-table .nav-tabs {
  border-bottom: 0;
  padding-bottom: 20px;
  text-align: center;
}

.box-table .nav-tabs li {
  float: none !important;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.box-table .nav-tabs li a {
  font-family: 'Poppins';
  font-weight: normal;
  padding: 20px 40px 19px;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  color: #888;
  font-size: 13px;
  position: relative;
}

@media (max-width: 991px) {
  .box-table .nav-tabs li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.box-table .nav-tabs li a span {
  display: block;
}

.box-table .nav-tabs li a.active,
.box-table .nav-tabs li a:hover {
  color: #000;
}

.box-table .nav-tabs li a.active span,
.box-table .nav-tabs li a:hover span {
  border-color: #000;
}

.box-table .owl-theme .owl-buttons {
  top: -62px;
}

@media (max-width: 1199px) {
  .box-table .owl-theme .owl-buttons {
    top: -30px;
    right: 9px;
  }

  .rtl .box-table .owl-theme .owl-buttons {
    left: 9px;
    right: auto;
  }
}

.box-table .ApRawHtml {
  margin: 0;
  text-align: center;
}

.box-table .ApRawHtml a {
  border: 1px solid #e5e5e5;
  padding: 10px 90px;
  line-height: 28px;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-family: 'Poppins';
  vertical-align: top;
  transition: all .4s;
}

@media (max-width: 991px) {
  .box-table .ApRawHtml a {
    padding: 8px 30px;
  }
}

@media (max-width: 480px) {
  .box-table .ApRawHtml a {
    padding: 8px 30px;
  }
}

.box-table .ApRawHtml a:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

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

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

  .page-home>div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .page-home .box-slider {
    margin: 0 -9px 18px;
    padding: 0;
  }
}

/* end max 1199px */
.box-follow .ap-image-gallery {
  position: relative;
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  .box-follow .ap-image-gallery {
    margin-bottom: 60px;
  }
}

.box-follow .ap-image-gallery .block {
  margin-bottom: 0;
}

.box-follow .ap-image-gallery .row {
  margin: 0;
}

.box-follow .ap-image-gallery .image-item {
  padding: 0;
  overflow: hidden;
}

.box-follow .ap-image-gallery .image-item img {
  width: 100%;
  transition: all 1s;
}

.box-follow .ap-image-gallery .image-item img:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .box-follow .ap-image-gallery .image-item {
    width: 33.33%;
  }
}

.box-follow .ap-image-gallery .title_block {
  display: inline-block;
  padding: 20px 60px;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 0 1px;
}

@media (max-width: 767px) {
  .box-follow .ap-image-gallery .title_block {
    padding: 15px 30px;
  }
}

.box-follow .ap-image-gallery .title_block span {
  color: #099ad9;
}

.box-follow .owl-carousel .owl-item {
  padding: 0;
}

.box-follow .ApInstagram {
  position: relative;
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .box-follow .ApInstagram {
    margin-bottom: 60px;
  }
}

.box-follow .ApInstagram .title_block {
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
  padding: 20px 60px;
  white-space: nowrap;
  line-height: 20px;
  position: absolute;
  z-index: 1;
  background: #fff;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 0 1px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
  .box-follow .ApInstagram .title_block {
    padding: 15px 30px;
  }
}

@media (max-width: 360px) {
  .box-follow .ApInstagram .title_block {
    padding: 10px 20px;
  }
}

.box-follow .ApInstagram .title_block span {
  color: #ff4a32;
}

.box-follow .ApInstagram .link-instagram {
  position: absolute;
  margin: 0;
  top: 100%;
  padding: 20px 0;
  left: 0;
  right: 0;
  text-align: center;
}

#header {
  background: #fff;
  backface-visibility: visible;
}

#header .header-container {
  position: relative;
}

#header.mini-navbar {
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  #header.mini-navbar .box-htop {
    min-height: 50px;
  }

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

  #header.mini-navbar .box-htop .popup-over a.popup-title {
    height: 50px;
    line-height: 50px;
  }

  #header.mini-navbar .box-htop #cart-block .header {
    height: 50px;
    line-height: 50px;
  }

  #header.mini-navbar .box-htop #cart-block .header .cart-products-count {
    top: 25px;
  }
}

#index #header .header-container:before {
  display: none;
}

#index #header.mini-navbar .header-container:before {
  display: block;
}

#cart-block .header .cart-products-count,
.box-htop .popup-over a.popup-title,
.box-htop #cart-block .header,
.box-htop {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.block-category:after {
  content: "";
  display: block;
  clear: both;
}

.block-category h1 {
  font-size: 26px;
  padding: 15px 0;
  position: relative;
  margin: 0 0 20px;
  border-bottom: 1px solid #e1e1e1;
  display: inline-block;
  vertical-align: top;
}

.box-wellcome {
  font-size: 15px;
  line-height: 23px;
  color: #888;
  padding: 60px 0;
  text-align: center;
  font-family: 'Poppins';
}

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

.box-wellcome h4 {
  font-size: 25px;
  margin: 0 0 25px;
  font-family: 'Poppins';
}

.box-wellcome .ApHtml {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.box-footernew {
  padding: 90px 0 60px;
  text-align: center;
}

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

.box-footernew .block_newsletter {
  max-width: 570px;
  margin: auto;
}

.box-footernew .block_newsletter .title_block {
  font-size: 14px;
  margin: 0;
  padding: 0 0 60px;
}

.box-footernew .block_newsletter .col-notice {
  display: none;
}

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

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

.box-coppyright2 {
  text-align: center;
  padding: 20px 0;
}

.box-coppyright2 .ApBlockLink ul {
  display: block !important;
}

.box-coppyright2 .ApBlockLink li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.box-coppyright2 .ApBlockLink li:after {
  content: "/";
  position: absolute;
  top: 15px;
  right: -1px;
  line-height: 20px;
}

.box-coppyright2 .ApBlockLink li:last-child:after {
  display: none;
}

.box-coppyright2 .ApBlockLink li a {
  display: block;
  padding: 15px 20px;
}

.box-hleft .col-btn {
  position: fixed;
  width: 70px;
  top: 0;
  left: 0;
  bottom: 0;
  max-height: 100vh;
  z-index: 999;
  background: #fff;
  padding: 20px 10px;
  border-right: 1px solid #ebebeb;
}

.rtl .box-hleft .col-btn {
  right: 0;
  left: auto;
}

.rtl .box-hleft .col-btn {
  border-left: 1px solid #ebebeb;
  border-right: inherit;
}

.box-hleft .col-btn .ApImage,
.box-hleft .col-btn .header-logo {
  text-align: center;
}

.box-hleft .col-btn .ApImage img,
.box-hleft .col-btn .header-logo img {
  max-width: 100%;
}

.box-hleft .col-infor {
  padding: 50px 10px 100px;
  position: fixed;
  top: 0;
  bottom: 0;
  max-height: 100vh;
  left: 70px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.85);
  width: 280px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: translateX(-360px);
  opacity: 0;
  visibility: hidden;
}

.rtl .box-hleft .col-infor {
  right: 70px;
  left: auto;
}

@media (max-width: 991px) {
  .box-hleft .col-infor {
    padding-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .box-hleft .col-infor {
    width: 250px;
  }
}

.box-hleft #leo_block_top {
  position: absolute;
  top: 20px;
  left: 10px;
  background: none;
  right: 10px;
  color: #6e6e6e;
  font-size: 12px;
  font-family: 'Poppins';
  text-transform: uppercase;
}

.box-hleft #leo_block_top a {
  color: #6e6e6e;
}

.box-hleft #leo_block_top a:hover {
  color: #099ad9;
}

.box-hleft #leo_block_top .current {
  color: #099ad9;
}

.box-hleft #leo_block_top .current a {
  color: #099ad9;
}

.box-hleft #leo_block_top .popup-title {
  display: none;
}

.box-hleft #leo_block_top .popup-content {
  padding: 0;
  position: static;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  background: none;
  animation: none;
}

.box-hleft #leo_block_top .popup-content:after {
  content: "";
  display: block;
  clear: both;
}

.box-hleft #leo_block_top .popup-content .language-selector,
.box-hleft #leo_block_top .popup-content .currency-selector {
  width: 50%;
  float: left;
  border: 0;
  padding: 0 10px;
  margin: 0;
}

.rtl .box-hleft #leo_block_top .popup-content .language-selector,
.rtl .box-hleft #leo_block_top .popup-content .currency-selector {
  float: right;
}

.box-hleft #leo_block_top .popup-content .language-selector li,
.box-hleft #leo_block_top .popup-content .currency-selector li {
  width: 100%;
}

.box-hleft #leo_block_top .popup-content .language-selector>span,
.box-hleft #leo_block_top .popup-content .currency-selector>span {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

.box-hleft #leo_block_top .lang-img,
.box-hleft #leo_block_top .cur-code {
  margin: 0 10px 0 0;
}

.rtl .box-hleft #leo_block_top .lang-img,
.rtl .box-hleft #leo_block_top .cur-code {
  margin: 0 0 0 10px;
}

.box-hleft .block-social {
  padding: 10px 0px;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 60px;
}

@media (max-width: 991px) {
  .box-hleft .block-social {
    text-align: center;
    bottom: 0px;
  }
}

.box-hleft .block-social .social-title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-family: "Oswald";
  padding: 20px 0 0;
  margin: 0 10px 10px;
  color: #999;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 991px) {
  .box-hleft .block-social .social-title {
    text-align: center;
  }
}

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

.box-hleft .block-social li:before {
  color: #fff;
}

.box-hleft .block-social li:hover:before {
  color: #099ad9;
}

.box-hleft .popup-over a.popup-title {
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #999;
  font-size: 11px;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.box-hleft .popup-over a.popup-title i {
  display: none;
}

.box-hleft .popup-over a.popup-title .hidden-xs-up {
  display: block !important;
}

.box-hleft .popup-over:hover a.popup-title {
  color: #fff;
}

.box-hleft .language-selector-wrapper {
  position: absolute;
  top: 20px;
  left: 20px;
}

.box-hleft .language-selector-wrapper .popup-content {
  right: auto;
  left: 0;
}

.box-hleft .currency-selector {
  position: absolute;
  top: 20px;
  right: 20px;
}

.box-hleft .leo-megamenu .navbar-nav>li {
  float: none;
}

.box-hleft .leo-megamenu .navbar-nav>li>a {
  padding: 15px 20px;
  color: #fff;
}

.box-hleft .leo-megamenu .navbar-nav>li>a:after {
  float: right;
}

.rtl .box-hleft .leo-megamenu .navbar-nav>li>a:after {
  float: left;
}

.box-hleft .leo-megamenu .navbar-nav>li:hover>a {
  color: #099ad9;
}

.box-hleft .leo-megamenu .dropdown:hover>.dropdown-menu {
  left: 100%;
  top: 0;
}

.rtl .box-hleft .leo-megamenu .dropdown:hover>.dropdown-menu {
  right: 100%;
  left: auto;
}

.box-hleft .ApMegamenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -120px;
}

@media (max-width: 991px) {
  .box-hleft .ApMegamenu {
    margin-top: -50px;
  }

  .box-hleft .ApMegamenu .navbar-header {
    text-align: center;
  }

  .box-hleft .ApMegamenu .navbar-header .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
  }
}

@media (min-width: 992px) {
  body.show-menu .box-hleft .col-infor {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  body.show-menu .btn-showmenu:before {
    /* opacity: 1;
    visibility: visible; */
  }

  body.show-menu .btn-showmenu i.icon-menu.icons:before {
    border-color: #099ad9;
  }

  body.show-menu .btn-showmenu i.icon-menu.icons:after {
    left: 9px;
    right: 0px;
    background: #099ad9;
  }
}

@media (max-width: 991px) {
  .box-hleft .col-infor {
    padding: 0 30px;
    position: static;
    width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .box-hleft .language-selector-wrapper {
    position: relative;
    left: auto;
    top: 15px;
    right: auto;
    margin: 0 15px 0 0;
    float: left !important;
  }

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

  .box-hleft .language-selector-wrapper .popup-content {
    right: auto;
    left: 0;
  }

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

  .box-hleft .currency-selector {
    position: relative;
    left: auto;
    top: 15px;
    right: auto;
    float: left !important;
  }

  .box-hleft .currency-selector .popup-content {
    right: auto;
    left: 0;
  }

  .rtl .box-hleft .currency-selector .popup-content {
    right: 0;
    left: auto;
  }

  .box-hleft .block-social {
    position: static;
    float: right;
  }

  .rtl .box-hleft .block-social {
    float: left;
  }

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

  .box-hleft .ApMegamenu {
    position: absolute;
    margin: 0;
  }

  .box-hleft .ApMegamenu .navbar-header .navbar-toggler {
    margin: 0;
    position: fixed;
    left: 10px;
    top: 50%;
    margin-top: -23px;
    z-index: 999;
    background: #000;
    font-size: 16px;
    border: 0;
    width: 50px;
  }

  .rtl .box-hleft .ApMegamenu .navbar-header .navbar-toggler {
    right: 10px;
    left: auto;
  }

  .rtl .box-hleft .language-selector-wrapper {
    float: right !important;
  }

  .rtl .box-hleft .currency-selector {
    float: right !important;
  }
}

.btn-showmenu {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 0;
  outline: none;
}

.btn-showmenu:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all .4s;
  opacity: 0;
  visibility: hidden;
}

.btn-showmenu i.icon-menu.icons {
  width: 25px;
  height: 20px;
}

.btn-showmenu i.icon-menu.icons:before {
  height: 11px;
  transition: all .5s;
}

.btn-showmenu i.icon-menu.icons:after {
  left: 0;
  right: 9px;
  transition: all .5s;
}

.btn-showmenu:hover i.icon-menu.icons:before {
  border-color: #099ad9;
}

.btn-showmenu:hover i.icon-menu.icons:after {
  background: #099ad9;
}

.box-header3 {
  margin: 0;
  padding: 10px 20px 0;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}

.box-header3 .ApColumn>div {
  float: right;
}

.rtl .box-header3 .ApColumn>div {
  float: left;
}

.box-header3 #cart-block {
  float: right;
}

.rtl .box-header3 #cart-block {
  float: left;
}

.box-homeh3 .owl-carousel .owl-item {
  padding: 0;
}

.box-homeh3 .block {
  margin: 0;
}

.box-homeh3 .block-carousel-container {
  position: relative;
  background: #f2f2f2;
}

.box-homeh3 .owl-theme .owl-buttons {
  width: 141px;
  position: fixed;
  top: auto;
  overflow: hidden;
  right: auto;
  left: 50%;
  z-index: 5;
  bottom: 2px;
  margin-left: -20px;
}

@media (max-width: 767px) {
  .box-homeh3 .owl-theme .owl-buttons {
    width: 101px;
  }
}

.box-homeh3 .owl-theme .owl-buttons div {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fff;
}

@media (max-width: 767px) {
  .box-homeh3 .owl-theme .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.box-homeh3 .owl-theme .owl-buttons div:hover {
  background: #111;
}

.box-homeh3 .owl-theme .owl-buttons div:hover:before {
  color: #fff;
}

.box-homeh3 .owl-theme .owl-buttons div:before {
  color: #000;
  font-size: 24px;
}

@media (max-width: 767px) {
  .box-homeh3 .owl-theme .owl-buttons div:before {
    font-size: 18px;
  }
}

.box-homeh3 .descript {
  position: absolute;
  left: auto;
  right: 50%;
  top: 35%;
  background: #fff;
  padding: 100px 135px;
  text-align: center;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 30px;
}

.rtl .box-homeh3 .descript {
  left: 50%;
  right: auto;
}

@media (max-width: 1199px) {
  .box-homeh3 .descript {
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 65px;
  }
}

@media (max-width: 767px) {
  .box-homeh3 .descript {
    padding: 30px 45px;
  }
}

@media (max-width: 600px) {
  .box-homeh3 .descript {
    position: static;
    transform: none;
    margin-bottom: 50px;
  }
}

.box-homeh3 .descript h4 {
  font-family: 'Oswald';
  font-size: 36px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 40px;
  letter-spacing: 10px;
}

@media (max-width: 1199px) {
  .box-homeh3 .descript h4 {
    letter-spacing: 5px;
  }
}

@media (max-width: 991px) {
  .box-homeh3 .descript h4 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .box-homeh3 .descript h4 {
    letter-spacing: 1px;
    font-size: 26px;
  }
}

.box-homeh3 .descript p {
  margin: 0;
}

.box-homeh3 .descript a {
  position: absolute;
  padding: 0 60px;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  letter-spacing: 5px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald';
  white-space: nowrap;
  transition: all .4s;
}

.box-homeh3 .descript a:hover {
  background: #099ad9;
}

@media (max-width: 767px) {
  .box-homeh3 .descript a {
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    bottom: -20px;
  }
}

@media (max-width: 991px) {
  .box-hleft .box-hleft .leo-megamenu .navbar-nav>li>a {
    display: inline-block;
    vertical-align: top;
  }

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

  .box-hleft .box-hleft .leo-megamenu .navbar-nav .caret {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    font-size: 14px;
  }

  .rtl .box-hleft .box-hleft .leo-megamenu .navbar-nav .caret {
    left: 0;
    right: auto;
  }

  .box-hleft .box-hleft .leo-megamenu .navbar-nav .caret.fa-plus-square-o:before {
    content: "\f196";
    font-family: "Material Icons";
  }
}

.tab-content .tab-pane.active {
  animation: animationTab 1s ease;
  -moz-animation: animationTab 1s ease;
  -webkit-animation: animationTab 1s ease;
  -o-animation: animationTab 1s ease;
}

@keyframes animationTab {
  from {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-moz-keyframes animationTab {
  from {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes animationTab {
  from {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-o-keyframes animationTab {
  from {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.latest-blogs .blog-image-container img {
  width: 100%;
}

.latest-blogs .blog-title {
  margin: 20px 0 10px;
  font-size: 16px;
  line-height: 24px;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 20px 0 0;
  font-family: 'Poppins';
  letter-spacing: -0.3px;
}

.rtl .latest-blogs .blog-title {
  padding: 0 0 0 20px;
}

.latest-blogs .blog-title a {
  color: #333;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.latest-blogs .blog-title a:hover {
  color: #099ad9;
}

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

.latest-blogs .blog-viewall.float-xs-right {
  padding: 30px 0;
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}

.latest-blogs .blog-meta {
  margin: 0px 0 25px;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
}

.latest-blogs .blog-meta .icon-font {
  font-size: 12px;
  margin: 0 5px 0 0;
}

.rtl .latest-blogs .blog-meta .icon-font {
  margin: 0 0 0 5px;
}

.latest-blogs .blog-meta>span {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #ccc;
}

.rtl .latest-blogs .blog-meta>span {
  margin: 0 0 0 10px;
}

.rtl .latest-blogs .blog-meta>span {
  padding: 0 0 0 10px;
}

.rtl .latest-blogs .blog-meta>span {
  border-left: 1px solid #ccc;
  border-right: inherit;
}

.latest-blogs .blog-meta>span:last-child {
  border: 0;
  margin: 0;
}

.latest-blogs .blog-desc {
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  margin: 0;
}

h1.blog-lastest-title {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 20px;
}

.box-customreview {
  padding: 150px 0;
}

@media (max-width: 991px) {
  .box-customreview {
    padding: 70px 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.box-customreview .block_carousel {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.box-customreview .block_carousel .title_block {
  font-size: 18px;
  margin: 0 0 30px;
  letter-spacing: 4px;
}

.box-customreview .block_carousel .img-fluid {
  border-radius: 50%;
  margin: 0 0 20px;
}

.box-customreview .block-carousel-image-container {
  padding: 0px 0 80px;
  position: relative;
  cursor: all-scroll;
}

.box-customreview .block-carousel-image-container .descript {
  font-size: 18px;
  line-height: 30px;
  color: #888;
  padding: 0 10px;
  font-weight: 300;
}

.box-customreview .block-carousel-image-container .title {
  font-family: 'Oswald';
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1.5;
  color: #333;
}

.box-customreview .block-carousel-image-container .title span {
  display: block;
  color: #999;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}

.box-blog {
  padding: 100px 0 70px;
}

@media (max-width: 991px) {
  .box-blog {
    padding: 70px 0 40px;
  }
}

.box-blog .ApColumn .title_block {
  text-align: center;
  margin: 0 0 45px;
}

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

.box-blog .owl-theme .owl-buttons {
  top: -65px;
}

@media (max-width: 991px) {
  .box-blog .owl-theme .owl-buttons {
    top: -55px;
  }
}

.latest-blogs .blog-meta .icon-list {
  font-size: 0;
  margin: 0 5px 0 0;
}

.rtl .latest-blogs .blog-meta .icon-list {
  margin: 0 0 0 5px;
}

.latest-blogs .blog-meta .icon-list:before {
  font-size: 11px;
}

.row.box-delivery {
  border: 2px solid #fff;
  border-width: 2px 0;
  text-align: center;
  font-size: 15px;
  color: #888;
  font-family: 'Poppins';
  line-height: 1.5;
}

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

.row.box-delivery p {
  margin: 0;
}

@media (min-width: 480px) {
  .row.box-delivery>div {
    border-right: 2px solid #fff;
  }

  .rtl .row.box-delivery>div {
    border-left: 2px solid #fff;
    border-right: inherit;
  }
}

.row.box-delivery>div:last-child {
  border: 0;
}

@media (max-width: 991px) and (min-width: 480px) {
  .row.box-delivery>div:nth-child(2n) {
    border: 0;
  }

  .row.box-delivery>div:nth-child(2n + 1) {
    clear: both;
  }
}

.row.box-delivery .ApColumn .block {
  margin-bottom: 0;
  padding: 40px 0;
}

.row.box-delivery h4 {
  font-size: 16px;
  font-family: 'Oswald';
  text-transform: uppercase;
  margin: 0 0 10px;
}

.cart-grid .cart-container+a .material-icons {
  vertical-align: -5px;
}

.cus-slidewapper {
  padding: 50px 60px;
  background: #fff;
  position: relative;
  text-align: center;
  font-size: 17px;
  font-family: 'Poppins';
  text-transform: none;
  color: #888;
  font-weight: 300;
}

.cus-slidewapper h4 {
  font-family: 'Oswald';
  font-size: 36px;
  letter-spacing: 7px;
  padding: 0 0 25px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 500;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAGCAYAAAHlBL1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDU3OThBMzBCQ0JCMTFFN0JEMEJDN0RDQUFCRUIyODgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDU3OThBMzFCQ0JCMTFFN0JEMEJDN0RDQUFCRUIyODgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NTc5OEEyRUJDQkIxMUU3QkQwQkM3RENBQUJFQjI4OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NTc5OEEyRkJDQkIxMUU3QkQwQkM3RENBQUJFQjI4OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlBjTqcAAAHBSURBVHjaYvz//z/Dtm3bGIBADYhvMUDAUiCO9vLyYgAIIMatW7dqADk3oBLI7OUAAQSSVAequonFBFUgvg1lnwFiEyBWh/JvAvFpgABihFq9BMiJgZkIxJHITkCzFWwBE1CTGtBWkKbTUFMjkdjRUDYDVJMrzFUAAQSzEaToP9CAW0A2SKEpVDHIdEaY85DEQer/Qb0D8woDkho1KP8WuhlAO0wBAghsKQgALQN5qRkpABmQvF2PFHYwsASq/iaSGCgoapCCDMUMkKdAHCaohWeAAtFQ16shKT4DDTJGNPFTUIP/I0WWBlR/DFKwopgBig5w8AJTA9jLUMuRg24ZUnAiG7oUTRykXhGI76GFBsxiDDMAAjRORjkIwkAQBbwLXKD1MHA8wcNYDyDwgTeRbvJKJqYVmzSBZNq+ndk97OXRDtsGqrhDPlf51aIZpOv6TBQKOKKp5WzufgO8/cmS5UhxaqSdxUoDexPEvYozD2ZPL34C63h85rvB2fZLHwD2NP2C/iNTlswIJOnRlVh+ctggpjayH3OiioU5dUCWHbzGfSGNiWJcwd0XUA3akW9fSHqRIt5ixhnLdsbBeFiN0w5xar3ImticGgAAAABJRU5ErkJggg==) center bottom no-repeat;
}

.cus-slidewapper p {
  margin: 0;
}

.cus-slidewapper .cus-lidelink {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.cus-slidewapper .cus-lidelink a {
  width: 50%;
  float: left;
  background: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  letter-spacing: 4px;
  padding: 15px 10px;
  display: inline-block;
  font-family: 'Oswald';
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}

.cus-slidewapper .cus-lidelink a:last-child {
  background: #333;
}

.cus-slidewapper .cus-lidelink a:hover {
  background: #099ad9;
}

.box-slider.box-lanter {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .box-slider.box-lanter .col-small {
    padding: 0;
  }

  .box-slider.box-lanter .col-small .ApImage {
    width: 50%;
    float: left;
    padding: 0 9px;
  }

  .rtl .box-slider.box-lanter .col-small .ApImage {
    float: right;
  }
}

.box-lanter.box-h5 .ApImage .image_description {
  top: 1px;
  right: auto;
  left: 1px;
  background: #fff;
  padding: 35px 35px 20px;
}

.rtl .box-lanter.box-h5 .ApImage .image_description {
  right: 1px;
  left: auto;
}

@media (max-width: 767px) {
  .box-lanter.box-h5 .ApImage .image_description {
    font-size: 10px;
    padding: 10px 10px 0px;
    background: rgba(255, 255, 255, 0.8);
  }

  .box-lanter.box-h5 .ApImage .image_description b,
  .box-lanter.box-h5 .ApImage .image_description strong {
    font-size: 16px;
  }
}

.box-delivery2 {
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  text-align: center;
  font-size: 15px;
  color: #888;
  padding: 45px 0 15px;
}

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

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

.box-delivery2 h4 {
  font-size: 16px;
  font-family: 'Oswald';
}

@media (max-width: 767px) {
  .box-delivery2>div {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }

  .box-delivery2>div:last-child {
    border: 0;
  }
}

.box-navh6 {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  color: #888;
  font-family: 'Poppins';
}

@media (min-width: 992px) {
  .box-navh6 {
    margin: 0;
  }

  .box-navh6 .ApColumn {
    padding: 0;
  }
}

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

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

.box-navh6 .ApColumn .ApRawHtml {
  line-height: 30px;
}

@media (max-width: 767px) {
  .box-navh6 .ApColumn .ApRawHtml {
    text-align: center;
    color: #ccc;
    background: #333;
    margin: 0 -18px 5px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.box-navh6 .ApQuicklogin,
.box-navh6 .popup-over {
  float: right;
}

.rtl .box-navh6 .ApQuicklogin,
.rtl .box-navh6 .popup-over {
  float: left;
}

.box-navh6 .popup-over a.popup-title {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 15px;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
}

@media (max-width: 575px) {
  .box-navh6 .popup-over a.popup-title {
    padding: 0;
  }
}

.box-navh6 .popup-over a.popup-title .hidden-xs-up {
  display: none;
}

.box-navh6 .popup-over a.popup-title>span:nth-child(2) {
  display: inline-block;
  vertical-align: top;
}

.box-navh6 .popup-over a.popup-title .material-icons {
  display: none;
}

.box-navh6 .popup-over:hover a.popup-title {
  color: #000;
}

.box-navh6 .popup-over:first-child a.popup-title {
  padding: 0 0 0 15px;
}

.rtl .box-navh6 .popup-over:first-child a.popup-title {
  padding: 0 15px 0 0;
}

@media (max-width: 575px) {
  .box-navh6 .popup-over:first-child a.popup-title {
    padding: 0;
  }
}

.box-navh6 .ApQuicklogin a {
  color: #888;
  line-height: 30px;
  height: 30px;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .box-navh6 .ApQuicklogin a {
    padding: 0 15px 0 0;
  }

  .rtl .box-navh6 .ApQuicklogin a {
    padding: 0 0 0 15px;
  }
}

.box-navh6 .ApQuicklogin a:hover {
  color: #000;
}

.box-navh6 .ApQuicklogin a i {
  display: none;
}

.box-navh6 .ApQuicklogin a span {
  display: block !important;
}

.language-selector-wrapper img {
  margin: 0 10px 0 0;
}

.rtl .language-selector-wrapper img {
  margin: 0 0 0 10px;
}

.box-headerh6 {
  padding-top: 10px;
}

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

@media (min-width: 1200px) {
  .box-headerh6 .col-info>div {
    margin: 0 0 0 15px;
  }

  .rtl .box-headerh6 .col-info>div {
    margin: 0 15px 0 0;
  }

  .box-headerh6 .col-info>div:last-child {
    margin: 0;
  }
}

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

.box-headerh6 .header-logo {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .box-headerh6 .header-logo {
    text-align: center;
  }
}

.box-headerh6 .header-logo img {
  max-height: 70px;
}

.box-headerh6 .col-info>div {
  float: right !important;
}

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

.rtl .box-headerh6 .col-info>div {
  float: left !important;
}

.box-lanter.box-h5.box3 .col-right>.ApImage:nth-child(2),
.box-lanter.box-h5.box3 .col-right>.ApImage:nth-child(3) {
  width: 50%;
  float: left;
}

.rtl .box-lanter.box-h5.box3 .col-right>.ApImage:nth-child(2),
.rtl .box-lanter.box-h5.box3 .col-right>.ApImage:nth-child(3) {
  float: right;
}

.box-lanter.box-h5.box3 .col-right>.ApImage:nth-child(2) {
  padding: 0 1px 0 0;
}

.rtl .box-lanter.box-h5.box3 .col-right>.ApImage:nth-child(2) {
  padding: 0 0 0 1px;
}

.box-lanter.box-h5.box3 .col-right>.ApImage:nth-child(3) {
  padding: 0 0 0 1px;
}

.rtl .box-lanter.box-h5.box3 .col-right>.ApImage:nth-child(3) {
  padding: 0 1px 0 0;
}

.box-footertoph6 {
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  font-family: 'Poppins';
}

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

.box-footertoph6>.ApColumn {
  margin-bottom: 2px;
  padding: 80px 8%;
}

@media (max-width: 767px) {
  .box-footertoph6>.ApColumn {
    padding: 50px 8%;
  }
}

.box-footertoph6>.ApColumn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  bottom: 0;
  z-index: -1;
}

.box-footertoph6>.ApColumn:nth-child(1):before {
  background: #e5f7f7;
}

.box-footertoph6>.ApColumn:nth-child(2):before {
  background: #faebe8;
}

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

.box-footertoph6 .block_newsletter .col-notice {
  padding-top: 10px;
}

.box-footertoph6 .block_newsletter .col-notice p {
  font-size: 12px;
  line-height: 20px;
}

.box-footertoph6 .block_newsletter p {
  padding: 0;
  margin: 0;
}

.box-footertoph6 .block_newsletter .col-conditions {
  margin-bottom: 20px;
}

.box-coppyrighth6 {
  padding: 30px;
  line-height: 40px;
}

@media (max-width: 991px) {
  .box-coppyrighth6 {
    text-align: center;
    padding: 20px;
  }
}

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

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

@media (min-width: 992px) {
  .box-coppyrighth6 .ApBlockLink {
    float: right;
  }

  .rtl .box-coppyrighth6 .ApBlockLink {
    float: left;
  }
}

.box-coppyrighth6 .ApBlockLink li {
  display: inline-block;
  vertical-align: top;
  padding: 0 23px;
  position: relative;
}

.box-coppyrighth6 .ApBlockLink li a:before {
  display: none;
}

.box-coppyrighth6 .ApBlockLink li:before {
  content: "/";
  position: absolute;
  top: 0;
  right: -3px;
}

.rtl .box-coppyrighth6 .ApBlockLink li:before {
  left: -3px;
  right: auto;
}

.box-coppyrighth6 .ApBlockLink li:last-child {
  padding: 0 0 0 23px;
}

.rtl .box-coppyrighth6 .ApBlockLink li:last-child {
  padding: 0 23px 0 0;
}

.box-coppyrighth6 .ApBlockLink li:last-child:before {
  display: none;
}

.box-navh6.box-h7 {
  margin: 0;
  position: relative;
}

.box-navh6.box-h7 .ApColumn {
  padding: 0;
  position: static;
}

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

.box-navh6.box-h7 .ApColumn .ApHtml {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 30px;
  top: 10px;
  color: #099ad9;
}

@media (max-width: 991px) {
  .box-navh6.box-h7 .ApColumn .ApHtml {
    top: 0;
  }
}

@media (max-width: 767px) {
  .box-navh6.box-h7 .ApColumn .ApHtml {
    position: static;
    transform: none;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .box-headerh6.box-h7 .popup-over a.popup-title {
    height: 90px;
    line-height: 90px;
  }

  .box-headerh6.box-h7 #cart-block .header {
    height: 90px;
    line-height: 90px;
  }

  .box-headerh6.box-h7 .leo-top-menu {
    text-align: center;
  }

  .box-headerh6.box-h7 .leo-top-menu .megamenu {
    display: inline-block;
    vertical-align: top;
  }

  .box-headerh6.box-h7 .leo-dropdown-cart.dropdown {
    margin-top: 0;
  }
}

.box-lanter.box-h7 {
  margin: 0px -1px;
  position: relative;
  background: #fff;
}

@media (min-width: 992px) {
  .box-lanter.box-h7 {
    top: -80px;
  }
}

.box-lanter.box-h7 .ApColumn {
  padding: 0 1px;
}

.box-lanter.box-h7 .image_description {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 40px 40px 30px;
  background: #fff;
}

.rtl .box-lanter.box-h7 .image_description {
  right: 0px;
  left: auto;
}

@media (max-width: 991px) {
  .box-lanter.box-h7 .image_description {
    padding: 20px 20px 10px;
    background: rgba(255, 255, 255, 0.75);
  }
}

.box-oneyear {
  min-height: 540px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .box-oneyear {
    margin-bottom: 40px;
  }
}

.box-oneyear .ApRawHtml {
  max-width: 550px;
  margin: auto;
  text-align: center;
  font-size: 15px;
  line-height: 2;
  font-family: 'Poppins';
  font-weight: 300;
}

.box-oneyear .ApRawHtml h4 {
  font-size: 42px;
  font-family: 'Oswald';
  text-transform: uppercase;
  margin: 0 0 25px;
  letter-spacing: 5px;
}

@media (max-width: 991px) {
  .box-oneyear .ApRawHtml h4 {
    margin: 0 0 15px;
    font-size: 35px;
  }
}

.box-oneyear .ApRawHtml .c-link {
  font-family: 'Oswald';
  font-size: 13px;
  letter-spacing: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 60px;
  background: #333;
  color: #fff;
  transition: all .4s;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .box-oneyear .ApRawHtml .c-link {
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
  }
}

.box-oneyear .ApRawHtml .c-link:hover {
  background: #099ad9;
  color: #fff;
}

#password .page-footer {
  text-align: center;
}

#password #content {
  max-width: 720px;
  margin: 30px auto;
}

#password #content .send-renew-password-link {
  text-align: center;
}

#password #content input.form-control {
  text-align: center;
}

#password #content .form-control-submit {
  margin: 15px 15px 0;
  float: left;
  display: block;
  width: calc(100% - 30px);
}

@media (max-width: 1199px) {
  #password #content .form-control-submit {
    margin: 15px 10px 0;
    width: calc(100% - 20px);
  }
}

#password .center-email-fields .col-md-3,
#password .center-email-fields .col-md-5 {
  width: 100%;
  text-align: left;
}

.rtl #password .center-email-fields .col-md-3,
.rtl #password .center-email-fields .col-md-5 {
  text-align: right;
}

.box-footertoph8 {
  padding: 90px 0 60px;
  border-top: 1px solid #e5e5e5;
}

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

.box-coppyh8 {
  text-align: center;
  padding: 35px 0;
  line-height: 20px;
  border-top: 1px solid #e5e5e5;
}

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

.box-coppyh8 p {
  margin: 0;
}

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

.box-tabledesign {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .box-tabledesign {
    margin-left: 0;
    margin-right: 0;
  }
}

.box-tabledesign .ApRawHtml {
  font-size: 15px;
  line-height: 2;
  font-family: 'Poppins';
  margin: 0;
  padding: 0 16%;
}

@media (max-width: 991px) {
  .box-tabledesign .ApRawHtml {
    padding: 0 10%;
  }
}

.box-tabledesign .ApRawHtml h4 {
  font-size: 28px;
  font-family: 'Oswald';
  text-transform: uppercase;
  margin: 0 0 20px;
  letter-spacing: 5px;
}

.box-tabledesign .ApRawHtml p {
  margin: 0;
}

.box-tabledesign .ApRawHtml a {
  color: #099ad9;
  transition: all .4s;
  white-space: nowrap;
}

.box-footertoph7 {
  text-align: center;
}

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

.box-footertoph7 .ApColumn {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 60px 20px;
  background: #1d1d1d;
}

.box-footertoph7 .ApColumn .footer-logo {
  margin: auto;
}

.box-footertoph7 .ApColumn .ApRawHtml {
  max-width: 600px;
  width: 100%;
  font-weight: 300;
  margin: auto;
  color: #c0c0c0;
  font-size: 0.937em;
  line-height: 2;
}

.box-footertoph7 .ApColumn .ApRawHtml h4 {
  font-size: 28px;
  color: #fff;
  margin: 0 0 30px;
}

.box-footertoph7 .ApColumn .ApRawHtml h5 {
  font-size: 0.9em;
  color: #fff;
  font-family: 'Oswald';
  margin: 40px 0 5px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

.box-footertoph7 .ApColumn .ApRawHtml a {
  font-size: 1.69em;
  color: #099ad9;
  transition: all .4s;
}

.box-footertoph7 .ApColumn .ApRawHtml p {
  margin: 0;
}

.box-footertoph7 .ApColumn .ApRawHtml img {
  max-width: 100%;
}

.box-footertoph7 .ApColumn:nth-child(2) {
  background: #222;
}

.box-footertoph7 .col-right {
  justify-content: center;
  flex-direction: column;
}

.box-footertoph7 .col-right .block {
  max-width: 570px;
}

.box-footertoph7 .block_newsletter p:not(.alert) {
  font-size: 15px;
  line-height: 2;
  font-family: 'Poppins';
  color: #c0c0c0;
  padding: 0;
}

.box-footertoph7 .block_newsletter .title_block {
  font-size: 15px;
  padding: 0 0 50px;
  margin: 0 0 10px;
  color: #fff;
}

.box-footertoph7 .block_newsletter .col-notice {
  display: none;
}

@media (min-width: 992px) {
  .box-footertoph7 .block_newsletter .input-wrapper button span {
    display: block;
  }

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

.box-footertoph7 .block-social {
  color: #bfbfbf;
  margin-top: 15px;
}

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

.box-footertoph7 .block-social li:hover {
  color: #fff;
}

.box-coppyrighth6.box-h7 {
  padding: 25px;
}

@media (max-width: 991px) {
  .box-coppyrighth6.box-h7 {
    padding: 15px;
    font-size: 12px;
  }
}

.box-coppyrighth6.box-h7 .block {
  width: 100%;
  text-align: center;
  margin: 0;
}

.box-navh8 {
  color: #888;
  border-bottom: 1px solid #e5e5e5;
}

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

.box-navh8 .ApRawHtml {
  padding: 10px 0;
  line-height: 30px;
  float: left;
}

.rtl .box-navh8 .ApRawHtml {
  float: right;
}

.box-navh8 .ApRawHtml p {
  margin: 0;
}

.box-navh8 .ApQuicklogin {
  float: right;
}

.rtl .box-navh8 .ApQuicklogin {
  float: left;
}

.box-navh8 .ApQuicklogin a {
  padding: 10px 0;
  margin: 0 0 0 30px;
  text-align: center;
}

.rtl .box-navh8 .ApQuicklogin a {
  margin: 0 30px 0 0;
}

@media (max-width: 480px) {
  .box-navh8 .ApQuicklogin a {
    margin: 0 0 0 10px;
  }

  .rtl .box-navh8 .ApQuicklogin a {
    margin: 0 10px 0 0;
  }
}

.box-navh8 .ApQuicklogin a span {
  display: block !important;
}

@media (max-width: 480px) {
  .box-navh8 .ApQuicklogin a span {
    display: none !important;
  }

  .box-navh8 .ApQuicklogin a i {
    display: inline-block !important;
    font-size: 16px;
  }
}

.box-toph8 {
  margin: 0;
}

@media (max-width: 991px) {
  .box-toph8 {
    padding-top: 10px;
  }
}

.box-toph8>.ApColumn {
  padding: 0;
}

.box-toph8 .header-logo {
  height: 110px;
  line-height: 110px;
  text-align: center;
}

@media (max-width: 991px) {
  .box-toph8 .header-logo {
    height: 60px;
    line-height: 60px;
  }
}

.box-toph8 .header-logo img {
  max-height: 90px;
}

@media (min-width: 992px) {
  .box-toph8 .header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
  }
}

.box-toph8 .header-logo a {
  display: inline-block;
  vertical-align: middle;
}

.box-toph8 .language-selector-wrapper,
.box-toph8 .currency-selector {
  float: left !important;
}

.box-toph8 .language-selector-wrapper a.popup-title,
.box-toph8 .currency-selector a.popup-title {
  height: 110px;
  line-height: 110px;
  padding: 0 40px 0 0;
  width: auto;
  color: #888;
}

.rtl .box-toph8 .language-selector-wrapper a.popup-title,
.rtl .box-toph8 .currency-selector a.popup-title {
  padding: 0 0 0 40px;
}

@media (max-width: 991px) {

  .box-toph8 .language-selector-wrapper a.popup-title,
  .box-toph8 .currency-selector a.popup-title {
    height: 60px;
    line-height: 60px;
    padding: 0 25px 0 0;
  }

  .rtl .box-toph8 .language-selector-wrapper a.popup-title,
  .rtl .box-toph8 .currency-selector a.popup-title {
    padding: 0 0 0 25px;
  }
}

.box-toph8 .language-selector-wrapper a.popup-title>span:nth-child(2),
.box-toph8 .currency-selector a.popup-title>span:nth-child(2) {
  display: block;
}

.box-toph8 .language-selector-wrapper a.popup-title i,
.box-toph8 .currency-selector a.popup-title i {
  display: none;
}

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

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

.box-toph8 #cart-block,
.box-toph8 .userinfo-selector,
.box-toph8 #search_widget {
  float: right;
}

.rtl .box-toph8 #cart-block,
.rtl .box-toph8 .userinfo-selector,
.rtl .box-toph8 #search_widget {
  float: left;
}

.box-toph8 #cart-block a.popup-title,
.box-toph8 .userinfo-selector a.popup-title,
.box-toph8 #search_widget a.popup-title {
  width: 45px;
  height: 110px;
  line-height: 110px;
}

@media (max-width: 991px) {

  .box-toph8 #cart-block a.popup-title,
  .box-toph8 .userinfo-selector a.popup-title,
  .box-toph8 #search_widget a.popup-title {
    height: 60px;
    line-height: 60px;
  }
}

.box-toph8 #cart-block .header {
  height: 110px;
  line-height: 110px;
  width: 45px;
}

@media (max-width: 991px) {
  .box-toph8 #cart-block .header {
    height: 60px;
    line-height: 60px;
  }
}

.box-toph8 #cart-block .header .cart-products-count {
  top: 50px;
  left: 25px;
}

.rtl .box-toph8 #cart-block .header .cart-products-count {
  right: 25px;
  left: auto;
}

@media (max-width: 991px) {
  .box-toph8 #cart-block .header .cart-products-count {
    top: 10px;
  }
}

.box-toph8 .col-menu {
  text-align: center;
  border-top: 3px solid #e5e5e5;
}

.box-toph8 .col-menu .ApMegamenu .megamenu {
  text-align: left;
}

@media (min-width: 992px) {
  .box-toph8 .col-menu .ApMegamenu .megamenu {
    display: inline-block;
    vertical-align: top;
  }
}

.rtl .box-toph8 .col-menu .ApMegamenu .megamenu {
  text-align: right;
}

.box-toph8 .navbar-header .navbar-toggler {
  margin: 10px 0;
}

.rtl .box-toph8 .language-selector-wrapper,
.rtl .box-toph8 .currency-selector {
  float: right !important;
}

.box-dinner {
  padding: 80px 0 10px;
}

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

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

.box-dinner .ApRawHtml {
  font-size: 15px;
  color: #888;
  line-height: 2;
  padding: 70px 10% 0;
}

@media (max-width: 991px) {
  .box-dinner .ApRawHtml {
    padding-top: 10px;
  }
}

.box-dinner .ApRawHtml h4 {
  font-family: 'Oswald';
  font-size: 28px;
  margin: 0 0 10px;
}

.box-dinner .ApRawHtml a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Poppins';
  color: #000;
  display: inline-block;
  margin: 30px 0 0;
  transition: all .4s;
}

@media (max-width: 991px) {
  .box-dinner .ApRawHtml a {
    margin: 0;
  }
}

.box-dinner .ApRawHtml a:hover {
  color: #099ad9;
}

.box-newletterh8 {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

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

  .box-newletterh8 .ApColumn {
    padding: 80px 0;
  }

  .box-newletterh8 .ApColumn:first-child {
    border-right: 1px solid #e5e5e5;
  }

  .rtl .box-newletterh8 .ApColumn:first-child {
    border-left: 1px solid #e5e5e5;
    border-right: inherit;
  }
}

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

@media (max-width: 991px) {
  .box-newletterh8 .ApColumn {
    padding: 30px 7%;
  }

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

.box-newletterh8 .block_newsletter {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 767px) {
  .box-newletterh8 .block_newsletter {
    display: block;
    text-align: center;
  }
}

.box-newletterh8 .block_newsletter .col-conditions>p:first-child,
.box-newletterh8 .block_newsletter .col-notice {
  display: none;
}

.box-newletterh8 .block_newsletter .title_block {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .box-newletterh8 .block_newsletter .title_block {
    margin: 0 0 10px;
  }
}

.box-newletterh8 .block_newsletter .block_content {
  width: 300px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .box-newletterh8 .block_newsletter .block_content {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .box-newletterh8 .block_newsletter .block_content {
    width: 100%;
  }
}

.box-newletterh8 .block_newsletter .input-wrapper {
  width: 100%;
}

.box-newletterh8 .block_newsletter .input-wrapper input {
  height: 40px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid #e5e5e5;
  transition: none;
}

.box-newletterh8 .block_newsletter .input-wrapper input:hover,
.box-newletterh8 .block_newsletter .input-wrapper input:focus {
  border-color: #000;
}

.box-newletterh8 .block_newsletter .input-wrapper input:hover+button,
.box-newletterh8 .block_newsletter .input-wrapper input:focus+button {
  border-color: #000;
}

.box-newletterh8 .block_newsletter .input-wrapper button {
  padding: 0;
  background: none;
  color: #000;
  border: 0;
  border-bottom: 2px solid #e5e5e5;
  height: 40px;
  transition: none;
  line-height: 40px;
}

.box-newletterh8 .block_newsletter .input-wrapper button:hover {
  color: #099ad9;
}

.box-newletterh8 .block-social {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.box-newletterh8 .block-social .social-title {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 400px) {
  .box-newletterh8 .block-social .social-title {
    display: none;
  }
}

.box-newletterh8 .block-social li {
  line-height: 40px;
  width: 50px;
  height: 40px;
  transition: all .4s;
  backface-visibility: hidden;
  color: #000;
}

@media (max-width: 1199px) {
  .box-newletterh8 .block-social li {
    width: 40px;
  }
}

.box-newletterh8 .block-social li:hover {
  transform: scale(2);
}

.box-table .nav-tabs li a,
.box-table .ApRawHtml a {
  font-family: 'Open Sans', sans-serif;
}

.box-table .nav-tabs li a {
  font-size: 1.2em;
  letter-spacing: 0.05em;
}

.box-footernew .block_newsletter .title_block {
  font-size: 18px;
}

.block_newsletter .input-wrapper button {
  font-size: 12px;
  font-family: 'Oswald';
  letter-spacing: 2px;
  font-weight: 400;
}

.sidebar .block .title_block {
  font-size: 14px;
  font-family: 'Oswald';
}

#search_filters .facet .facet-title {
  font-size: 14px;
  font-family: 'Oswald';
}

@media (min-width: 992px) {
  header #search_widget .popup-content {
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;
    top: 100%;
    width: 320px;
    height: 53px !important;
    border-color: #e5e5e5;
  }

  .rtl header #search_widget .popup-content {
    left: 0;
    right: auto;
  }

  header #search_widget .popup-content .search-inner {
    width: 100%;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
  }

  .rtl header #search_widget .popup-content .search-inner {
    right: 0;
    left: auto;
  }

  header #search_widget.open a.popup-title .icon-magnifier:before {
    content: "\e082";
  }
}

.leo-quicklogin-modal .modal-content {
  border: 0;
  border-radius: 0;
  outline: 0;
}

.leo-quicklogin-modal .modal-header {
  padding: 0;
  border-bottom: 0;
}

.leo-quicklogin-modal .modal-header .close {
  background: #292929;
  opacity: 1;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  margin: 0;
}

.leo-quicklogin-modal .modal-header .close:hover {
  color: #099ad9;
}

.leo-quicklogin-modal .title-only {
  text-align: center;
}

.leo-quicklogin-modal .form-group.lql-callregister {
  text-align: center;
}

.page-footer a {
  display: inline-block;
  padding: 16px 20px;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  transition: all .4s;
  font-size: 11px;
  letter-spacing: 1px;
}

.page-footer a:hover {
  background: #099ad9;
}

#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: #099ad9;
}

#pagenotfound .page-not-found {
  text-align: center;
  box-shadow: none;
  padding: 30px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 40px;
  font-family: 'Poppins';
}

#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;
  font-family: 'Poppins';
  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: #099ad9;
  color: #fff;
}

/*update CART*/
#checkout #wrapper {
  padding: 60px 0;
}

#checkout #content>.row>div {
  position: relative;
}

#checkout #content>.row>div.col-lg-8,
#checkout #content>.row>div.col-md-8 {
  padding-top: 100px;
}

body#checkout section.checkout-step {
  box-shadow: none;
  border: 0;
  padding: 0;
  outline: none;
  background: none;
}

body#checkout section.checkout-step#checkout-personal-information-step .content {
  padding: 0;
}

body#checkout section.checkout-step#checkout-personal-information-step .content>p {
  padding: 0 30px;
}

body#checkout section.checkout-step#checkout-personal-information-step .content>p:first-child {
  padding-top: 30px;
}

body#checkout section.checkout-step#checkout-personal-information-step .content>p:last-child {
  padding-bottom: 20px;
}

body#checkout section.checkout-step .content {
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  position: static;
}

body#checkout section.checkout-step .step-title {
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  font-size: 10px;
  line-height: 30px;
  width: 25%;
  text-align: center;
  padding: 30px 5px;
  color: #999;
  font-family: "Poppins", sans-serif;
  opacity: 1;
  letter-spacing: 0;
}

@media (max-width: 1199px) {
  body#checkout section.checkout-step .step-title {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  body#checkout section.checkout-step .step-title {
    font-size: 10px;
    line-height: 20px;
  }
}

body#checkout section.checkout-step .step-title:before {
  content: "";
  position: absolute;
  top: 15px;
  width: 100%;
  height: 2px;
  background: #ccc;
  left: 50%;
}

.rtl body#checkout section.checkout-step .step-title:before {
  right: 50%;
  left: auto;
}

body#checkout section.checkout-step .step-title .step-number {
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  background: #ccc;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -14px;
  font-family: 'Poppins';
}

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: flex;
  align-items: center;
}

#block-reassurance li .block-reassurance-item img {
  opacity: 0.7;
  width: 25px;
  position: static;
  margin: 0 10px 0 0;
  height: auto;
}

.rtl #block-reassurance li .block-reassurance-item img {
  margin: 0 0 0 10px;
}

#block-reassurance li .block-reassurance-item span {
  font-size: 12px;
  line-height: 20px;
  color: #888;
}

#checkout #checkout-personal-information-step .nav {
  margin: 0 !important;
}

#checkout #checkout-personal-information-step .nav:after {
  content: "";
  display: block;
  clear: both;
}

#checkout #checkout-personal-information-step .nav .nav-item {
  width: 50%;
  float: left;
  margin: 0;
  border-right: 1px solid #e1e1e1;
}

.rtl #checkout #checkout-personal-information-step .nav .nav-item {
  float: right;
}

.rtl #checkout #checkout-personal-information-step .nav .nav-item {
  border-left: 1px solid #e1e1e1;
  border-right: inherit;
}

#checkout #checkout-personal-information-step .nav .nav-item:nth-child(2) {
  display: none;
}

#checkout #checkout-personal-information-step .nav .nav-item:last-child {
  border: 0 !important;
}

#checkout #checkout-personal-information-step .nav .nav-item .nav-link {
  display: block;
  line-height: 20px;
  padding: 10px;
  text-transform: uppercase;
  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: 20px;
}

#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: #999;
  background-color: #fff;
  border-color: #e1e1e1;
  border-radius: 0;
  width: 100%;
  line-height: 25px;
  font-size: 14px;
}

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;
  border-color: #282828;
}

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

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 section.checkout-step #customer-form>section .form-group:last-child,
body#checkout section.checkout-step #customer-form>section>.form-group:nth-last-child(2) {
  margin: 0;
}

body#checkout section.checkout-step #customer-form>section .form-group:last-child .col-md-3,
body#checkout section.checkout-step #customer-form>section .form-group:last-child .col-md-6,
body#checkout section.checkout-step #customer-form>section>.form-group:nth-last-child(2) .col-md-3,
body#checkout section.checkout-step #customer-form>section>.form-group:nth-last-child(2) .col-md-6 {
  width: 100%;
  padding: 0;
  margin: 0;
}

body#checkout section.checkout-step #customer-form>section .form-group:last-child .custom-checkbox,
body#checkout section.checkout-step #customer-form>section>.form-group:nth-last-child(2) .custom-checkbox {
  /* display: block; */
}

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: #099ad9;
}

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

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

.btn-outline,
.btn,
.btn-primary {
  border-radius: 0;
  background: #292929;
  padding: 10px 20px;
  line-height: 20px;
  border: 0;
  transition: all .4s;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  font-weight: 500;
}

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

.btn-secondary:active:hover,
.btn-tertiary:active:hover,
.btn-secondary:active:focus,
.btn-tertiary:active:focus,
.btn-secondary:active.focus,
.btn-tertiary:active.focus,
.btn-secondary.active:hover,
.active.btn-tertiary:hover,
.btn-secondary.active:focus,
.active.btn-tertiary:focus,
.btn-secondary.active.focus,
.active.focus.btn-tertiary {
  background: #099ad9;
  color: #fff;
}

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

textarea#delivery_message {
  width: 100%;
  height: 100px;
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 10px;
}

textarea#delivery_message:focus {
  border-color: #282828;
  outline: none;
}

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

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

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

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

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

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

body#checkout #order-summary-content h4.black {
  color: #444;
  font-size: 14px;
  text-transform: uppercase;
  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 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.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: 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: #099ad9;
}

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

.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: #000 !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;
}

.leo-notification {
  min-width: 100vw;
}

/*end update CART*/
@media (min-width: 1200px) {
  #left-column {
    padding: 0 35px 0 15px;
  }

  .rtl #left-column {
    padding: 0 15px 0 35px;
  }
}

html {
  overflow-x: hidden;
}

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

.header-container .leo-dropdown-cart-content {
  background: #282828;
  color: #999;
  border: 0;
  line-height: 1.5;
}

.header-container .leo-cart-item-info .product-name a {
  color: #fff;
}

.header-container .leo-cart-dropdown-action a.btn {
  margin: 20px 0 0;
}

.header-container .leo-cart-dropdown-action {
  padding: 0 20px 20px;
}

.header-container .leo-dropdown-bottom .leo-dropdown-cart-total {
  padding: 20px;
}

.header-container .leo-dropdown-cart-subtotals .value {
  color: #999;
}

.header-container .leo-dropdown-cart-total .value {
  color: #fff;
}

.header-container .leo-cart-item-info .product-price {
  font-size: 16px;
  color: #099ad9;
  background: none;
  padding: 0;
}

.header-container .leo-cart-item-info .product-quantity .input-group {
  background: none;
  color: #999;
}

.header-container .leo-dropdown-cart-subtotals {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}

.header-container .leo-dropdown-cart-item,
.header-container .leo-dropdown-cart-subtotals {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-container .leo-dropdown-cart-item {
  padding: 20px;
  height: auto !important;
}

.header-container .leo-cart-dropdown-action a.btn {
  background: #333;
}

.header-container .leo-cart-dropdown-action a.btn:hover {
  background: #444;
}

.header-container .leo-cart-dropdown-action a.btn.cart-dropdow-checkout {
  background: #4CAF50;
}

.header-container .leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover {
  background: #45a047;
}

.header-container .leo-dropdown-cart-item.high-light {
  background: #000;
}

.header-container .leo-remove-from-cart:hover {
  color: #fff;
}

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

  .col-logo.ApColumn {
    position: static;
  }

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

.search-widget a {
  min-width: 40px;
}

.search-widget a .material-icons {
  display: none;
  font-size: 24px;
  margin: auto;
  vertical-align: -4px;
}

.search-widget.open a svg {
  display: none;
}

.search-widget.open a .material-icons {
  display: inline-block;
}

.box-homeh3.box-h9 .owl-theme .owl-buttons {
  position: absolute;
  left: auto;
  right: 20px;
  margin: 0;
}

.rtl .box-homeh3.box-h9 .owl-theme .owl-buttons {
  left: 20px;
  right: auto;
}

@media (max-width: 767px) {
  .box-homeh3.box-h9 .owl-theme .owl-buttons {
    left: 15px;
    right: 15px;
    width: auto;
    top: 45%;
  }
}

@media (min-width: 992px) {
  .box-homeh3.box-h9 .descript {
    top: 0;
    bottom: 0;
    padding: 15% 50px 0;
    transition: all .4s;
    transform: translateY(0%);
  }

  .box-homeh3.box-h9 .descript a {
    position: static;
    display: inline-block;
    transform: none;
    margin: 30px 0 0;
  }
}

@media (min-width: 992px) {
  .box-header3 .ApColumn>div {
    margin: 0 0 0 15px;
  }

  .rtl .box-header3 .ApColumn>div {
    margin: 0 15px 0 0;
  }
}

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

  .box-saleh9 .ApImage {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
  }

  .box-saleh9 .ApImage img {
    max-width: none !important;
    height: 100% !important;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
  }
}

.box-saleh9 .owl-theme .owl-buttons {
  top: -45px;
}

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

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

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

.box-saleh9 .ApImage .image_description {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 16px;
}

.box-saleh9 .ApImage .image_description h4 {
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 10px;
}

.box-saleh9 .ApImage .image_description .btn {
  font-family: "Oswald";
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  margin: 40px 0 0;
}

.box-saleh9 .ApRawHtml {
  text-align: center;
  font-size: 15px;
  color: #888;
  padding: 50px 0 35px;
}

.box-saleh9 .ApRawHtml h4 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
  margin: 0 0 10px;
}

.box-saleh9 .ApRawHtml a {
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}

.box-saleh9 .owl-row {
  margin: 0;
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
}

.box-saleh9 .owl-carousel .owl-item {
  padding: 0;
}

.box-toprate .owl-carousel .owl-item {
  padding: 0;
}

.box-toprate .ApRawHtml {
  text-align: center;
  font-size: 15px;
  color: #888;
  padding: 70px 0 35px;
  margin: 0;
}

.box-toprate .ApRawHtml h4 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
  margin: 0 0 10px;
}

.box-toprate .ApRawHtml a {
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}

.box-toprate .plist-image .thumbnail-container {
  box-shadow: 0 0 0 1px #fff;
}

.box-toprate .owl-theme .owl-buttons {
  top: -45px;
}

.page-home .plist-image .thumbnail-container {
  margin: 0;
}

.box-manufacture.ApRow {
  margin: 0;
  border-top: 1px solid #e5e5e5;
}

.box-manufacture.ApRow .ApColumn {
  padding: 0;
}

.leo-fly-cart-slidebar .leo-dropdown-cart-subtotals,
.leo-fly-cart-slidebar .cart-dropdow-viewcart {
  display: none !important;
}

.leo-fly-cart-slidebar .leo-dropdown-bottom {
  display: flex;
  height: 123px;
}

.leo-fly-cart-slidebar .leo-dropdown-total,
.leo-fly-cart-slidebar .leo-cart-dropdown-action {
  display: flex;
  align-items: center;
  text-align: center;
}

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

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

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

.leo-fly-cart-slidebar .leo-dropdown-total .value,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .value {
  font-size: 20px;
  font-weight: 700;
}

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

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

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

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

.box-electronic .ApImage img {
  transition: all 2s;
}

.box-electronic .ApImage:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.box-electronic .ApImage .image_description {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  padding: 0 10px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Oswald";
  letter-spacing: 2px;
  color: #099ad9;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .box-electronic .ApImage .image_description {
    top: 30px;
  }
}

.box-electronic .ApImage .image_description strong,
.box-electronic .ApImage .image_description b {
  font-size: 24px;
  text-transform: capitalize;
  color: #000;
  letter-spacing: 0px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {

  .box-electronic .ApImage .image_description strong,
  .box-electronic .ApImage .image_description b {
    font-size: 20px;
  }
}

.box-electronic .ApImage .image_description p {
  margin: 0;
}

.box-electronic .ApImage.left .image_description {
  text-align: left;
  left: 50px;
}

.rtl .box-electronic .ApImage.left .image_description {
  text-align: right;
}

.rtl .box-electronic .ApImage.left .image_description {
  right: 50px;
  left: auto;
}

@media (max-width: 991px) {
  .box-electronic .ApImage.left .image_description {
    left: 25px;
  }

  .rtl .box-electronic .ApImage.left .image_description {
    right: 25px;
    left: auto;
  }
}

.box-electronic .ApImage.right .image_description {
  text-align: right;
  right: 50px;
}

.rtl .box-electronic .ApImage.right .image_description {
  text-align: left;
}

.rtl .box-electronic .ApImage.right .image_description {
  left: 50px;
  right: auto;
}

@media (max-width: 991px) {
  .box-electronic .ApImage.right .image_description {
    right: 25px;
  }

  .rtl .box-electronic .ApImage.right .image_description {
    left: 25px;
    right: auto;
  }
}

.box-electronic .ApImage.bottom .image_description {
  top: auto;
  bottom: 45px;
}

@media (max-width: 991px) {
  .box-electronic .ApImage.bottom .image_description {
    bottom: 30px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .box-electronic .col-left {
    padding: 0;
  }

  .box-electronic .col-left .ApImage {
    width: 50%;
    float: left;
    padding: 0 9px;
  }

  .rtl .box-electronic .col-left .ApImage {
    float: right;
  }
}

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

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

.box-offdecor .ApImage img {
  transition: all 2s;
}

.box-offdecor .ApImage:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.box-offdecor .ApImage .image_description {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  padding: 0 10px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Oswald";
  letter-spacing: 2px;
  color: #099ad9;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .box-offdecor .ApImage .image_description {
    top: 30px;
  }
}

.box-offdecor .ApImage .image_description strong,
.box-offdecor .ApImage .image_description b {
  font-size: 38px;
  text-transform: capitalize;
  color: #000;
  letter-spacing: 0px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {

  .box-offdecor .ApImage .image_description strong,
  .box-offdecor .ApImage .image_description b {
    font-size: 28px;
  }
}

.box-offdecor .ApImage .image_description p {
  margin: 0;
}

.box-offdecor .ApImage .image_description a {
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  padding: 0 45px;
  line-height: 50px;
  background: #282828;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  transition: all .4s;
}

.box-offdecor .ApImage .image_description a:hover {
  background: #099ad9;
}

.box-produch10 .ApColumn .title_block,
.box-h10 .ApColumn .title_block {
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 991px) {

  .box-produch10 .ApColumn .title_block,
  .box-h10 .ApColumn .title_block {
    margin-bottom: 30px;
  }
}

.box-produch10 .ApColumn .title_block:before,
.box-h10 .ApColumn .title_block:before {
  content: "x";
  margin: 0 35px 0 0;
  color: #888;
  font-size: 10px;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  text-transform: none;
}

.rtl .box-produch10 .ApColumn .title_block:before,
.rtl .box-h10 .ApColumn .title_block:before {
  margin: 0 0 0 35px;
}

.box-produch10 .ApColumn .title_block:after,
.box-h10 .ApColumn .title_block:after {
  content: "x";
  margin: 0 0 0 35px;
  color: #888;
  font-size: 10px;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  text-transform: none;
}

.rtl .box-produch10 .ApColumn .title_block:after,
.rtl .box-h10 .ApColumn .title_block:after {
  margin: 0 35px 0 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin-top: 80px;
  }
}

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

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

.box-saleh11 .ApImage .image_description {
  position: absolute;
  top: 50px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 16px;
}

.box-saleh11 .ApImage .image_description h4 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0 0 20px;
}

.box-saleh11 .ApImage .image_description .btn {
  margin: 40px 0 0;
  display: inline-block;
  padding: 0 50px;
  background: #000;
  color: #fff;
  font-family: "Oswald";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  line-height: 50px;
  height: 50px;
  border: 0;
}

.box-saleh11 .ApImage .image_description .btn:hover {
  background: #099ad9;
  color: #fff;
}

.box-proh10 .ApRawHtml {
  float: right;
  margin: 0;
  font-size: 10px;
}

.rtl .box-proh10 .ApRawHtml {
  float: left;
}

.box-proh10 .ApRawHtml i {
  margin: 0 0 0 10px;
}

.rtl .box-proh10 .ApRawHtml i {
  margin: 0 10px 0 0;
}

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

.box-blogh11 .ApRawHtml {
  float: right;
  margin: 0;
  font-size: 10px;
}

.rtl .box-blogh11 .ApRawHtml {
  float: left;
}

.box-blogh11 .ApRawHtml i {
  margin: 0 0 0 10px;
}

.rtl .box-blogh11 .ApRawHtml i {
  margin: 0 10px 0 0;
}

.box-thecollect {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .box-thecollect {
    margin-bottom: 40px;
  }
}

.box-thecollect .ApRawHtml {
  float: right;
  margin: 0;
  font-size: 12px;
}

.rtl .box-thecollect .ApRawHtml {
  float: left;
}

.box-thecollect .ApRawHtml i {
  margin: 0 0 0 10px;
}

.rtl .box-thecollect .ApRawHtml i {
  margin: 0 10px 0 0;
}

.box-thecollect .widget-category_image {
  padding: 0;
}

.box-thecollect .widget-category_image .block_content>ul {
  width: 25%;
  height: 500px;
}

@media (max-width: 1199px) {
  .box-thecollect .widget-category_image .block_content>ul {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .box-thecollect .widget-category_image .block_content>ul {
    height: 300px;
    width: 50%;
  }
}

.box-thecollect .widget-category_image .block_content>ul a {
  padding-bottom: 120px;
  transition: all .4s;
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .box-thecollect .widget-category_image .block_content>ul a {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .box-thecollect .widget-category_image .block_content>ul a {
    font-size: 18px;
    padding-bottom: 60px;
  }
}

.box-thecollect .widget-category_image .block_content>ul a:after {
  content: "\f178";
  font-family: "FontAwesome";
  color: #666;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  position: absolute;
  bottom: 50px;
  left: 40px;
  transition: all .4s;
  font-size: 12px;
}

.rtl .box-thecollect .widget-category_image .block_content>ul a:after {
  right: 40px;
  left: auto;
}

.box-thecollect .widget-category_image .block_content>ul a:hover {
  background: rgba(255, 93, 108, 0.5);
  color: #000;
}

.box-thecollect .widget-category_image .block_content>ul a:hover img {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.box-thecollect .widget-category_image .block_content>ul a:hover:after {
  background: #fff;
  border-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.box-thecollect .widget-category_image .block_content>ul a .cate_content {
  padding: 0 30px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #000;
  text-align: left;
}

.rtl .box-thecollect .widget-category_image .block_content>ul a .cate_content {
  text-align: right;
}

@media (max-width: 991px) {
  .box-thecollect .widget-category_image .block_content>ul a .cate_content {
    padding: 0 20px;
  }
}

.box-thecollect .widget-category_image .block_content>ul a .cate_content .cover-img {
  margin: 0 0 30px;
}

@media (min-width: 1200px) {
  .box-thecollect .widget-category_image .block_content>ul a .cate_content>span:last-child {
    padding: 0 10px;
  }
}

.box-oneyear.box-h11 .ApRawHtml {
  color: #fff;
}

.box-oneyear.box-h11 .ApRawHtml h4 {
  font-size: 50px;
  color: #febb6c;
  font-weight: 500;
}

.box-oneyear.box-h11 .ApRawHtml a {
  display: inline-block;
  margin: 60px auto 0;
  padding: 0 50px;
  background: #d68394;
  color: #fff;
  font-family: "Oswald";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  transition: all .4s;
  line-height: 50px;
  height: 50px;
}

.box-oneyear.box-h11 .ApRawHtml a:hover {
  background: #febb6c;
  color: #fff;
}

nav.header-nav {
  transition: all 400ms ease 0s;
}

@media (min-width: 992px) {
  body.keep-header #header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
  }
}

#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%;
}

.box-proh10 {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .box-proh10 {
    margin-bottom: 20px;
  }
}

.box-delivery.box-h9 {
  border: 0;
}

.box-delivery.box-h9>div {
  border-color: #fff;
}

.box-delivery.box-h9 .ApImage {
  text-align: center;
}

.box-delivery.box-h9 .ApImage img {
  margin: 0 auto 10px;
}

.box-delivery.box-h9 .ApImage .image_description {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 400;
  line-height: 2;
}

.box-delivery.box-h9 .ApImage .image_description p {
  margin: 0;
}

.box-proh10,
.box-saleh11,
.box-blogh11,
.box-blog,
.box-produch10,
.box-h10 {
  background: #FFFFFF;
  padding: 30px 0;
  clear: both;
}

.box-proh10 .owl-theme .owl-buttons,
.box-saleh11 .owl-theme .owl-buttons,
.box-blogh11 .owl-theme .owl-buttons,
.box-blog .owl-theme .owl-buttons,
.box-produch10 .owl-theme .owl-buttons,
.box-h10 .owl-theme .owl-buttons {
  position: static;
  width: auto;
  overflow: visible;
}

.box-proh10 .owl-theme .owl-buttons .owl-prev,
.box-saleh11 .owl-theme .owl-buttons .owl-prev,
.box-blogh11 .owl-theme .owl-buttons .owl-prev,
.box-blog .owl-theme .owl-buttons .owl-prev,
.box-produch10 .owl-theme .owl-buttons .owl-prev,
.box-h10 .owl-theme .owl-buttons .owl-prev {
  position: absolute;
  top: 45%;
  background: #333;
  width: 40px;
  height: 40px;
  left: -7px;
  line-height: 40px;
  transform: scale(0);
  transition: all .4s;
}

.box-proh10 .owl-theme .owl-buttons .owl-prev:before,
.box-saleh11 .owl-theme .owl-buttons .owl-prev:before,
.box-blogh11 .owl-theme .owl-buttons .owl-prev:before,
.box-blog .owl-theme .owl-buttons .owl-prev:before,
.box-produch10 .owl-theme .owl-buttons .owl-prev:before,
.box-h10 .owl-theme .owl-buttons .owl-prev:before {
  content: "\f177";
  font-size: 14px;
  color: #fff;
}

.box-proh10 .owl-theme .owl-buttons .owl-prev:hover,
.box-saleh11 .owl-theme .owl-buttons .owl-prev:hover,
.box-blogh11 .owl-theme .owl-buttons .owl-prev:hover,
.box-blog .owl-theme .owl-buttons .owl-prev:hover,
.box-produch10 .owl-theme .owl-buttons .owl-prev:hover,
.box-h10 .owl-theme .owl-buttons .owl-prev:hover {
  background: #099ad9;
}

.box-proh10 .owl-theme .owl-buttons .owl-next,
.box-saleh11 .owl-theme .owl-buttons .owl-next,
.box-blogh11 .owl-theme .owl-buttons .owl-next,
.box-blog .owl-theme .owl-buttons .owl-next,
.box-produch10 .owl-theme .owl-buttons .owl-next,
.box-h10 .owl-theme .owl-buttons .owl-next {
  position: absolute;
  top: 45%;
  background: #333;
  width: 40px;
  height: 40px;
  right: -7px;
  line-height: 40px;
  transform: scale(0);
  transition: all .4s;
}

.box-proh10 .owl-theme .owl-buttons .owl-next:before,
.box-saleh11 .owl-theme .owl-buttons .owl-next:before,
.box-blogh11 .owl-theme .owl-buttons .owl-next:before,
.box-blog .owl-theme .owl-buttons .owl-next:before,
.box-produch10 .owl-theme .owl-buttons .owl-next:before,
.box-h10 .owl-theme .owl-buttons .owl-next:before {
  content: "\f178";
  font-size: 14px;
  color: #fff;
}

.box-proh10 .owl-theme .owl-buttons .owl-next:hover,
.box-saleh11 .owl-theme .owl-buttons .owl-next:hover,
.box-blogh11 .owl-theme .owl-buttons .owl-next:hover,
.box-blog .owl-theme .owl-buttons .owl-next:hover,
.box-produch10 .owl-theme .owl-buttons .owl-next:hover,
.box-h10 .owl-theme .owl-buttons .owl-next:hover {
  background: #099ad9;
}

.box-proh10:hover .owl-theme .owl-buttons>div,
.box-saleh11:hover .owl-theme .owl-buttons>div,
.box-blogh11:hover .owl-theme .owl-buttons>div,
.box-blog:hover .owl-theme .owl-buttons>div,
.box-produch10:hover .owl-theme .owl-buttons>div,
.box-h10:hover .owl-theme .owl-buttons>div {
  transform: scale(1);
}

.box-follow {
  background: #FFFFFF;
  padding: 30px 15px;
  clear: both;
}

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

.box-follow .owl-theme .owl-buttons {
  position: static;
  width: auto;
  overflow: visible;
}

.box-follow .owl-theme .owl-buttons .owl-prev {
  position: absolute;
  top: 52%;
  background: #333;
  width: 40px;
  height: 40px;
  left: -20px;
  line-height: 40px;
  transform: scale(0);
  transition: all .4s;
}

.box-follow .owl-theme .owl-buttons .owl-prev:before {
  content: "\f177";
  font-size: 14px;
  color: #fff;
}

.box-follow .owl-theme .owl-buttons .owl-prev:hover {
  background: #099ad9;
}

.box-follow .owl-theme .owl-buttons .owl-next {
  position: absolute;
  top: 52%;
  background: #333;
  width: 40px;
  height: 40px;
  right: -20px;
  line-height: 40px;
  transform: scale(0);
  transition: all .4s;
}

.box-follow .owl-theme .owl-buttons .owl-next:before {
  content: "\f178";
  font-size: 14px;
  color: #fff;
}

.box-follow .owl-theme .owl-buttons .owl-next:hover {
  background: #099ad9;
}

.box-follow:hover .owl-theme .owl-buttons>div {
  transform: scale(1);
}

.box-manufacture {
  background: #FFFFFF;
  padding: 30px 15px;
  clear: both;
}

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

.box-manufacture .owl-theme .owl-buttons {
  position: static;
  width: auto;
  overflow: visible;
}

.box-manufacture .owl-theme .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background: #333;
  width: 40px;
  height: 40px;
  left: -20px;
  line-height: 40px;
  transform: scale(0);
  transition: all .4s;
}

.box-manufacture .owl-theme .owl-buttons .owl-prev:before {
  content: "\f177";
  font-size: 14px;
  color: #fff;
}

.box-manufacture .owl-theme .owl-buttons .owl-prev:hover {
  background: #099ad9;
}

.box-manufacture .owl-theme .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background: #333;
  width: 40px;
  height: 40px;
  right: -20px;
  line-height: 40px;
  transform: scale(0);
  transition: all .4s;
}

.box-manufacture .owl-theme .owl-buttons .owl-next:before {
  content: "\f178";
  font-size: 14px;
  color: #fff;
}

.box-manufacture .owl-theme .owl-buttons .owl-next:hover {
  background: #099ad9;
}

.box-manufacture:hover .owl-theme .owl-buttons>div {
  transform: scale(1);
}

.modal-footer .btn {
  margin: 1px;
}

.cus-slidewapper.cus-2 {
  padding: 50px 10px;
  background: none;
}

.cus-slidewapper.cus-2 .cus-lidelink a {
  float: none !important;
  width: auto;
  padding: 15px 50px;
  font-weight: 500;
  transition: all .4s;
}

.navbar-fixed-top .box-header3 {
  border-bottom: 0;
}

.ApQuicklogin a {
  line-height: 30px;
}

.ApQuicklogin a i {
  display: none;
}

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

.mini-navbar .box-toph8 .language-selector-wrapper a.popup-title,
.mini-navbar .box-toph8 .currency-selector a.popup-title {
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 0;
  width: auto;
  color: #888;
}

.mini-navbar .box-toph8 .header-logo {
  height: 50px;
  line-height: 50px;
}

.mini-navbar .box-toph8 .header-logo img {
  max-height: 50px;
}

.mini-navbar .box-toph8 #cart-block a.popup-title,
.mini-navbar .box-toph8 .userinfo-selector a.popup-title,
.mini-navbar .box-toph8 #search_widget a.popup-title {
  height: 50px;
  line-height: 50px;
}

.mini-navbar .box-toph8 #cart-block .header {
  height: 50px;
  line-height: 50px;
}

.mini-navbar .box-toph8 #cart-block .header .cart-products-count {
  top: 20px;
}

.mini-navbar .box-toph8 .col-menu {
  border-top: 1px solid #e5e5e5;
}

.mini-navbar .box-toph8 .leo-megamenu .navbar-nav>li>a {
  padding: 10px 20px;
}

.mini-navbar .box-headerh6.box-h7 {
  padding-top: 0;
}

.mini-navbar .box-headerh6.box-h7 .header-logo {
  padding: 0;
}

.mini-navbar .box-headerh6.box-h7 .popup-over a.popup-title {
  height: 60px;
  line-height: 60px;
}

.mini-navbar .box-headerh6.box-h7 #cart-block .header {
  height: 60px;
  line-height: 60px;
}

.mini-navbar .box-headerh6.box-h7 #cart-block .header .cart-products-count {
  top: 25px;
}

.mini-navbar .box-headerh6.box-h7 .leo-megamenu .navbar-nav>li>a {
  padding: 20px 20px;
}

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

.mini-navbar .box-headerh6 .header-logo {
  padding: 0;
}

.mini-navbar .box-headerh6 .popup-over a.popup-title {
  height: 60px;
  line-height: 60px;
}

.mini-navbar .box-headerh6 #cart-block .header {
  height: 60px;
  line-height: 60px;
}

.mini-navbar .box-headerh6 #cart-block .header .cart-products-count {
  top: 25px;
}

.mini-navbar .box-headerh6 .leo-megamenu .navbar-nav>li>a {
  padding: 20px 20px;
}

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

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

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

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

body ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd;
}

body ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

body ::-webkit-scrollbar {
  width: 6px;
}

body.modal-open {
  overflow: visible !important;
  padding: 0 !important;
}

#page {
  background: #fff;
  overflow: hidden;
}

.ui-autocomplete.ui-menu {
  padding: 10px 0;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  font-size: 12px;
}

.ui-autocomplete.ui-menu li {
  padding: 0;
  list-style: none;
}

.ui-autocomplete.ui-menu li a {
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
  color: #888;
}

.ui-autocomplete.ui-menu li a:hover {
  color: #000;
  background: #f5f5f5;
}

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

.zoomLens {
  cursor: crosshair !important;
}

.page-content[data-templateview="left"] .product-flags {
  text-align: right;
}

.rtl .page-content[data-templateview="left"] .product-flags {
  text-align: left;
}

.product-image-no-thumbs-center .product-quantity .add {
  padding: 0 !important;
}

.product-image-no-thumbs-center .leo-compare-wishlist-button {
  position: static;
  margin: 20px -10px 0;
}

.product-image-no-thumbs-center .leo-compare-wishlist-button:after {
  content: "";
  display: block;
  clear: both;
}

.product-image-no-thumbs-center .leo-compare-wishlist-button>div {
  margin: 0;
  padding: 0 10px;
  width: 50%;
}

.product-image-no-thumbs-center .leo-compare-wishlist-button .btn {
  width: 100%;
  border: 1px solid #292929;
}

.product-image-no-thumbs-center .leo-compare-wishlist-button .btn:hover,
.product-image-no-thumbs-center .leo-compare-wishlist-button .btn:active,
.product-image-no-thumbs-center .leo-compare-wishlist-button .btn:focus {
  background: #099ad9;
  color: #fff;
  border-color: #099ad9;
}

.product-image-no-thumbs-center .product-add-to-cart .product-quantity {
  padding: 0;
}

.product-image-no-thumbs-center .product-add-to-cart .product-quantity .qty {
  position: static;
  margin-bottom: 30px;
}

.leo-modal-review .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
}

.leo-modal-review .btn .cssload-speeding-wheel {
  border: 2px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
}

.leo-cart-dropdown-action a.btn.cart-dropdow-checkout,
.continue.btn,
button.btn.btn-primary.center-block,
.cart-detailed-actions a.btn-outline {
  background: #4CAF50;
  color: #fff;
}

.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:active,
.continue.btn:hover,
.continue.btn:focus,
.continue.btn:active,
button.btn.btn-primary.center-block:hover,
button.btn.btn-primary.center-block:focus,
button.btn.btn-primary.center-block:active,
.cart-detailed-actions a.btn-outline:hover,
.cart-detailed-actions a.btn-outline:focus,
.cart-detailed-actions a.btn-outline:active {
  background: #45a047;
  color: #fff;
}

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

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

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

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

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

.megamenu-overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .off-canvas-active .megamenu-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
}

/*end update css menu*/
select.form-control:not([size]):not([multiple]) {
  height: 40px;
}

@media (max-width: 567px) {
  .leo-fly-cart-slidebar .leo-dropdown-cart-total {
    width: 100%;
  }

  .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    min-width: 100%;
  }
}

body#cart .cart-items .col-md-5.col-xs-6.col-sp-12.qty>input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .leo-more-info {
    display: none;
  }
}

.product-variants>.product-variants-item select {
  width: auto;
}

/*end update product image more infor*/
.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;
}

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

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

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

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

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

.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;
  color: #666;
  line-height: 1.5;
  transition: all .4s;
}

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

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

.box-htop .top_phone {
  float: left;
  position: relative;
  text-align: right;
}

.top_phone a {
  font-size: 1.8em;
  line-height: 3.5em;
  color: #000;
}

.box-htop #leo_search_block_top {
  margin: 0;
  background: none;
  float: left;
  position: relative;
}

.rtl .box-htop #leo_search_block_top {
  float: right;
}

.box-htop #leo_search_block_top .title_block {
  display: block;
  width: 40px;
  height: 90px;
  margin: 0 !important;
  text-align: center;
  line-height: 80px;
  text-indent: -99px;
  overflow: hidden;
  font-size: 18px !important;
  font-weight: normal !important;
  transition: all 0.4s;
  cursor: pointer;
}

.box-htop #leo_search_block_top .title_block:before {
  content: "\e090";
  font-family: 'Simple-Line-Icons';
  text-indent: 0px;
  display: block;
}

@media (min-width: 992px) {
  .box-htop #leo_search_block_top .title_block:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    cursor: auto;
  }
}

@media (max-width: 991px) {
  .box-htop #leo_search_block_top .title_block:after {
    content: "\e082";
    font-family: 'Simple-Line-Icons';
    text-indent: 0px;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    transition: all .5s;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
}

.box-htop #leo_search_block_top .btn i {
  display: block;
}

@media (max-width: 991px) {
  .box-htop #leo_search_block_top .btn i {
    font-size: 30px;
  }
}

.box-htop #leo_search_block_top .btn i:before {
  content: "\e090";
  font-family: 'Simple-Line-Icons';
  text-indent: 0px;
  display: block;
  line-height: 45px;
}

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

@media (max-width: 991px) {
  .box-htop #leo_search_block_top #leosearchtopbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
  }

  .box-htop #leo_search_block_top #leosearchtopbox .block_content {
    position: absolute;
    display: flex;
    top: 30%;
    left: 15px;
    right: 15px;
    max-width: 600px;
    margin: auto;
  }

  .box-htop #leo_search_block_top #leosearchtopbox .form-control {
    box-shadow: none;
    font-size: 26px;
    padding: 0 55px 0 5px;
  }

  .rtl .box-htop #leo_search_block_top #leosearchtopbox .form-control {
    padding: 0 5px 0 55px;
  }
}

.box-htop #leo_search_block_top.active .title_block {
  color: #099ad9;
}

.box-htop #leo_search_block_top.active .title_block:before {
  content: "\e082";
}

@media (min-width: 992px) {
  .box-htop #leo_search_block_top.active .title_block:after {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .box-htop #leo_search_block_top.active .title_block:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}

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

.box-header3 #leo_search_block_top,
.box-toph8 #leo_search_block_top,
.box-headerh6 #leo_search_block_top {
  margin: 0;
  background: none;
  float: left;
  position: relative;
}

.rtl .box-header3 #leo_search_block_top,
.rtl .box-toph8 #leo_search_block_top,
.rtl .box-headerh6 #leo_search_block_top {
  float: right;
}

.box-header3 #leo_search_block_top .title_block,
.box-toph8 #leo_search_block_top .title_block,
.box-headerh6 #leo_search_block_top .title_block {
  display: block;
  width: 40px;
  height: 45px;
  margin: 0;
  text-align: center;
  line-height: 40px;
  text-indent: -99px;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  transition: all 0.4s;
  cursor: pointer;
}

.box-header3 #leo_search_block_top .title_block:before,
.box-toph8 #leo_search_block_top .title_block:before,
.box-headerh6 #leo_search_block_top .title_block:before {
  content: "\e090";
  font-family: 'Simple-Line-Icons';
  text-indent: 0px;
  display: block;
}

@media (min-width: 992px) {

  .box-header3 #leo_search_block_top .title_block:after,
  .box-toph8 #leo_search_block_top .title_block:after,
  .box-headerh6 #leo_search_block_top .title_block:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    cursor: auto;
  }
}

@media (max-width: 991px) {

  .box-header3 #leo_search_block_top .title_block:after,
  .box-toph8 #leo_search_block_top .title_block:after,
  .box-headerh6 #leo_search_block_top .title_block:after {
    content: "\e082";
    font-family: 'Simple-Line-Icons';
    text-indent: 0px;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    transition: all .5s;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
}

.box-header3 #leo_search_block_top .btn i,
.box-toph8 #leo_search_block_top .btn i,
.box-headerh6 #leo_search_block_top .btn i {
  display: block;
}

@media (max-width: 991px) {

  .box-header3 #leo_search_block_top .btn i,
  .box-toph8 #leo_search_block_top .btn i,
  .box-headerh6 #leo_search_block_top .btn i {
    font-size: 30px;
  }
}

.box-header3 #leo_search_block_top .btn i:before,
.box-toph8 #leo_search_block_top .btn i:before,
.box-headerh6 #leo_search_block_top .btn i:before {
  content: "\e090";
  font-family: 'Simple-Line-Icons';
  text-indent: 0px;
  display: block;
  line-height: 45px;
}

.box-header3 #leo_search_block_top #leosearchtopbox,
.box-toph8 #leo_search_block_top #leosearchtopbox,
.box-headerh6 #leo_search_block_top #leosearchtopbox {
  position: absolute;
  width: 300px;
  top: 100%;
  right: 0;
  z-index: 99;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {

  .box-header3 #leo_search_block_top #leosearchtopbox,
  .box-toph8 #leo_search_block_top #leosearchtopbox,
  .box-headerh6 #leo_search_block_top #leosearchtopbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
  }

  .box-header3 #leo_search_block_top #leosearchtopbox .block_content,
  .box-toph8 #leo_search_block_top #leosearchtopbox .block_content,
  .box-headerh6 #leo_search_block_top #leosearchtopbox .block_content {
    position: absolute;
    display: flex;
    top: 30%;
    left: 15px;
    right: 15px;
    max-width: 600px;
    margin: auto;
  }

  .box-header3 #leo_search_block_top #leosearchtopbox .form-control,
  .box-toph8 #leo_search_block_top #leosearchtopbox .form-control,
  .box-headerh6 #leo_search_block_top #leosearchtopbox .form-control {
    box-shadow: none;
    font-size: 26px;
    padding: 0 55px 0 5px;
  }

  .rtl .box-header3 #leo_search_block_top #leosearchtopbox .form-control,
  .rtl .box-toph8 #leo_search_block_top #leosearchtopbox .form-control,
  .rtl .box-headerh6 #leo_search_block_top #leosearchtopbox .form-control {
    padding: 0 5px 0 55px;
  }
}

.box-header3 #leo_search_block_top.active .title_block,
.box-toph8 #leo_search_block_top.active .title_block,
.box-headerh6 #leo_search_block_top.active .title_block {
  color: #099ad9;
}

.box-header3 #leo_search_block_top.active .title_block:before,
.box-toph8 #leo_search_block_top.active .title_block:before,
.box-headerh6 #leo_search_block_top.active .title_block:before {
  content: "\e082";
}

@media (min-width: 992px) {

  .box-header3 #leo_search_block_top.active .title_block:after,
  .box-toph8 #leo_search_block_top.active .title_block:after,
  .box-headerh6 #leo_search_block_top.active .title_block:after {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {

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

.box-header3 #leo_search_block_top.active #leosearchtopbox,
.box-toph8 #leo_search_block_top.active #leosearchtopbox,
.box-headerh6 #leo_search_block_top.active #leosearchtopbox {
  opacity: 1;
  visibility: visible;
}

.box-headerh6.box-h7 #leo_search_block_top .title_block {
  height: 90px;
  line-height: 80px;
}

.box-toph8 #leo_search_block_top {
  float: right;
}

.rtl .box-toph8 #leo_search_block_top {
  float: left;
}

.box-toph8 #leo_search_block_top .title_block {
  height: 110px;
  line-height: 100px;
}

.box-toph8 #leo_search_block_top .block_content {
  margin-top: 3px;
}

@media (max-width: 991px) {
  .box-toph8 #leo_search_block_top .title_block {
    height: 60px;
    line-height: 55px;
  }
}

.box-header3 #leo_search_block_top {
  float: right;
}

.rtl .box-header3 #leo_search_block_top {
  float: left;
}

#header.mini-navbar .box-htop #leo_search_block_top .title_block {
  height: 50px;
  line-height: 40px;
}

#header.mini-navbar .box-headerh6 #leo_search_block_top .title_block {
  height: 60px;
  line-height: 55px;
}

@media (max-width: 991px) {
  .box-header3 #leo_search_block_top #leosearchtopbox {
    left: 70px;
    width: auto;
  }
}

.box-coppyright .block-social {
  justify-content: flex-end;
}

.leo-quicklogin-modal .lql-form-content input.lql-rememberme:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 30px;
  bottom: 0;
  cursor: pointer;
}

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

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