/***************************************************
  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 15px;
  font-family: "Work Sans", sans-serif;
  font-size: 24px; }
  @media (max-width: 991px) {
    .ApColumn .title_block {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .ApColumn .title_block {
      font-size: 20px; } }

.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: 14px; }
  .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 #f42837; }
    .widget-tabs li.active a {
      color: #f42837; }

.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: #f42837;
    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: 14px;
  color: #FFFFFF;
  font-weight: 600; }
  .box-show-more a:hover {
    background-color: #f42837; }
  .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 #f42837;
    -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; }
    .manufacturers_block .image a {
      display: inline-block;
      padding: 10px;
      box-shadow: 0 5px 10px transparent;
      border-radius: 50%;
      vertical-align: top;
      transition: all .4s;
      opacity: 0.3; }
      .manufacturers_block .image a:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transform: translateY(-10px);
        opacity: 1; }
    .manufacturers_block .image img {
      border-radius: 50%; }

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

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

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

/* Instagram Block */
.instagram-block .owl-item a {
  display: block;
  overflow: hidden;
  position: relative; }
  .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.55);
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    z-index: 1; }
  .instagram-block .owl-item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  .instagram-block .owl-item a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .instagram-block .owl-item a img {
    width: 100%; }

@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: 25%;
  float: left;
  height: 120px;
  position: relative; }
  .rtl .widget-category_image .block_content > ul {
    float: right; }
  @media (max-width: 480px) {
    .widget-category_image .block_content > ul {
      width: 50%; } }
  .widget-category_image .block_content > ul a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    text-align: center; }
    @media (max-width: 480px) {
      .widget-category_image .block_content > ul a {
        font-size: 14px; } }
    .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); }

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

.timeline-parent {
  padding: 0 15px; }

@media (max-width: 1199px) {
  .timeline-parent {
    padding: 0 9px; }

  .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; }
  .page-home .box-slider {
    margin: 0 -9px 40px;
    padding: 0; }

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

#pagenotfound .page-not-found {
  text-align: center;
  box-shadow: none;
  padding: 30px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 40px;
  font-family: 'Work Sans'; }
  #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: 'Work Sans';
    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: #f42837;
      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: "Work Sans", sans-serif;
    opacity: 1;
    letter-spacing: 0;
    font-weight: 600; }
    @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: 'Work Sans'; }
  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;
    margin: 0; }
    body#checkout .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
    body#checkout .custom-checkbox input[type="radio"] + span .checkbox-checked {
      font-size: 14px; }

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

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: "Work Sans", 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: #f42837; }
    body#checkout section.checkout-step .add-address a:hover .material-icons {
      background: #f42837; }

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

.btn-outline,
.btn,
.btn-primary {
  background: #333;
  padding: 8px 25px;
  line-height: 20px;
  border: 0;
  transition: all .4s;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-family: 'Work Sans';
  font-weight: 600;
  border-radius: 0; }
  .btn-outline:hover, .btn-outline:focus,
  .btn:hover,
  .btn:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    background: #f42837;
    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: #f42837;
  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;
  margin-top: 4px; }
  .rtl body#checkout section.checkout-step .payment-options .custom-radio {
    margin-left: 10px;
    margin-right: inherit; }

body#checkout .custom-checkbox {
  margin-top: 4px; }

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

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

body#checkout #order-summary-content .col-md-12 > h4.black {
  font-size: 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; }

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

