/***************************************************
  Mixins Themes
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes
/***************************************************/
/************************************
	Override Bootstrap
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/* Title Block */
.ApColumn .block {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .ApColumn .block {
      margin-bottom: 20px; } }
.ApColumn .title_block {
  font-size: 28px;
  text-align: center;
  font-family: Roboto;
  position: relative;
  text-transform: uppercase;
  padding: 50px 0 20px;
  letter-spacing: 2px; }

.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 {
  position: relative; }
  @media (min-width: 992px) {
    .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;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  border: 0;
  right: 0; }
  .rtl .block-toggler .navbar-toggler, .rtl .footer-container .links .navbar-toggler {
    left: 0;
    right: auto; }
  .block-toggler .navbar-toggler i, .footer-container .links .navbar-toggler i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
div.alert {
  padding-left: 35px; }
  .rtl div.alert {
    padding-right: 35px;
    padding-left: inherit; }

.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 35px;
  position: relative;
  letter-spacing: 1px; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 35px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 15px;
    top: 10px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 15px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning:before {
    content: "\f071"; }
  .alert.alert-info:before {
    content: "\f05a"; }
  .alert.alert-danger:before {
    content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 12px; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none;
  width: 100%; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #eee; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #eee;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #eee #eee #eee; }

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

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #eee; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eee;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #eee #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eee transparent #eee #eee;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eee; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eee;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #eee; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eee #eee #eee transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #c8ad78; }
    .widget-tabs li.active a {
      color: #c8ad78; }

.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: #c8ad78;
    font-size: 19px;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

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

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

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

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

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

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

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

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

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

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

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400; }
  .full-slider .content-slider p {
    margin-top: 30px;
    background: #c70005;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 10px; }
    .rtl .full-slider .carousel-control.left {
      right: 10px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 10px; }
    .rtl .full-slider .carousel-control.right {
      left: 10px;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eee; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

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

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block {
  margin: 0 !important;
  padding: 0 0 40px; }
  .manufacturers_block .image {
    text-align: center;
    padding: 10px; }
    .manufacturers_block .image a {
      display: inline-block;
      box-shadow: 0 5px 10px transparent;
      vertical-align: top;
      transition: all .4s;
      opacity: 0.5; }
      .manufacturers_block .image a:hover {
        opacity: 1; }
  .manufacturers_block .owl-theme .owl-buttons {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px; }

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

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

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

/* Instagram Block */
.instagram-block .owl-item a {
  display: block;
  overflow: hidden;
  position: relative; }
  .instagram-block .owl-item a:before {
    content: "\f16d";
    font-family: "FontAwesome";
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    z-index: 2;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .instagram-block .owl-item a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    z-index: 1; }
  .instagram-block .owl-item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  .instagram-block .owl-item a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .instagram-block .owl-item a img {
    width: 100%; }

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

@media (max-width: 1199px) {
  .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
  .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
  .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 9px;
    padding-left: 9px; }

  .container {
    padding-left: 9px;
    padding-right: 9px; }

  .owl-carousel .owl-item {
    padding: 0 9px; }

  .owl-row {
    margin-left: -9px;
    margin-right: -9px; }

  .row {
    margin-right: -9px;
    margin-left: -9px; }

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

#pagenotfound .page-not-found {
  text-align: center;
  box-shadow: none;
  padding: 30px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 40px;
  font-family: Roboto; }
  #pagenotfound .page-not-found .image-404 {
    margin-bottom: 40px; }
  #pagenotfound .page-not-found h1 {
    font-weight: 400;
    font-size: 100px;
    margin: 0 0 10px 0;
    font-family: Roboto;
    color: #ff847b; }
  #pagenotfound .page-not-found .btn {
    background: #282828;
    color: #fff;
    border: 0;
    padding: 20px 25px;
    margin-top: 40px; }
    #pagenotfound .page-not-found .btn:hover {
      background: #c8ad78;
      color: #fff; }

/*update CART*/
#checkout #wrapper {
  padding: 60px 0; }
#checkout #content > .row > div {
  position: relative; }
  #checkout #content > .row > div.col-md-8 {
    padding-top: 100px; }

body#checkout section.checkout-step {
  box-shadow: none;
  border: 0;
  padding: 0;
  outline: none;
  background: none; }
  body#checkout section.checkout-step#checkout-personal-information-step .content {
    padding: 0; }
    body#checkout section.checkout-step#checkout-personal-information-step .content > p {
      padding: 0 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:first-child {
        padding-top: 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:last-child {
        padding-bottom: 20px; }
  body#checkout section.checkout-step .content {
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    border-top-width: 3px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    position: static; }
  body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-size: 10px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 30px 5px;
    color: #999;
    font-family: Roboto;
    opacity: 1;
    letter-spacing: 0; }
    @media (max-width: 1199px) {
      body#checkout section.checkout-step .step-title {
        font-size: 11px; } }
    @media (max-width: 767px) {
      body#checkout section.checkout-step .step-title {
        font-size: 10px;
        line-height: 20px; } }
    body#checkout section.checkout-step .step-title:before {
      content: "";
      position: absolute;
      top: 15px;
      width: 100%;
      height: 2px;
      background: #ccc;
      left: 50%; }
      .rtl body#checkout section.checkout-step .step-title:before {
        right: 50%;
        left: auto; }
    body#checkout section.checkout-step .step-title .step-number {
      padding: 0;
      width: 28px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      background: #ccc;
      color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 50%;
      margin-left: -14px;
      font-family: Roboto; }
  body#checkout section.checkout-step.js-current-step .step-title {
    color: #000; }
    body#checkout section.checkout-step.js-current-step .step-title .step-number {
      background: #000; }
  body#checkout section.checkout-step:last-child .step-title:before {
    display: none; }
  body#checkout section.checkout-step:nth-child(1) .step-title {
    left: 0;
    z-index: 1; }
    .rtl body#checkout section.checkout-step:nth-child(1) .step-title {
      right: 0;
      left: auto; }
  body#checkout section.checkout-step:nth-child(2) .step-title {
    left: 25%;
    z-index: 2; }
    .rtl body#checkout section.checkout-step:nth-child(2) .step-title {
      right: 25%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(3) .step-title {
    left: 50%;
    z-index: 3; }
    .rtl body#checkout section.checkout-step:nth-child(3) .step-title {
      right: 50%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(4) .step-title {
    left: 75%;
    z-index: 4; }
    .rtl body#checkout section.checkout-step:nth-child(4) .step-title {
      right: 75%;
      left: auto; }

.cart-grid .card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#js-checkout-summary,
section.js-current-step {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#block-reassurance {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }
  #block-reassurance ul {
    margin: 0; }
  #block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #block-reassurance li:last-child {
      border: 0; }
  #block-reassurance li .block-reassurance-item {
    padding: 15px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    #block-reassurance li .block-reassurance-item img {
      opacity: 0.7;
      width: 25px;
      position: static;
      margin: 0 10px 0 0;
      height: auto; }
      .rtl #block-reassurance li .block-reassurance-item img {
        margin: 0 0 0 10px; }
    #block-reassurance li .block-reassurance-item span {
      font-size: 12px;
      line-height: 20px;
      color: #888; }

