/***************************************************
  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 {
  margin: 0 0 50px;
  font-size: 24px;
  padding: 0 0 15px;
  position: relative;
  text-transform: capitalize; }
  @media (max-width: 991px) {
    .ApColumn .title_block {
      margin: 0 0 20px; } }
  .ApColumn .title_block:before {
    content: "";
    background: #111;
    bottom: 0px;
    position: absolute;
    width: 70px;
    height: 3px;
    left: 0; }
    .rtl .ApColumn .title_block:before {
      right: 0;
      left: auto; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: inline-block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 0; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 0; }
  .block-toggler.ApBlockLink ul li a, .footer-container .links.ApBlockLink ul li a {
    line-height: 15px;
    display: block;
    text-transform: capitalize;
    color: #666;
    padding: 5px 0;
    -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    position: relative; }
    .block-toggler.ApBlockLink ul li a:before, .footer-container .links.ApBlockLink ul li a:before {
      content: "";
      width: 5px;
      height: 1px;
      background: #666;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
      .rtl .block-toggler.ApBlockLink ul li a:before, .rtl .footer-container .links.ApBlockLink ul li a:before {
        right: 0;
        left: auto; }
    .block-toggler.ApBlockLink ul li a:hover, .footer-container .links.ApBlockLink ul li a:hover {
      color: #fa4659;
      padding: 5px 0 5px 10px; }
      .rtl .block-toggler.ApBlockLink ul li a:hover, .rtl .footer-container .links.ApBlockLink ul li a:hover {
        padding: 5px 10px 5px 0; }
      .block-toggler.ApBlockLink ul li a:hover:before, .footer-container .links.ApBlockLink ul li a:hover:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
@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: 15px;
    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 #f1f1f1; }
  .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: #f1f1f1;
        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 #f1f1f1 #f1f1f1 #f1f1f1; }

.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 #f1f1f1; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #f1f1f1;
    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 #f1f1f1 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #f1f1f1 transparent #f1f1f1 #f1f1f1;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #f1f1f1; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #f1f1f1;
    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 #f1f1f1; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #f1f1f1 #f1f1f1 #f1f1f1 transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #1f1f1f; }
  .widget-tabs li.active {
    border: 1px solid #fa4659; }
    .widget-tabs li.active a {
      color: #fa4659; }

.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: #fa4659;
    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: #fa4659; }
  .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 #f1f1f1; }
  .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 #f1f1f1;
  -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 #fa4659;
    -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 {
  background: #f9f9f9; }
  .manufacturers_block .owl-theme .owl-buttons {
    width: 55px;
    position: absolute;
    top: -40px;
    overflow: hidden;
    right: 50%;
    margin-right: -28px; }

.box-manufacture .ApColumn .block {
  margin-bottom: 0; }

/*
  Widget Category Image
*/
.widget-category_image .cover-img {
  float: left;
  padding-right: 20px; }
  .rtl .widget-category_image .cover-img {
    float: right; }
  .rtl .widget-category_image .cover-img {
    padding-left: 20px;
    padding-right: inherit; }
  .widget-category_image .cover-img img {
    width: 100px;
    height: 100px; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs .blog-container {
  margin: 0 -15px; }
  @media (max-width: 1199px) {
    .latest-blogs .blog-container {
      margin: 0 -7px; } }
  .latest-blogs .blog-container:after {
    content: "";
    display: block;
    clear: both; }
.latest-blogs .left-block,
.latest-blogs .right-block {
  width: 50%;
  float: left;
  padding: 0 15px; }
  .rtl .latest-blogs .left-block, .rtl
  .latest-blogs .right-block {
    float: right; }
  @media (max-width: 1199px) {
    .latest-blogs .left-block,
    .latest-blogs .right-block {
      padding: 0 7px; } }
.latest-blogs .right-block {
  padding-top: 60px;
  position: relative; }
.latest-blogs .blog-image-container img {
  max-width: 100%; }
.latest-blogs .blog-title {
  font-family: "Lato", sans-serif;
  text-transform: none;
  line-height: 25px;
  max-height: 75px;
  overflow: hidden;
  margin: 20px 0 40px; }
.latest-blogs .blog-meta {
  margin-bottom: 10px; }
  .latest-blogs .blog-meta > span {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    background: #eee;
    color: #999;
    border-radius: 10px;
    vertical-align: top;
    margin: 2px; }
    .latest-blogs .blog-meta > span a {
      color: #999; }
    .latest-blogs .blog-meta > span > span {
      display: none; }
    .latest-blogs .blog-meta > span i {
      font-size: 10px;
      vertical-align: 0;
      padding: 0 5px 0 0; }
      .rtl .latest-blogs .blog-meta > span i {
        padding: 0 0 0 5px; }
    .latest-blogs .blog-meta > span.created {
      position: absolute;
      top: 30px;
      left: 15px;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      background: none; }
      .rtl .latest-blogs .blog-meta > span.created {
        right: 15px;
        left: auto; }
      .latest-blogs .blog-meta > span.created i {
        display: none; }
      .latest-blogs .blog-meta > span.created:before {
        content: "";
        width: 150px;
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 0;
        right: 0; }
        .rtl .latest-blogs .blog-meta > span.created:before {
          left: 0;
          right: auto; }
.latest-blogs .blog-viewmore a {
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  border-bottom: 1px solid #111;
  font-family: "Oswald"; }
  .latest-blogs .blog-viewmore a:hover {
    border-color: #fa4659; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .rtl .leo-more-info {
    padding: 5px 5px 10px 5px; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 20px;
    float: left;
    width: 80px;
    height: 300px; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      float: left;
      width: 84px;
      height: 100px; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        display: block;
        margin: 0 1px 2px;
        text-align: center; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 5px; }
  .leo-more-info .view_scroll_left {
    margin-top: 5px; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 5px;
  padding-right: 5px; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 10px 0 0; }

#instafeed {
  margin: -5px; }

@media (min-width: 992px) {
  #page {
    padding: 0 48px; } }