.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;
  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: "Work Sans", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 30px; }
  h5.modal-title a {
    color: #000; }
    h5.modal-title a:hover {
      color: #f42837; }

.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*/
.hidden,
.hide {
  display: none; }

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

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

@media (max-width: 991px) {
  .leo-megamenu.disable-canvas .navbar-nav > li.active > a,
  .leo-megamenu.disable-canvas .navbar-nav > li:hover > a,
  .leo-megamenu.disable-canvas .navbar-nav > li:focus > a {
    color: #fff; }
  .leo-megamenu.disable-canvas .navbar-nav > li > a {
    color: #fff; }
  .leo-megamenu.disable-canvas .dropdown-menu li a {
    color: #999; }
    .leo-megamenu.disable-canvas .dropdown-menu li a:hover {
      color: #fff; }
  .leo-megamenu.disable-canvas .leo-megamenu .dropdown-menu {
    color: #999;
    background: #21212a; }
  .leo-megamenu.disable-canvas .dropdown-menu div.menu-title {
    margin: 10px 0 0;
    padding: 0; }
  .leo-megamenu.disable-canvas .widget-raw-html {
    margin: 0; }
  .leo-megamenu.disable-canvas .leo-top-menu {
    left: 18px;
    right: 18px; }

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

  .header-container .container {
    padding-left: 18px;
    padding-right: 18px; } }
/*end max 991*/
body#checkout section.checkout-step #customer-form .radio-inline {
  margin: 10px 10px 0 0; }
  .rtl body#checkout section.checkout-step #customer-form .radio-inline {
    margin: 10px 0 0 10px; }

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

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

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

textarea.form-control {
  border: 1px solid #e5e5e5; }

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

.modal-footer .btn {
  margin: 1px; }

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

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

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

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

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

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

/*UPDATE HOME CSS*/
@media (min-width: 992px) {
  .box-top {
    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;
    width: auto; } }
@media (min-width: 992px) {
  .box-top {
    padding: 0 30px; } }
@media (min-width: 1200px) {
  .box-top {
    padding: 0 90px; } }
@media (max-width: 991px) {
  .box-top {
    padding: 20px 9px 0; } }
@media (max-width: 480px) {
  .box-top {
    position: relative; }
    .box-top #search_widget {
      position: static; }
      .box-top #search_widget .popup-content {
        width: auto;
        left: 18px;
        right: 18px;
        max-width: 100%; }
        .box-top #search_widget .popup-content:before, .box-top #search_widget .popup-content:after {
          right: 165px; }
          .rtl .box-top #search_widget .popup-content:before, .rtl .box-top #search_widget .popup-content:after {
            left: 165px;
            right: auto; }
      .box-top #search_widget .search-inner input[type="text"] {
        width: 100%; } }
.box-top .h-logo {
  padding: 10px 0; }
  @media (max-width: 991px) {
    .box-top .h-logo {
      text-align: center; } }
  .box-top .h-logo img {
    max-height: 70px; }
.box-top .col-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  padding-top: 5px;
  position: static; }
  @media (min-width: 992px) {
    .box-top .col-info {
      width: auto; } }
  .box-top .col-info .popup-over a.popup-title,
  .box-top .col-info .ap-btn-wishlist,
  .box-top .col-info #cart-block .header {
    min-width: 40px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    display: block;
    position: relative; }
    .box-top .col-info .popup-over a.popup-title i,
    .box-top .col-info .ap-btn-wishlist i,
    .box-top .col-info #cart-block .header i {
      font-size: 21px;
      color: #000; }
      @media (max-width: 1199px) {
        .box-top .col-info .popup-over a.popup-title i,
        .box-top .col-info .ap-btn-wishlist i,
        .box-top .col-info #cart-block .header i {
          font-size: 18px; } }
  @media (min-width: 992px) {
    .box-top .col-info #cart-block .header a:after, .box-top .col-info #cart-block .header a:before {
      bottom: -1px;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      transform: translateY(20px);
      left: 50%;
      transition: transform .4s;
      z-index: 9999;
      backface-visibility: hidden; }
    .box-top .col-info #cart-block .header a:before {
      border-width: 12px;
      margin-left: -12px;
      border-bottom-color: #000; }
    .box-top .col-info #cart-block .header a:after {
      border-bottom-color: #fff;
      border-width: 14px;
      margin-left: -14px;
      z-index: 99999;
      margin-bottom: -3px; } }
  .box-top .col-info #cart-block:hover .header a:after, .box-top .col-info #cart-block:hover .header a:before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .box-top .col-info .ap-btn-wishlist .ap-total {
    position: absolute;
    line-height: 12px;
    min-width: 12px;
    padding: 0 2px;
    background: #e0525c;
    color: #fff;
    font-size: 10px;
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .box-top .col-info #cart-block .header .cart-products-count {
    position: absolute;
    line-height: 12px;
    min-width: 12px;
    padding: 0 2px;
    background: #e0525c;
    color: #fff;
    font-size: 10px;
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.box-top .col-menu {
  padding-top: 5px; }
  @media (min-width: 992px) {
    .box-top .col-menu {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
.box-top .col-logo {
  padding-bottom: 10px; }

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

.box-banner .ApImage {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  text-align: center;
  line-height: 2; }
  .box-banner .ApImage .image_description {
    max-width: 470px;
    margin: 0 auto 10px; }
    .box-banner .ApImage .image_description h4 {
      font-size: 18px;
      text-transform: uppercase;
      margin: 0 0 10px; }
  .box-banner .ApImage img {
    transition: all 2s; }
  .box-banner .ApImage > a {
    display: block;
    overflow: hidden; }
  .box-banner .ApImage:hover img {
    transform: scale(1.05); }

.box-manu {
  padding: 30px 0; }
  @media (max-width: 991px) {
    .box-manu {
      margin-bottom: 40px; } }
  .box-manu .manufacturers_block {
    padding: 0 80px; }
    @media (max-width: 991px) {
      .box-manu .manufacturers_block {
        padding: 0; } }
  .box-manu .timeline-item {
    min-height: 100px; }
    .box-manu .timeline-item .animated-background {
      height: 75px; }
  @media (min-width: 992px) {
    .box-manu .owl-theme .owl-buttons div.owl-prev {
      transform: translateX(-65px); }
    .box-manu .owl-theme .owl-buttons div.owl-next {
      transform: translateX(65px); }
    .box-manu:hover .owl-theme .owl-buttons div.owl-prev {
      transform: translateX(-30px); }
      .box-manu:hover .owl-theme .owl-buttons div.owl-prev:hover {
        transform: translateX(-30px) scale(1.2); }
    .box-manu:hover .owl-theme .owl-buttons div.owl-next {
      transform: translateX(30px); }
      .box-manu:hover .owl-theme .owl-buttons div.owl-next:hover {
        transform: translateX(30px) scale(1.2); } }

.box-tabproducts .nav-tabs {
  border: 0;
  padding-bottom: 20px;
  text-align: center; }
  .box-tabproducts .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0;
    vertical-align: top; }
    .box-tabproducts .nav-tabs li a {
      display: block;
      padding: 10px 17px;
      border: 0;
      border-radius: 0;
      color: #000;
      font-weight: 600; }
      @media (min-width: 992px) {
        .box-tabproducts .nav-tabs li a {
          position: relative; }
          .box-tabproducts .nav-tabs li a:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -10px;
            width: 20px;
            height: 1px;
            background: #999;
            transition: all .4s;
            transform: scale(0); } }
      .box-tabproducts .nav-tabs li a.active, .box-tabproducts .nav-tabs li a:hover {
        color: #666; }
        @media (min-width: 992px) {
          .box-tabproducts .nav-tabs li a.active:before, .box-tabproducts .nav-tabs li a:hover:before {
            transform: scale(1); } }
.box-tabproducts .ApProductCarousel {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .box-tabproducts .ApProductCarousel {
      padding-bottom: 20px;
      margin-bottom: 40px; } }

.leo-remove-from-cart {
  transition: all .4s; }
  .leo-remove-from-cart:hover {
    transform: rotate(90deg); }

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

.blog-container:after {
  content: "";
  display: block;
  clear: both; }
.blog-container .left-block {
  text-align: center; }
.blog-container .right-block {
  padding: 20px;
  background: #fff;
  position: relative; }
  .blog-container .right-block .blog-date {
    position: absolute;
    bottom: 100%;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.75);
    pointer-events: none;
    z-index: 9999;
    left: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
    .rtl .blog-container .right-block .blog-date {
      right: 20px;
      left: auto; }
    .blog-container .right-block .blog-date .b-month:before {
      content: "/";
      margin: 0 2px 0 0; }
      .rtl .blog-container .right-block .blog-date .b-month:before {
        margin: 0 0 0 2px; }
.blog-container .blog-date {
  margin: 0 0 10px; }
  .blog-container .blog-date .created,
  .blog-container .blog-date .date {
    display: block; }
  .blog-container .blog-date .b-daycount {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1; }
.blog-container .blog-title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0 0 10px;
  max-height: 40px;
  overflow: hidden; }
  .blog-container .blog-title a {
    color: #000;
    display: block; }
    .blog-container .blog-title a:hover {
      color: #666; }
.blog-container .blog-desc {
  line-height: 2;
  text-align: justify;
  font-size: 12px; }
  .blog-container .blog-desc p {
    margin: 0 0 7px; }
.blog-container .link-readmore {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #999;
  color: #272727;
  font-size: 11px; }
  .blog-container .link-readmore:hover {
    color: #000;
    border-color: #000; }
.blog-container .blog-meta {
  margin: 0 0 10px;
  font-style: italic;
  font-size: 12px; }
  .blog-container .blog-meta > span {
    margin: 0 10px 0 0; }
    .rtl .blog-container .blog-meta > span {
      margin: 0 0 0 10px; }
    .blog-container .blog-meta > span:last-child {
      margin: 0; }

.box-latestnews {
  padding-bottom: 40px; }
  @media (max-width: 991px) {
    .box-latestnews {
      padding-bottom: 20px; } }

.box-shipping {
  padding: 15px 0; }
  @media (min-width: 481px) and (max-width: 991px) {
    .box-shipping .ApColumn:nth-child(2n+1) {
      clear: both; } }
  .box-shipping .ApColumn .block {
    margin-bottom: 0; }
  .box-shipping .ApRawHtml {
    position: relative;
    padding: 13px 0 8px 45px;
    font-size: 11px; }
    .rtl .box-shipping .ApRawHtml {
      padding: 13px 45px 8px 0; }
    @media (max-width: 991px) {
      .box-shipping .ApRawHtml {
        padding: 25px 0 20px 45px; }
        .rtl .box-shipping .ApRawHtml {
          padding: 25px 45px 20px 0; } }
    .box-shipping .ApRawHtml i {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      position: absolute;
      top: 10px;
      left: 0;
      font-size: 30px;
      color: #000;
      transition: all .5s; }
      .rtl .box-shipping .ApRawHtml i {
        right: 0;
        left: auto; }
      @media (max-width: 991px) {
        .box-shipping .ApRawHtml i {
          top: 20px; } }
    .box-shipping .ApRawHtml:hover i {
      transform: rotate(360deg); }
    .box-shipping .ApRawHtml h4 {
      font-size: 12px;
      margin: 0;
      line-height: 1.5; }
    .box-shipping .ApRawHtml p {
      margin: 0; }

.footer-container .ApHtml .block_content > h4 {
  font-size: 12px;
  margin: 0 0 27px;
  text-transform: uppercase; }
  .footer-container .ApHtml .block_content > h4:not(:first-child) {
    margin: 30px 0 20px; }
.footer-container .ApHtml p {
  margin: 0; }

@media (max-width: 991px) {
  .box-footerlink .ApHtml {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .box-footerlink .ApHtml:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 60px;
      margin-left: -30px;
      height: 1px;
      background: #ccc; } }
  @media (max-width: 991px) and (min-width: 481px) {
    .box-footerlink .ApHtml .block_content {
      padding: 20px;
      background: #f9f9f9; }
      .box-footerlink .ApHtml .block_content:after {
        content: "";
        display: block;
        clear: both; }
      .box-footerlink .ApHtml .block_content h4 {
        width: 30%;
        float: left;
        margin: 20px 0; }
        .rtl .box-footerlink .ApHtml .block_content h4 {
          float: right; }
      .box-footerlink .ApHtml .block_content p {
        width: 70%;
        float: left; }
        .rtl .box-footerlink .ApHtml .block_content p {
          float: right; }
        .box-footerlink .ApHtml .block_content p:nth-child(2) {
          margin-bottom: 15px; } }
@media (max-width: 991px) {
  .box-footerlink .block_newsletter {
    max-width: 400px;
    margin: 15px auto; }
  .box-footerlink .block-social {
    text-align: center; }
    .box-footerlink .block-social .social-title {
      display: none; } }
.block-social {
  padding: 0; }
  .block-social .social-title {
    float: left;
    margin: 2px 20px 2px 0;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase; }
    .rtl .block-social .social-title {
      float: right; }
    .rtl .block-social .social-title {
      margin: 2px 0 2px 20px; }
  .block-social li {
    line-height: 26px;
    border: 2px solid #999;
    margin: 2px; }
    .block-social li:hover {
      border-color: #000; }

.box-coppyh8 {
  text-align: center;
  padding: 10px 0; }
  .box-coppyh8 .ApColumn .block {
    margin-bottom: 0; }
  .box-coppyh8 p {
    margin: 0; }

.leo-remove-from-cart i.material-icons:before {
  content: "\e646";
  font-family: 'themify'; }

.modal-header button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 0;
  text-align: center;
  transition: all .4s; }
  .modal-header button span {
    display: none; }
  .modal-header button:before {
    font-size: 16px;
    content: "\e646";
    font-family: 'themify'; }
  .modal-header button:hover {
    transform: rotate(90deg); }

#header {
  background: #fff;
  border-bottom: 1px solid #eee; }

.box-top.box-h2 {
  padding: 0; }
  @media (min-width: 992px) {
    .box-top.box-h2 .col-menu {
      padding-left: 15px;
      padding-right: 15px; } }
  .box-top.box-h2 .leo-megamenu .navbar-nav {
    text-align: left; }
    .rtl .box-top.box-h2 .leo-megamenu .navbar-nav {
      text-align: right; }

.box-navlogo .h-logo {
  text-align: center;
  padding: 50px 0 10px; }
  @media (max-width: 991px) {
    .box-navlogo .h-logo {
      padding: 30px 0 10px; } }

.box-navads {
  line-height: 33px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase; }
  .box-navads .ApColumn .block {
    margin-bottom: 0; }
  .box-navads p {
    margin: 0; }

.box-cateh2 {
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .box-cateh2 {
      margin-bottom: 30px; } }
  .box-cateh2 .ApImage {
    position: relative;
    overflow: hidden; }
    .box-cateh2 .ApImage:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 360px;
      height: 360px;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      transition: all .4s;
      opacity: 0;
      transform: translate(-100%, 100%);
      z-index: 1;
      pointer-events: none; }
    .box-cateh2 .ApImage img {
      transition: all 2s; }
    .box-cateh2 .ApImage > a:before {
      content: "";
      z-index: 3;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .box-cateh2 .ApImage .image_description {
      position: absolute;
      left: 30px;
      bottom: 30px;
      color: #666;
      text-transform: capitalize; }
      .rtl .box-cateh2 .ApImage .image_description {
        right: 30px;
        left: auto; }
      @media (max-width: 767px) and (min-width: 576px) {
        .box-cateh2 .ApImage .image_description {
          left: 15px;
          bottom: 15px; }
          .rtl .box-cateh2 .ApImage .image_description {
            right: 15px;
            left: auto; } }
      .box-cateh2 .ApImage .image_description p {
        margin: 0; }
      .box-cateh2 .ApImage .image_description b, .box-cateh2 .ApImage .image_description strong {
        font-size: 16px;
        color: #000;
        font-weight: 600;
        display: block;
        text-transform: uppercase; }
    .box-cateh2 .ApImage:hover:before {
      transform: translate(-50%, 50%);
      opacity: 1; }
    .box-cateh2 .ApImage:hover img {
      transform: scale(1.1); }
    .box-cateh2 .ApImage.title-top:before {
      bottom: auto;
      top: 0;
      transform: translate(-100%, -100%); }
    .box-cateh2 .ApImage.title-top .image_description {
      top: 30px;
      bottom: auto; }
      @media (max-width: 767px) and (min-width: 576px) {
        .box-cateh2 .ApImage.title-top .image_description {
          top: 15px; } }
    .box-cateh2 .ApImage.title-top:hover:before {
      transform: translate(-50%, -50%); }

.box-fashion {
  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-fashion .ApColumn {
    max-width: 745px;
    margin: auto;
    float: none;
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.45);
    border: 2px solid rgba(255, 255, 255, 0.75); }
    .box-fashion .ApColumn .block {
      margin-bottom: 0; }
  .box-fashion .ApHtml {
    font-size: 14px;
    line-height: 2;
    color: #000; }
    .box-fashion .ApHtml p {
      margin: 0; }
    .box-fashion .ApHtml b, .box-fashion .ApHtml strong {
      display: block;
      font-size: 16px;
      font-weight: 600;
      color: #000;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .box-fashion .ApHtml a {
      display: inline-block;
      border-bottom: 1px solid #999;
      margin-top: 20px;
      font-size: 12px;
      color: #000;
      line-height: 1.35; }
      .box-fashion .ApHtml a:hover {
        color: #666; }

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

.box-products {
  margin-bottom: 10px; }

.box-cateh2.box-h3 .ApImage.title-top-right:before {
  left: auto;
  bottom: auto;
  top: 0;
  right: 0;
  transform: translate(100%, -100%); }
.box-cateh2.box-h3 .ApImage.title-top-right:hover:before {
  transform: translate(50%, -50%); }
.box-cateh2.box-h3 .ApImage.title-top-right .image_description {
  left: auto;
  top: 30px;
  bottom: 0;
  right: 30px;
  text-align: right; }
  .rtl .box-cateh2.box-h3 .ApImage.title-top-right .image_description {
    left: 30px;
    right: auto; }
  .rtl .box-cateh2.box-h3 .ApImage.title-top-right .image_description {
    text-align: left; }
.box-cateh2.box-h3 .col-right .ApImage:not(.image-full) {
  width: calc(50% - 15px);
  float: left; }
  .rtl .box-cateh2.box-h3 .col-right .ApImage:not(.image-full) {
    float: right; }
  @media (max-width: 1199px) {
    .box-cateh2.box-h3 .col-right .ApImage:not(.image-full) {
      width: calc(50% - 9px); } }
  .box-cateh2.box-h3 .col-right .ApImage:not(.image-full):last-child {
    float: right; }
    .rtl .box-cateh2.box-h3 .col-right .ApImage:not(.image-full):last-child {
      float: left; }

.ApQuicklogin {
  white-space: nowrap;
  padding: 0 10px; }
  .ApQuicklogin > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px; }
    .ApQuicklogin > a span {
      display: block !important; }
      @media (max-width: 767px) {
        .ApQuicklogin > a span {
          display: none !important; } }
    .ApQuicklogin > a:before {
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.6);
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: -4px; }
      .rtl .ApQuicklogin > a:before {
        left: -4px;
        right: auto; }
    .ApQuicklogin > a i {
      display: none; }
      @media (max-width: 767px) {
        .ApQuicklogin > a i {
          display: inline-block; } }

.leo-quicklogin-modal h3 {
  font-size: 14px;
  margin: 10px 0 15px; }

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

.header-nav {
  transition: all .4s; }

@media (max-width: 767px) {
  .fancybox-inner .block_newsletter {
    background: none;
    height: auto;
    padding: 0 !important;
    min-height: 200px; }
    .fancybox-inner .block_newsletter .title_block {
      font-size: 20px;
      letter-spacing: 0px;
      text-align: center;
      text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5); }

  .fancybox-wrap .turnoff-popup-wrapper {
    position: static; } }
.boxe-nav {
  padding: 5px 0;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px; }
  @media (max-width: 991px) {
    .boxe-nav {
      text-align: center; } }
  .boxe-nav a {
    color: rgba(255, 255, 255, 0.6); }
    .boxe-nav a:hover {
      color: #fff;
      text-decoration: underline; }
  .boxe-nav .ApColumn .block {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .boxe-nav .ApBlockLink {
      text-align: right; }
      .rtl .boxe-nav .ApBlockLink {
        text-align: left; } }
  .boxe-nav .ApBlockLink li {
    display: inline-block;
    vertical-align: top; }
    .boxe-nav .ApBlockLink li a {
      display: block;
      padding: 0 10px;
      position: relative;
      transition: all .4s; }
      .boxe-nav .ApBlockLink li a:before {
        content: "";
        position: absolute;
        top: 5px;
        height: 10px;
        width: 1px;
        right: 0;
        background: rgba(255, 255, 255, 0.4); }
        .rtl .boxe-nav .ApBlockLink li a:before {
          left: 0;
          right: auto; }
    .boxe-nav .ApBlockLink li:last-child a:before {
      display: none; }
  .boxe-nav .col-info {
    text-align: center; }
    @media (min-width: 992px) {
      .boxe-nav .col-info {
        text-align: right; }
        .rtl .boxe-nav .col-info {
          text-align: left; } }
    .boxe-nav .col-info > div {
      display: inline-block;
      vertical-align: top; }
  .boxe-nav .popup-over {
    height: 30px;
    line-height: 30px;
    margin: -5px 0; }
    .boxe-nav .popup-over:hover a.popup-title {
      color: #fff; }
    .boxe-nav .popup-over a.popup-title {
      padding: 0 5px;
      font-size: 14px;
      text-decoration: none; }
  .boxe-nav .ApQuicklogin > a {
    height: 30px;
    line-height: 30px;
    margin: -5px 0;
    text-decoration: none; }
  .boxe-nav .wislish-button a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: -5px 0;
    text-decoration: none; }
    .boxe-nav .wislish-button a i {
      font-size: 14px;
      vertical-align: -2px;
      display: inline-block;
      transition: all .4s;
      animation: wislis-ani 3s linear 4s infinite; }

@-webkit-keyframes wislis-ani {
  50% {
    color: #fff;
    opacity: 1; } }
/* Standard syntax */
@keyframes wislis-ani {
  50% {
    color: #fff; } }
.boxe-top .h-logo {
  height: 65px;
  line-height: 65px; }
  @media (max-width: 991px) {
    .boxe-top .h-logo {
      text-align: center;
      height: auto;
      line-height: 1;
      padding: 30px 0 15px; } }
  @media (min-width: 992px) {
    .boxe-top .h-logo img {
      max-width: 130px;
      max-height: 65px; } }
.boxe-top .col-cart {
  text-align: right;
  white-space: nowrap; }
  .rtl .boxe-top .col-cart {
    text-align: left; }
  .boxe-top .col-cart > div {
    display: inline-block;
    vertical-align: top; }
.boxe-top .userinfo-selector {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .boxe-top .userinfo-selector {
      margin: 0;
      padding-top: 10px; } }
  .boxe-top .userinfo-selector a.popup-title {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    color: #fff;
    text-transform: capitalize; }
    @media (max-width: 991px) {
      .boxe-top .userinfo-selector a.popup-title {
        padding: 0 15px; } }
    .boxe-top .userinfo-selector a.popup-title i {
      font-size: 20px;
      width: 40px;
      height: 40px;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      vertical-align: -4px;
      transition: all .4s; }
      @media (min-width: 481px) {
        .boxe-top .userinfo-selector a.popup-title i {
          margin: 0 0 0 10px; }
          .rtl .boxe-top .userinfo-selector a.popup-title i {
            margin: 0 10px 0 0; } }
    @media (max-width: 480px) {
      .boxe-top .userinfo-selector a.popup-title span {
        display: none; } }
  .boxe-top .userinfo-selector .popup-content {
    width: 220px; }
    .boxe-top .userinfo-selector .popup-content .dropdown-item {
      white-space: normal; }
  .boxe-top .userinfo-selector:hover a.popup-title {
    background: #25211e;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .boxe-top .userinfo-selector:hover a.popup-title i {
      background-color: rgba(0, 0, 0, 0.3); }
.boxe-top #cart-block:hover .header {
  background: #25211e; }
.boxe-top #cart-block .header {
  height: 55px;
  line-height: 55px;
  margin-top: 10px;
  padding: 0 30px;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer; }
  @media (max-width: 991px) {
    .boxe-top #cart-block .header {
      padding: 0 15px; } }
  @media (max-width: 480px) {
    .boxe-top #cart-block .header .cart-title {
      display: none; } }
  .boxe-top #cart-block .header a {
    color: #fff; }
  .boxe-top #cart-block .header i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: -4px; }
  .boxe-top #cart-block .header .cart-products-count {
    position: absolute;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background: #f42837;
    text-align: center;
    border-radius: 50%;
    min-width: 20px;
    bottom: 8px;
    right: 26px; }
    .rtl .boxe-top #cart-block .header .cart-products-count {
      left: 26px;
      right: auto; }
    @media (max-width: 991px) {
      .boxe-top #cart-block .header .cart-products-count {
        right: 10px; }
        .rtl .boxe-top #cart-block .header .cart-products-count {
          left: 10px;
          right: auto; } }

