/***************************************************
  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: #000;
  letter-spacing: -1px;
  text-align: center;
  text-transform: none;
  padding: 0;
  margin: 10px 0 30px; }
  @media (max-width: 991px) {
    .ApColumn .title_block {
      font-size: 30px; } }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .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 {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      /*content: "\f05a"; */
    }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .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 #FFCC00; }
    .widget-tabs li.active a {
      color: #FFCC00; }

.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: #FFCC00;
    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: 30px;
  display: none;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #FFCC00; }
  .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 #FFCC00;
    -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 .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: #FFCC00;
    background-color: rgba(255, 204, 0, 0.7);
    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%; }
.link-instagram {
  margin-bottom: 35px;
}
.box-installgram {
  padding: 30px 0;
  background: #FFF !important;
  text-align: center; 
}
.box-installgram .owl-theme .owl-controls span{
  background-color: #000;
}
.box-installgram .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
  background-color: #FFCC00;
}
.box-installgram a {
  color: #000;
}
.box-installgram a:hover {
  color: #FFF;
}
  @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*/
::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd; }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666; }

.header-logo {
  text-align: center;
  padding: 23px 0 22px; 
  max-width: 210px;
}
  .header-logo a {
    display: inline-block;
    vertical-align: top; }

.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; }*/
      .box-header .leo-megamenu .dropdown-menu {
        padding: 40px; } }
  @media (min-width: 992px) {
    .box-header.box-h7 .header-logo {
      text-align: left;
      padding: 30px 20px 20px; }
      .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: #e0c6b1;
        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 .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: "\f141";
        font-family: "FontAwesome";
        font-size: 22px;
        display: block; }
    .box-o2 .ApRawHtml p {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      color: rgba(255, 255, 255, 0.75);
      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: #FFCC00;
        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 img {
  width: 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: #FFCC00; }
.latest-blogs .blog-container {
  position: relative; }
  .latest-blogs .blog-container .created {
    margin: 0 !important;
    position: absolute;
    right: 20px;
    color: #333;
    top: 20px;
    margin: 0;
    display: inline-block;
    background-color: #fff;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    min-width: 45px;
    font-weight: 700;
    line-height: 17px; }
    .rtl .latest-blogs .blog-container .created {
      left: 20px;
      right: auto; }
    .latest-blogs .blog-container .created span {
      display: block; }
.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: 95px;
  overflow: hidden;
  margin: 0; }

.box-about {
  margin: 50px 0 !important; }
  @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; } }
  @media (max-width: 991px) {
    .box-about {
      margin: 30px 0 !important; } }
  .box-about .ApColumn .block {
    margin-bottom: 0; }
  .box-about .ApRawHtml {
    padding: 60px 40px;
    line-height: 25px;
    height: 100%; }
    @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: #FFCC00;
      border-color: #FFCC00;
      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: #FFCC00; }
    .box-about .ApRawHtml h4 {
      text-transform: uppercase;
      margin-bottom: 22px;
      font-size: 18px; }
      .box-about .ApRawHtml h4 i {
        font-size: 14px;
        margin: 0 10px 0 0; }
        .rtl .box-about .ApRawHtml h4 i {
          margin: 0 0 0 10px; }
  .box-about .col-xl-5 .ApRawHtml {
    border: 5px solid #e5e5e5;
    background: #fff; }

.footer-container {
  /*background: #000;*/
  color: #FFF;
  padding: 15px 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-family: 'pangram' ;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    text-align: left;
    /*text-transform: none;*/
    padding: 0;
    margin: 20px 0 10px; }
    .rtl .footer-container .ApColumn .title_block {
      text-align: right; }
    @media (max-width: 991px) {
      .footer-container .ApColumn .title_block {
        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: 5px 0;
    color: #FFF;
    -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;
      font-style: italic;*/
      color: #FFCC00;
       }
      .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 .alert-newletter {
  display: none; }
.block_newsletter form {
  position: relative;
  padding: 0 65px 0 0;
  margin: 10px auto; 
  text-align: center;
  width: 50%;
}
  .rtl .block_newsletter form {
    padding: 0 0 0 65px; }
  .block_newsletter form .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 65px;
    padding: 0;
    text-align: center;
    line-height: 45px;
    border: 0;
    background: #000;
    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: transparent;
      border: 1px solid #000;
      color: #000; }
    .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: 10px; */
}
  @media (max-width: 991px) {
    .box-footerinfo {
      margin-bottom: 0; } }
  .box-footerinfo .ApRawHtml {
    line-height: 44px; }
    @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-top{
  /*background-color: #FFCC00;*/
  color: #000;
  position: relative;
}
.footer-center {
  background-color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 991px) {
    .footer-center {
      padding-bottom: 0; } }

.footer-bottom {
  padding: 10px 0;
  line-height: 40px; 
  background-color: #000;
}
  @media (max-width: 767px) {
    .footer-bottom {
      text-align: center; } }
  .footer-bottom .ApColumn .block {
    margin-bottom: 0; 
    text-align: left;
  }
    @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: 9; }
  #header.navbar-fixed-top {
    position: fixed;
    z-index: 9999; }