#checkout #checkout-personal-information-step .nav {
  margin: 0 !important; }
  #checkout #checkout-personal-information-step .nav:after {
    content: "";
    display: block;
    clear: both; }
  #checkout #checkout-personal-information-step .nav .nav-item {
    width: 50%;
    float: left;
    margin: 0;
    border-right: 1px solid #e1e1e1; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item {
      float: right; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
    #checkout #checkout-personal-information-step .nav .nav-item:nth-child(2) {
      display: none; }
    #checkout #checkout-personal-information-step .nav .nav-item:last-child {
      border: 0 !important; }
    #checkout #checkout-personal-information-step .nav .nav-item .nav-link {
      display: block;
      line-height: 20px;
      padding: 10px;
      text-transform: uppercase;
      text-align: center;
      border-bottom: 1px solid #e1e1e1;
      color: #ccc; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link.active {
        color: #282828;
        border-color: transparent; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link:hover {
        color: #282828; }
#checkout #checkout-personal-information-step .tab-content {
  padding: 20px; }
  #checkout #checkout-personal-information-step .tab-content .form-control {
    padding: 8px 15px;
    border: 1px solid #e1e1e1;
    height: 40px;
    color: #999;
    background-color: #fff;
    border-color: #e1e1e1;
    border-radius: 0;
    width: 100%; }
    #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
      padding: 8px 50px 8px 15px; }
      .rtl #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
        padding: 8px 15px 8px 50px; }
    #checkout #checkout-personal-information-step .tab-content .form-control:focus {
      outline: 0;
      border-color: #282828; }

body#checkout #wrapper .form-control {
  padding: 8px 15px;
  border: 1px solid #e1e1e1;
  height: 40px;
  color: #999;
  background-color: #fff;
  border-color: #e1e1e1;
  border-radius: 0;
  width: 100%;
  line-height: 25px;
  font-size: 14px; }
  body#checkout #wrapper .form-control.js-visible-password {
    padding: 8px 50px 8px 15px; }
    .rtl body#checkout #wrapper .form-control.js-visible-password {
      padding: 8px 15px 8px 50px; }
  body#checkout #wrapper .form-control:focus {
    outline: 0;
    border-color: #282828; }

body#checkout #wrapper [data-action="show-password"] {
  background: none;
  color: #888;
  height: 40px;
  border-radius: 0;
  margin: 0 -1px; }
  body#checkout #wrapper [data-action="show-password"]:hover {
    color: #282828; }

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #login-form,
body#checkout section.checkout-step #invoice-address {
  margin: 0; }
  body#checkout section.checkout-step #customer-form .form-control-comment,
  body#checkout section.checkout-step #login-form .form-control-comment,
  body#checkout section.checkout-step #invoice-address .form-control-comment {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #ccc; }
    .rtl body#checkout section.checkout-step #customer-form .form-control-comment, .rtl
    body#checkout section.checkout-step #login-form .form-control-comment, .rtl
    body#checkout section.checkout-step #invoice-address .form-control-comment {
      text-align: left; }
  @media (min-width: 768px) {
    body#checkout section.checkout-step #customer-form .form-group > .col-md-6,
    body#checkout section.checkout-step #login-form .form-group > .col-md-6,
    body#checkout section.checkout-step #invoice-address .form-group > .col-md-6 {
      width: 75%; } }
  body#checkout section.checkout-step #customer-form .input-group-btn,
  body#checkout section.checkout-step #login-form .input-group-btn,
  body#checkout section.checkout-step #invoice-address .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 4; }
    .rtl body#checkout section.checkout-step #customer-form .input-group-btn, .rtl
    body#checkout section.checkout-step #login-form .input-group-btn, .rtl
    body#checkout section.checkout-step #invoice-address .input-group-btn {
      left: 0;
      right: auto; }
    body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"] {
      font-size: 0; }
      body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"]:before {
        display: inline-block;
        font-family: FontAwesome;
        font-weight: 400;
        line-height: 1;
        content: "\F06E";
        font-size: 17px; }

body#checkout .custom-checkbox input[type="checkbox"],
body#checkout .custom-checkbox input[type="radio"] {
  width: 16px;
  height: 16px;
  z-index: 3; }
  body#checkout .custom-checkbox input[type="checkbox"] + span,
  body#checkout .custom-checkbox input[type="radio"] + span {
    width: 16px;
    height: 16px; }
    body#checkout .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
    body#checkout .custom-checkbox input[type="radio"] + span .checkbox-checked {
      font-size: 13px; }

body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -14px;
  background: #4CAF50;
  color: #fff;
  font-size: 16px;
  border-radius: 50%; }
body#checkout section.checkout-step.-reachable.-complete .step-title:before {
  background: #4caf50; }

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

body#checkout .custom-checkbox em {
  width: auto; }

.input-group.focus {
  outline: 0; }

body#checkout section.checkout-step .form-footer {
  margin: 30px 0 10px; }
  body#checkout section.checkout-step .form-footer button.btn {
    float: none !important;
    min-width: 50%; }

body#checkout section.checkout-step .forgot-password {
  margin: 0 !important;
  text-align: center; }

body#checkout .custom-checkbox em {
  color: #ccc; }
body#checkout .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: top; }
  body#checkout .custom-radio input[type="radio"] {
    width: 14px;
    height: 14px; }
    body#checkout .custom-radio input[type="radio"]:checked + span {
      width: 10px;
      height: 10px; }

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  position: absolute;
  margin: 0 0 0 -15px !important;
  width: 30px;
  height: 30px;
  text-align: center;
  left: 50%;
  top: -30px;
  font-size: 0;
  display: none; }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #282828 !important; }

body#checkout section.checkout-step .address-selector {
  display: block; }
  body#checkout section.checkout-step .address-selector hr {
    border: 0; }

body#checkout section.checkout-step .address-item.selected {
  border: #282828 1px solid; }
body#checkout section.checkout-step .address-item .radio-block {
  font-family: Roboto;
  display: block; }
body#checkout section.checkout-step .address-item .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: -7px; }
body#checkout section.checkout-step .address-item .address-alias {
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 20px; }
body#checkout section.checkout-step .address-item .address {
  line-height: 1.5;
  font-size: 12px; }

body#checkout section.checkout-step .address-footer {
  text-align: right; }
  .rtl body#checkout section.checkout-step .address-footer {
    text-align: left; }
  body#checkout section.checkout-step .address-footer .text-muted {
    padding: 6px 10px 5px;
    font-size: 12px;
    color: #282828 !important;
    border: 2px solid #282828;
    text-transform: uppercase;
    line-height: 20px;
    transition: all .4s; }
    body#checkout section.checkout-step .address-footer .text-muted .material-icons {
      display: none; }
    body#checkout section.checkout-step .address-footer .text-muted.edit-address:hover {
      background: #282828;
      color: #fff !important; }
    body#checkout section.checkout-step .address-footer .text-muted.delete-address {
      background: #282828;
      color: #fff !important; }
      body#checkout section.checkout-step .address-footer .text-muted.delete-address:hover {
        background: #fff;
        color: #282828 !important; }

@media (min-width: 768px) {
  section.checkout-step #delivery-address .form-fields .form-group > .col-md-6 {
    width: 75%; } }
@media (min-width: 768px) {
  section.checkout-step #delivery-address .form-fields .form-group > .col-md-3:last-child {
    width: 100%; } }

body#checkout section.checkout-step .add-address a {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize; }
  body#checkout section.checkout-step .add-address a .material-icons {
    background: #292929;
    color: #fff;
    margin: 0 5px 0 0;
    vertical-align: -2px; }
    .rtl body#checkout section.checkout-step .add-address a .material-icons {
      margin: 0 0 0 5px; }
  body#checkout section.checkout-step .add-address a:hover {
    color: #c8ad78; }
    body#checkout section.checkout-step .add-address a:hover .material-icons {
      background: #c8ad78; }

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

.btn-outline,
.btn,
.btn-primary {
  border-radius: 0;
  background: #292929;
  padding: 10px 20px;
  line-height: 20px;
  border: 0;
  transition: all .4s;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-family: Roboto;
  font-weight: 400; }
  .btn-outline:hover, .btn-outline:focus,
  .btn:hover,
  .btn:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    background: #666;
    color: #fff; }

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

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

textarea#delivery_message {
  width: 100%;
  height: 100px;
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 10px; }
  textarea#delivery_message:focus {
    border-color: #282828;
    outline: none; }

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

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

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

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

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

