/***************************************************
  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: 20px; }
.ApColumn .title_block {
  font-size: 34px;
  font-weight: 600;
  color: #333;
  letter-spacing: -1px;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  /*margin: 10px 0 30px;*/margin: 10px 0 0px; }
  @media (max-width: 991px) {
    .ApColumn .title_block {
      font-size: 30px;margin-bottom: 20px; } }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 5px;
  width: 20px;
  height: 20px; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding-left: 7px;
      padding-right: inherit; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning:before {
    content: "\f071"; }
  .alert.alert-info:before {
    content: "\f05a"; }
  .alert.alert-danger:before {
    content: "\f00d"; }

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

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

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

.tabs-below .nav-tabs {
  border-top: 1px solid #eaeaea; }
  .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: #eaeaea;
        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 #eaeaea #eaeaea #eaeaea; }

.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 #eaeaea; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eaeaea;
    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 #eaeaea #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eaeaea transparent #eaeaea #eaeaea;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eaeaea; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eaeaea;
    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 #eaeaea; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eaeaea #eaeaea #eaeaea 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#e78200; }
    .widget-tabs li.active a {
      color:#e78200; }

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

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 20px; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #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;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: -20px;
  display: none;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color:#e78200;
    color: #fff; }
  .box-show-more a .fa {
    margin-left: 5px; }
    .rtl .box-show-more a .fa {
      margin-right: 5px;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

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

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

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

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eaeaea; }
  .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 #eaeaea;
  -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#e78200;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block {
  margin: 0 !important;
  padding: 30px 0; }
  .manufacturers_block .animated-background {
    height: 70px; }
  .manufacturers_block .timeline-item {
    min-height: 90px; }
  .manufacturers_block .owl-item.loading {
    min-height: 90px; }
  .manufacturers_block .image {
    text-align: center;
    padding: 10px; }
  .manufacturers_block img:hover {
    -moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -o-box-shadow: 0px 0px 6px #ccc;
    -ms-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc; }

/*
  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.25);
    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(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .instagram-block .owl-item a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .instagram-block .owl-item a img {
    width: 100%; }

.box-installgram {
  padding: 50px 0;
  text-align: center; }
  @media (max-width: 991px) {
    .box-installgram {
      padding: 30px 0; } }
  .box-installgram .instagram-block {
    margin: 0; }
  .box-installgram .owl-theme .owl-buttons {
    top: -35px; }
  .box-installgram .owl-theme .owl-controls .owl-pagination {
    margin: 20px 0 40px; }
  .box-installgram .block_content {
    margin: 0 -10px; }

/*fix error default*/
.login-form .custom-checkbox,
.js-customer-form .custom-checkbox {
  display: block; }

.cart-summary-products .media {
  margin-bottom: 10px; }

/*end fix error default*/
body ::-webkit-scrollbar {
  width: 5px; }
body ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd; }
body ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666; }

.header-logo {
  text-align: center;
  padding: 38px 0 30px; }
  .header-logo a {
    display: inline-block;
    vertical-align: top;margin-top: -3px; }

.box-header {
  position: relative; }
  .box-header .col-info {
    text-align: right; }
    .rtl .box-header .col-info {
      text-align: left; }
    .box-header .col-info > div {
      display: inline-block;
      vertical-align: top;
      padding: 23px 0 22px; }
  @media (min-width: 1200px) {
    .box-header {
      padding: 0 50px 0 30px; }
      .rtl .box-header {
        padding: 0 30px 0 50px; }
      .box-header .col-info {
        float: right;
        width: auto; }
        .rtl .box-header .col-info {
          float: left; }
      .box-header .col-menu {
        position: static;
        float: left;
        width: auto; }
        .rtl .box-header .col-menu {
          float: right; }
      .box-header .col-logo {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0 0 0 33%; }
        .rtl .box-header .col-logo {
          right: 0;
          left: auto; }
        .rtl .box-header .col-logo {
          margin: 0 33% 0 0; }
      .box-header .leo-megamenu {
        position: static; }
      .box-header .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
        left: 50px;
        right: 50px;
        width: auto !important; } }
  @media (min-width: 1200px) {
    .box-header.box-h7 .header-logo {
      text-align: left;
      padding: 37px 20px 30px; }
      .rtl .box-header.box-h7 .header-logo {
        text-align: right; }
    .box-header.box-h7 .col-logo {
      margin: 0;
      position: static; } }

#index #wrapper {
  padding-top: 0; }

@media (min-width: 481px) {
  .box-image .ApColumn:first-child .ApImage {
    padding: 0 1px 0 0; }
    .rtl .box-image .ApColumn:first-child .ApImage {
      padding: 0 0 0 1px; } }
.box-image .ApColumn .block {
  margin-bottom: 1px; }