#category #content-wrapper {
  position: static; }
  #category #content-wrapper .block-category h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 220px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 50px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    letter-spacing: -1px; }
    @media (max-width: 1199px) {
      #category #content-wrapper .block-category h1 {
        top: 355px; } }
    @media (max-width: 767px) {
      #category #content-wrapper .block-category h1 {
        position: static;
        color: #222; } }

#module-leoblog-list #content-wrapper,
#module-leoblog-list #wrapper > .container {
  position: static; }
#module-leoblog-list .blog-lastest-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 220px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 50px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
  letter-spacing: -1px; }
  @media (max-width: 1199px) {
    #module-leoblog-list .blog-lastest-title {
      top: 325px; } }

#product #main > .row {
  position: relative;
  padding: 50px 0; }
  #product #main > .row:before {
    content: "";
    background: #f1f1f1;
    position: absolute;
    top: 0;
    left: -500px;
    right: -500px;
    bottom: 0;
    border-bottom: 1px solid #ddd; }

.hide {
  display: none; }

.form-control {
  font-size: 14px;
  min-height: 37px; }

.btn-secondary:hover, .btn-tertiary:hover {
  color: #000;
  background-color: #FFCC00; }

.page-footer a {
  display: inline-block;
  padding: 15px 20px;
  background: #ff708e;
  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: #FFCC00; }
    .fancybox-inner .block-social li:before {
      font-size: 16px; }

.bottomnav {
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa; }
  .bottomnav .popup-over {
    float: right; }
    .rtl .bottomnav .popup-over {
      float: left; }
    @media (max-width: 767px) {
      .bottomnav .popup-over.language-selector-wrapper, .bottomnav .popup-over.currency-selector {
        float: left;
        margin: 0 5px 0 0; }
        .rtl .bottomnav .popup-over.language-selector-wrapper, .rtl .bottomnav .popup-over.currency-selector {
          float: right; }
        .rtl .bottomnav .popup-over.language-selector-wrapper, .rtl .bottomnav .popup-over.currency-selector {
          margin: 0 0 0 5px; }
        .bottomnav .popup-over.language-selector-wrapper .popup-content, .bottomnav .popup-over.currency-selector .popup-content {
          left: 0;
          right: auto; } }
    .bottomnav .popup-over 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 {
        padding: 0 40px 0 0; }
      @media (max-width: 1199px) {
        .bottomnav .popup-over a.popup-title {
          padding: 0 10px; } }
      .bottomnav .popup-over a.popup-title span {
        display: inline-block !important; }
      .bottomnav .popup-over a.popup-title .icon-font {
        display: none; }
      .bottomnav .popup-over a.popup-title .material-icons {
        display: inline-block;
        font-size: 14px;
        vertical-align: -2px; }
      .bottomnav .popup-over a.popup-title .hidden-xs-up {
        display: none !important; }
    .bottomnav .popup-over .popup-content {
      background: #fafafa; }
      .bottomnav .popup-over .popup-content li a {
        background: #fafafa; }
    .bottomnav .popup-over .language-selector img {
      vertical-align: -1px;
      margin: 0 5px 0 0; }
      .rtl .bottomnav .popup-over .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 50px; }
  @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: #000;
      color: #fff;
      display: inline-block;
      padding: 2px 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: #333;
      margin: 0 0 30px;
      line-height: 30px; }
    .box-lookbook .ApRawHtml .btn {
      padding: 12px 20px;
      background: #FFCC00;
      border: 1px solid #FFCC00;
      color: #000;
      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: #FFCC00; }
  .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: 80px 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: block;
        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: #8097bc;
    -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: #324056; }
    .box-collectiontop .col-right .widget-category_image:nth-last-child(2) {
      background: #c19e86; }
      .box-collectiontop .col-right .widget-category_image:nth-last-child(2):hover {
        background: #524034; }
    .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: 80px 0 30px; }
  @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: 35px 20px;
    position: relative;
    text-align: center;
    line-height: 26px;
    color: #333; }
    @media (max-width: 767px) {
      .box-onlineservice .ApRawHtml {
        padding: 40px 20px;
        border-bottom: 1px solid #f5f5f5; } }
    .box-onlineservice .ApRawHtml strong {
      font-size: 20px;
      color: #26282b;
      margin: 23px 0 10px;

      display: block;
    font-weight: 600; }
    @media (min-width: 768px) {
      .box-onlineservice .ApRawHtml:before {
        content: "";
        top: -99px;
        bottom: -99px;
        left: 0;
        width: 1px;
        background: #f5f5f5;
        position: absolute; } }
  @media (min-width: 768px) {
    .box-onlineservice .ApColumn:last-child .ApRawHtml:after {
      content: "";
      top: -99px;
      bottom: -99px;
      right: 0;
      width: 1px;
      background: #f5f5f5;
      position: absolute; } }
  @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: #ff708e;
    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:before{
          position: absolute;
    top: 50%;
       right: 15px;
    left: 15px;
    height: 2px;
    margin-top: 12px;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    background: #FFCC00;
    content: '';
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
        }

        .box-productstabs .nav-tabs .nav-item a.active::before, .box-productstabs .nav-tabs .nav-item a:hover::before{

    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
        }

       

         .box-productstabs .nav-tabs .nav-item a:hover, .box-productstabs .nav-tabs .nav-item a.active {
          /*background: #eee;*/
          color: #FFCC00; 
        }
/*        .box-productstabs .nav-tabs .nav-item a.active span, .box-productstabs .nav-tabs .nav-item a:hover span{
           border-bottom:2px solid #FFCC00;
           padding-bottom: 3px;
        }*/
       

.box-collecttion .ApRawHtml {
  padding: 30px;
  max-width: 765px;
  margin: auto; }
  @media (min-width: 1200px) {
    .box-collecttion .ApRawHtml {
      margin-top: 0px; } }
  @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; }
  .box-collecttion .ApRawHtml .rte-setting {
    color: #333;
    margin: 0 0 30px;
    line-height: 30px; }
  .box-collecttion .ApRawHtml .btn {
    /*padding: 12px 20px;
    background: #FFCC00;
    border: 1px solid #FFCC00;
    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: #FFCC00; */
      border:1px solid #000;
    }
.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; }
      .box-cateh5 .ApImage .image_description p {
        margin: 0; }
      .box-cateh5 .ApImage .image_description strong {
        font-size: 60px;
        color: #fff;
        display: block;
        text-transform: capitalize; }

.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: #FFCC00;
    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: #333;
    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: #FFCC00;
    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: #FFCC00;
      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 #FFCC00 inset;
      -webkit-box-shadow: 0 0 0 2px #FFCC00 inset;
      -o-box-shadow: 0 0 0 2px #FFCC00 inset;
      -ms-box-shadow: 0 0 0 2px #FFCC00 inset;
      box-shadow: 0 0 0 2px #FFCC00 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 #FFCC00 inset;
      -webkit-box-shadow: 0 0 0 25px #FFCC00 inset;
      -o-box-shadow: 0 0 0 25px #FFCC00 inset;
      -ms-box-shadow: 0 0 0 25px #FFCC00 inset;
      box-shadow: 0 0 0 25px #FFCC00 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: #FFCC00;
      background: none; }
      .footer_links li a:hover i {
        background: #FFCC00; }

.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; }
    .leo-compare-wishlist-button .leo-compare-button:hover,
    .leo-compare-wishlist-button .leo-wishlist-button:hover {
      background: #fff;
      color: #FFCC00; }
    .leo-compare-wishlist-button .leo-compare-button span span,
    .leo-compare-wishlist-button .leo-wishlist-button span span {
      display: none; }
    .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: #FFCC00; }
  @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: #FFCC00; }
  .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: #FFCC00; }
    .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: #FFCC00; }
  .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: #FFCC00; }

.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: #ff708e;
    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; }

/*# sourceMappingURL=styles.css.map */