.header-top {
  position: relative;
  background: #fff; }
  .header-top > .container {
    position: static; }

.box-menu > .ApColumn {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (max-width: 991px) {
    .box-menu > .ApColumn {
      padding-top: 15px;
      padding-bottom: 15px;
      position: static; } }
.box-menu .header-logo {
  text-align: center; }
.box-menu .search-widget {
  float: right;
  width: auto; }
  .rtl .box-menu .search-widget {
    float: left; }
  .box-menu .search-widget .popup-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    width: 450px;
    top: 5px;
    display: none !important; }
    @media (max-width: 991px) {
      .box-menu .search-widget .popup-content {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        width: auto;
        height: 85px;
        z-index: 999;
        background: rgba(0, 0, 0, 0.75); }
        .box-menu .search-widget .popup-content input[type=text] {
          max-width: 90%;
          width: 90%;
          position: absolute;
          top: 50%;
          left: 5%;
          right: 5%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .box-menu .search-widget .popup-content button[type=submit] {
          bottom: 50%;
          -webkit-transform: translateY(50%);
          -moz-transform: translateY(50%);
          -ms-transform: translateY(50%);
          -o-transform: translateY(50%);
          transform: translateY(50%);
          right: 5%; }
          .rtl .box-menu .search-widget .popup-content button[type=submit] {
            left: 5%;
            right: auto; } }
  .box-menu .search-widget.open .popup-content {
    display: block !important; }
  .box-menu .search-widget form input[type=text] {
    border: 0;
    padding: 10px 40px 10px 10px;
    border-radius: 0;
    height: 40px;
    font-family: "Oswald";
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background: #f9f9f9; }
    .rtl .box-menu .search-widget form input[type=text] {
      padding: 10px 10px 10px 40px; }
  .box-menu .search-widget form button[type=submit] {
    background: none !important;
    border: none;
    bottom: 0;
    color: #111;
    padding: 0px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    right: 0;
    border-radius: 0; }
    .rtl .box-menu .search-widget form button[type=submit] {
      left: 0;
      right: auto; }
    .box-menu .search-widget form button[type=submit]:hover {
      color: #fa4659;
      background: none; }
@media (min-width: 992px) {
  .box-menu .col-logo {
    position: absolute;
    left: 0px;
    width: auto;
    top: 0;
    z-index: 3; }
    .rtl .box-menu .col-logo {
      right: 0px;
      left: auto; }
  .box-menu .col-info {
    position: absolute;
    right: 0px;
    top: 0;
    width: auto; }
    .rtl .box-menu .col-info {
      left: 0px;
      right: auto; }
  .box-menu .col-menu {
    text-align: center; }
    .box-menu .col-menu .ApMegamenu {
      display: inline-block;
      vertical-align: top;
      margin: auto;
      text-align: left; }
      .rtl .box-menu .col-menu .ApMegamenu {
        text-align: right; }
      .box-menu .col-menu .ApMegamenu .leo-megamenu {
        position: static; }
  .box-menu .language-selector-wrapper,
  .box-menu .currency-selector.popup-over {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 99; }
    .rtl .box-menu .language-selector-wrapper, .rtl
    .box-menu .currency-selector.popup-over {
      right: 0;
      left: auto; }
    .box-menu .language-selector-wrapper a.popup-title,
    .box-menu .currency-selector.popup-over a.popup-title {
      min-width: 48px;
      position: relative;
      background: rgba(255, 255, 255, 0.85); }
    .box-menu .language-selector-wrapper .popup-content,
    .box-menu .currency-selector.popup-over .popup-content {
      top: 0;
      left: 100%;
      padding: 10px;
      min-width: 100px;
      font-family: "Oswald";
      font-weight: 300;
      text-transform: uppercase; }
      .rtl .box-menu .language-selector-wrapper .popup-content, .rtl
      .box-menu .currency-selector.popup-over .popup-content {
        right: 100%;
        left: auto; }
      .box-menu .language-selector-wrapper .popup-content a,
      .box-menu .currency-selector.popup-over .popup-content a {
        font-weight: 300;
        color: #111; }
        .box-menu .language-selector-wrapper .popup-content a:hover,
        .box-menu .currency-selector.popup-over .popup-content a:hover {
          color: #fa4659; }
      .box-menu .language-selector-wrapper .popup-content li.current a,
      .box-menu .currency-selector.popup-over .popup-content li.current a {
        color: #fa4659; }
      .box-menu .language-selector-wrapper .popup-content img,
      .box-menu .currency-selector.popup-over .popup-content img {
        display: none; }
    .box-menu .language-selector-wrapper:hover a.popup-title, .box-menu .language-selector-wrapper.open a.popup-title,
    .box-menu .currency-selector.popup-over:hover a.popup-title,
    .box-menu .currency-selector.popup-over.open a.popup-title {
      background: #fff;
      -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.24);
      -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.24);
      -o-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.24);
      -ms-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.24);
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.24); }
  .box-menu .currency-selector.popup-over {
    margin-top: 50px; }
  .box-menu .language-selector-wrapper {
    margin-top: -50px; }
    .box-menu .language-selector-wrapper:before {
      content: "";
      width: 2px;
      height: 14px;
      background: #999;
      position: absolute;
      top: 70px;
      left: 24px;
      pointer-events: none; } }

*::selection {
  background: #fa4659;
  color: #fff; }

.box-slider {
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .box-slider {
      padding-bottom: 50px; } }

.box-sale {
  padding-bottom: 40px; }
  @media (max-width: 991px) {
    .box-sale {
      padding-bottom: 20px; } }
  .box-sale .ApImage {
    position: relative; }
    .box-sale .ApImage .image_description {
      position: absolute;
      font-family: "Oswald"; }
      @media (max-width: 991px) {
        .box-sale .ApImage .image_description {
          background: rgba(255, 255, 255, 0.3);
          padding: 10px; } }
      .box-sale .ApImage .image_description p {
        margin: 0; }
  .box-sale .col-ineat .image_description {
    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: right; }
    .rtl .box-sale .col-ineat .image_description {
      text-align: left; }
    .box-sale .col-ineat .image_description h4 {
      font-size: 24px;
      margin: 0 0 100px;
      border-bottom: 2px solid #111;
      display: inline-block;
      padding: 0 0 10px 30px; }
      .rtl .box-sale .col-ineat .image_description h4 {
        padding: 0 30px 10px 0; }
    .box-sale .col-ineat .image_description a {
      text-transform: uppercase;
      font-weight: 300;
      display: inline-block;
      padding-bottom: 2px;
      border-bottom: 1px solid #111; }
      .box-sale .col-ineat .image_description a:hover {
        border-color: #fa4659; }
  .box-sale.sale-bottom .col-ineat .image_description {
    text-align: left; }
    .rtl .box-sale.sale-bottom .col-ineat .image_description {
      text-align: right; }
    .box-sale.sale-bottom .col-ineat .image_description h4 {
      padding: 0 30px 10px 0px; }
      .rtl .box-sale.sale-bottom .col-ineat .image_description h4 {
        padding: 0 0px 10px 30px; }

.box-country {
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .box-country {
      padding-bottom: 10px; } }
  .box-country .ApImage {
    position: relative; }
    @media (min-width: 992px) {
      .box-country .ApImage {
        padding: 0 30px; } }
    .box-country .ApImage .image_description {
      line-height: 25px; }
      .box-country .ApImage .image_description h4 {
        font-size: 36px;
        text-transform: capitalize;
        margin: 0 0 40px; }
        @media (max-width: 991px) {
          .box-country .ApImage .image_description h4 {
            margin: 0 0 20px; } }
      .box-country .ApImage .image_description a {
        text-transform: uppercase;
        font-weight: 300;
        display: inline-block;
        border-bottom: 1px solid #111;
        font-family: "Oswald";
        margin-top: 50px; }
        @media (max-width: 991px) {
          .box-country .ApImage .image_description a {
            margin-top: 20px; } }
        .box-country .ApImage .image_description a:hover {
          border-color: #fa4659; }
    @media (min-width: 481px) {
      .box-country .ApImage:after {
        content: "";
        display: block;
        clear: both; }
      .box-country .ApImage img {
        max-width: 41.66667%;
        padding: 0 15px;
        float: left; }
        .rtl .box-country .ApImage img {
          float: right; }
      .box-country .ApImage .image_description {
        float: left;
        width: 58.33333%;
        padding: 0 15px;
        float: left;
        padding-top: 80px; }
        .rtl .box-country .ApImage .image_description {
          float: right; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .box-country .ApImage .image_description {
      padding-top: 75px; } }

    @media (max-width: 480px) {
      .box-country .ApImage img {
        max-width: 100%;
        margin-bottom: 10px; } }

.box-later {
  padding-top: 100px;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .box-later {
      padding-top: 30px;
      padding-bottom: 30px; } }

.box-products .ApColumn .title_block {
  margin: 0 0 40px; }
  @media (max-width: 991px) {
    .box-products .ApColumn .title_block {
      margin: 0 0 20px; } }

.footer-center {
  background: #f5f5f5;
  padding: 70px 0 20px; }

.footer-container .ApColumn .title_block {
  margin: 0 0 40px;
  font-size: 16px;
  padding: 0;
  line-height: 25px;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 991px) {
    .footer-container .ApColumn .title_block {
      margin: 0 0 20px; } }
  .footer-container .ApColumn .title_block:before {
    display: none; }

.block_newsletter {
  line-height: 25px; }
  .block_newsletter .btn[type="submit"] {
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    width: 40px;
    height: 40px;
    background: #111;
    color: #fff;
    position: absolute;
    top: 0;
    right: -1px;
    font-size: 14px;
    z-index: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
    .rtl .block_newsletter .btn[type="submit"] {
      left: -1px;
      right: auto; }
    @media (max-width: 1199px) {
      .block_newsletter .btn[type="submit"] {
        right: 7px; }
        .rtl .block_newsletter .btn[type="submit"] {
          left: 7px;
          right: auto; } }
    .block_newsletter .btn[type="submit"] span {
      display: none; }
    .block_newsletter .btn[type="submit"]:hover {
      background: #fa4659;
      color: #fff; }
  .block_newsletter .input-wrapper {
    position: relative;
    padding: 0 39px 0 0;
    border: 1px solid #999;
    height: 40px;
    margin: 0 0 5px; }
    .rtl .block_newsletter .input-wrapper {
      padding: 0 0 0 39px; }
    .block_newsletter .input-wrapper input {
      width: 100%;
      border: 0;
      padding: 0 15px;
      background: none;
      color: #999;
      height: 38px;
      line-height: 1;
      outline: 0; }

.box-footerbottom {
  line-height: 30px; }
  @media (max-width: 575px) {
    .box-footerbottom {
      text-align: center; } }
  @media (min-width: 576px) {
    .box-footerbottom .block-social {
      text-align: right; }
      .rtl .box-footerbottom .block-social {
        text-align: left; } }
  .box-footerbottom .ApColumn .block {
    margin-bottom: 0;
    padding: 20px 0; }
  .box-footerbottom .block-social .social-title {
    display: none; }
  .box-footerbottom p {
    margin: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  #supplier .product_list.grid .ajax_block_product.col-lg-6,
  #manufacturer .product_list.grid .ajax_block_product.col-lg-6 {
    width: 33.3333%; } }

#main > h1 {
  margin-bottom: 20px; }

.box-banner {
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .box-banner {
      padding-bottom: 30px; } }
  .box-banner .ApImage {
    position: relative; }
    .box-banner .ApImage .image_description {
      position: absolute;
      left: 30px;
      right: 30px;
      max-width: 700px;
      margin: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 24px;
      line-height: 15px;
      color: #fff; }
      @media (max-width: 1199px) {
        .box-banner .ApImage .image_description {
          font-size: 18px; } }
      @media (max-width: 991px) {
        .box-banner .ApImage .image_description {
          font-size: 14px; } }
      @media (min-width: 481px) and (max-width: 991px) {
        .box-banner .ApImage .image_description {
          left: 15px;
          right: 15px;
          font-size: 12px; } }
      .box-banner .ApImage .image_description p {
        margin: 0;
        padding-bottom: 15px; }
        @media (max-width: 1199px) {
          .box-banner .ApImage .image_description p {
            padding-bottom: 5px; } }
        @media (max-width: 991px) {
          .box-banner .ApImage .image_description p {
            padding-bottom: 0px; } }
      .box-banner .ApImage .image_description strong {
        font-size: 72px;
        color: #fff;
        line-height: 52px;
        margin-bottom: 10px;
        display: block;
        font-family: "Oswald"; }
        @media (max-width: 1199px) {
          .box-banner .ApImage .image_description strong {
            font-size: 40px;
            line-height: 25px; } }
        @media (max-width: 991px) {
          .box-banner .ApImage .image_description strong {
            font-size: 30px;
            line-height: 20px; } }
        @media (max-width: 767px) {
          .box-banner .ApImage .image_description strong {
            font-size: 25px;
            line-height: 15px; } }

.box-dealoff {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .box-dealoff {
      padding: 70px 0; } }
  @media (max-width: 480px) {
    .box-dealoff {
      padding: 30px 0; } }
  .box-dealoff.box-h5 {
    padding-bottom: 0; }
    .box-dealoff.box-h5 > .ApColumn {
      -moz-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.25);
      -o-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.25); }
  .box-dealoff .ApColumn .block {
    margin-bottom: 0px; }
  .box-dealoff .ApImage {
    overflow: hidden; }
  .box-dealoff .ApColumn {
    background: #fff; }
  @media (min-width: 481px) {
    .box-dealoff .ApCountdown,
    .box-dealoff .ApImage {
      width: 50%;
      float: left; }
      .rtl .box-dealoff .ApCountdown, .rtl
      .box-dealoff .ApImage {
        float: right; } }
  @media (max-width: 480px) {
    .box-dealoff .ApCountdown img,
    .box-dealoff .ApImage img {
      max-width: 100%;
      margin-top: 10px; } }
  .box-dealoff .ApColumn .title_block {
    margin: 0 0 20px; }
  .box-dealoff .ApCountdown {
    padding-top: 80px;
    background: none !important; }
    @media (max-width: 991px) {
      .box-dealoff .ApCountdown {
        padding-top: 30px; } }
    .box-dealoff .ApCountdown .cowdown-inner {
      max-width: 370px;
      margin: auto; }
    .box-dealoff .ApCountdown ul {
      margin: 50px 0; }
      @media (min-width: 481px) and (max-width: 767px) {
        .box-dealoff .ApCountdown ul {
          margin: 20px 0; } }
      .box-dealoff .ApCountdown ul:after {
        content: "";
        display: block;
        clear: both; }
      .box-dealoff .ApCountdown ul li {
        width: 20%;
        float: left;
        margin: 0 5% 0 0;
        border: 2px solid #111;
        border-radius: 5px;
        padding: 10px 5px;
        text-align: center;
        line-height: 40px;
        overflow: hidden; }
        .rtl .box-dealoff .ApCountdown ul li {
          float: right; }
        .rtl .box-dealoff .ApCountdown ul li {
          margin: 0 0 0 5%; }
        @media (min-width: 768px) and (max-width: 991px) {
          .box-dealoff .ApCountdown ul li {
            width: 24%;
            margin: 0 1% 0 0;
            margin-bottom: 1%; }
            .rtl .box-dealoff .ApCountdown ul li {
              margin: 0 0 0 1%; } }
        @media (min-width: 481px) and (max-width: 767px) {
          .box-dealoff .ApCountdown ul li {
            width: 45%;
            margin-bottom: 15px !important; } }
        @media (max-width: 480px) {
          .box-dealoff .ApCountdown ul li {
            width: 24%;
            margin: 0 1% 0 0;
            margin-bottom: 1% !important; }
            .rtl .box-dealoff .ApCountdown ul li {
              margin: 0 0 0 1%; } }
        .box-dealoff .ApCountdown ul li b, .box-dealoff .ApCountdown ul li span {
          display: block;
          color: #111; }
        .box-dealoff .ApCountdown ul li b {
          font-size: 24px;
          font-family: "Oswald"; }
          @media (max-width: 480px) {
            .box-dealoff .ApCountdown ul li b {
              font-size: 22px; } }
        .box-dealoff .ApCountdown ul li span {
          font-size: 14px;
          text-transform: capitalize; }
          @media (max-width: 480px) {
            .box-dealoff .ApCountdown ul li span {
              font-size: 12px; } }
        .box-dealoff .ApCountdown ul li:first-child {
          border-color: #fa4659; }
          .box-dealoff .ApCountdown ul li:first-child b, .box-dealoff .ApCountdown ul li:first-child span {
            color: #fa4659; }
    .box-dealoff .ApCountdown .ap-countdown-link a {
      font-size: 14px;
      text-transform: uppercase;
      height: 40px;
      line-height: 40px;
      border-radius: 20px;
      font-family: "Oswald";
      color: #fff;
      background: #fa4659;
      padding: 0 55px;
      -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      display: inline-block;
      font-weight: 300;
      letter-spacing: 1px; }
      .box-dealoff .ApCountdown .ap-countdown-link a:hover {
        background: #a3de83; }

.box-productstabs {
  padding: 100px 0 50px; }
  .box-productstabs .owl-theme .owl-buttons {
    top: -40px; }
    @media (max-width: 480px) {
      .box-productstabs .owl-theme .owl-buttons {
        top: -75px; } }
  @media (max-width: 991px) {
    .box-productstabs {
      padding: 40px 0 10px; } }
  .box-productstabs .ApColumn .title_block {
    margin: 0 0 40px; }
  .box-productstabs .nav-tabs {
    border-bottom: 0;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .box-productstabs .nav-tabs {
        position: absolute;
        top: 4px;
        right: 15px; }
        .rtl .box-productstabs .nav-tabs {
          left: 15px;
          right: auto; } }
    .box-productstabs .nav-tabs .nav-item {
      margin: 0 8px; }
    .box-productstabs .nav-tabs .nav-link {
      display: block;
      padding: 3px 0;
      border: 0;
      border-radius: 0;
      font-size: 16px;
      font-weight: 300 !important;
      font-family: "Oswald";
      border-bottom: 2px solid transparent;
      color: #111;
      text-transform: capitalize; }
      .box-productstabs .nav-tabs .nav-link:hover {
        color: #fa4659; }
      .box-productstabs .nav-tabs .nav-link.active {
        color: #fa4659;
        border-color: #fedbdd; }

.box-sliderh3 .ApSlideShow {
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .box-sliderh3 .ApSlideShow {
      margin-bottom: 15px; } }
.box-sliderh3 .ApImage {
  overflow: hidden; }
  @media (max-width: 1199px) {
    .box-sliderh3 .ApImage {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .box-sliderh3 .ApImage {
      width: 50%;
      float: left;
      padding: 0 7px; }
      .rtl .box-sliderh3 .ApImage {
        float: right; } }

@media (min-width: 481px) and (max-width: 991px) {
  .box-freeship .ApColumn:nth-child(3) {
    clear: both; } }
.box-freeship .ApRawHtml {
  text-align: center;
  padding: 23px 10px;
  font-size: 16px;
  border: 2px dashed #a3de83;
  line-height: 30px;
  margin: 0; }
  @media (max-width: 991px) {
    .box-freeship .ApRawHtml {
      margin: 0 0 10px; } }
  .box-freeship .ApRawHtml h4 {
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 30px;
    color: #fa4659;
    text-transform: capitalize; }
  .box-freeship .ApRawHtml p {
    margin: 0; }

.box-bannerh3 {
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .box-bannerh3 {
      padding-top: 0;
      padding-bottom: 40px; } }

.box-productsmall {
  padding-bottom: 30px; }
  @media (max-width: 991px) {
    .box-productsmall {
      padding-bottom: 0px; } }
  .box-productsmall .owl-theme .owl-buttons {
    top: -87px; }
    @media (max-width: 991px) {
      .box-productsmall .owl-theme .owl-buttons {
        top: -57px; } }
  .box-productsmall .owl-theme .owl-controls .owl-pagination {
    margin: 0 15px 10px; }
  .box-productsmall .timeline-item {
    border: 0;
    min-height: 100px;
    height: 100px;
    padding: 15px 0; }
  .box-productsmall .animated-background {
    height: 80px; }

.box-manufacture.manu-h3 .manufacturers_block, .box-manufacture.manu-h5 .manufacturers_block {
  padding: 10px 15px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.25); }
.box-manufacture.manu-h3 .manufacturers_block {
  margin-bottom: -60px; }
@media (min-width: 992px) {
  .box-manufacture.manu-h5 .manufacturers_block {
    margin-top: -60px; } }
@media (max-width: 991px) {
  .box-manufacture.manu-h5 .manufacturers_block {
    margin-top: 30px; } }

.box-nav {
  font-family: "Oswald";
  font-weight: 300; }
  .box-nav .ApColumn .block {
    margin-bottom: 0; }
  .box-nav .popup-over .popup-content a {
    font-weight: 300; }
  @media (min-width: 992px) {
    .box-nav .ApRawHtml,
    .box-nav .language-selector-wrapper,
    .box-nav .currency-selector {
      float: left; }
      .rtl .box-nav .ApRawHtml, .rtl
      .box-nav .language-selector-wrapper, .rtl
      .box-nav .currency-selector {
        float: right; } }
  .box-nav .ApRawHtml.popup-over a.popup-title,
  .box-nav .language-selector-wrapper.popup-over a.popup-title,
  .box-nav .currency-selector.popup-over a.popup-title {
    min-width: 30px;
    padding: 13px 5px; }
    @media (min-width: 992px) {
      .box-nav .ApRawHtml.popup-over a.popup-title,
      .box-nav .language-selector-wrapper.popup-over a.popup-title,
      .box-nav .currency-selector.popup-over a.popup-title {
        font-size: 12px;
        color: #666; } }
  .box-nav .ApRawHtml.popup-over .popup-content,
  .box-nav .language-selector-wrapper.popup-over .popup-content,
  .box-nav .currency-selector.popup-over .popup-content {
    left: 0; }
    .rtl .box-nav .ApRawHtml.popup-over .popup-content, .rtl
    .box-nav .language-selector-wrapper.popup-over .popup-content, .rtl
    .box-nav .currency-selector.popup-over .popup-content {
      right: 0;
      left: auto; }
  .box-nav .ApRawHtml.popup-over:hover a.popup-title, .box-nav .ApRawHtml.popup-over.open a.popup-title,
  .box-nav .language-selector-wrapper.popup-over:hover a.popup-title,
  .box-nav .language-selector-wrapper.popup-over.open a.popup-title,
  .box-nav .currency-selector.popup-over:hover a.popup-title,
  .box-nav .currency-selector.popup-over.open a.popup-title {
    color: #fa4659; }
  @media (max-width: 991px) {
    .box-nav .ApRawHtml {
      float: left; }
      .rtl .box-nav .ApRawHtml {
        float: right; }
    .box-nav .language-selector-wrapper.popup-over,
    .box-nav .currency-selector.popup-over {
      float: right; }
      .rtl .box-nav .language-selector-wrapper.popup-over, .rtl
      .box-nav .currency-selector.popup-over {
        float: left; }
      .box-nav .language-selector-wrapper.popup-over .popup-content,
      .box-nav .currency-selector.popup-over .popup-content {
        left: auto;
        right: 0; }
        .rtl .box-nav .language-selector-wrapper.popup-over .popup-content, .rtl
        .box-nav .currency-selector.popup-over .popup-content {
          left: 0;
          right: auto; } }
  @media (min-width: 992px) {
    .box-nav .nav-local {
      padding: 0 0 0 35px; }
      .rtl .box-nav .nav-local {
        padding: 0 35px 0 0; } }
  .box-nav .nav-local a {
    display: block; }
    @media (min-width: 992px) {
      .box-nav .nav-local a {
        font-size: 12px; } }
    .box-nav .nav-local a i {
      padding: 0 5px 0 0; }
      .rtl .box-nav .nav-local a i {
        padding: 0 0 0 5px; }
  .box-nav .userinfo-selector a.popup-title {
    padding: 13px 5px; }
    @media (min-width: 992px) {
      .box-nav .userinfo-selector a.popup-title {
        display: none; } }
  @media (min-width: 992px) {
    .box-nav .userinfo-selector .popup-content {
      z-index: 1;
      padding: 0;
      position: static;
      background: none;
      border: 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      margin: 0px;
      display: block !important; }
      .box-nav .userinfo-selector .popup-content li {
        display: inline-block;
        padding: 0;
        line-height: 46px;
        vertical-align: top;
        font-size: 12px;
        padding: 0 0 0 30px; }
        .rtl .box-nav .userinfo-selector .popup-content li {
          padding: 0 30px 0 0; } }

@media (min-width: 992px) {
  .box-menuh3 .leo-megamenu .navbar-nav {
    text-align: center;
    border-top: 1px solid #f1f1f1; }
    .box-menuh3 .leo-megamenu .navbar-nav > li {
      display: inline-block;
      vertical-align: top;
      float: none; }
      .box-menuh3 .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
        top: 100%; }
      .box-menuh3 .leo-megamenu .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px; }
        .box-menuh3 .leo-megamenu .navbar-nav > li > a > .sub-title {
          top: 15px; } }
@media (max-width: 991px) {
  .box-menuh3 .navbar-header {
    text-align: center; }
  .box-menuh3 .leo-megamenu .navbar-toggler {
    margin: 0 auto 20px; } }

.box-headertop {
  padding: 25px 0; }
  @media (min-width: 992px) {
    .box-headertop {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 100%;
      margin: auto; }
      .box-headertop > .ApColumn {
        padding: 0; } }
  @media (max-width: 991px) {
    .box-headertop {
      padding: 20px 0; }
      .box-headertop .col-logo {
        text-align: center;
        padding-bottom: 20px; } }
  .box-headertop #search_widget a.popup-title {
    display: none; }
  .box-headertop #search_widget .popup-content {
    background: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 1;
    float: none;
    display: block;
    box-shadow: none; }
  .box-headertop #search_widget form input[type=text] {
    border: 1px solid #f1f1f1;
    height: 50px;
    border-radius: 0;
    outline: 0;
    max-width: 100%; }
    .box-headertop #search_widget form input[type=text]:focus, .box-headertop #search_widget form input[type=text]:hover {
      border: 1px solid #111;
      outline: 0; }
  .box-headertop #search_widget form button[type=submit] {
    background: none;
    border: 0;
    bottom: -1px;
    color: white;
    padding: 0px;
    font-size: 16px;
    width: 50px;
    height: 50px;
    right: -1px;
    border-radius: 0;
    color: #666; }
    .rtl .box-headertop #search_widget form button[type=submit] {
      left: -1px;
      right: auto; }
    .box-headertop #search_widget form button[type=submit]:hover {
      color: #fa4659; }
  @media (max-width: 991px) {
    .box-headertop #cart-block {
      width: 100%; } }
  .box-headertop #cart-block .header {
    background: #fa4659;
    white-space: nowrap;
    width: auto;
    color: #fff; }
    @media (min-width: 992px) {
      .box-headertop #cart-block .header {
        padding: 0 13px 0 0; }
        .rtl .box-headertop #cart-block .header {
          padding: 0 0 0 13px; } }
    @media (max-width: 991px) {
      .box-headertop #cart-block .header {
        padding: 0 10px; } }
    .box-headertop #cart-block .header a {
      color: #fff; }
    .box-headertop #cart-block .header .title-cart {
      padding: 0 15px;
      margin: 0 10px 0 0;
      background: #fff;
      vertical-align: top;
      height: 50px;
      color: #666;
      text-transform: capitalize;
      font-family: "Oswald";
      font-weight: 300; }
      @media (min-width: 992px) {
        .box-headertop #cart-block .header .title-cart {
          display: inline-block;
          left: -2px;
          position: relative; }
          .rtl .box-headertop #cart-block .header .title-cart {
            right: -2px;
            left: auto; } }
      .rtl .box-headertop #cart-block .header .title-cart {
        margin: 0 0 0 10px; }
    .box-headertop #cart-block .header .cart-products-count {
      font-size: 16px;
      position: static;
      background: none;
      color: #fff;
      font-weight: bold;
      padding: 0; }
      .box-headertop #cart-block .header .cart-products-count:before {
        content: "-";
        padding: 0 1px; }
  .box-headertop.box-h5 .ApRawHtml {
    margin: 0; }

