/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .block {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .ApColumn .block {
      margin-bottom: 15px; } }
.ApColumn .title_block {
  font-size: 24px;
  font-family: "Exo 2";
  position: relative;
  text-transform: uppercase;
  padding: 32px 0 22px;
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 991px) {
    .ApColumn .title_block {
      font-size: 20px;
      margin-bottom: 15px;
      padding-top: 30px; } }
  @media (max-width: 480px) {
    .ApColumn .title_block {
      font-size: 16px; } }
.ApColumn .sub-title-widget {
  font-family: "Exo 2";
  line-height: 20px;
  color: #7b7b7b;
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
  padding: 10px 0 0; }
  @media (max-width: 991px) {
    .ApColumn .sub-title-widget {
      font-size: 15px; } }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

/* 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: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .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: #000; }
  .widget-tabs li.active {
    border: 1px solid #ff86a5; }
    .widget-tabs li.active a {
      color: #ff86a5; }

.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: #ff86a5;
    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: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #ff86a5; }
  .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 #ff86a5;
    -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 img {
  padding: 20px;
  margin: 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;
    border-radius: 5px; }

/*
  Widget Category Image
*/
/* Widget Lastest blogs */
.box-latest .owl-theme .owl-controls .owl-buttons {
  top: -50px; }
  @media (max-width: 991px) {
    .box-latest .owl-theme .owl-controls .owl-buttons {
      top: 1px;
      right: 16px; }
      .rtl .box-latest .owl-theme .owl-controls .owl-buttons {
        left: 16px;
        right: auto; } }

.latest-blogs .title_block {
  border: 0;
  text-align: center;
  font-size: 30px;
  padding-bottom: 0;
  margin-bottom: 0; }
  .latest-blogs .title_block span {
    display: block;
    line-height: 20px;
    color: #7b7b7b;
    font-size: 17px;
    font-weight: normal;
    font-family: 'arial';
    text-transform: none;
    padding: 10px 0 0; }
  .latest-blogs .title_block:before {
    display: none; }
.latest-blogs .sub-title-widget {
  text-align: center; }
.latest-blogs .block_content {
  padding-top: 30px; }

