/***************************************************
  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: 20px; } }
.ApColumn .title_block {
  padding: 0;
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 30px; }

.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: 13px; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "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: #000; }
  .widget-tabs li.active {
    border: 1px solid #000; }
    .widget-tabs li.active a {
      color: #000; }

.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: #000;
    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 {
  text-align: center; }
  .box-show-more a.btn {
    background: none;
    clear: both;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: none;
    padding: 0 30px;
    color: #222;
    border: 1px solid; }
    .box-show-more a.btn:hover {
      background: none;
      color: #000;
      letter-spacing: 4px; }
    .box-show-more a.btn .fa {
      margin-left: 5px; }
      .rtl .box-show-more a.btn .fa {
        margin-right: 5px;
        margin-left: inherit; }
  .box-show-more.open a.btn {
    display: inline-block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400; }
  .full-slider .content-slider p {
    margin-top: 30px;
    background: #c70005;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 10px; }
    .rtl .full-slider .carousel-control.left {
      right: 10px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 10px; }
    .rtl .full-slider .carousel-control.right {
      left: 10px;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eee; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -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 #000;
    -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
*/
/*
  Widget Category Image
*/
/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 9;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 5px 0 10px;
  -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; }
  .leo-more-info .col-1,
  .leo-more-info .views_block {
    height: 100%; }
  .leo-more-info .views_block {
    position: relative;
    display: inline-block;
    vertical-align: top; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 20px;
    float: left;
    width: 70px;
    height: 265px; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      float: left;
      width: 64px;
      height: 64px; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        height: 100%;
        display: block;
        margin: 0 1px 2px;
        text-align: center; }
        .leo-more-info .thumbs_list li a img {
          max-height: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 5px; }
  .leo-more-info .view_scroll_left {
    margin-top: 5px; }
  .leo-more-info .thumbs_list {
    margin: 30px 0; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.widget-category_image .cate_content {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 87%; }
  .widget-category_image .cate_content .cover-img {
    display: block; }
    .widget-category_image .cate_content .cover-img img {
      transition: all .3s;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      object-fit: cover; }
  .widget-category_image .cate_content:hover .cover-img img {
    transform: scale(1.1); }
  .widget-category_image .cate_content .name-wapper {
    height: 100px;
    position: absolute;
    top: 2px;
    left: 2px;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
    padding: 10px 30px; }
    @media (max-width: 767px) and (min-width: 576px) {
      .widget-category_image .cate_content .name-wapper {
        padding: 0 15px; } }
    .widget-category_image .cate_content .name-wapper .name {
      display: block;
      font-size: 30px;
      font-weight: 900;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0 0 5px;
      width: 100%;
      color: #000;
      font-family: "Muli", sans-serif; }
      @media (max-width: 767px) and (min-width: 576px) {
        .widget-category_image .cate_content .name-wapper .name {
          font-size: 20px;
          line-height: 1; } }
      @media (max-width: 575px) {
        .widget-category_image .cate_content .name-wapper .name {
          font-size: 24px; } }
      @media (min-width: 992px) {
        .widget-category_image .cate_content .name-wapper .name {
          font-size: 24px; } }
    .widget-category_image .cate_content .name-wapper .num {
      font-size: 12px;
      color: #888; }

.instagram-block .owl-item a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%; }
  .instagram-block .owl-item a img {
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .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.2);
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    z-index: 1; }
  .instagram-block .owl-item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  .instagram-block .owl-item a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .instagram-block .owl-item a img {
    width: 100%; }
.instagram-block .link-instagram {
  margin: 0; }

@media (max-width: 1199px) {
  .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
  .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
  .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 9px;
    padding-left: 9px; }

  .container {
    padding-left: 9px;
    padding-right: 9px; }

  .owl-carousel .owl-item {
    padding: 0 9px; }

  .owl-row {
    margin-left: -9px;
    margin-right: -9px; }

  .row {
    margin-right: -9px;
    margin-left: -9px; }

  .ApInstagram .block_content {
    margin: 0 -9px; } }
/* end max 1199px */
@media (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }

  div.full-mobile {
    margin-left: -20px !important;
    margin-right: -20px !important; }
    div.full-mobile .ApColumn {
      padding-left: 0;
      padding-right: 0; } }
#content-wrapper .sitemap h2 {
  margin: 0 0 20px;
  font-size: 18px; }
#content-wrapper .sitemap li a {
  display: block;
  padding: 5px 0;
  color: #888; }
  #content-wrapper .sitemap li a:hover {
    color: #000; }

#pagenotfound .page-not-found {
  text-align: center;
  box-shadow: none;
  padding: 30px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 40px; }
  #pagenotfound .page-not-found .image-404 {
    margin-bottom: 40px; }
  #pagenotfound .page-not-found h1 {
    font-weight: 400;
    font-size: 100px;
    margin: 0 0 10px 0;
    color: #ff847b; }
  #pagenotfound .page-not-found .btn {
    background: #232f3e;
    color: #fff;
    border: 0;
    padding: 20px 25px;
    margin-top: 40px; }
    #pagenotfound .page-not-found .btn:hover {
      background: #000;
      color: #fff; }

/*update CART*/
.card-block .cart-summary-products .btn {
  border-bottom: 1px solid #e5e5e5;
  color: #444;
  background: none;
  margin: 10px 0;
  padding: 10px 0;
  width: 100%; }
  .card-block .cart-summary-products .btn:hover {
    color: #000; }
  .card-block .cart-summary-products .btn[aria-expanded="true"] {
    color: #000;
    letter-spacing: 3px; }

#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: capitalize;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-size: 12px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 30px 5px;
    color: #999;
    opacity: 1;
    letter-spacing: 0;
    font-weight: 500; }
    @media (max-width: 1199px) {
      body#checkout section.checkout-step .step-title {
        font-size: 11px; } }
    @media (max-width: 767px) {
      body#checkout section.checkout-step .step-title {
        font-size: 10px;
        line-height: 20px; } }
    body#checkout section.checkout-step .step-title:before {
      content: "";
      position: absolute;
      top: 15px;
      width: 100%;
      height: 2px;
      background: #ccc;
      left: 50%; }
      .rtl body#checkout section.checkout-step .step-title:before {
        right: 50%;
        left: auto; }
    body#checkout section.checkout-step .step-title .step-number {
      padding: 0;
      width: 28px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      background: #ccc;
      color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 50%;
      margin-left: -14px; }
  body#checkout section.checkout-step.js-current-step .step-title {
    color: #000; }
    body#checkout section.checkout-step.js-current-step .step-title .step-number {
      background: #000; }
  body#checkout section.checkout-step:last-child .step-title:before {
    display: none; }
  body#checkout section.checkout-step:nth-child(1) .step-title {
    left: 0;
    z-index: 1; }
    .rtl body#checkout section.checkout-step:nth-child(1) .step-title {
      right: 0;
      left: auto; }
  body#checkout section.checkout-step:nth-child(2) .step-title {
    left: 25%;
    z-index: 2; }
    .rtl body#checkout section.checkout-step:nth-child(2) .step-title {
      right: 25%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(3) .step-title {
    left: 50%;
    z-index: 3; }
    .rtl body#checkout section.checkout-step:nth-child(3) .step-title {
      right: 50%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(4) .step-title {
    left: 75%;
    z-index: 4; }
    .rtl body#checkout section.checkout-step:nth-child(4) .step-title {
      right: 75%;
      left: auto; }

.cart-grid .card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#js-checkout-summary,
section.js-current-step {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#block-reassurance {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 20px 0;
  padding: 0; }
  #block-reassurance ul {
    margin: 0; }
  #block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #block-reassurance li:last-child {
      border: 0; }
  #block-reassurance li .block-reassurance-item {
    padding: 15px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    #block-reassurance li .block-reassurance-item img {
      opacity: 0.7;
      width: 25px;
      position: static;
      margin: 0 10px 0 0;
      height: auto; }
      .rtl #block-reassurance li .block-reassurance-item img {
        margin: 0 0 0 10px; }
    #block-reassurance li .block-reassurance-item span {
      font-size: 13px;
      line-height: 20px;
      color: #888;
      font-weight: 300; }

#checkout #checkout-personal-information-step .nav {
  margin: 0 !important; }
  #checkout #checkout-personal-information-step .nav:after {
    content: "";
    display: block;
    clear: both; }
  #checkout #checkout-personal-information-step .nav .nav-item {
    width: 50%;
    float: left;
    margin: 0;
    border-right: 1px solid #e1e1e1; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item {
      float: right; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
    #checkout #checkout-personal-information-step .nav .nav-item:nth-child(2) {
      display: none; }
    #checkout #checkout-personal-information-step .nav .nav-item:last-child {
      border: 0 !important; }
    #checkout #checkout-personal-information-step .nav .nav-item .nav-link {
      display: block;
      line-height: 20px;
      padding: 10px;
      font-weight: 600;
      text-align: center;
      border-bottom: 1px solid #e1e1e1;
      color: #999;
      background: #eee; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link.active {
        color: #282828;
        border-color: transparent;
        background: none; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link:hover {
        color: #282828; }
#checkout #checkout-personal-information-step .tab-content {
  padding: 40px; }
  #checkout #checkout-personal-information-step .tab-content .form-control {
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    height: 40px;
    color: #999;
    background-color: #fff;
    border-color: #e1e1e1;
    border-radius: 0;
    width: 100%;
    box-shadow: 0 0 0 30px #fff inset; }
    #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 [data-action="show-password"] {
  background: none;
  color: #888;
  height: 40px;
  border-radius: 0;
  margin: 0 -1px;
  min-width: 40px; }
  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 .radio-inline,
  body#checkout section.checkout-step #login-form .radio-inline,
  body#checkout section.checkout-step #invoice-address .radio-inline {
    margin: 0 15px 0 0; }
    body#checkout section.checkout-step #customer-form .radio-inline .custom-radio,
    body#checkout section.checkout-step #login-form .radio-inline .custom-radio,
    body#checkout section.checkout-step #invoice-address .radio-inline .custom-radio {
      vertical-align: -10px; }
  body#checkout section.checkout-step #customer-form .form-control-comment,
  body#checkout section.checkout-step #login-form .form-control-comment,
  body#checkout section.checkout-step #invoice-address .form-control-comment {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #ccc; }
    .rtl body#checkout section.checkout-step #customer-form .form-control-comment, .rtl
    body#checkout section.checkout-step #login-form .form-control-comment, .rtl
    body#checkout section.checkout-step #invoice-address .form-control-comment {
      text-align: left; }
  @media (min-width: 768px) {
    body#checkout section.checkout-step #customer-form .form-group > .col-md-6,
    body#checkout section.checkout-step #login-form .form-group > .col-md-6,
    body#checkout section.checkout-step #invoice-address .form-group > .col-md-6 {
      width: 75%; } }
  body#checkout section.checkout-step #customer-form .input-group-btn,
  body#checkout section.checkout-step #login-form .input-group-btn,
  body#checkout section.checkout-step #invoice-address .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 4; }
    .rtl body#checkout section.checkout-step #customer-form .input-group-btn, .rtl
    body#checkout section.checkout-step #login-form .input-group-btn, .rtl
    body#checkout section.checkout-step #invoice-address .input-group-btn {
      left: 0;
      right: auto; }
    body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"] {
      font-size: 0; }
      body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"]:before {
        display: inline-block;
        font-family: FontAwesome;
        font-weight: 400;
        line-height: 1;
        content: "\F06E";
        font-size: 17px;
        vertical-align: middle; }

body#checkout .custom-checkbox input[type="checkbox"],
body#checkout .custom-checkbox input[type="radio"] {
  z-index: 3; }
  body#checkout .custom-checkbox input[type="checkbox"] + span,
  body#checkout .custom-checkbox input[type="radio"] + span {
    min-width: 16px; }
    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 section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  position: absolute;
  margin: 0 0 0 -15px !important;
  width: 30px;
  height: 30px;
  text-align: center;
  left: 50%;
  top: -30px;
  font-size: 0;
  display: none; }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #282828 !important; }

body#checkout section.checkout-step .address-selector {
  display: block; }
  body#checkout section.checkout-step .address-selector hr {
    border: 0; }

body#checkout section.checkout-step .address-item.selected {
  border: #282828 1px solid; }
body#checkout section.checkout-step .address-item .radio-block {
  display: block; }
body#checkout section.checkout-step .address-item .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: -7px; }
body#checkout section.checkout-step .address-item .address-alias {
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 20px; }
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: 13px;
    color: #282828 !important;
    border: 2px solid #282828;
    text-transform: uppercase;
    line-height: 20px;
    transition: all .4s;
    font-weight: 500; }
    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: #000; }
    body#checkout section.checkout-step .add-address a:hover .material-icons {
      background: #000; }

#payment-confirmation {
  text-align: center; }

.btn-outline,
.btn,
.btn-primary {
  border-radius: 4px;
  background: #000;
  padding: 12px 20px;
  line-height: 20px;
  border: 0;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px; }
  .btn-outline:hover, .btn-outline:focus,
  .btn:hover,
  .btn:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    background: #222;
    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; }

#payment-confirmation .btn {
  width: 100%;
  padding: 15px 10px; }

body#checkout #order-summary-content {
  font-size: 13px; }

body#checkout .custom-checkbox span {
  margin-top: 4px; }

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 .condition-label {
  margin-left: 30px; }
  .rtl body#checkout .condition-label {
    margin-right: 30px;
    margin-left: inherit; }

body#checkout #order-summary-content h4.black {
  color: #444;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content .col-md-12 > h4.black {
  font-size: 18px; }

.definition-list dl dd, .definition-list dl dt {
  width: 49%; }

body#checkout #order-summary-content h4.h4 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content #order-items h3.h3 {
  color: #222;
  font-size: 14px;
  font-weight: 600; }

.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: 24px;
    margin: 0 0 20px; }
    #content-hook_order_confirmation .card-title i {
      vertical-align: -4px;
      margin-right: 15px; }
      .rtl #content-hook_order_confirmation .card-title i {
        margin-left: 15px;
        margin-right: inherit; }
  #content-hook_order_confirmation .card-block {
    padding: 30px 15px; }
  #content-hook_order_confirmation p {
    margin: 0; }

h5.aeuc_scart {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000; }

@media (min-width: 768px) {
  #order-confirmation #order-items {
    width: 66.66%;
    padding: 30px;
    border: 0; }
  #order-confirmation .page-order-confirmation .card-block {
    padding: 0; }
    #order-confirmation .page-order-confirmation .card-block > .row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  #order-confirmation #order-details {
    padding: 30px;
    border-left: 1px solid #dfdfdf; } }

.card {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1); }

#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;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: #888; }
  h5.modal-title a {
    color: #000; }
    h5.modal-title a:hover {
      color: #000; }

.modal-content {
  border: 0;
  border-radius: 4px; }

.modal-backdrop.in {
  opacity: 0.8; }

.login-form button[data-action="show-password"] {
  font-size: 0 !important;
  color: #ccc !important;
  background: none !important;
  border: 0 !important; }
  .login-form button[data-action="show-password"]:hover {
    color: #000 !important; }
  .login-form button[data-action="show-password"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    content: "\f070";
    font-size: 17px; }
.login-form input[type="text"] + span button[data-action="show-password"]:before {
  content: "\f06e"; }

.register-form > p {
  text-align: center; }
.register-form .custom-checkbox {
  display: block;
  position: relative; }
  .register-form .custom-checkbox input[type="checkbox"], .register-form .custom-checkbox > span {
    position: absolute;
    top: 0;
    left: 0; }
    .rtl .register-form .custom-checkbox input[type="checkbox"], .rtl .register-form .custom-checkbox > span {
      right: 0;
      left: auto; }
  .register-form .custom-checkbox input[type="checkbox"] + span {
    position: absolute;
    top: 2px;
    left: 0; }
    .rtl .register-form .custom-checkbox input[type="checkbox"] + span {
      right: 0;
      left: auto; }
.register-form .form-control-valign .radio-inline {
  margin: 10px 15px 0 0; }
  .rtl .register-form .form-control-valign .radio-inline {
    margin: 10px 0 0 15px; }
.register-form .input-group-btn {
  position: absolute;
  top: 0;
  right: 0px;
  display: block; }
  .rtl .register-form .input-group-btn {
    left: 0px;
    right: auto; }
  .register-form .input-group-btn .btn {
    font-size: 0;
    color: #ccc !important;
    background: none !important;
    border: 0; }
    .register-form .input-group-btn .btn:hover {
      color: #222 !important; }
    .register-form .input-group-btn .btn:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: 400;
      line-height: 1;
      content: "\f070";
      font-size: 17px; }
.register-form input[type="text"] + .input-group-btn .btn:before {
  content: "\f06e"; }
.register-form .form-footer {
  text-align: center; }
  .register-form .form-footer .form-control-submit {
    float: none !important;
    min-width: 200px; }

/*end update CART*/
.hidden,
.hide {
  display: none; }

body#order-confirmation .product_list .ajax_block_product {
  clear: none; }
  @media (min-width: 992px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 25%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 25%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 481px) and (max-width: 767px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 33.3333%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(3n+1) {
        clear: both; } }
  @media (max-width: 480px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 50%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(2n+1) {
        clear: both; } }

#js-product-list > .up {
  display: none; }

@media (max-width: 991px) {
  .leo-megamenu.disable-canvas .navbar-nav > li.active > a,
  .leo-megamenu.disable-canvas .navbar-nav > li:hover > a,
  .leo-megamenu.disable-canvas .navbar-nav > li:focus > a {
    color: #fff; }
  .leo-megamenu.disable-canvas .navbar-nav > li > a {
    color: #fff; }
  .leo-megamenu.disable-canvas .dropdown-menu li a {
    color: #999; }
    .leo-megamenu.disable-canvas .dropdown-menu li a:hover {
      color: #fff; }
  .leo-megamenu.disable-canvas .leo-megamenu .dropdown-menu {
    color: #999;
    background: #21212a; }
  .leo-megamenu.disable-canvas .dropdown-menu div.menu-title {
    margin: 10px 0 0;
    padding: 0; }
  .leo-megamenu.disable-canvas .widget-raw-html {
    margin: 0; }
  .leo-megamenu.disable-canvas .leo-top-menu {
    left: 18px;
    right: 18px; } }
@media (max-width: 991px) and (max-width: 991px) {
  .box-top.box-h2 .leo-megamenu.disable-canvas .leo-top-menu {
    left: 0px;
    right: 0px; } }

@media (max-width: 991px) {
  .col-logo.ApColumn {
    position: static; }

  .header-container .container {
    padding-left: 18px;
    padding-right: 18px; } }
/*end max 991*/
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-subtotals {
  display: none !important; }
.leo-fly-cart-slidebar.slidebar_bottom .cart-dropdow-viewcart {
  background: none;
  color: #666;
  border-bottom: 1px solid #666;
  margin: 5px;
  padding: 0;
  width: auto;
  font-size: 8px;
  display: inline-block;
  vertical-align: top; }
  .leo-fly-cart-slidebar.slidebar_bottom .cart-dropdow-viewcart:hover {
    color: #222;
    border-bottom: 1px solid #222;
    letter-spacing: 4px;
    background: none; }
.leo-fly-cart-slidebar.slidebar_bottom .cart-dropdow-checkout {
  min-width: 122px;
  border-radius: 20px; }
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px; }
  @media (max-width: 567px) {
    .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom {
      border-top: 1px solid #eee; } }
  @media (max-width: 767px) {
    .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom .leo-cart-dropdown-action {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      height: 70px;
      min-width: 0px; } }
  @media (max-width: 567px) {
    .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom .leo-cart-dropdown-action {
      height: 100px;
      display: flex;
      padding-top: 0; }
      .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom .leo-cart-dropdown-action .cart-dropdow-checkout {
        display: block;
        margin: auto; } }
@media (min-width: 568px) {
  .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total,
  .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    text-align: center; } }
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total .col-xl-6,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action .col-xl-6 {
  width: 100%;
  padding: 0 8px; }
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total .value,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total .label,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action .value,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action .label {
  display: block;
  width: 100%;
  text-align: center; }
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total .label,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action .label {
  font-size: 20px;
  color: #000; }
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total .value,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action .value {
  font-size: 20px;
  font-weight: 700; }

body#checkout section.checkout-step #customer-form .radio-inline {
  margin: 4px 10px 0 0; }
  .rtl body#checkout section.checkout-step #customer-form .radio-inline {
    margin: 4px 0 0 10px; }

#content.card-block > hr {
  display: none; }

.form-group {
  margin-bottom: 20px; }

#authentication .login-form .row > .col-md-3, #authentication .login-form .row > .col-md-6,
#authentication .register-form .row > .col-md-3,
#authentication .register-form .row > .col-md-6 {
  width: 100%;
  text-align: left;
  padding-top: 0; }
  .rtl #authentication .login-form .row > .col-md-3, .rtl #authentication .login-form .row > .col-md-6, .rtl
  #authentication .register-form .row > .col-md-3, .rtl
  #authentication .register-form .row > .col-md-6 {
    text-align: right; }
#authentication .login-form .form-footer .btn,
#authentication .register-form .form-footer .btn {
  width: 100%;
  margin: 0 0 20px; }

textarea.form-control {
  border: 1px solid #e5e5e5; }

#blog-localengine .btn[name="submitcomment"] {
  width: 100%; }

.modal-footer .btn {
  margin: 1px;
  min-height: 40px;
  min-width: 150px; }
  @media (max-width: 480px) {
    .modal-footer .btn {
      min-width: 120px; } }
  .modal-footer .btn.btn-secondary {
    background: #eee;
    color: #222; }
    .modal-footer .btn.btn-secondary:focus, .modal-footer .btn.btn-secondary:hover, .modal-footer .btn.btn-secondary:active {
      background: #ccc;
      color: #222; }

.modal-open {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: auto; }

.ui-autocomplete {
  z-index: 99999;
  border-radius: 0;
  border-top: 0;
  border-color: #eee;
  padding: 10px 0; }
  .ui-autocomplete .ui-menu-item {
    list-style: none;
    border-radius: 0;
    margin: 0; }
    .ui-autocomplete .ui-menu-item a {
      padding: 5px 15px;
      border-radius: 0;
      font-size: 12px;
      border: 0; }
      .ui-autocomplete .ui-menu-item a:hover {
        background: #eee;
        color: #000; }
      .ui-autocomplete .ui-menu-item a .separator {
        display: none; }

#content.page-not-found {
  text-align: center; }

@media (min-width: 992px) {
  body .off-canvas-nav-megamenu {
    display: none; } }

#category-products > .item,
#category-products2 > .item {
  float: left;
  padding: 0 15px;
  width: 25%;
  display: none; }
  @media (max-width: 991px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 33.333%; } }
  @media (max-width: 767px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 50%; } }
  @media (max-width: 480px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 100%; } }
  #category-products > .item:nth-child(1), #category-products > .item:nth-child(2), #category-products > .item:nth-child(3), #category-products > .item:nth-child(4),
  #category-products2 > .item:nth-child(1),
  #category-products2 > .item:nth-child(2),
  #category-products2 > .item:nth-child(3),
  #category-products2 > .item:nth-child(4) {
    display: block; }
  @media (max-width: 991px) {
    #category-products > .item:nth-child(4),
    #category-products2 > .item:nth-child(4) {
      display: none; } }
  @media (max-width: 767px) {
    #category-products > .item:nth-child(3),
    #category-products2 > .item:nth-child(3) {
      display: none; } }
  @media (max-width: 480px) {
    #category-products > .item:nth-child(2),
    #category-products2 > .item:nth-child(2) {
      display: none; } }