@media (max-width: 991px) {
  .boxe-slide .ApColumn {
    padding: 0; } }
@media (max-width: 991px) {
  .boxe-slide {
    margin: 0 -10px !important; } }
.boxe-slide .block_carousel .block-carousel-image-container {
  text-align: center; }
.boxe-slide .block_carousel .owl-row {
  margin: 0; }
.boxe-slide .block_carousel .owl-carousel .owl-item {
  padding: 0; }
.boxe-slide .block_carousel .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }
.boxe-slide .block_carousel .owl-theme .owl-buttons div.owl-next {
  right: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAADSCAYAAAAWsqOAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ZDljYzBhNy1kZmRkLTJmNDMtYTMwZS05OTYwYjUwOTEzMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDI0QUI1Q0YwMEM5MTFFNEFDNUVBRDQxODZCREY1OEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDI0QUI1Q0UwMEM5MTFFNEFDNUVBRDQxODZCREY1OEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEwQUM0NjhGRjIxNTExRTM4MDZGRjRBMzhDMTI5OENDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEwQUM0NjkwRjIxNTExRTM4MDZGRjRBMzhDMTI5OENDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pYbYtgAABNBJREFUeNrs3ddOFUEYB/A9hHu7YhcLoMYeVNAIiCWiEmPEXmLvROONj+CNj+C1BbCLvfAAPoMXPgjOhG+TyQHP2d1pX9l/8t3Bbn5nDruzM985VMbHxxMzlUol4ZRqX0ONn+1XdT9hllrgMVXtqu6xG3KzqjJN1VPK6Em+OmATPSgFnKKfUUQXBZvou1LAOtNVPaeEtgWb6DtSwDozAH1bCjhFv1B1SwqYBNo1OEUPqbopBZyih1XdkAI20delgHVmqhrBhPYNNtHXpIB1ZgH6qhRwin4ZGx0SbKKvSAGn6FeqLksB68wG9CUp4GjomGATfVEKWGeOqteh0BjAJvqCFLDOXFVvfKMxgU30eSlgnXmq3qo6JwXsFY0VnKLfqTorBWyiz0gB6zS5RFMAm+jTUsDO0JTAJvqUFLDOfECflAJO0e+LoKmCdRYA+oQUcIr+oOq4FLDOQkAPSAGn6NEsaC5gE31MClhnkaqPtdDcwCb6qBRwTTRXsIk+IgWss7gaXe1rSHjlr6onqpqzX7Zppx9GuEnCW/owYJdK+Bs+NBWWK/ggYJdJuA9r7Kf/YbmB++phOYEPqPpcD8sFnBnLAbxf1ZeaEwtG4NxYyuB9qr6qWp73FymCC2MpgvcCdkXRA1ACa+w3Gywl8B4Y2ZW2B6IAdoalAO6FW88qVwfEDHaOxQzuhelii+sDYwSnI9vi4+DYwLsB2+rrBJjAPXA1bvV5EizgbsC2+T4RBnAXzKDaQpwsNjgoNjZ4F2BXh7xQxAJHwcYC71T1PQY2BjgqNjR4B2DXxJyghwJr7I/Y2FDgThjZtRgern2DUWF9gzvh1rMO08KYLzBKrC8wWqwPcAdg1ydI4xLcAY94GxLEcQXeDiOLGusKvA2wGxMCsQVvpYS1BZPD2oDbYQa1KSGWImCy2CLgLfDUszkhmjxg8ti84MfUsVOBK+X3SzNPY71XhFvEjXAJLsEluASX4BJcgktwCQ42l07z8OcoC+Cjnr5cI7xE0ltaf3rkdzLRkCIC/CeZ+PaEEU7oem/pMW7oLFdpVuistyU26Dz3YRbovBMP8ugiMy3S6KJTS7Jom7k0SbTtwwM5tIunJVJoV4+HZNAun4dJoF0vAKBH+1jxQI32tcSDFu1zTQsl2vciHjp0iFVLVOhQy7Ro0CHXpVGgQy/Em+guCWATPRwDHWurJRo65t5SFHTszbTgaAy7h0HRWLZLg6Ex7Q8HQWPbEPeOxtgB4BWNteXBGxpzj4cXNPamFudoCl08TtFU2pacoSn1aTlBU2tMs0ZT7MSzQlNtPSyMptxrWQhNvbk0N5pDN20uNJf24cxoTv3SmdDcGsRNdLMEcIp+kEx8/nlSGhmCuwE7IGGENXYIsL+4g+tiOYEzYbmAM2M5gHNhqYNzYymDC2GpggtjKYKtsNTA1lhKYCdYKmBnWApgp1jsYOdYzGAvWKxgb1iMYK9YbGDvWEzgIFgs4GBYDOCg2Njg4NiY4CjYWOBo2BjgqNjQ4OjYkGAU2FBgNNgQYFRY32B0WJ9glFhfYLRYH2DUWNdg9FiXYBJYV2AyWBdgUlhbMDmsDZgktiiYLLYImDQ2L5g8Ng+YBTYrmA02C5gVNgt4kBNWp8L9n9GEWgAowVjyT4ABAJdV1blrayniAAAAAElFTkSuQmCC) no-repeat 0 0;
  background-size: cover; }
  .boxe-slide .block_carousel .owl-theme .owl-buttons div.owl-next:hover {
    transform: translateX(10px); }