.contact-top {
  padding: 5px 0; }
  @media (min-width: 768px) {
    .contact-top {
      text-align: right; }
      .rtl .contact-top {
        text-align: left; } }
  @media (max-width: 767px) {
    .contact-top {
      text-align: center; } }
  .contact-top a {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 50px;
    line-height: 20px;
    font-size: 20px;
    font-family: "Oswald";
    text-transform: capitalize;
    color: #fa4659;
    position: relative;
    font-weight: bold;
    white-space: nowrap; }
    .rtl .contact-top a {
      text-align: right; }
    .rtl .contact-top a {
      padding: 0 50px 0 0; }
    @media (max-width: 991px) {
      .contact-top a {
        font-size: 12px;
        padding: 0 0 0 45px; }
        .rtl .contact-top a {
          padding: 0 45px 0 0; } }
    @media (max-width: 767px) {
      .contact-top a {
        width: 45px;
        height: 40px;
        padding: 0; } }
    .contact-top a span {
      display: block; }
      .contact-top a span.title-top {
        font-size: 12px;
        font-family: "Lato", sans-serif;
        color: #666;
        font-weight: normal; }
      @media (max-width: 767px) {
        .contact-top a span {
          display: none; } }
    .contact-top a i {
      width: 40px;
      height: 40px;
      left: 0;
      position: absolute;
      top: 0;
      border-radius: 20px;
      border: 1px solid #fa4659;
      color: #fa4659;
      font-size: 18px;
      text-align: center;
      line-height: 38px; }
      .rtl .contact-top a i {
        right: 0;
        left: auto; }

