/***************************************************
  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: 480px) {
    .ApColumn .block {
      margin-bottom: 18px; } }

.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,
div.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 35px;
  position: relative;
  letter-spacing: 1px; }
  .rtl .alert, .rtl
  div.alert {
    text-align: right; }
  .rtl .alert, .rtl
  div.alert {
    padding-right: 35px;
    padding-left: inherit; }
  .alert:before,
  div.alert:before {
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 15px;
    top: 10px; }
    .rtl .alert:before, .rtl
    div.alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before, .rtl
    div.alert:before {
      float: right; }
    .rtl .alert:before, .rtl
    div.alert:before {
      right: 15px;
      left: auto; }
  .alert.alert-success:before,
  div.alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning:before,
  div.alert.alert-warning:before {
    content: "\f071"; }
  .alert.alert-info:before,
  div.alert.alert-info:before {
    content: "\f05a"; }
  .alert.alert-danger:before,
  div.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: 16px; }
  .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;
  width: 100%; }
.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: #222; }
  .widget-tabs li.active {
    border: 1px solid #333; }
    .widget-tabs li.active a {
      color: #333; }

.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: #333;
    font-size: 19px;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 20px; }
  .nav-tabs > li > a {
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400; }
  .full-slider .content-slider p {
    margin-top: 30px;
    background: #c70005;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 10px; }
    .rtl .full-slider .carousel-control.left {
      right: 10px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 10px; }
    .rtl .full-slider .carousel-control.right {
      left: 10px;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eee; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #eee;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #333;
    -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: 4000;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .rtl .leo-more-info {
    padding: 5px 5px 10px 5px; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 20px;
    float: left;
    width: 80px;
    height: 300px; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      float: left;
      width: 84px;
      height: 100px; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        display: block;
        margin: 0 1px 2px;
        text-align: center; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 5px; }
  .leo-more-info .view_scroll_left {
    margin-top: 5px; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item a {
  display: block;
  overflow: hidden;
  position: relative; }
  .instagram-block .owl-item a:before {
    content: "\f16d";
    font-family: "FontAwesome";
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    z-index: 2;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .instagram-block .owl-item a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    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%; }

.widget-category_image {
  padding: 20px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 600; }
  .widget-category_image .view_all_wapper {
    display: none; }
  .widget-category_image .cate_content {
    display: block;
    position: relative;
    overflow: hidden; }
    .widget-category_image .cate_content .cover-img {
      display: block;
      overflow: hidden; }
      .widget-category_image .cate_content .cover-img img {
        transition: all .3s;
        width: 100%;
        height: auto; }
    .widget-category_image .cate_content span {
      display: block;
      margin: 0 0 20px; }
    .widget-category_image .cate_content:hover .cover-img img {
      transform: scale(1.1); }

.ApInstagram .block_content {
  margin: 0 -15px; }

@media (max-width: 1199px) {
  .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
  .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
  .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 9px;
    padding-left: 9px; }

  .rtl .col-xs, .rtl .col-xs-2-4, .rtl .col-xs-4-8, .rtl .col-xs-7-2, .rtl .col-xs-9-6, .rtl .col-xs-1, .rtl .col-xs-2, .rtl .col-xs-3, .rtl .col-xs-4, .rtl .col-xs-5, .rtl .col-xs-6, .rtl .col-xs-7, .rtl .col-xs-8, .rtl .col-xs-9, .rtl .col-xs-10, .rtl .col-xs-11, .rtl .col-xs-12,
  .rtl .col-sm, .rtl .col-sm-2-4, .rtl .col-sm-4-8, .rtl .col-sm-7-2, .rtl .col-sm-9-6, .rtl .col-sm-1, .rtl .col-sm-2, .rtl .col-sm-3, .rtl .col-sm-4, .rtl .col-sm-5, .rtl .col-sm-6, .rtl .col-sm-7, .rtl .col-sm-8, .rtl .col-sm-9, .rtl .col-sm-10, .rtl .col-sm-11, .rtl .col-sm-12,
  .rtl .col-md, .rtl .col-md-2-4, .rtl .col-md-4-8, .rtl .col-md-7-2, .rtl .col-md-9-6, .rtl .col-md-1, .rtl .col-md-2, .rtl .col-md-3, .rtl .col-md-4, .rtl .col-md-5, .rtl .col-md-6, .rtl .col-md-7, .rtl .col-md-8, .rtl .col-md-9, .rtl .col-md-10, .rtl .col-md-11, .rtl .col-md-12,
  .rtl .col-lg, .rtl .col-lg-2-4, .rtl .col-lg-4-8, .rtl .col-lg-7-2, .rtl .col-lg-9-6, .rtl .col-lg-1, .rtl .col-lg-2, .rtl .col-lg-3, .rtl .col-lg-4, .rtl .col-lg-5, .rtl .col-lg-6, .rtl .col-lg-7, .rtl .col-lg-8, .rtl .col-lg-9, .rtl .col-lg-10, .rtl .col-lg-11, .rtl .col-lg-12,
  .rtl .col-xl, .rtl .col-xl-2-4, .rtl .col-xl-4-8, .rtl .col-xl-7-2, .rtl .col-xl-9-6, .rtl .col-xl-1, .rtl .col-xl-2, .rtl .col-xl-3, .rtl .col-xl-4, .rtl .col-xl-5, .rtl .col-xl-6, .rtl .col-xl-7, .rtl .col-xl-8, .rtl .col-xl-9, .rtl .col-xl-10, .rtl .col-xl-11, .rtl .col-xl-12 {
    padding-right: 9px;
    padding-left: 9px; }
  .rtl .owl-row {
    margin-left: -9px;
    margin-right: -9px; }
  .rtl .row {
    margin-right: -9px;
    margin-left: -9px; }

  .container {
    padding-left: 9px;
    padding-right: 9px; }

  .owl-carousel .owl-item {
    padding: 0 9px; }

  .owl-row {
    margin-left: -9px;
    margin-right: -9px; }

  .row {
    margin-right: -9px;
    margin-left: -9px; }

  .ApInstagram .block_content {
    margin: 0 -9px; } }
/* end max 1199px */
#content-wrapper .sitemap h2 {
  margin: 0 0 20px; }