body#checkout #order-summary-content .col-md-12 > h4.black {
  font-size: 18px; }

.definition-list dl dd, .definition-list dl dt {
  width: 49%; }
  @media (max-width: 360px) {
    .definition-list dl dd, .definition-list dl dt {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

body#checkout #order-summary-content h4.h4 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content #order-items h3.h3 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.card {
  border-radius: 0; }

#content-hook_order_confirmation {
  text-align: center; }

#content-hook_order_confirmation {
  text-align: center;
  color: #999; }
  #content-hook_order_confirmation .card-title {
    font-size: 16px;
    margin: 0 0 20px; }
    #content-hook_order_confirmation .card-title i {
      vertical-align: -4px;
      margin-right: 15px; }
      .rtl #content-hook_order_confirmation .card-title i {
        margin-left: 15px;
        margin-right: inherit; }
  #content-hook_order_confirmation .card-block {
    padding: 30px 15px; }
  #content-hook_order_confirmation p {
    margin: 0; }

h5.aeuc_scart {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000; }

@media (min-width: 768px) {
  #order-confirmation #order-items {
    width: 66.66%;
    padding: 30px;
    border: 0; }
  #order-confirmation .page-order-confirmation .card-block {
    padding: 0; }
    #order-confirmation .page-order-confirmation .card-block > .row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  #order-confirmation #order-details {
    padding: 30px;
    border-left: 1px solid #dfdfdf; }
    .rtl #order-confirmation #order-details {
      border-right: 1px solid #dfdfdf;
      border-left: inherit; } }

.card {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1); }

#content-hook_payment_return {
  line-height: 1.35;
  margin: 0 0 50px; }

#cart-summary-product-list .media {
  margin-bottom: 15px; }

#order-items hr {
  border-top-color: #e1e1e1; }