/*UPDATE HOME CSS*/
.slidebar_bottom .leo-dropdown-bottom .leo-dropdown-cart-total {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center; }

/*end UPDATE HOME CSS*/
.quickview .product-cover img {
  width: 100%;
  border-radius: 4px; }

.product-actions .product-variants {
  display: block; }

.product-variants > .product-variants-item .color,
.product-variants > .product-variants-item .input-color {
  width: 46px;
  height: 46px;
  border: 0; }

.product-variants > .product-variants-item .input-color {
  z-index: 3; }

.product-variants > .product-variants-item .color:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  color: #FFF;
  font-size: 12px;
  line-height: normal;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 46px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.product-variants > .product-variants-item .color:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.5s;
  transform: scale(0);
  opacity: 0; }

.product-variants > .product-variants-item .input-color:checked + span:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }

.product-variants > .product-variants-item .input-color:checked + span:after {
  transform: scale(1);
  opacity: 1; }

.product-variants > .product-variants-item .color .sr-only {
  background: rgba(0, 0, 0, 0.8);
  width: auto;
  height: auto;
  min-width: 46px;
  text-align: center;
  padding: 2px 10px;
  clip: inherit;
  color: #FFF;
  font-size: 12px;
  overflow: inherit;
  visibility: hidden;
  border-radius: 3px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .product-variants > .product-variants-item .color .sr-only:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 17px; }

.product-variants > .product-variants-item .input-color:hover + .color .sr-only {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.product-variants > .product-variants-item .color {
  border: 0;
  width: 46px;
  height: 46px;
  line-height: 20px;
  position: relative; }

.product-information .radio-label {
  padding: 6px 13px; }

.quickview .product-thumb-images .slick-list .slick-slide {
  padding: 5px 0; }

.product-thumb-images .thumb {
  border: 1px solid transparent; }

@media (max-width: 567px) {
  .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    width: 100%;
    min-width: 100%; } }
.leo-megamenu .navbar-nav > li > a > .sub-title,
.off-canvas-nav-megamenu .navbar-nav > li > a > .sub-title {
  position: absolute;
  background: #000;
  color: #fff;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  padding: 0 5px;
  bottom: 50%;
  right: 0;
  margin-bottom: 12px;
  right: 10px;
  border-radius: 2px;
  font-weight: normal; }
  .leo-megamenu .navbar-nav > li > a > .sub-title:before,
  .off-canvas-nav-megamenu .navbar-nav > li > a > .sub-title:before {
    content: "";
    border: 3px solid transparent;
    position: absolute;
    border-top-color: #000;
    top: 100%;
    right: 9px; }

.leo-megamenu .navbar-nav > li.icon-new > a > .sub-title,
.off-canvas-nav-megamenu .navbar-nav > li.icon-new > a > .sub-title {
  background: #27c350; }
  .leo-megamenu .navbar-nav > li.icon-new > a > .sub-title:before,
  .off-canvas-nav-megamenu .navbar-nav > li.icon-new > a > .sub-title:before {
    border-top-color: #27c350; }

@media (min-width: 992px) {
  .box-listdetail {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.box-listdetail .leo-widget {
  padding: 0 10px; }
  @media (max-width: 991px) {
    .box-listdetail .leo-widget {
      padding: 0 2px;
      width: 48%;
      float: left;
      margin: 0 1% 5px; }
      .box-listdetail .leo-widget:nth-child(2n+1) {
        clear: both; } }

.box-listdetail .leo-widget a {
  display: block;
  padding: 5px;
  border: 1px solid #eee; }

.box-listdetail .leo-widget a:hover {
  border: 1px solid #999; }

.page-cms img {
  max-width: 100%;
  height: auto; }

@media (max-width: 991px) {
  .box-top {
    position: relative; }
    .box-top .col-menu {
      position: static; }
    .box-top .leo-megamenu.disable-canvas .dropdown-menu {
      display: none; } }
/*update css menu*/
.off-canvas-active > #page {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.off-canvas-nav-megamenu {
  -webkit-transform: translate(0, 0) scale(0, 1);
  -moz-transform: translate(0, 0) scale(0, 1);
  -ms-transform: translate(0, 0) scale(0, 1);
  -o-transform: translate(0, 0) scale(0, 1);
  transform: translate(0, 0) scale(0, 1);
  left: 0;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center; }

.off-canvas-active > .off-canvas-nav-megamenu.active {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1); }

.off-canvas-nav-megamenu .offcanvas-mainnav {
  left: 0; }

.rtl .off-canvas-nav-megamenu .offcanvas-mainnav {
  right: 0;
  left: auto; }

/*end update css menu*/
.product-line-actions .qty > input.js-cart-line-product-quantity {
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 10px; }

#content-hook-order-confirmation-footer .featured-products {
  margin-bottom: 30px; }

.card-block strong,
.card-block .font-weight-bold,
.card-block .aeuc_scart a,
.card-block .product-name {
  color: #333; }

.order-confirmation-table .font-weight-bold {
  color: #333; }

#checkout .box-top .col-info #cart-block .header a:after,
#checkout .box-top .col-info #cart-block .header a:before {
  display: none; }

#registration-form .card-block > h4 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0; }

/*update product image more infor*/
.owl-carousel .owl-item {
  position: relative; }

.owl-carousel .owl-item:hover {
  z-index: 9; }

.leo-more-info .thumbs_list li a img {
  max-width: 100%; }

.leo-more-info .thumbs_list li a {
  margin: 0; }

.leo-more-info .thumbs_list li {
  padding: 2px 4px;
  width: 70px;
  height: 66px; }

.leo-more-info .view_scroll_left,
.leo-more-info .view_scroll_right {
  width: 100%;
  text-align: center; }
  .leo-more-info .view_scroll_left.disabled,
  .leo-more-info .view_scroll_right.disabled {
    opacity: 0.5;
    color: #333; }

.owl-item.active.last .thumbnail-container .leo-more-info {
  left: 0;
  right: auto; }

.owl-item.active.last .thumbnail-container:hover .leo-more-info {
  width: 70px;
  opacity: 1;
  filter: alpha(opacity=100);
  right: auto;
  left: -70px; }

@media (max-width: 1439px) {
  .leo-more-info .thumbs_list {
    margin-top: 15px;
    margin-bottom: 15px;
    height: calc(100% - 30px); }

  .leo-more-info .view_scroll_left {
    margin-top: 0px; } }
@media (max-width: 991px) {
  .leo-more-info {
    display: none; } }
.product-variants > .product-variants-item select {
  width: auto; }

/*end update product image more infor*/
.leoquicklogin-cssload-speeding-wheel {
  width: 20px;
  height: 20px; }

.product-detail .description-short {
  margin-bottom: 30px; }
.product-detail .product-prices {
  margin: 25px 0; }

@media (max-width: 767px) {
  .leo-modal-review .new_review_form_content {
    text-align: left; }
    .rtl .leo-modal-review .new_review_form_content {
      text-align: right; }
  .leo-modal-review .product-info {
    width: 40%;
    display: none; }
  .leo-modal-review .new_review_form_content {
    width: 100%; }

  #blockcart-modal .modal-title {
    font-size: 14px;
    text-align: center; }
  #blockcart-modal .divide-right {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px; }
    #blockcart-modal .divide-right > .row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  #blockcart-modal .product-image {
    max-width: 100px; }
  #blockcart-modal .product-name {
    font-size: 16px; }
  #blockcart-modal .cart-products-count {
    font-size: 14px; }
  #blockcart-modal p {
    margin-bottom: 10px; }
  #blockcart-modal .cart-content-btn {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #blockcart-modal .cart-content-btn .btn {
      width: 50%;
      padding: 10px 15px; }
      #blockcart-modal .cart-content-btn .btn i {
        display: none; } }
  @media (max-width: 767px) and (max-width: 480px) {
    #blockcart-modal .cart-content-btn {
      display: block; }
      #blockcart-modal .cart-content-btn .btn {
        width: 100%;
        margin: 10px 0 0; } }

.box-faqpage .block-toggler .navbar-toggler {
  top: 2px; }
.box-faqpage .ApHtml .title_block {
  background: #f5f5f5;
  padding: 10px 30px;
  font-size: 15px;
  margin: 0 0 10px;
  border-radius: 4px;
  line-height: 1.5;
  transition: all .2s ease-in-out;
  font-weight: 300; }
  .box-faqpage .ApHtml .title_block:before {
    font-family: "FontAwesome";
    content: "\f059";
    top: 11px;
    left: 10px;
    background: none;
    color: #f11d22;
    transition: all .4s;
    position: absolute; }
    .rtl .box-faqpage .ApHtml .title_block:before {
      right: 10px;
      left: auto; }
.box-faqpage .ApHtml .block_content:after {
  content: "";
  display: block;
  clear: both; }