#content-wrapper .sitemap li a {
  display: block;
  padding: 5px 0;
  color: #888; }
  #content-wrapper .sitemap li a:hover {
    color: #333; }

#pagenotfound .page-not-found {
  text-align: center;
  box-shadow: none;
  padding: 30px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 40px;
  font-family: 'Poppins'; }
  @media (max-width: 480px) {
    #pagenotfound .page-not-found {
      padding: 0; } }
  #pagenotfound .page-not-found .image-404 {
    margin-bottom: 40px; }
  #pagenotfound .page-not-found h1 {
    font-weight: 400;
    font-size: 100px;
    margin: 0 0 10px 0;
    font-family: 'Poppins';
    color: #ff847b; }
  #pagenotfound .page-not-found .btn {
    background: #282828;
    color: #fff;
    border: 0;
    padding: 20px 25px;
    margin-top: 40px; }
    #pagenotfound .page-not-found .btn:hover {
      background: #333;
      color: #fff; }

.hidden,
.hide {
  display: none; }

.form-group {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .form-group {
      margin-bottom: 10px; } }

textarea.form-control {
  border: 1px solid #e5e5e5; }

.modal-footer .btn {
  margin: 1px;
  min-height: 40px;
  min-width: 120px; }
  @media (max-width: 480px) {
    .modal-footer .btn {
      width: 100%;
      margin: 2px 0; } }

.ui-autocomplete {
  z-index: 99999;
  border-radius: 0;
  border-top: 0;
  border: 0;
  padding: 10px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  .ui-autocomplete .ui-menu-item {
    list-style: none;
    border-radius: 0; }
    .ui-autocomplete .ui-menu-item a {
      padding: 10px 20px;
      border-radius: 0;
      font-size: 12px;
      color: #888;
      border: 0;
      margin: 0 !important;
      background: #fff !important;
      cursor: pointer; }
      .ui-autocomplete .ui-menu-item a:hover {
        background: #f5f5f5 !important;
        color: #222;
        border: 0; }
      .ui-autocomplete .ui-menu-item a .separator {
        display: none; }

#content.page-not-found {
  text-align: center; }

#main > h1 {
  text-align: center; }

@media (min-width: 992px) {
  body .off-canvas-nav-megamenu {
    display: none; } }

#category-products > .item,
#category-products2 > .item {
  float: left;
  padding: 0 15px;
  width: 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; } }

/*end UPDATE HOME CSS*/
.leo-dropdown-bottom .leo-dropdown-cart-total {
  width: 100%; }

/*end UPDATE HOME CSS*/
.quickview .product-cover img {
  width: 100%; }

.product-actions .product-variants {
  display: block; }

.product-variants > .product-variants-item .color,
.product-variants > .product-variants-item .input-color {
  width: 34px;
  height: 34px;
  border-width: 2px;
  vertical-align: top; }

.product-variants > .product-variants-item .input-color {
  z-index: 1; }

.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: 26px;
  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 .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 .color .sr-only {
  background: #000;
  width: auto;
  height: auto;
  padding: 0 10px;
  clip: inherit;
  color: #FFF;
  font-size: 9px;
  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;
  white-space: nowrap; }
  .product-variants > .product-variants-item .color .sr-only:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 7px solid #000;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 6px; }