.box-footerh4 {
  text-align: center; }
  .box-footerh4 .block-social {
    text-align: center;
    padding: 30px 0px; }
    @media (max-width: 991px) {
      .box-footerh4 .block-social {
        padding: 15px 0; } }
    .box-footerh4 .block-social li {
      line-height: 50px;
      width: auto;
      height: 50px; }
      .box-footerh4 .block-social li a {
        text-indent: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        position: static;
        font-size: 16px;
        font-weight: bold;
        font-family: "Oswald";
        text-transform: lowercase;
        display: block;
        padding: 0 25px; }
        @media (max-width: 991px) {
          .box-footerh4 .block-social li a {
            padding: 0 15px;
            font-size: 14px; } }
      .box-footerh4 .block-social li:before {
        display: none; }

.box-productsh4 {
  position: relative; }
  .box-productsh4 > .ApColumn {
    position: static; }
  .box-productsh4 .ApColumn .title_block {
    margin: 0 0 30px; }
  .box-productsh4 .sub-title-widget {
    margin-bottom: 20px;
    line-height: 25px; }
  .box-productsh4 .owl-theme .owl-buttons {
    top: -25px; }
  @media (min-width: 992px) {
    .box-productsh4 .ApColumn .title_block {
      position: absolute;
      top: 60px;
      left: 15px;
      width: 23%; }
      .rtl .box-productsh4 .ApColumn .title_block {
        right: 15px;
        left: auto; }
    .box-productsh4 .sub-title-widget {
      position: absolute;
      top: 130px;
      left: 15px;
      width: 23%; }
      .rtl .box-productsh4 .sub-title-widget {
        right: 15px;
        left: auto; }
    .box-productsh4 .owl-theme .owl-buttons {
      left: -33.33%;
      margin: 0 0 0 15px;
      top: 55%; }
      .rtl .box-productsh4 .owl-theme .owl-buttons {
        right: -33.33%;
        left: auto; }
      .rtl .box-productsh4 .owl-theme .owl-buttons {
        margin: 0 15px 0 0; } }