.latest-blogs {
  padding: 40px 0; }
  @media (max-width: 991px) {
    .latest-blogs {
      padding: 20px 0; } }
  .latest-blogs .blog-image-container {
    position: relative;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .latest-blogs .blog-image-container {
        margin-bottom: 15px; } }
    .latest-blogs .blog-image-container .created {
      font-family: "Exo 2", sans-serif;
      color: #fff;
      text-transform: uppercase;
      padding: 0 15px;
      font-size: 12px;
      line-height: 38px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #ff86a5; }
      .rtl .latest-blogs .blog-image-container .created {
        right: 0;
        left: auto; }
  .latest-blogs .blog-title {
    font-size: 18px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    margin: 0 0 15px;
    text-transform: uppercase; }
  .latest-blogs .blog-desc {
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    margin: 0 0 20px; }
  .latest-blogs .blog-meta {
    color: #bbb; }
    .latest-blogs .blog-meta > span {
      display: inline-block;
      vertical-align: top;
      padding: 0 20px 0 0; }
      .rtl .latest-blogs .blog-meta > span {
        padding: 0 0 0 20px; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  min-height: 380px;
  display: none;
  left: 0px;
  float: left;
  text-align: left;
  border-radius: 8px;
  padding: 5px 5px 10px 5px;
  -moz-box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1); }
  .rtl .leo-more-info {
    right: 0px;
    left: 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-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; }

.thumbs_list {
  overflow: hidden;
  float: left;
  margin-left: 13px;
  width: 85px;
  height: 256px; }
  .rtl .thumbs_list {
    float: right; }
  .rtl .thumbs_list {
    margin-right: 13px;
    margin-left: inherit; }
  .thumbs_list ul.thumbs_list_frame {
    list-style-type: none;
    padding-left: 0; }
    .rtl .thumbs_list ul.thumbs_list_frame {
      padding-right: 0;
      padding-left: inherit; }
  .thumbs_list li {
    cursor: pointer;
    float: left;
    width: 85px;
    height: 85px; }
    .rtl .thumbs_list li {
      float: right; }
    .thumbs_list li a {
      border: 1px solid #eaeaea;
      display: block;
      margin: 0 1px;
      text-align: center; }

.position-static {
  position: static !important; }

.box-todaydeal {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .box-todaydeal .active .thumbnail-container {
      border: 10px solid #ff86a5; }
    .box-todaydeal .active.first .thumbnail-container, .box-todaydeal .active.last .thumbnail-container {
      border: 0; } }
  @media (max-width: 991px) {
    .box-todaydeal {
      margin-bottom: 0;
      padding-bottom: 0;
      padding-top: 15px; }
      .box-todaydeal .owl-theme .owl-buttons {
        top: -58px; } }

.box-product {
  padding-top: 120px;
  position: relative; }
  .box-product .thumbnail-container {
    padding-bottom: 0; }
  @media (max-width: 991px) {
    .box-product {
      padding-top: 92px; } }
  @media (max-width: 480px) {
    .box-product.box-product-img .owl-theme .owl-controls .owl-buttons {
      top: 40px;
      display: none; } }
  .box-product .ApColumn .title_block {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px; }
  @media (min-width: 992px) {
    .box-product .owl-carousel {
      position: static; } }
  .box-product .owl-theme .owl-controls .owl-buttons {
    top: 30px; }
    @media (max-width: 991px) {
      .box-product .owl-theme .owl-controls .owl-buttons {
        top: -75px;
        right: 15px; }
        .rtl .box-product .owl-theme .owl-controls .owl-buttons {
          left: 15px;
          right: auto; }
        .box-product .owl-theme .owl-controls .owl-buttons div {
          background: rgba(255, 255, 255, 0.5);
          border: 1px solid rgba(0, 0, 0, 0.5); }
          .box-product .owl-theme .owl-controls .owl-buttons div:focus, .box-product .owl-theme .owl-controls .owl-buttons div:active, .box-product .owl-theme .owl-controls .owl-buttons div:hover, .box-product .owl-theme .owl-controls .owl-buttons div:visited {
            background: #ff86a5;
            border-color: #ff86a5;
            color: #fff; } }
  @media (min-width: 992px) {
    .box-product .thumbnail-container {
      min-height: 437px; } }
  .box-product .ApImage {
    text-align: center; }

@media (max-width: 1199px) {
  .box-product-small .title_block {
    font-size: 20px; } }
@media (min-width: 992px) {
  .box-product-small .title_block {
    max-width: 270px; } }

.box-slider .ApRawHtml {
  margin: 0;
  text-align: center;
  padding: 30px 15px 25px;
  background: #ff86a5;
  color: #fff; }
  .box-slider .ApRawHtml h4 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 20px; }

.box-slider-img .block {
  margin: 0; }

@media (max-width: 991px) and (min-width: 481px) {
  .box-fitness .ApImage {
    width: 30%;
    float: left;
    padding: 0 0 0 15px; }
    .rtl .box-fitness .ApImage {
      float: right; }
    .rtl .box-fitness .ApImage {
      padding: 0 15px 0 0; } }
.box-fitness .widget-category_image {
  background: #e46189;
  padding-bottom: 25px; }
  @media (max-width: 991px) and (min-width: 481px) {
    .box-fitness .widget-category_image {
      width: 70%;
      float: left; }
      .rtl .box-fitness .widget-category_image {
        float: right; } }
  .box-fitness .widget-category_image li a {
    display: block;
    line-height: 20px;
    color: #fff;
    padding: 17px 20px;
    border-bottom: 1px solid #e981a1;
    text-transform: capitalize;
    margin-bottom: 0;
    background: none;
    text-align: left;
    font-weight: 400;
    font-size: 14px; }
    .rtl .box-fitness .widget-category_image li a {
      text-align: right; }
    .box-fitness .widget-category_image li a:hover {
      color: #ff86a5; }
  .box-fitness .widget-category_image .block_content > ul > li > a {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    background: #ff86a5;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    border: 0;
    font-weight: bold; }
    .box-fitness .widget-category_image .block_content > ul > li > a:hover {
      color: #fff;
      background: #000; }
.box-fitness .nav-tabs {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0 0 30px; }
  @media (min-width: 992px) {
    .box-fitness .nav-tabs {
      padding-left: 295px; }
      .rtl .box-fitness .nav-tabs {
        padding-right: 295px;
        padding-left: inherit; } }
  @media (min-width: 992px) {
    .box-fitness .nav-tabs {
      outline: 1px solid #f3f3f3; } }
  .box-fitness .nav-tabs > li {
    margin: 0 1px 0 0 !important;
    float: left; }
    .rtl .box-fitness .nav-tabs > li {
      float: right; }
    @media (max-width: 767px) {
      .box-fitness .nav-tabs > li {
        margin: 0 0 1px !important;
        width: 100%;
        background: #eee; } }
    .box-fitness .nav-tabs > li > a {
      color: #222;
      font-size: 16px;
      text-transform: capitalize;
      line-height: 60px;
      padding: 0 20px;
      margin: 0;
      border: 0;
      position: relative;
      border-radius: 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .box-fitness .nav-tabs > li > a {
          padding: 0 10px;
          font-size: 14px; } }
      .box-fitness .nav-tabs > li > a:before {
        content: "";
        left: 0;
        height: 2px;
        width: 100%;
        bottom: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background: #ff97b6;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
      .box-fitness .nav-tabs > li > a.active, .box-fitness .nav-tabs > li > a:hover {
        color: #ff86a5 !important;
        background: none !important; }
        .box-fitness .nav-tabs > li > a.active:before, .box-fitness .nav-tabs > li > a:hover:before {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          opacity: 1;
          filter: alpha(opacity=100); }
    .box-fitness .nav-tabs > li.active > a {
      color: #fff;
      background: #ff86a5; }
@media (min-width: 992px) {
  .box-fitness .tabs-top {
    position: relative; }
    .box-fitness .tabs-top .title_block {
      font-size: 20px;
      padding: 20px;
      height: 60px;
      line-height: 20px;
      margin: 0;
      border-bottom: 0;
      position: absolute;
      color: #000;
      background: #f3f3f3;
      left: 0; }
      .box-fitness .tabs-top .title_block:before {
        content: "";
        border: 1px solid #f3f3f3;
        border-width: 30px 25px;
        border-color: transparent;
        border-left: 25px solid #f3f3f3;
        position: absolute;
        top: 0;
        left: 100%;
        background: none; }
        .rtl .box-fitness .tabs-top .title_block:before {
          border-right: 25px solid #f3f3f3;
          border-left: inherit; } }
.box-fitness .thumbnail-container {
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .box-fitness .thumbnail-container {
      margin-bottom: 10px; } }
@media (min-width: 768px) {
  .box-fitness .owl-theme .owl-controls .owl-buttons {
    top: -80px;
    right: 25px; }
    .rtl .box-fitness .owl-theme .owl-controls .owl-buttons {
      left: 25px;
      right: auto; }
    .box-fitness .owl-theme .owl-controls .owl-buttons div {
      background: #fff; }
      .box-fitness .owl-theme .owl-controls .owl-buttons div:hover {
        background: #ff86a5; } }
@media (max-width: 767px) {
  .box-fitness .owl-theme .owl-controls .owl-buttons {
    top: -35px; } }

.box-freeshipping-h2 {
  padding-top: 160px;
  padding-bottom: 120px;
  font-size: 18px;
  color: #ff86a5;
  font-style: italic;
  text-align: center; }
  @media (max-width: 991px) {
    .box-freeshipping-h2 {
      padding-top: 30px;
      padding-bottom: 15px; }
      .box-freeshipping-h2.bg-fullwidth:before {
        background-size: cover !important; } }
  @media (max-width: 768px) {
    .box-freeshipping-h2 {
      padding-top: 10px; } }
  .box-freeshipping-h2 .ApRawHtml {
    clear: both;
    max-width: 400px;
    margin: auto; }
  .box-freeshipping-h2 .fa {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 96px;
    font-size: 36px;
    color: #222;
    border: 2px solid #222; }
    @media (max-width: 991px) {
      .box-freeshipping-h2 .fa {
        width: 80px;
        height: 80px;
        line-height: 76px; } }
    @media (max-width: 767px) {
      .box-freeshipping-h2 .fa {
        float: left;
        margin: 0 10px 10px 0; }
        .rtl .box-freeshipping-h2 .fa {
          float: right; }
        .rtl .box-freeshipping-h2 .fa {
          margin: 0 0 10px 10px; } }
  .box-freeshipping-h2 h4 {
    color: #222;
    font-weight: 900;
    margin: 25px;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 991px) {
      .box-freeshipping-h2 h4 {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .box-freeshipping-h2 h4 {
        margin: 15px; } }

.box-slideshow-h3 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .box-slideshow-h3 {
      margin-bottom: 0px; } }
  .box-slideshow-h3 .ApImage {
    max-width: 100%;
    background: #fff;
    padding: 15px;
    font-size: 18px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .box-slideshow-h3 .ApImage {
        width: 415px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 90px; }
        .rtl .box-slideshow-h3 .ApImage {
          left: 90px;
          right: auto; } }
    .box-slideshow-h3 .ApImage .title_block {
      font-size: 42px;
      text-transform: capitalize;
      margin: 55px 0 30px;
      font-weight: 900;
      padding: 0 15px; }
      @media (max-width: 991px) {
        .box-slideshow-h3 .ApImage .title_block {
          font-size: 30px;
          margin: 30px 0 15px; } }
    .box-slideshow-h3 .ApImage img {
      max-width: 100%; }
    .box-slideshow-h3 .ApImage .image_description {
      margin-top: 40px;
      padding: 0 15px; }
      @media (max-width: 991px) {
        .box-slideshow-h3 .ApImage .image_description {
          margin-top: 10px; } }
      .box-slideshow-h3 .ApImage .image_description a {
        display: inline-block;
        margin-top: 30px;
        color: #ff86a5;
        text-transform: capitalize; }
        @media (max-width: 991px) {
          .box-slideshow-h3 .ApImage .image_description a {
            margin: 0; } }
        .box-slideshow-h3 .ApImage .image_description a:after {
          content: "\f101";
          font-family: "FontAwesome";
          padding-left: 10px; }
          .rtl .box-slideshow-h3 .ApImage .image_description a:after {
            padding-right: 10px;
            padding-left: inherit; }
        .box-slideshow-h3 .ApImage .image_description a:hover, .box-slideshow-h3 .ApImage .image_description a:active {
          color: #000; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-slideshow-h3 .ApImage {
        width: 240px;
        right: 35px;
        font-size: 14px;
        line-height: 18px; }
        .rtl .box-slideshow-h3 .ApImage {
          left: 35px;
          right: auto; }
        .box-slideshow-h3 .ApImage img {
          max-width: 60%; }
        .box-slideshow-h3 .ApImage .title_block {
          font-size: 25px;
          margin: 0 0 5px;
          padding: 0; }
        .box-slideshow-h3 .ApImage .image_description {
          margin-top: 10px;
          padding: 0px; }
          .box-slideshow-h3 .ApImage .image_description a {
            margin-top: 10px; } }
  .box-slideshow-h3 .ApRawHtml {
    position: relative;
    z-index: 1; }

.box-cate-h3 {
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .box-cate-h3 {
      padding-bottom: 0; } }
  .box-cate-h3 .title_block {
    border: 0;
    font-size: 30px; }
  .box-cate-h3 .widget-category_image {
    text-align: center; }
    .box-cate-h3 .widget-category_image img {
      width: auto;
      height: auto; }
  .box-cate-h3 .block_content ul,
  .box-cate-h3 .block_content li {
    display: inline-block;
    vertical-align: top; }
  .box-cate-h3 .block_content li a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px;
    width: 123px;
    height: 123px;
    border: 1px solid #ff86a5;
    font-size: 13px;
    font-weight: bold;
    font-family: "Exo 2", sans-serif;
    background: #ff86a5;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .box-cate-h3 .block_content li a {
        margin: 0 3px 10px; } }
    .box-cate-h3 .block_content li a:hover {
      background: #7f2c41;
      border-color: #7f2c41; }
    .box-cate-h3 .block_content li a span {
      display: block; }
      .box-cate-h3 .block_content li a span.cover-img {
        float: none !important;
        padding: 0 !important; }
    .box-cate-h3 .block_content li a .cate_content {
      padding-top: 10px; }
    .box-cate-h3 .block_content li a .cat_name {
      padding-top: 10px; }

.box-pro-h3 .product-block {
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .box-pro-h3 .product-block {
      margin-bottom: 10px; } }

.box-optimus-h3 {
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .box-optimus-h3 .ApImage {
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden; } }
  @media (max-width: 991px) {
    .box-optimus-h3 {
      margin-bottom: 0;
      min-height: 0 !important; }
      .box-optimus-h3:before {
        display: none !important; }
      .box-optimus-h3 .block {
        margin: 0 -15px; } }

#wrapper .box-newletter-h3 .block-newletter {
  padding: 50px 15px;
  border: 1px dashed #e1e1e1;
  margin: 0;
  background: #fff; }
  @media (max-width: 991px) {
    #wrapper .box-newletter-h3 .block-newletter {
      margin-top: 15px; } }
  #wrapper .box-newletter-h3 .block-newletter:after {
    content: "";
    display: block;
    clear: both; }
  #wrapper .box-newletter-h3 .block-newletter .n-title {
    font-size: 30px;
    padding: 10px;
    line-height: 30px;
    color: #000;
    width: 50%;
    float: left; }
    .rtl #wrapper .box-newletter-h3 .block-newletter .n-title {
      float: right; }
    @media (max-width: 991px) {
      #wrapper .box-newletter-h3 .block-newletter .n-title {
        width: 100%;
        font-size: 25px; } }
    @media (max-width: 480px) {
      #wrapper .box-newletter-h3 .block-newletter .n-title {
        font-size: 20px; } }
  @media (max-width: 991px) {
    #wrapper .box-newletter-h3 .block-newletter {
      padding: 30px 15px; } }
  #wrapper .box-newletter-h3 .block-newletter .newsletter-input {
    height: 50px;
    line-height: 1;
    padding: 15px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #b0b0b0;
    font-size: 16px;
    float: none !important; }
  #wrapper .box-newletter-h3 .block-newletter .btn {
    height: 50px;
    line-height: 50px;
    border: 0;
    color: #000;
    background: #fff;
    font-size: 16px;
    padding: 0;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    right: 0; }
    .rtl #wrapper .box-newletter-h3 .block-newletter .btn {
      left: 0;
      right: auto; }
    #wrapper .box-newletter-h3 .block-newletter .btn:hover {
      color: #ff86a5; }
  #wrapper .box-newletter-h3 .block-newletter .n-content {
    width: 50%; }
    @media (max-width: 991px) {
      #wrapper .box-newletter-h3 .block-newletter .n-content {
        width: 100%; } }
  #wrapper .box-newletter-h3 .block-newletter form {
    max-width: 100%;
    position: relative;
    display: inline-block;
    padding: 0 90px 0 0;
    border-bottom: 1px solid #ff86a5; }
    @media (min-width: 992px) {
      #wrapper .box-newletter-h3 .block-newletter form {
        width: 470px;
        background: #fff;
        margin: auto; } }
    .rtl #wrapper .box-newletter-h3 .block-newletter form {
      padding: 0 0 0 90px; }
    @media (max-width: 767px) {
      #wrapper .box-newletter-h3 .block-newletter form {
        padding: 0 60px 0 0; }
        .rtl #wrapper .box-newletter-h3 .block-newletter form {
          padding: 0 0 0 60px; } }