.product-variants > .product-variants-item .input-color:hover + .color .sr-only {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.product-variants > .product-variants-item .color {
  border: 3px solid #fff;
  width: 32px;
  height: 32px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.product-information .radio-label {
  padding: 6px 13px; }

.product-variants > .product-variants-item .input-color:checked + span,
.product-variants > .product-variants-item .input-color:hover + span {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }

.quickview .product-thumb-images .slick-list .slick-slide {
  padding: 5px 0; }

@media (max-width: 567px) {
  .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    width: 100%;
    min-width: 100%; } }
.leo-megamenu .navbar-nav > li > a > .sub-title,
.off-canvas-nav-megamenu .navbar-nav > li > a > .sub-title {
  position: absolute;
  background: #333;
  color: #fff;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  padding: 0 5px;
  bottom: 50%;
  left: 50%;
  margin-bottom: 12px;
  margin-left: 12px;
  border-radius: 2px;
  font-weight: 600; }
  .rtl .leo-megamenu .navbar-nav > li > a > .sub-title, .rtl
  .off-canvas-nav-megamenu .navbar-nav > li > a > .sub-title {
    right: 50%;
    left: auto; }
  .rtl .leo-megamenu .navbar-nav > li > a > .sub-title, .rtl
  .off-canvas-nav-megamenu .navbar-nav > li > a > .sub-title {
    margin-right: 12px;
    margin-left: inherit; }

.leo-megamenu .navbar-nav > li.new > a > .sub-title,
.off-canvas-nav-megamenu .navbar-nav > li.new > a > .sub-title {
  background: #a5c768; }

.page-cms img {
  max-width: 100%;
  height: auto; }

/*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,
.rtl .rtl .off-canvas-nav-megamenu .offcanvas-mainnav {
  right: 0;
  left: auto; }

/*end update css menu*/
.modal-content {
  border: 0;
  border-radius: 0; }

#block-reassurance {
  margin: 20px 0;
  border: 1px solid #ddd; }
  #block-reassurance li {
    border-bottom: 1px solid #ddd;
    padding: 15px; }
    #block-reassurance li:last-child {
      border: 0; }

.rtl .bannercontainer .tp-caption {
  text-align: left; }

.category-products .owl-theme .owl-buttons,
.product-accessories .owl-theme .owl-buttons {
  top: -50px; }

.ApTabs {
  min-height: 400px; }
  .ApTabs .nav-tabs {
    border: 0;
    padding: 30px 0;
    margin: 0 -15px; }
    .ApTabs .nav-tabs .nav-item {
      float: none !important;
      margin: 0;
      display: inline-block;
      vertical-align: top; }
      .ApTabs .nav-tabs .nav-item .nav-link {
        background: none;
        border-radius: 0;
        padding: 10px 15px;
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        position: relative;
        text-transform: uppercase;
        color: #333;
        display: block;
        border: 0; }
        .ApTabs .nav-tabs .nav-item .nav-link:before {
          content: "";
          position: absolute;
          left: 15px;
          right: 15px;
          bottom: 0;
          height: 2px;
          background: #333;
          opacity: 0; }
        .ApTabs .nav-tabs .nav-item .nav-link.active:before, .ApTabs .nav-tabs .nav-item .nav-link:hover:before {
          opacity: 1; }

.ApCountdown {
  font-family: "Poppins"; }
  .ApCountdown .title_block {
    font-size: 11px;
    color: #fff;
    text-align: left;
    margin: 0; }
    .rtl .ApCountdown .title_block {
      text-align: right; }
    .ApCountdown .title_block:before {
      display: none; }
  .ApCountdown .ap-countdown-link {
    margin: 0; }
  .ApCountdown .ap-countdown-time {
    margin: 0 -15px;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .ApCountdown .ap-countdown-time {
        margin-bottom: 20px; } }
    .ApCountdown .ap-countdown-time li {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      position: relative;
      text-align: center; }
      .ApCountdown .ap-countdown-time li:before {
        content: ":";
        font-size: 36px;
        color: #ffce61;
        line-height: 40px;
        position: absolute;
        right: -3px;
        top: 10px; }
        .rtl .ApCountdown .ap-countdown-time li:before {
          left: -3px;
          right: auto; }
      .ApCountdown .ap-countdown-time li:last-child:before {
        display: none; }
      .ApCountdown .ap-countdown-time li b, .ApCountdown .ap-countdown-time li strong {
        display: block;
        font-size: 36px;
        line-height: 40px; }
        @media (max-width: 1600px) {
          .ApCountdown .ap-countdown-time li b, .ApCountdown .ap-countdown-time li strong {
            font-size: 32px; } }
        @media (max-width: 1199px) {
          .ApCountdown .ap-countdown-time li b, .ApCountdown .ap-countdown-time li strong {
            font-size: 30px; } }
      .ApCountdown .ap-countdown-time li span {
        display: block;
        line-height: 30px;
        font-size: 11px;
        font-weight: 600; }