.boxe-slide .block_carousel .owl-theme .owl-buttons div.owl-prev {
  left: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAADSCAYAAAAWsqOAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ZDljYzBhNy1kZmRkLTJmNDMtYTMwZS05OTYwYjUwOTEzMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjcwNzRFMDIwMEM5MTFFNEI1QzNBNkRDQjc1RTdCOTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjcwNzRFMDEwMEM5MTFFNEI1QzNBNkRDQjc1RTdCOTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEwQUM0NjhGRjIxNTExRTM4MDZGRjRBMzhDMTI5OENDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEwQUM0NjkwRjIxNTExRTM4MDZGRjRBMzhDMTI5OENDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+v4qUCwAABRJJREFUeNrs3VlPFEEQAOBZ4rO3gkpUvNF44olGwPsKiSDRCN4ajffx4k/wyZ/hfR94n4/+CI3+EeySnoQgy870VFdXVU8lFRJ2w+bLzM70dHcVlYGBgWRoVCqVRFMM9/37xdBUEKtM3q7qUwYG7Gf7Uz04xbaMegYrAQP2k8nVI32HtYFXWuyaahctTWDAfjS5drSrtBbwilpYTeAUuy7LfVg6eLnFrs868JAMBuyHrFjp4GX2yG7IO7SUCHbCSgUvtdhW14cHSeBCWGngJXYE1Vrkj0gBo2ClgBdb7EasCQDOYFQsd3CzxW7CnuLhCPaC5QputreezT7+ODewVyw38CKLbfP5IVzAJFgu4IX2Ea+d4sNCg1NsB9WpFBIM2Pcmt1BeKEKBF1jsVurbQAgwYN+FwIYAzw91ZEOAU+y2kAN0KvA8ezUOiqUCz+WCpQDPtSOo7VymTnyC0yPLBusTPMdidyTMwgd4jr0a70wYBja4iTMWG9xkR1C7EsaBBZ5tsbsT5oEBBuxbCVgMcIrdmwiJImBx2CLgWSbfmNyXCAsXsFisC3imxXYmQiMPuEE6Ni/4usnuRHgM99WN8t6fJk+bbEw0RY3v8H57WjfGcEqn0SUZ7Xofhu9yv0R0kZHWAYueEQs4Rb+WhMZ4Wuqx6OmxgEWhMWc8Dpp8ZXJaLGARaB+zlodMvuSK9jUvnaIbYgFDHOaI9r22xA5NsXrYa/IFFzTV+nCvPdL1sYAh+jigqfd49NnTuz4WMMQRk89DoUPt00rRU2MBQxw1+YwaHXqv5TGLnhILGOI4JZrLfukTJp+anBwLmAzNrebhpEVPigUMcconmmvdEizpPPGB5lyZ5gXNvfbwjMnHmGgJ1aUpemIsYIizWGhJFeKAfmRyQixgiHNF0RK7PAD6oStaah+P8yYfuKAld2pxQkvvxXMhL1pDtyVA3zc5PhYwxMWsaE0d0y6ZvGdyXCxgiMu10Bq7HgL6bjW01r6WV6qhNXcuvWryznC09t601yx6bCxgCNj23FkNXImtv3QJ1h4luASX4BJcgktwCS7BJbgEl2Bk8M0v/VJN7cngPFfXrY49/704RtkBBCwsvPVUe0OdUuxX7eBMWC3gzFgN4FxY6eDcWMlgJ6xUsDNWIrgQVhq4MFYSGAUrBYyGlQBGxXIHo2M5g71guYK9YTmCvWK5gb1jOYFJsFzAZFgOYFJsaDA5NiQ4CDYUOBg2BDgolhocHEsJZoGlArPBUoBZYX2D2WF9gllifYHZYn2AWWOxweyxmGARWCywGCwGWBS2KFgctghYJNYVLBbrAhaNzQsWj80DVoHNClaDzQJWha0FVoetBYYtuDc0YSFG2z4M2B8mf5v8FsMR/pUM/ucO6HbUFgM4sUdWFTrLbUkVOuvAQw06z9BSBTrvw4N4tMvjoWi06wSAWHSRKR6R6KKTeOLQGNO0otBYE/Fi0JhLLSLQ2Itp7NE+lktZo30tiLNF+9zywBLte1MLOzTFtiVWaKqNaWzQlFsPWaCpN5cGR4fYPhwUHWqDeDB0yBIAQHdTo0MXeXynRnMo4yFFcynUIkNzKsUjQXMrtvSO5lhO6xXNtWDaG5pzSbwXNPemB+hoCW0tUNFSGpegoSW1pkFBS2s+VBgtsb1UIbTUBmLOaMkt4pzQ0psA5kZraPOYC62lkWdmtKZWrZnQmsDD0U0jvUFb9+EU3WLyz0gvlg21S7Cy+CvAADUaOj7ftzB+AAAAAElFTkSuQmCC) no-repeat 0 0;
  background-size: cover; }
  .boxe-slide .block_carousel .owl-theme .owl-buttons div.owl-prev:hover {
    transform: translateX(-10px); }
.boxe-slide .block_carousel .owl-theme .owl-buttons div {
  width: 60px;
  height: 105px;
  margin-top: -52px;
  box-shadow: none; }
  @media (max-width: 767px) {
    .boxe-slide .block_carousel .owl-theme .owl-buttons div {
      width: 40px;
      height: 65px;
      margin-top: -32px; } }
  .boxe-slide .block_carousel .owl-theme .owl-buttons div:before {
    opacity: 0; }