@media (min-width: 992px) {
  #wrapper .box-newletter-h3 .n-content {
    width: 50%;
    float: left; }
    .rtl #wrapper .box-newletter-h3 .n-content {
      float: right; } }

#blog-category .inner > h3 {
  padding: 30px 0 10px;
  text-transform: uppercase; }

.box-asset-h3 .block {
  text-align: center; }

iframe {
  max-width: 100%;
  height: auto; }

@media (min-width: 992px) and (max-width: 1550px) {
  .box-slideshow-h3 .ApImage {
    width: 300px;
    right: 40px; }
    .rtl .box-slideshow-h3 .ApImage {
      left: 40px;
      right: auto; }
    .box-slideshow-h3 .ApImage .title_block {
      font-size: 25px;
      margin: 15px 0 10px; }
    .box-slideshow-h3 .ApImage img {
      max-width: 70%; }
    .box-slideshow-h3 .ApImage .image_description a {
      margin-top: 10px; }
    .box-slideshow-h3 .ApImage .image_description {
      margin-top: 20px;
      font-size: 16px;
      line-height: 25px; } }
.layout-boxed-lg .box-slideshow-h3 .ApImage {
  width: 300px;
  right: 40px; }
  .rtl .layout-boxed-lg .box-slideshow-h3 .ApImage {
    left: 40px;
    right: auto; }
  .layout-boxed-lg .box-slideshow-h3 .ApImage .title_block {
    font-size: 25px;
    margin: 15px 0 10px; }
  .layout-boxed-lg .box-slideshow-h3 .ApImage img {
    max-width: 70%; }