.box-video {
  min-height: 220px; }
  .box-video .video {
    display: none; }
  .box-video img {
    min-height: 220px; }
  .box-video .ApImage {
    position: relative;
    margin-bottom: 1px; }
    .box-video .ApImage .image_description {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      padding: 0 15px;
      text-align: center;
      font-family: 'ChronicleDisplayRoman';
      color: #fff;
      font-size: 30px;
      line-height: 1.1; }
      .box-video .ApImage .image_description .play-video {
        display: inline-block;
        vertical-align: top;
        width: 57px;
        height: 57px;
        border-radius: 50%;
        background-color: #d8a17b;
        line-height: 59px;
        font-size: 16px;
        position: relative;
        margin-bottom: 25px;
        color: #fff;
        cursor: pointer;
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
        -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
        -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
        cursor: pointer;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .box-video .ApImage .image_description .play-video:hover {
          -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
          -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
          -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
          -ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2); }
        .box-video .ApImage .image_description .play-video:before {
          content: "\e071";
          font-family: "Simple-Line-Icons"; }
  .box-video.box-h8 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px !important; }
    @media (min-width: 992px) {
      .box-video.box-h8 {
        border-left: 1px solid #e5e5e5; }
        .rtl .box-video.box-h8 {
          border-right: 1px solid #e5e5e5;
          border-left: inherit; } }
    @media (max-width: 991px) {
      .box-video.box-h8 {
        margin-bottom: 30px !important; } }
    .box-video.box-h8 img {
      min-height: 0; }
    @media (min-width: 576px) {
      .box-video.box-h8 {
        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-video.box-h8 .ApImage {
      margin-bottom: -1px; }
  .box-video .ApHtml {
    margin: 0;
    line-height: 30px;
    padding: 20px 10%; }
    .box-video .ApHtml h2 {
      font-size: 22px; }
    .box-video .ApHtml a.btn-about-home {
      display: inline-block;
      padding: 0 25px;
      text-transform: uppercase;
      height: 47px;
      line-height: 47px;
      letter-spacing: 2px;
      font-weight: 600;
      border: 1px solid #6ac9bb;
      background: #6ac9bb;
      color: #fff; }
      .box-video .ApHtml a.btn-about-home:hover {
        background: #fff;
        color: #6ac9bb; }

.video iframe {
  border: 0; }

.box-cate {
  padding-bottom: 40px; }
  @media (max-width: 991px) {
    .box-cate {
      padding-bottom: 30px; } }
  .box-cate .widget-category_image {
    margin-bottom: 1px; }
    .box-cate .widget-category_image .view_all_wapper {
      display: none; }
    .box-cate .widget-category_image .cover-img {
      float: none;
      padding: 0;
      display: block; }
      .box-cate .widget-category_image .cover-img img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
    .box-cate .widget-category_image .cate_content {
      display: block;
      position: relative; }
      .box-cate .widget-category_image .cate_content:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50); }
      .box-cate .widget-category_image .cate_content > span:last-child {
        position: absolute;
        left: 0;
        right: 0;
        padding: 25px 15px;
        bottom: 0;
        background: #f2bbbb;
        text-align: center;
        font-size: 30px;
        text-transform: capitalize;
        font-family: 'ChronicleDisplayRoman';
        color: #333;
        line-height: 1.5; }
        .box-cate .widget-category_image .cate_content > span:last-child .num {
          display: block;
          font-size: 14px;
          font-weight: normal;
          font-family: "pangram", sans-serif; }
        @media (max-width: 1199px) {
          .box-cate .widget-category_image .cate_content > span:last-child {
            font-size: 25px; } }
        @media (max-width: 991px) {
          .box-cate .widget-category_image .cate_content > span:last-child {
            font-size: 20px;
            background: rgba(224, 198, 177, 0.75);
            padding: 15px; } }
  @media (min-width: 481px) {
    .box-cate > .ApColumn:nth-child(2n) .widget-category_image .cate_content > span:last-child {
      top: 0;
      bottom: auto; } }

.box-products {
  padding-bottom: 30px; }

.box-o2 {
  position: relative; }
  .box-o2 .ApColumn {
    position: static; }
  .box-o2:hover .ApRawHtml h2:after {
    letter-spacing: 10px; }
  .box-o2 .ApRawHtml {
    margin: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    text-align: center;
    padding: 0 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .box-o2 .ApRawHtml h2 {
      font-size: 60px;
      font-family: 'ChronicleDisplayRoman';
      line-height: 60px;
      font-weight: normal;
      margin-bottom: 5px;
      color: #fff;
      position: relative; }
      .box-o2 .ApRawHtml h2:after {
        content: "\f111\f111\f111";
        font-family: "FontAwesome";
        font-size: 8px;
        display: block;
        letter-spacing: 6px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .box-o2 .ApRawHtml p {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
      letter-spacing: 15px; }
    .box-o2 .ApRawHtml a {
      letter-spacing: 2px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 13px 25px;
      background: #fff;
      margin-top: 15px;
      display: inline-block;
      color: #333;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .box-o2 .ApRawHtml a:hover {
        background:#e78200;
        color: #fff; }

.box-blog {
  padding: 50px 0; }
  @media (max-width: 991px) {
    .box-blog {
      padding: 30px 0; } }
  .box-blog .owl-theme .owl-buttons {
    top: -60px; }

.latest-blogs .blog-image-container .blog_img_link {
  position: relative;
  padding-bottom: 70%;
  display: block; }
  .latest-blogs .blog-image-container .blog_img_link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }
.latest-blogs .blog-title {
  margin: 20px 0 10px;
  font-size: 18px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  padding: 0 20px 0 0; }
  .rtl .latest-blogs .blog-title {
    padding: 0 0 0 20px; }
  .latest-blogs .blog-title a {
    color: #333;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .latest-blogs .blog-title a:hover {
      color:#e78200; }
.latest-blogs .blog-container {
  position: relative; }
.latest-blogs .blog-meta {
  margin: 0px 0 25px;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px; }
  .latest-blogs .blog-meta .icon-font {
    font-size: 12px;
    margin: 0 5px 0 0; }
    .rtl .latest-blogs .blog-meta .icon-font {
      margin: 0 0 0 5px; }
  .latest-blogs .blog-meta > span {
    margin: 0 10px 0 0; }
    .rtl .latest-blogs .blog-meta > span {
      margin: 0 0 0 10px; }
.latest-blogs .blog-desc {
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  margin: 0; }

@media (min-width: 768px) {
  .box-about {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
.box-about .ApColumn .block {
  margin-bottom: 0; }
.box-about .ApRawHtml {
  padding: 90px 40px;
  line-height: 25px;
  height: 100%;
  color: #fff; }
  @media (max-width: 991px) {
    .box-about .ApRawHtml {
      padding: 30px; } }
  .box-about .ApRawHtml .btn {
    padding: 13px 25px;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 20px;
    background:#e78200;
    border-color:#e78200;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .box-about .ApRawHtml .btn:hover {
      background: #fff;
      color:#e78200; }
  .box-about .ApRawHtml h4 {
    text-transform: uppercase;
    margin-bottom: 22px;
    font-size: 18px;
    color: #fff;
    line-height: 25px; }
    .box-about .ApRawHtml h4 i {
      font-size: 14px;
      margin: 0 10px 0 0; }
      .rtl .box-about .ApRawHtml h4 i {
        margin: 0 0 0 10px; }
@media (min-width: 768px) {
  .box-about .col-xl-5 .ApRawHtml {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .rtl .box-about .col-xl-5 .ApRawHtml {
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      border-left: inherit; } }
@media (max-width: 767px) {
  .box-about .col-xl-5 .ApRawHtml {
    border-top: 1px solid rgba(255, 255, 255, 0.2); } }

.footer-container {
  background: #26282b;
  color: #aaa;
  padding: 45px 0 0; }
  @media (max-width: 991px) {
    .footer-container {
      padding: 40px 0 0; }
      .footer-container .ApColumn .block {
        margin-bottom: 10px; }
      .footer-container .title {
        padding: 0 0 10px 0; } }
  .footer-container .ApColumn .title_block {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 30px; }
    .rtl .footer-container .ApColumn .title_block {
      text-align: right; }
    @media (max-width: 991px) {
      .footer-container .ApColumn .title_block {
        font-size: 14px;
        margin: 10px 0 0;
        display: inline-block;
        vertical-align: top; } }
    .footer-container .ApColumn .title_block a {
      color: #fff; }
  .footer-container .links li a,
  .footer-container .ApLink li a {
    display: block;
    line-height: 22px;
    padding: 10px 0;
    color: #aaa;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: capitalize; }
    .footer-container .links li a:hover,
    .footer-container .ApLink li a:hover {
      padding: 10px 0 10px 10px;
      color: #fff; }
      .rtl .footer-container .links li a:hover, .rtl
      .footer-container .ApLink li a:hover {
        padding: 10px 10px 10px 0; }
  .footer-container .block_newsletter .title_block {
    font-size: 20px;
    text-transform: capitalize; }

.block_newsletter form {
  position: relative;
  padding: 0 65px 0 0;
  margin-top: 30px; }
  .rtl .block_newsletter form {
    padding: 0 0 0 65px; }
  .block_newsletter form .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 65px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    border: 0;
    background:#26282b;
    color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 0; }
    .rtl .block_newsletter form .btn {
      left: 0;
      right: auto; }
    .block_newsletter form .btn:hover {
      background: #26282b;
      color:#FFF; }
    .block_newsletter form .btn i {
      font-size: 14px; }
  .block_newsletter form input {
    width: 100%;
    border: 0;
    height: 45px;
    padding: 0 10px;
    color: #555;
    outline: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

.box-footerinfo {
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    .box-footerinfo {
      margin-bottom: 0; } }
  .box-footerinfo .ApRawHtml {
    line-height: 42px; }
    @media (max-width: 767px) {
      .box-footerinfo .ApRawHtml {
        padding: 10px 20px;
        background: rgba(255, 255, 255, 0.05); } }
    .box-footerinfo .ApRawHtml i {
      font-size: 14px;
      width: 36px;
      display: inline-block;
      vertical-align: -2px; }
    .box-footerinfo .ApRawHtml .icon-location-pin:before {
      content: "\e096"; }

.footer-center {
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 991px) {
    .footer-center {
      padding-bottom: 0; } }

.footer-bottom {
  padding: 30px 0;
  line-height: 26px; }
  @media (max-width: 767px) {
    .footer-bottom {
      text-align: center; } }
  .footer-bottom .ApColumn .block {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .footer-bottom .ApColumn .block.ApRawHtml {
        margin-bottom: 10px; } }
  .footer-bottom p {
    margin: 0; }
  .footer-bottom .ApRawHtml span {
    font-weight: 600; }
  .footer-bottom .ApImage {
    text-align: center; }
    @media (min-width: 768px) {
      .footer-bottom .ApImage {
        text-align: right; }
        .rtl .footer-bottom .ApImage {
          text-align: left; } }

.header-container {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

#header {
  background: #fff;
  position: relative;
  z-index: 100; }
  #header.navbar-fixed-top {
    position: fixed;
    z-index: 9999; }

.block-category {
  padding: 30px 0; }
  .block-category h1 {
    margin: 0 0 15px; }

#module-leoblog-list #content-wrapper,
#module-leoblog-list #wrapper > .container {
  position: static; }
#module-leoblog-list .blog-lastest-title {
  text-align: center;
  margin: 0 0 30px;
  text-transform: uppercase; }

.hide {
  display: none; }

.form-control {
  font-size: 14px;
  min-height: 37px; }

.btn-secondary:hover, .btn-tertiary:hover {
  color: #fff;
  background-color:#e78200; }

.page-footer a {
  display: inline-block;
  padding: 15px 20px;
  background:#e78200;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .page-footer a:hover {
    background: #c32a4a;
    color: #fff; }

.page-search #main > h2 {
  text-align: center;
  margin: 20px 0; }

#main > h1 {
  margin: 20px 0; }

.fancybox-inner .block_newsletter {
  text-align: center;
  border: 1px solid #ddd;
  border-bottom: 0;
  padding: 50px 100px 0;
  width: 600px;
  max-width: 100%; }
  @media (max-width: 767px) {
    .fancybox-inner .block_newsletter {
      padding-left: 10px;
      padding-right: 10px; } }
  .fancybox-inner .block_newsletter .title_block {
    font-size: 30px; }
  .fancybox-inner .block_newsletter form input {
    border: 1px solid #ddd; }
  .fancybox-inner .block_newsletter form .btn:hover {
    background: #ddd; }
.fancybox-inner .block-social {
  text-align: center;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 20px 0 50px; }
  .fancybox-inner .block-social li {
    width: 40px;
    height: 40px;
    line-height: 40px; }
    .fancybox-inner .block-social li:hover {
      color:#e78200; }
    .fancybox-inner .block-social li:before {
      font-size: 16px; }

.bottomnav {
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa; }
  .bottomnav .ApQuicklogin > a {
    text-transform: uppercase; }
    .bottomnav .ApQuicklogin > a i {
      display: none; }
      @media (max-width: 600px) {
        .bottomnav .ApQuicklogin > a i {
          display: inline-block;
          font-size: 18px; } }
    .bottomnav .ApQuicklogin > a span {
      display: inline-block !important;
      vertical-align: top; }
      @media (max-width: 600px) {
        .bottomnav .ApQuicklogin > a span {
          display: none !important; } }
  .bottomnav .popup-over,
  .bottomnav .ApQuicklogin {
    float: right; }
    .rtl .bottomnav .popup-over, .rtl
    .bottomnav .ApQuicklogin {
      float: left; }
    @media (max-width: 767px) {
      .bottomnav .popup-over.language-selector-wrapper, .bottomnav .popup-over.currency-selector,
      .bottomnav .ApQuicklogin.language-selector-wrapper,
      .bottomnav .ApQuicklogin.currency-selector {
        float: left;
        margin: 0 5px 0 0; }
        .rtl .bottomnav .popup-over.language-selector-wrapper, .rtl .bottomnav .popup-over.currency-selector, .rtl
        .bottomnav .ApQuicklogin.language-selector-wrapper, .rtl
        .bottomnav .ApQuicklogin.currency-selector {
          float: right; }
        .rtl .bottomnav .popup-over.language-selector-wrapper, .rtl .bottomnav .popup-over.currency-selector, .rtl
        .bottomnav .ApQuicklogin.language-selector-wrapper, .rtl
        .bottomnav .ApQuicklogin.currency-selector {
          margin: 0 0 0 5px; }
        .bottomnav .popup-over.language-selector-wrapper .popup-content, .bottomnav .popup-over.currency-selector .popup-content,
        .bottomnav .ApQuicklogin.language-selector-wrapper .popup-content,
        .bottomnav .ApQuicklogin.currency-selector .popup-content {
          left: 0;
          right: auto; } }
    .bottomnav .popup-over a.popup-title,
    .bottomnav .ApQuicklogin a.popup-title {
      white-space: nowrap;
      width: auto;
      font-size: 13px;
      text-transform: uppercase;
      padding: 0 0 0 40px; }
      .rtl .bottomnav .popup-over a.popup-title, .rtl
      .bottomnav .ApQuicklogin a.popup-title {
        padding: 0 40px 0 0; }
      @media (max-width: 1199px) {
        .bottomnav .popup-over a.popup-title,
        .bottomnav .ApQuicklogin a.popup-title {
          padding: 0 10px; } }
      .bottomnav .popup-over a.popup-title span,
      .bottomnav .ApQuicklogin a.popup-title span {
        display: inline-block !important; }
      .bottomnav .popup-over a.popup-title .icon-font,
      .bottomnav .ApQuicklogin a.popup-title .icon-font {
        display: none; }
      .bottomnav .popup-over a.popup-title .material-icons,
      .bottomnav .ApQuicklogin a.popup-title .material-icons {
        display: inline-block;
        font-size: 14px;
        vertical-align: -2px; }
      .bottomnav .popup-over a.popup-title .hidden-xs-up,
      .bottomnav .ApQuicklogin a.popup-title .hidden-xs-up {
        display: none !important; }
    .bottomnav .popup-over .popup-content,
    .bottomnav .ApQuicklogin .popup-content {
      background: #fafafa; }
      .bottomnav .popup-over .popup-content li a,
      .bottomnav .ApQuicklogin .popup-content li a {
        background: #fafafa; }
    .bottomnav .popup-over .language-selector img,
    .bottomnav .ApQuicklogin .language-selector img {
      vertical-align: -1px;
      margin: 0 5px 0 0; }
      .rtl .bottomnav .popup-over .language-selector img, .rtl
      .bottomnav .ApQuicklogin .language-selector img {
        margin: 0 0 0 5px; }
  .bottomnav .ApRawHtml {
    float: left;
    line-height: 25px;
    padding: 10px 0; }
    .rtl .bottomnav .ApRawHtml {
      float: right; }
    @media (max-width: 767px) {
      .bottomnav .ApRawHtml {
        width: auto;
        text-align: center;
        background: #f1f1f1;
        margin: 0 -10px;
        float: none; } }
    .bottomnav .ApRawHtml p {
      margin: 0; }
  .bottomnav .ApColumn .block {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .rtl .bottomnav .popup-over.language-selector-wrapper .popup-content, .rtl .bottomnav .popup-over.currency-selector .popup-content {
    left: auto;
    right: 0; } }

.box-navh2 {
  padding: 0 100px; }
  @media (max-width: 1199px) {
    .box-navh2 {
      padding: 0; } }

.box-lookbook {
  padding-top: 100px; }
  @media (max-width: 1199px) {
    .box-lookbook {
      padding-top: 70px; } }
  @media (max-width: 991px) {
    .box-lookbook {
      padding-top: 30px; } }
  .box-lookbook .ApRawHtml {
    padding: 20px 0; }
    .box-lookbook .ApRawHtml .sub_title--text {
      text-transform: uppercase;
      background-color:#e78200;
      color: #fff;
      display: inline-block;
      padding: 5px 10px;
      letter-spacing: 2px; }
    .box-lookbook .ApRawHtml h2 {
      font-size: 32px;
      margin-bottom: 30px;
      text-transform: capitalize;
      margin: 20px 0 30px; }
    .box-lookbook .ApRawHtml .rte-setting {
      color: #67747c;
      margin: 0 0 30px;
      line-height: 30px; }
    .box-lookbook .ApRawHtml .btn {
      padding: 12px 20px;
      background:#e78200;
      border: 1px solid#e78200;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 1px;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      border-radius: 0; }
      .box-lookbook .ApRawHtml .btn:hover {
        background: #fff;
        color:#e78200; }
  .box-lookbook .ApImage img {
    max-width: 100%; }
  @media (min-width: 768px) {
    .box-lookbook .ApImage {
      max-width: 50%; }
      .box-lookbook .ApImage:nth-child(1) {
        position: absolute;
        left: 10px;
        top: 20px;
        z-index: 1; }
        .rtl .box-lookbook .ApImage:nth-child(1) {
          right: 10px;
          left: auto; }
      .box-lookbook .ApImage:nth-child(2) {
        position: absolute;
        right: 50px;
        top: 0px;
        z-index: 2; }
        .rtl .box-lookbook .ApImage:nth-child(2) {
          left: 50px;
          right: auto; } }
  @media (max-width: 767px) {
    .box-lookbook .ApImage {
      width: 50%;
      float: left; }
      .rtl .box-lookbook .ApImage {
        float: right; }
      .box-lookbook .ApImage img {
        width: 100% !important; }
      .box-lookbook .ApImage:nth-child(1) {
        padding: 0 10px 0 0; }
        .rtl .box-lookbook .ApImage:nth-child(1) {
          padding: 0 0 0 10px; }
      .box-lookbook .ApImage:nth-child(2) {
        padding: 0 0 0 10px; }
        .rtl .box-lookbook .ApImage:nth-child(2) {
          padding: 0 10px 0 0; } }

.box-collectiontop {
  padding: 20px 0; }
  @media (max-width: 991px) {
    .box-collectiontop {
      padding-top: 40px 0; } }
  .box-collectiontop .title_block {
    font-size: 34px;
    letter-spacing: -1px;
    text-align: center;
    text-transform: capitalize;
    padding: 0;
    margin: 10px 0 30px; }
  .box-collectiontop .col-left img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .box-collectiontop .col-left .cate_content {
    display: block;
    position: relative; }
    .box-collectiontop .col-left .cate_content span.name {
      font-size: 36px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      text-align: center;
      color: #fff;
      font-weight: 600;
      text-transform: capitalize;
      line-height: 1.5; }
      .box-collectiontop .col-left .cate_content span.name .num {
        display: none;
        font-size: 14px;
        font-weight: normal; }
    .box-collectiontop .col-left .cate_content:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-filter: brightness(50%);
      filter: brightness(50%); }
  .box-collectiontop .block {
    overflow: hidden;
    margin: 0;
    position: relative; }
  .box-collectiontop .col-right .block {
    width: 50%;
    float: left; }
    .rtl .box-collectiontop .col-right .block {
      float: right; }
  .box-collectiontop .col-right .widget-category_image {
    height: 267px;
    background: #f49ac1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 1199px) {
      .box-collectiontop .col-right .widget-category_image {
        height: 214px; } }
    @media (max-width: 991px) {
      .box-collectiontop .col-right .widget-category_image {
        width: 100%;
        height: 130px; } }
    .box-collectiontop .col-right .widget-category_image:hover {
      background: #e083ab; }
    .box-collectiontop .col-right .widget-category_image:nth-last-child(2) {
      background: #bd8cbf; }
      .box-collectiontop .col-right .widget-category_image:nth-last-child(2):hover {
        background: #aa79ac; }
    .box-collectiontop .col-right .widget-category_image a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      font-size: 36px;
      font-weight: 600;
      color: #fff;
      text-transform: capitalize;
      text-align: center; }
      @media (max-width: 1199px) {
        .box-collectiontop .col-right .widget-category_image a {
          font-size: 30px; } }
    .box-collectiontop .col-right .widget-category_image .cate_content {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .box-collectiontop .col-right .widget-category_image .cate_content span.name {
        font-size: 36px;
        display: block;
        line-height: 1.5; }
        .box-collectiontop .col-right .widget-category_image .cate_content span.name .num {
          display: block;
          font-size: 14px;
          font-weight: normal; }
      .box-collectiontop .col-right .widget-category_image .cate_content img {
        height: auto;
        width: auto; }
      .box-collectiontop .col-right .widget-category_image .cate_content .cover-img {
        margin-bottom: 20px; }
  .box-collectiontop .col-right .ApImage img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .box-collectiontop .col-right .ApImage:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: brightness(50%);
    filter: brightness(50%); }
  @media (min-width: 992px) {
    .box-collectiontop .col-right .ApImage:nth-last-child(3) {
      clear: both; } }

@media (min-width: 992px) {
  .ApProductList .ajax_block_product.col-lg-3:nth-child(4n+1) {
    clear: both; } }
@media (min-width: 481px) and (max-width: 991px) {
  .ApProductList .ajax_block_product.col-xs-6:nth-child(2n+1) {
    clear: both; } }

.box-comment {
  padding: 10px 0 10px; }
  @media (max-width: 991px) {
    .box-comment {
      padding: 50px 0 10px; } }
  .box-comment *::selection {
    background: none;
    color: inherit; }
  .box-comment .block-carousel-container {
    padding: 0 20px 0 140px;
    font-size: 16px;
    line-height: 30px;
    position: relative; }
    .rtl .box-comment .block-carousel-container {
      padding: 0 140px 0 20px; }
    .box-comment .block-carousel-container:before {
      content: "\f10d";
      font-family: "FontAwesome";
      font-size: 20px;
      color: #999;
      position: absolute;
      top: 0px;
      left: 0; }
      .rtl .box-comment .block-carousel-container:before {
        right: 0;
        left: auto; }
    .box-comment .block-carousel-container img {
      position: absolute;
      left: 30px;
      width: 80px;
      top: 0; }
      .rtl .box-comment .block-carousel-container img {
        right: 30px;
        left: auto; }
    .box-comment .block-carousel-container .quotes-rate {
      font-size: 12px;
      color: #efb435;
      margin: 0; }
    .box-comment .block-carousel-container h4 {
      color: #999;
      font-weight: 300;
      font-size: 16px;
      margin: 0 0 20px; }
      .box-comment .block-carousel-container h4 span {
        color: #333;
        font-weight: 600; }
  .box-comment .owl-carousel {
    cursor: move; }

.box-onlineservice {
  overflow: hidden; }
  .box-onlineservice .ApColumn .block {
    margin-bottom: 0; }
  .box-onlineservice p {
    margin: 0; }
  .box-onlineservice .ApRawHtml {
    padding: 25px 20px;
    position: relative;
    text-align: center;
    line-height: 26px;
    color: #67747c; }
    @media (max-width: 767px) {
      .box-onlineservice .ApRawHtml {
        padding: 20px 20px;
        border-bottom: 1px solid #f5f5f5; } }
    .box-onlineservice .ApRawHtml h4 {
      font-size: 20px;
      color: #26282b;
      margin: 23px 0 10px; }
    @media (min-width: 768px) {
      .box-onlineservice .ApRawHtml:before {
        content: "";
        top: -99px;
        bottom: -99px;
        right: 0;
        width: 1px;
        background: #f5f5f5;
        position: absolute; } }
  @media (min-width: 768px) {
    .box-onlineservice .ApColumn:last-child .ApRawHtml:before {
      display: none; } }
  @media (max-width: 767px) {
    .box-onlineservice .ApColumn:last-child .ApRawHtml {
      border-bottom: 0; } }

.box-freestandar .title_block {
  padding: 40px 0;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin: 0; }
  .box-freestandar .title_block span {
    color:#e78200;
    letter-spacing: 0;
    font-weight: 600; }
.box-freestandar .ApColumn .block {
  margin-bottom: 0; }

.box-productstabs {
  padding: 80px 0; }
  @media (max-width: 991px) {
    .box-productstabs {
      padding: 40px 0; } }
  @media (min-width: 992px) {
    .box-productstabs .title_block {
      float: left;
      padding: 10px 10px 10px 0;
      margin: 0;
      background: #fff;
      position: relative; }
      .rtl .box-productstabs .title_block {
        float: right; }
      .rtl .box-productstabs .title_block {
        padding: 10px 0 10px 10px; }
      .box-productstabs .title_block:before {
        content: "";
        width: 999px;
        height: 1px;
        background: #e5e5e5;
        position: absolute;
        bottom: 15px;
        left: 100%; }
        .rtl .box-productstabs .title_block:before {
          right: 100%;
          left: auto; }
    .box-productstabs .nav-tabs {
      text-align: right; }
      .rtl .box-productstabs .nav-tabs {
        text-align: left; } }
  .box-productstabs .nav-tabs {
    font-size: 0px; }
    @media (max-width: 991px) {
      .box-productstabs .nav-tabs {
        text-align: center; } }
    .box-productstabs .nav-tabs .nav-item {
      float: none;
      padding: 0 2px;
      margin: 0;
      border: 0;
      display: inline-block;
      vertical-align: top;
      background: #fff; }
      @media (min-width: 992px) {
        .box-productstabs .nav-tabs .nav-item {
          position: relative;
          top: 15px; } }
      .box-productstabs .nav-tabs .nav-item a {
        display: block;
        border: 0;
        padding: 10px 15px;
        border-radius: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        color: #333;
        font-size: 14px; }
        .box-productstabs .nav-tabs .nav-item a:hover {
          background: #eee; }
        .box-productstabs .nav-tabs .nav-item a.active {
          background: #eee;
          color:#e78200; }

.box-collecttion .ApRawHtml {
  padding: 30px;
  max-width: 765px;
  margin: auto; }
  @media (min-width: 1200px) {
    .box-collecttion .ApRawHtml {
      margin-top: 30px; } }
  @media (min-width: 1500px) {
    .box-collecttion .ApRawHtml {
      margin-top: 100px; } }
  .box-collecttion .ApRawHtml .sub_title--text {
    text-transform: uppercase;
    background-color: #ff4a32;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    letter-spacing: 2px; }
  .box-collecttion .ApRawHtml h2 {
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: capitalize;
    margin: 20px 0 30px;
    font-weight: 400; }
  .box-collecttion .ApRawHtml .rte-setting {
    color: #67747c;
    margin: 0 0 30px;
    line-height: 30px; }
  .box-collecttion .ApRawHtml .btn {
    padding: 12px 20px;
    background:#e78200;
    border: 1px solid#e78200;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 0; }
    .box-collecttion .ApRawHtml .btn:hover {
      background: #fff;
      color:#e78200; }
.box-collecttion .ApColumn .block {
  margin-bottom: 0; }

.box-imageh3 {
  padding: 80px 0; }
  @media (max-width: 991px) {
    .box-imageh3 {
      padding: 40px 0; } }
  .box-imageh3 .ApColumn .block {
    margin-bottom: 0; }
  @media (max-width: 480px) {
    .box-imageh3 .col-imgleft .ApImage {
      width: 50%;
      float: left; }
      .rtl .box-imageh3 .col-imgleft .ApImage {
        float: right; } }

.box-productfull {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden; }
  @media (min-width: 992px) {
    .box-productfull .col-firt:before {
      content: "";
      top: -99px;
      bottom: -99px;
      right: 0;
      position: absolute;
      width: 1px;
      background: #e5e5e5; }
      .rtl .box-productfull .col-firt:before {
        left: 0;
        right: auto; } }
  @media (max-width: 991px) {
    .box-productfull .col-firt {
      border-bottom: 1px solid #e5e5e5; } }
  .box-productfull .ApProductCarousel {
    padding: 40px 40px 0; }
    @media (max-width: 991px) {
      .box-productfull .ApProductCarousel {
        padding: 40px 0 0; } }
  .box-productfull .ApImage {
    margin: 0 -10px;
    position: relative;
    overflow: hidden;
    z-index: 3; }
    .box-productfull .ApImage .title_block {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0;
      font-size: 36px;
      color: #fff; }
    .box-productfull .ApImage > a {
      display: block; }
      .box-productfull .ApImage > a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0;
        filter: alpha(opacity=0);
        background: rgba(0, 0, 0, 0.2); }
      .box-productfull .ApImage > a:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px; }

.box-cateh5 {
  padding: 20px 10px 0; }
  .box-cateh5 .widget-category_image {
    position: relative;
    text-align: center; }
    .box-cateh5 .widget-category_image .cate_content {
      display: block; }
      .box-cateh5 .widget-category_image .cate_content span {
        display: block; }
      .box-cateh5 .widget-category_image .cate_content img {
        width: 100%;
        height: auto; }
      .box-cateh5 .widget-category_image .cate_content > span:last-child {
        font-size: 60px;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        padding: 0 10px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none; }
        @media (max-width: 991px) {
          .box-cateh5 .widget-category_image .cate_content > span:last-child {
            font-size: 40px; } }
        @media (min-width: 481px) and (max-width: 767px) {
          .box-cateh5 .widget-category_image .cate_content > span:last-child {
            font-size: 30px;
            font-weight: 600; } }
  .box-cateh5 .ApImage {
    position: relative; }
    .box-cateh5 .ApImage .image_description {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      padding: 0 10px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      text-align: center;
      z-index: 2;
      text-transform: uppercase;
      line-height: 1.5;
      letter-spacing: 2px; }
      .box-cateh5 .ApImage .image_description p {
        margin: 0; }
      .box-cateh5 .ApImage .image_description strong,
      .box-cateh5 .ApImage .image_description b {
        font-size: 60px;
        color: #fff;
        display: block;
        text-transform: capitalize;
        font-weight: normal; }
        @media (max-width: 991px) {
          .box-cateh5 .ApImage .image_description strong,
          .box-cateh5 .ApImage .image_description b {
            font-size: 40px; } }
        @media (max-width: 767px) {
          .box-cateh5 .ApImage .image_description strong,
          .box-cateh5 .ApImage .image_description b {
            font-size: 30px; } }

.box-lookbookh5 .ApColumn .block {
  margin-bottom: 0; }
.box-lookbookh5 .ApImage {
  position: relative;
  text-align: center;
  overflow: hidden; }
  .box-lookbookh5 .ApImage .image_description {
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
    line-height: 1.2; }
    .box-lookbookh5 .ApImage .image_description span {
      display: block;
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 10px;
      letter-spacing: 0; }
  @media (min-width: 768px) and (max-width: 992px) {
    .box-lookbookh5 .ApImage img {
      width: auto !important;
      max-height: 700px; } }
.box-lookbookh5 .ApProductCarousel {
  padding: 0 20px;
  max-width: 800px;
  margin: auto;
  padding-top: 80px; }
  @media (max-width: 1199px) {
    .box-lookbookh5 .ApProductCarousel {
      padding-top: 50px; } }
  @media (max-width: 992px) {
    .box-lookbookh5 .ApProductCarousel {
      padding-top: 20px; } }
  .box-lookbookh5 .ApProductCarousel .title_block {
    font-size: 28px;
    font-weight: 700;
    color:#e78200;
    line-height: 30px;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .box-lookbookh5 .ApProductCarousel .title_block {
        float: left;
        padding: 0 30px 0 0; }
        .rtl .box-lookbookh5 .ApProductCarousel .title_block {
          float: right; }
        .rtl .box-lookbookh5 .ApProductCarousel .title_block {
          padding: 0 0 0 30px; } }
    @media (max-width: 767px) {
      .box-lookbookh5 .ApProductCarousel .title_block {
        margin: 0 0 10px; } }
  .box-lookbookh5 .ApProductCarousel .sub-title-widget {
    margin: 0 0 30px;
    line-height: 30px;
    color: #67747c;
    text-align: center; }
    @media (min-width: 768px) {
      .box-lookbookh5 .ApProductCarousel .sub-title-widget {
        text-align: right; }
        .rtl .box-lookbookh5 .ApProductCarousel .sub-title-widget {
          text-align: left; } }
  .box-lookbookh5 .ApProductCarousel .owl-pagination {
    text-align: center; }

.box-productsh5 {
  padding: 40px 30px 40px; }
  @media (max-width: 991px) {
    .box-productsh5 {
      padding-left: 20px;
      padding-right: 20px; } }
  .box-productsh5 .ApProductCarousel {
    max-width: 1720px;
    margin: auto; }
  .box-productsh5 .ApColumn .title_block {
    color:#e78200;
    font-weight: 700; }

.box-shippingh5 {
  text-align: center; }
  .box-shippingh5 .ApRawHtml {
    margin: 0;
    background-color: #f1f1f1;
    padding: 65px 10px; }
    .box-shippingh5 .ApRawHtml .ico-service {
      font-size: 16px;
      color:#e78200;
      font-weight: 600;
      display: inline-block;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      line-height: 45px;
      background: #fff;
      -moz-box-shadow: 0 0 0 2px#e78200 inset;
      -webkit-box-shadow: 0 0 0 2px#e78200 inset;
      -o-box-shadow: 0 0 0 2px#e78200 inset;
      -ms-box-shadow: 0 0 0 2px#e78200 inset;
      box-shadow: 0 0 0 2px#e78200 inset;
      -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); }
    .box-shippingh5 .ApRawHtml:hover .ico-service {
      -moz-box-shadow: 0 0 0 25px#e78200 inset;
      -webkit-box-shadow: 0 0 0 25px#e78200 inset;
      -o-box-shadow: 0 0 0 25px#e78200 inset;
      -ms-box-shadow: 0 0 0 25px#e78200 inset;
      box-shadow: 0 0 0 25px#e78200 inset;
      color: #fff; }
    .box-shippingh5 .ApRawHtml .title_block {
      font-size: 20px;
      color: #26282b;
      margin: 23px 0 10px; }
    .box-shippingh5 .ApRawHtml .text_service {
      margin-bottom: 0;
      line-height: 26px; }
  .box-shippingh5 .ApColumn:nth-child(2) .ApRawHtml {
    background-color: #e9e9e9; }

.star_content .star {
  width: 10px;
  height: 10px;
  background: none;
  color: #ccc;
  text-align: center;
  font-size: 11px;
  line-height: 10px; }
  .star_content .star:before {
    font-family: "FontAwesome";
    content: "\f005"; }
  .star_content .star.star_hover, .star_content .star.star_on {
    color: #ffb136; }

.footer_links:after {
  content: "";
  display: block;
  clear: both; }
.footer_links li {
  float: left;
  margin: 0 15px 0 0; }
  .rtl .footer_links li {
    float: right; }
  .rtl .footer_links li {
    margin: 0 0 0 15px; }
  .footer_links li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background: none;
    color: #666;
    border: 0; }
    .footer_links li a i {
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      background: #666;
      color: #fff;
      margin: 0 5px 0 0;
      border-radius: 15px;
      font-size: 14px; }
      .rtl .footer_links li a i {
        margin: 0 0 0 5px; }
    .footer_links li a:hover {
      color:#e78200;
      background: none; }
      .footer_links li a:hover i {
        background:#e78200; }

.list-wishlist .table .view-wishlist-product {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.send-wishlist .leo-send-wishlist-button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.btn-primary.leo-save-wishlist-bt .cssload-speeding-wheel {
  border: 2px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent; }

.leo-compare-wishlist-button {
  display: inline-block;
  vertical-align: top; }
  .leo-compare-wishlist-button .leo-wishlist-button-dropdown {
    vertical-align: top; }
  .leo-compare-wishlist-button .leo-compare-button,
  .leo-compare-wishlist-button .leo-wishlist-button {
    padding: 0;
    margin: 0 1px 0 5px;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 0;
    background: #fff;
    color: #333;
    position: relative; }
    .rtl .leo-compare-wishlist-button .leo-compare-button, .rtl
    .leo-compare-wishlist-button .leo-wishlist-button {
      margin: 0 5px 0 1px; }
    @media (max-width: 480px) {
      .leo-compare-wishlist-button .leo-compare-button,
      .leo-compare-wishlist-button .leo-wishlist-button {
        margin: 0 6px 0 0; }
        .rtl .leo-compare-wishlist-button .leo-compare-button, .rtl
        .leo-compare-wishlist-button .leo-wishlist-button {
          margin: 0 0 0 6px; } }
    .leo-compare-wishlist-button .leo-compare-button:hover,
    .leo-compare-wishlist-button .leo-wishlist-button:hover {
      background: #fff;
      color:#e78200; }
    .leo-compare-wishlist-button .leo-compare-button span.cssload-speeding-wheel,
    .leo-compare-wishlist-button .leo-wishlist-button span.cssload-speeding-wheel {
      position: absolute;
      top: 12px;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff; }
    .leo-compare-wishlist-button .leo-compare-button i,
    .leo-compare-wishlist-button .leo-wishlist-button i {
      font-size: 16px; }

#leo_product_reviews_block_extra .reviews_note > span {
  display: none; }
#leo_product_reviews_block_extra .reviews_advices a {
  color: #999;
  font-size: 12px; }
  #leo_product_reviews_block_extra .reviews_advices a:hover {
    color: #333; }
  #leo_product_reviews_block_extra .reviews_advices a i {
    font-size: 14px;
    vertical-align: -3px;
    font-size: 14px; }

.turnoff-popup-wrapper {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center; }
  .turnoff-popup-wrapper input {
    vertical-align: -2px;
    margin: 0 5px 0 0; }
    .rtl .turnoff-popup-wrapper input {
      margin: 0 0 0 5px; }
  .turnoff-popup-wrapper input, .turnoff-popup-wrapper label {
    cursor: pointer; }
  .turnoff-popup-wrapper label {
    color: #999;
    font-size: 12px; }

.p-totalitem p {
  margin: 0;
  line-height: 25px; }
@media (max-width: 991px) {
  .p-totalitem {
    display: none; } }

.leo-fake-button {
  display: none; }

.form-control-label sup {
  color: #f00; }

td.comparison_infos .leo-compare-review-dropdown {
  display: inline-block; }

.footer_link .btn {
  padding: 10px 15px;
  font-size: 14px; }
  .footer_link .btn i {
    vertical-align: -5px; }

.featured-products {
  margin-top: 50px; }

.box-sliderh6 .ApColumn .block {
  margin-bottom: 0; }
@media (max-width: 767px) {
  .box-sliderh6 .ApImage {
    width: 50%;
    float: left; }
    .rtl .box-sliderh6 .ApImage {
      float: right; } }

.box-lookbookh6 .ApColumn .block {
  margin-bottom: 0; }
.box-lookbookh6 .ApColumn .title_block {
  text-align: left;
  font-size: 18px;
  margin: 25px 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .rtl .box-lookbookh6 .ApColumn .title_block {
    text-align: right; }
@media (min-width: 1200px) {
  .box-lookbookh6 .products_block {
    padding: 0 0 0 50px; }
    .rtl .box-lookbookh6 .products_block {
      padding: 0 50px 0 0; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .box-lookbookh6 .products_block {
    padding: 0 0 0 30px; }
    .rtl .box-lookbookh6 .products_block {
      padding: 0 30px 0 0; } }
@media (max-width: 991px) and (min-width: 481px) {
  .box-lookbookh6 .products_block {
    padding: 0 0 0 10px; }
    .rtl .box-lookbookh6 .products_block {
      padding: 0 10px 0 0; } }
.box-lookbookh6 .ApImage {
  overflow: hidden; }

.box-bannerh6 .ApColumn .block {
  margin-bottom: 0;
  overflow: hidden; }

.box-conllec .ApColumn .block {
  margin-bottom: 0px;
  text-align: center; }
.box-conllec .ApImage .circle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  z-index: 1;
  content: "";
  border-radius: 100%; }
  .rtl .box-conllec .ApImage .circle {
    right: -15px;
    left: auto; }
.box-conllec .ApImage .collec-link {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 600;
  font-size: 16px;
  padding: 20px 15px 10px;
  vertical-align: top;
  color: #222; }
  .box-conllec .ApImage .collec-link:hover {
    color:#e78200; }
  @media (max-width: 991px) {
    .box-conllec .ApImage .collec-link {
      letter-spacing: 2px;
      font-size: 12px;
      padding: 10px 10px 0px; } }
.box-conllec .ApImage .collect-line {
  display: block;
  clear: both;
  width: 60px;
  height: 1px;
  vertical-align: top;
  margin: 0 auto 4px; }
.box-conllec .ApImage .collec-title {
  font-family: 'ChronicleDisplayRoman';
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 18px;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .box-conllec .ApImage .collec-title {
      font-size: 25px;
      margin: 0 0 10px; } }
.box-conllec .col-left .ApImage {
  background-color: #dce2c2;
  position: relative; }
  .box-conllec .col-left .ApImage:after {
    content: "";
    display: block;
    clear: both; }
  .box-conllec .col-left .ApImage > img {
    width: 50% !important;
    float: left; }
    .rtl .box-conllec .col-left .ApImage > img {
      float: right; }
  .box-conllec .col-left .ApImage .image_description {
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .rtl .box-conllec .col-left .ApImage .image_description {
      left: 0;
      right: auto; }
  .box-conllec .col-left .ApImage:nth-child(2) {
    background-color: #e0c6b1; }
    .box-conllec .col-left .ApImage:nth-child(2) > img {
      float: right; }
      .rtl .box-conllec .col-left .ApImage:nth-child(2) > img {
        float: left; }
    .box-conllec .col-left .ApImage:nth-child(2) .image_description {
      right: auto;
      left: 0; }
      .rtl .box-conllec .col-left .ApImage:nth-child(2) .image_description {
        right: 0;
        left: auto; }
    .box-conllec .col-left .ApImage:nth-child(2) .circle {
      left: auto;
      right: -15px; }
      .rtl .box-conllec .col-left .ApImage:nth-child(2) .circle {
        left: -15px;
        right: auto; }
.box-conllec .col-right .ApImage .image_description {
  background-color: #9790a8;
  position: absolute;
  height: 50%;
  width: 50%;
  bottom: 0;
  left: 0; }
  .rtl .box-conllec .col-right .ApImage .image_description {
    right: 0;
    left: auto; }
  .box-conllec .col-right .ApImage .image_description .collec--sub {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0; }
  .box-conllec .col-right .ApImage .image_description .collec-title {
    color: #fff; }

.box-navh8 {
  color: #999; }
  @media (min-width: 992px) {
    .box-navh8 {
      padding: 0 50px;
      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: 991px) {
    .box-navh8 {
      padding: 0 10px; }
      .box-navh8 .ApRawHtml {
        float: right;
        background: none; }
        .rtl .box-navh8 .ApRawHtml {
          float: left; } }
  .box-navh8 .popup-over.language-selector-wrapper,
  .box-navh8 .popup-over.currency-selector {
    float: left;
    margin: 0 20px 0 0; }
    .rtl .box-navh8 .popup-over.language-selector-wrapper, .rtl
    .box-navh8 .popup-over.currency-selector {
      float: right; }
    .rtl .box-navh8 .popup-over.language-selector-wrapper, .rtl
    .box-navh8 .popup-over.currency-selector {
      margin: 0 0 0 20px; }
    .box-navh8 .popup-over.language-selector-wrapper .popup-content,
    .box-navh8 .popup-over.currency-selector .popup-content {
      right: auto;
      left: 0; }
      .rtl .box-navh8 .popup-over.language-selector-wrapper .popup-content, .rtl
      .box-navh8 .popup-over.currency-selector .popup-content {
        right: 0;
        left: auto; }
  .box-navh8 .popup-over a.popup-title {
    padding: 0;
    color: #999; }
  .box-navh8 .popup-over:hover a.popup-title {
    color:#e78200; }
  .box-navh8 .search-widget a.popup-title .icon-font {
    display: inline-block;
    font-size: 17px; }
  .box-navh8 .col-info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .box-navh8 .col-info > .ap-btn-wishlist {
      height: 45px;
      line-height: 45px;
      padding: 0 10px;
      color: #26282b; }
      .box-navh8 .col-info > .ap-btn-wishlist i {
        font-size: 17px; }
      .box-navh8 .col-info > .ap-btn-wishlist:hover {
        color:#e78200; }
    .box-navh8 .col-info .popup-over {
      margin: 0; }
      .box-navh8 .col-info .popup-over li .ap-btn-wishlist {
        display: none; }
      .box-navh8 .col-info .popup-over a.popup-title {
        padding: 0 10px;
        color: #26282b; }
        .box-navh8 .col-info .popup-over a.popup-title:hover {
          color:#e78200; }
  .box-navh8 #cart-block .header .cart-products-count {
    top: 0px; }
  .box-navh8 #cart-block .header i {
    font-size: 17px; }
  .box-navh8 #cart-block .header a {
    color: #26282b; }
    .box-navh8 #cart-block .header a:hover {
      color:#e78200; }

.box-headerh8 {
  text-align: center; }
  @media (min-width: 992px) {
    .box-headerh8 {
      padding: 0 50px; } }
  .box-headerh8 .nav.megamenu {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .rtl .box-headerh8 .nav.megamenu {
      text-align: right; }

.box-rooftop .ApColumn .block {
  margin-bottom: 0; }
@media (min-width: 481px) {
  .box-rooftop {
    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-rooftop .ApHtml {
  line-height: 30px;
  padding: 20px 10%; }
  .box-rooftop .ApHtml h2 {
    font-size: 32px;
    margin: 0 0 30px; }
  .box-rooftop .ApHtml .box-label {
    text-transform: uppercase;
    background-color: #b580b2;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 3px 10px;
    letter-spacing: 2px;
    margin: 0 0 20px; }
  .box-rooftop .ApHtml a.box-btn {
    display: inline-block;
    padding: 0 25px;
    text-transform: uppercase;
    height: 47px;
    line-height: 47px;
    letter-spacing: 2px;
    font-weight: 600;
    border: 1px solid #6ac9bb;
    background: #6ac9bb;
    color: #fff; }
    .box-rooftop .ApHtml a.box-btn:hover {
      background: #fff;
      color: #6ac9bb; }

.box-shippingh8 {
  text-align: center;
  padding-bottom: 30px; }
  .box-shippingh8 .ApColumn .title_block {
    font-weight: 500; }
  .box-shippingh8 .ApRawHtml {
    margin: 0;
    padding: 65px 10px; }
    .box-shippingh8 .ApRawHtml .ico-service {
      font-size: 16px;
      color: #6ac9bb;
      font-weight: 600;
      display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      line-height: 60px;
      background: #fff;
      -moz-box-shadow: 0 0 0 1px #6ac9bb inset;
      -webkit-box-shadow: 0 0 0 1px #6ac9bb inset;
      -o-box-shadow: 0 0 0 1px #6ac9bb inset;
      -ms-box-shadow: 0 0 0 1px #6ac9bb inset;
      box-shadow: 0 0 0 1px #6ac9bb inset;
      -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); }
      .box-shippingh8 .ApRawHtml .ico-service i {
        vertical-align: -2px; }
    .box-shippingh8 .ApRawHtml:hover .ico-service {
      -moz-box-shadow: 0 0 0 35px #6ac9bb inset;
      -webkit-box-shadow: 0 0 0 35px #6ac9bb inset;
      -o-box-shadow: 0 0 0 35px #6ac9bb inset;
      -ms-box-shadow: 0 0 0 35px #6ac9bb inset;
      box-shadow: 0 0 0 35px #6ac9bb inset;
      color: #fff; }
    .box-shippingh8 .ApRawHtml .title_block {
      font-size: 20px;
      color: #26282b;
      margin: 23px 0 10px; }
    .box-shippingh8 .ApRawHtml .text_service {
      margin-bottom: 0;
      line-height: 26px; }

.box-shippingh5.box-h9 > .title_block {
  padding: 40px 0;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin: 0; }
  .box-shippingh5.box-h9 > .title_block span {
    color:#e78200;
    letter-spacing: 0;
    font-weight: 600; }
@media (min-width: 992px) {
  .box-shippingh5.box-h9 .ApColumn {
    border-left: 1px solid #e5e5e5; }
    .box-shippingh5.box-h9 .ApColumn:last-child {
      border-right: 1px solid #e5e5e5; } }
.box-shippingh5.box-h9 .ApColumn .block {
  margin-bottom: 0;
  background: #f9f9f9; }
.box-shippingh5.box-h9 .ApColumn:nth-child(2n) .block {
  background: #f2f2f2; }

.box-collectiontoph9 {
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .box-collectiontoph9 {
      padding-bottom: 30px; } }
  .box-collectiontoph9 .ApColumn .block {
    margin-bottom: 0;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .box-collectiontoph9 .ApColumn .block img {
        max-height: 200px; } }
  .box-collectiontoph9 .widget-category_image {
    height: 350px;
    background: #c19e86;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 767px) {
      .box-collectiontoph9 .widget-category_image {
        height: 200px; } }
    .box-collectiontoph9 .widget-category_image:hover {
      background: #524034; }
    .box-collectiontoph9 .widget-category_image a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      font-weight: 600;
      color: #fff;
      text-transform: capitalize;
      text-align: center; }
      @media (max-width: 1199px) {
        .box-collectiontoph9 .widget-category_image a {
          font-size: 30px; } }
    .box-collectiontoph9 .widget-category_image .cate_content {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .box-collectiontoph9 .widget-category_image .cate_content span.name {
        font-size: 28px;
        display: block;
        line-height: 1.5; }
        .box-collectiontoph9 .widget-category_image .cate_content span.name .num {
          display: block;
          font-size: 14px;
          font-weight: normal;
          margin-top: 5px; }
      .box-collectiontoph9 .widget-category_image .cate_content img {
        height: auto;
        width: auto; }
      .box-collectiontoph9 .widget-category_image .cate_content .cover-img {
        margin-bottom: 10px;
        display: block; }
  .box-collectiontoph9 .ApColumn:last-child .widget-category_image {
    background: #8097bc; }
    .box-collectiontoph9 .ApColumn:last-child .widget-category_image:hover {
      background: #324056; }

.box-proh9 {
  padding: 50px 0;
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  margin-bottom: 60px !important;
  overflow: hidden; }
  @media (max-width: 991px) {
    .box-proh9 {
      margin-bottom: 30px !important;
      padding: 30px 0; } }
  .box-proh9 .ApColumn .block {
    margin-bottom: 0; }
  .box-proh9 .col-image,
  .box-proh9 .col-product {
    padding: 0 50px; }
    @media (max-width: 991px) {
      .box-proh9 .col-image,
      .box-proh9 .col-product {
        padding: 0 30px; } }
  @media (min-width: 768px) {
    .box-proh9 > .ApColumn:first-child:after {
      content: "";
      width: 1px;
      position: absolute;
      top: -99px;
      bottom: -99px;
      right: 0;
      background: #e5e5e5; }
      .rtl .box-proh9 > .ApColumn:first-child:after {
        left: 0;
        right: auto; } }

.widget-category_image .view_all_wapper {
  display: none; }

.card input {
  max-width: 100%;
  height: 42px;
  text-align: center;
  outline: 0;
  box-shadow: none; }

.ps-hidden-by-js {
  display: none; }

.col-menuhide .ApRawHtml {
  margin: 0; }
.col-menuhide .btn-showmenu {
  height: 45px;
  line-height: 45px;
  padding: 0 0 0 40px;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  position: relative;
  margin: 25px 0 0;
  cursor: pointer; }
  .rtl .col-menuhide .btn-showmenu {
    padding: 0 40px 0 0; }
  .col-menuhide .btn-showmenu:hover {
    color:#e78200; }
  .col-menuhide .btn-showmenu:before {
    content: "";
    height: 19px;
    width: 26px;
    position: absolute;
    top: 12px;
    border: 1px solid #214f99;
    border-width: 1px 0;
    left: 0; }
    .rtl .col-menuhide .btn-showmenu:before {
      right: 0;
      left: auto; }
  .col-menuhide .btn-showmenu:after {
    content: "";
    width: 26px;
    height: 1px;
    background: #214f99;
    position: absolute;
    top: 21px;
    left: 0; }
    .rtl .col-menuhide .btn-showmenu:after {
      right: 0;
      left: auto; }
  .col-menuhide .btn-showmenu span:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
@media (max-width: 991px) {
  .col-menuhide .btn-showmenu {
    display: none; } }
@media (min-width: 992px) {
  .col-menuhide .ApMegamenu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.85);
    width: 220px;
    display: table;
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: translateX(-220px);
    opacity: 0;
    visibility: hidden; }
    .rtl .col-menuhide .ApMegamenu {
      right: 0;
      left: auto; }
    .col-menuhide .ApMegamenu .leo-megamenu {
      position: relative;
      display: table-cell;
      vertical-align: middle; }
      .col-menuhide .ApMegamenu .leo-megamenu .nav-item {
        float: none; }
  .col-menuhide .leo-megamenu .navbar-nav > li > a {
    padding: 25px 20px;
    color: #fff; }
    .col-menuhide .leo-megamenu .navbar-nav > li > a:before {
      display: none; }
  .col-menuhide .leo-megamenu .navbar-nav > li.active > a,
  .col-menuhide .leo-megamenu .navbar-nav > li:hover > a,
  .col-menuhide .leo-megamenu .navbar-nav > li:focus > a {
    color: #9d6959; }
  .col-menuhide .leo-megamenu .navbar-nav > li.ic > a > .sub-title {
    font-size: 10px;
    right: 20px;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .col-menuhide .leo-megamenu .dropdown:hover > .dropdown-menu {
    left: 100%;
    top: 0; }
    .rtl .col-menuhide .leo-megamenu .dropdown:hover > .dropdown-menu {
      right: 100%;
      left: auto; }
  .col-menuhide .leo-top-menu {
    position: relative; }
  .col-menuhide .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
    width: 800px !important;
    top: 0;
    left: 100%;
    min-height: 100%; }
    .rtl .col-menuhide .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
      right: 100%;
      left: auto; } }

@media (min-width: 992px) {
  .show-menu .col-menuhide .ApMegamenu {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible; } }
.show-menu .col-menuhide .btn-showmenu span:before {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

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

@media (min-width: 992px) {
  .box-header .col-info > div,
  .box-header .header-logo,
  .box-header .col-menuhide .btn-showmenu {
    transition: all .4s; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box-products .ajax_block_product {
    width: 33.33%;
    clear: none !important; }
    .box-products .ajax_block_product:nth-child(3n+1) {
      clear: both !important; } }

@media (min-width: 768px) {
  .hide-title-md .title_block {
    opacity: 0; } }
#cart-block .header {
  height: 40px;
  padding: 0 15px;
  border-radius: 2px;
  position: relative; }
  #cart-block .header a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  #cart-block .header .cart-products-count {
    position: absolute;
    top: 0;
    left: auto;
    right: 3px;
    background-color: #000; }
    .rtl #cart-block .header .cart-products-count {
      left: 3px;
      right: auto; }

/*update cart popup*/
.modal-backdrop.in {
  opacity: 0.8; }

#blockcart-modal .modal-dialog {
  max-width: 950px; }
  @media (min-width: 992px) {
    #blockcart-modal .modal-dialog {
      margin-top: 200px; } }
#blockcart-modal .modal-content {
  border: 0;
  border-radius: 0; }
#blockcart-modal .modal-header {
  background: none;
  border: 0;
  padding: 10px 35px;
  position: absolute;
  width: 50%;
  left: 0;
  z-index: 1;
  text-align: left;
  top: 0; }
  .rtl #blockcart-modal .modal-header {
    right: 0;
    left: auto; }
  .rtl #blockcart-modal .modal-header {
    text-align: right; }
  @media (max-width: 767px) {
    #blockcart-modal .modal-header {
      position: static;
      width: 100%;
      text-align: center; } }
#blockcart-modal .modal-title {
  color: #e78200;
  line-height: 20px;
  text-align: inherit !important; }
  #blockcart-modal .modal-title i.material-icons {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: -4px; }
    .rtl #blockcart-modal .modal-title i.material-icons {
      margin-left: 10px;
      margin-right: inherit; }
#blockcart-modal .product-name {
  color: #000;
  line-height: 1.35;
  margin-bottom: 20px; }
#blockcart-modal button.close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 200%;
  margin: 0 0 0 -31px;
  background: #333;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  font-size: 14px; }
  .rtl #blockcart-modal button.close {
    right: 200%;
    left: auto; }
  @media (max-width: 767px) {
    #blockcart-modal button.close {
      left: 100%; }
      .rtl #blockcart-modal button.close {
        right: 100%;
        left: auto; } }
  .rtl #blockcart-modal button.close {
    margin: 0 -31px 0 0; }
  #blockcart-modal button.close:hover {
    background: #e78200; }
  #blockcart-modal button.close span {
    display: none; }
  #blockcart-modal button.close:before {
    content: "\f00d";
    font-family: 'FontAwesome'; }
#blockcart-modal .modal-body {
  padding: 30px;
  color: #666;
  overflow: hidden; }
  #blockcart-modal .modal-body > .row > div {
    width: 50%;
    border: 0 !important; }
    @media (max-width: 767px) {
      #blockcart-modal .modal-body > .row > div {
        width: 100%; } }
  #blockcart-modal .modal-body b, #blockcart-modal .modal-body strong {
    font-weight: normal; }
@media (min-width: 768px) {
  #blockcart-modal .col-md-5.divide-right {
    padding: 40px 30px 0 15px; }
    .rtl #blockcart-modal .col-md-5.divide-right {
      padding: 40px 15px 0 30px; }
    #blockcart-modal .col-md-5.divide-right:before {
      content: "";
      width: 1px;
      background: #eee;
      position: absolute;
      top: -999px;
      bottom: -999px;
      right: 0; }
      .rtl #blockcart-modal .col-md-5.divide-right:before {
        left: 0;
        right: auto; } }
#blockcart-modal .col-md-5.divide-right p {
  color: #666; }
@media (max-width: 767px) {
  #blockcart-modal .col-md-5.divide-right .col-md-6 {
    float: left; }
    .rtl #blockcart-modal .col-md-5.divide-right .col-md-6 {
      float: right; }
    #blockcart-modal .col-md-5.divide-right .col-md-6:nth-child(1) {
      width: 33.33%; }
    #blockcart-modal .col-md-5.divide-right .col-md-6:nth-child(2) {
      width: 66.66%; } }
#blockcart-modal .product-image {
  max-width: 100%;
  width: auto; }
#blockcart-modal .cart-content > p {
  font-weight: bold;
  color: #000; }
  #blockcart-modal .cart-content > p strong {
    font-size: 14px;
    font-weight: normal;
    color: #888; }
@media (min-width: 768px) {
  #blockcart-modal .cart-content {
    padding: 0 0 0 15px; }
    .rtl #blockcart-modal .cart-content {
      padding: 0 15px 0 0; } }
#blockcart-modal .cart-content .btn {
  margin-bottom: 0.625rem;
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 20px;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: #ddd;
  color: #333;
  border-radius: 0;
  font-weight: normal; }
  @media (max-width: 480px) {
    #blockcart-modal .cart-content .btn {
      width: 100%;
      margin: 10px 0 0 !important; } }
  #blockcart-modal .cart-content .btn:hover {
    background: #333;
    color: #fff; }
  #blockcart-modal .cart-content .btn .material-icons {
    margin: 0 5px 0 0;
    font-size: 16px;
    vertical-align: -4px; }
    .rtl #blockcart-modal .cart-content .btn .material-icons {
      margin: 0 0 0 5px; }
#blockcart-modal .cart-content a.btn-primary {
  background: #e78200;
  color: #fff; }
  #blockcart-modal .cart-content a.btn-primary:hover {
    background: #73d7cc; }
#blockcart-modal .cart-content-btn {
  margin: 30px 0 0; }
  @media (min-width: 992px) {
    #blockcart-modal .cart-content-btn {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between; } }
  @media (max-width: 480px) {
    #blockcart-modal .cart-content-btn {
      margin: 20px 0 0; } }
#blockcart-modal .cart-content .cart-products-count {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  color: #000; }

/*update cart popup*/
.owl-theme .owl-buttons {
  position: static;
  width: auto; }
  .owl-theme .owl-buttons div {
    font-size: 0;
    color: transparent;
    border-radius: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
    .owl-theme .owl-buttons div:before {
      display: none; }
    .owl-theme .owl-buttons div:after {
      content: "";
      width: 30px;
      height: 30px;
      border: 1px solid #000;
      background: none;
      border-width: 1px 1px 0 0;
      position: absolute;
      top: 50%;
      margin-top: -15px; }
    .owl-theme .owl-buttons div.owl-prev {
      left: -20px; }
      .owl-theme .owl-buttons div.owl-prev:after {
        transform: rotate(-135deg);
        right: 0; }
    .owl-theme .owl-buttons div.owl-next {
      right: -20px; }
      .owl-theme .owl-buttons div.owl-next:after {
        transform: rotate(45deg);
        left: 0; }
    .owl-theme .owl-buttons div:hover {
      background: none; }
      .owl-theme .owl-buttons div:hover:after {
        border-color:#e78200; }
.owl-theme:hover .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }
  .owl-theme:hover .owl-buttons div.owl-prev {
    left: 0px; }
  .owl-theme:hover .owl-buttons div.owl-next {
    right: 0px; }

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

#blog-localengine {
  padding: 30px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center; }
  @media (max-width: 991px) {
    #blog-localengine {
      padding: 20px; } }
  #blog-localengine .form-horizontal .form-group:last-child {
    min-height: 45px; }
    #blog-localengine .form-horizontal .form-group:last-child > div {
      width: 100%; }
  #blog-localengine .leoblog-cssload-container {
    padding: 10px 0 0; }
  #blog-localengine .form-horizontal {
    margin-bottom: 0; }

body:not(#index) #header {
  border-bottom: 1px solid #eee; }

/*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 .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: "pangram", sans-serif;
    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:#e78200; }
  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;
    align-items: center; }
    #block-reassurance li .block-reassurance-item img {
      opacity: 0.7;
      width: 25px;
      position: static;
      margin: 0 10px 0 0;
      height: auto; }
      .rtl #block-reassurance li .block-reassurance-item img {
        margin: 0 0 0 10px; }
    #block-reassurance li .block-reassurance-item span {
      font-size: 12px;
      line-height: 20px;
      color: #888; }

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

body#checkout .form-control.js-visible-password {
  padding: 8px 50px 8px 15px; }
  .rtl body#checkout .form-control.js-visible-password {
    padding: 8px 15px 8px 50px; }

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

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

body#checkout .custom-checkbox input[type="checkbox"],
body#checkout .custom-checkbox input[type="radio"] {
  width: 16px;
  height: 16px;
  z-index: 3; }
  body#checkout .custom-checkbox input[type="checkbox"] + span,
  body#checkout .custom-checkbox input[type="radio"] + span {
    width: 16px;
    height: 16px; }
    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: "pangram", sans-serif;
  display: block; }
body#checkout section.checkout-step .address-item .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: -7px; }
body#checkout section.checkout-step .address-item .address-alias {
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 20px; }
body#checkout section.checkout-step .address-item .address {
  line-height: 1.5;
  font-size: 12px; }

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

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

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

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

.btn-outline,
.btn,
.btn-primary {
  border-radius: 0;
  background: #292929;
  padding: 9px 10px;
  line-height: 20px;
  border: 0;
  transition: all .4s;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-family:#e78200; }
  .btn-outline:hover, .btn-outline:focus,
  .btn:hover,
  .btn:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    background:#e78200;
    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: #fff;
  color: #292929;
  border-color: #282828; }

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

.definition-list dl dd, .definition-list dl dt {
  width: 48%; }

.definition-list dl {
  margin: 0 -1%; }

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

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

.card {
  border-radius: 0; }

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

#content-hook_order_confirmation {
  text-align: center;
  color: #999; }
  #content-hook_order_confirmation .card-title {
    font-size: 13px;
    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: 13px;
  letter-spacing: 1px;
  color: #000; }

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

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

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

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

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

h5.modal-title {
  font-weight: normal;
  font-family: "pangram", sans-serif;
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0;
  color: #888; }
  h5.modal-title a {
    color: #000; }
    h5.modal-title a:hover {
      color:#e78200; }

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

.register-form > p {
  text-align: center;
  letter-spacing: 2px; }
.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; }

#authentication .breadcrumb ol {
  display: none; }

.leo-notification {
  min-width: 100vw; }

body#checkout section.checkout-step #customer-form .radio-inline {
  margin: 10px 10px 0 0; }

body#checkout .additional-information {
  margin: 20px 0; }

#order-items .order-line:first-child {
  margin-top: 0px; }

/*end update CART*/
#main .featured-products .product_list .ajax_block_product {
  clear: none; }
  @media (min-width: 992px) {
    #main .featured-products .product_list .ajax_block_product {
      width: 25%; }
      #main .featured-products .product_list .ajax_block_product:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #main .featured-products .product_list .ajax_block_product {
      width: 33.333%; }
      #main .featured-products .product_list .ajax_block_product:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 481px) and (max-width: 767px) {
    #main .featured-products .product_list .ajax_block_product {
      width: 50%; }
      #main .featured-products .product_list .ajax_block_product:nth-child(2n+1) {
        clear: both; } }

#product_reviews_block_tab .report_btn {
  padding: 2px 5px;
  margin: 10px 0 0; }

.footer-logo {
  text-align: center;
  margin: 0 0 20px; }

@media (min-width: 992px) {
  header #search_widget .popup-content {
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;
    top: 100%;
    transform: translateY(0);
    width: 320px;
    height: 52px !important;
    border-color: #e5e5e5; }
    .rtl header #search_widget .popup-content {
      left: 0;
      right: auto; }
    header #search_widget .popup-content .search-inner {
      width: 100%;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0; }
      .rtl header #search_widget .popup-content .search-inner {
        right: 0;
        left: auto; }
  header #search_widget.open a.popup-title .icon-magnifier:before {
    content: "\e082"; }
  header #search_widget.open a.popup-title .icon-closes {
    display: none !important; } }
@media (min-width: 992px) {
  .demo-product-detail {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
.demo-product-detail .widget-html {
  padding: 10px; }
  .demo-product-detail .widget-html a {
    display: block;
    border: 1px solid #eee; }
    .demo-product-detail .widget-html a:hover {
      border: 1px solid #999; }

body.modal-open {
  overflow: auto !important; }

#leo_search_block_top {
  margin: 0;
  padding: 0;
  position: relative; }
  #leo_search_block_top .title_block {
    display: block;
    width: 40px;
    height: 90px;
    margin: 0;
    text-align: center;
    line-height: 90px;
    text-indent: -99px;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
    transition: all 0.4s;
    cursor: pointer; }
    #leo_search_block_top .title_block:before {
      content: "\e090";
      font-family: 'Simple-Line-Icons';
      text-indent: 0px;
      display: block; }
    @media (min-width: 992px) {
      #leo_search_block_top .title_block:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        cursor: auto; } }
  #leo_search_block_top #leosearchtopbox {
    position: absolute;
    width: 300px;
    top: 100%;
    margin-top: 2px;
    right: -7px;
    z-index: 99;
    transition: all .5s;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 575px) {
      #leo_search_block_top #leosearchtopbox {
        right: -120px;
        width: 280px; } }
    @media (max-width: 480px) {
      #leo_search_block_top #leosearchtopbox {
        width: 250px; } }
  #leo_search_block_top.active .title_block:before {
    content: "\e082"; }
  #leo_search_block_top.active .title_block:after {
    opacity: 1;
    visibility: visible; }
  #leo_search_block_top.active #leosearchtopbox {
    opacity: 1;
    visibility: visible; }

/*# sourceMappingURL=styles.css.map */
.titre_confiance .block_content h4{margin-bottom: 45px !important;}
.block_newsletter.block .title_block {
    margin-top: -15px;
}
.bottomnav .popup-over, .bottomnav .ApQuicklogin,#checkoutBillingAddress,#checkoutLogin,.headingCheckout,#leo_product_reviews_block_extra {
    display: none !important;
}

tr.soufiane_1,tr.soufiane_3,tr.soufiane_4,tr.soufiane_6,tr.soufiane_7,tr.soufiane_8,tr.soufiane_9,tr.soufiane_12,tr.soufiane_14,tr.soufiane_15{
    display: none !important;
}
#columnleft-1{
        min-height: auto !important;
}
.product-prices .current-price {
    color: #e78200 !important;
}
.product-tabs.tabs .nav-tabs,.leo-cart-dropdown-action .cart-dropdow-viewcart{
    display: none !important;
}
@media (max-width: 991px){
    .box-comment {
            padding: 0px 0 10px !important;
    height: 240px !important;
}
}