.h-logo {
  height: 110px;
  line-height: 110px; }
  .h-logo img {
    max-height: 90px; }

@media (min-width: 992px) {
  .box-toph1 {
    padding: 0 5%;
    display: flex; }
    .box-toph1 > div {
      width: auto; }
    .box-toph1 .col-logo {
      min-width: 13%; }
    .box-toph1 .col-menu {
      flex: 1; } }
.box-toph1 .col-info {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
@media (max-width: 991px) {
  .box-toph1 {
    padding: 0 15px; }
    .box-toph1 .h-logo {
      text-align: center;
      line-height: 130px; }
    .box-toph1 .popup-over a.popup-title {
      padding: 20px 15px; }
    .box-toph1 #cart-block .header {
      padding: 20px 15px; }
    .box-toph1 #leo_search_block_top .title_block {
      padding: 20px 0 20px 15px; }
      .rtl .box-toph1 #leo_search_block_top .title_block {
        padding: 20px 15px 20px 0; } }
  @media (max-width: 991px) and (max-width: 480px) {
    .box-toph1 .popup-over a.popup-title {
      padding: 20px 10px; }
    .box-toph1 #cart-block .header {
      padding: 20px 10px; }
      .box-toph1 #cart-block .header .cart-products-count {
        right: 10px; }
        .rtl .box-toph1 #cart-block .header .cart-products-count {
          left: 10px;
          right: auto; }
    .box-toph1 #leo_search_block_top .title_block {
      padding: 20px 0 20px 10px; }
      .rtl .box-toph1 #leo_search_block_top .title_block {
        padding: 20px 10px 20px 0; }
      .box-toph1 #leo_search_block_top .title_block:after {
        padding: 0 0 0 10px; }
        .rtl .box-toph1 #leo_search_block_top .title_block:after {
          padding: 0 10px 0 0; }
    .box-toph1 #leo_search_block_top .form-control {
      width: calc(100vw - 40px); } }

.box-shipping {
  padding: 100px 5% 80px;
  position: relative; }
  @media (max-width: 767px) {
    .box-shipping {
      padding: 70px 5% 50px; } }
  .box-shipping:before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }
  .box-shipping .ApImage {
    max-width: 400px;
    margin: 0 auto 20px;
    position: relative;
    padding: 70px 0 0;
    line-height: 2; }
    .box-shipping .ApImage img {
      width: auto !important;
      max-width: 52px;
      position: absolute;
      top: 0;
      left: 0; }
      .rtl .box-shipping .ApImage img {
        right: 0;
        left: auto; }
    .box-shipping .ApImage .image_description h4 {
      position: absolute;
      top: 15px;
      left: 0;
      right: 0;
      padding: 0 0 0 70px; }
      .rtl .box-shipping .ApImage .image_description h4 {
        padding: 0 70px 0 0; }

.cus-title {
  line-height: 2;
  padding: 0 0 20px;
  margin: 0 auto 30px;
  width: 740px;
  max-width: 90%; }
  .cus-title h4 {
    font-size: 36px; }
    @media (max-width: 991px) {
      .cus-title h4 {
        font-size: 24px; } }

div.box-bnh1 {
  margin: 0 -10px;
  padding: 0 5%; }
  div.box-bnh1 .ApColumn {
    padding: 0 10px; }
    div.box-bnh1 .ApColumn .ApImage {
      margin: 0 0 20px; }
  div.box-bnh1 .ApImage {
    position: relative;
    overflow: hidden; }
    div.box-bnh1 .ApImage img {
      transition: all 0.5s ease-in-out; }
    div.box-bnh1 .ApImage:hover img {
      transform: scale(1.05); }
    div.box-bnh1 .ApImage .image_description {
      position: absolute;
      top: 60px;
      pointer-events: none;
      left: 60px; }
      .rtl div.box-bnh1 .ApImage .image_description {
        right: 60px;
        left: auto; }
      @media (max-width: 991px) {
        div.box-bnh1 .ApImage .image_description {
          top: 30px;
          left: 30px; }
          .rtl div.box-bnh1 .ApImage .image_description {
            right: 30px;
            left: auto; } }
      div.box-bnh1 .ApImage .image_description h4 {
        font-size: 24px; }
        @media (max-width: 991px) {
          div.box-bnh1 .ApImage .image_description h4 {
            font-size: 20px; } }

.box-margin {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .box-margin {
      margin: 0 0 70px; } }
  @media (max-width: 480px) {
    .box-margin {
      margin: 0 0 50px; } }