.box-faqpage .ApHtml .title[aria-expanded="true"] {
  color: #fff; }
  .box-faqpage .ApHtml .title[aria-expanded="true"] .title_block {
    background: #000;
    color: #fff; }
    .box-faqpage .ApHtml .title[aria-expanded="true"] .title_block:before {
      color: #fff; }
.box-faqpage .ApHtml p {
  margin: 0; }

.product-detail .leo-more-cdown ul {
  margin: 20px 0; }

.box-outteam .ApColumn .block {
  margin-bottom: 30px; }
.box-outteam .ApImage {
  position: relative; }
  .box-outteam .ApImage .image_description {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    padding: 20px;
    font-size: 12px;
    line-height: 1.75;
    opacity: 0;
    transition: all .2s;
    overflow: hidden; }
    .box-outteam .ApImage .image_description strong {
      color: #222; }
    @media (max-width: 1199px) {
      .box-outteam .ApImage .image_description p:last-child {
        display: none; } }
  .box-outteam .ApImage:hover .image_description {
    opacity: 1; }

.leo-pro-attr-section .leo-bt-select-attr {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 25px 10px 15px;
  position: relative;
  text-align: left;
  margin: 5px 0; }
  .rtl .leo-pro-attr-section .leo-bt-select-attr {
    padding: 10px 15px 10px 25px; }
  .rtl .leo-pro-attr-section .leo-bt-select-attr {
    text-align: right; }
  .leo-pro-attr-section .leo-bt-select-attr:after {
    position: absolute;
    top: 18px;
    right: 15px; }
    .rtl .leo-pro-attr-section .leo-bt-select-attr:after {
      left: 15px;
      right: auto; }

.thumbnail-container .leo_cart_quantity {
  margin: 5px 0; }

.delivery-options img {
  max-width: 40px;
  height: auto; }

/*fix leo-more-cdown in product detail*/
.category-products .owl-item.active + .active + .active + .active .leo-more-info,
.product-accessories .owl-item.active + .active + .active + .active .leo-more-info {
  right: auto;
  left: 0; }
.category-products .owl-item.active + .active + .active + .active .thumbnail-container:hover .leo-more-info,
.product-accessories .owl-item.active + .active + .active + .active .thumbnail-container:hover .leo-more-info {
  right: auto;
  left: -90px; }

#instafeed > a {
  display: none; }

.timeline-item {
  border: 0; }

.fade,
.modal .modal-dialog,
.modal.fade .modal-dialog {
  transition: all .2s ease-in-out;
  transform: none; }

/*update css lamode*/
.text-center {
  text-align: center; }

.fw300 {
  font-weight: 300; }

.fwbold {
  font-weight: bold; }

.red {
  color: #ee1d52; }

.black {
  color: #000; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.box-navh1 .ApColumn .block {
  margin-bottom: 0; }
.box-navh1 .ApRawHtml {
  padding: 10px 0;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 16px; }
  .box-navh1 .ApRawHtml .fa {
    margin: 0 5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

.h-logo {
  padding: 10px 0;
  text-align: center;
  line-height: 70px;
  transition: all .3s; }
  .h-logo img {
    max-height: 60px;
    transition: all .3s; }

.box-top .col-info {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 10px;
  height: 120px; }
  @media (max-width: 767px) {
    .box-top .col-info {
      height: auto;
      padding-bottom: 30px;
      padding-top: 10px; } }
  .box-top .col-info > .currency-selector {
    margin-right: auto; }
  .box-top .col-info > .userinfo-selector {
    margin-left: auto; }
.box-top .language-selector-wrapper {
  margin: 0 15px 0 0; }
  .rtl .box-top .language-selector-wrapper {
    margin: 0 0 0 15px; }
  @media (max-width: 480px) {
    .box-top .language-selector-wrapper {
      margin: 0 5px 0 0; }
      .rtl .box-top .language-selector-wrapper {
        margin: 0 0 0 5px; } }
.box-top .language-selector-wrapper a.popup-title,
.box-top .currency-selector a.popup-title {
  font-size: 10px;
  text-transform: uppercase; }
  .box-top .language-selector-wrapper a.popup-title .fa-globe,
  .box-top .language-selector-wrapper a.popup-title .fa-money,
  .box-top .currency-selector a.popup-title .fa-globe,
  .box-top .currency-selector a.popup-title .fa-money {
    font-size: 14px;
    vertical-align: -1px; }
  .box-top .language-selector-wrapper a.popup-title span,
  .box-top .currency-selector a.popup-title span {
    padding: 0 2px; }
.box-top .language-selector-wrapper .popup-content,
.box-top .currency-selector .popup-content {
  right: auto;
  left: 0;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 2px;
  min-width: 120px; }
  .rtl .box-top .language-selector-wrapper .popup-content, .rtl
  .box-top .currency-selector .popup-content {
    right: 0;
    left: auto; }
  .box-top .language-selector-wrapper .popup-content a img,
  .box-top .currency-selector .popup-content a img {
    margin: 0 5px 0 0; }
    .rtl .box-top .language-selector-wrapper .popup-content a img, .rtl
    .box-top .currency-selector .popup-content a img {
      margin: 0 0 0 5px; }
.box-top #cart-block,
.box-top .search-widget,
.box-top .userinfo-selector {
  border: 0;
  box-shadow: none;
  height: auto; }
  .box-top #cart-block span.block,
  .box-top .search-widget span.block,
  .box-top .userinfo-selector span.block {
    display: block;
    font-size: 10px;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .box-top #cart-block span.block,
      .box-top .search-widget span.block,
      .box-top .userinfo-selector span.block {
        font-size: 8px; } }
  .box-top #cart-block .popup-title,
  .box-top #cart-block .header,
  .box-top .search-widget .popup-title,
  .box-top .search-widget .header,
  .box-top .userinfo-selector .popup-title,
  .box-top .userinfo-selector .header {
    text-align: center;
    line-height: 20px; }
    .box-top #cart-block .popup-title .fa,
    .box-top #cart-block .header .fa,
    .box-top .search-widget .popup-title .fa,
    .box-top .search-widget .header .fa,
    .box-top .userinfo-selector .popup-title .fa,
    .box-top .userinfo-selector .header .fa {
      font-size: 18px;
      display: block; }
  .box-top #cart-block .popup-content,
  .box-top .search-widget .popup-content,
  .box-top .userinfo-selector .popup-content {
    font-size: 12px; }
  .box-top #cart-block .header,
  .box-top .search-widget .header,
  .box-top .userinfo-selector .header {
    padding: 0 0 0 15px;
    position: relative; }
    @media (max-width: 480px) {
      .box-top #cart-block .header,
      .box-top .search-widget .header,
      .box-top .userinfo-selector .header {
        padding: 0 0 0 10px; } }
    .box-top #cart-block .header .cart-products-count,
    .box-top .search-widget .header .cart-products-count,
    .box-top .userinfo-selector .header .cart-products-count {
      position: absolute;
      top: -5px;
      right: -5px;
      font-size: 12px;
      background: #f93a2a;
      line-height: 16px;
      padding: 0 5px;
      min-width: 16px;
      color: #fff;
      border-radius: 8px; }
.box-top .ApColumn .block {
  margin-bottom: 0; }
@media (min-width: 768px) {
  .box-top .h-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9; } }
.box-top .h-logo img {
  max-height: 80px; }

a.link-suport {
  color: #fff;
  z-index: 9;
  position: absolute;
  top: -24px;
  right: 15px;
  background: #e73e01;
  background: -moz-linear-gradient(top, #e73e01 0, #c90202 50%, #e73e01 100%);
  background: -webkit-linear-gradient(top, #e73e01 0, #c90202 50%, #e73e01 100%);
  background: linear-gradient(to bottom, #e73e01 0, #c90202 50%, #e73e01 100%);
  padding: 10px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 25px; }
  .rtl a.link-suport {
    left: 15px;
    right: auto; }
  @media (max-width: 991px) {
    a.link-suport {
      right: 10px; }
      .rtl a.link-suport {
        left: 10px;
        right: auto; } }
  a.link-suport:before {
    content: "";
    font-size: .5em;
    position: absolute;
    border-style: solid;
    border-color: transparent transparent #902424;
    top: .3rem;
    left: -1rem;
    border-width: 0 0 1.2rem 1rem;
    z-index: -1; }
  a.link-suport:after {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #e73e01;
    border-right: 52px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 52px solid transparent;
    border-radius: 10px; }
  a.link-suport span {
    display: block;
    text-align: center;
    width: 90px;
    overflow: hidden;
    white-space: nowrap; }
  a.link-suport i {
    margin-right: 8px;
    transition: all .4s; }
  a.link-suport:hover i {
    transform: rotate(45deg); }

.box-menuh1 .ApColumn .block {
  margin-bottom: 0; }
.box-menuh1 .leo-megamenu .navbar-nav > li > a {
  padding: 10px 18px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  position: relative;
  letter-spacing: 2px; }
  .box-menuh1 .leo-megamenu .navbar-nav > li > a:after {
    display: none; }
.box-menuh1 .leo-megamenu .navbar-nav > li:hover > a, .box-menuh1 .leo-megamenu .navbar-nav > li:focus > a {
  background: #232323; }
.box-menuh1 .navbar-header .navbar-toggler {
  height: 30px;
  border: 1px solid #fff;
  margin: 5px auto;
  color: #fff;
  line-height: 28px;
  font-size: 16px; }

.cus-title {
  text-align: center;
  padding: 40px 0 10px; }
  .cus-title h4 {
    font-size: 30px;
    font-weight: 900;
    margin: 15px 0 15px;
    letter-spacing: 1px; }
    @media (max-width: 480px) {
      .cus-title h4 {
        font-size: 24px; } }
  .cus-title h5 {
    font-weight: 300;
    letter-spacing: 5px; }
  .cus-title p {
    max-width: 660px;
    margin: auto; }

.latest-blogs .blog-container {
  position: relative; }
  .latest-blogs .blog-container .blog-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    line-height: 20px;
    pointer-events: none;
    min-width: 50px;
    text-align: center; }
    .latest-blogs .blog-container .blog-date .b-daycount {
      display: block;
      font-size: 24px;
      line-height: 30px; }
  .latest-blogs .blog-container:hover .blog-image-container img {
    transform: scale(1.05); }
  .latest-blogs .blog-container .blog-image-container {
    overflow: hidden; }
    .latest-blogs .blog-container .blog-image-container img {
      transition: all 1s; }
  .latest-blogs .blog-container .blog-title {
    margin: 0 0 20px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 500;
    font-size: 18px; }
    .latest-blogs .blog-container .blog-title a {
      display: block;
      color: #000; }
      .latest-blogs .blog-container .blog-title a:hover {
        color: #222; }
  .latest-blogs .blog-container .right-block {
    padding: 15px 0; }
  .latest-blogs .blog-container .blog-desc {
    font-size: 14px;
    color: #777;
    min-height: 72px; }
  .latest-blogs .blog-container .blog-desc + p {
    margin: 0; }
  .latest-blogs .blog-container .link-readmore {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    border-bottom: 1px solid;
    line-height: 20px;
    display: inline-block;
    transition: all .4s; }
    .latest-blogs .blog-container .link-readmore:hover {
      letter-spacing: 2px; }
  .latest-blogs .blog-container .blog-meta {
    color: #818181;
    margin: 0 0 10px;
    font-size: 14px; }
    .latest-blogs .blog-container .blog-meta > span {
      margin: 0 10px 0 0; }
    .latest-blogs .blog-container .blog-meta a {
      color: #818181; }
      .latest-blogs .blog-container .blog-meta a:hover {
        color: #000; }
  .latest-blogs .blog-container .blog_img_link {
    display: block;
    padding-bottom: 80%;
    position: relative; }
    .latest-blogs .blog-container .blog_img_link img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .latest-blogs .blog-container .readmore a {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    font-weight: 300;
    color: #999; }
    .latest-blogs .blog-container .readmore a:hover {
      color: #000; }
    .latest-blogs .blog-container .readmore a i {
      margin: 0 5px;
      transition: all .3s; }
    .latest-blogs .blog-container .readmore a:hover i {
      transform: translateX(5px); }
.latest-blogs .blog-viewall .btn {
  background: none;
  color: #333;
  border-bottom: 1px solid;
  letter-spacing: 2px;
  padding: 10px 0; }
  .latest-blogs .blog-viewall .btn:hover {
    color: #000;
    letter-spacing: 4px; }

.box-forman {
  position: relative;
  text-align: center; }
  .box-forman:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset; }
  @media (min-width: 768px) {
    .box-forman {
      display: flex; }
      .box-forman > .ApColumn:first-child {
        border-right: 1px solid #e9e9e9; } }
  .box-forman .ApColumn {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .box-forman .ApColumn {
        padding-top: 30px;
        padding-bottom: 30px; }
        .box-forman .ApColumn:first-child {
          border-bottom: 1px solid #e9e9e9; } }
    .box-forman .ApColumn .block {
      margin-bottom: 0; }
  .box-forman .ApImage {
    max-width: 500px;
    margin: auto; }
    .box-forman .ApImage img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin-bottom: 15px; }
    .box-forman .ApImage h4 {
      font-size: 30px;
      font-weight: 300;
      font-style: normal;
      margin: 0 0 15px; }
      @media (max-width: 767px) {
        .box-forman .ApImage h4 {
          font-size: 25px; } }
      .box-forman .ApImage h4 span {
        font-weight: bold;
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 0 3px; }
        .box-forman .ApImage h4 span:before {
          content: "";
          background-color: rgba(255, 254, 148, 0.8);
          bottom: 5%;
          height: 48%;
          left: 0;
          position: absolute;
          width: 100%;
          z-index: -1; }
    .box-forman .ApImage p:last-child {
      margin: 0; }
    .box-forman .ApImage p .btn {
      background: none;
      color: #333;
      border-bottom: 1px solid;
      letter-spacing: 2px;
      padding: 10px 0; }
      .box-forman .ApImage p .btn:hover {
        color: #000;
        letter-spacing: 4px; }

.ApInstagram img {
  max-width: 100%; }

.manufacturers_block .manufacturer-image-container a {
  display: block; }
  .manufacturers_block .manufacturer-image-container a img {
    transition: all .3s; }
  .manufacturers_block .manufacturer-image-container a:hover img {
    opacity: 0.5; }
.manufacturers_block .timeline-item {
  min-height: 100px;
  border: 0;
  padding: 0;
  border-radius: 0; }
.manufacturers_block .animated-background {
  height: 80px; }

.box-manufacture {
  padding: 90px 0 60px; }
  .box-manufacture .owl-controls {
    padding: 10px 0; }

.box-manufacture.box-h5 {
  padding: 0; }

.box-refurn .block_carousel .block-carousel-image-container {
  display: block;
  margin: 15px 0;
  padding: 40px 15px;
  text-transform: uppercase;
  box-shadow: 0 3px 15px rgba(237, 219, 198, 0.4);
  text-align: center;
  font-size: 10px; }
  .box-refurn .block_carousel .block-carousel-image-container .img-fluid {
    margin-bottom: 20px;
    transition: all .4s; }
  .box-refurn .block_carousel .block-carousel-image-container:hover .img-fluid {
    transform: translateY(-10px); }
.box-refurn .block_carousel .owl-controls {
  margin: 0 0 50px; }

.col-payment {
  padding-top: 0px;
  padding-bottom: 40px; }
  .col-payment .block {
    margin-bottom: 0; }
  .col-payment .ApImage {
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .col-payment .ApImage:first-child {
        float: left; }
      .col-payment .ApImage:last-child {
        float: right; } }
    .col-payment .ApImage .title_block {
      text-align: center;
      margin: 0 15px 0 0;
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 1px;
      color: #777;
      line-height: 30px; }
      .rtl .col-payment .ApImage .title_block {
        margin: 0 0 0 15px; }

.box-footerlink {
  padding: 90px 0 50px; }
  .box-footerlink .ApColumn {
    z-index: 2; }
  .box-footerlink h4,
  .box-footerlink .title_block {
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 10px;
    line-height: 30px;
    text-transform: uppercase; }
  .box-footerlink .ApHtml {
    padding: 0 50px 0 0; }
    .rtl .box-footerlink .ApHtml {
      padding: 0 0 0 50px; }
  .box-footerlink .block_newsletter {
    margin-bottom: 20px; }
    .box-footerlink .block_newsletter .input-wrapper button {
      background: #f8f8f8;
      color: #222;
      border: 0;
      border-left: 1px solid #eee;
      font-size: 11px;
      font-weight: normal; }
      .box-footerlink .block_newsletter .input-wrapper button:hover {
        color: #000; }
      .box-footerlink .block_newsletter .input-wrapper button i {
        display: none; }

.block_newsletter .alert {
  padding: 0;
  background: none;
  border: 0;
  font-style: italic; }
  .block_newsletter .alert:before {
    display: none; }

.box-coppyh1 {
  padding: 30px 0; }
  .box-coppyh1 .ApHtml {
    margin: 0;
    line-height: 30px;
    text-align: center;
    color: #ccc;
    font-size: 14px; }
    .box-coppyh1 .ApHtml a {
      color: #fff; }
    .box-coppyh1 .ApHtml p {
      margin: 0; }

.box-refurn {
  padding-top: 60px;
  position: relative; }
  .box-refurn:before {
    content: "";
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #f3f3f3; }

.box-cateh2 .ApImage {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%; }
  .box-cateh2 .ApImage img {
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100% !important; }
  .box-cateh2 .ApImage .image_description {
    position: absolute;
    top: 30px;
    left: 30px;
    letter-spacing: 1px;
    pointer-events: none; }
    @media (max-width: 991px) {
      .box-cateh2 .ApImage .image_description {
        top: 5px;
        left: 5px;
        font-size: 14px; } }
    @media (max-width: 480px) {
      .box-cateh2 .ApImage .image_description {
        top: 15px;
        left: 15px; } }
    .box-cateh2 .ApImage .image_description p {
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        .box-cateh2 .ApImage .image_description p {
          margin-bottom: 0; } }
    .box-cateh2 .ApImage .image_description b,
    .box-cateh2 .ApImage .image_description strong {
      display: inline-block;
      font-size: 24px;
      vertical-align: top;
      position: relative;
      transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      overflow: hidden;
      color: #111;
      font-weight: 900;
      line-height: 1;
      font-family: "Muli", sans-serif; }
      @media (max-width: 991px) and (min-width: 481px) {
        .box-cateh2 .ApImage .image_description b,
        .box-cateh2 .ApImage .image_description strong {
          font-size: 20px; } }
      .box-cateh2 .ApImage .image_description b:before,
      .box-cateh2 .ApImage .image_description strong:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        -webkit-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
        -o-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
        -webkit-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
        transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
        content: ""; }
  .box-cateh2 .ApImage:hover img {
    transform: scale(1.05); }
  .box-cateh2 .ApImage:hover .image_description strong:before,
  .box-cateh2 .ApImage:hover .image_description b:before {
    transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0); }

.box-navh2 #leo_search_block_top {
  margin: 5px 15px 0 0;
  border-radius: 0; }
  .rtl .box-navh2 #leo_search_block_top {
    margin: 5px 0 0 15px; }
  .box-navh2 #leo_search_block_top .btn {
    display: none; }
  .box-navh2 #leo_search_block_top .form-control {
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 15px;
    border-radius: 0;
    outline: 0;
    font-size: 13px;
    border: 1px solid #e5e5e5;
    width: 180px;
    transition: all .2s; }
    .rtl .box-navh2 #leo_search_block_top .form-control {
      padding: 0 15px 0 15px; }
    .box-navh2 #leo_search_block_top .form-control:focus {
      border-color: #222; }
      @media (min-width: 992px) {
        .box-navh2 #leo_search_block_top .form-control:focus {
          width: 190px; } }
    @media (max-width: 991px) {
      .box-navh2 #leo_search_block_top .form-control {
        width: 100%; } }
  .box-navh2 #leo_search_block_top .cssload-speeding-wheel {
    top: 10px;
    right: 10px; }
    .rtl .box-navh2 #leo_search_block_top .cssload-speeding-wheel {
      left: 10px;
      right: auto; }
@media (max-width: 991px) {
  .box-navh2 .col-info #cart-block {
    position: absolute;
    right: 15px;
    bottom: 0px;
    z-index: 9;
    padding: 16px 0;
    margin: 5px 0; }
    .rtl .box-navh2 .col-info #cart-block {
      left: 15px;
      right: auto; } }
.box-navh2 .col-info > div,
.box-navh2 .col-info #cart-block {
  float: right; }
  .rtl .box-navh2 .col-info > div, .rtl
  .box-navh2 .col-info #cart-block {
    float: left; }
.box-navh2 .col-info .popup-over {
  border: 0;
  box-shadow: none; }
  .box-navh2 .col-info .popup-over .popup-title {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px; }
  .box-navh2 .col-info .popup-over .dropdown-menu {
    font-size: 12px; }
    .box-navh2 .col-info .popup-over .dropdown-menu img {
      margin: 0 8px 0 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      object-fit: cover; }
      .rtl .box-navh2 .col-info .popup-over .dropdown-menu img {
        margin: 0 0 0 8px; }
.box-navh2 .col-info .language-selector-wrapper,
.box-navh2 .col-info .currency-selector {
  float: left; }
  .rtl .box-navh2 .col-info .language-selector-wrapper, .rtl
  .box-navh2 .col-info .currency-selector {
    float: right; }
  .box-navh2 .col-info .language-selector-wrapper .popup-title span,
  .box-navh2 .col-info .currency-selector .popup-title span {
    padding: 0 1px; }
  .box-navh2 .col-info .language-selector-wrapper .dropdown-menu,
  .box-navh2 .col-info .currency-selector .dropdown-menu {
    right: auto;
    left: 0;
    max-width: 100px; }
    .rtl .box-navh2 .col-info .language-selector-wrapper .dropdown-menu, .rtl
    .box-navh2 .col-info .currency-selector .dropdown-menu {
      right: 0;
      left: auto; }
.box-navh2 .col-info .userinfo-selector .popup-title span,
.box-navh2 .col-info .search-widget .popup-title span {
  display: none; }
.box-navh2 .col-info .userinfo-selector .popup-title i,
.box-navh2 .col-info .search-widget .popup-title i {
  font-size: 18px; }
.box-navh2 .col-info .blockcart .header {
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 15px; }
  .box-navh2 .col-info .blockcart .header i {
    font-size: 18px; }
  .box-navh2 .col-info .blockcart .header .block {
    display: none; }
  .box-navh2 .col-info .blockcart .header .cart-products-count {
    position: absolute;
    bottom: 55%;
    left: 55%;
    height: 15px;
    line-height: 15px;
    min-width: 16px;
    text-align: center;
    padding: 0 2px;
    background: #cc262d;
    color: #fff;
    font-size: 12px;
    border-radius: 10px; }
    .rtl .box-navh2 .col-info .blockcart .header .cart-products-count {
      right: 55%;
      left: auto; }

.position-static {
  position: static; }

.header-container {
  position: relative; }

.box-toph2 .h-logo {
  padding: 30px 0 0; }
.box-toph2 .ApMegamenu {
  padding-top: 9px; }
  .box-toph2 .ApMegamenu .nav {
    text-align: center; }
  @media (min-width: 992px) {
    .box-toph2 .ApMegamenu .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
      box-shadow: none;
      background: none; }
      .box-toph2 .ApMegamenu .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100vw;
        right: -100vw;
        bottom: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        background: #fff;
        border-top: 1px solid #e5e5e5; }
      .box-toph2 .ApMegamenu .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu .dropdown-menu-inner {
        position: relative; } }
.box-toph2 .ApMegamenu,
.box-toph2 .h-logo,
.box-toph2 .h-logo img {
  transition: all .3s; }

.box-navh2 {
  transition: all .3s; }
  .box-navh2 .col-info .blockcart .header {
    transition: all .3s; }

.mini-navbar .box-toph2 {
  position: relative; }
  .mini-navbar .box-toph2 .col-logo {
    width: 200px; }
  .mini-navbar .box-toph2 .col-menu {
    width: calc(100% - 400px);
    margin: 0 200px 0 0;
    position: static; }
    .rtl .mini-navbar .box-toph2 .col-menu {
      margin: 0 0 0 200px; }
    .mini-navbar .box-toph2 .col-menu .navbar {
      position: static; }
  .mini-navbar .box-toph2 .h-logo {
    padding: 5px 0;
    line-height: 60px;
    text-align: left; }
    .rtl .mini-navbar .box-toph2 .h-logo {
      text-align: right; }
    .mini-navbar .box-toph2 .h-logo img {
      max-height: 50px; }
  .mini-navbar .box-toph2 .ApMegamenu {
    padding-top: 0; }
  .mini-navbar .box-toph2 .leo-megamenu .navbar-nav > li > a {
    padding: 25px 15px; }

#index .box-toph2 .leo-megamenu {
  border-bottom: 0; }

.box-family {
  position: relative; }
  .box-family:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    z-index: 2;
    pointer-events: none; }
  .box-family .block_carousel {
    margin: 0; }
  .box-family .block-carousel-image-container {
    text-align: center;
    position: relative; }
    .box-family .block-carousel-image-container img {
      transition: all 2s; }
    .box-family .block-carousel-image-container .descript {
      position: absolute;
      z-index: 9;
      padding: 10px 0;
      left: 0;
      right: 0;
      bottom: 10px;
      background: rgba(250, 250, 250, 0.5);
      font-size: 12px;
      letter-spacing: 2px;
      overflow: hidden;
      transition: all .4s; }
    .box-family .block-carousel-image-container:hover img {
      transform: scale(1.05); }
    .box-family .block-carousel-image-container:hover .descript {
      letter-spacing: 4px;
      background: rgba(250, 250, 250, 0.8); }

.box-prosmall {
  padding: 60px 0; }
  .box-prosmall .cus-title {
    margin: 0;
    padding: 40px 10px 1px;
    background: #fafafa;
    z-index: 2;
    position: relative; }
    .box-prosmall .cus-title h4 {
      margin-bottom: 10px; }
  .box-prosmall .products_block {
    padding: 30px;
    margin: 0;
    background: #fafafa; }
    @media (max-width: 991px) {
      .box-prosmall .products_block {
        padding: 20px; } }
    .box-prosmall .products_block .block_content {
      border: 1px solid #eee;
      background: #fff;
      padding: 30px 30px 50px; }
      @media (max-width: 991px) {
        .box-prosmall .products_block .block_content {
          padding: 20px 20px 50px; } }
  .box-prosmall .owl-row {
    margin-left: -5px;
    margin-right: -5px; }
  .box-prosmall .owl-carousel .owl-item {
    padding: 0 5px; }

@media (max-width: 1199px) {
  #leo-paneltool {
    display: none; } }
#header {
  background: #fff; }

.navbar-fixed-top.mini-navbar {
  box-shadow: 0 1px 1px rgba(123, 76, 97, 0.1); }

.salewapper {
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 12px; }
  .salewapper > * {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0; }
  .salewapper .btn-label {
    padding: 0 10px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase; }
  .salewapper a {
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    border-bottom: 1px dashed; }
    .salewapper a.viewall {
      border: 0; }