.layout-boxed-lg .leo-more-cdown li {
  width: 55px;
  height: 55px;
  padding: 8px 0 8px;
  margin: 2px; }

#delivery-address .form-group label {
  display: inline; }

#delivery-address .form-group [type="checkbox"] {
  vertical-align: -1px; }

.ps-shown-by-js .btn {
  margin-bottom: 10px; }

.form-group .custom-checkbox label {
  display: inline-block;
  max-width: 100%; }
  .form-group .custom-checkbox label br {
    display: none; }

.box-freeshipping {
  padding: 20px 0 10px; }
  .box-freeshipping .ApRawHtml {
    text-align: center;
    padding: 15px 5px;
    font-size: 16px;
    color: #ff86a5;
    font-family: "Exo 2";
    font-style: italic;
    font-weight: 900;
    border: 1px solid #ddd;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media (max-width: 991px) {
      .box-freeshipping .ApRawHtml {
        font-size: 14px; } }
    .box-freeshipping .ApRawHtml:before {
      content: "";
      position: absolute;
      top: 6px;
      left: 6px;
      width: 100%;
      height: 100%;
      outline: 1px solid #ddd;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .box-freeshipping .ApRawHtml:hover {
      border-color: #ff86a5; }
      .box-freeshipping .ApRawHtml:hover:before {
        outline-color: #ff86a5;
        top: 10px;
        left: 10px; }
    .box-freeshipping .ApRawHtml .fa {
      color: #676767;
      font-size: 36px;
      padding: 0 30px 10px; }
      @media (max-width: 991px) {
        .box-freeshipping .ApRawHtml .fa {
          font-size: 30px;
          padding: 0 10px 10px; } }
    .box-freeshipping .ApRawHtml p {
      margin: 0; }

.box-cate-img .widget-category_image img {
  width: 100%;
  height: auto; }
.box-cate-img .widget-category_image span {
  display: block; }
.box-cate-img .widget-category_image .cate_content {
  position: relative;
  backface-visibility: hidden; }
  .box-cate-img .widget-category_image .cate_content > span:last-child {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    color: #ff86a5;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    font-weight: 700;
    backface-visibility: hidden; }
  .box-cate-img .widget-category_image .cate_content img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    backface-visibility: hidden; }
  .box-cate-img .widget-category_image .cate_content:hover > span:last-child {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .box-cate-img .widget-category_image .cate_content:hover img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%); }
  @media (max-width: 991px) {
    .box-cate-img .widget-category_image .cate_content > span:last-child {
      opacity: 1;
      filter: alpha(opacity=100); } }

