/***************************************************
  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: 18px; }
.ApColumn .title_block {
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  font-family: "gant_modernbold";
  position: relative;
  text-transform: uppercase;
  padding: 100px 0 10px;
  margin: 0 0 60px; }
  @media (max-width: 991px) {
    .ApColumn .title_block {
      margin-bottom: 30px;
      padding-top: 50px; } }
  .ApColumn .title_block:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #e82c2a; }

.group-widget .title_block {
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  font-family: "gant_modernbold";
  position: relative;
  text-transform: uppercase;
  padding: 100px 0 10px;
  margin: 0 0 60px; }
  @media (max-width: 991px) {
    .group-widget .title_block {
      margin-bottom: 30px;
      padding-top: 50px; } }
  .group-widget .title_block:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #e82c2a; }

.ap-popup {
  display: none; }

.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; }
  .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;
  margin-top: 5px;
  width: 20px;
  height: 20px; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 1.25rem; }
@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: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 10px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert ul, .alert ol, .alert p {
    margin: 0; }
  .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: #444; }
  .widget-tabs li.active {
    border: 1px solid #e82c2a; }
    .widget-tabs li.active a {
      color: #e82c2a; }

.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: #e82c2a;
    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 {
    font-weight: 800;
    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: #222; }

/**
* 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(34, 34, 34, 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: #222;
    border-bottom: 1px solid rgba(34, 34, 34, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 55px;
  line-height: 55px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #e82c2a; }
  .box-show-more a .fa {
    margin-left: 5px; }
    .rtl .box-show-more a .fa {
      margin-right: 5px;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600; }
  .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 #e82c2a;
    -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
*/
.widget-category_image .cover-img {
  float: left;
  padding-right: 20px; }
  .rtl .widget-category_image .cover-img {
    float: right; }
  .rtl .widget-category_image .cover-img {
    padding-left: 20px;
    padding-right: inherit; }
  .widget-category_image .cover-img img {
    width: 100px;
    height: 100px; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
/* 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 {
  padding-left: 5px;
  padding-right: 5px; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 10px 0 0; }

#instafeed {
  margin: -5px; }

.box-design .ApColumn {
  padding: 0; }
.box-design .row {
  margin: 0; }
.box-design .ApImage {
  margin: 0;
  position: relative;
  background: #000;
  overflow: hidden; }
  @media (max-width: 480px) {
    .box-design .ApImage {
      margin: 0 9px 9px; } }
  .box-design .ApImage img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 991px) {
      .box-design .ApImage img {
        opacity: 0.5;
        filter: alpha(opacity=50); } }
  .box-design .ApImage .title_block {
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 0 0 10px;
    margin: 0;
    color: #fff;
    z-index: 9;
    text-align: left; }
    @media (min-width: 992px) and (max-width: 1170px) {
      .box-design .ApImage .title_block {
        top: 20px;
        left: 20px; }
        .rtl .box-design .ApImage .title_block {
          right: 20px;
          left: auto; } }
    .rtl .box-design .ApImage .title_block {
      right: 40px;
      left: auto; }
    @media (max-width: 991px) {
      .box-design .ApImage .title_block {
        left: 15px;
        top: 15px;
        font-size: 20px; }
        .rtl .box-design .ApImage .title_block {
          right: 15px;
          left: auto; } }
    @media (max-width: 480px) {
      .box-design .ApImage .title_block {
        left: 25px; }
        .rtl .box-design .ApImage .title_block {
          right: 25px;
          left: auto; } }
    .rtl .box-design .ApImage .title_block {
      text-align: right; }
    .box-design .ApImage .title_block:before {
      left: 0;
      margin-left: 0; }
      .rtl .box-design .ApImage .title_block:before {
        right: 0;
        left: auto; }
      .rtl .box-design .ApImage .title_block:before {
        margin-right: 0;
        margin-left: inherit; }
  .box-design .ApImage .image_description {
    position: absolute;
    bottom: 40px;
    left: 40px;
    max-width: 215px;
    overflow: hidden;
    color: #fff;
    line-height: 24px; }
    @media (min-width: 992px) and (max-width: 1170px) {
      .box-design .ApImage .image_description {
        bottom: 20px;
        left: 20px; }
        .rtl .box-design .ApImage .image_description {
          right: 20px;
          left: auto; } }
    .rtl .box-design .ApImage .image_description {
      right: 40px;
      left: auto; }
    @media (max-width: 991px) {
      .box-design .ApImage .image_description {
        left: 15px;
        bottom: 15px; }
        .rtl .box-design .ApImage .image_description {
          right: 15px;
          left: auto; } }
    @media (max-width: 480px) {
      .box-design .ApImage .image_description {
        left: 25px; }
        .rtl .box-design .ApImage .image_description {
          right: 25px;
          left: auto; } }
    @media (min-width: 992px) {
      .box-design .ApImage .image_description {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px); } }
    .box-design .ApImage .image_description p {
      margin-bottom: 0; }
    .box-design .ApImage .image_description > p:first-child {
      height: 48px;
      overflow: hidden;
      margin-bottom: 15px; }
    .box-design .ApImage .image_description a {
      display: inline-block;
      padding: 0 45px;
      height: 42px;
      line-height: 42px;
      font-size: 12px;
      text-transform: uppercase;
      background: #fff;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .box-design .ApImage .image_description a:hover {
        -moz-box-shadow: 0 0 0 25px #e82c2a inset;
        -webkit-box-shadow: 0 0 0 25px #e82c2a inset;
        -o-box-shadow: 0 0 0 25px #e82c2a inset;
        -ms-box-shadow: 0 0 0 25px #e82c2a inset;
        box-shadow: 0 0 0 25px #e82c2a inset;
        color: #fff;
        background: none; }
      @media (max-width: 991px) {
        .box-design .ApImage .image_description a {
          padding: 0 25px;
          height: 32px;
          line-height: 32px; } }
  .box-design .ApImage:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .box-design .ApImage:hover .image_description {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }

.columns-container .box-new-models .title_block {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .columns-container .box-new-models .title_block {
      margin-bottom: 30px; } }

.box-new-models {
  margin-bottom: 50px;
  position: relative; }
  @media (max-width: 991px) {
    .box-new-models {
      margin-bottom: 30px; }
      .box-new-models .product_block {
        width: 50%; } }
  @media (max-width: 480px) {
    .box-new-models {
      margin-bottom: 20px; }
      .box-new-models .product_block {
        width: 100%; } }
  .box-new-models .ApColumn {
    position: static; }
  .box-new-models .box-show-more.open {
    border-bottom: 0;
    padding-bottom: 0;
    display: block;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0; }
    @media (max-width: 991px) {
      .box-new-models .box-show-more.open {
        top: 100px; } }
    .box-new-models .box-show-more.open a {
      padding: 0;
      border: 0;
      color: #666;
      background: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      .box-new-models .box-show-more.open a:hover {
        color: #e82c2a; }

.LeoImageToolboxContainer {
  position: relative; }
  @media (max-width: 991px) {
    .LeoImageToolboxContainer .LeoImage360-container {
      position: relative; }
      .LeoImageToolboxContainer .LeoImage360-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9; } }
  .LeoImageToolboxContainer .image360-box,
  .LeoImageToolboxContainer #apimage360-slider {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer; }

.LeoImage360 img {
  opacity: 0 !important; }

.LeoImageToolboxContainer.img-loading {
  position: relative; }
  .LeoImageToolboxContainer.img-loading .image360-box,
  .LeoImageToolboxContainer.img-loading #apimage360-slider2 {
    opacity: 0;
    filter: alpha(opacity=0); }
  .LeoImageToolboxContainer.img-loading:before {
    content: "\f110";
    font-family: "FontAwesome";
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    -webkit-animation-name: thumb;
    -webkit-animation-duration: 1000ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    /* The magic keyword for infinite*/
    -webkit-animation-timing-function: linear;
    -moz-animation-name: thumb;
    -moz-animation-duration: 1000ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: infinite;
    /* The magic keyword for infinite*/
    -moz-animation-timing-function: linear;
    animation-name: thumb;
    animation-duration: 1000ms;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    /* The magic keyword for infinite*/
    animation-timing-function: linear; }