.boxe-slide .timeline-item {
  animation: cssload-spin 1000ms infinite linear;
  -o-animation: cssload-spin 1000ms infinite linear;
  -ms-animation: cssload-spin 1000ms infinite linear;
  -webkit-animation: cssload-spin 1000ms infinite linear;
  -moz-animation: cssload-spin 1000ms infinite linear;
  width: 80px;
  height: 80px;
  padding: 0;
  min-height: 80px;
  border: 5px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 50%;
  border-bottom-color: #000;
  background: none; }
  @media (min-width: 1200px) {
    .boxe-slide .timeline-item {
      margin-top: 200px; } }
  @media (min-width: 992px) {
    .boxe-slide .timeline-item {
      margin-top: 150px; } }
  @media (min-width: 992px) {
    .boxe-slide .timeline-item {
      margin-top: 150px;
      margin-bottom: 150px; } }
  @media (max-width: 991px) {
    .boxe-slide .timeline-item {
      margin-top: 120px;
      margin-bottom: 120px; } }
  @media (max-width: 767px) {
    .boxe-slide .timeline-item {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media (max-width: 480px) {
    .boxe-slide .timeline-item {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .boxe-slide .timeline-item .animated-background {
    display: none; }
.boxe-slide .block_carousel .carousel-inner > .carousel-item {
  transition: none; }
  .boxe-slide .block_carousel .carousel-inner > .carousel-item .row {
    margin: 0; }
    .boxe-slide .block_carousel .carousel-inner > .carousel-item .row > div {
      padding: 0; }
.boxe-slide .block_carousel .carousel .direction {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  z-index: 9; }
.boxe-slide .block_carousel .descript {
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1430px;
  margin: auto;
  padding: 0 15px; }
  @media (max-width: 1199px) {
    .boxe-slide .block_carousel .descript {
      max-width: 960px; } }
  @media (max-width: 1199px) {
    .boxe-slide .block_carousel .descript {
      max-width: 100%; } }

@media (min-width: 1200px) {
  #index #header:not(.mini-navbar) .ApMegamenu .leo-verticalmenu .title_block:before {
    display: none; }
  #index #header:not(.mini-navbar) .ApMegamenu .leo-verticalmenu > .block_content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    margin-top: 19px;
    border: 1px solid #e5e5e5;
    z-index: 999; }
  #index #header:not(.mini-navbar) .ApMegamenu .leo-verticalmenu .title_block {
    opacity: 0;
    visibility: hidden; } }
.cus-title .ApHtml {
  margin-bottom: 15px; }
  .cus-title .ApHtml:after {
    content: "";
    display: block;
    clear: both; }
  .cus-title .ApHtml .title_block {
    float: left;
    margin: 0;
    line-height: 36px; }
    .rtl .cus-title .ApHtml .title_block {
      float: right; }
  .cus-title .ApHtml .block_content {
    float: right; }
    .rtl .cus-title .ApHtml .block_content {
      float: left; }
    .cus-title .ApHtml .block_content p {
      margin: 0; }

.ApImage {
  text-align: center; }
  .ApImage img {
    max-width: 100%; }

.box-spaceing {
  padding-bottom: 60px;
  transition: all .4s; }
  .box-spaceing .ApColumn {
    padding: 0 30px; }
  @media (max-width: 991px) {
    .box-spaceing {
      padding-bottom: 30px; } }

.footer-top .footer-top {
  background: #fff;
  border-top: 2px solid #000; }

.boxe-info {
  margin: 0; }
  @media (min-width: 992px) {
    .boxe-info {
      display: flex; } }
  .boxe-info .ApColumn .block {
    margin-bottom: 0; }
  .boxe-info .ApColumn {
    padding: 0; }
    @media (max-width: 991px) {
      .boxe-info .ApColumn:last-child {
        border-bottom: 0; }
      .boxe-info .ApColumn:nth-child(2n+1) {
        clear: both; } }
    @media (max-width: 480px) {
      .boxe-info .ApColumn {
        border-bottom: 1px solid #e5e5e5; }
        .boxe-info .ApColumn:last-child {
          border: 0; } }
    @media (min-width: 992px) {
      .boxe-info .ApColumn:last-child .ApImage {
        border-right: 1px solid #e5e5e5; } }
  .boxe-info .ApImage {
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .boxe-info .ApImage {
        border-left: 1px solid #e5e5e5; } }
    .boxe-info .ApImage img {
      transition: all .4s; }
    .boxe-info .ApImage:hover img {
      transform: rotate(360deg); }
    .boxe-info .ApImage > a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      right: 0;
      bottom: 0; }
    .boxe-info .ApImage b, .boxe-info .ApImage strong {
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      color: #666;
      margin: 10px 0; }
    .boxe-info .ApImage p {
      margin: 0; }

.boxe-footerlink {
  padding: 60px 0 20px; }
  @media (max-width: 991px) {
    .boxe-footerlink {
      padding-top: 40px; } }

.boxe-payment {
  padding: 40px 0 10px; }
  @media (max-width: 991px) {
    .boxe-payment {
      padding: 30px 0 20px; } }
  .boxe-payment .block-social .social-title {
    display: none; }
  .boxe-payment .block-social li {
    border: 0;
    margin: 0;
    width: 50px;
    height: 45px;
    line-height: 43px; }
    .boxe-payment .block-social li:before {
      font-size: 26px;
      transition: all .4s;
      display: inline-block;
      backface-visibility: hidden; }
    .boxe-payment .block-social li.facebook {
      color: #39579a; }
    .boxe-payment .block-social li.twitter {
      color: #059ff5; }
    .boxe-payment .block-social li.youtube {
      color: #e91d00; }
    .boxe-payment .block-social li.pinterest {
      color: #bd091c; }
    .boxe-payment .block-social li.instagram {
      color: #4b7ea7; }
    .boxe-payment .block-social li:hover:before {
      transform: scale(1.4); }
  @media (min-width: 768px) {
    .boxe-payment .ApImage {
      text-align: left; }
      .rtl .boxe-payment .ApImage {
        text-align: right; }
    .boxe-payment .block-social {
      text-align: right; }
      .rtl .boxe-payment .block-social {
        text-align: left; } }
  @media (max-width: 767px) {
    .boxe-payment .block-social {
      text-align: center; } }

.footer-center {
  border-top: 1px solid #e5e5e5; }

.link-footerinfo {
  padding: 40px 0 0; }
  .link-footerinfo li {
    display: inline-block;
    vertical-align: top; }
    .link-footerinfo li span {
      padding: 0 5px; }

.footer-bottom {
  border-top: 1px solid #e5e5e5;
  background: #fff; }

.boxe-banner .ApImage {
  overflow: hidden;
  position: relative; }
  .boxe-banner .ApImage > a:before {
    content: "";
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s; }
  .boxe-banner .ApImage .title_block {
    position: absolute;
    left: 10px;
    right: 10px;
    color: #fff;
    font-size: 35px;
    bottom: 50%;
    transform: translateY(20px);
    text-align: center;
    z-index: 2;
    pointer-events: none;
    margin: 0;
    background: none;
    padding: 0 0 15px;
    transition: all 0.2s; }
    @media (max-width: 991px) {
      .boxe-banner .ApImage .title_block {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .boxe-banner .ApImage .title_block {
        font-size: 25px; } }
    .boxe-banner .ApImage .title_block:before {
      content: "";
      width: 100px;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -50px;
      transition: all 0.2s;
      transition-delay: 0s;
      transform: scale3d(0, 1, 1);
      opacity: 0.5; }
    @media (max-width: 1199px) {
      .boxe-banner .ApImage .title_block {
        font-size: 24px;
        padding: 0 0 6px; } }
    @media (max-width: 991px) {
      .boxe-banner .ApImage .title_block {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .boxe-banner .ApImage .title_block {
        font-size: 14px; } }
    @media (max-width: 480px) {
      .boxe-banner .ApImage .title_block {
        font-size: 16px; } }
  .boxe-banner .ApImage .image_description {
    position: absolute;
    top: 50%;
    padding: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    color: #fff;
    transition: all 0.2s;
    transition-delay: 0s;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none; }
    @media (max-width: 991px) {
      .boxe-banner .ApImage .image_description {
        font-size: 10px;
        padding: 5px;
        bottom: 5px; } }
  .boxe-banner .ApImage img {
    transition: all 2s; }
  .boxe-banner .ApImage:hover .image_description {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.2s; }
  .boxe-banner .ApImage:hover .title_block {
    transform: translateY(0px); }
    .boxe-banner .ApImage:hover .title_block:before {
      transform: scale3d(1, 1, 1);
      transition-delay: 0.2s;
      transition-delay: 0.2s; }
  .boxe-banner .ApImage:hover > a:before {
    background: rgba(0, 0, 0, 0.75); }

.col-email .block {
  margin-bottom: 10px; }
  .col-email .block.ApImage {
    text-align: left;
    margin: 0; }
    .rtl .col-email .block.ApImage {
      text-align: right; }

@media (min-width: 1200px) {
  .boxe-products .block_content,
  .box-products .ApProductCarousel .block_content {
    min-height: 290px; } }

@media (min-width: 1200px) {
  .boxe-slide .ApBlockCarousel {
    min-height: 450px; } }

.paneltool.editortool {
  display: none; }

.title-center .ApColumn .title_block {
  text-align: center; }
.title-center .sub-title-widget {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 10px;
  margin: 0 0 30px;
  font-size: 14px;
  font-style: italic;
  color: #888; }
.title-center .block,
.title-center .tabs-top {
  text-align: center; }
.title-center .block_content {
  text-align: left; }
  .rtl .title-center .block_content {
    text-align: right; }

.dropdown-item {
  font-weight: 300; }

.boxe-protabs .nav-tabs {
  border: 0;
  text-align: center; }
  .boxe-protabs .nav-tabs .nav-item {
    float: none;
    margin: 0 15px;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 480px) {
      .boxe-protabs .nav-tabs .nav-item {
        margin: 0 5px; } }
  .boxe-protabs .nav-tabs .nav-link {
    border: 0;
    border-bottom: 1px solid transparent;
    background: no-repeat;
    font-weight: 600;
    color: #ccc;
    padding: 5px 0;
    font-family: "Work Sans", sans-serif; }
    @media (max-width: 480px) {
      .boxe-protabs .nav-tabs .nav-link {
        font-size: 12px; } }
    .boxe-protabs .nav-tabs .nav-link.active, .boxe-protabs .nav-tabs .nav-link:hover {
      background: none;
      color: #222;
      border: 0;
      border-bottom: 1px solid #222; }
.boxe-protabs .ApColumn .block {
  margin-bottom: 0; }

.boxe-slide .block {
  position: relative; }
  @media (min-width: 1200px) {
    .boxe-slide .block {
      min-height: 300px; } }
.boxe-slide .timeline-parent {
  position: relative;
  min-height: 300px; }
  .boxe-slide .timeline-parent .timeline-item {
    position: absolute;
    top: 50%;
    margin: -40px 0 0 -40px;
    left: 50%; }

.boxe-nav2 {
  line-height: 20px;
  font-size: 12px;
  font-weight: 300; }
  .boxe-nav2 .ApColumn .block {
    margin-bottom: 0; }
  .boxe-nav2 .ApHtml {
    padding: 10px 0;
    letter-spacing: 1px;
    color: #fff; }
    @media (max-width: 991px) {
      .boxe-nav2 .ApHtml {
        text-align: center;
        border-bottom: 1px solid #443d38;
        display: none; } }
  .boxe-nav2 .col-info {
    font-size: 0; }
    @media (min-width: 992px) {
      .boxe-nav2 .col-info {
        text-align: right; }
        .rtl .boxe-nav2 .col-info {
          text-align: left; } }
    @media (max-width: 991px) {
      .boxe-nav2 .col-info {
        text-align: center; } }
    .boxe-nav2 .col-info > div {
      display: inline-block;
      float: none;
      vertical-align: top;
      font-size: 13px; }
  .boxe-nav2 .popup-over a.popup-title {
    padding: 10px;
    min-width: 40px;
    text-align: center;
    color: #fff; }
  .boxe-nav2 .popup-over .popup-content {
    border: 1px solid #443d38;
    border-radius: 0; }
  .boxe-nav2 .userinfo-selector .popup-title {
    display: none; }
  .boxe-nav2 .userinfo-selector .popup-content {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    border: 0;
    padding: 0;
    z-index: 1;
    background: none;
    width: auto;
    min-width: auto;
    position: static; }
    .boxe-nav2 .userinfo-selector .popup-content:after {
      content: "";
      display: block;
      clear: both; }
    .boxe-nav2 .userinfo-selector .popup-content li {
      float: left;
      padding: 10px 0; }
      .rtl .boxe-nav2 .userinfo-selector .popup-content li {
        float: right; }
      .boxe-nav2 .userinfo-selector .popup-content li a {
        line-height: 20px;
        display: block;
        padding: 0 15px;
        border-right: 1px solid #443d38;
        position: relative; }
        .rtl .boxe-nav2 .userinfo-selector .popup-content li a {
          border-left: 1px solid #443d38;
          border-right: inherit; }
        .boxe-nav2 .userinfo-selector .popup-content li a:hover {
          color: #fff;
          background: none; }
        @media (max-width: 767px) {
          .boxe-nav2 .userinfo-selector .popup-content li a i {
            padding: 0;
            margin: 0; }
          .boxe-nav2 .userinfo-selector .popup-content li a > span:not(.ap-total) {
            position: absolute;
            top: 100%;
            margin-top: 10px;
            line-height: 20px;
            padding: 0 5px;
            font-size: 10px;
            text-transform: uppercase;
            transition: all .4s;
            opacity: 0;
            visibility: hidden;
            left: 50%;
            transform: translateX(-50%);
            background: #eee;
            color: #222;
            border-radius: 3px;
            white-space: nowrap; }
            .boxe-nav2 .userinfo-selector .popup-content li a > span:not(.ap-total):before {
              content: "";
              border: 3px solid transparent;
              border-bottom-color: #eee;
              position: absolute;
              bottom: 100%;
              left: 50%;
              transform: translateX(-50%); }
          .boxe-nav2 .userinfo-selector .popup-content li a:hover > span {
            opacity: 1;
            visibility: visible; } }

.boxe-top2 .h-logo {
  height: 80px;
  line-height: 80px; }
  @media (max-width: 991px) {
    .boxe-top2 .h-logo {
      text-align: center; } }
  .boxe-top2 .h-logo img {
    max-height: 40px; }
.boxe-top2 .leo-megamenu .navbar-nav {
  text-align: center; }
.boxe-top2 .col-cart {
  font-size: 0;
  text-align: right; }
  .rtl .boxe-top2 .col-cart {
    text-align: left; }
  .boxe-top2 .col-cart > div {
    display: inline-block;
    font-size: 14px;
    vertical-align: top; }
  .boxe-top2 .col-cart #search_widget {
    /*end max 991*/ }
    @media (max-width: 991px) {
      .boxe-top2 .col-cart #search_widget {
        border: 0;
        padding: 0; }
        .boxe-top2 .col-cart #search_widget a.popup-title:after {
          content: "";
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 999;
          background: rgba(0, 0, 0, 0.5);
          transition: all .4s;
          opacity: 0;
          visibility: hidden; }
        .boxe-top2 .col-cart #search_widget .popup-content {
          display: block !important;
          position: fixed;
          top: 50%;
          margin-top: -20px;
          left: 0;
          right: 0;
          padding: 10px;
          z-index: 9999;
          transform: translateY(-50px);
          transition: all .4s;
          opacity: 0;
          visibility: hidden;
          margin: auto; }
        .boxe-top2 .col-cart #search_widget .search-inner {
          max-width: 480px;
          margin: auto; }
        .boxe-top2 .col-cart #search_widget.open a.popup-title:after {
          opacity: 1;
          visibility: visible; }
        .boxe-top2 .col-cart #search_widget.open .popup-content {
          opacity: 1;
          visibility: visible;
          transform: translateY(0px); } }
.boxe-top2 #cart-block .header {
  height: 80px;
  line-height: 80px;
  position: relative;
  padding: 0 10px 0 30px; }
  .boxe-top2 #cart-block .header > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .boxe-top2 #cart-block .header i {
    color: #000;
    font-size: 16px; }
  .boxe-top2 #cart-block .header .cart-title {
    text-transform: uppercase;
    padding: 0 5px 0 0;
    color: #000; }
  .boxe-top2 #cart-block .header .cart-products-count {
    position: absolute;
    line-height: 16px;
    font-size: 12px;
    min-width: 16px;
    text-align: center;
    padding: 0 5px;
    background: #fb111b;
    color: #fff;
    border-radius: 10px;
    top: 50%;
    right: 5px; }

.box-testimonial {
  display: flex;
  align-items: center;
  text-align: center; }
  .box-testimonial.box-h4 {
    text-align: left; }
    .rtl .box-testimonial.box-h4 {
      text-align: right; }
    .box-testimonial.box-h4 .ApRawHtml {
      text-align: center; }
  .box-testimonial .ApRawHtml {
    margin: 0;
    display: inline-block;
    padding: 50px 30px 40px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    max-width: 600px; }
    .box-testimonial .ApRawHtml h4 {
      font-size: 20px;
      text-transform: uppercase;
      margin: 0 0 20px; }
      @media (max-width: 991px) {
        .box-testimonial .ApRawHtml h4 {
          font-size: 18px; } }
      @media (max-width: 480px) {
        .box-testimonial .ApRawHtml h4 {
          font-size: 16px; } }
    .box-testimonial .ApRawHtml p {
      margin: 0 0 2px; }
    .box-testimonial .ApRawHtml .btn {
      margin-top: 30px; }

.tab-content .tab-pane.active {
  animation: effecopaciti 0.4s linear; }

@keyframes effecopaciti {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-o-keyframes effecopaciti {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-webkit-keyframes effecopaciti {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes effecopaciti {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
.boxe-manu .animated-background {
  height: 100px; }
.boxe-manu .timeline-item {
  border: 0;
  min-height: 100px; }

.box-comment {
  display: flex;
  align-items: center;
  transition: all .4s; }
  .box-comment *::selection {
    background: none;
    color: inherit; }
  .box-comment .ApColumn {
    padding: 0 30px; }
  .box-comment .owl-buttons {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px; }
    .box-comment .owl-buttons div {
      background: none; }
      .box-comment .owl-buttons div:hover {
        background: #f42837; }
  .box-comment .block_content:before {
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 60px;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 0;
    right: 10px; }
  .box-comment .block_content:after {
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 60px;
    border-width: 0 0 1px 1px;
    position: absolute;
    bottom: 0;
    left: 10px; }
  .box-comment .block-carousel-container {
    padding: 0 20px 0 140px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: #000; }
    .rtl .box-comment .block-carousel-container {
      padding: 0 140px 0 20px; }
    .box-comment .block-carousel-container:before {
      content: "\f10d";
      font-family: "FontAwesome";
      font-size: 20px;
      color: #999;
      position: absolute;
      top: 0px;
      left: 0; }
      .rtl .box-comment .block-carousel-container:before {
        right: 0;
        left: auto; }
    .box-comment .block-carousel-container img {
      position: absolute;
      left: 30px;
      width: 80px;
      top: 0; }
      .rtl .box-comment .block-carousel-container img {
        right: 30px;
        left: auto; }
    .box-comment .block-carousel-container .quotes-rate {
      font-size: 12px;
      color: #efb435;
      margin: 0; }
    .box-comment .block-carousel-container h4 {
      color: #999;
      font-weight: 300;
      font-size: 16px;
      margin: 0 0 20px; }
      .box-comment .block-carousel-container h4 span {
        color: #333;
        font-weight: 600; }
  .box-comment .owl-carousel {
    cursor: move; }

#wrapper {
  padding-top: 0; }

.box-map .ApColumn .block {
  margin-bottom: 0; }
.box-map .ApRawHtml {
  position: absolute;
  top: 50%;
  background: #fff;
  padding: 30px;
  left: 50px;
  max-width: 360px;
  transform: translateY(-50%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  color: #666; }
  .rtl .box-map .ApRawHtml {
    right: 50px;
    left: auto; }
  @media (max-width: 991px) {
    .box-map .ApRawHtml {
      position: static; } }
  @media (max-width: 480px) {
    .box-map .ApRawHtml {
      transform: none; } }
  .box-map .ApRawHtml li {
    padding: 0 0 0 30px;
    margin: 5px 0;
    position: relative;
    line-height: 25px; }
    .rtl .box-map .ApRawHtml li {
      padding: 0 30px 0 0; }
    .box-map .ApRawHtml li .icons {
      position: absolute;
      left: 0;
      top: 0;
      line-height: 25px;
      height: 25px;
      width: 25px;
      text-align: center; }
      .rtl .box-map .ApRawHtml li .icons {
        right: 0;
        left: auto; }

.boxe-review {
  min-height: 550px;
  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;
  transition: all .4s; }
  .boxe-review > .ApColumn {
    margin: auto;
    padding-top: 70px;
    padding-bottom: 40px; }
  .boxe-review .ApColumn .block {
    position: relative;
    max-width: 800px;
    margin: auto; }
  .boxe-review .block-carousel-container {
    padding: 30px;
    background: #fff;
    border: 1px solid #ccc; }
  .boxe-review .block-carousel-image-container {
    font-size: 18px;
    font-style: italic;
    color: #333;
    position: relative;
    text-align: center;
    font-weight: 300; }
    @media (max-width: 480px) {
      .boxe-review .block-carousel-image-container {
        font-size: 14px; } }
    .boxe-review .block-carousel-image-container > img {
      width: 100px;
      height: 100px;
      border-radius: 50px;
      margin: 0 auto 15px;
      overflow: hidden; }
    .boxe-review .block-carousel-image-container .title {
      font-size: 26px;
      color: #222;
      text-transform: capitalize;
      font-style: italic;
      font-family: "Work Sans", sans-serif;
      margin: 0 0 10px; }
  .boxe-review .owl-theme .owl-controls .owl-pagination {
    margin: 10px 0 0;
    text-align: center; }
  .boxe-review .owl-buttons {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px; }
    .boxe-review .owl-buttons div {
      background: none; }
      .boxe-review .owl-buttons div:hover {
        background: #f42837; }

.box-adw .ApColumn .block {
  margin-bottom: 0;
  position: relative;
  padding: 0 30px;
  line-height: 30px;
  letter-spacing: 2px; }
  .box-adw .ApColumn .block i {
    padding: 0 10px; }
  .box-adw .ApColumn .block i.fa.fa-times {
    cursor: pointer;
    position: absolute;
    top: 0;
    line-height: 30px;
    right: 0; }

.boxe-top2.box-h3 .h-logo {
  text-align: center; }
.boxe-top2.box-h3 #search_widget {
  transition: all .4s; }
.boxe-top2.box-h3 #cart-block .header {
  transition: all .4s; }

.mini-navbar .boxe-top2.box-h3 .h-logo {
  height: 60px;
  line-height: 60px; }
  @media (min-width: 992px) {
    .mini-navbar .boxe-top2.box-h3 .h-logo {
      float: left;
      margin-bottom: -60px; }
      .rtl .mini-navbar .boxe-top2.box-h3 .h-logo {
        float: right; } }
.mini-navbar .boxe-top2.box-h3 .leo-megamenu .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px; }
.mini-navbar .boxe-top2.box-h3 #search_widget {
  margin: 10px 0 0; }
  .mini-navbar .boxe-top2.box-h3 #search_widget a.popup-title span {
    bottom: 80%; }
.mini-navbar .boxe-top2.box-h3 #cart-block .header {
  height: 50px;
  line-height: 40px;
  margin: 10px 0 0; }
.mini-navbar .boxe-top2.box-h3 #search_widget .popup-content {
  margin-top: 10px; }

.leo-cart-dropdown-action a.btn.cart-dropdow-checkout,
.continue.btn,
button.btn.btn-primary.center-block {
  background: #f11d22; }
  .leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover, .leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,
  .continue.btn:hover,
  .continue.btn:focus,
  button.btn.btn-primary.center-block:hover,
  button.btn.btn-primary.center-block:focus {
    background: #cc1115; }

@media (min-width: 1200px) {
  .boxe-protabs {
    min-height: 600px; }

  .box-slide {
    min-height: 450px; }

  .box-products,
  .box-blog {
    min-height: 400px; } }
.timeline-wrapper.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.timeline-wrapper .timeline-parent {
  width: 100%;
  max-width: 300px;
  margin: auto; }

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

@keyframes effectzoom {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-o-keyframes effectzoom {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-webkit-keyframes effectzoom {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes effectzoom {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
body ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd; }
body ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666; }
body ::-webkit-scrollbar {
  width: 6px; }

/*end UPDATE HOME CSS*/
/*update css menu*/
.navbar-header .navbar-toggler {
  cursor: pointer;
  position: relative;
  z-index: 999; }

.megamenu-overlay {
  z-index: 99; }

.off-canvas-nav-megamenu {
  z-index: 9999; }

.off-canvas-active > #page {
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -webkit-transform: translateX(234px);
  -moz-transform: translateX(234px);
  -ms-transform: translateX(234px);
  -o-transform: translateX(234px);
  transform: translateX(234px); }

.off-canvas-active > #page {
  transform: none; }

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

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

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

.review-info strong {
  color: #222; }

@media (min-width: 992px) {
  .col-resurent #block-reassurance ul {
    margin: 0;
    display: flex; }
    .col-resurent #block-reassurance ul li {
      border: 0;
      width: 33.33%;
      border-right: 1px solid #eee; }
      .col-resurent #block-reassurance ul li:last-child {
        border: 0; } }

.checkout.cart-detailed-actions.card-block .btn {
  background: #f42837; }
  .checkout.cart-detailed-actions.card-block .btn:hover {
    background: #cc1115; }

.boxe-top.box-h1 #search_widget {
  margin: 12px 0 0; }
  .boxe-top.box-h1 #search_widget a.popup-title {
    display: none; }
  .boxe-top.box-h1 #search_widget .popup-content {
    position: static;
    margin: 0;
    width: 100%;
    transform: none;
    padding: 0;
    border: 0;
    opacity: 1;
    visibility: visible; }
@media (min-width: 992px) {
  .boxe-top.box-h1 .h-logo a {
    display: inline-block;
    background: #fff;
    vertical-align: top; } }
@media (max-width: 991px) {
  .boxe-top.box-h1 .h-logo {
    background: none; }
    .boxe-top.box-h1 .h-logo a {
      display: inline-block;
      background: #fff;
      vertical-align: top; } }

@media (max-width: 991px) {
  .boxe-slide.box-h1 {
    margin: -21px -18px 0 !important; } }
@media (min-width: 768px) {
  .box-outstory {
    display: flex;
    align-items: center; } }
.box-outstory .ApRawHtml {
  font-weight: 300; }
  @media (max-width: 767px) {
    .box-outstory .ApRawHtml {
      text-align: center; } }
  .box-outstory .ApRawHtml h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .box-outstory .ApRawHtml h4 {
        font-size: 28px;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .box-outstory .ApRawHtml h4 {
        font-size: 24px; } }
    @media (max-width: 480px) {
      .box-outstory .ApRawHtml h4 {
        font-size: 25px; } }
  .box-outstory .ApRawHtml .btn {
    padding: 10px 20px;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .box-outstory .ApRawHtml .btn {
        margin-top: 15px; } }

.box-outservice {
  padding-top: 110px;
  position: relative; }
  .box-outservice .text-center {
    text-align: center; }
  @media (min-width: 768px) {
    .box-outservice {
      display: flex;
      align-items: center; }
      .box-outservice .col-left {
        text-align: right; }
        .rtl .box-outservice .col-left {
          text-align: left; }
      .box-outservice .col-right {
        text-align: left; }
        .rtl .box-outservice .col-right {
          text-align: right; } }
  @media (max-width: 767px) {
    .box-outservice {
      text-align: center; } }
  .box-outservice .title_block {
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 40px; }
  .box-outservice .ApHtml {
    font-size: 14px;
    color: #333; }
    .box-outservice .ApHtml strong, .box-outservice .ApHtml b {
      font-size: 28px;
      font-family: "Work Sans", sans-serif; }
      @media (max-width: 991px) {
        .box-outservice .ApHtml strong, .box-outservice .ApHtml b {
          font-size: 24px; } }
      @media (max-width: 768px) {
        .box-outservice .ApHtml strong, .box-outservice .ApHtml b {
          font-size: 20px; } }

.box-commentinsta {
  text-align: center; }
  @media (min-width: 992px) {
    .box-commentinsta {
      display: flex; } }
  .box-commentinsta.title-center .block_content {
    text-align: center; }
  .box-commentinsta .ApColumn .title_block {
    font-size: 24px; }
  .box-commentinsta .block {
    height: 100%;
    border: 1px solid #eee;
    padding: 50px 30px; }
    @media (min-width: 992px) {
      .box-commentinsta .block {
        margin: 0; } }
    .box-commentinsta .block .owl-theme .owl-buttons div {
      opacity: 0; }
    .box-commentinsta .block:hover .owl-theme .owl-buttons div {
      opacity: 1; }
  .box-commentinsta .instagram-block .owl-carousel .owl-item {
    padding: 0 5px; }
  .box-commentinsta .instagram-block .block-carousel-container {
    margin-bottom: 10px; }
    .box-commentinsta .instagram-block .block-carousel-container:last-child {
      margin-bottom: 0; }
  .box-commentinsta p.link-instagram {
    margin: 0; }
  .box-commentinsta .ApInstagram .block_content,
  .box-commentinsta .ApBlockCarousel .owl-carousel {
    max-width: 480px;
    margin: auto; }
  .box-commentinsta .block-carousel-image-container .title {
    padding: 20px 0 5px; }

.box-blog.box-h2 .blog-container {
  padding: 10px;
  background: #fff; }
.box-blog .blog-viewall {
  width: 100%;
  text-align: center;
  padding: 1px 0;
  margin: 0 !important; }
  .box-blog .blog-viewall .btn {
    margin: 30px 0; }

.box-prosmall .animated-background {
  height: 90px; }
.box-prosmall .timeline-item {
  border: 0;
  padding: 0;
  margin: 0 auto 20px;
  max-width: 240px;
  min-height: 110px; }

.box-newletterft {
  padding: 70px 0 50px;
  text-align: center;
  color: #fff; }
  .box-newletterft .block_newsletter.block {
    max-width: 460px;
    margin: auto; }
    .box-newletterft .block_newsletter.block .input-wrapper button {
      border: 1px solid #fff;
      background: #333; }
      .box-newletterft .block_newsletter.block .input-wrapper button:hover {
        background: #f42837; }
  .box-newletterft .block-social {
    margin: 0 auto;
    text-align: center; }
    .box-newletterft .block-social .social-title {
      display: none; }
    .box-newletterft .block-social ul {
      margin-bottom: 0px;
      clear: both; }
    .box-newletterft .block-social li {
      width: 40px;
      height: 40px;
      line-height: 38px;
      border: 1px solid #000;
      border-radius: 50%;
      background: #000; }
      .box-newletterft .block-social li:before {
        color: #fff;
        font-size: 20px; }
      .box-newletterft .block-social li:hover {
        background: #fff;
        border-color: #fff; }
        .box-newletterft .block-social li:hover:before {
          color: #000; }
  .box-newletterft .ApColumn .title_block {
    margin: 0 0 20px;
    font-size: 24px;
    color: #fff; }
    @media (max-width: 480px) {
      .box-newletterft .ApColumn .title_block {
        font-size: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .boxe-top2.box-h3 {
    position: relative; }
    .boxe-top2.box-h3 .ApColumn {
      position: static; }
    .boxe-top2.box-h3 .leo-megamenu.navbar {
      position: static; } }
.boxe-navh4 .language-selector-wrapper,
.boxe-navh4 .currency-selector {
  float: left;
  margin: 0 20px 0 0; }
  .rtl .boxe-navh4 .language-selector-wrapper, .rtl
  .boxe-navh4 .currency-selector {
    float: right; }
  .rtl .boxe-navh4 .language-selector-wrapper, .rtl
  .boxe-navh4 .currency-selector {
    margin: 0 0 0 20px; }
.boxe-navh4 .popup-over a.popup-title {
  padding: 5px 0;
  color: #888;
  font-size: 12px; }
.boxe-navh4 .popup-over:hover a.popup-title {
  color: #000; }
.boxe-navh4 .popup-over .popup-content {
  min-width: 145px;
  right: auto;
  left: 0; }
  .rtl .boxe-navh4 .popup-over .popup-content {
    right: 0;
    left: auto; }
.boxe-navh4 .userinfo-selector {
  float: right;
  /*end min 992*/ }
  .rtl .boxe-navh4 .userinfo-selector {
    float: left; }
  .boxe-navh4 .userinfo-selector .popup-content {
    left: auto;
    right: 0; }
    .rtl .boxe-navh4 .userinfo-selector .popup-content {
      left: 0;
      right: auto; }
  @media (min-width: 992px) {
    .boxe-navh4 .userinfo-selector a.popup-title {
      display: none; }
    .boxe-navh4 .userinfo-selector .popup-content {
      position: static;
      padding: 0;
      opacity: 1;
      visibility: visible;
      background: none;
      min-width: auto;
      z-index: 1;
      border-radius: 0;
      transform: none;
      display: block !important; }
      .boxe-navh4 .userinfo-selector .popup-content:after {
        content: "";
        display: block;
        clear: both; }
      .boxe-navh4 .userinfo-selector .popup-content li {
        float: left; }
        .rtl .boxe-navh4 .userinfo-selector .popup-content li {
          float: right; }
        .boxe-navh4 .userinfo-selector .popup-content li a {
          padding: 0 15px;
          max-width: 180px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #888;
          height: 31px;
          line-height: 31px;
          position: relative; }
          .boxe-navh4 .userinfo-selector .popup-content li a i {
            font-size: 12px; }
          .boxe-navh4 .userinfo-selector .popup-content li a:before {
            content: "";
            width: 1px;
            height: 10px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #ccc;
            right: 0; }
            .rtl .boxe-navh4 .userinfo-selector .popup-content li a:before {
              left: 0;
              right: auto; }
          .boxe-navh4 .userinfo-selector .popup-content li a:hover {
            color: #000;
            background: none; }
        .boxe-navh4 .userinfo-selector .popup-content li:last-child a:before {
          display: none; } }

.box-nav2h4 {
  background: no-repeat;
  padding: 50px 0 25px; }
  @media (min-width: 992px) {
    .box-nav2h4 {
      display: flex;
      align-items: center; } }
  @media (max-width: 991px) {
    .box-nav2h4 {
      padding: 40px 0 25px; }
      .box-nav2h4 .h-logo {
        text-align: center;
        margin-bottom: 15px; } }
  .box-nav2h4 #search_widget {
    margin: auto;
    max-width: 480px; }
    .box-nav2h4 #search_widget a.popup-title {
      display: none; }
    .box-nav2h4 #search_widget .popup-content {
      opacity: 1;
      visibility: visible;
      display: block !important;
      padding: 0;
      border-radius: 0;
      border: 1px solid #ccc;
      margin: 0;
      position: static;
      width: 100%;
      min-width: auto;
      transform: none; }
    .box-nav2h4 #search_widget .search-inner input[type="text"] {
      height: 50px;
      line-height: 50px;
      padding: 0 30px;
      border-radius: 0;
      font-size: 14px;
      transition: all .4s; }
      .box-nav2h4 #search_widget .search-inner input[type="text"]:focus {
        padding: 0 20px;
        color: #000; }
    .box-nav2h4 #search_widget button[type="submit"] {
      height: 50px;
      line-height: 50px;
      padding: 0 15px;
      font-size: 14px;
      box-shadow: 0 0 0 1px #ccc;
      background: #ccc;
      border-radius: 0;
      color: #000; }
      .box-nav2h4 #search_widget button[type="submit"]:hover, .box-nav2h4 #search_widget button[type="submit"]:focus {
        box-shadow: 0 0 0 1px #f42837;
        color: #fff; }
      @media (min-width: 992px) {
        .box-nav2h4 #search_widget button[type="submit"] span.hide {
          display: inline-block; } }
  .box-nav2h4 #cart-block {
    float: right; }
    .rtl .box-nav2h4 #cart-block {
      float: left; }
    .box-nav2h4 #cart-block .header {
      position: relative;
      height: 50px;
      white-space: normal;
      display: flex;
      align-items: center; }
      .box-nav2h4 #cart-block .header > a {
        display: flex;
        align-items: center; }
      .box-nav2h4 #cart-block .header .cart-title {
        font-family: "Work Sans", sans-serif;
        color: #000;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle;
        border-bottom: 2px solid #000;
        height: 50px;
        line-height: 60px; }
      .box-nav2h4 #cart-block .header i {
        font-size: 50px;
        color: #000;
        width: 50px;
        height: 50px;
        line-height: 50px; }
      .box-nav2h4 #cart-block .header .cart-products-count {
        position: absolute;
        bottom: 5px;
        right: 0;
        width: 50px;
        text-align: center; }
        .rtl .box-nav2h4 #cart-block .header .cart-products-count {
          left: 0;
          right: auto; }
        .box-nav2h4 #cart-block .header .cart-products-count span {
          display: inline-block;
          min-width: 20px;
          height: 20px;
          line-height: 20px;
          padding: 0 4px;
          background: #f42837;
          font-family: "Work Sans", sans-serif;
          font-size: 12px;
          color: #fff;
          border-radius: 50%;
          font-weight: bold; }

.box-toph4 {
  /*end max 991*/ }
  .box-toph4 .leo-megamenu .navbar-nav {
    text-align: left; }
    .rtl .box-toph4 .leo-megamenu .navbar-nav {
      text-align: right; }
    @media (min-width: 992px) {
      .box-toph4 .leo-megamenu .navbar-nav > li {
        border-left: 1px solid rgba(255, 255, 255, 0.15); }
        .box-toph4 .leo-megamenu .navbar-nav > li:last-child {
          border-right: 1px solid rgba(255, 255, 255, 0.15); } }
    .box-toph4 .leo-megamenu .navbar-nav > li > a {
      padding: 20px 20px;
      color: #fff; }
      .box-toph4 .leo-megamenu .navbar-nav > li > a:before {
        background: #fff; }
    .box-toph4 .leo-megamenu .navbar-nav > li.active > a, .box-toph4 .leo-megamenu .navbar-nav > li:focus > a, .box-toph4 .leo-megamenu .navbar-nav > li:hover > a {
      padding: 20px 20px;
      color: #fff; }
  .box-toph4 #cart-block {
    float: right; }
    .rtl .box-toph4 #cart-block {
      float: left; }
    .box-toph4 #cart-block .header {
      position: relative;
      height: 50px;
      white-space: normal;
      display: flex;
      align-items: center; }
      .box-toph4 #cart-block .header > a {
        display: flex;
        align-items: center; }
      .box-toph4 #cart-block .header .cart-title {
        font-family: "Work Sans", sans-serif;
        color: #000;
        font-size: 20px;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle;
        border-bottom: 2px solid #000;
        height: 50px;
        line-height: 60px; }
      .box-toph4 #cart-block .header i {
        font-size: 50px;
        color: #000;
        width: 50px;
        height: 50px;
        line-height: 50px; }
      .box-toph4 #cart-block .header .cart-products-count {
        position: absolute;
        bottom: 5px;
        right: 0;
        width: 50px;
        text-align: center; }
        .rtl .box-toph4 #cart-block .header .cart-products-count {
          left: 0;
          right: auto; }
        .box-toph4 #cart-block .header .cart-products-count span {
          display: inline-block;
          min-width: 20px;
          height: 20px;
          line-height: 20px;
          padding: 0 4px;
          background: #f42837;
          font-family: "Work Sans", sans-serif;
          font-size: 12px;
          color: #fff;
          border-radius: 50%;
          font-weight: bold; }
  @media (min-width: 992px) {
    .box-toph4 #cart-block {
      position: absolute;
      right: 15px;
      bottom: 0;
      padding-bottom: 28px; }
      .rtl .box-toph4 #cart-block {
        left: 15px;
        right: auto; } }
  @media (max-width: 991px) {
    .box-toph4 #cart-block {
      position: relative;
      right: auto;
      left: auto;
      padding-bottom: 0;
      padding: 5px 0; }
      .box-toph4 #cart-block .header .cart-title {
        color: #fff;
        font-size: 14px;
        margin: 0 15px;
        border-bottom: 2px solid #fff;
        height: 30px;
        line-height: 30px; }
      .box-toph4 #cart-block .header i {
        font-size: 30px;
        color: #fff;
        width: 30px; }
      .box-toph4 #cart-block .header .cart-products-count {
        width: 30px; }
    .box-toph4 .navbar-header .navbar-toggler {
      border: 1px solid #fff;
      margin: 8px auto 7px;
      color: #fff; } }

@media (min-width: 992px) {
  .mini-navbar .box-toph4 #cart-block {
    position: relative;
    right: auto;
    left: auto;
    padding-bottom: 0;
    padding: 5px 0; }
    .mini-navbar .box-toph4 #cart-block .header .cart-title {
      color: #fff;
      font-size: 14px;
      margin: 0 15px;
      border-bottom: 2px solid #fff;
      height: 30px;
      line-height: 30px; }
    .mini-navbar .box-toph4 #cart-block .header i {
      font-size: 30px;
      color: #fff;
      width: 30px; }
    .mini-navbar .box-toph4 #cart-block .header .cart-products-count {
      width: 30px; } }