.box-block {
  padding-top: 60px; }
  .box-block .ApColumn .block {
    margin-bottom: 0; }
  .box-block .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 50%;
    padding: 0 30px; }
    .rtl .box-block .owl-theme .owl-controls .owl-pagination {
      right: 0;
      left: auto; }
    @media (min-width: 992px) {
      .box-block .owl-theme .owl-controls .owl-pagination {
        text-align: right; }
        .rtl .box-block .owl-theme .owl-controls .owl-pagination {
          text-align: left; } }
    @media (max-width: 991px) {
      .box-block .owl-theme .owl-controls .owl-pagination {
        width: 100%;
        bottom: -20px;
        text-align: center; } }
  @media (max-width: 991px) {
    .box-block {
      padding-top: 20px; } }
  .box-block .owl-theme .owl-buttons {
    top: -35px;
    right: 85px; }
    .rtl .box-block .owl-theme .owl-buttons {
      left: 85px;
      right: auto; }
    @media (max-width: 1199px) {
      .box-block .owl-theme .owl-buttons {
        right: 50px; }
        .rtl .box-block .owl-theme .owl-buttons {
          left: 50px;
          right: auto; } }
    @media (max-width: 991px) {
      .box-block .owl-theme .owl-buttons {
        right: 0;
        top: -15px; }
        .rtl .box-block .owl-theme .owl-buttons {
          left: 0;
          right: auto; } }
  .box-block .block-carousel-container {
    padding: 20px 70px; }
    @media (max-width: 1199px) {
      .box-block .block-carousel-container {
        padding: 20px 40px; } }
    @media (max-width: 991px) {
      .box-block .block-carousel-container {
        padding: 20px 0; } }
    .box-block .block-carousel-container .image {
      text-align: center; }
      .box-block .block-carousel-container .image img {
        max-width: 50%;
        float: right;
        border: 10px solid #fff;
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
        .rtl .box-block .block-carousel-container .image img {
          float: left; }
        @media (max-width: 480px) {
          .box-block .block-carousel-container .image img {
            max-width: 200px;
            margin: 0 auto 15px;
            float: none; } }
        .box-block .block-carousel-container .image img::selection {
          background: none;
          color: inherit; }
      .box-block .block-carousel-container .image:after {
        content: "";
        display: block;
        clear: both; }
    .box-block .block-carousel-container .title,
    .box-block .block-carousel-container .descript {
      width: 50%;
      float: left;
      padding: 0 15px;
      text-align: left; }
      .rtl .box-block .block-carousel-container .title, .rtl
      .box-block .block-carousel-container .descript {
        float: right; }
      .rtl .box-block .block-carousel-container .title, .rtl
      .box-block .block-carousel-container .descript {
        text-align: right; }
      @media (min-width: 992px) {
        .box-block .block-carousel-container .title,
        .box-block .block-carousel-container .descript {
          padding: 0 70px 0 30px; }
          .rtl .box-block .block-carousel-container .title, .rtl
          .box-block .block-carousel-container .descript {
            padding: 0 30px 0 70px; } }
      @media (max-width: 480px) {
        .box-block .block-carousel-container .title,
        .box-block .block-carousel-container .descript {
          width: 100%; } }
    .box-block .block-carousel-container .title {
      font-size: 24px;
      font-weight: bold;
      text-transform: capitalize;
      font-family: "Oswald";
      color: #111;
      margin: 0 0 50px; }
      @media (max-width: 991px) {
        .box-block .block-carousel-container .title {
          margin: 0 0 30px; } }
      @media (max-width: 480px) {
        .box-block .block-carousel-container .title {
          margin: 0 0 15px; } }
    .box-block .block-carousel-container .descript {
      line-height: 25px; }
      .box-block .block-carousel-container .descript a {
        text-transform: uppercase;
        font-weight: 300;
        display: inline-block;
        border-bottom: 1px solid #111;
        font-family: "Oswald";
        margin: 80px 0 0; }
        @media (max-width: 991px) {
          .box-block .block-carousel-container .descript a {
            margin: 30px 0 0; } }
        @media (max-width: 480px) {
          .box-block .block-carousel-container .descript a {
            margin: 15px 0 0; } }
        .box-block .block-carousel-container .descript a:hover {
          border-color: #fa4659; }

.box-newletter {
  padding: 70px 30px; }
  @media (max-width: 991px) {
    .box-newletter {
      padding: 40px 0; } }
  .box-newletter .block_newsletter {
    margin: auto;
    max-width: 970px;
    text-align: left; }
    .rtl .box-newletter .block_newsletter {
      text-align: right; }
    .box-newletter .block_newsletter:after {
      content: "";
      display: block;
      clear: both; }
    .box-newletter .block_newsletter .title_block {
      margin: 0 0 10px;
      padding: 0;
      line-height: 20px; }
      .box-newletter .block_newsletter .title_block:before {
        display: none; }
    .box-newletter .block_newsletter .input-wrapper {
      padding: 0 60px 0 0;
      height: 50px;
      margin-top: 0;
      border-color: #ccc; }
      .rtl .box-newletter .block_newsletter .input-wrapper {
        padding: 0 0 0 60px; }
      .box-newletter .block_newsletter .input-wrapper input {
        height: 48px; }
    .box-newletter .block_newsletter .btn {
      width: 50px;
      height: 50px; }
    .box-newletter .block_newsletter .letter-info {
      width: 40%;
      float: left;
      padding: 0 10px; }
      .rtl .box-newletter .block_newsletter .letter-info {
        float: right; }
      .box-newletter .block_newsletter .letter-info p {
        margin: 0; }
      @media (max-width: 767px) {
        .box-newletter .block_newsletter .letter-info {
          width: 100%;
          margin-bottom: 15px; } }
    .box-newletter .block_newsletter .block_content {
      width: 60%;
      float: right; }
      .rtl .box-newletter .block_newsletter .block_content {
        float: left; }
      @media (max-width: 767px) {
        .box-newletter .block_newsletter .block_content {
          width: 100%; } }

.header-nav {
  background: #f5f5f5;
  line-height: 46px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media (max-width: 991px) {
  .box-menuh5 .leo-megamenu .navbar-toggler {
    background: #fff;
    color: #111;
    margin: 20px 0 0;
    position: relative;
    z-index: 1; }
    .box-menuh5 .leo-megamenu .navbar-toggler:focus {
      background: #fff;
      color: #fa4659; } }
@media (min-width: 992px) {
  .box-menuh5 .leo-megamenu {
    position: static; }
    .box-menuh5 .leo-megamenu .navbar-nav > li.active > a {
      color: #fa4659; }
    .box-menuh5 .leo-megamenu .navbar-nav > li > a {
      padding-top: 30px;
      padding-bottom: 30px;
      color: #fff; }
      .box-menuh5 .leo-megamenu .navbar-nav > li > a:hover {
        color: #fa4659; }
      .box-menuh5 .leo-megamenu .navbar-nav > li > a > .sub-title {
        top: 10px; }
    .box-menuh5 .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
      top: 100%; } }
.box-menuh5 #cart-block {
  width: 100%; }
  @media (max-width: 991px) {
    .box-menuh5 #cart-block {
      width: 100%; } }
  .box-menuh5 #cart-block .header {
    background: #fa4659;
    white-space: nowrap;
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
    .box-menuh5 #cart-block .header:hover {
      background: #c33645; }
    .box-menuh5 #cart-block .header i {
      font-size: 24px; }
    @media (min-width: 992px) {
      .box-menuh5 #cart-block .header {
        padding: 0 15px; } }
    @media (max-width: 991px) {
      .box-menuh5 #cart-block .header {
        padding: 0 10px; } }
    .box-menuh5 #cart-block .header a {
      color: #fff; }
    .box-menuh5 #cart-block .header .cart-products-count {
      font-size: 16px;
      position: static;
      background: none;
      color: #fff;
      padding: 0 2px; }
    .box-menuh5 #cart-block .header .text-count {
      font-size: 16px; }
      @media (min-width: 992px) {
        .box-menuh5 #cart-block .header .text-count {
          display: inline; } }