.box-hightlights {
  margin-bottom: 100px;
  position: relative; }
  .box-hightlights .owl-row {
    margin: 0; }
  @media (max-width: 991px) {
    .box-hightlights {
      margin-bottom: 30px; } }
  .box-hightlights .owl-carousel .owl-item {
    padding: 0; }
  .box-hightlights .block-carousel-container {
    position: relative; }
    @media (max-width: 991px) {
      .box-hightlights .block-carousel-container .img-responsive {
        width: 100%; } }
    .box-hightlights .block-carousel-container .title {
      position: absolute;
      top: 70px;
      left: 65px;
      line-height: 60px;
      height: 60px;
      z-index: 9;
      font-size: 40px;
      overflow: hidden;
      text-transform: capitalize;
      font-family: "gant_modernbold";
      color: #fff; }
      .rtl .box-hightlights .block-carousel-container .title {
        right: 65px;
        left: auto; }
      @media (max-width: 1370px) {
        .box-hightlights .block-carousel-container .title {
          top: 40px;
          left: 35px;
          line-height: 50px;
          height: 50px;
          font-size: 26px; }
          .rtl .box-hightlights .block-carousel-container .title {
            right: 35px;
            left: auto; } }
      @media (max-width: 991px) {
        .box-hightlights .block-carousel-container .title {
          top: 10px;
          left: 10px;
          font-size: 20px; }
          .rtl .box-hightlights .block-carousel-container .title {
            right: 10px;
            left: auto; } }
      .box-hightlights .block-carousel-container .title:after {
        content: "";
        width: 30px;
        height: 2px;
        background: #e82c2a;
        position: absolute;
        bottom: 0;
        left: 0; }
        .rtl .box-hightlights .block-carousel-container .title:after {
          right: 0;
          left: auto; }
    .box-hightlights .block-carousel-container .descript {
      font-size: 16px;
      color: #fff;
      top: 190px;
      left: 65px;
      right: 65px;
      line-height: 24px;
      position: absolute;
      height: 290px; }
      @media (max-width: 1370px) {
        .box-hightlights .block-carousel-container .descript {
          left: 30px;
          right: 30px;
          top: 100px;
          height: 230px;
          font-size: 15px;
          line-height: 22px; } }
      @media (max-width: 991px) {
        .box-hightlights .block-carousel-container .descript {
          left: 10px;
          right: 10px;
          top: 70px;
          height: auto;
          bottom: 30px;
          font-size: 14px;
          line-height: 20px; } }
      @media (max-width: 480px-max) and (min-width: 481px) {
        .box-hightlights .block-carousel-container .descript {
          display: none; } }
      .box-hightlights .block-carousel-container .descript a {
        position: absolute;
        bottom: 10px;
        left: 0;
        display: inline-block;
        padding: 0 33px;
        height: 42px;
        line-height: 42px;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        background: #e82c2a;
        -webkit-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
        margin-top: 160px; }
        .rtl .box-hightlights .block-carousel-container .descript a {
          right: 0;
          left: auto; }
        @media (max-width: 991px) {
          .box-hightlights .block-carousel-container .descript a {
            padding: 0 15px; } }
        @media (max-width: 767px) {
          .box-hightlights .block-carousel-container .descript a {
            width: 100%;
            text-align: center;
            height: 35px;
            line-height: 35px;
            margin-top: 10px; } }
        .box-hightlights .block-carousel-container .descript a:hover {
          background: rgba(0, 0, 0, 0.2);
          outline: 2px solid #e82c2a; }
        .box-hightlights .block-carousel-container .descript a i {
          padding-left: 5px; }
          .rtl .box-hightlights .block-carousel-container .descript a i {
            padding-right: 5px;
            padding-left: inherit; }
  .box-hightlights .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center; }
    @media (max-width: 991px) {
      .box-hightlights .owl-pagination {
        bottom: 0px; } }
  .box-hightlights .owl-theme .owl-controls span {
    background: #fff; }
  .box-hightlights .owl-theme .owl-controls .owl-page.active span,
  .box-hightlights .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #e82c2a; }
  .box-hightlights > .row {
    margin: 0; }
    .box-hightlights > .row > .ApColumn {
      padding: 0; }
      @media (max-width: 767px) and (min-width: 481px) {
        .box-hightlights > .row > .ApColumn:last-child {
          height: 100%;
          position: absolute;
          right: 0; }
          .rtl .box-hightlights > .row > .ApColumn:last-child {
            left: 0;
            right: auto; } }
  .box-hightlights .ApColumn .block {
    margin-bottom: 0; }
  .box-hightlights .video {
    display: none; }
  .box-hightlights .ApImage {
    background: #4c4944;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer; }
    @media (max-width: 767px) and (min-width: 481px) {
      .box-hightlights .ApImage {
        height: 100% !important; } }
    .box-hightlights .ApImage:before {
      content: 'play_circle_filled';
      font-family: "Material Icons";
      font-size: 90px;
      height: 90px;
      line-height: 90px;
      display: inline-block;
      color: #fff;
      position: absolute;
      top: 50%;
      margin-top: -45px;
      left: 0;
      right: 0;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      z-index: 9; }
    .box-hightlights .ApImage img {
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      @media (max-width: 480px-max) {
        .box-hightlights .ApImage img {
          max-width: 100%; } }
      @media (max-width: 767px) and (min-width: 481px) {
        .box-hightlights .ApImage img {
          /* height: 100% !important; 
          max-width: none;
          width: auto !important; */ } }
    .box-hightlights .ApImage:hover {
      background: #000; }
      .box-hightlights .ApImage:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }

.layout-boxed-lg .box-hightlights .block-carousel-container .title {
  top: 20px;
  left: 25px;
  font-size: 35px; }
  .rtl .layout-boxed-lg .box-hightlights .block-carousel-container .title {
    right: 25px;
    left: auto; }
.layout-boxed-lg .box-hightlights .block-carousel-container .descript {
  top: 110px;
  left: 25px; }
  .rtl .layout-boxed-lg .box-hightlights .block-carousel-container .descript {
    right: 25px;
    left: auto; }
.layout-boxed-lg .box-hightlights .ApColumn .block {
  max-height: 454px; }

.layout-boxed-md .box-hightlights .block-carousel-container .title {
  top: 20px;
  left: 25px;
  font-size: 30px; }
  .rtl .layout-boxed-md .box-hightlights .block-carousel-container .title {
    right: 25px;
    left: auto; }
.layout-boxed-md .box-hightlights .ApColumn .block {
  max-height: 367px; }

.rtl .box-hightlights .block-carousel-container .descript {
  right: 65px;
  left: 90px; }
  @media (max-width: 991px) {
    .rtl .box-hightlights .block-carousel-container .descript {
      left: 50px;
      right: 50px; } }
  @media (max-width: 480px) {
    .rtl .box-hightlights .block-carousel-container .descript {
      left: 15px;
      right: 15px; } }

@media (min-width: 992px) {
  .layout-boxed-md .box-hightlights .block-carousel-container .descript {
    left: 20px;
    right: 20px;
    top: 130px;
    height: 190px; } }
.box-comment {
  margin-bottom: 50px; }
  .box-comment .owl-pagination {
    text-align: center; }
  .box-comment .block-carousel-container {
    max-width: 930px;
    margin: auto;
    position: relative;
    text-align: center;
    padding-top: 80px;
    margin-top: 80px;
    padding-bottom: 100px; }
    @media (max-width: 991px) {
      .box-comment .block-carousel-container {
        margin-top: 60px;
        padding-top: 40px;
        padding-bottom: 110px; } }
    .box-comment .block-carousel-container:before {
      content: "\f10d";
      font-family: "FontAwesome";
      font-size: 24px;
      color: #e82c2a;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: 9;
      font-style: italic; }
    .box-comment .block-carousel-container:after {
      content: "";
      position: absolute;
      width: 80px;
      height: 2px;
      background: #e8e8e8;
      left: 50%;
      margin-left: -40px;
      bottom: 80px; }
    .box-comment .block-carousel-container .descript {
      font-size: 20px;
      font-style: italic;
      line-height: 26px; }
      @media (max-width: 480px-max) {
        .box-comment .block-carousel-container .descript {
          font-size: 18px;
          line-height: 25px; } }
      @media (max-width: 480px) {
        .box-comment .block-carousel-container .descript {
          font-size: 16px;
          line-height: 20px; } }
    .box-comment .block-carousel-container .title {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      color: #666;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .box-comment .block-carousel-container .title span {
        font-weight: bold;
        color: #555;
        letter-spacing: 2px;
        font-family: "gant_modernbold"; }
  .box-comment .owl-theme .owl-controls .owl-page.active span, .box-comment .owl-theme .owl-controls .owl-page:hover span {
    background: #e82c2a; }
  .box-comment .owl-theme .owl-controls .owl-page span {
    background: #f39594; }

.box-comment.box-h2 {
  margin: 0; }
  .box-comment.box-h2 .block-carousel-container {
    color: #fff; }
    .box-comment.box-h2 .block-carousel-container .title {
      color: #fff; }
      .box-comment.box-h2 .block-carousel-container .title span {
        color: #fff; }

.navbar-fixed-top {
  backface-visibility: hidden; }

.box-styling {
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .box-styling {
      margin-bottom: 10px; } }
  .box-styling .row {
    margin: 0; }
  .box-styling .ApColumn {
    position: static; }
  .box-styling .ApRawHtml {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -110px; }
  .box-styling h6 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 10px;
    margin: 0 0 30px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 991px) {
      .box-styling h6 {
        letter-spacing: 5px; } }
  .box-styling h4 {
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    margin: 0 0 50px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative; }
    @media (max-width: 991px) {
      .box-styling h4 {
        font-size: 40px; } }
    @media (max-width: 480px) {
      .box-styling h4 {
        font-size: 30px; } }
    .box-styling h4:before {
      width: 30px;
      height: 2px;
      background: #e82c2a;
      content: "";
      position: absolute;
      left: 50%;
      margin-left: -15px;
      bottom: 0; }
  .box-styling a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 35px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: uppercase;
    -moz-box-shadow: 0 0 0 25px #e82c2a inset;
    -webkit-box-shadow: 0 0 0 25px #e82c2a inset;
    -o-box-shadow: 0 0 0 25px #e82c2a inset;
    -ms-box-shadow: 0 0 0 25px #e82c2a inset;
    box-shadow: 0 0 0 25px #e82c2a inset; }
    .box-styling a:hover {
      -moz-box-shadow: 0 0 0 2px #e82c2a inset;
      -webkit-box-shadow: 0 0 0 2px #e82c2a inset;
      -o-box-shadow: 0 0 0 2px #e82c2a inset;
      -ms-box-shadow: 0 0 0 2px #e82c2a inset;
      box-shadow: 0 0 0 2px #e82c2a inset;
      color: #e82c2a;
      background: #000; }
  .box-styling:hover h6 {
    letter-spacing: 15px; }
  .box-styling:hover h4,
  .box-styling:hover a {
    letter-spacing: 5px; }

.box-icon {
  padding-top: 50px; }
  .box-icon .row {
    margin: 0; }
  .box-icon .ApColumn {
    padding: 0; }
    .box-icon .ApColumn:last-child .ApRawHtml {
      border-right: 0;
      border-bottom: 0; }
      .rtl .box-icon .ApColumn:last-child .ApRawHtml {
        border-left: 0;
        border-right: inherit; }
  .box-icon a {
    display: block;
    color: #999; }
    .box-icon a:hover {
      color: #e82c2a; }
  .box-icon i {
    display: block;
    color: #222;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 15px; }
  .box-icon .ApRawHtml {
    font-size: 14px;
    line-height: 15px;
    font-family: "gant_modernbold";
    color: #999;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .box-icon .ApRawHtml {
        border-right: 1px solid #e8e8e8; }
        .rtl .box-icon .ApRawHtml {
          border-left: 1px solid #e8e8e8;
          border-right: inherit; } }
    @media (max-width: 767px) {
      .box-icon .ApRawHtml {
        border-bottom: 0;
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .box-icon .ApRawHtml {
        border-bottom: 1px solid #e8e8e8; } }
    .box-icon .ApRawHtml:hover {
      color: #e82c2a; }
      .box-icon .ApRawHtml:hover i {
        -webkit-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
        -moz-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
        animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
        color: #e82c2a; }

/* --- hover-effect--- */
@-webkit-keyframes hover-imagecategory {
  0% {
    transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%); }
  100% {
    transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px); } }
@-moz-keyframes hover-imagecategory {
  0% {
    transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%); }
  100% {
    transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px); } }
@-o-keyframes hover-imagecategory {
  0% {
    transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%); }
  100% {
    transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px); } }
@keyframes hover-imagecategory {
  0% {
    transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%); }
  100% {
    transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px); } }
.columns-container .latest-blogs .title_block {
  margin: 0 0 40px; }

.latest-blogs .block_content {
  margin-top: 50px; }
.latest-blogs .blog-container .right-block {
  padding: 10px 10px 0;
  font-size: 12px;
  color: #999; }
  .latest-blogs .blog-container .right-block > span {
    padding-right: 18px;
    display: inline-block;
    vertical-align: top; }
    .rtl .latest-blogs .blog-container .right-block > span {
      padding-left: 18px;
      padding-right: inherit; }
    .latest-blogs .blog-container .right-block > span a {
      color: #999; }
      .latest-blogs .blog-container .right-block > span a:hover {
        color: #000; }
.latest-blogs .blog-container .blog-desc {
  font-size: 13px; }
.latest-blogs .blog-container i {
  font-size: 12px;
  vertical-align: -2px;
  width: auto;
  padding: 0 5px 0 0; }
  .rtl .latest-blogs .blog-container i {
    padding: 0 0 0 5px; }
.latest-blogs .blog-container .created {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(232, 44, 42, 0.8);
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
  overflow: hidden; }
  .rtl .latest-blogs .blog-container .created {
    left: 10px;
    right: auto; }
  .latest-blogs .blog-container .created:before {
    position: absolute;
    content: "";
    width: 160%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: -30%; }
  .latest-blogs .blog-container .created span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-family: "gant_modernbold";
    position: absolute; }
    .latest-blogs .blog-container .created span.num-date {
      top: 0;
      left: 0; }
    .latest-blogs .blog-container .created span.num-month {
      bottom: 0;
      right: 0; }
.latest-blogs .blog-container .blog-image-container {
  position: relative;
  margin-bottom: 10px; }
  .latest-blogs .blog-container .blog-image-container .blog_img_link {
    display: block;
    position: relative;
    overflow: hidden; }
    .latest-blogs .blog-container .blog-image-container .blog_img_link img {
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      width: 100%; }
    .latest-blogs .blog-container .blog-image-container .blog_img_link:before, .latest-blogs .blog-container .blog-image-container .blog_img_link:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.05);
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      z-index: 2; }
    .latest-blogs .blog-container .blog-image-container .blog_img_link:before {
      -webkit-transform: translate(-100%, -100%);
      -moz-transform: translate(-100%, -100%);
      -ms-transform: translate(-100%, -100%);
      -o-transform: translate(-100%, -100%);
      transform: translate(-100%, -100%);
      top: 0;
      left: 0; }
    .latest-blogs .blog-container .blog-image-container .blog_img_link:after {
      -webkit-transform: translate(100%, 100%);
      -moz-transform: translate(100%, 100%);
      -ms-transform: translate(100%, 100%);
      -o-transform: translate(100%, 100%);
      transform: translate(100%, 100%);
      bottom: 0;
      right: 0; }
    .latest-blogs .blog-container .blog-image-container .blog_img_link:hover:before, .latest-blogs .blog-container .blog-image-container .blog_img_link:hover:after {
      -webkit-transform: translate(0%, 0%);
      -moz-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      -o-transform: translate(0%, 0%);
      transform: translate(0%, 0%); }
    .latest-blogs .blog-container .blog-image-container .blog_img_link:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
.latest-blogs .blog-container .blog-title {
  text-transform: none;
  font-size: 16px;
  font-family: "gant_modernregular";
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 10px 0; }
  .latest-blogs .blog-container .blog-title a:hover {
    color: #e82c2a; }
.latest-blogs .blog-container .blog-meta {
  font-size: 13px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  color: #999999; }
  .latest-blogs .blog-container .blog-meta > span {
    margin-right: 8px;
    padding-right: 8px;
    color: #444;
    position: relative; }
    .rtl .latest-blogs .blog-container .blog-meta > span {
      margin-left: 8px;
      margin-right: inherit; }
    .rtl .latest-blogs .blog-container .blog-meta > span {
      padding-left: 8px;
      padding-right: inherit; }
    .latest-blogs .blog-container .blog-meta > span:after {
      position: absolute;
      content: "/";
      top: 0;
      right: 0; }
    .latest-blogs .blog-container .blog-meta > span:last-child:after {
      display: none; }
    .latest-blogs .blog-container .blog-meta > span.blog-created {
      color: #999999; }
    .latest-blogs .blog-container .blog-meta > span > span {
      color: #999999; }

/* HTML Count Down */
.ApColumn .time-cdown {
  padding: 28px 0;
  text-align: center;
  min-height: 300px; }
  .ApColumn .time-cdown .title_block {
    font-size: 60px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
    margin: 0; }
    .ApColumn .time-cdown .title_block:before {
      display: none; }
  .ApColumn .time-cdown .block_content p {
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF; }
  .ApColumn .time-cdown .ap-countdown-time ul {
    display: inline-block;
    margin: 0;
    text-align: center;
    border: 3px solid #FFFFFF;
    padding: 15px 10px; }
  .ApColumn .time-cdown .ap-countdown-time li {
    text-transform: uppercase;
    padding: 8px 20px;
    width: 80px;
    font-size: 24px;
    margin: 0 10px;
    line-height: 20px;
    color: #000000;
    font-family: "gant_modernbold";
    background-color: #FFFFFF; }
  .ApColumn .time-cdown .countdown_num span {
    font-size: 12px;
    display: block; }
  .ApColumn .time-cdown .btn-link {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: 900;
    margin-top: 20px;
    display: inline-block; }
    .ApColumn .time-cdown .btn-link:hover {
      text-decoration: none; }

.fancybox-inner > div {
  max-height: 100%;
  height: 100%; }

iframe {
  max-width: 100%;
  max-height: 100%;
  border: 0; }

.box-gallery .ApColumn,
.box-gallery .widget {
  padding: 0; }
.box-gallery .ApColumn .block {
  margin-bottom: 0px; }
@media (max-width: 767px) {
  .box-gallery .images-list {
    padding: 0 9px; } }
.box-gallery .widget {
  width: 100%; }
.box-gallery .ApImage {
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .box-gallery .ApImage {
      background: #000; } }
  @media (max-width: 767px) {
    .box-gallery .ApImage {
      padding: 9px; } }
  .box-gallery .ApImage a:before {
    content: 'search';
    font-size: 22px;
    font-family: "Material Icons";
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #e82c2a;
    position: absolute;
    top: 50%;
    margin: auto;
    margin-top: -20px;
    left: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  .box-gallery .ApImage img {
    width: 100%;
    max-width: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .box-gallery .ApImage:hover a:before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .box-gallery .ApImage:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.box-review {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .box-review {
      margin-bottom: 15px; } }

.box-info {
  padding: 50px 9px; }
  .box-info .ApHtml {
    font-size: 15px;
    line-height: 24px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .box-info .ApHtml {
        max-width: 335px; } }

.box-link {
  padding: 25px 0 25px;
  border: 1px solid #323232;
  border-width: 1px 0;
  text-align: center; }
  @media (max-width: 991px) {
    .box-link {
      padding-left: 9px;
      padding-right: 9px; } }
  .box-link .ApColumn .block {
    margin-bottom: 0; }
  @media (min-width: 481px-max) {
    .box-link .title_block {
      display: none; } }
  .box-link .ApBlockLink ul {
    margin: 0; }
  .box-link .ApBlockLink li {
    padding: 0;
    display: inline-block;
    vertical-align: top; }
    .box-link .ApBlockLink li a {
      height: 25px;
      line-height: 25px;
      display: block;
      padding: 0 25px;
      text-transform: capitalize;
      color: #999; }
      .box-link .ApBlockLink li a:hover {
        color: #e82c2a; }

.box-copyright {
  padding: 30px 9px 20px;
  text-align: center; }
  .box-copyright span {
    font-family: "gant_modernbold";
    color: #fff;
    text-transform: uppercase; }
  .box-copyright .ApColumn .block {
    margin-bottom: 0; }

.category #columns {
  position: relative; }
  @media (min-width: 992px) {
    .category #columns {
      padding-top: 300px; } }
  .category #columns > .container {
    position: static; }
.category #center_column {
  position: static; }
@media (min-width: 992px) {
  .category .content_scene_cat {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    overflow: hidden;
    background: #ccc; } }
.category .content_scene_cat .cat-desc {
  display: none; }
@media (min-width: 992px) {
  .category .content_scene_cat .img-responsive {
    max-width: none;
    margin: auto; } }
.category .page-heading {
  max-width: 100%;
  width: 1170px;
  padding: 0 9px;
  margin: auto; }
  @media (min-width: 992px) {
    .category .page-heading {
      position: absolute;
      font-size: 38px;
      color: #fefefe;
      line-height: 40px;
      top: 140px;
      left: 10px;
      right: 10px;
      height: 80px;
      overflow: hidden;
      padding-right: 150px; }
      .rtl .category .page-heading {
        padding-left: 150px;
        padding-right: inherit; } }
  @media (max-width: 991px) {
    .category .page-heading {
      margin-bottom: 10px;
      font-size: 25px; } }
  @media (min-width: 768px) {
    .category .page-heading {
      width: 738px; } }
  @media (min-width: 992px) {
    .category .page-heading {
      width: 958px; } }
  @media (min-width: 1200px) {
    .category .page-heading {
      width: 1188px; } }
.category #center_column > .heading-counter {
  padding: 0 9px;
  margin: auto;
  text-align: right; }
  @media (min-width: 992px) {
    .category #center_column > .heading-counter {
      position: absolute;
      top: 129px;
      left: 10px;
      right: 10px;
      max-width: 100%;
      width: 1170px; } }
  @media (max-width: 767px) {
    .category #center_column > .heading-counter {
      width: auto; } }
  @media (min-width: 768px) {
    .category #center_column > .heading-counter {
      width: 738px; } }
  @media (min-width: 992px) {
    .category #center_column > .heading-counter {
      width: 958px; } }
  @media (min-width: 1200px) {
    .category #center_column > .heading-counter {
      width: 1188px; } }
  .rtl .category #center_column > .heading-counter {
    text-align: left; }
  @media (min-width: 992px) {
    .category #center_column > .heading-counter span {
      display: inline-block;
      background: rgba(255, 255, 255, 0.3);
      height: 42px;
      line-height: 42px;
      text-transform: lowercase;
      padding: 0 28px;
      font-size: 18px;
      color: #fefefe;
      font-style: normal; } }
  @media (max-width: 991px) {
    .category #center_column > .heading-counter span {
      margin-bottom: 20px; } }

.layout-boxed-md .header-top a {
  font-size: 11px; }
.layout-boxed-md .header-top .header_user_info ul.links li a {
  margin: 0 0 0 10px; }
  .rtl .layout-boxed-md .header-top .header_user_info ul.links li a {
    margin: 0 10px 0 0; }
.layout-boxed-md .box-power .ApColumn .block {
  overflow: hidden; }

.layout-boxed-lg .header-top a {
  font-size: 12px; }

.box-understand {
  text-align: center; }
  .box-understand .video {
    display: none; }
  .box-understand .nd-video .ApImage {
    cursor: pointer; }
    .box-understand .nd-video .ApImage:before {
      content: 'play_circle_filled';
      font-family: "Material Icons";
      font-size: 60px;
      color: #fff;
      left: 0;
      right: 0;
      top: 97px;
      text-align: center;
      position: absolute;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      @media (max-width: 991px) {
        .box-understand .nd-video .ApImage:before {
          top: 50px; } }
      @media (max-width: 480px-max) {
        .box-understand .nd-video .ApImage:before {
          top: 20px; } }
      @media (max-width: 480px) {
        .box-understand .nd-video .ApImage:before {
          top: 80px; } }
    .box-understand .nd-video .ApImage:hover:before {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .box-understand .ApImage img {
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .box-understand .ApImage img {
        width: auto !important;
        max-width: 100%; } }
  .box-understand .ApImage h5 {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin: 0px 0 5px;
    padding: 0 10px;
    font-size: 14px; }
  .box-understand .ApImage a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 15px; }
    .box-understand .ApImage a:hover {
      color: #e82c2a; }
    .box-understand .ApImage a:before {
      content: "\f105";
      font-family: "FontAwesome";
      padding-right: 10px;
      color: #e82c2a; }
  .box-understand .ApImage p {
    margin: 0; }
  @media (min-width: 992px) {
    .box-understand .des-bottom {
      display: none; } }
  @media (max-width: 991px) {
    .box-understand .des-top {
      display: none; } }

.box-p-new {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .box-p-new {
      margin-bottom: 0; } }

.box-power .ApRow {
  margin: 0; }
.box-power .ApColumn {
  padding: 0; }
  @media (max-width: 991px) {
    .box-power .ApColumn {
      overflow: hidden; } }
.box-power .ApColumn .block {
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    .box-power .ApColumn .block {
      overflow: hidden; } }
@media (max-width: 480px-max) {
  .box-power .col-power {
    margin: 9px 0; }
    .box-power .col-power .ApImage img {
      width: 100% !important; } }
.box-power .block_newsletter {
  position: absolute;
  width: 477px;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  top: 100px; }
  .box-power .block_newsletter .title_block {
    display: none; }
  .box-power .block_newsletter .block_content {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    max-width: 425px; }
  .box-power .block_newsletter form {
    width: 100%;
    position: relative; }
  .box-power .block_newsletter input[type="text"] {
    background: none;
    border: 1px solid #fff;
    height: 42px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #eee;
    padding: 0 40px 0 15px;
    font-size: 14px;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .rtl .box-power .block_newsletter input[type="text"] {
      padding: 0 15px 0 40px; }
    .box-power .block_newsletter input[type="text"]:hover, .box-power .block_newsletter input[type="text"]:active, .box-power .block_newsletter input[type="text"]:focus {
      -moz-box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.5) inset;
      -webkit-box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.5) inset;
      -o-box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.5) inset;
      -ms-box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.5) inset;
      box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.5) inset; }
  .box-power .block_newsletter .btn {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    width: 42px;
    height: 42px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 9;
    padding: 0; }
    .rtl .box-power .block_newsletter .btn {
      left: 0;
      right: auto; }
  .box-power .block_newsletter i {
    font-size: 14px;
    color: #fff;
    width: 42px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    top: 15px;
    right: 0; }
    .rtl .box-power .block_newsletter i {
      left: 0;
      right: auto; }
    .box-power .block_newsletter i:hover {
      color: #e82c2a; }
.box-power .col-power {
  text-align: center; }
  .box-power .col-power .ApRawHtml {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 10px;
    right: 10px;
    max-width: 265px;
    text-align: left;
    color: #fff;
    line-height: 22px;
    margin: auto;
    top: 50%;
    margin-top: -100px; }
    .rtl .box-power .col-power .ApRawHtml {
      text-align: right; }
    .box-power .col-power .ApRawHtml h4 {
      font-size: 22px;
      margin: 0 0 25px;
      color: #fff; }
      @media (max-width: 480px) {
        .box-power .col-power .ApRawHtml h4 {
          font-size: 18px;
          margin-bottom: 20px; } }
    .box-power .col-power .ApRawHtml .des {
      margin-bottom: 45px; }
    .box-power .col-power .ApRawHtml a {
      display: inline-block;
      line-height: 42px;
      padding: 0 30px;
      text-transform: uppercase;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      -moz-box-shadow: 0 0 0 25px #fff inset;
      -webkit-box-shadow: 0 0 0 25px #fff inset;
      -o-box-shadow: 0 0 0 25px #fff inset;
      -ms-box-shadow: 0 0 0 25px #fff inset;
      box-shadow: 0 0 0 25px #fff inset; }
      .box-power .col-power .ApRawHtml a:hover {
        -moz-box-shadow: 0 0 0 2px #fff inset;
        -webkit-box-shadow: 0 0 0 2px #fff inset;
        -o-box-shadow: 0 0 0 2px #fff inset;
        -ms-box-shadow: 0 0 0 2px #fff inset;
        box-shadow: 0 0 0 2px #fff inset;
        color: #fff; }

.show-home2 {
  display: none; }

.box-contact-info {
  min-height: 232px;
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .box-contact-info {
      margin-bottom: 15px; } }
  .box-contact-info .ApImage {
    overflow: hidden;
    position: relative; }
    .box-contact-info .ApImage p {
      margin: 0; }
    .box-contact-info .ApImage iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 0;
      z-index: 1; }
  @media (min-width: 768px) {
    .box-contact-info .block-contact {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 387px;
      max-width: 100%;
      background: rgba(0, 0, 0, 0.74);
      padding: 0 40px;
      color: #fff;
      z-index: 9; } }
  @media (max-width: 991px) {
    .box-contact-info .block-contact {
      padding: 20px; } }
  @media (max-width: 767px) {
    .box-contact-info .block-contact .title {
      margin: 10px 0 25px; }
      .box-contact-info .block-contact .title .float-xs-right {
        display: none !important; }
    .box-contact-info .block-contact .collapse {
      display: block !important; } }
  @media (max-width: 480px-max) {
    .box-contact-info .block-contact {
      position: static;
      width: 100%;
      margin-top: 9px;
      padding: 20px; } }
  .box-contact-info .block-contact .title_block {
    text-align: left;
    padding-top: 0; }
    .rtl .box-contact-info .block-contact .title_block {
      text-align: right; }
    @media (min-width: 768px) {
      .box-contact-info .block-contact .title_block {
        color: #fff;
        margin: 60px 0 50px; } }
    @media (max-width: 991px) {
      .box-contact-info .block-contact .title_block {
        margin: 30px 0 20px; } }
    @media (max-width: 480px-max) {
      .box-contact-info .block-contact .title_block {
        margin: 20px 0 10px; }
        .box-contact-info .block-contact .title_block li {
          margin-bottom: 10px !important; } }
    .box-contact-info .block-contact .title_block:before {
      left: 0%;
      margin-left: 0px; }
      .rtl .box-contact-info .block-contact .title_block:before {
        right: 0%;
        left: auto; }
      .rtl .box-contact-info .block-contact .title_block:before {
        margin-right: 0px;
        margin-left: inherit; }
    .box-contact-info .block-contact .title_block:after {
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden; }
  .box-contact-info .block-contact .collapse {
    display: block; }
  .box-contact-info .ApColumn .block {
    margin-bottom: 0; }
  .box-contact-info a {
    color: #fff; }
    .box-contact-info a:hover {
      color: #e82c2a; }

.block-contact li {
  margin-bottom: 20px;
  padding: 0 0 0 42px;
  position: relative; }
  .rtl .block-contact li {
    padding: 0 42px 0 0; }
  .block-contact li i {
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 21px; }
    .rtl .block-contact li i {
      right: 0;
      left: auto; }

.show-home3 {
  display: none; }

.box-10-best {
  text-align: center;
  margin-bottom: 60px; }
  .box-10-best .ApColumn .title_block {
    font-family: "gant_modernregular";
    font-size: 18px;
    margin: 0 0 10px; }
    .box-10-best .ApColumn .title_block:before {
      display: none; }
  .box-10-best img {
    margin: auto;
    max-width: 100%; }
  .box-10-best a {
    display: inline-block;
    padding: 0 35px;
    height: 42px;
    line-height: 42px;
    -moz-box-shadow: 0 0 0 2px #e82c2a inset;
    -webkit-box-shadow: 0 0 0 2px #e82c2a inset;
    -o-box-shadow: 0 0 0 2px #e82c2a inset;
    -ms-box-shadow: 0 0 0 2px #e82c2a inset;
    box-shadow: 0 0 0 2px #e82c2a inset;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .box-10-best a:hover {
      -moz-box-shadow: 0 0 0 25px #e82c2a inset;
      -webkit-box-shadow: 0 0 0 25px #e82c2a inset;
      -o-box-shadow: 0 0 0 25px #e82c2a inset;
      -ms-box-shadow: 0 0 0 25px #e82c2a inset;
      box-shadow: 0 0 0 25px #e82c2a inset;
      color: #fff; }

.box-comment-h3 {
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .box-comment-h3 {
      margin-bottom: 30px;
      min-height: 330px !important; } }
  @media (max-width: 480px) {
    .box-comment-h3 {
      min-height: 340px !important; } }
  .box-comment-h3 .block_carousel {
    max-width: 780px;
    width: 90%;
    margin: 120px auto 0; }
    @media (max-width: 991px) {
      .box-comment-h3 .block_carousel {
        margin: 10px auto; } }
    @media (max-width: 480px-max) {
      .box-comment-h3 .block_carousel {
        padding-top: 20px; } }
    @media (max-width: 480px) {
      .box-comment-h3 .block_carousel {
        padding-top: 10px; } }
  @media (min-width: 481px) {
    .box-comment-h3 .block-carousel-image-container {
      padding: 20px 20px 20px 160px; }
      .rtl .box-comment-h3 .block-carousel-image-container {
        padding: 20px 160px 20px 20px; } }
  .box-comment-h3 .block-carousel-container {
    border: 3px solid rgba(255, 255, 255, 0.32);
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    margin: 10px;
    position: relative; }
    .box-comment-h3 .block-carousel-container .title {
      font-size: 12px; }
      @media (min-width: 481px) {
        .box-comment-h3 .block-carousel-container .title {
          position: absolute;
          top: 140px;
          left: 10px;
          width: 150px; }
          .rtl .box-comment-h3 .block-carousel-container .title {
            right: 10px;
            left: auto; } }
      @media (max-width: 480px) {
        .box-comment-h3 .block-carousel-container .title {
          padding: 10px; } }
      .box-comment-h3 .block-carousel-container .title span {
        font-family: "gant_modernbold";
        display: block; }
    @media (min-width: 481px) {
      .box-comment-h3 .block-carousel-container img {
        border: 3px solid #fff;
        width: 139px;
        position: absolute;
        top: -10px;
        left: -10px; }
        .rtl .box-comment-h3 .block-carousel-container img {
          right: -10px;
          left: auto; } }
    .box-comment-h3 .block-carousel-container .descript {
      padding: 20px; }
      @media (max-width: 480px) {
        .box-comment-h3 .block-carousel-container .descript {
          padding: 10px; } }
      .box-comment-h3 .block-carousel-container .descript:after {
        content: "";
        display: block;
        clear: both; }
      .box-comment-h3 .block-carousel-container .descript a {
        display: block;
        position: relative;
        margin-top: 80px;
        color: #fff;
        font-size: 12px;
        font-style: italic;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        @media (min-width: 481px) {
          .box-comment-h3 .block-carousel-container .descript a {
            margin-top: 40px; } }
        .box-comment-h3 .block-carousel-container .descript a:hover {
          color: #e82c2a; }
        .box-comment-h3 .block-carousel-container .descript a:after {
          content: "";
          width: 80px;
          height: 1px;
          background: #fff;
          position: absolute;
          left: 0;
          top: -30px; }
          .rtl .box-comment-h3 .block-carousel-container .descript a:after {
            right: 0;
            left: auto; }
          @media (min-width: 481px) {
            .box-comment-h3 .block-carousel-container .descript a:after {
              top: -20px; } }

.box-electrict {
  text-align: center;
  margin-bottom: 40px;
  position: relative; }
  .box-electrict .video {
    display: none; }
  .box-electrict .ApColumn {
    position: static; }
  .box-electrict .electric-wapper {
    position: relative;
    min-height: 480px; }
    @media (max-width: 480px) {
      .box-electrict .electric-wapper .img-link img {
        margin: auto;
        max-width: 100%; } }
    @media (max-width: 480px) {
      .box-electrict .electric-wapper .img-link.img-video {
        position: relative; } }
    .box-electrict .electric-wapper .img-link.img-video:before {
      content: 'play_circle_filled';
      font-family: "Material Icons";
      font-size: 60px;
      color: #fff;
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -42px;
      text-align: center;
      position: absolute;
      z-index: 9; }
    .box-electrict .electric-wapper .img-link:hover {
      z-index: 9;
      -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
      .box-electrict .electric-wapper .img-link:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  .box-electrict .ApHtml {
    z-index: 10; }
    @media (min-width: 992px) {
      .box-electrict .ApHtml {
        text-align: left;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        right: 9px;
        color: #999;
        background: #fff;
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        padding: 35px 40px;
        max-width: 379px; }
        .rtl .box-electrict .ApHtml {
          text-align: right; }
        .rtl .box-electrict .ApHtml {
          left: 9px;
          right: auto; }
        .box-electrict .ApHtml:hover {
          -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
          -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
          -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
          -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.4); }
        .box-electrict .ApHtml h4.title_block {
          margin-bottom: 40px;
          text-align: left;
          padding-top: 0; }
          .box-electrict .ApHtml h4.title_block:before {
            left: 0;
            margin-left: 0; }
            .rtl .box-electrict .ApHtml h4.title_block:before {
              right: 0;
              left: auto; }
            .rtl .box-electrict .ApHtml h4.title_block:before {
              margin-right: 0;
              margin-left: inherit; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .box-electrict .ApHtml {
        max-width: 309px; } }
    .box-electrict .ApHtml a {
      display: inline-block;
      line-height: 42px;
      padding: 0 35px;
      color: #fff;
      -moz-box-shadow: 0 0 0 25px #e82c2a inset;
      -webkit-box-shadow: 0 0 0 25px #e82c2a inset;
      -o-box-shadow: 0 0 0 25px #e82c2a inset;
      -ms-box-shadow: 0 0 0 25px #e82c2a inset;
      box-shadow: 0 0 0 25px #e82c2a inset;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      text-transform: uppercase;
      margin-top: 40px; }
      .box-electrict .ApHtml a:hover {
        color: #e82c2a;
        -moz-box-shadow: 0 0 0 2px #e82c2a inset;
        -webkit-box-shadow: 0 0 0 2px #e82c2a inset;
        -o-box-shadow: 0 0 0 2px #e82c2a inset;
        -ms-box-shadow: 0 0 0 2px #e82c2a inset;
        box-shadow: 0 0 0 2px #e82c2a inset; }

@media (min-width: 481px) {
  .electric-wapper {
    min-height: 479px; }
    .electric-wapper .img-link {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      position: absolute;
      margin-bottom: 0;
      background: #000; }
      .electric-wapper .img-link img {
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .electric-wapper .img-link.first {
        bottom: 0;
        left: 9px; }
        .rtl .electric-wapper .img-link.first {
          right: 9px;
          left: auto; }
      .electric-wapper .img-link.midder {
        left: 50%;
        margin-left: -189px;
        top: 50%;
        margin-top: -142px;
        z-index: 3; }
      .electric-wapper .img-link.last {
        top: 0;
        right: 9px; }
        .rtl .electric-wapper .img-link.last {
          left: 9px;
          right: auto; }
      .electric-wapper .img-link.img-video {
        cursor: pointer;
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); } }

.box-accessories {
  margin-bottom: 85px; }
  @media (max-width: 991px) {
    .box-accessories {
      margin-bottom: 15px; } }
  .box-accessories .ApHtml {
    margin-top: 65px;
    color: #999;
    background: #fff;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 35px 40px;
    max-width: 379px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 480px-max) {
      .box-accessories .ApHtml {
        background: rgba(255, 255, 255, 0.9); } }
    .box-accessories .ApHtml:hover {
      -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.4); }
    .box-accessories .ApHtml h4.title_block {
      margin-bottom: 40px;
      text-align: left;
      padding-top: 0; }
      .rtl .box-accessories .ApHtml h4.title_block {
        text-align: right; }
      .box-accessories .ApHtml h4.title_block:before {
        left: 0;
        margin-left: 0; }
        .rtl .box-accessories .ApHtml h4.title_block:before {
          right: 0;
          left: auto; }
        .rtl .box-accessories .ApHtml h4.title_block:before {
          margin-right: 0;
          margin-left: inherit; }
    .box-accessories .ApHtml a {
      display: inline-block;
      line-height: 42px;
      padding: 0 35px;
      color: #fff;
      -moz-box-shadow: 0 0 0 25px #e82c2a inset;
      -webkit-box-shadow: 0 0 0 25px #e82c2a inset;
      -o-box-shadow: 0 0 0 25px #e82c2a inset;
      -ms-box-shadow: 0 0 0 25px #e82c2a inset;
      box-shadow: 0 0 0 25px #e82c2a inset;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      text-transform: uppercase;
      margin-top: 40px; }
      .box-accessories .ApHtml a:hover {
        color: #e82c2a;
        -moz-box-shadow: 0 0 0 2px #e82c2a inset;
        -webkit-box-shadow: 0 0 0 2px #e82c2a inset;
        -o-box-shadow: 0 0 0 2px #e82c2a inset;
        -ms-box-shadow: 0 0 0 2px #e82c2a inset;
        box-shadow: 0 0 0 2px #e82c2a inset; }

.box-spider {
  margin-bottom: 80px; }
  @media (min-width: 481px) {
    .box-spider {
      margin-bottom: 120px; }
      .box-spider .row {
        margin: 0; }
      .box-spider .ApColumn {
        padding: 0; } }
  .box-spider .video {
    display: none; }
  .box-spider .ApImage {
    position: relative; }
  .box-spider .image_description {
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 75px;
    font-size: 24px;
    color: #fff;
    text-transform: capitalize; }
    @media (max-width: 991px) {
      .box-spider .image_description {
        left: 40px;
        right: 40px;
        bottom: 60px; } }
    @media (max-width: 480px-max) {
      .box-spider .image_description {
        left: 20px;
        right: 20px;
        bottom: 40px; } }
    @media (max-width: 480px) {
      .box-spider .image_description {
        left: 10px;
        right: 10px;
        bottom: 20px; } }
    .box-spider .image_description p {
      margin: 0; }
    .box-spider .image_description a {
      display: inline-block;
      font-size: 12px;
      line-height: 42px;
      margin-top: 25px;
      padding: 0 25px;
      background: #fff;
      clear: both;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      text-transform: uppercase; }
      .box-spider .image_description a:hover {
        background: #e82c2a;
        color: #fff; }
  .box-spider .spider-video {
    position: relative;
    background: #000;
    cursor: pointer; }
    .box-spider .spider-video:before {
      content: 'play_circle_filled';
      font-family: "Material Icons";
      font-size: 60px;
      color: #fff;
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -42px;
      text-align: center;
      position: absolute;
      z-index: 9;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .box-spider .spider-video img {
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .box-spider .spider-video:hover:before {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5); }
    .box-spider .spider-video:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.box-sale-off {
  margin-bottom: 10px;
  text-align: center; }
  @media (max-width: 480px) {
    .box-sale-off {
      margin-bottom: 80px; } }
  .box-sale-off .ApImage {
    margin: 0;
    position: relative; }
  .box-sale-off h3 {
    margin: 0;
    padding: 20px 0 37px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 24px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .box-sale-off h3 {
        top: -90px; } }
  .box-sale-off h4 {
    color: #6a60a9;
    margin: 0;
    padding: 20px 0 30px;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: -3px; }
    @media (max-width: 991px) {
      .box-sale-off h4 {
        bottom: 10px; } }
    @media (max-width: 480px) {
      .box-sale-off h4 {
        bottom: -40px; } }
  .box-sale-off a {
    padding: 0 30px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 42px;
    background: #fff;
    -moz-box-shadow: 0 0 0 1px #e82c2a inset;
    -webkit-box-shadow: 0 0 0 1px #e82c2a inset;
    -o-box-shadow: 0 0 0 1px #e82c2a inset;
    -ms-box-shadow: 0 0 0 1px #e82c2a inset;
    box-shadow: 0 0 0 1px #e82c2a inset;
    position: relative;
    top: -44px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .box-sale-off a:hover {
      -moz-box-shadow: 0 0 0 25px #e82c2a inset;
      -webkit-box-shadow: 0 0 0 25px #e82c2a inset;
      -o-box-shadow: 0 0 0 25px #e82c2a inset;
      -ms-box-shadow: 0 0 0 25px #e82c2a inset;
      box-shadow: 0 0 0 25px #e82c2a inset;
      color: #fff; }
    @media (max-width: 991px) {
      .box-sale-off a {
        top: 40px; } }
    @media (max-width: 480px) {
      .box-sale-off a {
        top: 90px; } }

.box-appstore {
  margin-bottom: 60px; }
  .box-appstore .ApRawHtml {
    margin-top: 120px;
    line-height: 24px;
    color: #fff;
    max-width: 300px; }
  .box-appstore .app-title {
    margin: 0 0 20px; }
    .box-appstore .app-title a {
      display: inline-block;
      color: #f7f4f4;
      font-size: 14px;
      -moz-box-shadow: 0 0 0 25px #e82c2a inset;
      -webkit-box-shadow: 0 0 0 25px #e82c2a inset;
      -o-box-shadow: 0 0 0 25px #e82c2a inset;
      -ms-box-shadow: 0 0 0 25px #e82c2a inset;
      box-shadow: 0 0 0 25px #e82c2a inset;
      text-transform: uppercase;
      font-family: "gant_modernbold";
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      line-height: 42px;
      padding: 0 15px; }
      .box-appstore .app-title a:hover {
        -moz-box-shadow: 0 0 0 1px #e82c2a inset;
        -webkit-box-shadow: 0 0 0 1px #e82c2a inset;
        -o-box-shadow: 0 0 0 1px #e82c2a inset;
        -ms-box-shadow: 0 0 0 1px #e82c2a inset;
        box-shadow: 0 0 0 1px #e82c2a inset;
        color: #e82c2a; }
  .box-appstore .app-des {
    margin: 0 0 20px; }
    @media (max-width: 991px) {
      .box-appstore .app-des {
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 5px; } }
  .box-appstore .app-btn a {
    width: 135px;
    height: 40px;
    display: inline-block;
    vertical-align: top; }
    .box-appstore .app-btn a.btn-app {
      margin-right: 25px; }
      .rtl .box-appstore .app-btn a.btn-app {
        margin-left: 25px;
        margin-right: inherit; }

@media (min-width: 992px) {
  .box-car .iview {
    height: auto !important; } }
.box-car .tabs-top {
  position: relative; }
.box-car .nav-tabs {
  text-align: center;
  border: 0; }
  @media (min-width: 992px) {
    .box-car .nav-tabs {
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      z-index: 9; } }
  @media (min-width: 1200px) {
    .box-car .nav-tabs {
      top: 40px; } }
  .box-car .nav-tabs > li {
    display: inline-block;
    float: none !important;
    overflow: hidden;
    position: relative;
    margin: 0 !important; }
    @media (max-width: 991px) {
      .box-car .nav-tabs > li {
        -moz-box-shadow: 0 0 0 1px #e82c2a;
        -webkit-box-shadow: 0 0 0 1px #e82c2a;
        -o-box-shadow: 0 0 0 1px #e82c2a;
        -ms-box-shadow: 0 0 0 1px #e82c2a;
        box-shadow: 0 0 0 1px #e82c2a; } }
    .box-car .nav-tabs > li a {
      line-height: 42px;
      padding: 0 23px;
      color: #222;
      background: #fff;
      font-size: 12px;
      font-family: "gant_modernregular";
      border: 0 !important;
      border-radius: 0; }
      .box-car .nav-tabs > li a.active {
        background: #e82c2a !important;
        color: #fff !important; }
        .box-car .nav-tabs > li a.active:before {
          display: none; }
    .box-car .nav-tabs > li:first-child {
      -moz-border-radius: 21px 0px 0px 21px;
      -webkit-border-radius: 21px 0px 0px 21px;
      border-radius: 21px 0px 0px 21px;
      left: 2px; }
      .rtl .box-car .nav-tabs > li:first-child {
        -moz-border-radius: 0px 21px 21px 0px;
        -webkit-border-radius: 0px 21px 21px 0px;
        border-radius: 0px 21px 21px 0px; }
    .box-car .nav-tabs > li:last-child {
      -moz-border-radius: 0px 21px 21px 0px;
      -webkit-border-radius: 0px 21px 21px 0px;
      border-radius: 0px 21px 21px 0px;
      right: 1px; }
      .rtl .box-car .nav-tabs > li:last-child {
        -moz-border-radius: 21px 0px 0px 21px;
        -webkit-border-radius: 21px 0px 0px 21px;
        border-radius: 21px 0px 0px 21px; }
    .box-car .nav-tabs > li.active a, .box-car .nav-tabs > li:hover a {
      background: #e82c2a;
      color: #fff; }
      .box-car .nav-tabs > li.active a:before, .box-car .nav-tabs > li:hover a:before {
        display: none; }

.LeoImageToolboxContainer {
  margin-bottom: 20px; }
  .LeoImageToolboxContainer #apimage360-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px; }
  .LeoImageToolboxContainer .LeoImageToolboxMessage {
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    padding: 90px 0 10px;
    line-height: 20px;
    position: relative; }
    .LeoImageToolboxContainer .LeoImageToolboxMessage:before {
      content: "";
      position: absolute;
      width: 30px;
      height: 2px;
      background: #e82c2a;
      bottom: 0;
      left: 50%;
      margin-left: -15px; }

#apimage360-slider {
  width: 315px;
  max-width: 100%;
  height: 6px;
  margin: 15px auto;
  border: 0;
  background: #ececec; }
  @media (max-width: 480px) {
    #apimage360-slider {
      width: 220px; } }
  #apimage360-slider a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #e82c2a;
    -moz-box-shadow: 0 0 0 7px rgba(232, 44, 42, 0.15);
    -webkit-box-shadow: 0 0 0 7px rgba(232, 44, 42, 0.15);
    -o-box-shadow: 0 0 0 7px rgba(232, 44, 42, 0.15);
    -ms-box-shadow: 0 0 0 7px rgba(232, 44, 42, 0.15);
    box-shadow: 0 0 0 7px rgba(232, 44, 42, 0.15);
    cursor: e-resize;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 0;
    top: -23px; }
    #apimage360-slider a:before {
      content: "\f0d9";
      font-family: "FontAwesome";
      padding: 0 2px; }
    #apimage360-slider a:after {
      content: "\f0da";
      font-family: "FontAwesome";
      padding: 0 2px; }
    #apimage360-slider a:hover {
      background: #a90c0a; }

.header-container {
  background: #fff; }

.box-htop {
  background: #222;
  position: relative; }
  @media (min-width: 992px) {
    .box-htop {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 100%;
      margin: 0; } }
  @media (max-width: 991px) {
    .box-htop {
      margin: 0; } }
  .box-htop .col-logo {
    text-align: center; }
    @media (max-width: 991px) {
      .box-htop .col-logo {
        padding: 30px 0 10px; } }
    .box-htop .col-logo a {
      display: inline-block;
      vertical-align: top; }
  @media (max-width: 991px) {
    .box-htop .col-info {
      position: static; } }
  @media (min-width: 992px) {
    .box-htop .col-menu {
      text-align: center; } }
  @media (max-width: 991px) {
    .box-htop .col-menu {
      position: static; } }
  .box-htop .col-menu .leo-megamenu.navbar {
    vertical-align: top;
    text-align: left;
    position: static; }
    @media (max-width: 991px) {
      .box-htop .col-menu .leo-megamenu.navbar {
        display: inline-block; } }
    .rtl .box-htop .col-menu .leo-megamenu.navbar {
      text-align: right; }
  .box-htop .popup-over {
    float: right; }
    .rtl .box-htop .popup-over {
      float: left; }
    .box-htop .popup-over a.popup-title {
      color: #fff; }
      .box-htop .popup-over a.popup-title span {
        display: none; }
      .box-htop .popup-over a.popup-title i {
        font-size: 16px;
        width: 20px;
        text-align: center; }
    .box-htop .popup-over:hover a.popup-title, .box-htop .popup-over.open a.popup-title {
      color: #e82c2a; }
  .box-htop .search-widget {
    width: auto; }
    @media (max-width: 480px) {
      .box-htop .search-widget {
        position: static; } }
    .box-htop .search-widget .popup-content {
      display: none;
      position: absolute;
      width: 280px;
      z-index: 9999;
      border-radius: 0; }
      @media (max-width: 480px) {
        .box-htop .search-widget .popup-content {
          top: 100%;
          left: 9px;
          right: 9px;
          width: auto;
          margin-top: 9px; } }
  .box-htop #cart-block .header {
    color: #fff; }
    .box-htop #cart-block .header a {
      color: #fff; }

.leo-modal .modal-title {
  font-family: "gant_modernregular";
  font-size: 14px;
  font-weight: 400; }
  .leo-modal .modal-title a {
    font-family: "gant_modernbold";
    font-size: 12px;
    text-transform: uppercase; }

.hide {
  display: none; }

.dropdown-menu {
  text-align: left;
  right: auto;
  left: 0;
  font-size: 14px; }
  .rtl .dropdown-menu {
    text-align: right; }
  .rtl .dropdown-menu {
    right: 0;
    left: auto; }

.navbar-header .navbar-toggler {
  width: 40px;
  background: #fff;
  border-radius: 0;
  border: 0;
  outline: 0;
  padding: 0;
  line-height: 44px;
  margin: 15px 0 0; }

.leo-modal-review .has-success label,
.leo-modal-review .has-danger label {
  font-weight: 400; }

.btn-secondary:hover,
.btn-tertiary:hover {
  color: #fff;
  background-color: #e82c2a; }

@media (min-width: 1200px) {
  .box-htop {
    padding: 0 40px; }
    .box-htop #header_logo {
      text-align: left; }
      .rtl .box-htop #header_logo {
        text-align: right; }
    .box-htop .col-menu .leo-megamenu.navbar {
      display: inline-block; } }
@media (max-width: 991px) {
  .box-htop #header_logo {
    text-align: center; } }
@media (max-width: 1199px) {
  .leo-megamenu .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px; } }
/* Block leopartsfilter */
.box-fitle {
  margin: 0 auto 50px; }

.box-fitle .title_fitle {
  font-size: 20px;
  line-height: 35px;
  font-family: "gant_modernregular";
  text-transform: uppercase;
  padding: 40px 0 10px;
  margin: 0 0 20px;
  font-weight: normal;
  text-align: left; }

.rtl .box-fitle .title_fitle {
  text-align: right; }

.box-fitle .title_fitle:before {
  display: none; }

.box-fitle .title_fitle span {
  color: #999;
  text-transform: none;
  font-size: 14px;
  display: block; }

.box-fitle .title_fitle span span {
  color: #3ac569;
  display: inline; }

.box-fitle .fitle-content {
  margin: 0 -9px; }

.box-fitle table {
  width: 100%; }

.box-fitle table tr {
  float: left;
  padding: 0 9px; }

@media (min-width: 992px) {
  .box-fitle table tr {
    width: 25%; } }
@media (max-width: 991px) {
  .box-fitle table tr {
    width: 50%; } }
@media (max-width: 768px) {
  .box-fitle table tr {
    width: 100%; } }
.rtl .box-fitle table tr {
  float: right; }

.box-fitle table tr > td:nth-child(1) {
  display: none !important; }

.box-fitle table td {
  padding: 0;
  display: block;
  width: 100%; }

.box-fitle table select {
  width: 100%;
  height: 50px;
  border: 1px solid #e8e8e8;
  border-bottom: 2px solid #e82c2a;
  font-size: 13px;
  color: #999;
  padding: 0 15px;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0 0 10px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer; }
  .box-fitle table select[disabled="disabled"] {
    cursor: auto; }

.box-fitle .label {
  width: 100%;
  display: block;
  padding: 0;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  color: #fff;
  -moz-box-shadow: 0 0 0 30px #e82c2a inset;
  -webkit-box-shadow: 0 0 0 30px #e82c2a inset;
  -o-box-shadow: 0 0 0 30px #e82c2a inset;
  -ms-box-shadow: 0 0 0 30px #e82c2a inset;
  box-shadow: 0 0 0 30px #e82c2a inset;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "gant_modernbold";
  text-align: center; }

.box-fitle .label:hover {
  -webkit-box-shadow: 0 0 0 2px #e82c2a inset;
  box-shadow: 0 0 0 2px #e82c2a inset;
  color: #e82c2a; }

.box-fitle .label i {
  font-weight: normal;
  font-size: 14px; }

.box-fitle #process {
  padding-left: 0 !important;
  padding-top: 0 !important;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -30px; }

.box-htoph2 {
  position: relative; }
  @media (min-width: 1200px) {
    .box-htoph2 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; } }
  @media (max-width: 1199px) {
    .box-htoph2 .col-logo {
      text-align: center; } }
  @media (max-width: 991px) {
    .box-htoph2 {
      padding-top: 20px; }
      .box-htoph2 .col-menu {
        position: static; } }

#header_logo {
  padding: 15px 0; }

.header-navh2 {
  color: #999; }
  .header-navh2 a {
    color: #999; }
    .header-navh2 a:hover {
      color: #e82c2a; }
  @media (max-width: 480px) {
    .header-navh2 .currency-selector,
    .header-navh2 .language-selector-wrapper {
      margin: 0 10px 0 0; }
      .rtl .header-navh2 .currency-selector, .rtl
      .header-navh2 .language-selector-wrapper {
        margin: 0 0 0 10px; }
      .header-navh2 .currency-selector .popup-content,
      .header-navh2 .language-selector-wrapper .popup-content {
        right: auto;
        left: 0; }
        .rtl .header-navh2 .currency-selector .popup-content, .rtl
        .header-navh2 .language-selector-wrapper .popup-content {
          right: 0;
          left: auto; } }
  .header-navh2 .ApColumn > div {
    float: left;
    margin: 0; }
    .rtl .header-navh2 .ApColumn > div {
      float: right; }
    @media (min-width: 481px) {
      .header-navh2 .ApColumn > div.popup-over {
        margin: 0 0 0 20px; }
        .rtl .header-navh2 .ApColumn > div.popup-over {
          margin: 0 20px 0 0; } }
    .header-navh2 .ApColumn > div.popup-over a.popup-title {
      padding: 10px 0px;
      line-height: 20px;
      white-space: nowrap; }
      .header-navh2 .ApColumn > div.popup-over a.popup-title i {
        font-size: 14px;
        width: 20px;
        height: 20px;
        line-height: 18px;
        vertical-align: top; }
    .header-navh2 .ApColumn > div.popup-over a {
      color: #999; }
      .header-navh2 .ApColumn > div.popup-over a:hover {
        color: #e82c2a; }
    .header-navh2 .ApColumn > div.userinfo-selector {
      float: right;
      margin: 0; }
      .rtl .header-navh2 .ApColumn > div.userinfo-selector {
        float: left; }
      @media (min-width: 1200px) {
        .header-navh2 .ApColumn > div.userinfo-selector a.popup-title {
          display: none; }
        .header-navh2 .ApColumn > div.userinfo-selector .popup-content {
          display: block;
          position: static;
          z-index: 1;
          padding: 0;
          border: 0; }
          .header-navh2 .ApColumn > div.userinfo-selector .popup-content li {
            display: inline-block;
            padding: 0;
            vertical-align: top; }
            .header-navh2 .ApColumn > div.userinfo-selector .popup-content li a {
              padding: 10px 0 10px 20px;
              line-height: 20px;
              display: block; }
              .rtl .header-navh2 .ApColumn > div.userinfo-selector .popup-content li a {
                padding: 10px 20px 10px 0; } }
  .header-navh2 .ApRawHtml {
    padding: 10px 0;
    line-height: 20px; }
    @media (max-width: 480px) {
      .header-navh2 .ApRawHtml + div {
        clear: both; } }

.box-fitle.box-h2 {
  margin: 0 auto 50px; }
  @media (max-width: 991px) {
    .box-fitle.box-h2 {
      margin-bottom: 30px; } }

@media (min-width: 992px) {
  .box-fitle.box-h2 .block {
    bottom: 160px; }

  .layout-boxed-lg .box-fitle .block {
    bottom: 20px; }

  .layout-boxed-md .box-fitle .block {
    bottom: 10px;
    width: 320px; }
  .layout-boxed-md .box-fitle .ApColumn .title_block {
    margin: 0 0 10px;
    padding: 10px 15px 0px; }
  .layout-boxed-md .box-fitle table td select {
    margin: 0 auto 10px; } }
@media (min-width: 1200px) {
  .box-fitle.box-h2 {
    margin: 0 auto 50px; }
    .box-fitle.box-h2 .block {
      position: absolute;
      background: rgba(255, 255, 255, 0.85);
      bottom: 40px;
      width: 396px;
      left: 0;
      z-index: 9;
      text-align: center;
      margin: 0; }
      .rtl .box-fitle.box-h2 .block {
        right: 0;
        left: auto; }
    .box-fitle.box-h2 table tr {
      width: 100%;
      padding: 0; }
    .box-fitle.box-h2 table td {
      text-align: center; }
      .box-fitle.box-h2 table td select {
        width: 280px;
        margin: 0 auto 25px;
        background-color: #fff;
        border-top-color: #fff;
        border-left-color: #fff;
        border-right-color: #fff; }
    .box-fitle.box-h2 .title_fitle {
      line-height: 35px;
      font-family: 'gant_modernmedium';
      padding: 20px 45px 0px;
      margin: 0 0 20px;
      text-align: center; }
      .box-fitle.box-h2 .title_fitle span {
        line-height: 24px;
        font-family: "gant_modernregular"; } }
@media (min-width: 1400px) {
  .box-fitle.box-h2 .block {
    bottom: 140px; } }
.accordion_small_screen .title {
  position: relative; }
  .accordion_small_screen .title .float-xs-right {
    position: absolute;
    top: 0;
    right: 10px; }
    .rtl .accordion_small_screen .title .float-xs-right {
      left: 10px;
      right: auto; }
    .accordion_small_screen .title .float-xs-right .navbar-toggler {
      width: 30px;
      height: 30px;
      border: 0;
      margin: 0; }
    .accordion_small_screen .title .float-xs-right i {
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 22px;
      font-size: 20px; }

#mmy tr {
  margin: 0; }

.box-info.box-h3 {
  color: #666; }
  .box-info.box-h3 .footer_logo {
    text-align: center; }
  .box-info.box-h3 .ApHtml {
    max-width: 595px;
    margin: auto;
    font-size: 14px;
    text-align: center; }
  .box-info.box-h3 .block_newsletter {
    max-width: 380px;
    margin: auto; }
    .box-info.box-h3 .block_newsletter .title_block {
      display: none; }
  .box-info.box-h3 .block-social li a:before {
    font-size: 14px; }

.box-link-bottom.box-h3 a {
  color: #666; }
  .box-link-bottom.box-h3 a:hover {
    color: #fff; }
@media (min-width: 992px) {
  .box-link-bottom.box-h3 .ApBlockLink li {
    width: 50%;
    float: left;
    padding: 0 10px 0 0; }
    .rtl .box-link-bottom.box-h3 .ApBlockLink li {
      float: right; }
    .rtl .box-link-bottom.box-h3 .ApBlockLink li {
      padding: 0 0 0 10px; } }
.box-link-bottom.box-h3 .ApColumn .title_block {
  margin: 5px 0 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #292929; }
  @media (max-width: 991px) {
    .box-link-bottom.box-h3 .ApColumn .title_block {
      margin: 5px 0 15px; } }

.ps-hidden-by-js {
  display: none; }

b, strong {
  font-weight: normal; }

a.label i {
  vertical-align: -4px; }

.cart-item .product-price {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 0; }
.cart-item .discount-percentage {
  padding: 0 6px;
  font-size: 14px;
  font-family: "gant_modernregular"; }

#my-account .page-header {
  margin: 25px 0;
  text-align: center; }

.js-customer-form .custom-checkbox {
  position: relative;
  display: block;
  padding: 0 0 0 35px; }
  .rtl .js-customer-form .custom-checkbox {
    padding: 0 35px 0 0; }
  .js-customer-form .custom-checkbox input[type="checkbox"] + span,
  .js-customer-form .custom-checkbox input[type="radio"] + span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0; }
    .rtl .js-customer-form .custom-checkbox input[type="checkbox"] + span, .rtl
    .js-customer-form .custom-checkbox input[type="radio"] + span {
      right: 0;
      left: auto; }

.footer_links {
  margin: 30px 0; }
  .footer_links li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0; }
    .rtl .footer_links li {
      margin: 0 0 0 15px; }
    .footer_links li a {
      background: none;
      border: 0;
      padding: 5px;
      font-size: 14px;
      color: #666;
      border-radius: 0;
      outline: 0;
      box-shadow: none; }
      .footer_links li a i {
        padding: 0 5px 0 0;
        font-size: 14px;
        width: auto;
        vertical-align: -2px; }
        .rtl .footer_links li a i {
          padding: 0 0 0 5px; }
      .footer_links li a:hover {
        color: #000;
        background: none; }

.leo-fake-button {
  display: none; }

textarea#delivery_message {
  width: 100%;
  height: 100px;
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 10px; }

.font-weight-bold {
  font-weight: normal;
  font-family: "gant_modernbold"; }

.modal-dialog .reviews_advices {
  display: none; }

#login-form .form-footer {
  text-align: center; }

.forgotten-password input {
  border-radius: 0; }
.forgotten-password .form-control-submit {
  font-size: 0;
  border: 0;
  border-radius: 0;
  height: 39px; }
  .forgotten-password .form-control-submit:before {
    content: "\f14d";
    font-family: FontAwesome;
    font-size: 14px; }

@media (max-width: 480px) {
  .search-widget form input[type=text] {
    min-width: 200px; }

  .ui-autocomplete {
    max-width: 95%; }
    .ui-autocomplete .ui-menu-item a {
      padding: 5px 10px;
      line-height: 1.2;
      font-size: 12px; }
      .ui-autocomplete .ui-menu-item a:hover, .ui-autocomplete .ui-menu-item a:active, .ui-autocomplete .ui-menu-item a:focus {
        color: #fff;
        background: #e82c2a; } }
#wrapper .search-widget a.popup-title {
  display: none; }
#wrapper .search-widget form {
  position: relative;
  float: none; }

.leo-compare-review-dropdown .dropdown-menu {
  max-width: 320px; }
.leo-compare-review-dropdown .review_content {
  white-space: normal; }
@media (max-width: 767px) {
  .leo-compare-review-dropdown .dropdown-item {
    padding: 10px; } }
.leo-compare-review-dropdown.open .dropdown-toggle::after {
  border-bottom: 0;
  border-top: 0.3em solid; }

.page-footer {
  text-align: center; }
  .page-footer .text-sm-center a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #333;
    border-radius: 25px; }
    .page-footer .text-sm-center a:hover, .page-footer .text-sm-center a:active, .page-footer .text-sm-center a:focus {
      border-color: #e82c2a;
      color: #e82c2a; }

.js-customer-form .custom-checkbox br {
  display: none; }
.js-customer-form .custom-checkbox em {
  display: block; }

.js-address-form .check_box_address_step label {
  display: inline; }

@media (max-width: 480px) {
  .leo-modal-send-wishlist .modal-footer button {
    width: 100%;
    margin: 3px 0; } }
@media (min-width: 992px) {
  .demo-product-detail {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
.demo-product-detail .widget-html {
  padding: 10px; }
  .demo-product-detail .widget-html a {
    display: block;
    border: 1px solid #eee;
    padding: 1px; }
    .demo-product-detail .widget-html a:hover {
      border: 1px solid #999; }

section.page-not-found {
  text-align: center; }

.leo-fly-cart-slidebar .leo-dropdown-cart-subtotals,
.leo-fly-cart-slidebar .cart-dropdow-viewcart {
  display: none !important; }
.leo-fly-cart-slidebar .leo-dropdown-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 115px; }
@media (min-width: 568px) {
  .leo-fly-cart-slidebar .leo-dropdown-total,
  .leo-fly-cart-slidebar .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;
    text-align: center; } }
.leo-fly-cart-slidebar .leo-dropdown-total .col-xl-6,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .col-xl-6 {
  width: 100%;
  padding: 0 8px; }
.leo-fly-cart-slidebar .leo-dropdown-total .value,
.leo-fly-cart-slidebar .leo-dropdown-total .label,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .value,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .label {
  display: block;
  width: 100%;
  text-align: center; }
.leo-fly-cart-slidebar .leo-dropdown-total .label,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .label {
  font-size: 20px;
  color: #000; }
.leo-fly-cart-slidebar .leo-dropdown-total .value,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .value {
  font-size: 20px;
  font-weight: 700; }

/*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; }

#blockcart-modal .cart-content a.btn,
.product-add-to-cart .product-quantity .add-to-cart,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout,
.continue.btn,
button.btn.btn-primary.center-block {
  background: #f11d22; }
  #blockcart-modal .cart-content a.btn:hover, #blockcart-modal .cart-content a.btn:focus,
  .product-add-to-cart .product-quantity .add-to-cart:hover,
  .product-add-to-cart .product-quantity .add-to-cart:focus,
  .leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,
  .leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,
  .continue.btn:hover,
  .continue.btn:focus,
  button.btn.btn-primary.center-block:hover,
  button.btn.btn-primary.center-block:focus {
    background: #cc1115; }

#category-products > .item,
#category-products2 > .item {
  display: none; }

.ui-menu .ui-menu-item a {
  font-size: 13px; }

.qty > .js-cart-line-product-quantity {
  width: 100%;
  text-align: center;
  border: 1px solid #ddd; }

/*# sourceMappingURL=styles.css.map */