.box-coppyh4 {
  text-align: center; }
  @media (max-width: 1500px) {
    .box-coppyh4 {
      padding: 50px 0px; } }
  @media (max-width: 767px) {
    .box-coppyh4 {
      padding: 5px 50px; } }
  .box-coppyh4 .ApColumn .block {
    margin-bottom: 0; }
  .box-coppyh4 .ApHtml {
    line-height: 20px;
    padding: 10px 0; }
    @media (min-width: 768px) {
      .box-coppyh4 .ApHtml {
        float: left; } }
  .box-coppyh4 .ApImage {
    height: 40px;
    padding: 10px 0; }
    @media (min-width: 768px) {
      .box-coppyh4 .ApImage {
        float: right; } }
    @media (max-width: 767px) {
      .box-coppyh4 .ApImage {
        padding-top: 0; } }
    .box-coppyh4 .ApImage img {
      max-height: 100%; }

.boxe-footerlink.box-h4 a {
  color: #888; }
  .boxe-footerlink.box-h4 a:hover {
    color: #000; }
.boxe-footerlink.box-h4 .block-social {
  margin-bottom: 20px; }
  .boxe-footerlink.box-h4 .block-social .social-title {
    float: none;
    margin: 0 0 20px;
    line-height: 1.1; }
  .boxe-footerlink.box-h4 .block-social li {
    border: 0;
    margin: 0;
    color: #666;
    text-align: left; }
    .boxe-footerlink.box-h4 .block-social li:hover {
      color: #000; }
.boxe-footerlink.box-h4 .block_newsletter .input-wrapper input {
  padding: 10px 50px 10px 15px;
  height: 44px;
  border: 1px solid #ccc;
  background: #fff; }
  .rtl .boxe-footerlink.box-h4 .block_newsletter .input-wrapper input {
    padding: 10px 15px 10px 50px; }
  .boxe-footerlink.box-h4 .block_newsletter .input-wrapper input:hover, .boxe-footerlink.box-h4 .block_newsletter .input-wrapper input:focus {
    border-color: #333; }
.boxe-footerlink.box-h4 .block_newsletter .input-wrapper button {
  position: absolute;
  border: 0;
  width: 35px;
  line-height: 35px;
  padding: 0;
  height: 35px;
  top: 5px;
  right: 5px;
  background: none;
  color: #888;
  font-size: 14px; }
  .rtl .boxe-footerlink.box-h4 .block_newsletter .input-wrapper button {
    left: 5px;
    right: auto; }
  .boxe-footerlink.box-h4 .block_newsletter .input-wrapper button:hover {
    color: #000; }
  .boxe-footerlink.box-h4 .block_newsletter .input-wrapper button i:before {
    content: "\f0e0";
    font-family: "FontAwesome"; }

/* .zoomContainer{
  .zoomLens {
    border-radius: 50%;
    cursor: crosshair !important;
  }
  .zoomWindow {
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border: 0 !important;
  }
} */
@media (min-width: 992px) {
  .owl-theme .owl-buttons div {
    opacity: 0; } }
.owl-theme:hover .owl-buttons div {
  opacity: 1; }

#criterions_list label {
  line-height: 13px; }
#criterions_list .cancel a {
  margin-top: 0; }

.off-canvas-nav-megamenu .navbar-nav > li > a > .sub-title,
.leo-megamenu .navbar-nav > li.icon-new > a > .sub-title {
  position: absolute;
  bottom: 50%;
  margin-bottom: 20px;
  right: 20px;
  background: #f42837;
  color: #fff;
  padding: 0 5px;
  line-height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  border-radius: 10px; }
  @media (max-width: 991px) {
    .off-canvas-nav-megamenu .navbar-nav > li > a > .sub-title,
    .leo-megamenu .navbar-nav > li.icon-new > a > .sub-title {
      right: auto;
      left: 10px;
      margin-bottom: 15px; } }

@media (min-width: 992px) {
  .box-listdetail {
    display: flex; } }
.box-listdetail .leo-widget {
  padding: 0 10px; }

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

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

.leo-modal-review .btn .cssload-speeding-wheel {
  border: 2px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent; }

.qty > .js-cart-line-product-quantity {
  max-width: 100%;
  height: 40px;
  text-align: center; }

.product-image-no-thumbs-fullwidth .product-cover {
  text-align: center; }
.product-image-no-thumbs-fullwidth .offset-lg-2 {
  text-align: center; }
.product-image-no-thumbs-fullwidth #leo_product_reviews_block_extra {
  display: flex;
  justify-content: center; }
.product-image-no-thumbs-fullwidth .product-variants > .product-variants-item {
  justify-content: center; }
.product-image-no-thumbs-fullwidth .product-add-to-cart .product-quantity .qty {
  margin: 0 auto 30px; }
.product-image-no-thumbs-fullwidth .leo-compare-wishlist-button .wishlist,
.product-image-no-thumbs-fullwidth .leo-compare-wishlist-button .compare {
  display: inline-block;
  float: none !important;
  vertical-align: top; }
.product-image-no-thumbs-fullwidth .product-quantity .add .btn:not(.add-to-cart) {
  margin: 0 10px; }

#index #header {
  border-bottom: 0; }

.leo-blog-tags .block_content a {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  font-size: 12px;
  background: #f5f5f5;
  border-radius: 4px;
  transition: all .4s;
  margin: 0 5px 5px 0; }
  .leo-blog-tags .block_content a:hover {
    background: #333;
    color: #fff; }

.leo-block-sidebar .list-item {
  margin: 10px 0 20px;
  position: relative; }
  .leo-block-sidebar .list-item .info {
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #333; }
  .leo-block-sidebar .list-item .post-name {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0;
    max-height: 40px;
    overflow: hidden; }
    .leo-block-sidebar .list-item .post-name a {
      display: block; }

.col-conditions {
  font-size: 11px;
  font-style: italic; }

.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 */