.bottom_logo {
  text-align: left;
  padding: 0 0 10px 0;
  margin-bottom: 10px; }
  .rtl .bottom_logo {
    text-align: right; }

.disabled {
  cursor: no-drop; }

.leo-productscompare-item .thumbnail-container {
  min-width: 250px;
  max-width: 297px; }

.leo-productscompare-item .thumbnail-container,
.leo-wishlist-product .thumbnail-container {
  margin: 0;
  text-align: center; }
  .leo-productscompare-item .thumbnail-container .button-container,
  .leo-wishlist-product .thumbnail-container .button-container {
    text-align: center;
    margin: 10px 0; }
  .leo-productscompare-item .thumbnail-container .product_desc,
  .leo-wishlist-product .thumbnail-container .product_desc {
    margin-bottom: 10px; }
  .leo-productscompare-item .thumbnail-container .product-price-and-shipping .discount-percentage,
  .leo-wishlist-product .thumbnail-container .product-price-and-shipping .discount-percentage {
    background: #ff86a5;
    color: #fff;
    position: static; }
  .leo-productscompare-item .thumbnail-container .product-flags,
  .leo-wishlist-product .thumbnail-container .product-flags {
    padding: 0; }
  .leo-productscompare-item .thumbnail-container .product-thumbnail img,
  .leo-wishlist-product .thumbnail-container .product-thumbnail img {
    max-width: 100%; }
  .leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,
  .leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {
    position: absolute;
    top: 15px;
    right: 10px; }
    .rtl .leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after, .rtl
    .leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {
      left: 10px;
      right: auto; }
  .leo-productscompare-item .thumbnail-container .product-title a,
  .leo-wishlist-product .thumbnail-container .product-title a {
    font-size: 16px;
    font-family: "museo_sans500"; }
  .leo-productscompare-item .thumbnail-container .leo-pro-attr-section,
  .leo-productscompare-item .thumbnail-container .qty_product,
  .leo-wishlist-product .thumbnail-container .leo-pro-attr-section,
  .leo-wishlist-product .thumbnail-container .qty_product {
    margin: 1px 0;
    text-align: center; }
  .leo-productscompare-item .thumbnail-container .leo-bt-cart,
  .leo-wishlist-product .thumbnail-container .leo-bt-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background: #222; }
    .leo-productscompare-item .thumbnail-container .leo-bt-cart:hover,
    .leo-wishlist-product .thumbnail-container .leo-bt-cart:hover {
      background: #ff86a5;
      color: #fff; }

.leo-wishlist-product .thumbnail-container {
  max-width: 100%; }

.list-wishlist {
  overflow-x: auto; }
  .list-wishlist .table th {
    font-family: "Exo 2", sans-serif; }

.leo-wishlist-product {
  display: block !important; }
  .leo-wishlist-product .leo-wishlistproduct-item {
    padding: 0 15px;
    width: 25%;
    float: left; }
    .rtl .leo-wishlist-product .leo-wishlistproduct-item {
      float: right; }
    .leo-wishlist-product .leo-wishlistproduct-item .form-group label {
      text-align: center; }
    .leo-wishlist-product .leo-wishlistproduct-item .product-description {
      margin-top: 10px; }
    .leo-wishlist-product .leo-wishlistproduct-item .form-control {
      text-align: center;
      border: 1px solid #eee;
      outline: 0; }
      .leo-wishlist-product .leo-wishlistproduct-item .form-control:focus, .leo-wishlist-product .leo-wishlistproduct-item .form-control:hover {
        border-color: #666; }
    @media (min-width: 992px) {
      .leo-wishlist-product .leo-wishlistproduct-item:nth-child(4n+1) {
        clear: both; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .leo-wishlist-product .leo-wishlistproduct-item {
        width: 33.33%; }
        .leo-wishlist-product .leo-wishlistproduct-item:nth-child(3n+1) {
          clear: both; } }
    @media (max-width: 767px) and (min-width: 481px) {
      .leo-wishlist-product .leo-wishlistproduct-item {
        width: 50%; }
        .leo-wishlist-product .leo-wishlistproduct-item:nth-child(2n+1) {
          clear: both; } }
    @media (max-width: 480px) {
      .leo-wishlist-product .leo-wishlistproduct-item {
        width: 100%; } }

.modal-body .product-info img {
  margin-bottom: 15px; }

.leo-modal-review .has-success label, .leo-modal-review .has-danger label {
  font-weight: 400; }

#product_reviews_block_tab .review {
  border-bottom: 1px solid #eee; }

.star_content .star {
  width: 15px;
  height: 15px;
  background: none;
  color: #ccc;
  text-align: center;
  font-size: 13px;
  line-height: 15px; }
  .star_content .star:before {
    font-family: "FontAwesome";
    content: "\f005"; }
  .star_content .star.star_hover, .star_content .star.star_on {
    color: #ffb136; }

@media (min-width: 992px) {
  .box-headerflex {
    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; } }

.wishlist-button-dropdown .dropdown-menu {
  width: 150px;
  min-width: 150px;
  font-size: 12px;
  white-space: normal;
  max-height: 100px;
  overflow: auto;
  border-radius: 0; }
  .wishlist-button-dropdown .dropdown-menu .dropdown-item {
    white-space: normal;
    border-radius: 0;
    padding: 10px 15px; }

.fancybox-inner .alert {
  margin-top: 25px; }

.ap-total {
  display: inline-block; }

.forgotten-password .form-control-submit {
  height: 38px;
  padding: 0 15px; }

#content-hook-order-confirmation-footer .featured-products {
  margin-top: 40px; }
  @media (min-width: 992px) {
    #content-hook-order-confirmation-footer .featured-products .product_list.grid .ajax_block_product {
      clear: none;
      width: 25%; }
      #content-hook-order-confirmation-footer .featured-products .product_list.grid .ajax_block_product:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #content-hook-order-confirmation-footer .featured-products .product_list.grid .ajax_block_product {
      clear: none;
      width: 33.33%; }
      #content-hook-order-confirmation-footer .featured-products .product_list.grid .ajax_block_product:nth-child(3n+1) {
        clear: both; } }