.box-bannerh5 {
  padding-top: 100px; }
  @media (max-width: 991px) {
    .box-bannerh5 {
      padding-top: 40px; } }
  @media (max-width: 480px) {
    .box-bannerh5 {
      padding-top: 30px; } }
  .box-bannerh5 .ApImage {
    position: relative; }
    @media (max-width: 576px) {
      .box-bannerh5 .ApImage {
        display: inline-block; } }
    .box-bannerh5 .ApImage .title_block {
      position: absolute;
      font-size: 14px;
      z-index: 2;
      font-weight: 300;
      color: #666;
      padding: 10px 30px;
      line-height: 20px;
      margin: 0;
      background: rgba(255, 255, 255, 0.75);
      letter-spacing: 1px;
      top: 15px;
      left: 0; }
      .rtl .box-bannerh5 .ApImage .title_block {
        right: 0;
        left: auto; }
      .box-bannerh5 .ApImage .title_block:before {
        display: none; }

.box-footer {
  line-height: 24px; }
  .box-footer.box-h5 .block-toggler.ApBlockLink ul li a,
  .box-footer.box-h5 .footer-container .links.ApBlockLink ul li a {
    color: #ccc;
    padding: 11px 0; }
    .box-footer.box-h5 .block-toggler.ApBlockLink ul li a:hover,
    .box-footer.box-h5 .footer-container .links.ApBlockLink ul li a:hover {
      padding: 11px 0 11px 10px;
      color: #fff; }
      .rtl .box-footer.box-h5 .block-toggler.ApBlockLink ul li a:hover, .rtl
      .box-footer.box-h5 .footer-container .links.ApBlockLink ul li a:hover {
        padding: 11px 10px 11px 0; }
  .box-footer.box-h5 .ApColumn .title_block {
    font-size: 24px;
    color: #fff; }
    @media (min-width: 992px) {
      .box-footer.box-h5 .ApColumn .title_block {
        margin: 0 0 48px; } }
    @media (max-width: 991px) {
      .box-footer.box-h5 .ApColumn .title_block {
        font-size: 16px; } }
  .box-footer.box-h5 .footer-logo {
    margin-bottom: 30px; }
  .box-footer.box-h5 .ApRawHtml {
    max-width: 350px;
    margin-bottom: 5px; }
  @media (min-width: 992px) {
    .box-footer.box-h5 .block-social {
      text-align: left;
      padding: 2px 0px; }
      .rtl .box-footer.box-h5 .block-social {
        text-align: right; } }
  .box-footer.box-h5 .block-social li {
    width: 35px; }
  .box-footer .apollo-twitter {
    height: 240px;
    overflow-y: scroll;
    overflow-x: hidden; }

.footer-about ul li {
  padding: 3px 0; }
  .footer-about ul li i {
    margin: 0 5px 0 0; }
    .rtl .footer-about ul li i {
      margin: 0 0 0 5px; }

.header-container {
  background: #fff; }

.text-center {
  text-align: center; }

.cssload-speeding-wheel {
  border: 2px solid #000;
  border-left-color: transparent;
  border-right-color: transparent; }

.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;
    color: #666;
    background: none;
    border: 0;
    font-size: 14px; }
    .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: #fa4659;
      background: none; }
      .footer_links li a:hover i {
        background: #fa4659; }

.leo-list-wishlist {
  border-radius: 0;
  max-height: 85px;
  overflow-y: auto; }
  .leo-list-wishlist .wishlist-item {
    max-width: 160px;
    white-space: normal;
    display: block;
    border-bottom: 1px solid #f9f9f9;
    margin: 0; }

.disabled {
  cursor: no-drop; }

.paneltool.themetool .group-input.layout .leo-dynamic-update-layout[data-layout-mod="layout-boxed-md"] {
  display: none; }

@media (min-width: 992px) {
  body.layout-boxed-lg .box-banner .ApImage .image_description {
    font-size: 20px; }
    body.layout-boxed-lg .box-banner .ApImage .image_description strong {
      font-size: 40px;
      line-height: 30px;
      margin-bottom: 5px; } }

.leo-fake-button {
  display: none; }

.ui-autocomplete {
  font-size: 12px; }
  .ui-autocomplete li a {
    padding: 5px 10px; }

.page-footer > .text-xs-center > a {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #333;
  color: #fff; }
  .page-footer > .text-xs-center > a:hover {
    background: #fa4659; }

#customer-form .custom-checkbox > span {
  display: inline-block;
  margin: 0 10px 0 0; }
  .rtl #customer-form .custom-checkbox > span {
    margin: 0 0 0 10px; }

.list-wishlist .view-wishlist-product {
  float: left; }
  .rtl .list-wishlist .view-wishlist-product {
    float: right; }

.leo-compare-review-dropdown .btn {
  font-size: 12px; }

.wishlist-product-action .leo-wishlist-button-dropdown {
  float: right; }
  .rtl .wishlist-product-action .leo-wishlist-button-dropdown {
    float: left; }
  .wishlist-product-action .leo-wishlist-button-dropdown .btn {
    display: inline-block;
    background: #3387f2;
    color: #fff; }
  .wishlist-product-action .leo-wishlist-button-dropdown .dropdown-menu {
    top: auto;
    left: auto;
    bottom: 100%;
    right: 0; }
    .rtl .wishlist-product-action .leo-wishlist-button-dropdown .dropdown-menu {
      left: 0;
      right: auto; }

.leo-fake-send-wishlist-button {
  display: none; }

.modal-footer {
  text-align: right; }
  .rtl .modal-footer {
    text-align: left; }
  .modal-footer .leo-modal-send-wishlist-bt {
    margin: 0 0 0 2px; }
    .rtl .modal-footer .leo-modal-send-wishlist-bt {
      margin: 0 2px 0 0; }

@media (max-width: 575px) {
  .cart-overview .cart-item .product-line-grid {
    margin: 0 7px; } }

.featured-products.block {
  margin-top: 40px; }

#delivery-address input[name="use_same_address"] {
  margin: 0 10px 0 0; }
  .rtl #delivery-address input[name="use_same_address"] {
    margin: 0 0 0 10px; }
  #delivery-address input[name="use_same_address"] + label {
    display: inline; }