.box-footerh2 {
  padding: 90px 0 30px; }
  .box-footerh2 .ApColumn .title_block {
    font-size: 18px; }
  .box-footerh2 .block-social li:hover {
    color: #000; }
  .box-footerh2 .block_newsletter {
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 600px;
    text-align: center; }
    .box-footerh2 .block_newsletter .col-conditions {
      font-style: italic;
      letter-spacing: 1px;
      font-weight: 300; }
    .box-footerh2 .block_newsletter .input-wrapper input {
      padding: 10px 75px 10px 15px;
      border: 0;
      background: rgba(0, 0, 0, 0.2);
      color: #fff;
      letter-spacing: 1px; }
      .rtl .box-footerh2 .block_newsletter .input-wrapper input {
        padding: 10px 15px 10px 75px; }
    .box-footerh2 .block_newsletter .input-wrapper button {
      position: absolute;
      border: 0;
      top: 0;
      right: 0;
      background: none;
      padding: 0 25px;
      color: #ababab; }
      .rtl .box-footerh2 .block_newsletter .input-wrapper button {
        left: 0;
        right: auto; }
      .box-footerh2 .block_newsletter .input-wrapper button:hover {
        color: #f5f5f5; }
      .box-footerh2 .block_newsletter .input-wrapper button:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        left: 0;
        top: 15px; }
      .box-footerh2 .block_newsletter .input-wrapper button span {
        display: none; }
  .box-footerh2 .f-logo {
    margin-bottom: 30px; }
    .box-footerh2 .f-logo img {
      max-width: 140px;
      transition: all .4s;
      transform: scale(0.9); }
    .box-footerh2 .f-logo a:hover img {
      transform: scale(1); }
  .box-footerh2 .ApHtml i {
    margin: 0 7px 0 0; }
    .rtl .box-footerh2 .ApHtml i {
      margin: 0 0 0 7px; }
  .box-footerh2 .col-infor .ApHtml {
    margin: 0; }
    .box-footerh2 .col-infor .ApHtml h4 {
      margin: 0 0 5px; }
  .box-footerh2 .col-infor .block-social {
    margin-bottom: 15px; }
    .box-footerh2 .col-infor .block-social .title_block {
      margin-bottom: 20px; }

.box-coppyh2 {
  text-align: center;
  padding: 30px 0 0;
  line-height: 30px; }
  @media (max-width: 767px) {
    .box-coppyh2 {
      padding: 0 0 50px; } }
  .box-coppyh2 img {
    max-width: 100%; }

.cart-detailed-totals .cart-summary-line small.value {
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: right; }
  .rtl .cart-detailed-totals .cart-summary-line small.value {
    text-align: left; }

.position-static {
  position: static; }

.nav-circle .iview .iview-directionNav a {
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  bottom: auto;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  @media (max-width: 767px) {
    .nav-circle .iview .iview-directionNav a {
      width: 40px;
      height: 40px; } }
  .nav-circle .iview .iview-directionNav a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: all .4s ease-in-out;
    opacity: 0; }
  .nav-circle .iview .iview-directionNav a:before {
    z-index: 2;
    color: #fff;
    line-height: 60px;
    margin-top: -30px; }
    @media (max-width: 767px) {
      .nav-circle .iview .iview-directionNav a:before {
        line-height: 40px;
        margin-top: -20px; } }
  .nav-circle .iview .iview-directionNav a:hover {
    background: rgba(0, 0, 0, 0.8); }
    .nav-circle .iview .iview-directionNav a:hover:after {
      opacity: 1; }
  .nav-circle .iview .iview-directionNav a.iview-prevNav {
    left: 30px; }
  .nav-circle .iview .iview-directionNav a.iview-nextNav {
    right: 30px; }

.box-cateh2.box-h3 .ApImage .image_description strong {
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .box-cateh2.box-h3 .ApImage .image_description strong {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .box-cateh2.box-h3 .ApImage .image_description strong {
      font-size: 12px; } }
  @media (max-width: 480px) {
    .box-cateh2.box-h3 .ApImage .image_description strong {
      font-size: 10px; } }

.position-static {
  position: static; }

.box-toph3 {
  position: relative; }
  @media (min-width: 992px) {
    .box-toph3 {
      display: flex;
      align-items: flex-end; }
      .box-toph3 .leo-megamenu .navbar-nav {
        display: flex; } }
  .box-toph3 .navbar {
    position: static; }
  .box-toph3 .wislish-button .ap-btn-wishlist {
    height: 80px;
    line-height: 80px;
    color: #000; }
    .box-toph3 .wislish-button .ap-btn-wishlist:hover {
      color: #222; }
    .box-toph3 .wislish-button .ap-btn-wishlist i {
      vertical-align: middle; }
  .box-toph3 #leo_search_block_top .title_block {
    height: 80px;
    line-height: 83px; }
  .box-toph3 .popup-over {
    border-radius: 0;
    border: 0;
    box-shadow: none; }
    .box-toph3 .popup-over a.popup-title {
      height: 80px;
      line-height: 80px;
      padding: 0 15px;
      color: #000; }
      .box-toph3 .popup-over a.popup-title span {
        display: none; }
      .box-toph3 .popup-over a.popup-title i {
        font-size: 18px;
        vertical-align: middle; }
  .box-toph3 .blockcart .header {
    height: 80px;
    line-height: 80px;
    padding: 0 15px;
    color: #000; }
    .box-toph3 .blockcart .header > a {
      color: #000;
      display: block; }
    .box-toph3 .blockcart .header .cart-products-count {
      position: absolute;
      background: #000;
      color: #fff;
      bottom: 50%;
      left: 50%;
      min-width: 16px;
      height: 16px;
      line-height: 16px;
      text-align: center;
      padding: 0 3px;
      border-radius: 8px;
      font-size: 12px; }
    .box-toph3 .blockcart .header span.block {
      display: none; }
    .box-toph3 .blockcart .header i {
      font-size: 18px;
      vertical-align: middle; }
  .box-toph3 .col-infor {
    display: flex;
    justify-content: flex-end; }
    .box-toph3 .col-infor .dropdown-menu {
      font-size: 12px; }
  .box-toph3 .h-logo {
    line-height: 80px;
    padding: 0; }
    @media (min-width: 992px) {
      .box-toph3 .h-logo {
        text-align: left; }
        .rtl .box-toph3 .h-logo {
          text-align: right; } }
    .box-toph3 .h-logo img {
      max-height: 40px; }
    @media (max-width: 480px) {
      .box-toph3 .h-logo {
        padding-top: 20px; }
        .box-toph3 .h-logo img {
          max-height: 60px; } }
  @media (max-width: 480px) {
    .box-toph3 #leo_search_block_top #leosearchtopbox {
      width: calc(100vw - 40px);
      right: -94px; }
      .box-toph3 #leo_search_block_top #leosearchtopbox:before {
        right: 112px; } }

.box-banner.bg-fullwidth:before {
  z-index: 9; }
.box-banner.bg-fullwidth .ApColumn {
  z-index: 10; }
.box-banner.bg-fullwidth .ApRawHtml h4 span:before {
  background-color: rgba(0, 0, 0, 0.2); }

.box-newletterh3 {
  padding: 80px 0 120px;
  position: relative; }
  .box-newletterh3 .ApColumn {
    z-index: 2; }
    .box-newletterh3 .ApColumn .block {
      margin-bottom: 0; }
  .box-newletterh3 .block_newsletter {
    max-width: 700px;
    margin: auto; }
    .box-newletterh3 .block_newsletter .title_block {
      display: none; }
    .box-newletterh3 .block_newsletter .col-conditions {
      text-align: center;
      font-style: italic;
      color: #777; }
    .box-newletterh3 .block_newsletter .input-wrapper input {
      border: 0;
      background: rgba(0, 0, 0, 0.1);
      padding: 10px 105px 10px 15px; }
      .rtl .box-newletterh3 .block_newsletter .input-wrapper input {
        padding: 10px 15px 10px 105px; }
      .box-newletterh3 .block_newsletter .input-wrapper input:focus {
        background: rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    .box-newletterh3 .block_newsletter .input-wrapper button {
      color: #333;
      position: absolute;
      top: 0;
      border: 0;
      right: 0;
      background: none; }
      .rtl .box-newletterh3 .block_newsletter .input-wrapper button {
        left: 0;
        right: auto; }
      .box-newletterh3 .block_newsletter .input-wrapper button i {
        display: none; }
      .box-newletterh3 .block_newsletter .input-wrapper button:hover {
        color: #000; }
      .box-newletterh3 .block_newsletter .input-wrapper button:before {
        content: "";
        width: 1px;
        background: rgba(0, 0, 0, 0.2);
        height: 14px;
        top: 50%;
        margin-top: -7px;
        left: 0;
        position: absolute; }
        .rtl .box-newletterh3 .block_newsletter .input-wrapper button:before {
          right: 0;
          left: auto; }

.box-footerh3 {
  position: relative;
  padding: 50px 0 20px; }
  .box-footerh3:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    pointer-events: none; }
  @media (min-width: 992px) {
    .box-footerh3 {
      display: flex; } }
  @media (max-width: 991px) {
    .box-footerh3 {
      padding: 40px 0 10px; }
      .box-footerh3 .ApColumn .block {
        margin-bottom: 0; }
      .box-footerh3 .clear991 {
        clear: both; } }
  .box-footerh3 .ApColumn {
    z-index: 2; }
    .box-footerh3 .ApColumn .block_newsletter {
      margin: 0; }
      @media (min-width: 481px) {
        .box-footerh3 .ApColumn .block_newsletter {
          padding: 0 30px 0 0; } }
      .box-footerh3 .ApColumn .block_newsletter .input-wrapper input {
        border: 1px solid #e5e5e5; }
        .box-footerh3 .ApColumn .block_newsletter .input-wrapper input:focus {
          border: 1px solid #191919; }
      .box-footerh3 .ApColumn .block_newsletter .input-wrapper button {
        background: none;
        color: #666;
        border: 0;
        position: absolute;
        top: 0;
        right: 0; }
        .rtl .box-footerh3 .ApColumn .block_newsletter .input-wrapper button {
          left: 0;
          right: auto; }
        .box-footerh3 .ApColumn .block_newsletter .input-wrapper button:hover {
          color: #111;
          background: none; }
        .box-footerh3 .ApColumn .block_newsletter .input-wrapper button span {
          display: none; }
  .box-footerh3 .f-logo {
    text-align: center;
    padding-top: 30px; }
    .box-footerh3 .f-logo img {
      max-height: 60px; }
    .box-footerh3 .f-logo a {
      display: inline-block;
      vertical-align: top; }
  .box-footerh3 .block-social {
    padding: 30px 0px 30px; }
  .box-footerh3 .ApColumn .title_block {
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0;
    text-transform: capitalize; }
  @media (min-width: 1200px) {
    .box-footerh3 .col-infor {
      padding: 0 30px 0 15px; }
      .rtl .box-footerh3 .col-infor {
        padding: 0 15px 0 30px; } }
  .box-footerh3 .ApHtml .block_content {
    padding-top: 8px;
    line-height: 1.75; }
  .box-footerh3 .ApHtml i {
    margin: 0 7px 0 0; }
    .rtl .box-footerh3 .ApHtml i {
      margin: 0 0 0 7px; }
  .box-footerh3 .ApInstagram .block_content {
    padding-top: 11px;
    margin: 0 -5px; }
  .box-footerh3 .ApInstagram .owl-carousel .owl-item {
    padding: 0 5px; }
  .box-footerh3 .ApInstagram .link-instagram {
    margin: 0;
    text-align: center;
    font-size: 11px; }
    .box-footerh3 .ApInstagram .link-instagram a {
      display: inline-block;
      padding: 10px 0 5px;
      border-bottom: 1px solid;
      font-style: italic; }
  .box-footerh3 .ApInstagram .block-carousel-container {
    margin-bottom: 10px; }
    .box-footerh3 .ApInstagram .block-carousel-container:last-child {
      margin-bottom: 0; }
  .box-footerh3 .instagram-block .owl-item a:before {
    font-size: 14px; }
  .box-footerh3 .instagram-block .owl-item a:after {
    background-color: rgba(0, 0, 0, 0.5); }

.box-coppyh3 {
  text-align: center;
  line-height: 30px; }
  @media (min-width: 992px) {
    .box-coppyh3 {
      padding-top: 30px; }
      .box-coppyh3 .ApHtml {
        float: left; }
        .rtl .box-coppyh3 .ApHtml {
          float: right; }
      .box-coppyh3 .ApImage {
        float: right; }
        .rtl .box-coppyh3 .ApImage {
          float: left; }
        .box-coppyh3 .ApImage img {
          max-width: 100%; } }

.close:focus, .close:hover {
  color: #000;
  opacity: 1; }

.ApTabs .nav-tabs {
  margin: 0;
  text-align: center; }
  .ApTabs .nav-tabs .nav-item {
    float: none;
    margin: 0;
    display: inline-block;
    list-style: none; }
  .ApTabs .nav-tabs .nav-link {
    display: block;
    padding: 10px 25px;
    border: 0;
    border-radius: 0px;
    color: #ccc;
    background: none;
    font-size: 34px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0px; }
    @media (max-width: 991px) {
      .ApTabs .nav-tabs .nav-link {
        letter-spacing: 0px;
        padding: 10px 12px;
        font-size: 28px; } }
    @media (max-width: 480px) {
      .ApTabs .nav-tabs .nav-link {
        font-size: 24px; } }
    .ApTabs .nav-tabs .nav-link.active, .ApTabs .nav-tabs .nav-link:hover {
      background: none;
      color: #000; }

.box-manufacture.box-h4 {
  padding: 30px 0 0; }
  @media (max-width: 991px) {
    .box-manufacture.box-h4 {
      padding: 20px 0 0; } }

.box-comment {
  padding: 60px 0 80px; }
  .box-comment .ApColumn {
    z-index: 2; }
  .box-comment .block_carousel {
    max-width: 600px;
    margin: auto; }
  .box-comment .block-carousel-image-container {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    padding: 0 50px;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 40px; }
    @media (max-width: 991px) {
      .box-comment .block-carousel-image-container {
        padding: 0 15px; } }
    .box-comment .block-carousel-image-container img {
      display: inline-block;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      margin: 30px auto 0; }
    .box-comment .block-carousel-image-container .title {
      font-size: 12px;
      padding: 15px;
      font-weight: 600;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10px 0;
      color: #000; }

.box-newletterh3.box-h4:before {
  display: none; }
.box-newletterh3.box-h4 .ApColumn {
  z-index: 2; }

@media (min-width: 992px) {
  .box-navh2.box-h4 .userinfo-selector a.popup-title {
    display: none; }
  .box-navh2.box-h4 .userinfo-selector .popup-content {
    border: 0;
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    box-shadow: none;
    background: none;
    transform: none;
    z-index: 1;
    white-space: nowrap; }
    .box-navh2.box-h4 .userinfo-selector .popup-content li {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .box-navh2.box-h4 .userinfo-selector .popup-content li a {
        padding: 15px 15px;
        text-transform: uppercase;
        font-size: 12px;
        color: #a4a7a9;
        background: none; }
        .box-navh2.box-h4 .userinfo-selector .popup-content li a:hover {
          background: none;
          color: #fff; }
        .box-navh2.box-h4 .userinfo-selector .popup-content li a i {
          display: none; }
      .box-navh2.box-h4 .userinfo-selector .popup-content li:before {
        content: "";
        width: 1px;
        height: 8px;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        background: #a4a7a9;
        right: 0; }
      .box-navh2.box-h4 .userinfo-selector .popup-content li:last-child:before {
        display: none; }
  .box-navh2.box-h4 .col-info .popup-over .popup-title {
    font-size: 12px;
    color: #a4a7a9; }
  .box-navh2.box-h4 .col-info .popup-over:hover .popup-title {
    color: #fff; } }
@media (max-width: 991px) {
  .box-navh2.box-h4 .col-info .popup-over .popup-title {
    font-size: 12px;
    color: #a4a7a9; }
  .box-navh2.box-h4 .col-info .popup-over:hover .popup-title {
    color: #fff; } }

.box-toph2.box-h4 {
  display: flex;
  align-items: center;
  min-height: 120px;
  position: relative; }
  .box-toph2.box-h4 .h-logo {
    padding: 10px 0 10px; }
    @media (min-width: 481px) {
      .box-toph2.box-h4 .h-logo {
        text-align: left; }
        .rtl .box-toph2.box-h4 .h-logo {
          text-align: right; } }
    @media (max-width: 991px) {
      .box-toph2.box-h4 .h-logo {
        text-align: center; } }
  .box-toph2.box-h4 #search_widget {
    width: 100%;
    border: 0;
    box-shadow: none; }
    .box-toph2.box-h4 #search_widget a.popup-title {
      display: none; }
    .box-toph2.box-h4 #search_widget .popup-content {
      position: static;
      opacity: 1;
      visibility: visible;
      padding: 0;
      box-shadow: none;
      background: none;
      transform: none;
      z-index: 1;
      white-space: nowrap;
      width: 100%;
      display: block; }
    .box-toph2.box-h4 #search_widget .search-inner input[type="text"] {
      border: 1px solid #e5e5e5;
      line-height: 1;
      padding: 5px 50px 5px 15px;
      width: 100%;
      transition: all .2s;
      min-width: auto;
      font-size: 14px;
      height: 44px; }
      .rtl .box-toph2.box-h4 #search_widget .search-inner input[type="text"] {
        padding: 5px 15px 5px 50px; }
      .box-toph2.box-h4 #search_widget .search-inner input[type="text"]:focus {
        border: 1px dashed #999; }
    .box-toph2.box-h4 #search_widget .search-inner button[type="submit"] {
      height: 44px;
      line-height: 44px;
      right: 0px;
      top: 0px; }
      .rtl .box-toph2.box-h4 #search_widget .search-inner button[type="submit"] {
        left: 0px;
        right: auto; }
  .box-toph2.box-h4 .leo-megamenu .navbar-nav > li > a {
    padding-top: 45px;
    padding-bottom: 45px; }
  .box-toph2.box-h4 .col-cart #cart-block {
    float: right; }
    .rtl .box-toph2.box-h4 .col-cart #cart-block {
      float: left; }
    .box-toph2.box-h4 .col-cart #cart-block .header {
      padding: 0 0 0 15px;
      position: relative;
      cursor: pointer;
      white-space: nowrap; }
      @media (min-width: 992px) {
        .box-toph2.box-h4 .col-cart #cart-block .header {
          height: 120px;
          line-height: 130px; } }
      @media (max-width: 991px) {
        .box-toph2.box-h4 .col-cart #cart-block .header {
          height: 80px;
          line-height: 80px; } }
      .rtl .box-toph2.box-h4 .col-cart #cart-block .header {
        padding: 0 15px 0 0; }
      .box-toph2.box-h4 .col-cart #cart-block .header a {
        color: #000;
        display: block; }
        .box-toph2.box-h4 .col-cart #cart-block .header a:hover {
          color: #222; }
        .box-toph2.box-h4 .col-cart #cart-block .header a i {
          background: none;
          text-align: center;
          line-height: 40px; }
          .box-toph2.box-h4 .col-cart #cart-block .header a i:before {
            opacity: 1; }
      .box-toph2.box-h4 .col-cart #cart-block .header .block {
        padding: 0 5px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        display: inline-block;
        margin: 0; }
      .box-toph2.box-h4 .col-cart #cart-block .header i {
        font-size: 22px; }
      .box-toph2.box-h4 .col-cart #cart-block .header .cart-products-count {
        position: absolute;
        bottom: 55%;
        left: 40%;
        background: #000;
        line-height: 16px;
        height: 16px;
        min-width: 16px;
        text-align: center;
        border-radius: 8px;
        color: #fff;
        font-size: 10px; }
  @media (max-width: 991px) {
    .box-toph2.box-h4 {
      min-height: 0px;
      display: block; }
      .box-toph2.box-h4 .ApMegamenu {
        padding-top: 0; } }
  .box-toph2.box-h4 .col-cart {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .box-toph2.box-h4 .col-search,
  .box-toph2.box-h4 .navbar {
    position: static; }
  .box-toph2.box-h4 #leo_search_block_top .title_block {
    font-size: 22px; }
    @media (min-width: 992px) {
      .box-toph2.box-h4 #leo_search_block_top .title_block {
        line-height: 120px;
        height: 120px; } }
    @media (max-width: 991px) {
      .box-toph2.box-h4 #leo_search_block_top .title_block {
        height: 80px;
        line-height: 75px; } }

.box-toph2.box-h4 {
  transition: all .3s; }

.mini-navbar .box-toph2.box-h4 {
  min-height: 0; }
  .mini-navbar .box-toph2.box-h4 .col-logo {
    width: 25%; }
  .mini-navbar .box-toph2.box-h4 .h-logo {
    padding: 5px 0;
    line-height: 50px; }
.mini-navbar .box-menuh4 .leo-megamenu .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px; }

.box-menuh4 .navbar-header .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
  margin: 15px auto;
  width: 40px;
  height: 40px; }
.box-menuh4 .leo-megamenu .navbar-nav {
  text-align: center; }