.fb_iframe_widget iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.leo-compare-review-dropdown .dropdown-menu {
  width: 200px;
  left: 50%;
  margin-left: -100px;
  right: auto;
  max-height: 300px;
  overflow: auto;
  font-size: 14px; }
.leo-compare-review-dropdown .dropdown-item {
  padding: 10px;
  white-space: normal;
  border-bottom: 1px solid #eee; }
  .leo-compare-review-dropdown .dropdown-item:last-child {
    border-bottom: 0; }
  .leo-compare-review-dropdown .dropdown-item .review_title {
    padding: 5px 0; }
  .leo-compare-review-dropdown .dropdown-item .review_content {
    color: #999; }
.leo-compare-review-dropdown .btn {
  font-size: 14px; }

.leo-fake-send-wishlist-button {
  display: none; }

.modal-footer button {
  margin: 2px; }

.page-footer > .text-xs-center > a {
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #222;
  color: #fff; }
  .page-footer > .text-xs-center > a:hover {
    background: #ff86a5; }

@media (min-width: 381px) {
  .leo-compare-wishlist-button .dropdown-menu {
    left: auto;
    right: 0; }
    .rtl .leo-compare-wishlist-button .dropdown-menu {
      left: 0;
      right: auto; } }
@media (max-width: 380px) {
  .product-actions .add-to-cart {
    padding: 0 30px;
    width: 100%; } }
.leo-dropdown-attr .dropdown-item {
  white-space: normal; }

.email-info p {
  margin: 10px 0; }

.widget-category_image .view_all_wapper {
  display: none; }

.page-order-confirmation #order-items {
  border: 0; }

/*update css tach*/
.thumbnail-container .functional-buttons {
  opacity: 0;
  filter: alpha(opacity=0); }
.thumbnail-container .product-flags .product-flag {
  font-size: 10px !important;
  line-height: 20px;
  padding: 0 6px !important; }
  .thumbnail-container .product-flags .product-flag.on-sale {
    position: absolute;
    margin: 0;
    right: 0;
    padding: 0 10px;
    top: auto;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: auto; }
    .rtl .thumbnail-container .product-flags .product-flag.on-sale {
      left: 0;
      right: auto; }
  .thumbnail-container .product-flags .product-flag.online-only {
    position: absolute;
    margin: 0;
    left: 0;
    padding: 0 10px;
    top: auto;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: auto; }
    .rtl .thumbnail-container .product-flags .product-flag.online-only {
      right: 0;
      left: auto; }
.thumbnail-container .product-price-and-shipping {
  font-size: 16px; }
.thumbnail-container:hover .product-flags .product-flag.online-only, .thumbnail-container:hover .product-flags .product-flag.on-sale {
  display: none; }
.thumbnail-container:hover .functional-buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

.block-contact ul li {
  display: block;
  line-height: 22px;
  position: relative;
  padding: 0 0 0 30px; }
  .rtl .block-contact ul li {
    padding: 0 30px 0 0; }
  .block-contact ul li .fa {
    position: absolute;
    left: 0;
    top: 0; }
    .rtl .block-contact ul li .fa {
      right: 0;
      left: auto; }

#search_filters .attr-price li {
  margin: 15px 0;
  position: relative;
  padding: 0 0 0 30px; }
  .rtl #search_filters .attr-price li {
    padding: 0 30px 0 0; }
  #search_filters .attr-price li .custom-radio {
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0; }
    .rtl #search_filters .attr-price li .custom-radio {
      right: 0;
      left: auto; }
    #search_filters .attr-price li .custom-radio input[type="radio"] {
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0);
      width: 20px;
      height: 20px;
      margin: -2px; }