h5.modal-title {
  font-weight: normal;
  font-family: Roboto;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: #888; }
  h5.modal-title a {
    color: #000; }
    h5.modal-title a:hover {
      color: #c8ad78; }

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

.register-form > p {
  text-align: center; }
.register-form .custom-checkbox {
  display: block;
  position: relative; }
  .register-form .custom-checkbox input[type="checkbox"], .register-form .custom-checkbox > span {
    position: absolute;
    top: 0;
    left: 0; }
    .rtl .register-form .custom-checkbox input[type="checkbox"], .rtl .register-form .custom-checkbox > span {
      right: 0;
      left: auto; }
.register-form .form-control-valign .radio-inline {
  margin: 10px 15px 0 0; }
  .rtl .register-form .form-control-valign .radio-inline {
    margin: 10px 0 0 15px; }
.register-form .input-group-btn {
  position: absolute;
  top: 0;
  right: 0px;
  display: block; }
  .rtl .register-form .input-group-btn {
    left: 0px;
    right: auto; }
  .register-form .input-group-btn .btn {
    font-size: 0;
    color: #ccc !important;
    background: none !important;
    border: 0; }
    .register-form .input-group-btn .btn:hover {
      color: #000 !important; }
    .register-form .input-group-btn .btn:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: 400;
      line-height: 1;
      content: "\f070";
      font-size: 17px; }
.register-form input[type="text"] + .input-group-btn .btn:before {
  content: "\f06e"; }
.register-form .form-footer {
  text-align: center; }
  .register-form .form-footer .form-control-submit {
    float: none !important;
    min-width: 200px; }

/*end update CART*/
.hidden,
.hide {
  display: none; }

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

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

@media (max-width: 991px) {
  .leo-megamenu.disable-canvas .navbar-nav > li.active > a,
  .leo-megamenu.disable-canvas .navbar-nav > li:hover > a,
  .leo-megamenu.disable-canvas .navbar-nav > li:focus > a {
    color: #fff; }
  .leo-megamenu.disable-canvas .navbar-nav > li > a {
    color: #fff; }
  .leo-megamenu.disable-canvas .dropdown-menu li a {
    color: #999; }
    .leo-megamenu.disable-canvas .dropdown-menu li a:hover {
      color: #c8ad78; }
  .leo-megamenu.disable-canvas .leo-megamenu .dropdown-menu {
    color: #999;
    background: #21212a; }
  .leo-megamenu.disable-canvas .dropdown-menu div.menu-title {
    margin: 10px 0 0;
    padding: 0; }
  .leo-megamenu.disable-canvas .widget-raw-html {
    margin: 0; }
  .leo-megamenu.disable-canvas .leo-top-menu {
    left: 9px;
    right: 9px; } }
/*end max 991*/
body#checkout section.checkout-step #customer-form .radio-inline {
  margin: 10px 10px 0 0; }
  .rtl body#checkout section.checkout-step #customer-form .radio-inline {
    margin: 10px 0 0 10px; }

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

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

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

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

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

.modal-footer .btn {
  margin: 1px;
  min-height: 40px;
  min-width: 120px; }
  @media (max-width: 480px) {
    .modal-footer .btn {
      width: 100%;
      margin: 2px 0; } }

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

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

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

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

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

/*end UPDATE HOME CSS*/
.leo-dropdown-bottom .leo-dropdown-cart-total {
  width: 100%; }

/*end UPDATE HOME CSS*/
.quickview .product-cover img {
  width: 100%; }

.product-actions .product-variants {
  display: block; }

.product-variants > .product-variants-item .color,
.product-variants > .product-variants-item .input-color {
  width: 34px;
  height: 34px;
  border-width: 2px;
  vertical-align: top; }

.product-variants > .product-variants-item .input-color {
  z-index: 1; }

.product-variants > .product-variants-item .color:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  color: #FFF;
  font-size: 12px;
  line-height: normal;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 26px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.product-variants > .product-variants-item .input-color:checked + span:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }

.product-variants > .product-variants-item .color .sr-only {
  background: #000;
  width: auto;
  height: auto;
  padding: 2px 10px;
  clip: inherit;
  color: #FFF;
  font-size: 12px;
  overflow: inherit;
  visibility: hidden;
  border-radius: 3px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .product-variants > .product-variants-item .color .sr-only:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 7px solid #000;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 6px; }

.product-variants > .product-variants-item .input-color:hover + .color .sr-only {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.product-variants > .product-variants-item .color {
  border: 3px solid #fff;
  width: 32px;
  height: 32px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.product-information .radio-label {
  padding: 6px 13px; }

.product-variants > .product-variants-item .input-color:checked + span,
.product-variants > .product-variants-item .input-color:hover + span {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }

.quickview .product-thumb-images .slick-list .slick-slide {
  padding: 5px 0; }

.product-thumb-images .thumb {
  border: 1px solid #ddd; }

@media (max-width: 567px) {
  .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    width: 100%;
    min-width: 100%; } }
.leo-megamenu .navbar-nav > li > a > .sub-title,
.off-canvas-nav-megamenu .navbar-nav > li > a > .sub-title {
  position: absolute;
  background: #d31d52;
  color: #fff;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  padding: 0 5px;
  bottom: 50%;
  left: 50%;
  margin-bottom: 12px;
  margin-left: 12px;
  border-radius: 5px;
  font-weight: normal; }

@media (min-width: 992px) {
  .box-listdetail {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.box-listdetail .leo-widget {
  padding: 0 10px; }

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

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

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

/*update css menu*/
.off-canvas-active > #page {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

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

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

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

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

/*end update css menu*/
#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: #c8ad78; }
  #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: #9f844d; }

.product-add-to-cart .product-quantity .add-to-cart[disabled] {
  background: #333; }

.product-line-actions .qty > input.js-cart-line-product-quantity {
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 10px; }

#content-hook-order-confirmation-footer .featured-products {
  margin-bottom: 30px; }

.card-block strong,
.card-block .font-weight-bold,
.card-block .aeuc_scart a,
.card-block .product-name {
  color: #333; }

.order-confirmation-table .font-weight-bold {
  color: #333; }

/*update product image more infor*/
.owl-carousel .owl-item {
  position: relative; }

.owl-carousel .owl-item:hover {
  z-index: 9; }

.leo-more-info .thumbs_list li a img {
  max-width: 100%; }

.leo-more-info .thumbs_list {
  margin-top: 35px; }

.leo-more-info .thumbs_list li a {
  margin: 0; }

.leo-more-info .thumbs_list li {
  padding: 5px;
  width: 80px; }

.leo-more-info .view_scroll_left,
.leo-more-info .view_scroll_right {
  width: 100%;
  text-align: center; }

.owl-item:not(.active) + .active + .active + .active + .active .thumbnail-container .leo-more-info,
.owl-item.active:nth-child(4) .thumbnail-container .leo-more-info {
  left: 0;
  right: auto; }

.owl-item:not(.active) + .active + .active + .active + .active .thumbnail-container:hover .leo-more-info,
.owl-item.active:nth-child(4) .thumbnail-container:hover .leo-more-info {
  width: 90px;
  opacity: 1;
  filter: alpha(opacity=100);
  right: auto;
  left: -90px; }

@media (max-width: 1439px) {
  .leo-more-info .thumbs_list {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 300px; }

  .leo-more-info .view_scroll_left {
    margin-top: 0px; } }
@media (max-width: 991px) {
  .leo-more-info {
    display: none; } }
.product-variants > .product-variants-item select {
  width: auto; }

/*end update product image more infor*/
.header-logo {
  padding: 10px 0; }
  .header-logo img {
    max-height: 90px; }
  @media (max-width: 991px) {
    .header-logo {
      padding: 30px 0 15px;
      text-align: center; } }

.latest-blogs {
  font-family: "proxima_nova_alt_condensedLt"; }
  .latest-blogs .blog-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    padding: 22px 20px; }
    .latest-blogs .blog-title a {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .latest-blogs .blog-desc {
    font-size: 16px; }
  .latest-blogs .blog_img_link {
    display: block;
    position: relative; }
    .latest-blogs .blog_img_link:before, .latest-blogs .blog_img_link:after {
      bottom: 20px;
      content: "";
      left: 20px;
      opacity: 0;
      position: absolute;
      right: 20px;
      top: 20px;
      transition: all 0.35s ease 0s;
      z-index: 1; }
    .latest-blogs .blog_img_link:before {
      border-bottom: 1px solid #fff;
      border-top: 1px solid #fff;
      -webkit-transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -o-transform: scale(0, 1); }
    .latest-blogs .blog_img_link:after {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -o-transform: scale(1, 0); }
    .latest-blogs .blog_img_link:hover:before, .latest-blogs .blog_img_link:hover:after {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }
  .latest-blogs .blog-meta {
    font-size: 12px;
    margin: 0 0 20px;
    color: #999;
    text-transform: uppercase; }
    .latest-blogs .blog-meta > span {
      display: inline-block;
      vertical-align: top;
      padding: 0 5px 0 0;
      margin: 0 5px 5px 0;
      line-height: 10px;
      border-right: 1px solid #ccc; }
      .rtl .latest-blogs .blog-meta > span {
        padding: 0 0 0 5px; }
      .rtl .latest-blogs .blog-meta > span {
        margin: 0 0 5px 5px; }
      .rtl .latest-blogs .blog-meta > span {
        border-left: 1px solid #ccc;
        border-right: inherit; }
      .latest-blogs .blog-meta > span:last-child {
        border: 0 !important; }
  .latest-blogs .left-block {
    margin: 0; }
  .latest-blogs .blog-viewall {
    float: none !important;
    text-align: right; }
    .rtl .latest-blogs .blog-viewall {
      text-align: left; }
    .latest-blogs .blog-viewall a.btn {
      padding: 0;
      margin: 20px 0 10px;
      background: none;
      color: #282828;
      font-size: 12px;
      border-bottom: 1px solid;
      line-height: 22px; }
      .latest-blogs .blog-viewall a.btn:hover {
        color: #c8ad78; }

@media (min-width: 992px) {
  .box-latestnews .latest-blogs {
    padding: 30px;
    background: #fff;
    margin: 0;
    border-radius: 4px; } }
@media (max-width: 991px) {
  .box-latestnews .ApColumn .block {
    margin-bottom: 0; } }

.carousel .direction {
  top: -69px; }

@media (max-width: 767px) {
  .carousel-control.left {
    right: 35px;
    left: auto; }
    .rtl .carousel-control.left {
      left: 35px;
      right: auto; } }
@media (max-width: 991px) {
  .leo-megamenu.disable-canvas .dropdown-menu {
    display: none; } }
@media (min-width: 768px) {
  .rtl #wrapper .breadcrumb ol {
    margin: auto auto auto 0; } }
.rtl .pagination .page-list i {
  transform: rotate(180deg); }

#criterions_list label {
  line-height: 10px; }

.leo-modal-review .form-group {
  margin-bottom: 10px; }

.new_review_form_content #criterions_list {
  padding: 15px 0 0; }

@media (max-width: 480px) {
  .products-selection .sort-by-row > div {
    max-width: 50%; }

  .leo-modal-review .new_review_form_content,
  .leo-modal-review .product-info {
    width: 100%; }

  .new_review_form_content .modal-footer {
    display: flex; }

  .new_review_form_content .modal-footer .btn {
    min-width: 0;
    width: 50%;
    font-size: 10px; } }
.modal-footer {
  text-align: right; }
  .rtl .modal-footer {
    text-align: left; }

#pagenotfound .page-content #search_widget .popup-content {
  opacity: 1;
  visibility: visible;
  transform: none; }

.leoquicklogin-cssload-speeding-wheel {
  width: 20px;
  height: 20px; }

.rtl .carousel div.direction {
  left: 90px;
  right: auto; }

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

.box-navh1 > .ApColumn {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
.box-navh1 .ApHtml {
  margin: 0 auto 0 0;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 20px; }
  .rtl .box-navh1 .ApHtml {
    margin: 0 0 0 auto; }
  @media (max-width: 767px) {
    .box-navh1 .ApHtml {
      position: absolute;
      bottom: 100%;
      left: -9px;
      right: -9px;
      padding: 0 10px;
      text-align: center;
      background: #222;
      color: #eee;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px; } }
.box-navh1 .search-widget {
  margin: 0 0 0 auto; }
  .rtl .box-navh1 .search-widget {
    margin: 0 auto 0 0; }
.box-navh1 p {
  margin-bottom: 0; }
.box-navh1 .popup-over a.popup-title {
  padding: 10px 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #838383; }
.box-navh1 .popup-over:hover a.popup-title {
  color: #c8ad78; }
.box-navh1 .popup-over .popup-content {
  font-size: 13px; }
  .box-navh1 .popup-over .popup-content li img {
    vertical-align: 0;
    margin: 0 5px 0 0; }
    .rtl .box-navh1 .popup-over .popup-content li img {
      margin: 0 0 0 5px; }
@media (max-width: 767px) {
  .box-navh1 {
    padding-top: 40px; } }
@media (max-width: 991px) {
  .box-navh1 .userinfo-selector {
    margin: 0 auto 0 0; }
    .rtl .box-navh1 .userinfo-selector {
      margin: 0 0 0 auto; }
  .box-navh1 .popup-over .popup-content {
    left: 0;
    right: auto; }
    .rtl .box-navh1 .popup-over .popup-content {
      right: 0;
      left: auto; }
    .box-navh1 .popup-over .popup-content:before, .box-navh1 .popup-over .popup-content:after {
      display: none; } }
@media (max-width: 480px) {
  .box-navh1 .popup-over a.popup-title {
    padding: 10px 5px;
    font-size: 10px; }
    .box-navh1 .popup-over a.popup-title span {
      padding: 0; }
  .box-navh1 #search_widget {
    position: static; }
    .box-navh1 #search_widget .search-inner input[type="text"] {
      width: 100%; } }

.box-htop .header-logo {
  padding: 30px 0;
  text-align: center; }

.box-morden {
  padding-top: 30px; }
  @media (min-width: 481px) {
    .box-morden {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (max-width: 480px) {
    .box-morden {
      text-align: center; } }
  @media (max-width: 991px) {
    .box-morden {
      padding-bottom: 10px; } }
  .box-morden .ApImage img {
    max-width: 100%; }
  .box-morden .ApHtml {
    font-size: 18px;
    font-family: "proxima_nova_alt_condensedLt";
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .box-morden .ApHtml {
        font-size: 16px;
        letter-spacing: 0; } }
    .box-morden .ApHtml h4 {
      font-size: 48px;
      line-height: 48px;
      margin: 0;
      font-family: Roboto;
      font-weight: 300;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .box-morden .ApHtml h4 {
          font-size: 40px;
          line-height: 40px; } }
      @media (max-width: 767px) {
        .box-morden .ApHtml h4 {
          font-size: 35px;
          line-height: 35px; } }

.nav.nav-tabs {
  text-align: center;
  margin-bottom: 30px; }
  .nav.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
    float: none !important; }
    .nav.nav-tabs > li > a.nav-link {
      padding: 0 20px;
      line-height: 32px;
      font-family: Roboto;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1px;
      border: 0; }
      .nav.nav-tabs > li > a.nav-link:hover {
        color: #222; }
      .nav.nav-tabs > li > a.nav-link.active {
        background-repeat: no-repeat;
        color: #222; }

.box-productabs {
  padding: 20px 0 30px; }
  .box-productabs .thumbnail-container {
    margin-top: 10px; }

.box-pocket {
  min-height: 510px;
  display: flex;
  align-items: center;
  padding: 30px 0;
  text-align: center; }
  @media (max-width: 991px) {
    .box-pocket {
      min-height: 400px; } }
  .box-pocket .ApHtml {
    font-family: Roboto;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0; }
    @media (max-width: 991px) {
      .box-pocket .ApHtml {
        font-size: 22px; } }
    @media (max-width: 480px) {
      .box-pocket .ApHtml {
        font-size: 20px; } }
    .box-pocket .ApHtml h2 {
      font-size: 60px;
      color: #fff;
      font-family: Roboto;
      margin: 0;
      line-height: 100px;
      letter-spacing: 5px;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .box-pocket .ApHtml h2 {
          font-size: 80px; } }
      @media (max-width: 480px) {
        .box-pocket .ApHtml h2 {
          font-size: 70px; } }
    .box-pocket .ApHtml a {
      color: #fff;
      background: #c8ad78;
      font-size: 12px;
      text-transform: uppercase;
      font-family: Roboto;
      height: 42px;
      line-height: 42px;
      display: inline-block;
      padding: 0 30px;
      border-radius: 21px;
      letter-spacing: 2px;
      transition: all 0.5s;
      margin-top: 25px; }
      .box-pocket .ApHtml a:hover {
        box-shadow: 0 0 0 22px #a0844e inset;
        background: transparent;
        color: #fff; }

.home-block-shipping {
  text-align: center;
  display: flex; }
  @media (max-width: 400px) {
    .home-block-shipping {
      display: block; } }
  .home-block-shipping .ApColumn {
    background: #f3f3f3; }
    .home-block-shipping .ApColumn:nth-child(2) {
      background: #f8f8f8; }
  .home-block-shipping .ApImage {
    margin: 0;
    padding: 80px 0; }
    @media (max-width: 480px) {
      .home-block-shipping .ApImage {
        padding: 50px 0; } }
    @media (max-width: 400px) {
      .home-block-shipping .ApImage {
        padding: 30px 0; } }
    .home-block-shipping .ApImage img {
      margin: 0 0 25px; }
    .home-block-shipping .ApImage .image_description {
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 18px;
      color: #3e3a3a;
      font-family: Roboto; }
      .home-block-shipping .ApImage .image_description p {
        margin: 0; }
      @media (max-width: 480px) {
        .home-block-shipping .ApImage .image_description {
          font-size: 14px;
          letter-spacing: 0; } }
    .home-block-shipping .ApImage:hover img {
      opacity: 0.8; }

.box-collection {
  padding: 30px 0 10px; }
  .box-collection .ApRawHtml {
    font-family: "proxima_nova_alt_condensedLt";
    letter-spacing: 1px;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    max-width: 550px;
    margin: 0 auto 40px; }

.widget-category_image {
  position: relative;
  text-align: center;
  overflow: hidden; }
  .widget-category_image img {
    transition: all 0.4s;
    max-width: 100%; }
  .widget-category_image .cat-infor {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 5px;
    letter-spacing: 2px;
    font-size: 18px;
    color: #fff;
    font-family: "proxima_nova_alt_condensedLt";
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s; }
    @media (max-width: 991px) {
      .widget-category_image .cat-infor {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .widget-category_image .cat-infor {
        font-size: 14px; } }
    .widget-category_image .cat-infor .cat-name {
      font-size: 26px;
      text-transform: uppercase;
      font-family: Roboto;
      letter-spacing: 1px;
      display: block; }
      @media (max-width: 991px) {
        .widget-category_image .cat-infor .cat-name {
          font-size: 22px;
          line-height: 1.3; } }
      @media (max-width: 767px) {
        .widget-category_image .cat-infor .cat-name {
          font-size: 18px; } }
      @media (max-width: 480px) {
        .widget-category_image .cat-infor .cat-name {
          font-size: 12px;
          letter-spacing: 0; } }
  .widget-category_image:hover img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    transform: scale(1.2); }
  .widget-category_image:hover .cat-infor {
    opacity: 1; }

.box-customreview .ApBlockCarousel {
  max-width: 820px;
  color: #3e3a3a;
  font-size: 33px;
  margin: auto;
  padding: 80px 15px;
  letter-spacing: 3px;
  text-align: center;
  font-family: "proxima_nova_alt_condensedLt"; }
  @media (max-width: 991px) {
    .box-customreview .ApBlockCarousel {
      font-size: 26px; } }
  @media (max-width: 480px) {
    .box-customreview .ApBlockCarousel {
      font-size: 22px; } }
  .box-customreview .ApBlockCarousel .block-carousel-image-container {
    position: relative;
    padding-bottom: 200px; }
    .box-customreview .ApBlockCarousel .block-carousel-image-container img {
      position: absolute;
      bottom: 70px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 50%; }
    .box-customreview .ApBlockCarousel .block-carousel-image-container .title {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      margin: auto;
      color: #838383;
      font-size: 16px;
      font-family: Roboto;
      letter-spacing: 0; }
  .box-customreview .ApBlockCarousel .owl-theme .owl-buttons {
    left: auto;
    top: auto;
    right: 50%;
    width: 70px;
    margin-right: -35px;
    height: 30px;
    bottom: -30px; }
@media (min-width: 768px) and (max-width: 991px) {
  .box-customreview.box-h3 .ApBlockCarousel {
    font-size: 24px;
    padding: 0 15px;
    letter-spacing: 1px; } }

.box-latesnews {
  padding: 80px 0 50px;
  text-align: center; }
  @media (max-width: 480px) {
    .box-latesnews {
      padding: 40px 0 20px; } }
  .box-latesnews .ApColumn .title_block {
    padding: 50px 0 0; }
  .box-latesnews .sub-title-widget {
    font-size: 16px;
    font-family: Roboto;
    margin: 0 0 50px; }

.box-manufacture {
  padding: 50px 0 30px; }

.block_newsletter {
  padding: 45px 0 60px;
  text-align: center;
  max-width: 680px;
  margin: auto;
  font-size: 16px;
  font-family: Roboto; }
  .block_newsletter .col-conditions {
    letter-spacing: 2px;
    margin-bottom: 40px;
    color: #999; }
  .block_newsletter input[type="text"] {
    max-width: 330px;
    margin: 0 auto 20px;
    height: 45px;
    border: 0;
    border-bottom: 1px solid #dadada;
    background: none;
    box-shadow: none;
    text-align: center;
    padding: 0;
    color: #838383;
    border-radius: 0;
    width: 100%;
    outline: none; }
    .block_newsletter input[type="text"]:focus {
      border-color: #333; }
  .block_newsletter .btn {
    background: #c8ad78;
    height: 36px;
    border: 1px solid transparent;
    padding: 0 25px;
    border-radius: 18px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Roboto;
    letter-spacing: 1px; }
    .block_newsletter .btn:hover {
      box-shadow: 0 0 0 20px #222222 inset;
      border-color: #222;
      background: none;
      color: #fff; }

.footer-container {
  font-size: 16px;
  font-family: Roboto;
  color: #aaa;
  letter-spacing: 1px;
  line-height: 25px; }
  @media (max-width: 480px) {
    .footer-container {
      font-size: 14px; } }
  .footer-container a {
    color: #aaa; }
    .footer-container a:hover {
      color: #373737; }

.box-footer {
  padding: 75px 0 20px; }
  .box-footer p {
    margin: 0; }
  .box-footer .ApLink ul:after {
    content: "";
    display: block;
    clear: both; }
  .box-footer .ApLink li {
    width: 50%;
    float: left;
    padding: 0 0 0 12px;
    position: relative;
    background: none;
    border: 0; }
    .rtl .box-footer .ApLink li {
      float: right; }
    .rtl .box-footer .ApLink li {
      padding: 0 12px 0 0; }
    .box-footer .ApLink li:before {
      content: "";
      top: 10px;
      width: 3px;
      height: 3px;
      background: #fff;
      position: absolute;
      left: 0; }
      .rtl .box-footer .ApLink li:before {
        right: 0;
        left: auto; }
    .box-footer .ApLink li a {
      display: block;
      font-size: 14px;
      line-height: 25px;
      text-transform: uppercase;
      transition: all .2s; }
      @media (max-width: 480px) {
        .box-footer .ApLink li a {
          font-size: 12px; } }
      .box-footer .ApLink li a:hover {
        padding: 0 0 0 5px; }
        .rtl .box-footer .ApLink li a:hover {
          padding: 0 5px 0 0; }
  .box-footer .ApColumn .title_block {
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin: 0 0 25px;
    padding: 0; }
    .rtl .box-footer .ApColumn .title_block {
      text-align: right; }
    @media (max-width: 991px) {
      .box-footer .ApColumn .title_block {
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 30px; } }
    @media (max-width: 480px) {
      .box-footer .ApColumn .title_block {
        font-size: 14px; } }
  @media (max-width: 991px) {
    .box-footer .ApColumn .block {
      margin-bottom: 10px; } }

.box-fbottom {
  padding: 45px 0 65px;
  text-align: center; }

.box-newletter.box-h2 .col-conditions {
  color: #fff; }
.box-newletter.box-h2 .ApColumn .title_block {
  color: #fff; }
.box-newletter.box-h2 .block_newsletter input[type="text"] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff; }

.box-newletter .ApColumn .title_block {
  font-size: 26px; }

.box-htoph2 .ApColumn .block {
  margin-bottom: 0; }
.box-htoph2 .header-logo {
  padding: 10px 0;
  text-align: center; }
  .box-htoph2 .header-logo a {
    line-height: 50px; }
  .box-htoph2 .header-logo img {
    max-height: 50px; }
.box-htoph2 .col-logo .ApImage {
  padding: 10px 0;
  text-align: center; }
  .box-htoph2 .col-logo .ApImage a {
    line-height: 50px; }
  .box-htoph2 .col-logo .ApImage img {
    max-height: 50px; }
.box-htoph2 .leo-megamenu .navbar-nav > li > a {
  padding: 25px 15px;
  height: 70px;
  color: #fff; }
.box-htoph2 .leo-megamenu .navbar-nav > li.active > a, .box-htoph2 .leo-megamenu .navbar-nav > li:hover > a {
  color: #c8ad78; }
.box-htoph2 .navbar-header .navbar-toggler {
  border: 1px solid #fff;
  color: #fff; }

@media (min-width: 401px) {
  .home-block-shipping.box-h2 {
    border-bottom: 1px solid #eee; } }
.home-block-shipping.box-h2 .ApColumn {
  background: none; }
  @media (min-width: 401px) {
    .home-block-shipping.box-h2 .ApColumn {
      border-right: 1px solid #eee; } }
  @media (max-width: 400px) {
    .home-block-shipping.box-h2 .ApColumn {
      border-bottom: 1px solid #eee; } }
  @media (min-width: 401px) {
    .home-block-shipping.box-h2 .ApColumn:last-child {
      border: 0; } }

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

.save-up-home-2 {
  color: #262626; }
  @media (min-width: 576px) {
    .save-up-home-2 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (max-width: 575px) {
    .save-up-home-2 {
      padding-top: 50px; } }
  .save-up-home-2 .ApHtml {
    text-align: center; }
    .save-up-home-2 .ApHtml h3 {
      font-size: 36px;
      font-family: Roboto;
      color: #262626;
      margin: 0;
      text-transform: none; }
      @media (max-width: 991px) {
        .save-up-home-2 .ApHtml h3 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .save-up-home-2 .ApHtml h3 {
          font-size: 25px; } }
    .save-up-home-2 .ApHtml h2 {
      font-family: Roboto;
      font-size: 54px;
      color: #262626;
      margin: 0 0 15px; }
      @media (max-width: 991px) {
        .save-up-home-2 .ApHtml h2 {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .save-up-home-2 .ApHtml h2 {
          font-size: 30px; } }
    .save-up-home-2 .ApHtml div:nth-child(3) {
      border: 1px solid #c1c1c1;
      border-width: 1px 0;
      font-family: Roboto;
      font-size: 12px;
      text-transform: uppercase;
      height: 36px;
      line-height: 34px;
      display: inline-block;
      margin: 0 0 27px; }
      @media (max-width: 991px) {
        .save-up-home-2 .ApHtml div:nth-child(3) {
          margin: 0 0 20px; } }
    .save-up-home-2 .ApHtml a {
      display: inline-block;
      background: #191919;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      height: 36px;
      line-height: 36px;
      padding: 0 25px;
      border-radius: 18px;
      transition: all 0.3s; }
      .save-up-home-2 .ApHtml a:hover {
        background: #c8ad78;
        color: #fff; }
  .save-up-home-2 .ApColumn .block {
    margin-bottom: 0; }
  .save-up-home-2 .ApImage img {
    max-width: 100%; }

.box-latesnews.box-h2 .ApColumn .title_block {
  color: #fff; }
.box-latesnews.box-h2 .latest-blogs .blog-title {
  padding-bottom: 15px; }
  .box-latesnews.box-h2 .latest-blogs .blog-title a {
    color: #fff; }
    .box-latesnews.box-h2 .latest-blogs .blog-title a:hover {
      color: #c8ad78; }
.box-latesnews.box-h2 .latest-blogs .blog-meta {
  margin: 0 0 10px; }
.box-latesnews.box-h2 .owl-theme .owl-buttons div:before {
  color: #fff; }
  .box-latesnews.box-h2 .owl-theme .owl-buttons div:before:hover {
    color: #c8ad78; }

.box-navh1.box-h3 .userinfo-selector {
  margin: 0 0 0 auto; }
  .rtl .box-navh1.box-h3 .userinfo-selector {
    margin: 0 auto 0 0; }
  @media (max-width: 991px) {
    .box-navh1.box-h3 .userinfo-selector .popup-content {
      left: auto;
      right: 0; }
      .rtl .box-navh1.box-h3 .userinfo-selector .popup-content {
        left: 0;
        right: auto; } }

.box-htoph3 {
  position: relative; }
  .box-htoph3 .col-menu,
  .box-htoph3 .leo-megamenu.navbar {
    position: static; }
  .box-htoph3 .ApColumn .block {
    margin-bottom: 0; }
  .box-htoph3 .header-logo {
    padding: 10px 0;
    text-align: center; }
    .box-htoph3 .header-logo a {
      line-height: 80px; }
    .box-htoph3 .header-logo img {
      max-height: 80px; }
  .box-htoph3 .col-logo .ApImage {
    padding: 10px 0;
    text-align: center; }
    .box-htoph3 .col-logo .ApImage a {
      line-height: 80px; }
    .box-htoph3 .col-logo .ApImage img {
      max-height: 80px; }
  @media (min-width: 992px) {
    .box-htoph3 .leo-megamenu .navbar-nav > li > a {
      padding: 40px 15px;
      height: 100px; } }
  @media (max-width: 767px) {
    .box-htoph3 .col-cart {
      text-align: right; }
      .rtl .box-htoph3 .col-cart {
        text-align: left; } }
  .box-htoph3 #search_widget,
  .box-htoph3 #cart-block {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .rtl .box-htoph3 #search_widget, .rtl
    .box-htoph3 #cart-block {
      text-align: right; }
  .box-htoph3 #search_widget a.popup-title {
    padding: 40px 15px; }
    @media (max-width: 991px) {
      .box-htoph3 #search_widget a.popup-title {
        padding: 25px 15px; } }
    .box-htoph3 #search_widget a.popup-title:before {
      top: 35px; }
      @media (max-width: 991px) {
        .box-htoph3 #search_widget a.popup-title:before {
          top: 25px; } }
  .box-htoph3 #cart-block .header {
    height: 100px;
    line-height: 100px; }
    @media (max-width: 991px) {
      .box-htoph3 #cart-block .header {
        height: 70px;
        line-height: 70px; } }

.box-bannerfeature .ApHtml {
  max-width: 620px;
  text-align: center;
  padding-bottom: 80px; }
.box-bannerfeature .row {
  margin: 0; }
.box-bannerfeature .ApColumn {
  padding: 0; }
  .box-bannerfeature .ApColumn .block {
    margin: auto;
    width: 100%; }
  @media (min-width: 481px) {
    .box-bannerfeature .ApColumn:nth-child(2) {
      display: flex;
      flex-direction: column-reverse; } }
.box-bannerfeature .ApImage {
  position: relative;
  overflow: hidden; }
  @media (max-width: 480px) {
    .box-bannerfeature .ApImage img {
      width: 100% !important; } }
  .box-bannerfeature .ApImage .image_description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.box-bannerfeature .feartured-link {
  height: 309px; }
  @media (max-width: 1199px) {
    .box-bannerfeature .feartured-link {
      height: 249px; } }
  @media (max-width: 991px) {
    .box-bannerfeature .feartured-link {
      height: 311px; } }
  @media (max-width: 480px) {
    .box-bannerfeature .feartured-link {
      height: 210px; } }
.box-bannerfeature a {
  display: block;
  height: 100%;
  text-align: center;
  color: #373737;
  background: #fafafa;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .box-bannerfeature a span, .box-bannerfeature a i {
    display: block; }
  .box-bannerfeature a .text-top {
    font-family: Roboto;
    font-size: 36px;
    text-transform: capitalize;
    line-height: 35px; }
  .box-bannerfeature a .text-center {
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0 0 30px;
    line-height: 35px; }
  .box-bannerfeature a:hover {
    background: #c8ad78;
    color: #fff; }
  .box-bannerfeature a:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    height: 100%; }
  .box-bannerfeature a .inner-link {
    display: inline-block;
    vertical-align: middle; }
.box-bannerfeature p {
  margin: 0;
  display: block;
  height: 100%; }
.box-bannerfeature .ApImage {
  position: relative; }
  .box-bannerfeature .ApImage a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    opacity: 0;
    filter: alpha(opacity=0); }
    .box-bannerfeature .ApImage a:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      background: rgba(200, 173, 120, 0.9);
      color: #fff; }

.box-modern {
  padding: 90px 0; }
  @media (min-width: 768px) {
    .box-modern {
      display: flex;
      align-items: center; } }
  @media (max-width: 991px) {
    .box-modern {
      padding: 50px 0; } }
  .box-modern .ApColumn .block {
    margin-bottom: 0; }
    .box-modern .ApHtml h4 {
      font-size: 42px;
      line-height: 1;
      margin: 0 0 25px;
      font-weight: 800;
      text-transform: capitalize;
      font-family: Roboto;
  }
    @media (max-width: 991px) {
      .box-modern .ApHtml h4 {
        font-size: 35px; } }

.box-freeshipping {
  padding: 90px 0 60px; }
  .box-freeshipping .ApImage {
    padding: 0 10px 0 95px;
    position: relative;
    color: #fff; }
    .rtl .box-freeshipping .ApImage {
      padding: 0 95px 0 10px; }
    .box-freeshipping .ApImage h4 {
      color: #fff;
      font-family: Roboto;
      text-transform: capitalize;
      margin: 0 0 10px;
      font-size: 20px; }
    .box-freeshipping .ApImage img {
      position: absolute;
      top: 0;
      left: 10px;
      transition: all 0.6s ease-in-out; }
      .rtl .box-freeshipping .ApImage img {
        right: 10px;
        left: auto; }
    .box-freeshipping .ApImage p:last-child {
      margin: 0; }
    .box-freeshipping .ApImage:hover img {
      transform: rotateY(360deg); }

@media (min-width: 768px) {
  .box-customreview.box-h3 {
    background: #373737;
    color: #fff;
    display: flex;
    align-items: center; }
    .box-customreview.box-h3 .ApColumn .block {
      margin-bottom: 0; }
    .box-customreview.box-h3 .owl-theme .owl-buttons div:before {
      color: #fff; }
      .box-customreview.box-h3 .owl-theme .owl-buttons div:before:hover {
        color: #c8ad78; } }
.box-customreview.box-h3 .ApBlockCarousel {
  font-size: 24px;
  margin: auto;
  padding: 30px;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    .box-customreview.box-h3 .ApBlockCarousel {
      color: #fff; }
      .box-customreview.box-h3 .ApBlockCarousel .block-carousel-image-container {
        padding-bottom: 40px;
        padding-top: 130px; }
        .box-customreview.box-h3 .ApBlockCarousel .block-carousel-image-container:after {
          content: "\f10d";
          font-family: "FontAwesome";
          font-size: 15px;
          line-height: 15px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0; }
        .box-customreview.box-h3 .ApBlockCarousel .block-carousel-image-container .title {
          bottom: 0px; }
        .box-customreview.box-h3 .ApBlockCarousel .block-carousel-image-container img {
          bottom: auto;
          top: 30px; } }
  @media (max-width: 767px) {
    .box-customreview.box-h3 .ApBlockCarousel {
      padding: 0 30px 30px;
      margin: 0 auto 20px; }
      .box-customreview.box-h3 .ApBlockCarousel .block-carousel-image-container {
        padding-bottom: 170px; } }

@media (min-width: 768px) {
  .box-latesnews.box-h3 {
    padding: 80px 0; }
    .box-latesnews.box-h3 .latest-blogs {
      padding: 0 30px; }
      .box-latesnews.box-h3 .latest-blogs .left-block {
        width: 50%;
        float: left; }
        .rtl .box-latesnews.box-h3 .latest-blogs .left-block {
          float: right; }
      .box-latesnews.box-h3 .latest-blogs .blog-title {
        padding: 20px 0 0; }
      .box-latesnews.box-h3 .latest-blogs .right-block {
        width: 50%;
        float: left;
        padding: 0 30px; }
        .rtl .box-latesnews.box-h3 .latest-blogs .right-block {
          float: right; } }
@media (max-width: 767px) {
  .box-latesnews.box-h3 .latest-blogs {
    padding: 0 10px; } }

@media (min-width: 768px) {
  .box-manufacture.box-h3 {
    padding: 110px 0 80px; }
    .box-manufacture.box-h3 .owl-theme .owl-buttons {
      bottom: -60px; } }
.box-manufacture.box-h3 .manufacturer-image-container {
  background: #fff; }

.latest-blogs .owl-theme .owl-buttons {
  left: auto;
  right: 50%;
  transform: translateX(50%); }

.box-navh1.box-h4 {
  /*end max 991*/ }
  .box-navh1.box-h4 .popup-over a.popup-title {
    padding: 35px 10px; }
  .box-navh1.box-h4 #search_widget a.popup-title:before {
    top: 35px; }
  .box-navh1.box-h4 .header-logo {
    height: 90px;
    line-height: 70px; }
    .box-navh1.box-h4 .header-logo img {
      max-height: 70px; }
  .box-navh1.box-h4 #cart-block .header {
    height: 90px;
    line-height: 90px; }
  @media (max-width: 991px) {
    .box-navh1.box-h4 {
      padding-top: 0;
      position: relative; }
      .box-navh1.box-h4 .col-infor {
        display: block; }
        .box-navh1.box-h4 .col-infor .popup-over {
          float: left; }
          .rtl .box-navh1.box-h4 .col-infor .popup-over {
            float: right; }
        .box-navh1.box-h4 .col-infor .userinfo-selector {
          float: right; }
          .rtl .box-navh1.box-h4 .col-infor .userinfo-selector {
            float: left; }
          .box-navh1.box-h4 .col-infor .userinfo-selector .popup-content {
            left: auto;
            right: 0; }
            .rtl .box-navh1.box-h4 .col-infor .userinfo-selector .popup-content {
              left: 0;
              right: auto; }
      .box-navh1.box-h4 .hidden-md-up {
        display: block !important; }
      .box-navh1.box-h4 .header-logo {
        padding: 10px 0; }
      .box-navh1.box-h4 .popup-over a.popup-title {
        padding: 15px 10px; }
      .box-navh1.box-h4 #cart-block .header {
        height: 50px;
        line-height: 50px; }
      .box-navh1.box-h4 #search_widget a.popup-title:before {
        top: 15px; }
      .box-navh1.box-h4 .col-cart {
        position: absolute;
        top: 100%;
        width: auto;
        right: 0;
        z-index: 2;
        margin-top: 9px; }
        .rtl .box-navh1.box-h4 .col-cart {
          left: 0;
          right: auto; }
        .box-navh1.box-h4 .col-cart .search-widget .popup-content {
          right: 0;
          left: auto; }
          .rtl .box-navh1.box-h4 .col-cart .search-widget .popup-content {
            right: auto;
            left: auto; } }

@media (min-width: 992px) {
  .box-htop.box-h4 .leo-megamenu .navbar-nav > li > a {
    padding: 35px 15px; } }
@media (max-width: 991px) {
  .box-htop.box-h4 .ApMegamenu {
    float: left; }
    .rtl .box-htop.box-h4 .ApMegamenu {
      float: right; } }

.box-prosimple {
  padding: 50px 0; }
  .box-prosimple .ApColumn .title_block {
    font-size: 16px;
    text-align: left; }
    .rtl .box-prosimple .ApColumn .title_block {
      text-align: right; }

.box-newletter.box-h4 {
  font-family: Roboto; }
  @media (min-width: 768px) {
    .box-newletter.box-h4 {
      display: flex; }
      .box-newletter.box-h4 .ApColumn {
        display: flex;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px; }
        .box-newletter.box-h4 .ApColumn:first-child {
          border-right: 1px solid #353535; }
          .rtl .box-newletter.box-h4 .ApColumn:first-child {
            border-left: 1px solid #353535;
            border-right: inherit; }
        .box-newletter.box-h4 .ApColumn .block {
          margin: auto; } }
  .box-newletter.box-h4 .ApColumn .title_block {
    font-size: 28px;
    margin: 0 0 10px;
    letter-spacing: 0;
    font-family: Roboto;
    color: #fff;
    padding: 0; }
  .box-newletter.box-h4 .block_newsletter {
    font-family: Roboto;
    max-width: 640px;
    padding: 110px 0 50px; }
  .box-newletter.box-h4 .col-conditions {
    letter-spacing: 0px;
    margin-bottom: 20px; }
  .box-newletter.box-h4 .block_carousel {
    max-width: 500px;
    width: 100%;
    font-family: Roboto;
    color: #fff; }
    .box-newletter.box-h4 .block_carousel .descript {
      line-height: 30px;
      letter-spacing: 0;
      height: 60px;
      overflow: hidden;
      color: #fff;
      font-size: 24px; }
    .box-newletter.box-h4 .block_carousel .block-carousel-image-container {
      padding-bottom: 80px;
      padding-top: 150px; }
      .box-newletter.box-h4 .block_carousel .block-carousel-image-container:before {
        content: "\f10d";
        font-family: "FontAwesome";
        font-size: 18px;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        text-align: center; }
      .box-newletter.box-h4 .block_carousel .block-carousel-image-container img {
        bottom: auto;
        top: 35px; }
      .box-newletter.box-h4 .block_carousel .block-carousel-image-container .title {
        color: #fff; }
  .box-newletter.box-h4 .owl-theme .owl-buttons div:before {
    color: #fff; }
    .box-newletter.box-h4 .owl-theme .owl-buttons div:before:hover {
      color: #c8ad78; }

.box-footer.box-h4 .ApColumn .title_block {
  color: #1e2834;
  letter-spacing: 0; }

.box-slider .ApHtml {
  height: 55px;
  line-height: 55px;
  font-family: Roboto;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: #f6c131;
  text-align: center; }
  .box-slider .ApHtml p {
    margin: 0; }

@media (min-width: 768px) {
  .box-newletter.box-h5 {
    display: flex; }
    .box-newletter.box-h5 .ApColumn .block {
      margin-bottom: 0; } }
.box-newletter.box-h5 .block_newsletter {
  font-family: Roboto;
  border: 10px solid #ebebeb;
  padding: 30px;
  text-align: center;
  height: 100%;
  max-width: 100%; }
  .box-newletter.box-h5 .block_newsletter .block_content {
    max-width: 500px;
    margin: auto; }
  .box-newletter.box-h5 .block_newsletter .col-conditions {
    letter-spacing: 0;
    margin-bottom: 0;
    color: #999; }
  .box-newletter.box-h5 .block_newsletter .submitwapper {
    display: none; }
  .box-newletter.box-h5 .block_newsletter .title_block {
    font-size: 26px;
    padding-top: 10px;
    letter-spacing: 0; }

.box-prosimple.box-h5 .products_block {
  padding: 15px;
  background: #fff; }
.box-prosimple.box-h5 .ApColumn .title_block {
  padding-top: 20px; }

.box-manufacture.box-h5 {
  padding: 10px 0; }

.box-latesnews.box-h5 {
  padding: 30px 0; }
  .box-latesnews.box-h5 .right-block {
    padding: 0 15px 10px;
    background: #fff; }

.block-category.card {
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0; }
  .block-category.card h1 {
    margin: 0 0 20px; }
  .block-category.card > div {
    margin: 0 0 30px; }
  .block-category.card .category-cover img {
    max-width: 100%; }

.page-heading {
  margin: 0 0 20px; }

/*# sourceMappingURL=styles.css.map */