.box-p5 {
  padding-left: 5%;
  padding-right: 5%; }

a.btn-viewmore {
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 2px solid #bbb; }

.box-discover {
  padding: 130px 0;
  text-align: center; }
  .box-discover * {
    color: #fff; }
  @media (max-width: 991px) {
    .box-discover {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .box-discover {
      padding: 60px 0; } }
  .box-discover .ApColumn .block {
    margin-bottom: 0; }
  .box-discover .ApHtml {
    line-height: 2; }
    .box-discover .ApHtml h4 {
      font-size: 24px;
      font-weight: 500; }
    .box-discover .ApHtml h3 {
      font-size: 72px;
      font-weight: 500;
      margin: 0 0 0.2em; }
      @media (max-width: 991px) {
        .box-discover .ApHtml h3 {
          font-size: 60px; } }
      @media (max-width: 767px) {
        .box-discover .ApHtml h3 {
          font-size: 50px; } }
    .box-discover .ApHtml a {
      display: inline-block;
      border-bottom: 2px solid rgba(255, 255, 255, 0.5);
      margin-top: 4em;
      text-transform: uppercase;
      font-weight: 500; }
      .box-discover .ApHtml a:hover {
        border-color: #fff;
        color: #fff; }

.latest-blogs a.blog_img_link {
  display: block;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden; }
  .latest-blogs a.blog_img_link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out; }
  .latest-blogs a.blog_img_link:hover img {
    transform: scale(1.1); }
.latest-blogs .blog-title {
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  margin: 0; }
  @media (max-width: 991px) {
    .latest-blogs .blog-title {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .latest-blogs .blog-title {
      font-size: 18px; } }
  .latest-blogs .blog-title a {
    display: block;
    padding: 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.latest-blogs .blog-meta {
  margin: 0 0 15px;
  color: #999; }
  .latest-blogs .blog-meta span.author {
    color: #158a54; }
    .latest-blogs .blog-meta span.author span {
      display: none; }
  .latest-blogs .blog-meta > span:after {
    content: "/";
    padding: 0 10px;
    color: #999; }
  .latest-blogs .blog-meta > span:last-child:after {
    display: none; }
.latest-blogs .blog-desc {
  line-height: 2; }

.block.latest-blogs {
  margin: 0; }

.box-manufacture {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 991px) {
    .box-manufacture {
      padding: 80px 0; } }
  .box-manufacture:before {
    content: "";
    background: #e1e1e1;
    position: absolute;
    top: 0;
    left: 50%;
    height: 1px;
    width: 100vw;
    transform: translateX(-50%); }
  .box-manufacture .ApColumn .block {
    margin-bottom: 0; }

.box-newletter {
  padding: 150px 0; }
  @media (max-width: 991px) {
    .box-newletter {
      padding: 100px 0; } }
  .box-newletter .ApColumn .block {
    margin-bottom: 0; }
  .box-newletter .cus-title {
    padding: 0 0 60px; }
    @media (max-width: 991px) {
      .box-newletter .cus-title {
        padding: 0 0 40px; } }
    @media (max-width: 767px) {
      .box-newletter .cus-title {
        padding: 0 0 30px; } }

.block_newsletter .col-conditions,
.block_newsletter .title_block {
  display: none; }
.block_newsletter .input-wrapper {
  display: flex; }
  @media (max-width: 480px) {
    .block_newsletter .input-wrapper {
      display: block; } }
  .block_newsletter .input-wrapper input {
    flex: 1;
    padding: 0 20px;
    border: 1px solid #ddd;
    height: 60px; }
    @media (max-width: 480px) {
      .block_newsletter .input-wrapper input {
        width: 100%;
        margin: 0 0 10px; } }
    .block_newsletter .input-wrapper input:focus {
      outline: 2px solid #ddd; }
  .block_newsletter .input-wrapper button {
    border-radius: 0;
    background: #282828;
    height: 60px;
    line-height: 60px;
    padding: 0 70px;
    margin: 0 0 0 20px; }
    @media (max-width: 480px) {
      .block_newsletter .input-wrapper button {
        width: 100%;
        margin: 0; } }
    .block_newsletter .input-wrapper button:hover {
      background: #000; }

.box-coppyh1 {
  padding: 30px 0;
  color: #fff;
  font-weight: 500; }
  .box-coppyh1 .ApColumn .block {
    margin-bottom: 0; }

.box-ftop1 {
  padding: 110px 0 70px;
  text-align: center;
  color: #909090; }
  .box-ftop1 a {
    color: #909090; }
    .box-ftop1 a:hover {
      color: #fff; }
  @media (max-width: 991px) {
    .box-ftop1 {
      padding: 80px 0 50px; } }
  .box-ftop1 .f-logo {
    margin: 0 0 30px; }
    .box-ftop1 .f-logo img {
      filter: brightness(99); }
  .box-ftop1 .ApHtml {
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 2; }
  .box-ftop1 .block-social {
    margin: 0 0 30px;
    padding: 0; }
    .box-ftop1 .block-social .social-title {
      display: none; }
    .box-ftop1 .block-social li {
      line-height: 42px;
      width: 46px;
      height: 46px;
      margin: 7px; }
      .box-ftop1 .block-social li a {
        border: 1px solid #eee;
        border-radius: 50%;
        color: #eee; }
        .box-ftop1 .block-social li a:before {
          transform: none; }
      .box-ftop1 .block-social li:hover {
        color: #fff; }
        .box-ftop1 .block-social li:hover a {
          color: #fff;
          border-color: #fff; }
  .box-ftop1 .ApBlockLink {
    text-align: center; }
    .box-ftop1 .ApBlockLink li {
      display: inline-block;
      vertical-align: top; }
      .box-ftop1 .ApBlockLink li a {
        padding: 0 10px;
        font-size: 12px;
        text-transform: uppercase; }
      .box-ftop1 .ApBlockLink li:after {
        content: "/";
        color: #909090;
        padding: 0 5px; }
      .box-ftop1 .ApBlockLink li:last-child:after {
        display: none; }

.manufacturers_block {
  text-align: center; }

.modal-header h5.modal-title.text-xs-center {
  font-size: 13px;
  font-weight: normal; }

.box-bntext .ApHtml {
  margin: 0 0 10px;
  background: #c67710;
  text-align: center;
  color: #fff;
  padding: 46px 5%;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media (max-width: 991px) {
    .box-bntext .ApHtml {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .box-bntext .ApHtml {
      font-size: 18px; } }

.box-bnh2 {
  padding-top: 120px;
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .box-bnh2 {
      padding-top: 90px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .box-bnh2 {
      padding-top: 60px;
      padding-bottom: 40px; } }
  .box-bnh2 .ApImage {
    position: relative;
    text-align: center; }
    .box-bnh2 .ApImage img {
      width: auto !important;
      max-width: 100%; }
    .box-bnh2 .ApImage .image_description {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      text-align: left;
      color: #909090;
      letter-spacing: 0.2em;
      font-size: 14px; }
      .rtl .box-bnh2 .ApImage .image_description {
        text-align: right; }
      .box-bnh2 .ApImage .image_description h4 {
        font-size: 24px;
        letter-spacing: 0;
        font-weight: 500;
        margin: 0; }
      .box-bnh2 .ApImage .image_description a {
        font-weight: 600;
        letter-spacing: 0;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid; }
    .box-bnh2 .ApImage.content-bottom-right .image_description {
      top: auto;
      left: auto;
      right: 0;
      bottom: 15%;
      transform: none; }
      .box-bnh2 .ApImage.content-bottom-right .image_description h4 {
        margin: 0 0 50px; }
        @media (max-width: 991px) {
          .box-bnh2 .ApImage.content-bottom-right .image_description h4 {
            margin: 0 0 30px; } }

.box-custom.color-white .block_carousel .block-carousel-container:before {
  color: #fff; }
.box-custom.color-white .block_carousel .block-carousel-container .title {
  color: #fff; }
.box-custom.color-white .block_carousel .block-carousel-container .sub-title {
  color: #999; }
.box-custom.color-white .block_carousel .block-carousel-container .descript {
  color: #fff; }

.box-custom .block_carousel .block-carousel-container {
  position: relative;
  padding: 10px 0 120px 60px; }
  .box-custom .block_carousel .block-carousel-container:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 40px;
    position: absolute;
    top: -10px;
    left: 0; }
  .box-custom .block_carousel .block-carousel-container .img-fluid {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 60px; }
  .box-custom .block_carousel .block-carousel-container .title {
    font-weight: 600;
    position: absolute;
    bottom: 40px;
    left: 160px;
    font-size: 18px; }
  .box-custom .block_carousel .block-carousel-container .sub-title {
    position: absolute;
    bottom: 15px;
    left: 160px;
    margin: 0;
    font-size: 13px; }
  .box-custom .block_carousel .block-carousel-container .descript {
    font-size: 18px;
    font-style: italic;
    font-weight: 300; }

.box-testimonial {
  padding: 0 calc(5% + 10px); }
  @media (min-width: 992px) {
    .box-testimonial {
      display: flex;
      flex-wrap: wrap; } }
  .box-testimonial > .ApColumn {
    background: #1e1e1e;
    display: flex;
    align-items: center;
    padding: 5%; }
  .box-testimonial .ApColumn .block {
    margin-bottom: 0;
    width: 100%; }
  .box-testimonial .owl-theme .owl-controls .owl-pagination {
    margin: 50px 0 0;
    text-align: left;
    padding: 0 70px; }
  .box-testimonial .owl-theme .owl-controls .owl-page.active span,
  .box-testimonial .owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 2px solid #fff;
    background: #fff; }

.box-ftop1.box-h2 {
  position: relative; }
  .box-ftop1.box-h2:before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .box-ftop1.box-h2 .f-logo img {
    filter: brightness(1); }
  .box-ftop1.box-h2 a {
    color: #333; }
    .box-ftop1.box-h2 a:hover {
      color: #888; }
  .box-ftop1.box-h2 .block-social li a {
    border: 1px solid #333;
    color: #333; }
  .box-ftop1.box-h2 .block-social li:hover a {
    color: #888;
    border-color: #888; }
  .box-ftop1.box-h2 .block-social {
    margin: 0 0 50px; }
  .box-ftop1.box-h2 .block_newsletter {
    max-width: 1020px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto; }

.box-newh3 .ApTabs .nav-tabs {
  padding: 0 0 30px 0; }
.box-newh3 .thumbnail-container {
  margin-bottom: 20px; }
.box-newh3 .ApRawHtml {
  max-width: 500px; }
  .box-newh3 .ApRawHtml h4 {
    font-size: 36px;
    font-weight: 500; }
    @media (max-width: 991px) {
      .box-newh3 .ApRawHtml h4 {
        font-size: 30px; } }
  .box-newh3 .ApRawHtml a {
    display: inline-block;
    margin-top: 3em;
    text-transform: uppercase;
    border-bottom: 1px solid;
    font-weight: 500; }

.box-arrowtop .owl-theme .owl-buttons {
  position: absolute;
  top: -50px;
  right: 10px;
  left: auto; }
  @media (max-width: 480px) {
    .box-arrowtop .owl-theme .owl-buttons {
      top: 25px; } }
  .box-arrowtop .owl-theme .owl-buttons div {
    opacity: 1;
    transform: scale(1); }

.box-bnh3 .ApImage {
  position: relative;
  overflow: hidden; }
  .box-bnh3 .ApImage img {
    transition: all .4s ease-in-out; }
  .box-bnh3 .ApImage:hover img {
    transform: scale(1.1); }
  @media (min-width: 992px) {
    .box-bnh3 .ApImage .image_description {
      position: absolute;
      top: 15%;
      right: 30px;
      width: 300px; } }
  @media (max-width: 991px) {
    .box-bnh3 .ApImage .image_description {
      padding: 20px;
      background: #f3f3f3; } }
  .box-bnh3 .ApImage .image_description h4 {
    font-size: 36px;
    font-weight: 500; }
    @media (max-width: 991px) {
      .box-bnh3 .ApImage .image_description h4 {
        font-size: 30px; } }

.box-shippingh3 {
  padding: 80px 5% 50px; }
  .box-shippingh3 .ApImage {
    color: #909090;
    max-width: 500px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    padding-top: 5px; }
    .box-shippingh3 .ApImage a {
      color: #999; }
    .box-shippingh3 .ApImage:before {
      content: "";
      width: 90px;
      height: 90px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -45px;
      background: #fff;
      border-radius: 50%;
      transition: all .4s ease-in-out; }
    .box-shippingh3 .ApImage img {
      margin: 15px auto 35px;
      max-width: 52px;
      display: block;
      overflow: visible;
      position: relative;
      z-index: 2;
      transition: all .4s ease-in-out; }
    .box-shippingh3 .ApImage h4 {
      font-size: 22px;
      color: #fff;
      margin: 0 0 15px; }
    .box-shippingh3 .ApImage:hover:before,
    .box-shippingh3 .ApImage:hover img {
      transform: translateY(-10px); }

.box-about {
  position: relative; }
  @media (min-width: 992px) {
    .box-about .image_description {
      position: absolute;
      max-width: 550px;
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 991px) {
    .box-about .image_description {
      margin-top: 15px; } }
  .box-about .image_description h4 {
    font-size: 36px;
    font-weight: 500; }
    @media (max-width: 991px) {
      .box-about .image_description h4 {
        font-size: 30px; } }
  .box-about .image_description a {
    display: inline-block;
    margin-top: 3em;
    text-transform: uppercase;
    border-bottom: 1px solid;
    font-weight: 500; }

.star {
  font-size: 16px;
  line-height: 16px; }

div.star:before {
  content: "\e60a";
  font-family: 'themify'; }

div.star.star_on:before, div.star.star_hover:before {
  color: #ee9051;
  content: "\e60a";
  font-family: 'themify'; }

.box-producth3 .title_block {
  font-size: 24px;
  margin: 0 0 45px;
  line-height: 30px;
  padding: 25px 0;
  border-bottom: 1px solid #eee; }
.box-producth3 .owl-theme .owl-buttons {
  top: -85px; }

.box-manufactureh3 {
  padding: 110px 0; }
  @media (max-width: 991px) {
    .box-manufactureh3 {
      padding: 90px 0; } }
  .box-manufactureh3 .ApColumn .block {
    margin-bottom: 0; }

.manufacturers_block .manufacturer-image-container a {
  padding: 10px;
  display: block;
  text-align: center; }
  .manufacturers_block .manufacturer-image-container a img {
    transition: all .4s ease-in-out; }
  .manufacturers_block .manufacturer-image-container a:hover img {
    transform: translateY(-10px); }

.box-bnh4 .ApImage {
  position: relative;
  overflow: hidden; }
  .box-bnh4 .ApImage img {
    transition: all .4s ease-in-out; }
  .box-bnh4 .ApImage:hover img {
    transform: scale(1.1); }
  @media (min-width: 992px) {
    .box-bnh4 .ApImage .image_description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 30px;
      width: 280px; } }
  @media (max-width: 991px) {
    .box-bnh4 .ApImage .image_description {
      padding: 20px;
      background: #f3f3f3; } }
  .box-bnh4 .ApImage .image_description h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .box-bnh4 .ApImage .image_description h4 {
        font-size: 24px; } }
  .box-bnh4 .ApImage .image_description a {
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid;
    display: inline-block;
    margin-top: 2em; }

.box-newh3.box-h4 .ApRawHtml {
  max-width: 700px;
  margin: 0 0 50px; }

.box-video {
  position: relative; }
  .box-video .ApColumn .block {
    margin-bottom: 0; }
  .box-video .video {
    display: none; }
  .box-video .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ee9051;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    box-shadow: 0 0 0 7px rgba(238, 144, 81, 0.66);
    border: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    transition: all .2s ease-in-out; }
    .box-video .btn-play:hover {
      transform: scale(0.9) translate(-50%, -50%); }
      .box-video .btn-play:hover:before {
        transform: scale(1.1); }
      .box-video .btn-play:hover:after {
        transform: scale(1.2); }
    .box-video .btn-play:before {
      content: "";
      position: absolute;
      left: -16px;
      top: -16px;
      right: -16px;
      bottom: -16px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      pointer-events: none;
      transition: all .2s ease-in-out; }
    .box-video .btn-play:after {
      content: "";
      position: absolute;
      left: -30px;
      top: -30px;
      right: -30px;
      bottom: -30px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      pointer-events: none;
      transition: all .2s ease-in-out; }
  .box-video .block_carousel {
    position: absolute;
    right: calc(5% + 10px);
    width: 50%;
    padding: 5%;
    background: #f2f2f2;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .rtl .box-video .block_carousel {
      left: calc(5% + 10px);
      right: auto; }
    @media (max-width: 991px) {
      .box-video .block_carousel {
        width: auto;
        position: static;
        transform: none; } }
  .box-video .owl-theme .owl-controls .owl-pagination {
    margin: 20px 0 0;
    text-align: left;
    padding: 0 70px; }
    .rtl .box-video .owl-theme .owl-controls .owl-pagination {
      text-align: right; }

.box-manufactureh3.box-h4 {
  position: relative; }
  .box-manufactureh3.box-h4:before {
    content: "";
    position: absolute;
    top: 0;
    background: #e1e1e1;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    margin: auto;
    width: 90vw; }

.box-instagram .ApInstagram .block_content {
  margin: 0; }
.box-instagram .owl-carousel .owl-item {
  padding: 0; }
.box-instagram .ApColumn .block {
  margin-bottom: 0; }

.box-newletter.box-h4 .ApRawHtml {
  text-align: center;
  color: #fff;
  padding: 0 0 50px;
  line-height: 2;
  max-width: 600px;
  margin: auto; }
  .box-newletter.box-h4 .ApRawHtml h4 {
    font-size: 36px;
    color: #fff; }
    @media (max-width: 991px) {
      .box-newletter.box-h4 .ApRawHtml h4 {
        font-size: 30px; } }
.box-newletter.box-h4 .block_newsletter .input-wrapper button {
  background: #ee9051;
  border: 0; }
  .box-newletter.box-h4 .block_newsletter .input-wrapper button:hover {
    background: #d97e42; }
.box-newletter.box-h4 .block_newsletter .input-wrapper input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  color: #909090; }
  .box-newletter.box-h4 .block_newsletter .input-wrapper input:focus {
    outline: 1px solid rgba(255, 255, 255, 0.2); }

/*# sourceMappingURL=styles.css.map */