#search_filters .attr-price .facet-label a {
  margin-top: 0; }

.leo-modal-review .product-info {
  text-align: center; }

.leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,
.leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {
  top: 45%; }

@media (max-width: 480px) {
  .send-wishlist .leo-send-wishlist-button {
    font-size: 14px; }
    .send-wishlist .leo-send-wishlist-button .material-icons {
      font-size: 20px; } }
#search_widget .popup-content {
  display: none !important; }

#search_widget.open .popup-content {
  display: block !important; }

.box-slider .ApRawHtml {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #eee; }
  .box-slider .ApRawHtml h4 {
    color: #222;
    margin-bottom: 10px; }

.box-fitness .nav-tabs > li > a {
  font-size: 18px;
  font-family: "Exo 2", sans-serif; }

.rtl .form-control-select {
  background-position-x: 1%; }

.products div.aeuc_unit_price_label,
.unit-price-cart {
  font-size: 12px;
  color: #333;
  font-weight: 300;
  padding: 3px 0; }

.aeuc_unit_price_label {
  padding: 5px 0;
  font-size: 12px;
  font-weight: normal; }

.definition-list dl dd,
.definition-list dl dt {
  width: 49%; }

#order-items div.aeuc_unit_price_label {
  font-size: 12px; }

@media (min-width: 1200px) {
  .userinfo-selector .popup-content {
    z-index: 1; } }