.iview-directionNav a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.wishlist-product-action .btn {
  font-size: 10px;
  margin: 2px;
  padding: 6px; }
.wishlist-product-action .dropdown {
  display: inline-block;
  vertical-align: top; }
.wishlist-product-action .dropdown-item {
  width: 200px;
  white-space: normal; }

@media (min-width: 992px) {
  .layout-boxed-lg .box-country .ApImage .image_description {
    padding-top: 70px; } }

@media (max-width: 480px) {
  .modal-footer button {
    width: 100%;
    margin: 5px 0 !important; } }

@media (max-width: 1199px) {
  #order-summary-content #order-items {
    width: 100%; } }

.ps-hidden-by-js {
  display: none; }

.quickview #leo_product_reviews_block_extra {
  display: none; }

.order-options textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #eee;
  margin: 5px 0; }

/*update css menu*/
.off-canvas-active > #page {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.off-canvas-nav-megamenu {
  -webkit-transform: translate(0, 0) scale(0, 1);
  -moz-transform: translate(0, 0) scale(0, 1);
  -ms-transform: translate(0, 0) scale(0, 1);
  -o-transform: translate(0, 0) scale(0, 1);
  transform: translate(0, 0) scale(0, 1);
  left: 0;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center; }

.off-canvas-active > .off-canvas-nav-megamenu.active {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1); }