.box-menuh4 .leo-megamenu .navbar-nav > li > a {
  color: #fff; }
.box-menuh4 .leo-megamenu .navbar-nav > li.active > a, .box-menuh4 .leo-megamenu .navbar-nav > li:hover > a, .box-menuh4 .leo-megamenu .navbar-nav > li:focus > a {
  color: #000; }
@media (min-width: 992px) {
  .box-menuh4 .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
    box-shadow: none;
    background: none; }
    .box-menuh4 .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu:before {
      content: "";
      position: absolute;
      top: 0;
      left: -100vw;
      right: -100vw;
      bottom: 0;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      background: #fff;
      border-top: 1px solid #e5e5e5; }
    .box-menuh4 .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu .dropdown-menu-inner {
      position: relative; } }

.nav-triangle .iview-directionNav a {
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  opacity: 1 !important;
  z-index: 8; }
  .nav-triangle .iview-directionNav a:before {
    display: none; }
  .nav-triangle .iview-directionNav a.iview-prevNav {
    left: 0;
    transform: none; }
  .nav-triangle .iview-directionNav a.iview-nextNav {
    right: 0;
    transform: none; }
.nav-triangle .iview-controlNav div.iview-items ul li a.iview-control {
  background: #999; }
  .nav-triangle .iview-controlNav div.iview-items ul li a.iview-control:hover, .nav-triangle .iview-controlNav div.iview-items ul li a.iview-control.active {
    background: #fff; }
.nav-triangle .iview-timer {
  opacity: 1 !important; }

.box-footerh3.box-h5:before {
  display: none; }

.box-newletterh3.box-h5:before {
  display: none; }
.box-newletterh3.box-h5 .block-social {
  padding: 30px 0 0;
  text-align: center; }
  .box-newletterh3.box-h5 .block-social li {
    line-height: 40px;
    color: #000;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transform: rotate(45deg);
    margin: 0 10px; }
    .box-newletterh3.box-h5 .block-social li:before {
      transform: rotate(-45deg);
      display: inline-block;
      transition: all .2s ease-in-out; }
    .box-newletterh3.box-h5 .block-social li:hover {
      border-color: #000; }
      .box-newletterh3.box-h5 .block-social li:hover:before {
        transform: scale(1.2) rotate(-45deg); }

.leo-block-sidebar .list-item {
  position: relative;
  margin: 25px 0 0; }
  .leo-block-sidebar .list-item .info {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background: #fff;
    padding: 5px 10px;
    color: #999;
    font-size: 12px;
    font-family: 'Source Code Pro', monospace; }
  .leo-block-sidebar .list-item .post-name {
    font-size: 13px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    margin: 0; }
    .leo-block-sidebar .list-item .post-name a {
      display: block; }
  .leo-block-sidebar .list-item .blog-image {
    margin: 0 0 15px;
    overflow: hidden; }
    .leo-block-sidebar .list-item .blog-image img {
      transition: all 2s ease-in-out; }
  .leo-block-sidebar .list-item:hover .blog-image img {
    transform: scale(1.1); }

.leo-blog-tags .block_content a {
  display: block;
  line-height: 20px;
  margin: 0 5px 5px 0;
  padding: 5px 8px;
  background: #eee;
  color: #888;
  border-radius: 4px;
  float: left;
  transition: all .2s; }
  .leo-blog-tags .block_content a:hover {
    background: #000;
    color: #fff; }

.box-freeshipping {
  padding: 60px 0 30px; }

.ApRawHtml .service {
  text-align: center;
  padding: 30px 0 20px;
  display: block; }
  .ApRawHtml .service:hover .fa {
    transform: scale(1.2); }
  @media (max-width: 767px) {
    .ApRawHtml .service {
      padding: 20px 10px 5px; } }
  .ApRawHtml .service i {
    font-size: 40px;
    color: black;
    transition: all .3s; }
  .ApRawHtml .service h4 {
    font-size: 15px;
    margin-top: 27px;
    text-transform: capitalize; }

.box-ftoph1 {
  padding: 90px 0 20px;
  color: #aaaaaa; }
  .box-ftoph1 a {
    color: #aaa; }
    .box-ftoph1 a:hover {
      color: #e9e9e9; }
  @media (max-width: 991px) {
    .box-ftoph1 {
      padding: 50px 0 10px; } }
  .box-ftoph1 .footer-container .ApLink li a {
    color: #aaa; }
    .box-ftoph1 .footer-container .ApLink li a:hover {
      color: #e9e9e9; }
  .box-ftoph1 .ApColumn .title_block {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: left; }
    .rtl .box-ftoph1 .ApColumn .title_block {
      text-align: right; }
    @media (max-width: 991px) {
      .box-ftoph1 .ApColumn .title_block {
        margin: 0 0 10px; } }
  .box-ftoph1 .ApHtml p {
    padding-top: 6px; }
  .box-ftoph1 .block-social {
    margin: 0 0 30px; }
    .box-ftoph1 .block-social .social-title {
      display: none; }
    .box-ftoph1 .block-social li {
      border: 0;
      line-height: 30px;
      color: #fff;
      border-radius: 50%;
      transition: all .4s;
      margin: 0 8px 10px; }
      .box-ftoph1 .block-social li:hover {
        background: #000;
        color: #fff;
        box-shadow: 0 0 0 3px #fff; }
  .box-ftoph1 a {
    color: #aaaaaa; }
    .box-ftoph1 a:hover {
      color: #000; }
  .box-ftoph1 .ApLink li a {
    color: #aaaaaa; }
    .box-ftoph1 .ApLink li a:hover {
      color: #000; }
  .box-ftoph1 .block_newsletter .input-wrapper input {
    padding: 5px 10px;
    height: 40px;
    border: 0;
    background: #fff; }
  .box-ftoph1 .block_newsletter .input-wrapper button {
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 12px;
    border: 2px solid #fff;
    background: #fff;
    color: #000; }
    .box-ftoph1 .block_newsletter .input-wrapper button:hover, .box-ftoph1 .block_newsletter .input-wrapper button:focus, .box-ftoph1 .block_newsletter .input-wrapper button:active {
      background: #000;
      border-color: #fff;
      color: #fff; }
    .box-ftoph1 .block_newsletter .input-wrapper button span {
      display: none; }
  .box-ftoph1 .block_newsletter p.alert {
    padding-top: 10px;
    padding-bottom: 8px; }
    .box-ftoph1 .block_newsletter p.alert:before {
      top: 7px; }

.box-fbottomh1 {
  padding: 50px 0 0 0;
  text-align: center;
  color: #aaaaaa; }
  @media (max-width: 991px) {
    .box-fbottomh1 {
      padding: 30px 0 30px 0; } }
  .box-fbottomh1 .f-logo {
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .box-fbottomh1 .f-logo {
        margin-bottom: 15px; } }
  .box-fbottomh1 p {
    margin: 0; }

.box-instagram {
  padding: 90px 0; }
  .box-instagram .ApColumn .block {
    margin-bottom: 0px; }
  .box-instagram .link-instagram {
    margin: 0; }

.carousel .direction {
  top: -25px; }

.box-title .ApRawHtml {
  border-top: 1px dashed #cecece;
  text-align: center;
  margin-bottom: 25px; }
  .box-title .ApRawHtml .title_block {
    display: inline-block;
    margin: -20px 0 0;
    vertical-align: top;
    background: #fff;
    padding: 0 10px; }

.box-prorecommended {
  padding: 90px 0; }
  .box-prorecommended .timeline-item {
    min-height: 110px;
    height: 110px; }
    .box-prorecommended .timeline-item .animated-background {
      height: 80px; }
      .box-prorecommended .timeline-item .animated-background .background-masker.content-top {
        height: 5px;
        top: 5px; }
      .box-prorecommended .timeline-item .animated-background .background-masker.content-third-line {
        top: 50px; }
      .box-prorecommended .timeline-item .animated-background .background-masker.content-second-line {
        top: 60px; }
      .box-prorecommended .timeline-item .animated-background .background-masker.content-fourth-line {
        top: 70px; }
  .box-prorecommended .plist-simple .thumbnail-container {
    border: 2px solid #e5e5e5;
    background: #f8f8f8;
    display: flex;
    align-items: center; }
    .box-prorecommended .plist-simple .thumbnail-container:hover {
      border-color: #333; }
    .box-prorecommended .plist-simple .thumbnail-container .product-meta {
      margin: 0; }
    .box-prorecommended .plist-simple .thumbnail-container .product-title {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase; }

iframe {
  border: 0; }

.box-footertop {
  background: no-repeat;
  padding: 50px 0 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #fff; }
  .box-footertop .media-left {
    display: inline-block;
    color: #fff; }
    @media (max-width: 991px) {
      .box-footertop .media-left {
        padding: 0 0 5px; } }
  .box-footertop .media-body {
    width: auto;
    color: #fff;
    display: block; }
    @media (min-width: 992px) {
      .box-footertop .media-body {
        display: inline-block;
        text-align: left; }
        .rtl .box-footertop .media-body {
          text-align: right; } }
    .box-footertop .media-body h6 {
      color: #fff;
      margin-top: 6px;
      margin-bottom: 3px;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase; }
    .box-footertop .media-body p {
      color: #fff; }
  @media (max-width: 480px) {
    .box-footertop .media {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .box-footertop .media-left {
      width: 60px; }
    .box-footertop .media-body {
      text-align: left; }
      .rtl .box-footertop .media-body {
        text-align: right; }
    .box-footertop .fa-3x {
      font-size: 2em;
      margin-top: 7px; } }

.box-footerlinkh5 {
  border-bottom: 1px solid #292929; }
  @media (min-width: 992px) {
    .box-footerlinkh5 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0 40px; } }
  @media (min-width: 1200px) {
    .box-footerlinkh5 .ApColumn {
      padding: 60px 30px 30px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .box-footerlinkh5 .ApColumn {
      padding: 50px 30px 30px; } }
  @media (max-width: 767px) {
    .box-footerlinkh5 .ApColumn {
      padding: 20px 30px 0; }
      .box-footerlinkh5 .ApColumn .block-social,
      .box-footerlinkh5 .ApColumn .block {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto; } }
  @media (min-width: 992px) {
    .box-footerlinkh5 .ApColumn:nth-child(2) {
      border-right: 1px solid #292929; }
      .rtl .box-footerlinkh5 .ApColumn:nth-child(2) {
        border-left: 1px solid #292929;
        border-right: inherit; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-footerlinkh5 .ApColumn:nth-child(2) {
      border-left: 1px solid #292929; }
      .rtl .box-footerlinkh5 .ApColumn:nth-child(2) {
        border-right: 1px solid #292929;
        border-left: inherit; } }
  @media (min-width: 768px) {
    .box-footerlinkh5 .ApColumn:nth-child(2) .ApRawHtml {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    .box-footerlinkh5 .ApColumn.col-md-4 {
      border-top: 1px solid #292929; } }
  .box-footerlinkh5 .ApRawHtml {
    line-height: 25px; }
    .box-footerlinkh5 .ApRawHtml .fa {
      margin: 0 10px 0 0;
      min-width: 13px; }
      .rtl .box-footerlinkh5 .ApRawHtml .fa {
        margin: 0 0 0 10px; }
    .box-footerlinkh5 .ApRawHtml .material-icons {
      vertical-align: -2px;
      margin: 0 10px 0 0; }
      .rtl .box-footerlinkh5 .ApRawHtml .material-icons {
        margin: 0 0 0 10px; }

.box-footernew {
  padding: 20px 20px 0; }
  @media (max-width: 767px) {
    .box-footernew {
      padding: 20px 20px 60px; } }
  .box-footernew .ApHtml,
  .box-footernew .ApRawHtml {
    line-height: 37px; }
    .box-footernew .ApHtml p,
    .box-footernew .ApRawHtml p {
      margin: 0; }
  .box-footernew .block_newsletter input[name="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1); }
  .box-footernew .ApImage {
    text-align: right;
    padding-top: 7px; }
    .rtl .box-footernew .ApImage {
      text-align: left; }
    .box-footernew .ApImage img {
      max-width: 100%; }
    @media (max-width: 767px) {
      .box-footernew .ApImage {
        padding: 10px 0 20px;
        text-align: center !important; } }

.box-footerbottom {
  padding: 20px 20px 0; }
  @media (max-width: 767px) {
    .box-footerbottom {
      text-align: center; } }
  .box-footerbottom .container {
    background: #292929;
    padding: 30px 40px;
    color: #a6a6a6;
    line-height: 25px; }
    @media (max-width: 1199px) {
      .box-footerbottom .container {
        padding: 30px 10px; } }
    .box-footerbottom .container a {
      color: #a6a6a6; }
      .box-footerbottom .container a:hover {
        color: #000; }
  .box-footerbottom .right-copyright {
    font-family: "Muli", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: right; }
    .rtl .box-footerbottom .right-copyright {
      text-align: left; }
    @media (max-width: 767px) {
      .box-footerbottom .right-copyright {
        text-align: center !important;
        padding-top: 10px; } }
    .box-footerbottom .right-copyright a {
      color: #fff; }
      .box-footerbottom .right-copyright a i {
        margin: 0 10px 0 0;
        font-size: 25px; }
        .rtl .box-footerbottom .right-copyright a i {
          margin: 0 0 0 10px; }
      .box-footerbottom .right-copyright a:hover {
        color: #000; }

.box-footernew .block_newsletter:after {
  content: "";
  display: block;
  clear: both; }
.box-footernew .block_newsletter .title_block {
  text-align: left !important; }
  @media (min-width: 768px) {
    .box-footernew .block_newsletter .title_block {
      width: 40%;
      float: left; }
      .rtl .box-footernew .block_newsletter .title_block {
        float: right; } }
@media (min-width: 768px) {
  .box-footernew .block_newsletter .block_content {
    width: 60%;
    float: left; } }
.box-footernew .block_newsletter p {
  font-size: 12px;
  margin: 5px 0; }
.box-footernew .block_newsletter input[name="email"] {
  padding: 0 120px 0 10px;
  color: #999999;
  height: 37px;
  margin: 0px;
  background: none;
  border: 1px solid #474747;
  width: 100%;
  font-size: 13px;
  outline: none; }
  .rtl .box-footernew .block_newsletter input[name="email"] {
    padding: 0 10px 0 120px; }
  .box-footernew .block_newsletter input[name="email"]:focus {
    border-color: #666; }
.box-footernew .block_newsletter .btn-outline {
  position: absolute;
  top: 0;
  height: 37px;
  line-height: 37px;
  border: 0;
  right: 0px;
  background: #474747;
  color: #fff; }
  .rtl .box-footernew .block_newsletter .btn-outline {
    left: 0px;
    right: auto; }
  .box-footernew .block_newsletter .btn-outline i {
    display: none; }

.rtl .box-footernew .block_newsletter .title_block {
  text-align: right !important; }

.box-footerlinkh5 .footer-container .ApLink li a {
  color: #a6a6a6; }
  .box-footerlinkh5 .footer-container .ApLink li a:hover {
    color: #eee; }

.box-footerlinkh5,
.box-footernew,
.box-footerbottom {
  color: #a6a6a6; }
  .box-footerlinkh5 a,
  .box-footernew a,
  .box-footerbottom a {
    color: #a6a6a6; }
    .box-footerlinkh5 a:hover,
    .box-footernew a:hover,
    .box-footerbottom a:hover {
      color: #eee; }
  .box-footerlinkh5 .ApColumn .title_block,
  .box-footernew .ApColumn .title_block,
  .box-footerbottom .ApColumn .title_block {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin: 4px 0;
    text-transform: uppercase; }
    .box-footerlinkh5 .ApColumn .title_block a,
    .box-footernew .ApColumn .title_block a,
    .box-footerbottom .ApColumn .title_block a {
      color: #fff; }

.box-installgram {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .box-installgram .ApColumn .instagram-block {
      margin-bottom: 60px; }
    .box-installgram iframe {
      height: 360px; } }
  .box-installgram .instagram-block .block-carousel-container {
    margin-bottom: 20px; }
    .box-installgram .instagram-block .block-carousel-container:last-child {
      margin-bottom: 0; }
  .box-installgram .instagram-block .block_content {
    margin: 0 -10px; }
  .box-installgram .instagram-block .owl-carousel .owl-item {
    padding: 0 10px; }

.box-navtop1 {
  padding: 0 50px;
  position: relative; }
  .box-navtop1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #e5e5e5; }
  @media (max-width: 991px) {
    .box-navtop1 {
      max-width: 720px;
      margin: auto; } }
  @media (max-width: 767px) {
    .box-navtop1 {
      max-width: 540px; } }
  .box-navtop1 .ApColumn .block {
    margin-bottom: 0; }
  .box-navtop1 p {
    margin-bottom: 0; }
  .box-navtop1 .ApHtml {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 0; }
    @media (max-width: 767px) {
      .box-navtop1 .ApHtml {
        font-size: 10px; } }
    @media (max-width: 480px) {
      .box-navtop1 .ApHtml {
        margin: 0 -30px;
        background: #222;
        text-align: center;
        color: #fff;
        font-size: 10px; } }
  .box-navtop1 .col-right {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 480px) {
      .box-navtop1 .col-right {
        justify-content: center; } }
    .box-navtop1 .col-right .popup-over {
      border-radius: 0;
      border: 0;
      box-shadow: none;
      border-left: 1px solid #e5e5e5; }
      @media (min-width: 768px) {
        .box-navtop1 .col-right .popup-over:last-child a.popup-title {
          padding-right: 14px; } }
      @media (max-width: 480px) {
        .box-navtop1 .col-right .popup-over:first-child {
          border: 0; } }
      .box-navtop1 .col-right .popup-over a.popup-title {
        height: 40px;
        line-height: 40px;
        padding: 0 30px; }
        @media (max-width: 767px) {
          .box-navtop1 .col-right .popup-over a.popup-title {
            padding: 0 20px; } }
        .box-navtop1 .col-right .popup-over a.popup-title .fa-caret-down, .box-navtop1 .col-right .popup-over a.popup-title > span {
          display: none; }
      .box-navtop1 .col-right .popup-over .popup-content {
        font-size: 12px;
        box-shadow: none;
        border: 1px solid #e5e5e5;
        right: -1px;
        margin-top: -1px; }
        .rtl .box-navtop1 .col-right .popup-over .popup-content {
          left: -1px;
          right: auto; }
        @media (max-width: 480px) {
          .box-navtop1 .col-right .popup-over .popup-content {
            right: -54px; }
            .rtl .box-navtop1 .col-right .popup-over .popup-content {
              left: -54px;
              right: auto; } }

.box-toph1 {
  padding: 0 50px; }
  .box-toph1 .h-logo {
    height: 110px;
    line-height: 90px; }
    @media (min-width: 992px) {
      .box-toph1 .h-logo {
        text-align: left; }
        .rtl .box-toph1 .h-logo {
          text-align: right; } }
    @media (max-width: 991px) {
      .box-toph1 .h-logo {
        padding: 30px 0 10px;
        height: 130px; } }
    .box-toph1 .h-logo img {
      max-height: 60px; }
  .box-toph1 .leo-megamenu .navbar-nav > li > a {
    padding: 45px 30px;
    max-height: 110px; }
  .box-toph1 .col-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all .3s; }
  .box-toph1 #cart-block:hover .blockcart .header a {
    color: #000; }
  .box-toph1 .blockcart .header {
    padding: 0 15px;
    height: 110px;
    line-height: 110px;
    position: relative;
    font-size: 18px;
    color: #000; }
    .box-toph1 .blockcart .header a {
      color: #000; }
      .box-toph1 .blockcart .header a:hover {
        color: #222; }
    @media (max-width: 991px) {
      .box-toph1 .blockcart .header {
        padding: 0 10px; } }
    .box-toph1 .blockcart .header span.block {
      display: none; }
    .box-toph1 .blockcart .header .cart-products-count {
      position: absolute;
      bottom: 52%;
      height: 16px;
      line-height: 16px;
      left: 52%;
      background: #000;
      color: #fff;
      padding: 0 3px;
      border-radius: 10px;
      min-width: 16px;
      text-align: center;
      font-size: 11px; }
      .rtl .box-toph1 .blockcart .header .cart-products-count {
        right: 52%;
        left: auto; }
  .box-toph1 .popup-over {
    position: relative;
    border-radius: 0;
    border: 0;
    box-shadow: none; }
    .box-toph1 .popup-over .popup-title {
      font-size: 18px;
      height: 110px;
      line-height: 110px;
      cursor: pointer;
      color: #000; }
      .box-toph1 .popup-over .popup-title:hover {
        color: #222; }
      .box-toph1 .popup-over .popup-title span.block {
        display: none; }
  @media (max-width: 991px) {
    .box-toph1 {
      max-width: 720px;
      margin: auto; }
      .box-toph1 .col-info {
        text-align: left;
        width: 74px; }
        .rtl .box-toph1 .col-info {
          text-align: right; }
      .box-toph1 .col-right {
        text-align: left;
        width: calc(100% - 74px); }
        .rtl .box-toph1 .col-right {
          text-align: right; }
        .box-toph1 .col-right #leo_search_block_top .leoproductsearch-result {
          width: 100%; }
      .box-toph1 .navbar-header .navbar-toggler {
        height: 40px;
        width: 40px;
        margin: 20px auto; }
      .box-toph1 .popup-over .popup-title,
      .box-toph1 .blockcart .header,
      .box-toph1 .wislish-button .ap-btn-wishlist {
        height: 80px;
        line-height: 80px; }
      .box-toph1 #leo_search_block_top .title_block {
        height: 80px;
        line-height: 80px; } }
  @media (max-width: 767px) {
    .box-toph1 {
      max-width: 540px; } }
  @media (max-width: 480px) {
    .box-toph1 #leo_search_block_top #leosearchtopbox {
      right: -124px;
      width: calc(100vw - 40px); }
      .box-toph1 #leo_search_block_top #leosearchtopbox:before {
        right: 143px; } }

@media (min-width: 992px) {
  body.keep-header.active-sticky .box-toph1 .h-logo {
    height: 80px;
    padding: 5px 0;
    line-height: 70px; }
    body.keep-header.active-sticky .box-toph1 .h-logo img {
      max-height: 50px; }
  body.keep-header.active-sticky .box-toph1 .leo-megamenu .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: 80px; }
  body.keep-header.active-sticky .box-toph1 .col-right {
    padding-top: 0; } }
@media (max-width: 1199px) {
  .box-navtop1 {
    padding: 0 20px; }

  .box-toph1 {
    padding: 0 20px; }
    .box-toph1 .leo-megamenu .navbar-nav > li > a {
      padding: 45px 20px;
      letter-spacing: 0px; }

  .box-toph1 .col-right {
    padding-top: 0; } }
@media (max-width: 767px) {
  form.forgotten-password {
    text-align: center; }
    form.forgotten-password .btn {
      margin-top: 15px; }

  .box-toph1 {
    padding: 0 10px; }
    .box-toph1 .col-info {
      width: 60px; }
    .box-toph1 .col-right {
      width: calc(100% - 60px); } }
.box-freeshipping1 .ApColumn .block {
  margin-bottom: 0; }
.box-freeshipping1 .block_carousel {
  padding: 50px 0;
  margin: auto; }
  .box-freeshipping1 .block_carousel .owl-theme .owl-controls .owl-pagination {
    margin: 0; }
  .box-freeshipping1 .block_carousel .block-carousel-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    font-style: italic; }
    @media (max-width: 575px) {
      .box-freeshipping1 .block_carousel .block-carousel-image-container {
        display: block;
        text-align: center; } }
    .box-freeshipping1 .block_carousel .block-carousel-image-container > * {
      margin: 0 5px; }
    .box-freeshipping1 .block_carousel .block-carousel-image-container img {
      max-height: 40px; }
    .box-freeshipping1 .block_carousel .block-carousel-image-container .title {
      font-weight: 500;
      font-family: "Muli", sans-serif; }
.box-freeshipping1 .timeline-wrapper .timeline-item {
  background: none;
  border: 0;
  padding: 0;
  min-height: 40px; }
  .box-freeshipping1 .timeline-wrapper .timeline-item div.animated-background {
    background-size: 40px;
    height: 40px; }

.box-shoessize {
  padding: 30px 30px 0; }

.box-shoessize table th {
  font-family: "Muli", sans-serif;
  font-weight: 500; }

.box-shoessize table {
  width: 100%;
  border: 1px solid #e5e5e5; }

.box-shoessize table td, table th {
  padding: 10px;
  border: 1px solid #e5e5e5; }

.box-shoessize table tr:nth-child(2n+1) {
  background: #f9f9f9; }

.box-shoessize table tr:hover {
  background: #e9e9e9;
  color: #000; }

.ApImage.banner {
  position: relative;
  overflow: hidden; }
  .ApImage.banner img {
    transition: all .3s; }
  .ApImage.banner:hover img {
    transform: scale(1.05); }
  .ApImage.banner > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
  .ApImage.banner .image_description {
    position: absolute;
    left: 30px;
    right: 30px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2); }
    @media (max-width: 767px) {
      .ApImage.banner .image_description {
        left: 20px;
        right: 20px; }
        .ApImage.banner .image_description h2 {
          font-size: 22px; } }
    @media (max-width: 480px) {
      .ApImage.banner .image_description h2 {
        font-size: 18px; } }
    .ApImage.banner .image_description p:last-child {
      margin-bottom: 0; }
    .ApImage.banner .image_description a {
      display: inline-block;
      vertical-align: top;
      padding: 10px 20px;
      font-family: "Muli", sans-serif;
      font-weight: 500;
      border: 1px solid #222;
      transition: all .3s;
      text-shadow: none;
      margin-top: 1em; }
      .ApImage.banner .image_description a:hover {
        background: #222;
        border-color: #222;
        color: #fff; }
  .ApImage.banner.text-bottom .image_description {
    bottom: 30px; }
    @media (max-width: 767px) {
      .ApImage.banner.text-bottom .image_description {
        bottom: 20px; } }
  .ApImage.banner.text-top .image_description {
    top: 30px; }
    @media (max-width: 767px) {
      .ApImage.banner.text-top .image_description {
        top: 20px; } }
  .ApImage.banner.text-midder .image_description {
    top: 50%;
    transform: translateY(-50%); }
  .ApImage.banner.text-white .image_description {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .ApImage.banner.text-white .image_description h1, .ApImage.banner.text-white .image_description h2, .ApImage.banner.text-white .image_description h3, .ApImage.banner.text-white .image_description h4 {
      color: #fff; }
    .ApImage.banner.text-white .image_description a {
      color: #fff;
      border-color: #fff; }
      .ApImage.banner.text-white .image_description a:hover {
        background: #fff;
        color: #222; }

.box-border-bottom {
  position: relative; }
  .box-border-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    border-bottom: 1px solid #e5e5e5;
    pointer-events: none; }

.box-border-top {
  position: relative; }
  .box-border-top:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    border-top: 1px solid #e3e3e3;
    pointer-events: none; }

h1.page-heading {
  margin-bottom: 1em; }

.title-size {
  text-align: right; }
  .rtl .title-size {
    text-align: left; }
  .title-size h4 {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
    font-size: 12px;
    cursor: pointer; }
    .title-size h4:hover {
      color: #000; }

.header-nav {
  transition: all .3s; }

.sidebar .box-bannercolleft {
  margin-bottom: 30px; }
  .sidebar .box-bannercolleft .block_carousel {
    padding: 0;
    border: 0; }

@media (min-width: 992px) {
  .ApProductList .product_list > .col-lg-3:nth-child(4n+1) {
    clear: both; } }

#subcategories .subcategory-block {
  margin-bottom: 18px; }
  @media (min-width: 992px) {
    #subcategories .subcategory-block:nth-child(3n+1) {
      clear: both; } }
  @media (max-width: 991px) {
    #subcategories .subcategory-block:nth-child(2n+1) {
      clear: both; } }
  #subcategories .subcategory-block .subcategory-description {
    display: none; }

.box-cusslide .block_carousel .block-carousel-image-container {
  position: relative; }
  .box-cusslide .block_carousel .block-carousel-image-container *:last-child {
    margin-bottom: 0; }
  .box-cusslide .block_carousel .block-carousel-image-container .descript {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%) translateX(20px);
    padding: 0 5%;
    transition: opacity 0.3s , transform 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
    font-size: 24px; }
    @media (max-width: 1199px) {
      .box-cusslide .block_carousel .block-carousel-image-container .descript {
        font-size: 20px; } }
    @media (max-width: 991px) {
      .box-cusslide .block_carousel .block-carousel-image-container .descript {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .box-cusslide .block_carousel .block-carousel-image-container .descript {
        font-size: 14px; } }
    .box-cusslide .block_carousel .block-carousel-image-container .descript h3 {
      font-size: 50px;
      margin-bottom: 1em; }
      @media (max-width: 1199px) {
        .box-cusslide .block_carousel .block-carousel-image-container .descript h3 {
          font-size: 40px; } }
      @media (max-width: 991px) {
        .box-cusslide .block_carousel .block-carousel-image-container .descript h3 {
          font-size: 35px; } }
      @media (max-width: 480px) {
        .box-cusslide .block_carousel .block-carousel-image-container .descript h3 {
          font-size: 30px; } }
    .box-cusslide .block_carousel .block-carousel-image-container .descript .btn {
      background: none;
      color: #000;
      padding: 2px 0;
      font-size: 14px;
      border-bottom: 1px solid;
      margin-top: 2em;
      font-weight: 400;
      text-transform: capitalize; }
      .box-cusslide .block_carousel .block-carousel-image-container .descript .btn:hover {
        letter-spacing: 2px; }
.box-cusslide .block_carousel .active .block-carousel-image-container .descript {
  transform: translateY(-50%) translateX(0px);
  opacity: 1; }
.box-cusslide .block_carousel .owl-controls .owl-pagination {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  margin: 0; }
.box-cusslide .block_carousel .owl-theme .owl-buttons {
  width: 91px;
  bottom: 20px;
  left: auto;
  right: 5%;
  height: 50px; }
  .box-cusslide .block_carousel .owl-theme .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all 0.3s;
    position: absolute;
    border-radius: 0;
    background: #fff; }
    .box-cusslide .block_carousel .owl-theme .owl-buttons div:before {
      color: #000; }
    .box-cusslide .block_carousel .owl-theme .owl-buttons div:hover {
      background: #000; }
      .box-cusslide .block_carousel .owl-theme .owl-buttons div:hover:before {
        color: #fff; }

.full-screen .block-carousel-image-container img {
  width: 100vw;
  height: 100vh;
  object-fit: cover; }

.box-toph1.box-h2 {
  transition: all .3s; }
  @media (max-width: 480px) {
    .box-toph1.box-h2 {
      padding: 0; }
      .box-toph1.box-h2 .popup-over a.popup-title {
        padding: 0 5px; }
      .box-toph1.box-h2 #leo_search_block_top .title_block {
        width: 40px; }
      .box-toph1.box-h2 #leo_search_block_top #leosearchtopbox {
        right: -55px;
        width: calc(100vw - 40px); }
        .box-toph1.box-h2 #leo_search_block_top #leosearchtopbox:before {
          right: 68px; } }
  .box-toph1.box-h2 .h-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 9; }
  .box-toph1.box-h2 .leo-megamenu .navbar-nav > li > a {
    padding: 45px 18px;
    letter-spacing: 0;
    max-height: 110px; }
    @media (max-width: 1199px) {
      .box-toph1.box-h2 .leo-megamenu .navbar-nav > li > a {
        padding: 45px 10px;
        font-size: 12px; } }
  @media (max-width: 991px) {
    .box-toph1.box-h2 .col-right {
      padding-top: 0; }
    .box-toph1.box-h2 .navbar-header .navbar-toggler {
      margin: 20px auto 0; }
    .box-toph1.box-h2 .h-logo {
      padding: 10px 0;
      height: 80px;
      line-height: 60px; }
      .box-toph1.box-h2 .h-logo img {
        max-height: 40px; } }
  @media (max-width: 480px) {
    .box-toph1.box-h2 .h-logo {
      left: 60px;
      transform: none; }
      .rtl .box-toph1.box-h2 .h-logo {
        right: 60px;
        left: auto; } }

body.active-sticky .box-toph1.box-h2 {
  background: rgba(255, 255, 255, 0.9) !important; }
  body.active-sticky .box-toph1.box-h2:hover {
    background: #fff !important; }

.box-bannertext .ApColumn .block {
  margin-bottom: 0; }
.box-bannertext *:last-child {
  margin-bottom: 0; }
.box-bannertext .ApHtml {
  text-align: center;
  padding: 80px 0;
  font-size: 1.2em;
  color: #888;
  font-weight: 300; }
  .box-bannertext .ApHtml h3 {
    margin-bottom: 1em;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .box-bannertext .ApHtml h3 {
        font-size: 28px; } }
  .box-bannertext .ApHtml a {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    background: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .3s;
    font-size: 13px; }
    .box-bannertext .ApHtml a i {
      margin: 0 0 0 5px; }
      .rtl .box-bannertext .ApHtml a i {
        margin: 0 5px 0 0; }
    .box-bannertext .ApHtml a:hover {
      background: #000;
      color: #fff; }

.box-productsmalls {
  padding-top: 80px;
  padding-bottom: 30px; }
  .box-productsmalls .ApColumn .title_block {
    text-align: left;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative; }
    .rtl .box-productsmalls .ApColumn .title_block {
      text-align: right; }
    .box-productsmalls .ApColumn .title_block:before {
      content: "";
      width: 40px;
      height: 3px;
      background: #000;
      position: absolute;
      bottom: -1px;
      left: 0; }
      .rtl .box-productsmalls .ApColumn .title_block:before {
        right: 0;
        left: auto; }

.sidebar .text-uppercase {
  text-transform: capitalize !important; }

.card-block h1 {
  font-size: 24px;
  font-weight: 500; }

.box-freedelivery {
  text-align: center;
  padding: 90px 0 60px; }
  .box-freedelivery i {
    font-size: 30px;
    margin-bottom: 30px;
    display: block;
    transition: all .3s; }
  .box-freedelivery .ApRawHtml:hover i {
    transform: scale(1.2); }

.block-category.card {
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0; }
  .block-category.card h1 {
    margin: 15px 0 20px; }
  .block-category.card .category-cover img {
    max-width: 100%; }

.page-heading {
  margin: 0 0 20px; }

.box-videoh1 {
  background: #fafafa;
  margin: 0 0 60px; }
  @media (min-width: 576px) {
    .box-videoh1 {
      display: flex; } }
  .box-videoh1 .col-text {
    display: flex;
    align-items: center; }
  .box-videoh1 .ApColumn {
    padding: 0; }
    .box-videoh1 .ApColumn .block {
      margin-bottom: auto; }
  .box-videoh1 .video {
    display: none; }
  .box-videoh1 .ApImage {
    height: 100%; }
    .box-videoh1 .ApImage img {
      min-height: 100%;
      object-fit: cover; }
  .box-videoh1 .ApHtml {
    max-width: 500px;
    margin: auto;
    padding: 30px; }
    .box-videoh1 .ApHtml h4 {
      text-transform: capitalize;
      font-size: 40px;
      font-weight: 300;
      margin: 0 0 20px; }
      @media (max-width: 991px) {
        .box-videoh1 .ApHtml h4 {
          font-size: 30px; } }
    .box-videoh1 .ApHtml a {
      display: inline-block;
      vertical-align: top;
      margin: 20px 0 0;
      border-bottom: 1px solid;
      padding: 5px 0;
      color: #000;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 2px; }
      @media (max-width: 991px) {
        .box-videoh1 .ApHtml a {
          margin: 10px 0 0; } }
      .box-videoh1 .ApHtml a:hover {
        border-color: #000;
        color: #000; }
  .box-videoh1 .btn-play {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    left: 50%;
    border: 1px solid #fff;
    background: #fff;
    z-index: 2;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    transition: all .3s;
    padding: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
    .box-videoh1 .btn-play i {
      vertical-align: -3px; }
    .box-videoh1 .btn-play:after, .box-videoh1 .btn-play:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: all .3s;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      border-radius: 50%; }
    .box-videoh1 .btn-play:hover {
      transform: scale(0.9); }
      .box-videoh1 .btn-play:hover:before {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
        opacity: 1;
        visibility: visible; }
      .box-videoh1 .btn-play:hover:after {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
        opacity: 1;
        visibility: visible; }

.fancybox-inner iframe {
  max-width: 100%;
  min-height: 200px; }

.widget-category_image .view_all_wapper {
  display: none; }

@media (min-width: 768px) {
  .box-topcollection {
    display: flex; } }
.box-topcollection .ApHtml {
  max-width: 500px;
  margin: auto;
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: center; }
  .box-topcollection .ApHtml h4 {
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 20px; }
    @media (max-width: 991px) {
      .box-topcollection .ApHtml h4 {
        font-size: 30px; } }
  .box-topcollection .ApHtml a {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0;
    border-bottom: 1px solid;
    padding: 5px 0;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px; }
    @media (max-width: 991px) {
      .box-topcollection .ApHtml a {
        margin: 10px 0 0; } }
    .box-topcollection .ApHtml a:hover {
      border-color: #000;
      color: #000; }
.box-topcollection .ApImage {
  position: relative;
  overflow: hidden; }
  .box-topcollection .ApImage img {
    transition: all .3s; }
  .box-topcollection .ApImage .image_description {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 10px;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    pointer-events: none;
    transition: all .3;
    opacity: 0;
    visibility: hidden; }
    .box-topcollection .ApImage .image_description p {
      margin: 0; }
  .box-topcollection .ApImage:hover .image_description {
    opacity: 1;
    visibility: visible; }
  .box-topcollection .ApImage:hover img {
    filter: brightness(50%); }

h3.card-title.h3 {
  margin: 0 0 30px; }

.manufacturer-image-container {
  text-align: center; }

.ajax_block_product {
  animation-duration: 0.4s !important; }

.js-customer-form .form-control-valign .radio-inline {
  margin: 0 15px 0 0;
  vertical-align: top;
  line-height: 40px; }
  .rtl .js-customer-form .form-control-valign .radio-inline {
    margin: 0 0 0 15px; }
@media (max-width: 991px) {
  .js-customer-form .form-control-comment {
    padding-top: 8px;
    display: block; }
  .js-customer-form .form-control-label {
    padding-top: 0px;
    display: block;
    margin: 0 0 5px; }
  .js-customer-form .form-group {
    margin-bottom: 15px; } }

.box-adh3 {
  display: flex;
  align-items: center;
  text-align: center; }
  .box-adh3 .ApColumn .block {
    margin-bottom: 0; }
  .box-adh3 .ApHtml * {
    color: #fff; }
  .box-adh3 .ApHtml h3 {
    font-size: 120px;
    font-weight: 200;
    text-transform: uppercase; }
  .box-adh3 .ApHtml h4 {
    margin: 0;
    font-size: 35px;
    font-weight: 300; }
  .box-adh3 .ApHtml a {
    display: inline-block;
    vertical-align: top;
    padding: 15px 30px;
    border: 1px solid;
    text-transform: uppercase;
    margin: 40px 0 0; }

.subcategory-block .subcategory-meta {
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  background: #fff;
  padding: 0;
  overflow: hidden;
  transition: all .4s; }
  .subcategory-block .subcategory-meta h3 {
    margin: 0; }
    .subcategory-block .subcategory-meta h3 a {
      font-size: 14px;
      text-align: center;
      padding: 10px;
      font-weight: 900;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: uppercase;
      letter-spacing: 2px; }
.subcategory-block .subcategory-image {
  overflow: hidden;
  position: relative;
  padding-bottom: 70%; }
  .subcategory-block .subcategory-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 4px; }
.subcategory-block:hover .subcategory-meta {
  transform: translateY(-10px); }
  .subcategory-block:hover .subcategory-meta h3 a {
    color: #000; }

.page-header h1 {
  font-size: 24px; }

.register-form .input-group.js-parent-focus .input-group-btn,
.login-form .input-group.js-parent-focus .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 50px;
  z-index: 5; }
  .rtl .register-form .input-group.js-parent-focus .input-group-btn, .rtl
  .login-form .input-group.js-parent-focus .input-group-btn {
    left: 0;
    right: auto; }

@media (min-width: 768px) {
  .box-bannerh6 {
    display: flex;
    align-items: center; } }
.box-bannerh6 .owl-carousel .owl-item {
  padding: 0; }
.box-bannerh6 .block-carousel-image-container {
  position: relative;
  padding: 0 60px 0 0; }
  @media (max-width: 767px) {
    .box-bannerh6 .block-carousel-image-container {
      padding: 0 50px 0 0; } }
  .box-bannerh6 .block-carousel-image-container .title {
    position: absolute;
    top: 0;
    right: 50px;
    letter-spacing: 5px;
    transform: rotate(-90deg);
    transform-origin: top right;
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .box-bannerh6 .block-carousel-image-container .title {
        right: 40px; } }
.box-bannerh6 .ApColumn .block {
  margin-bottom: 0; }
.box-bannerh6 .ApImage {
  padding: 30px 0; }
.box-bannerh6 .col-flex .block_carousel {
  padding: 0 0 0 120px; }
.box-bannerh6 .col-flex .ApHtml {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%); }
  .box-bannerh6 .col-flex .ApHtml h4 {
    font-size: 34px;
    line-height: 1.5;
    margin: 0 0 30px; }
    @media (max-width: 991px) {
      .box-bannerh6 .col-flex .ApHtml h4 {
        font-size: 28px;
        margin: 0 0 20px; } }
  .box-bannerh6 .col-flex .ApHtml a {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid;
    padding: 5px 0;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px; }

.box-products {
  padding-top: 30px;
  padding-bottom: 60px; }

.container > .box-toph1 {
  padding: 0; }

.box-banner-7 {
  display: flex;
  align-items: center;
  justify-content: center; }
  .box-banner-7 .ApColumn .block {
    margin-bottom: 0; }
  .box-banner-7 .ApImage {
    padding: 0 10%;
    text-align: center; }
    .box-banner-7 .ApImage img {
      max-width: 100%;
      width: auto !important; }

.font-weight-bold {
  font-weight: 600; }

.form-control-label.required:after {
  content: "*";
  color: red; }

/*update css home 8*/
.product-tabs-home .box-select {
  margin-bottom: 0px; }
  @media (min-width: 992px) {
    .product-tabs-home .box-select {
      float: left;
      width: 66.66667%;
      text-align: right; }
      .rtl .product-tabs-home .box-select {
        text-align: left; } }
  @media (min-width: 992px) {
    .product-tabs-home .box-select {
      display: none; } }
  .product-tabs-home .box-select select {
    width: 100%;
    border-radius: 0px; }
    .product-tabs-home .box-select select option {
      text-transform: capitalize; }
.product-tabs-home .title_block {
  margin-bottom: 18px; }
  @media (min-width: 992px) {
    .product-tabs-home .title_block {
      float: left;
      width: 33.33333%;
      float: left; }
      .rtl .product-tabs-home .title_block {
        float: right; } }
.product-tabs-home .nav-tabs {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px; }
  @media (min-width: 992px) {
    .product-tabs-home .nav-tabs {
      float: left;
      width: 66.66667%;
      float: left;
      text-align: right; }
      .rtl .product-tabs-home .nav-tabs {
        float: right; }
      .rtl .product-tabs-home .nav-tabs {
        text-align: left; } }
  @media (max-width: 991px) {
    .product-tabs-home .nav-tabs {
      display: none; } }
  .product-tabs-home .nav-tabs .nav-item {
    float: none;
    display: inline-block; }
    .product-tabs-home .nav-tabs .nav-item + .nav-item {
      margin-left: 30px; }
      .rtl .product-tabs-home .nav-tabs .nav-item + .nav-item {
        margin-right: 30px;
        margin-left: inherit; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .product-tabs-home .nav-tabs .nav-item + .nav-item {
          margin-left: 25px; }
          .rtl .product-tabs-home .nav-tabs .nav-item + .nav-item {
            margin-right: 25px;
            margin-left: inherit; } }
    .product-tabs-home .nav-tabs .nav-item .nav-link {
      padding: 8px 0px 15px;
      border: none;
      color: #002222;
      font-size: 18px;
      font-weight: normal;
      position: relative;
      text-transform: none;
      border-radius: 0px; }
      .product-tabs-home .nav-tabs .nav-item .nav-link:before {
        content: "";
        position: absolute;
        height: 2px;
        bottom: -4px;
        width: 0px;
        left: 0;
        right: 0;
        z-index: 1;
        margin: auto;
        background: #000; }
        @media (min-width: 992px) {
          .product-tabs-home .nav-tabs .nav-item .nav-link:before {
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; } }
      .product-tabs-home .nav-tabs .nav-item .nav-link:after {
        content: "";
        position: absolute;
        width: 0px;
        height: 5px;
        bottom: -7px;
        left: 0;
        right: 0;
        z-index: 1;
        margin: auto;
        background: #000;
        border-radius: 50%; }
        @media (min-width: 992px) {
          .product-tabs-home .nav-tabs .nav-item .nav-link:after {
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; } }
      .product-tabs-home .nav-tabs .nav-item .nav-link:hover, .product-tabs-home .nav-tabs .nav-item .nav-link:focus, .product-tabs-home .nav-tabs .nav-item .nav-link.active {
        color: #002222; }
        .product-tabs-home .nav-tabs .nav-item .nav-link:hover:before, .product-tabs-home .nav-tabs .nav-item .nav-link:focus:before, .product-tabs-home .nav-tabs .nav-item .nav-link.active:before {
          width: 100%; }
        .product-tabs-home .nav-tabs .nav-item .nav-link:hover:after, .product-tabs-home .nav-tabs .nav-item .nav-link:focus:after, .product-tabs-home .nav-tabs .nav-item .nav-link.active:after {
          width: 5px; }
      .product-tabs-home .nav-tabs .nav-item .nav-link.active:before {
        width: 100%; }
        .product-tabs-home .nav-tabs .nav-item .nav-link.active:before:hover, .product-tabs-home .nav-tabs .nav-item .nav-link.active:before:focus {
          color: #002222; }
      .product-tabs-home .nav-tabs .nav-item .nav-link.active:after {
        width: 5px; }
.product-tabs-home.fix-tab.ApTab .owl-carousel, .product-tabs-home.fix-tab.ApTab .slick-slider, .product-tabs-home.fix-tab.ApTab .carousel {
  width: 100% !important; }
.product-tabs-home.fix-tab .tab-content {
  position: relative; }
  .product-tabs-home.fix-tab .tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .product-tabs-home.fix-tab .tab-content .active {
    position: static;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
.product-tabs-home.tab-white .nav-tabs .nav-item .nav-link:before {
  background: #FFFFFF; }
.product-tabs-home.tab-white .nav-tabs .nav-item .nav-link:hover, .product-tabs-home.tab-white .nav-tabs .nav-item .nav-link:focus, .product-tabs-home.tab-white .nav-tabs .nav-item .nav-link.active {
  color: #FFFFFF; }
.product-tabs-home.tab-white .nav-tabs .nav-item .nav-link.active:hover, .product-tabs-home.tab-white .nav-tabs .nav-item .nav-link.active:focus {
  color: #FFFFFF; }
.product-tabs-home.tab-white .box-show-more.open a:hover {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF; }
@media (min-width: 992px) {
  .product-tabs-home.tabs-special .title_block {
    padding: 19.5px 0 19.5px 25px; }
    .rtl .product-tabs-home.tabs-special .title_block {
      padding: 19.5px 25px 19.5px 0; } }
.product-tabs-home.tabs-special .box-select {
  margin-top: 20px;
  margin-bottom: 0px; }
  .product-tabs-home.tabs-special .box-select select {
    background: #FFFFFF; }
.product-tabs-home.tabs-special .nav-tabs {
  border-bottom: none;
  padding: 0px 25px 0px 0px; }
  .rtl .product-tabs-home.tabs-special .nav-tabs {
    padding: 0px 0px 0px 25px; }
  .product-tabs-home.tabs-special .nav-tabs .nav-item .nav-link {
    position: relative;
    color: #333333;
    font-weight: bold;
    padding: 20px 0;
    text-transform: uppercase; }
    .product-tabs-home.tabs-special .nav-tabs .nav-item .nav-link:before {
      content: '';
      height: 2px;
      bottom: 0px;
      right: 50%;
      left: 50%;
      position: absolute;
      background: #000;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .product-tabs-home.tabs-special .nav-tabs .nav-item .nav-link:hover, .product-tabs-home.tabs-special .nav-tabs .nav-item .nav-link:focus, .product-tabs-home.tabs-special .nav-tabs .nav-item .nav-link.active {
      color: #333333; }
      .product-tabs-home.tabs-special .nav-tabs .nav-item .nav-link:hover:before, .product-tabs-home.tabs-special .nav-tabs .nav-item .nav-link:focus:before, .product-tabs-home.tabs-special .nav-tabs .nav-item .nav-link.active:before {
        right: 0;
        left: 0; }
    .product-tabs-home.tabs-special .nav-tabs .nav-item .nav-link.active:hover, .product-tabs-home.tabs-special .nav-tabs .nav-item .nav-link.active:focus {
      color: #333333; }
      .product-tabs-home.tabs-special .nav-tabs .nav-item .nav-link.active:hover:before, .product-tabs-home.tabs-special .nav-tabs .nav-item .nav-link.active:focus:before {
        right: 0;
        left: 0; }
.product-tabs-home.tabs-special .border-title {
  margin-bottom: 28px; }
  @media (min-width: 992px) {
    .product-tabs-home.tabs-special .border-title {
      background: #FFFFFF; } }
.product-tabs-home.tabs-special .thumbnail-container {
  margin-bottom: 30px; }
.product-tabs-home.tabs-center .title_block {
  width: 100%; }
@media (min-width: 767px) {
  .product-tabs-home.tabs-center .box-select {
    display: none; } }
.product-tabs-home.tabs-center .nav-tabs {
  width: 100%;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .product-tabs-home.tabs-center .nav-tabs {
      display: none; } }
  .product-tabs-home.tabs-center .nav-tabs .nav-item .nav-link {
    letter-spacing: 0px; }

.banner-text {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  @media (max-width: 991px) {
    .banner-text {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .banner-text h1 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 45px; }
    @media (max-width: 575px) {
      .banner-text h1 {
        font-size: 45px;
        line-height: 60px; } }
    @media (max-width: 479px) {
      .banner-text h1 {
        font-size: 40px;
        line-height: 50px; } }
  .banner-text p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px; }
  .banner-text .btn {
    line-height: normal;
    text-align: center;
    margin-top: 50px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 5px;
    position: relative;
    background: transparent;
    text-transform: uppercase;
    border-bottom: 2px solid #FFFFFF;
    padding: 0px 15px 3px 0; }
    .rtl .banner-text .btn {
      padding: 0px 0 3px 15px; }
    .banner-text .btn:after {
      content: '+';
      bottom: 5px;
      letter-spacing: 0px;
      position: absolute;
      display: inline-block;
      right: 0; }
      .rtl .banner-text .btn:after {
        left: 0;
        right: auto; }
    .banner-text .btn:hover, .banner-text .btn:active, .banner-text .btn:focus {
      color: #000;
      border-bottom-color: #000; }
  .banner-text.banner-text-small {
    padding-top: 50px;
    padding-bottom: 60px; }
    .banner-text.banner-text-small h1 {
      margin-bottom: 0px; }
    .banner-text.banner-text-small .btn {
      margin-top: 25px; }

.service {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .service .media {
    padding: 40px 15px;
    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: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 575px) {
      .service .media {
        padding: 20px 15px; } }
  .service .left-block {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%; }
    .service .left-block i {
      color: #FFFFFF;
      font-size: 20px;
      display: inline-block;
      vertical-align: middle; }
  .service .right-block {
    color: #002222;
    font-size: 14px;
    width: calc(100% - 50px);
    padding-left: 15px; }
    .rtl .service .right-block {
      padding-right: 15px;
      padding-left: inherit; }
  .service h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px; }
  .service p {
    color: #666666;
    font-size: 12px;
    margin-bottom: 5px; }
  .service.blue-light .left-block {
    background: #68bdd1; }
  .service.blue .left-block {
    background: #598acd; }
  .service.yellow .left-block {
    background: #facf3b; }
  .service.green .left-block {
    background: #41d169; }
  .service.service-backgroud {
    background: #FFFFFF; }

@media (min-width: 992px) {
  .service-border-spacing > [class*="col-"] + [class*="col-"]:before {
    content: '';
    position: absolute;
    width: 1px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: #f2f2f2;
    left: 0px; }
    .rtl .service-border-spacing > [class*="col-"] + [class*="col-"]:before {
      right: 0px;
      left: auto; } }
@media (max-width: 991px) and (min-width: 576px) {
  .service-border-spacing > [class*="col-"]:nth-child(2n):before {
    content: '';
    position: absolute;
    width: 1px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: #f2f2f2;
    left: 0px; }
    .rtl .service-border-spacing > [class*="col-"]:nth-child(2n):before {
      right: 0px;
      left: auto; }
  .service-border-spacing > [class*="col-"]:nth-child(1), .service-border-spacing > [class*="col-"]:nth-child(2) {
    border-bottom: 1px solid #f2f2f2; } }

.block-link-inline ul {
  margin: 0 -5px; }
  .block-link-inline ul li {
    padding: 0 6px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block; }
    .block-link-inline ul li:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 2px;
      height: 12px;
      margin: auto;
      background: #afaeae;
      right: -3px; }
      .rtl .block-link-inline ul li:before {
        left: -3px;
        right: auto; }
    .block-link-inline ul li:last-child:before {
      display: none; }

.deal-countdown {
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px 7px 6px;
  border: 1px dashed #bf6a8e; }
  @media (min-width: 992px) {
    .deal-countdown {
      position: absolute;
      top: 0px;
      border-bottom: none;
      padding: 6px 7px 0px;
      margin-top: 0px;
      margin-bottom: 0px;
      right: 15px; }
      .rtl .deal-countdown {
        left: 15px;
        right: auto; } }
  .deal-countdown ul {
    min-height: 45px;
    background: #bf6a8e;
    margin-bottom: 0px;
    padding: 10px 20px;
    text-align: center;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px; }
    .rtl .deal-countdown ul {
      -moz-border-radius: 3px 3px 0px 0px;
      -webkit-border-radius: 3px 3px 0px 0px;
      border-radius: 3px 3px 0px 0px; }
    .deal-countdown ul li {
      padding: 0 10px;
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      .deal-countdown ul li + li:before {
        content: ':';
        position: absolute;
        top: 50%;
        left: -1px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .rtl .deal-countdown ul li + li:before {
          right: -1px;
          left: auto; }
      .deal-countdown ul li b {
        font-size: 16px;
        font-weight: 600;
        margin-right: 3px; }
        .rtl .deal-countdown ul li b {
          margin-left: 3px;
          margin-right: inherit; }
      .deal-countdown ul li span {
        font-size: 14px;
        font-weight: normal; }
  .deal-countdown .ap-countdown-link {
    margin-bottom: 0px; }

@media (min-width: 576px) {
  .product-border .owl-item:not(.first) .item {
    position: relative; }
    .product-border .owl-item:not(.first) .item:before {
      content: '';
      position: absolute;
      top: 0px;
      bottom: 0px;
      width: 1px;
      background: #eaeaea;
      left: -14.5px; }
      .rtl .product-border .owl-item:not(.first) .item:before {
        right: -14.5px;
        left: auto; } }
@media (min-width: 576px) {
  .product-border .ajax_block_product:not(.first_item) {
    position: relative; }
    .product-border .ajax_block_product:not(.first_item):before {
      content: '';
      position: absolute;
      top: 0px;
      bottom: 0px;
      width: 1px;
      background: #eaeaea;
      left: 0px; }
      .rtl .product-border .ajax_block_product:not(.first_item):before {
        right: 0px;
        left: auto; } }
.product-border .thumbnail-container {
  margin-bottom: 30px; }
  .product-border .thumbnail-container .product-meta {
    padding-bottom: 0px; }

.store-contact {
  background: #33425a;
  color: #aaaaaa; }
  @media (min-width: 576px) {
    .store-contact {
      height: 300px; } }
  .store-contact .title_block {
    color: #FFFFFF;
    font-size: 14px;
    border-bottom: 1px solid #43536d; }
    @media (min-width: 576px) {
      .store-contact .title_block {
        padding: 23px 35px; } }
    @media (max-width: 575px) {
      .store-contact .title_block {
        padding: 23px 15px; } }
  @media (min-width: 576px) {
    .store-contact .block_content {
      width: 100%;
      display: table;
      padding: 40px 0 20px 35px; }
      .rtl .store-contact .block_content {
        padding: 40px 35px 20px 0; } }
  @media (max-width: 575px) {
    .store-contact .block_content {
      padding: 30px 15px 30px; } }
  @media (min-width: 576px) {
    .store-contact .block-left {
      width: 60%;
      display: table-cell;
      vertical-align: bottom; } }
  @media (max-width: 575px) {
    .store-contact .block-left {
      margin-bottom: 20px; } }
  .store-contact .block-right {
    color: #FFFFFF;
    text-align: center; }
    @media (min-width: 576px) {
      .store-contact .block-right {
        width: 40%;
        display: table-cell;
        vertical-align: bottom; } }
    .store-contact .block-right .sub-title-widget {
      margin-top: 5px; }
  .store-contact .block-content ul {
    margin-bottom: 0px; }
    .store-contact .block-content ul li .icon {
      font-style: normal;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
      .rtl .store-contact .block-content ul li .icon {
        margin-left: 5px;
        margin-right: inherit; }
      .store-contact .block-content ul li .icon:before {
        font-family: "Material Icons";
        font-size: 18px;
        display: block; }
      .store-contact .block-content ul li .icon.icon-location:before {
        content: '\E55E'; }
      .store-contact .block-content ul li .icon.icon-e-mail:before {
        content: '\E554'; }
    .store-contact .block-content ul li span {
      display: inline-block;
      vertical-align: middle; }

.product-one-big {
  margin-top: 0px; }
  .product-one-big .title_block {
    padding-right: 70px; }
    .rtl .product-one-big .title_block {
      padding-left: 70px;
      padding-right: inherit; }
  .product-one-big .thumbnail-container {
    margin-top: 0px; }
    .product-one-big .thumbnail-container:hover {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
  .product-one-big .item {
    margin-right: -15px;
    margin-left: -15px; }
    .product-one-big .item::after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 576px) {
      .product-one-big .item {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 768px) {
      .product-one-big .item {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 992px) {
      .product-one-big .item {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 1200px) {
      .product-one-big .item {
        margin-right: -15px;
        margin-left: -15px; } }
    .product-one-big .item .product-miniature {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      float: left; }
      .rtl .product-one-big .item .product-miniature {
        float: right; }
      @media (min-width: 576px) {
        .product-one-big .item .product-miniature {
          width: 53%; } }
      @media (min-width: 992px) {
        .product-one-big .item .product-miniature {
          width: 58%; } }
      @media (min-width: 1200px) {
        .product-one-big .item .product-miniature {
          width: 53%; } }
      .product-one-big .item .product-miniature:first-child {
        width: 100%;
        clear: both; }
        @media (min-width: 576px) {
          .product-one-big .item .product-miniature:first-child {
            width: 47%; } }
        @media (min-width: 992px) {
          .product-one-big .item .product-miniature:first-child {
            width: 42%; } }
        @media (min-width: 1200px) {
          .product-one-big .item .product-miniature:first-child {
            width: 47%; } }
        .product-one-big .item .product-miniature:first-child .thumbnail-container {
          border: 1px solid #e5e5e5; }
      .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container::after {
        content: "";
        display: table;
        clear: both; }
      @media (min-width: 576px) {
        .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container {
          margin-bottom: 25px; } }
      @media (min-width: 768px) {
        .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container {
          margin-bottom: 35px; } }
      @media (min-width: 992px) {
        .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container {
          margin-bottom: 22px; } }
      @media (min-width: 1200px) {
        .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container {
          margin-bottom: 37px; } }
      .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container .product-image {
        border: 1px solid #e5e5e5;
        float: left;
        max-width: 100px; }
        .rtl .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container .product-image {
          float: right; }
        @media (min-width: 576px) {
          .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container .product-image {
            max-width: 90px; } }
        @media (min-width: 768px) {
          .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container .product-image {
            max-width: 110px; } }
        @media (min-width: 992px) {
          .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container .product-image {
            max-width: 80px; } }
        @media (min-width: 1200px) {
          .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container .product-image {
            max-width: 100px; } }
        .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container .product-image .product-thumbnail:before {
          display: none; }
      .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container .functional-buttons, .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container .product-flags, .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container .highlighted-informations {
        display: none; }
      .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container .product-meta {
        overflow: hidden;
        padding: 0px 0px 0px 20px; }
        .rtl .product-one-big .item .product-miniature:not(:first-child) .thumbnail-container .product-meta {
          padding: 0px 20px 0px 0px; }
  .product-one-big .ajax_block_product {
    width: 100%; }
    @media (min-width: 576px) {
      .product-one-big .ajax_block_product {
        width: 53%; } }
    @media (min-width: 992px) {
      .product-one-big .ajax_block_product {
        width: 58%; } }
    @media (min-width: 1200px) {
      .product-one-big .ajax_block_product {
        width: 53%; } }
    .product-one-big .ajax_block_product.first_item {
      width: 100%;
      clear: both; }
      @media (min-width: 576px) {
        .product-one-big .ajax_block_product.first_item {
          width: 47%; } }
      @media (min-width: 992px) {
        .product-one-big .ajax_block_product.first_item {
          width: 42%; } }
      @media (min-width: 1200px) {
        .product-one-big .ajax_block_product.first_item {
          width: 47%; } }
      .product-one-big .ajax_block_product.first_item .thumbnail-container {
        border: 1px solid #e5e5e5; }
    .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container::after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 576px) {
      .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container {
        margin-bottom: 25px; } }
    @media (min-width: 768px) {
      .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container {
        margin-bottom: 35px; } }
    @media (min-width: 992px) {
      .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container {
        margin-bottom: 22px; } }
    @media (min-width: 1200px) {
      .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container {
        margin-bottom: 37px; } }
    .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container .product-image {
      border: 1px solid #e5e5e5;
      float: left;
      max-width: 100px; }
      .rtl .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container .product-image {
        float: right; }
      @media (min-width: 576px) {
        .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container .product-image {
          max-width: 90px; } }
      @media (min-width: 768px) {
        .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container .product-image {
          max-width: 110px; } }
      @media (min-width: 992px) {
        .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container .product-image {
          max-width: 80px; } }
      @media (min-width: 1200px) {
        .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container .product-image {
          max-width: 100px; } }
      .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container .product-image .product-thumbnail:before {
        display: none; }
    .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container .functional-buttons, .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container .product-flags, .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container .highlighted-informations {
      display: none; }
    .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container .product-meta {
      overflow: hidden;
      padding: 0px 0px 0px 20px; }
      .rtl .product-one-big .ajax_block_product:not(.first_item) .thumbnail-container .product-meta {
        padding: 0px 20px 0px 0px; }

.testimonials .block-carousel-container {
  text-align: center;
  padding: 30px 0px 10px; }
  .testimonials .block-carousel-container .title {
    color: #363a42;
    font-size: 16px;
    font-weight: 600;
    padding-top: 25px;
    margin-bottom: 0px;
    position: relative; }
    .testimonials .block-carousel-container .title:before {
      content: '-'; }
    .testimonials .block-carousel-container .title:after {
      content: '-'; }
    .testimonials .block-carousel-container .title a {
      color: inherit; }
      .testimonials .block-carousel-container .title a:hover {
        color: #000; }
  .testimonials .block-carousel-container .descript {
    color: #666666;
    font-size: 13px;
    line-height: 23px;
    padding-top: 20px;
    padding-bottom: 15px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .testimonials .block-carousel-container .descript {
        line-height: 20px;
        padding-top: 15px;
        padding-bottom: 30px; } }
    @media (max-width: 991px) {
      .testimonials .block-carousel-container .descript {
        padding-top: 25px;
        padding-bottom: 40px; } }
.testimonials .left-carousel {
  position: relative; }
  .testimonials .left-carousel .title {
    display: none; }
.testimonials .right-carousel {
  padding: 0px 15px; }
  @media (min-width: 1500px) {
    .testimonials .right-carousel {
      padding: 0px 25px; } }
.testimonials.testimonials-background {
  padding: 40px 20px; }
  .testimonials.testimonials-background.ApBlockCarousel .owl-carousel, .testimonials.testimonials-background.ApBlockCarousel .slick-slider, .testimonials.testimonials-background.ApBlockCarousel .carousel {
    padding-left: 15px;
    padding-right: 15px; }
  .testimonials.testimonials-background .meta-carousel {
    width: 90%;
    margin: auto; }
    @media (min-width: 992px) {
      .testimonials.testimonials-background .meta-carousel {
        width: 70%; } }
    @media (min-width: 1200px) {
      .testimonials.testimonials-background .meta-carousel {
        width: 60%; } }
  .testimonials.testimonials-background .block-carousel-container .title {
    font-size: 14px;
    padding-top: 15px; }
    .testimonials.testimonials-background .block-carousel-container .title:before, .testimonials.testimonials-background .block-carousel-container .title:after {
      display: none; }
    .testimonials.testimonials-background .block-carousel-container .title a {
      color: #FFFFFF; }
      .testimonials.testimonials-background .block-carousel-container .title a:hover {
        color: #000; }
  .testimonials.testimonials-background .block-carousel-container .descript {
    color: #FFFFFF;
    padding-top: 25px;
    padding-bottom: 25px; }
  .testimonials.testimonials-background .left-carousel .title:before, .testimonials.testimonials-background .left-carousel .title:after {
    display: none; }
  .testimonials.testimonials-background .left-carousel .title a {
    color: #FFFFFF; }
    .testimonials.testimonials-background .left-carousel .title a:hover {
      color: #000; }
.testimonials.testimonials-float {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .testimonials.testimonials-float {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 992px) {
    .testimonials.testimonials-float {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 1200px) {
    .testimonials.testimonials-float {
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media (min-width: 1300px) {
    .testimonials.testimonials-float {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1400px) {
    .testimonials.testimonials-float {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 1500px) {
    .testimonials.testimonials-float {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1600px) {
    .testimonials.testimonials-float {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 1700px) {
    .testimonials.testimonials-float {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1800px) {
    .testimonials.testimonials-float {
      padding-top: 97px;
      padding-bottom: 97px; } }
  .testimonials.testimonials-float .meta-carousel {
    width: 100%; }
    .testimonials.testimonials-float .meta-carousel::after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 576px) {
      .testimonials.testimonials-float .meta-carousel {
        width: 85%; } }
    @media (min-width: 768px) {
      .testimonials.testimonials-float .meta-carousel {
        width: 70%; } }
    @media (min-width: 992px) {
      .testimonials.testimonials-float .meta-carousel {
        width: 85%; } }
    @media (min-width: 1200px) {
      .testimonials.testimonials-float .meta-carousel {
        width: 70%; } }
    @media (min-width: 1500px) {
      .testimonials.testimonials-float .meta-carousel {
        width: 65%; } }
  @media (min-width: 576px) {
    .testimonials.testimonials-float .block-carousel-container {
      text-align: left; }
      .rtl .testimonials.testimonials-float .block-carousel-container {
        text-align: right; } }
  @media (min-width: 576px) {
    .testimonials.testimonials-float .block-carousel-container .title {
      padding-top: 10px; } }
  .testimonials.testimonials-float .block-carousel-container .descript {
    padding-bottom: 0px; }
    @media (min-width: 576px) {
      .testimonials.testimonials-float .block-carousel-container .descript {
        padding-top: 0px; } }
  .testimonials.testimonials-float .left-carousel {
    text-align: center; }
    @media (min-width: 576px) {
      .testimonials.testimonials-float .left-carousel {
        float: left; }
        .rtl .testimonials.testimonials-float .left-carousel {
          float: right; } }
    .testimonials.testimonials-float .left-carousel .title {
      display: block; }
  @media (min-width: 576px) {
    .testimonials.testimonials-float .right-carousel {
      zoom: 1;
      overflow: hidden;
      padding: 0px 0px 0px 40px; }
      .rtl .testimonials.testimonials-float .right-carousel {
        padding: 0px 40px 0px 0px; } }
  .testimonials.testimonials-float .right-carousel .title {
    display: none; }

.banner-instagram {
  position: relative;
  text-align: center; }
  .banner-instagram .right-block .image_description {
    color: #FFFFFF;
    padding: 10px 10px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 90%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 576px) {
      .banner-instagram .right-block .image_description {
        width: 85%;
        padding: 30px 20px; } }
    @media (min-width: 768px) {
      .banner-instagram .right-block .image_description {
        width: 75%;
        padding: 40px 20px; } }
    @media (min-width: 992px) {
      .banner-instagram .right-block .image_description {
        width: 70%;
        padding: 20px 20px; } }
    @media (min-width: 1200px) {
      .banner-instagram .right-block .image_description {
        width: 60%;
        padding: 20px 30px; } }
    @media (min-width: 1500px) {
      .banner-instagram .right-block .image_description {
        width: 50%;
        padding: 50px 40px; } }
    .banner-instagram .right-block .image_description p {
      font-size: 16px;
      margin-bottom: 15px; }
      @media (max-width: 575px) {
        .banner-instagram .right-block .image_description p {
          font-size: 12px;
          margin-bottom: 10px; } }
      .banner-instagram .right-block .image_description p a {
        color: #FFFFFF; }
    .banner-instagram .right-block .image_description h3 {
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 0px;
      position: relative;
      letter-spacing: 8px;
      text-transform: uppercase; }
      @media (max-width: 575px) {
        .banner-instagram .right-block .image_description h3 {
          font-size: 14px; } }
      .banner-instagram .right-block .image_description h3:after {
        content: "\f16d";
        font-size: 16px;
        display: block;
        margin-top: 20px;
        font-size: 24px;
        font-weight: normal;
        font-family: "FontAwesome"; }
        @media (max-width: 575px) {
          .banner-instagram .right-block .image_description h3:after {
            font-size: 18px;
            margin-top: 10px; } }

.text-header {
  padding: 5px 0;
  font-size: 12px;
  text-transform: uppercase; }
  .text-header ul {
    margin-bottom: 0px; }
  .text-header li {
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
    .rtl .text-header li {
      margin-left: 20px;
      margin-right: inherit; }
    .text-header li:last-child {
      margin-right: 0px; }
      .rtl .text-header li:last-child {
        margin-left: 0px;
        margin-right: inherit; }
  .text-header i {
    font-size: 14px;
    margin-top: -2px;
    margin-right: 5px; }
    .rtl .text-header i {
      margin-left: 5px;
      margin-right: inherit; }
  .text-header a {
    font-weight: 600;
    color: #000; }
    .text-header a:hover {
      text-decoration: underline; }
  .text-header span {
    font-weight: 600;
    color: #000; }

.app-download {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }
  .rtl .app-download {
    margin-left: 10px;
    margin-right: inherit; }
  .app-download:last-child {
    margin-right: 0px; }
    .rtl .app-download:last-child {
      margin-left: 0px;
      margin-right: inherit; }

.copyright {
  font-size: 12px;
  padding: 10px 0;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .copyright {
      padding: 0 0 10px;
      text-align: center; } }
  .copyright span {
    font-weight: bold;
    color: #222222; }

.contact-footer {
  font-size: 12px; }
  .contact-footer i {
    font-size: 14px;
    margin-top: -2px;
    margin-right: 7px; }
    .rtl .contact-footer i {
      margin-left: 7px;
      margin-right: inherit; }
  .contact-footer p {
    margin-bottom: 0px; }
  .contact-footer .phone {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    color: #000; }
  .contact-footer .email-support, .contact-footer .work-time {
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    padding-left: 20px; }
    .rtl .contact-footer .email-support, .rtl .contact-footer .work-time {
      padding-right: 20px;
      padding-left: inherit; }
    .contact-footer .email-support:before, .contact-footer .work-time:before {
      content: '\E0be';
      display: block;
      font-size: 14px;
      font-family: "Material Icons";
      position: absolute;
      top: 2px;
      left: 0px; }
      .rtl .contact-footer .email-support:before, .rtl .contact-footer .work-time:before {
        right: 0px;
        left: auto; }
    .contact-footer .email-support li, .contact-footer .work-time li {
      margin-bottom: 8px; }
    .contact-footer .email-support a, .contact-footer .work-time a {
      color: #000; }
      .contact-footer .email-support a:hover, .contact-footer .work-time a:hover {
        text-decoration: underline; }
  .contact-footer .work-time:before {
    content: '\E8b5'; }

.payment {
  padding-top: 15px;
  padding-bottom: 15px; }

.top-category .block-carousel-container {
  margin-top: 35px;
  padding: 20px 20px;
  position: relative; }
  @media (min-width: 1500px) {
    .top-category .block-carousel-container {
      padding: 20px 25px; } }
  .top-category .block-carousel-container .meta-carousel {
    position: relative; }
  .top-category .block-carousel-container .left-carousel {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    right: 0px; }
    .rtl .top-category .block-carousel-container .left-carousel {
      left: 0px;
      right: auto; }
    .top-category .block-carousel-container .left-carousel .title {
      display: none; }
  .top-category .block-carousel-container .right-carousel {
    position: relative;
    z-index: 2; }
  .top-category .block-carousel-container .title {
    margin-bottom: 15px; }
    .top-category .block-carousel-container .title a {
      color: #002222;
      font-size: 20px;
      font-weight: 500; }
      .top-category .block-carousel-container .title a:hover {
        color: #000; }
  .top-category .block-carousel-container .descript ul {
    margin-bottom: 0px; }
    .top-category .block-carousel-container .descript ul li {
      padding-top: 7px;
      padding-bottom: 7px; }
      .top-category .block-carousel-container .descript ul li a {
        font-size: 14px; }
      .top-category .block-carousel-container .descript ul li.view-all a {
        font-weight: 600;
        color: #000; }
.top-category.small-category .block-carousel-container .title a {
  font-size: 18px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .top-category.small-category .block-carousel-container .title a {
      font-size: 16px; } }
.top-category.small-category .block-carousel-container .descript ul li {
  padding-top: 10.2px;
  padding-bottom: 10.2px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .top-category.small-category .block-carousel-container .descript ul li {
      padding-top: 5.3px;
      padding-bottom: 5.3px; } }
.top-category.bg-white .block-carousel-container {
  background: #FFFFFF; }
.top-category.border-spacing .block-carousel-container {
  margin-top: 0px; }
.top-category.border-spacing .owl-carousel .owl-item:not(.last) .item:before {
  content: '';
  width: 1px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  background: #e5e5e5;
  right: 0.5px; }
  .rtl .top-category.border-spacing .owl-carousel .owl-item:not(.last) .item:before {
    left: 0.5px;
    right: auto; }
.top-category.border-spacing .owl-carousel .owl-item .item {
  position: relative; }
  .top-category.border-spacing .owl-carousel .owl-item .item > .block-carousel-container:first-child {
    border-bottom: 1px solid #e5e5e5; }

.banner-category .media {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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; }
  .banner-category .media .left-block, .banner-category .media .right-block {
    width: 100%; }
    @media (min-width: 480px) {
      .banner-category .media .left-block, .banner-category .media .right-block {
        width: 50%; } }
  .banner-category .media img {
    max-width: 100%; }
.banner-category .image_description {
  padding: 30px; }
  @media (min-width: 480px) {
    .banner-category .image_description {
      padding: 0px 30px; } }
  .banner-category .image_description ul {
    margin-bottom: 0px; }
    .banner-category .image_description ul li {
      padding-top: 4px;
      padding-bottom: 4px; }
      @media (min-width: 480px) {
        .banner-category .image_description ul li {
          padding-top: 5px;
          padding-bottom: 5px; } }
      @media (min-width: 576px) {
        .banner-category .image_description ul li {
          padding-top: 8px;
          padding-bottom: 8px; } }
      @media (min-width: 768px) {
        .banner-category .image_description ul li {
          padding-top: 6px;
          padding-bottom: 6px; } }
      @media (min-width: 992px) {
        .banner-category .image_description ul li {
          padding-top: 5px;
          padding-bottom: 5px; } }
      @media (min-width: 1600px) {
        .banner-category .image_description ul li {
          padding-top: 7px;
          padding-bottom: 7px; } }
      @media (min-width: 1800px) {
        .banner-category .image_description ul li {
          padding-top: 8px;
          padding-bottom: 8px; } }
      .banner-category .image_description ul li a {
        color: #002222;
        font-size: 13px; }
        .banner-category .image_description ul li a:hover {
          color: #bf6a8e; }
.banner-category.banner-pink {
  background: #f7e0df; }
.banner-category.banner-green {
  background: #daedd8; }
.banner-category.banner-green-light {
  background: #e6f8d6; }
.banner-category.banner-blue {
  background: #d3eef3; }
.banner-category.banner-blue-light {
  background: #e1eef8; }

.no-padding {
  margin-left: 0px;
  margin-right: 0px; }
  .no-padding > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px; }

.carousel-no-padding .owl-row, .carousel-no-padding .row, .carousel-no-padding .slick-list {
  margin-left: 0px;
  margin-right: 0px; }
.carousel-no-padding .owl-item, .carousel-no-padding [class*="col-"], .carousel-no-padding .slick-slide {
  padding-left: 0px;
  padding-right: 0px; }
.carousel-no-padding .carousel .direction {
  right: 0px; }
  .rtl .carousel-no-padding .carousel .direction {
    left: 0px;
    right: auto; }
.carousel-no-padding .owl-theme .owl-buttons {
  right: 0px; }
  .rtl .carousel-no-padding .owl-theme .owl-buttons {
    left: 0px;
    right: auto; }
.carousel-no-padding .slick-arrows .slick-arrow {
  right: 0px; }
  .rtl .carousel-no-padding .slick-arrows .slick-arrow {
    left: 0px;
    right: auto; }

.box-top-header {
  color: #888888; }

.box-top-header {
  position: relative; }
  @media (min-width: 768px) {
    .box-top-header {
      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-top-header > [class*="col-"] {
    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-top-header .left-top-header {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .box-top-header .right-top-header {
    -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; }
    .box-top-header .right-top-header .popup-over .popup-content {
      right: 0px;
      left: auto; }
      .rtl .box-top-header .right-top-header .popup-over .popup-content {
        right: auto;
        left: 0px; }

.box-bottom-header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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-bottom-header:after {
    display: none; }
  .box-bottom-header > [class*="col-"] {
    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; }
  @media (min-width: 992px) {
    .box-bottom-header .left-bottom-header {
      display: block; }
      .box-bottom-header .left-bottom-header::after {
        content: "";
        display: table;
        clear: both; } }
  @media (max-width: 991px) {
    .box-bottom-header .left-bottom-header {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  @media (min-width: 992px) {
    .box-bottom-header .left-bottom-header .ApMegamenu {
      margin-top: 24px;
      margin-bottom: 24px;
      float: left;
      margin-right: 25px; }
      .rtl .box-bottom-header .left-bottom-header .ApMegamenu {
        float: right; }
      .rtl .box-bottom-header .left-bottom-header .ApMegamenu {
        margin-left: 25px;
        margin-right: inherit; } }
  @media (max-width: 991px) {
    .box-bottom-header .left-bottom-header .ApMegamenu {
      width: 100%; } }
  @media (min-width: 992px) {
    .box-bottom-header .left-bottom-header .leo-verticalmenu .title_block {
      font-size: 0px;
      color: #c67597;
      width: 50px;
      height: 50px;
      background: #fac4da;
      border: 1px solid #c67597;
      border-radius: 3px;
      padding: 13px 12px 13px 12px; }
      .rtl .box-bottom-header .left-bottom-header .leo-verticalmenu .title_block {
        padding: 13px 12px 13px 12px; }
      .box-bottom-header .left-bottom-header .leo-verticalmenu .title_block:before {
        position: static; } }
  .box-bottom-header .center-bottom-header {
    position: static;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    .box-bottom-header .center-bottom-header .ApMegamenu {
      width: 100%; }
    @media (max-width: 991px) {
      .box-bottom-header .center-bottom-header .leo-megamenu .navbar-header {
        padding: 7px 0; } }
  .box-bottom-header .right-bottom-header {
    -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; }
    @media (max-width: 1499px) {
      .box-bottom-header .right-bottom-header #leo_search_block_top {
        width: auto; } }
  @media (max-width: 1499px) and (min-width: 480px) {
    .box-bottom-header .right-bottom-header #leo_search_block_top {
      position: relative; } }
    @media (max-width: 1499px) {
        .box-bottom-header .right-bottom-header #leo_search_block_top #leosearchtopbox {
          position: absolute;
          top: 100%;
          z-index: 1002;
          display: none;
          right: 0px;
          left: auto; }
          .rtl .box-bottom-header .right-bottom-header #leo_search_block_top #leosearchtopbox {
            right: auto;
            left: 0px; } }
    @media (max-width: 1499px) and (max-width: 479px) {
      .box-bottom-header .right-bottom-header #leo_search_block_top #leosearchtopbox {
        right: 15px;
        left: auto; }
        .rtl .box-bottom-header .right-bottom-header #leo_search_block_top #leosearchtopbox {
          right: auto;
          left: 15px; } }
    @media (max-width: 1499px) {
        .box-bottom-header .right-bottom-header #leo_search_block_top .icon-open-search {
          display: block; } }
  .box-bottom-header .logo {
    padding: 23px 0;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 360px) {
    .box-bottom-header .search-widget {
      position: static; }
      .box-bottom-header .search-widget .popup-content {
        width: auto;
        right: 15px;
        left: auto; }
        .rtl .box-bottom-header .search-widget .popup-content {
          right: auto;
          left: 15px; } }

@media (min-width: 992px) {
  .box-toph1.box-h7 {
    display: flex;
    position: relative;
    margin: 0; }
    .box-toph1.box-h7 > .ApColumn {
      width: auto;
      padding: 0; }
      .box-toph1.box-h7 > .ApColumn.col-info {
        padding-left: 15px;
        padding-right: 15px; }
    .box-toph1.box-h7 .col-info {
      width: 90%;
      position: static; }
      .box-toph1.box-h7 .col-info .navbar {
        position: static; }
    .box-toph1.box-h7 .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
      display: none; }
    .box-toph1.box-h7 .leo-megamenu .dropdown-menu {
      border: 1px solid #ddd;
      padding: 25px 15px; }
      .box-toph1.box-h7 .leo-megamenu .dropdown-menu .dropdown-menu-inner {
        max-width: 1300px;
        margin: auto;
        padding: 0 15px; }
    .box-toph1.box-h7 .col-right {
      padding-top: 0; } }
.box-toph1.box-h7 .h-logo {
  height: 110px;
  line-height: 90px; }
  .box-toph1.box-h7 .h-logo img {
    max-height: 70px; }
@media (max-width: 1199px) {
  .box-toph1.box-h7 .h-logo {
    height: 110px;
    line-height: 90px; }
  .box-toph1.box-h7 .leo-megamenu .navbar-nav > li > a {
    padding: 40px 25px;
    line-height: 30px; } }

.wislish-button .ap-btn-wishlist {
  display: block;
  position: relative;
  font-size: 18px;
  width: 50px;
  height: 110px;
  line-height: 110px;
  cursor: pointer;
  text-align: center;
  color: #000; }
  .wislish-button .ap-btn-wishlist:hover {
    color: #222; }
  .wislish-button .ap-btn-wishlist .ap-total {
    position: absolute;
    bottom: 52%;
    height: 16px;
    line-height: 16px;
    left: 52%;
    background: #000;
    color: #fff;
    padding: 0 3px;
    border-radius: 10px;
    min-width: 16px;
    text-align: center;
    font-size: 11px; }

@media (max-width: 1920px) {
  .box-sliderh7 .ApSlideShow {
    position: relative;
    padding-bottom: 68%;
    overflow: hidden; }
    .box-sliderh7 .ApSlideShow .bannercontainer {
      position: absolute;
      top: 0;
      left: 0; }

  .box-padding970 .ApSlideShow {
    position: relative;
    padding-bottom: 51%;
    overflow: hidden; }
    .box-padding970 .ApSlideShow .bannercontainer {
      position: absolute;
      top: 0;
      left: 0; }

  .box-padding800 .ApSlideShow {
    position: relative;
    padding-bottom: 42%;
    overflow: hidden; }
    .box-padding800 .ApSlideShow .bannercontainer {
      position: absolute;
      top: 0;
      left: 0; } }
.plist-modern .owl-theme .owl-buttons {
  top: -20px; }

.box-paddingslideh2 .ApSlideShow {
  position: relative;
  padding-bottom: 51%; }
  .box-paddingslideh2 .ApSlideShow .bannercontainer {
    position: absolute;
    top: 0;
    left: 0; }

/*# sourceMappingURL=styles.css.map */