.iview-directionNav a {
  background: rgba(0, 0, 0, 0.1); }

.iview-directionNav a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.thumbnail-container .cart .btn-product {
  display: inline-block; }

.checkout-step .step-title:after {
  content: "";
  display: block;
  clear: both; }
.checkout-step .step-title .step-edit {
  padding: 0 5px;
  margin: 0 !important; }

.email-info {
  max-width: 500px;
  margin: auto; }

#search_filters .attr-price li {
  line-height: 20px; }
  #search_filters .attr-price li .custom-checkbox {
    position: absolute;
    top: 0;
    left: 0; }
    .rtl #search_filters .attr-price li .custom-checkbox {
      right: 0;
      left: auto; }

#checkout .custom-checkbox,
#identity .custom-checkbox {
  display: block;
  position: relative;
  padding: 0 0 0 30px; }
  .rtl #checkout .custom-checkbox, .rtl
  #identity .custom-checkbox {
    padding: 0 30px 0 0; }
  #checkout .custom-checkbox > span,
  #identity .custom-checkbox > span {
    position: absolute;
    left: 0;
    top: 0; }
    .rtl #checkout .custom-checkbox > span, .rtl
    #identity .custom-checkbox > span {
      right: 0;
      left: auto; }
  #checkout .custom-checkbox input,
  #identity .custom-checkbox input {
    left: 0;
    right: auto;
    top: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2; }
    .rtl #checkout .custom-checkbox input, .rtl
    #identity .custom-checkbox input {
      right: 0;
      left: auto; }

@media (min-width: 992px) {
  .box-todaydeal .active .thumbnail-container {
    overflow: hidden; } }
@media (max-width: 767px) {
  #category .sidebar #search_filters_wrapper {
    margin-left: -15px;
    margin-right: -15px; }

  #category .sidebar #search_filters .facet .navbar-toggler {
    padding: 0px; } }
.form-control:focus {
  outline-offset: 0; }

@media (max-width: 767px) {
  #product_reviews_block_tab .review_author {
    border: 0 !important; } }
.leo-modal-review .product_desc {
  margin-top: 0; }
  .leo-modal-review .product_desc .product_name {
    font-size: 16px;
    text-transform: capitalize; }

.blogs-container .blog-image img {
  width: 100%; }

@media (min-width: 576px) {
  #stores .page-stores .store-item-container .divide-left {
    border-left: #ebebeb 1px solid; }
    .rtl #stores .page-stores .store-item-container .divide-left {
      border-right: #ebebeb 1px solid;
      border-left: inherit; } }
@media (min-width: 576px) {
  .comment-wrap .comment-meta {
    display: block;
    position: relative;
    padding: 0 130px 0 0; }
    .rtl .comment-wrap .comment-meta {
      padding: 0 0 0 130px; }
    .comment-wrap .comment-meta .comment-infor {
      display: block; }
    .comment-wrap .comment-meta .comment-link {
      position: absolute;
      top: 0;
      right: 0;
      font-weight: normal;
      font-size: 11px;
      margin: 0;
      background: #999; }
      .rtl .comment-wrap .comment-meta .comment-link {
        left: 0;
        right: auto; }
      .comment-wrap .comment-meta .comment-link a {
        color: #fff; }
      .comment-wrap .comment-meta .comment-link:hover {
        background: #000; } }
.blog-tags a span {
  background: #999; }
.blog-tags a:hover span {
  background: #ff86a5; }

.comment-wrap .comment-infor > span {
  font-weight: 500;
  color: #666; }

.input-group .input-group-btn > .btn {
  background: #999; }
  .input-group .input-group-btn > .btn:hover {
    background: #666; }

@media (max-width: 767px) {
  #category .sidebar #search_filters .facet ul li {
    border-top: 0; }

  #category .sidebar #search_filters .attr-price ul li {
    padding: 15px 0 15px 45px;
    margin: 0; }
    .rtl #category .sidebar #search_filters .attr-price ul li {
      padding: 15px 45px 15px 0; }

  #search_filters .attr-price li .custom-radio {
    left: 15px;
    top: 13px; }
    .rtl #search_filters .attr-price li .custom-radio {
      right: 15px;
      left: auto; }

  #category .sidebar #search_filters .facet .navbar-toggler {
    width: 40px;
    height: 36px;
    line-height: 36px;
    border: 0; }

  #category .sidebar #search_filters .facet {
    padding-top: 10px; } }
.quickview .product-images > li.thumb-container {
  display: block; }

#cart-block a {
  color: #000; }

.blog-tags a {
  margin: 0 2px 5px 0;
  display: inline-block; }
  .rtl .blog-tags a {
    margin: 0 0 5px 2px; }

/*# sourceMappingURL=styles.css.map */