.off-canvas-nav-megamenu .offcanvas-mainnav {
  left: 0; }

.megamenu-overlay {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.rtl .off-canvas-nav-megamenu .offcanvas-mainnav {
  right: 0;
  left: auto; }

/*end update css menu*/
#blockcart-modal .cart-content a.btn,
.product-add-to-cart .product-quantity .add-to-cart,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout,
.continue.btn,
button.btn.btn-primary.center-block {
  background: #fa4659; }
  #blockcart-modal .cart-content a.btn:hover, #blockcart-modal .cart-content a.btn:focus,
  .product-add-to-cart .product-quantity .add-to-cart:hover,
  .product-add-to-cart .product-quantity .add-to-cart:focus,
  .leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,
  .leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,
  .continue.btn:hover,
  .continue.btn:focus,
  button.btn.btn-primary.center-block:hover,
  button.btn.btn-primary.center-block:focus {
    background: #ea2f43; }

.product-line-actions .qty > input.js-cart-line-product-quantity {
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 10px; }

#content-hook-order-confirmation-footer .featured-products {
  margin-bottom: 30px; }

.card-block strong,
.card-block .font-weight-bold,
.card-block .aeuc_scart a,
.card-block .product-name {
  color: #333; }

.order-confirmation-table .font-weight-bold {
  color: #333; }

#checkout .box-top .col-info #cart-block .header a:after,
#checkout .box-top .col-info #cart-block .header a:before {
  display: none; }

.header-logo img {
  max-height: 50px; }

@media (min-width: 992px) {
  .demo-product-detail {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
.demo-product-detail .widget-html {
  padding: 10px; }
  .demo-product-detail .widget-html a {
    display: block;
    border: 1px solid #eee;
    padding: 1px; }
    .demo-product-detail .widget-html a:hover {
      border: 1px solid #999; }
@media (min-width: 768px) and (max-width: 991px) {
  .demo-product-detail .leo-widget {
    width: 23%;
    margin: 0 1% 5px;
    float: left; }
    .rtl .demo-product-detail .leo-widget {
      float: right; }
    .demo-product-detail .leo-widget:nth-child(4n+1) {
      clear: both; } }
@media (min-width: 481px) and (max-width: 767px) {
  .demo-product-detail .leo-widget {
    width: 31%;
    margin: 0 1% 5px;
    float: left; }
    .rtl .demo-product-detail .leo-widget {
      float: right; }
    .demo-product-detail .leo-widget:nth-child(3n+1) {
      clear: both; } }
@media (max-width: 480px) {
  .demo-product-detail .leo-widget {
    width: 48%;
    margin: 0 1% 5px;
    float: left; }
    .rtl .demo-product-detail .leo-widget {
      float: right; }
    .demo-product-detail .leo-widget:nth-child(2n+1) {
      clear: both; } }

section.page-not-found {
  text-align: center; }

.group-input a.apconfig {
  text-transform: capitalize; }

@media (max-width: 991px) {
  .owl-theme .owl-buttons {
    top: -30px; }

  .footer-bottom {
    padding-bottom: 40px; } }
#category-products2 > .item.first,
#category-products > .item.first {
  display: none; }

#cart-block .leo-cart-dropdown-action {
  min-width: 100%; }

.block-category.card {
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0; }
  .block-category.card h1 {
    margin: 0 0 20px; }
  .block-category.card > div {
    margin: 0 0 30px; }
  .block-category.card .category-cover img {
    max-width: 100%; }

.page-heading {
  margin: 0 0 20px; }

/*# sourceMappingURL=styles.css.map */
