/***************************************************
  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; }
.ApColumn .title_block {
  text-transform: none;
  padding: 0 0 0 40px;
  margin: 0 0 40px;
  font-size: 24px;
  position: relative; }
  .rtl .ApColumn .title_block {
    padding: 0 40px 0 0; }
  @media (max-width: 480px) {
    .ApColumn .title_block {
      font-size: 22px; } }
  .ApColumn .title_block:before {
    content: "";
    width: 25px;
    height: 3px;
    background: #C32C44;
    top: 10px;
    left: 0;
    position: absolute; }
    .rtl .ApColumn .title_block:before {
      right: 0;
      left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gmap-cover {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .widget-category_image {
    padding: 0 9px; } }
.widget-category_image .view_all_wapper {
  display: none; }
.widget-category_image .block_content:after {
  content: "";
  display: block;
  clear: both; }
.widget-category_image .block_content > ul {
  width: 50%;
  float: left;
  box-shadow: 0 0 0 1px #e5e5e5;
  background: #fff;
  height: 182.5px;
  position: relative; }
  .rtl .widget-category_image .block_content > ul {
    float: right; }
  @media (max-width: 1199px) {
    .widget-category_image .block_content > ul {
      height: 147px; } }
  .widget-category_image .block_content > ul a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    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;
    text-align: center; }
    .widget-category_image .block_content > ul a .cate_content {
      display: block;
      width: 100%;
      margin: auto; }
      .widget-category_image .block_content > ul a .cate_content .cover-img {
        display: block;
        margin: 0 0 10px; }
        .widget-category_image .block_content > ul a .cate_content .cover-img img {
          width: 50px;
          height: 50px;
          transition: all .4s; }
    .widget-category_image .block_content > ul a:hover .cate_content .cover-img img {
      -webkit-filter: brightness(50%);
      filter: brightness(50%);
      transform: translateY(-10px); }

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

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

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

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

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

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

  .ApInstagram .block_content {
    margin: 0 -9px; } }
/* end max 1199px */
@media (max-width: 991px) {
  .page-home .box-slider {
    margin-bottom: 20px; } }
#content-wrapper .sitemap h2 {
  margin: 0 0 20px; }
#content-wrapper .sitemap li a {
  display: block;
  padding: 5px 0;
  color: #888; }
  #content-wrapper .sitemap li a:hover {
    color: #C32C44; }

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

.hidden,
.hide {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*end update css menu*/
.box-navh1 {
  background: #f6f5f3;
  }
  .box-navh1 .ApColumn .block {
    margin-bottom: 0; }
  .box-navh1 .ApColumn:first-child .ApHtml {
    color: #b8b8b8;
    line-height: 20px;
    padding: 20px 0 20px 80px; }
    .rtl .box-navh1 .ApColumn:first-child .ApHtml {
      padding: 20px 80px 20px 0; }
    @media (max-width: 1400px) {
      .box-navh1 .ApColumn:first-child .ApHtml {
        padding: 20px 0 20px 30px; }
        .rtl .box-navh1 .ApColumn:first-child .ApHtml {
          padding: 20px 30px 20px 0; } }
    .box-navh1 .ApColumn:first-child .ApHtml p {
      margin: 0; }
  .box-navh1 .ApColumn:nth-child(2) {
    background: #f6f5f3;
    text-align: center;
    }
  .box-navh1 .block-social {
    padding: 0; }
    .box-navh1 .block-social .social-title {
      display: none; }
    .box-navh1 .block-social li {
      margin: 15px 10px;
      color: #b8b8b8; }
      @media (max-width: 991px) {
        .box-navh1 .block-social li {
          margin: 15px 0; } }
      .box-navh1 .block-social li:before {
        font-size: 13px; }
      .box-navh1 .block-social li:after {
        content: "";
        width: 14px;
        height: 2px;
        background: #C32C44;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -7px;
        pointer-events: none;
        opacity: 0; }
      .box-navh1 .block-social li:hover {
        color: #fff; }
        .box-navh1 .block-social li:hover:after {
          opacity: 1; }
  .box-navh1 .ApColumn:last-child {
    padding: 0 80px 0 0; }
    .rtl .box-navh1 .ApColumn:last-child {
      padding: 0 0 0 80px; }
    @media (max-width: 1400px) {
      .box-navh1 .ApColumn:last-child {
        padding: 0 15px 0 0; }
        .rtl .box-navh1 .ApColumn:last-child {
          padding: 0 0 0 15px; } }
  .box-navh1 .popup-over {
    float: right; }
    .rtl .box-navh1 .popup-over {
      float: left; }
    .box-navh1 .popup-over a.popup-title {
      padding: 20px 15px;
      color: #303030;
      }
      @media (min-width: 992px) {
        .box-navh1 .popup-over a.popup-title .fa-user,
        .box-navh1 .popup-over a.popup-title .fa-cog {
          display: none; } }
    .box-navh1 .popup-over:hover a.popup-title {
      color: #c32c44;
      }
  @media (max-width: 567px) {
    .box-navh1 .ApColumn:first-child {
      width: 100%;
      background: #000; }
    .box-navh1 .ApColumn:nth-child(2),
    .box-navh1 .ApColumn:nth-child(3) {
      width: 50%; } }

.box-toph1 {
  padding: 0 60px;
  border-bottom: 1px solid #e2e2e2;
  /*end 1199*/
  /*end 991*/
  /*end 767*/ }
  .box-toph1 .h-logo {
    height: 110px;
    line-height: 110px; }
    .box-toph1 .h-logo img {
      max-height: 90px; }
  .box-toph1 #search_widget {
    /*end min 481*/ }
    @media (min-width: 481px) {
      .box-toph1 #search_widget {
        padding: 0 15px; }
        .box-toph1 #search_widget a.popup-title {
          display: none; }
        .box-toph1 #search_widget .popup-content {
          padding: 0;
          box-shadow: none;
          position: static;
          transform: none;
          display: block !important;
          opacity: 1;
          visibility: visible; }
        .box-toph1 #search_widget .search-inner input[type="text"] {
          min-width: 200px;
          border: 1px solid #ebebeb;
          padding: 0 40px 0 15px;
          background: #f5f5f5;
          border-radius: 3px; }
          .rtl .box-toph1 #search_widget .search-inner input[type="text"] {
            padding: 0 15px 0 40px; }
          .box-toph1 #search_widget .search-inner input[type="text"]:focus {
            border-color: #333; } }
    @media (max-width: 480px) {
      .box-toph1 #search_widget a.popup-title {
        padding: 8px 0 12px; }
        .box-toph1 #search_widget a.popup-title i {
          font-size: 18px; }
      .box-toph1 #search_widget .popup-content {
        right: -250px;
        }
        .rtl .box-toph1 #search_widget .popup-content {
          left: -160px;
          right: auto; } }
  .box-toph1 .col-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 110px; }
    .box-toph1 .col-info .blockcart .header {
      padding: 0 15px;
      height: 110px;
      line-height: 110px;
      font-size: 12px;
      font-weight: bold;
      text-transform: capitalize;
      white-space: nowrap; }
      .box-toph1 .col-info .blockcart .header i.material-icons {
        font-size: 18px;
        margin: 0 10px 0 0;
        vertical-align: text-bottom; }
        .rtl .box-toph1 .col-info .blockcart .header i.material-icons {
          margin: 0 0 0 10px; }
      .box-toph1 .col-info .blockcart .header a {
        display: block; }
    .box-toph1 .col-info a.ap-btn-wishlist {
      padding: 0 15px;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      white-space: nowrap; }
      .box-toph1 .col-info a.ap-btn-wishlist i.material-icons {
        font-size: 18px;
        margin: 0 2px 0 0;
        vertical-align: text-bottom; }
        .rtl .box-toph1 .col-info a.ap-btn-wishlist i.material-icons {
          margin: 0 0 0 2px; }
  @media (max-width: 1400px) {
    .box-toph1 {
      padding: 0 30px; } }
  @media (max-width: 1299px) and (min-width: 992px) {
    .box-toph1 .leo-megamenu .navbar-nav > li > a {
      padding: 45px 10px;
      font-size: 11px; }
    .box-toph1 .col-info #search_widget {
      padding: 0 10px; }
    .box-toph1 .col-info a.ap-btn-wishlist {
      padding: 0 10px; }
    .box-toph1 .col-info .blockcart .header {
      padding: 0 10px; } }
  @media (max-width: 991px) {
    .box-toph1 .h-logo {
      text-align: center; }
    .box-toph1 .col-info {
      height: 60px; }
      .box-toph1 .col-info .blockcart .header {
        height: 60px;
        line-height: 60px; }
    .box-toph1 .navbar-header .navbar-toggler {
      margin: 10px auto; } }
  @media (max-width: 767px) {
    .box-toph1 {
      padding: 0 10px; } }

.box-bannerh1 {
  padding: 50px 0;
  line-height: 2; }
  @media (max-width: 991px) {
    .box-bannerh1 {
      padding: 30px 0; } }
  .box-bannerh1 h4 {
    font-size: 48px;
    padding: 0 0 0 40px;
    position: relative;
    margin: 0 0 20px; }
    .rtl .box-bannerh1 h4 {
      padding: 0 40px 0 0; }
    @media (max-width: 1199px) {
      .box-bannerh1 h4 {
        font-size: 40px; } }
    @media (max-width: 991px) {
      .box-bannerh1 h4 {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .box-bannerh1 h4 {
        font-size: 25px; } }
    .box-bannerh1 h4 em {
      color: #C32C44;
      font-style: normal; }
    .box-bannerh1 h4:before {
      content: "";
      width: 25px;
      height: 3px;
      background: #C32C44;
      position: absolute;
      top: 25px;
      left: 0; }
      .rtl .box-bannerh1 h4:before {
        right: 0;
        left: auto; }
      @media (max-width: 1199px) {
        .box-bannerh1 h4:before {
          top: 15px; } }
  .box-bannerh1 table {
    width: 100%;
    height: auto; }
    .box-bannerh1 table p {
      margin: 0; }
    .box-bannerh1 table a {
      display: inline-block;
      padding: 15px 60px;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      background: #C32C44;
      color: #fff;
      transition: all .4s; }
      @media (min-width: 481px) {
        .box-bannerh1 table a {
          float: right; }
          .rtl .box-bannerh1 table a {
            float: left; } }
      @media (max-width: 767px) {
        .box-bannerh1 table a {
          padding: 10px 30px;
          margin: 10px 0;
          font-size: 12px; } }
      .box-bannerh1 table a:hover {
        background: #111; }
    @media (max-width: 480px) {
      .box-bannerh1 table td,
      .box-bannerh1 table th {
        display: block; } }
  .box-bannerh1 .ApHtml {
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .box-bannerh1 .ApHtml {
        margin-bottom: 30px; } }

.col-video .video {
  display: none; }
.col-video .ApImage {
  position: relative;
  cursor: pointer; }
  .col-video .ApImage .image_description {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    top: 50%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px; }
    .col-video .ApImage .image_description i {
      font-size: 100px; }
      @media (max-width: 991px) {
        .col-video .ApImage .image_description i {
          font-size: 70px; } }
      @media (max-width: 567px) {
        .col-video .ApImage .image_description i {
          font-size: 50px; } }

.box-videoh1 {
  margin: 0; }
  .box-videoh1 + .box-videoh1 {
    margin: 0 0 80px; }
    @media (max-width: 991px) {
      .box-videoh1 + .box-videoh1 {
        margin: 0 0 50px; } }
    @media (max-width: 567px) {
      .box-videoh1 + .box-videoh1 {
        display: flex;
        flex-direction: column-reverse; } }
  @media (min-width: 768px) {
    .box-videoh1 {
      display: flex;
      align-items: center; } }
  .box-videoh1 .ApImage img {
    height: 450px !important;
    object-fit: cover; }
    @media (max-width: 567px) {
      .box-videoh1 .ApImage img {
        height: auto !important; } }
  .box-videoh1 .ApColumn {
    padding: 0; }
    .box-videoh1 .ApColumn .block {
      margin-bottom: 0; }
    .box-videoh1 .ApColumn .ApHtml {
      padding: 30px;
      max-width: 520px;
      margin: auto;
      line-height: 2.2;
      color: #555; }
      @media (max-width: 991px) {
        .box-videoh1 .ApColumn .ApHtml {
          line-height: 1.8; } }
      .box-videoh1 .ApColumn .ApHtml h4 {
        display: block;
        text-transform: none;
        padding: 0 0 0 40px;
        margin: 0 0 30px;
        font-size: 24px;
        position: relative;
        line-height: 1.5; }
        .rtl .box-videoh1 .ApColumn .ApHtml h4 {
          padding: 0 40px 0 0; }
        @media (max-width: 767px) {
          .box-videoh1 .ApColumn .ApHtml h4 {
            font-size: 20px; } }
        .box-videoh1 .ApColumn .ApHtml h4:before {
          content: "";
          width: 25px;
          height: 3px;
          background: #C32C44;
          top: 15px;
          left: 0;
          position: absolute; }
          .rtl .box-videoh1 .ApColumn .ApHtml h4:before {
            right: 0;
            left: auto; }
        .box-videoh1 .ApColumn .ApHtml h4 span {
          display: block;
          font-style: italic;
          color: red;
          text-decoration: none !important;
          font-size: 14px;
          font-weight: normal; }
      .box-videoh1 .ApColumn .ApHtml a {
        display: inline-block;
        padding: 20px 60px;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        background: #C32C44;
        color: #fff;
        transition: all .4s;
        margin: 40px 0 0; }
        @media (max-width: 991px) {
          .box-videoh1 .ApColumn .ApHtml a {
            padding: 10px 30px;
            margin: 20px 0 0;
            font-size: 12px; } }

.box-ablue {
  background: linear-gradient(to top, #ebf4f6, #ebf4f6 calc(100% - 80px), #ffffff calc(100% - 80px)) !important;
  color: #555;
  line-height: 2.2;
  padding: 0 0 40px;
  margin: 0 0 80px; }
  @media (max-width: 991px) {
    .box-ablue {
      line-height: 1.8;
      padding: 0 0 20px;
      margin: 0 0 50px; } }
  .box-ablue .ApHtml {
    margin-top: 120px;
    padding: 20px 50px; }
    @media (max-width: 1199px) {
      .box-ablue .ApHtml {
        padding: 0px 20px; } }
    .box-ablue .ApHtml h4 {
      display: block;
      font-size: 24px;
      position: relative;
      line-height: 1.3;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .box-ablue .ApHtml h4 {
          font-size: 20px; } }
  .box-ablue .ApImage {
    text-align: center; }
    .box-ablue .ApImage img {
      max-width: 100%; }
  @media (min-width: 768px) {
    .box-ablue .col-img {
      left: 33.33%; }
      .rtl .box-ablue .col-img {
        right: 33.33%;
        left: auto; }
    .box-ablue .col-center {
      right: 33.33%; }
      .rtl .box-ablue .col-center {
        left: 33.33%;
        right: auto; } }
  @media (max-width: 767px) {
    .box-ablue .ApHtml {
      margin-top: 0;
      padding: 0px 10px; } }

.box-tesimonial {
  padding: 40px 0; }
  .box-tesimonial .ApColumn .block {
    margin-bottom: 0; }
  .box-tesimonial .owl-carousel {
    position: relative; }
    @media (min-width: 481px) {
      .box-tesimonial .owl-carousel {
        padding: 0 50px 0 0; }
        .rtl .box-tesimonial .owl-carousel {
          padding: 0 0 0 50px; } }
    .box-tesimonial .owl-carousel .owl-controls .owl-pagination {
      margin: 0;
      position: absolute;
      top: 0;
      right: 15px; }
      .rtl .box-tesimonial .owl-carousel .owl-controls .owl-pagination {
        left: 15px;
        right: auto; }
      .box-tesimonial .owl-carousel .owl-controls .owl-pagination .owl-page {
        display: block;
        margin: 20px 0; }
  .box-tesimonial .block-carousel-image-container {
    position: relative;
    padding: 0 0 0 170px;
    min-height: 100px;
    display: flex;
    flex-direction: column-reverse; }
    .rtl .box-tesimonial .block-carousel-image-container {
      padding: 0 170px 0 0; }
    @media (max-width: 767px) {
      .box-tesimonial .block-carousel-image-container {
        padding: 0 0 0 130px; }
        .rtl .box-tesimonial .block-carousel-image-container {
          padding: 0 130px 0 0; } }
    @media (max-width: 480px) {
      .box-tesimonial .block-carousel-image-container {
        padding: 150px 0 0 !important; } }
    .box-tesimonial .block-carousel-image-container img {
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      width: 100px;
      height: 100px; }
      .rtl .box-tesimonial .block-carousel-image-container img {
        right: 0;
        left: auto; }
      @media (max-width: 480px) {
        .box-tesimonial .block-carousel-image-container img {
          left: 0 !important;
          right: 0 !important;
          margin: auto; } }
    .box-tesimonial .block-carousel-image-container .descript {
      font-size: 18px;
      font-weight: 600;
      font-style: italic;
      margin: 0 0 20px;
      position: relative;
      max-width: 820px;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .box-tesimonial .block-carousel-image-container .descript {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.5; } }
      .box-tesimonial .block-carousel-image-container .descript:before {
        content: "\"";
        color: #d5d5d5;
        font-size: 120px;
        z-index: -1;
        position: absolute;
        line-height: 1;
        font-weight: 900;
        top: -20px;
        left: -40px; }
        .rtl .box-tesimonial .block-carousel-image-container .descript:before {
          right: -40px;
          left: auto; }
        @media (max-width: 767px) {
          .box-tesimonial .block-carousel-image-container .descript:before {
            top: -30px;
            left: -10px; }
            .rtl .box-tesimonial .block-carousel-image-container .descript:before {
              right: -10px;
              left: auto; } }
    .box-tesimonial .block-carousel-image-container .title {
      font-size: 13px;
      font-weight: 600;
      color: #C32C44;
      text-transform: capitalize; }
  .box-tesimonial .owl-theme .owl-buttons {
    top: -15px; }

.latest-blogs .blog-container:after {
  content: "";
  display: block;
  clear: both; }
@media (min-width: 992px) {
  .latest-blogs .blog-container .left-block {
    width: 45%;
    float: left; }
    .rtl .latest-blogs .blog-container .left-block {
      float: right; } }
@media (min-width: 992px) {
  .latest-blogs .blog-container .right-block {
    width: 55%;
    float: left;
    padding: 0 30px; }
    .rtl .latest-blogs .blog-container .right-block {
      float: right; } }
@media (max-width: 991px) {
  .latest-blogs .blog-container .right-block {
    padding: 20px; } }
.latest-blogs .blog-container .blog-title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 20px; }
  .latest-blogs .blog-container .blog-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
.latest-blogs .blog-container .blog-meta {
  font-size: 12px;
  color: #999;
  margin: 0 0 20px; }
  .latest-blogs .blog-container .blog-meta a {
    color: #999; }
    .latest-blogs .blog-container .blog-meta a:hover {
      color: #111; }
  .latest-blogs .blog-container .blog-meta > span {
    margin: 0 10px 0 0; }
    .rtl .latest-blogs .blog-container .blog-meta > span {
      margin: 0 0 0 10px; }
.latest-blogs .blog-container .blog-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.latest-blogs .owl-theme .owl-controls .owl-pagination {
  margin: 40px 0 0; }

.box-latestnews {
  padding: 80px 0 60px; }
  @media (max-width: 991px) {
    .box-latestnews {
      padding: 40px 0 10px; } }

.box-fshipping {
  line-height: 20px;
  padding: 15px 0; }
  @media (min-width: 576px) {
    .box-fshipping {
      text-align: center; } }
  .box-fshipping .ApColumn .block {
    margin-bottom: 0; }
    @media (max-width: 575px) {
      .box-fshipping .ApColumn .block {
        padding: 10px 20px; } }
  .box-fshipping i {
    margin: 0 15px 0 0;
    font-size: 16px;
    line-height: 20px; }
    .rtl .box-fshipping i {
      margin: 0 0 0 15px; }
  .box-fshipping p {
    margin: 0;
    display: inline; }

.box-instagram .ApColumn .block {
  margin-bottom: 0; }
.box-instagram .ApInstagram .block_content {
  margin: 0; }
  .box-instagram .ApInstagram .block_content .owl-item {
    padding: 0; }
  .box-instagram .ApInstagram .block_content .link-instagram {
    margin: 0; }

@media (min-width: 768px) {
  .block_newsletter .new-content {
    display: flex;
    align-items: center;
    justify-content: space-between; } }
.block_newsletter .new-content:after {
  display: none; }
.block_newsletter .new-content .col-form,
.block_newsletter .new-content .col-conditions {
  width: 40%; }
  @media (max-width: 1199px) {
    .block_newsletter .new-content .col-form,
    .block_newsletter .new-content .col-conditions {
      width: 50%; } }
  @media (max-width: 767px) {
    .block_newsletter .new-content .col-form,
    .block_newsletter .new-content .col-conditions {
      width: 100%; } }
@media (max-width: 767px) {
  .block_newsletter .new-content .col-conditions {
    margin-bottom: 20px; } }
.block_newsletter .new-content .title_block {
  margin: 0 0 10px; }
.block_newsletter .new-content p {
  margin: 0; }
.block_newsletter .new-content .alert {
  margin: 10px 0; }
.block_newsletter .input-wrapper {
  position: relative; }
  .block_newsletter .input-wrapper input[type="text"] {
    border: 1px solid #e1ecef;
    height: 40px;
    padding: 10px 100px 10px 15px;
    width: 100%;
    outline: none; }
    .rtl .block_newsletter .input-wrapper input[type="text"] {
      padding: 10px 15px 10px 100px; }
    .block_newsletter .input-wrapper input[type="text"]:focus {
      border-color: #333; }
  .block_newsletter .input-wrapper .btn {
    font-size: 12px;
    background: none;
    border: 0;
    color: #111;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0; }
    .rtl .block_newsletter .input-wrapper .btn {
      left: 0;
      right: auto; }
    .block_newsletter .input-wrapper .btn i {
      color: #C32C44;
      margin: 0 0 0 5px; }
      .rtl .block_newsletter .input-wrapper .btn i {
        margin: 0 5px 0 0; }
    .block_newsletter .input-wrapper .btn:hover {
      color: #C32C44;
      background: none; }

.box-newletter {
  padding: 60px 0; }
  .box-newletter .ApColumn .block {
    margin-bottom: 0; }

.box-footer1 {
  padding: 70px 0 40px; }
  @media (max-width: 991px) {
    .box-footer1 {
      padding: 40px 0 10px; } }
  .box-footer1 table {
    white-space: nowrap;
    color: #555;
    width: 100%;
    max-width: 400px; }
    .box-footer1 table a {
      color: #555; }
      .box-footer1 table a:hover {
        color: #111; }
    .box-footer1 table td,
    .box-footer1 table th {
      padding: 10px 0;
      line-height: 20px; }
    .box-footer1 table td:first-child {
      font-weight: bold;
      text-transform: uppercase;
      color: #111; }

.box-footerlink1 {
  padding: 10px 0; }
  .box-footerlink1 .ApColumn .block {
    margin-bottom: 0; }
  .box-footerlink1 .ApBlockLink {
    text-align: center; }
    .box-footerlink1 .ApBlockLink li {
      display: inline-block;
      vertical-align: top; }
      .box-footerlink1 .ApBlockLink li a {
        text-transform: uppercase;
        padding: 15px 15px;
        display: block;
        font-weight: bold;
        letter-spacing: 1px; }

.box-coppyh8 {
  line-height: 30px;
  padding: 20px 0 0; }
  @media (max-width: 767px) {
    .box-coppyh8 {
      text-align: center; } }
  @media (min-width: 768px) {
    .box-coppyh8 .ApColumn {
      display: flex;
      justify-content: space-between; } }
  .box-coppyh8 p {
    margin: 0; }
  .box-coppyh8 .ApColumn .block {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .box-coppyh8 .ApImage {
      text-align: left; }
      .rtl .box-coppyh8 .ApImage {
        text-align: right; } }

@media (min-width: 992px) {
  .box-toph1.box-h2 {
    display: flex;
    justify-content: space-between; }
    .box-toph1.box-h2 .col-logo {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
    .box-toph1.box-h2 .col-menu {
      max-width: 42%; }
    .box-toph1.box-h2 .col-info {
      margin: 0 0 0 auto; }
      .rtl .box-toph1.box-h2 .col-info {
        margin: 0 auto 0 0; }
    .box-toph1.box-h2 .h-logo {
      text-align: center; } }

.box-bannerh2 {
  padding: 70px 0 60px; }
  @media (min-width: 481px) {
    .box-bannerh2 {
      display: flex;
      align-items: center; } }
  @media (max-width: 480px) {
    .box-bannerh2 {
      padding: 20px 0 30px; } }
  .box-bannerh2 .ApImage {
    text-align: center; }
    .box-bannerh2 .ApImage img {
      max-width: 100%; }

.title-center .ApColumn .title_block {
  text-align: center;
  padding: 0; }
  .title-center .ApColumn .title_block:before {
    position: static;
    display: inline-block;
    vertical-align: middle; }

.rtl .title-center .ApColumn .title_block {
  padding: 0; }

div.box-limmiter {
  margin: 0px 0px 70px;
  color: #fff;
  padding: 50px 0 35px; }
  @media (max-width: 991px) {
    div.box-limmiter {
      margin-bottom: 40px; } }
  div.box-limmiter * {
    color: #fff; }
  div.box-limmiter a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 5px;
    transition: all .4s;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      div.box-limmiter a {
        font-size: 11px; } }
    @media (max-width: 480px) {
      div.box-limmiter a {
        font-size: 10px; } }
    div.box-limmiter a:hover {
      color: #C32C44;
      border-color: #C32C44; }
  div.box-limmiter table {
    width: 100%;
    max-width: 900px;
    margin: 0 0 30px; }
    div.box-limmiter table td, div.box-limmiter table th {
      padding: 10px 25px;
      width: 33.33%; }
      @media (max-width: 991px) {
        div.box-limmiter table td, div.box-limmiter table th {
          padding: 7px; } }
      @media (max-width: 480px) {
        div.box-limmiter table td, div.box-limmiter table th {
          display: block;
          width: 100%; } }
    div.box-limmiter table td:nth-child(2) a {
      border-color: #C32C44;
      background: #C32C44;
      color: #000; }
      div.box-limmiter table td:nth-child(2) a:hover {
        color: #C32C44;
        background: none; }
  div.box-limmiter h5 {
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 500;
    text-transform: uppercase; }
  div.box-limmiter h4 {
    font-size: 36px;
    margin: 0 0 15px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      div.box-limmiter h4 {
        font-size: 30px; } }
    @media (max-width: 480px) {
      div.box-limmiter h4 {
        font-size: 26px; } }
  div.box-limmiter .ApColumn .block {
    margin-bottom: 0; }

@media (max-width: 991px) {
  .box-products.title-center .owl-theme .owl-buttons {
    top: -17px; } }

.box-productsmalls {
  margin-bottom: 50px;
  margin-top: 10px; }
  .box-productsmalls .manufacturers_block {
    text-align: center; }
    .box-productsmalls .manufacturers_block .owl-row {
      margin: 0 -1px; }
    .box-productsmalls .manufacturers_block .owl-carousel .owl-item {
      padding: 1px; }
    .box-productsmalls .manufacturers_block .manufacturer-block {
      margin-bottom: 2px; }
  .box-productsmalls .owl-theme .owl-buttons {
    position: absolute;
    width: 15px;
    top: -54px;
    right: 30px; }
    .rtl .box-productsmalls .owl-theme .owl-buttons {
      left: 30px;
      right: auto; }
    .box-productsmalls .owl-theme .owl-buttons div {
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin-top: -15px; }
      .box-productsmalls .owl-theme .owl-buttons div.owl-prev {
        left: -25px; }
      .box-productsmalls .owl-theme .owl-buttons div.owl-next {
        right: -25px; }
      .box-productsmalls .owl-theme .owl-buttons div:before {
        font-size: 30px; }

.box-tesimonial2 {
  padding: 90px 0; }
  @media (max-width: 991px) {
    .box-tesimonial2 {
      padding: 60px 0; } }
  .box-tesimonial2 .ApColumn .block {
    margin-bottom: 0; }
  .box-tesimonial2 .block_carousel .block-carousel-container {
    padding: 40px;
    background: #fff; }
    @media (max-width: 991px) {
      .box-tesimonial2 .block_carousel .block-carousel-container {
        padding: 20px; } }
  .box-tesimonial2 .block_carousel .block-carousel-image-container {
    position: relative;
    padding: 80px 0 0; }
    .box-tesimonial2 .block_carousel .block-carousel-image-container .title {
      font-size: 18px;
      font-weight: 600;
      position: absolute;
      top: 0px;
      left: 0;
      line-height: 30px;
      height: 30px;
      overflow: hidden;
      white-space: nowrap;
      width: 100%;
      text-overflow: ellipsis; }
      @media (max-width: 480px) {
        .box-tesimonial2 .block_carousel .block-carousel-image-container .title {
          font-size: 16px; } }
      .rtl .box-tesimonial2 .block_carousel .block-carousel-image-container .title {
        right: 0;
        left: auto; }
      .box-tesimonial2 .block_carousel .block-carousel-image-container .title:before {
        content: "";
        width: 25px;
        height: 3px;
        background: #C32C44;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0; }
        .rtl .box-tesimonial2 .block_carousel .block-carousel-image-container .title:before {
          margin: 0 0 0 10px; }
    .box-tesimonial2 .block_carousel .block-carousel-image-container .descript {
      color: #999;
      position: absolute;
      top: 35px;
      left: 0;
      line-height: 20px;
      height: 20px;
      overflow: hidden;
      width: 100%;
      text-overflow: ellipsis; }
      .rtl .box-tesimonial2 .block_carousel .block-carousel-image-container .descript {
        right: 0;
        left: auto; }
      .box-tesimonial2 .block_carousel .block-carousel-image-container .descript:after {
        content: "chevron_right chevron_right";
        font-family: "Material Icons";
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        word-spacing: -14px;
        margin: 0 0 0 10px; }
        .rtl .box-tesimonial2 .block_carousel .block-carousel-image-container .descript:after {
          margin: 0 10px 0 0; }

.box-footer1.box-h2 {
  padding: 0; }
  @media (min-width: 576px) {
    .box-footer1.box-h2 {
      display: flex; } }
  .box-footer1.box-h2 .ApColumn {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .box-footer1.box-h2 .ApColumn {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .box-footer1.box-h2 .ApColumn .block {
      margin-bottom: 0px;
      max-width: 470px;
      margin: auto; }
    .box-footer1.box-h2 .ApColumn .ApHtml:nth-child(2) {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .box-footer1.box-h2 .ApColumn .ApHtml:nth-child(2) {
          margin-top: 20px; } }
  .box-footer1.box-h2 .block_newsletter .new-content {
    display: block; }
    .box-footer1.box-h2 .block_newsletter .new-content:after {
      content: "";
      display: block;
      clear: both; }
    .box-footer1.box-h2 .block_newsletter .new-content .col-form,
    .box-footer1.box-h2 .block_newsletter .new-content .col-conditions {
      width: 100%; }
    .box-footer1.box-h2 .block_newsletter .new-content .col-conditions {
      margin-bottom: 30px; }
      .box-footer1.box-h2 .block_newsletter .new-content .col-conditions p {
        text-transform: uppercase;
        line-height: 1.5; }
  @media (min-width: 576px) {
    .box-footer1.box-h2 .ApColumn:first-child {
      display: flex;
      align-items: center; } }
  .box-footer1.box-h2 .ApColumn:first-child:before {
    content: "";
    background: #ebf4f6;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .rtl .box-footer1.box-h2 .ApColumn:first-child:before {
      left: 0;
      right: auto; }
    @media (max-width: 575px) {
      .box-footer1.box-h2 .ApColumn:first-child:before {
        width: 100vw; } }
  .box-footer1.box-h2 .ApColumn:first-child .block {
    position: relative;
    z-index: 2; }

.box-bannerh1.box-h3 {
  padding: 80px 0; }
  .box-bannerh1.box-h3 .ApHtml {
    margin-bottom: 0px; }
  @media (max-width: 991px) {
    .box-bannerh1.box-h3 {
      padding: 50px 0; } }
  .box-bannerh1.box-h3 h4 {
    margin: 0 0 1em; }

.box-bannerh3 {
  padding: 90px 0; }
  .box-bannerh3 .ApColumn:last-child {
    text-align: right; }
    .rtl .box-bannerh3 .ApColumn:last-child {
      text-align: left; }
  @media (min-width: 481px) {
    .box-bannerh3 {
      display: flex;
      align-items: center; } }
  @media (min-width: 992px) {
    .box-bannerh3 {
      margin: 0 -30px; }
      .box-bannerh3 .ApColumn {
        padding: 0 30px; }
        .box-bannerh3 .ApColumn .block {
          margin: 0 0 60px; } }
  @media (min-width: 1200px) {
    .box-bannerh3 {
      margin: 0 -65px; }
      .box-bannerh3 .ApColumn {
        padding: 0 65px; } }
  @media (max-width: 991px) {
    .box-bannerh3 {
      padding: 50px 0; }
      .box-bannerh3 .ApColumn .block {
        margin: 15px 0; } }
  .box-bannerh3 .ApColumn .block:last-child {
    margin-bottom: 0; }
  .box-bannerh3 .ApImage {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .rtl .box-bannerh3 .ApImage {
      text-align: right; }
    .box-bannerh3 .ApImage img {
      max-width: 100%; }
    .box-bannerh3 .ApImage .image_description {
      position: absolute;
      bottom: 40px;
      left: 40px;
      right: 40px; }
      @media (max-width: 1199px) {
        .box-bannerh3 .ApImage .image_description {
          left: 30px;
          right: 30px;
          bottom: 30px; } }
      @media (max-width: 991px) {
        .box-bannerh3 .ApImage .image_description {
          left: 15px;
          right: 15px;
          bottom: 15px; } }
      .box-bannerh3 .ApImage .image_description h4 {
        font-size: 36px;
        font-weight: 300;
        text-transform: uppercase;
        padding: 0 0 20px;
        margin: 0;
        position: relative; }
        @media (max-width: 991px) {
          .box-bannerh3 .ApImage .image_description h4 {
            font-size: 28px; } }
        @media (max-width: 480px) {
          .box-bannerh3 .ApImage .image_description h4 {
            font-size: 24px; } }
        .box-bannerh3 .ApImage .image_description h4:before {
          content: "";
          position: absolute;
          width: 50px;
          height: 3px;
          background: #59c698;
          left: 0;
          bottom: 10px; }
          .rtl .box-bannerh3 .ApImage .image_description h4:before {
            right: 0;
            left: auto; }
      .box-bannerh3 .ApImage .image_description a {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        text-transform: capitalize; }
        .box-bannerh3 .ApImage .image_description a:after {
          content: "\f101";
          font-family: "FontAwesome";
          margin: 0 0 0 10px; }
          .rtl .box-bannerh3 .ApImage .image_description a:after {
            margin: 0 10px 0 0; }
      .box-bannerh3 .ApImage .image_description p {
        margin-bottom: 0; }
  .box-bannerh3.box2 .ApImage .image_description {
    text-align: right; }
    .rtl .box-bannerh3.box2 .ApImage .image_description {
      text-align: left; }
    .box-bannerh3.box2 .ApImage .image_description h4:before {
      left: auto;
      right: 0; }
      .rtl .box-bannerh3.box2 .ApImage .image_description h4:before {
        left: 0;
        right: auto; }

.box-limmiter.box-h3 {
  margin-bottom: 0; }

.box-toph1.box-h4 {
  border-bottom: 0;
  padding: 0; }
  @media (min-width: 992px) {
    .box-toph1.box-h4 .h-logo {
      height: 140px;
      line-height: 140px; }
    .box-toph1.box-h4 .leo-megamenu .navbar-nav > li > a {
      padding: 20px;
      }
    .box-toph1.box-h4 .col-info {
      height: 140px; } }

.box-slider.box-h4 {
  padding: 0 0 30px 0; }
  @media (max-width: 767px) {
    .box-slider.box-h4 {
      padding: 0 0 20px 0; } }
  .box-slider.box-h4 .iview-directionNav a:before {
    color: rgba(0, 0, 0, 0.4); }
  .box-slider.box-h4 .iview-directionNav a:hover:before {
    color: #000; }
  .box-slider.box-h4 .ApColumn .block {
    margin-bottom: 0; }
  .box-slider.box-h4 .ApColumn .ApImage {
    text-align: center;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .box-slider.box-h4 .ApColumn .ApImage {
        margin-top: 15px; } }
    .box-slider.box-h4 .ApColumn .ApImage img {
      max-width: 100%; }
  .box-slider.box-h4 .ApRawHtml {
    border: 1px solid #e7e7e7;
    padding: 25px 15px;
    text-align: center;
    border-top: 0; }
    @media (max-width: 1199px) {
      .box-slider.box-h4 .ApRawHtml {
        padding: 12px 15px; } }
    .box-slider.box-h4 .ApRawHtml:first-child {
      border-top: 1px solid #e7e7e7; }
      @media (max-width: 767px) {
        .box-slider.box-h4 .ApRawHtml:first-child {
          margin-top: 15px; } }
    .box-slider.box-h4 .ApRawHtml p {
      margin: 0; }
    .box-slider.box-h4 .ApRawHtml i {
      font-size: 16px;
      margin-bottom: 5px; }

@media (min-width: 992px) {
  .box-toph1.box-h4 .leo-megamenu .navbar-nav > li.active > a:before,
  .box-toph1.box-h4 .leo-megamenu .navbar-nav > li:hover > a:before,
  .box-toph1.box-h4 .leo-megamenu .navbar-nav > li:focus > a:before {
    display: none; }
  .box-toph1.box-h4 .col-info #search_widget a.popup-title {
    display: block; }
  .box-toph1.box-h4 .col-info #search_widget .popup-content {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .box-toph1.box-h4 .col-info #search_widget.open .popup-content {
    opacity: 1;
    visibility: visible; } }
.ApTabs .nav-tabs {
  border: 0 !important;
  padding: 40px 0 60px;
  text-align: center; }
  .ApTabs .nav-tabs .nav-item {
    float: none !important;
    margin: 0 !important;
    display: inline-block;
    vertical-align: top;
    border-right: 2px solid #464646; }
    .ApTabs .nav-tabs .nav-item:last-child {
      border: 0; }
    .ApTabs .nav-tabs .nav-item .nav-link {
      display: block;
      padding: 0 20px;
      border: 0;
      border-radius: 0;
      color: #111;
      text-transform: capitalize;
      font-size: 24px;
      font-weight: bold;
      height: 20px;
      line-height: 20px; }
      @media (max-width: 991px) {
        .ApTabs .nav-tabs .nav-item .nav-link {
          font-size: 20px; } }
      @media (max-width: 480px) {
        .ApTabs .nav-tabs .nav-item .nav-link {
          font-size: 16px;
          padding: 0 15px; } }
      .ApTabs .nav-tabs .nav-item .nav-link:hover, .ApTabs .nav-tabs .nav-item .nav-link.active {
        color: #C32C44; }

.box-daily {
  padding: 60px 0; }
  @media (max-width: 991px) {
    .box-daily {
      padding: 40px 0; } }
  .box-daily .ApImage {
    text-align: center; }
    .box-daily .ApImage img {
      max-width: 100%; }
  .box-daily .block_newsletter {
    background: #ebf4f6;
    padding: 40px; }
    .box-daily .block_newsletter .new-content {
      display: block; }
      .box-daily .block_newsletter .new-content:after {
        content: "";
        display: block;
        clear: both; }
      .box-daily .block_newsletter .new-content .col-form,
      .box-daily .block_newsletter .new-content .col-conditions {
        width: 100%; }
      .box-daily .block_newsletter .new-content .col-conditions {
        margin-bottom: 20px; }
  .box-daily .products_block {
    margin-bottom: 0; }
  .box-daily .plist-countdown .thumbnail-container {
    text-align: left;
    padding: 0 70px 0 0; }
    .rtl .box-daily .plist-countdown .thumbnail-container {
      text-align: right; }
    .rtl .box-daily .plist-countdown .thumbnail-container {
      padding: 0 0 0 70px; }
    @media (max-width: 991px) {
      .box-daily .plist-countdown .thumbnail-container {
        padding: 0 50px 0 0; }
        .rtl .box-daily .plist-countdown .thumbnail-container {
          padding: 0 0 0 50px; } }
    .box-daily .plist-countdown .thumbnail-container:after {
      content: "";
      display: block;
      clear: both; }
    .box-daily .plist-countdown .thumbnail-container .product-image,
    .box-daily .plist-countdown .thumbnail-container .product-meta {
      width: 50%;
      float: left; }
      .rtl .box-daily .plist-countdown .thumbnail-container .product-image, .rtl
      .box-daily .plist-countdown .thumbnail-container .product-meta {
        float: right; }
      @media (max-width: 460px) {
        .box-daily .plist-countdown .thumbnail-container .product-image,
        .box-daily .plist-countdown .thumbnail-container .product-meta {
          width: 100%; } }
    .box-daily .plist-countdown .thumbnail-container .product-description-short {
      display: block;
      max-height: 100px;
      line-height: 25px;
      overflow: hidden;
      margin-top: 20px;
      font-size: 14px; }
      .box-daily .plist-countdown .thumbnail-container .product-description-short p {
        margin: 0; }
    .box-daily .plist-countdown .thumbnail-container .p-price .button-container {
      position: static;
      background: none;
      opacity: 1;
      visibility: visible;
      margin-top: 30px; }
    .box-daily .plist-countdown .thumbnail-container .product-meta {
      padding: 30px; }
      @media (max-width: 991px) {
        .box-daily .plist-countdown .thumbnail-container .product-meta {
          padding: 15px; } }
  .box-daily .owl-theme .owl-buttons {
    position: absolute;
    width: 15px;
    top: -54px;
    right: 30px; }
    .rtl .box-daily .owl-theme .owl-buttons {
      left: 30px;
      right: auto; }
    .box-daily .owl-theme .owl-buttons div {
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin-top: -15px; }
      .box-daily .owl-theme .owl-buttons div.owl-prev {
        left: -25px; }
      .box-daily .owl-theme .owl-buttons div.owl-next {
        right: -25px; }
      .box-daily .owl-theme .owl-buttons div:before {
        font-size: 30px; }

.box-manufacture .owl-row {
  margin-left: -1px;
  margin-right: -1px; }
.box-manufacture .owl-carousel .owl-item {
  padding: 0 1px; }
  .box-manufacture .owl-carousel .owl-item img {
    width: 100%; }

.box-footer1.box-h4 .f-logo {
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .box-footer1.box-h4 .f-logo {
      text-align: center; } }
.box-footer1.box-h4 .col-left table {
  width: 100%;
  margin: 10px 0 0; }
  .box-footer1.box-h4 .col-left table td {
    vertical-align: top; }
    .box-footer1.box-h4 .col-left table td .fa {
      font-size: 16px;
      margin: 0 2px 0 0; }
      .rtl .box-footer1.box-h4 .col-left table td .fa {
        margin: 0 0 0 2px; }
.box-footer1.box-h4 .col-left .ApHtml {
  max-width: 280px; }
  @media (max-width: 767px) {
    .box-footer1.box-h4 .col-left .ApHtml {
      margin: auto; } }
@media (min-width: 481px) and (max-width: 767px) {
  .box-footer1.box-h4 .col-left {
    padding: 0; }
    .box-footer1.box-h4 .col-left > div {
      width: 50%;
      float: left;
      padding: 0 9px; }
      .rtl .box-footer1.box-h4 .col-left > div {
        float: right; } }
.box-footer1.box-h4 .ApColumn .title_block {
  text-transform: uppercase;
  padding: 0 !important;
  margin: 11px 0 15px;
  font-size: 14px; }
  .box-footer1.box-h4 .ApColumn .title_block:before {
    display: none; }
@media (min-width: 481px) and (max-width: 767px) {
  .box-footer1.box-h4 .col-center {
    padding: 0; }
    .box-footer1.box-h4 .col-center .ApHtml {
      width: 50%;
      float: left;
      padding: 0 9px; }
      .rtl .box-footer1.box-h4 .col-center .ApHtml {
        float: right; } }

.ApProductTag .block_content a {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  line-height: 30px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
  .ApProductTag .block_content a:after {
    color: #555;
    content: "/";
    margin: 0 5px;
    pointer-events: none; }
  .ApProductTag .block_content a:last-child:after {
    display: none; }

.bn1 {
  position: relative;
  overflow: hidden; }
  .bn1 img {
    max-width: 100%;
    transition: all .2s; }
  .bn1:hover img {
    transform: scale(1.05, 1.05); }
  .bn1 .image_description {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    padding: 0 40px;
    text-align: right;
    text-transform: uppercase; }
    .rtl .bn1 .image_description {
      text-align: left; }
    @media (max-width: 991px) {
      .bn1 .image_description {
        bottom: 10%;
        padding: 0 20px; } }
    .bn1 .image_description h4 {
      font-size: 36px;
      text-transform: capitalize; }
      @media (max-width: 991px) {
        .bn1 .image_description h4 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .bn1 .image_description h4 {
          font-size: 24px; } }
    .bn1 .image_description a {
      display: inline-block;
      vertical-align: top;
      font-weight: 600;
      color: #111;
      margin-top: 10px;
      text-transform: capitalize;
      padding: 10px 0;
      border-top: 3px solid #C32C44; }
      .bn1 .image_description a:hover {
        color: #C32C44; }

.bn2 {
  position: relative;
  overflow: hidden; }
  .bn2 img {
    max-width: 100%;
    transition: all .2s; }
  .bn2:hover img {
    transform: scale(1.05, 1.05); }
  .bn2 .image_description {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    padding: 0 40px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .bn2 .image_description {
        bottom: 20px;
        padding: 0 20px; } }
    .bn2 .image_description h4 {
      font-size: 30px;
      text-transform: uppercase;
      font-weight: 300;
      padding: 0 0 15px;
      position: relative; }
      .bn2 .image_description h4:before {
        content: "";
        width: 50px;
        height: 3px;
        background: #C32C44;
        position: absolute;
        bottom: 5px;
        left: 0; }
        .rtl .bn2 .image_description h4:before {
          right: 0;
          left: auto; }
      @media (max-width: 991px) {
        .bn2 .image_description h4 {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .bn2 .image_description h4 {
          font-size: 18px; } }
    .bn2 .image_description a {
      display: inline-block;
      vertical-align: top;
      color: #111;
      text-transform: capitalize; }
      .bn2 .image_description a:after {
        content: "\f101";
        font-family: "FontAwesome";
        margin: 0 0 0 10px; }
        .rtl .bn2 .image_description a:after {
          margin: 0 10px 0 0; }
      .bn2 .image_description a:hover {
        color: #C32C44; }

.bn3 {
  position: relative;
  overflow: hidden;
  width: calc(50% - 15px);
  margin: 0 30px 0 0;
  float: left; }
  .rtl .bn3 {
    margin: 0 0 0 30px; }
  .rtl .bn3 {
    float: right; }
  .bn3 img {
    max-width: 100%;
    transition: all .2s; }
  .bn3:hover img {
    transform: scale(1.05, 1.05); }
  .bn3 .image_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    background: #fff;
    font-size: 10px;
    color: #999;
    letter-spacing: 2px;
    text-align: center;
    padding: 15px 0; }
    .bn3 .image_description h4 {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 400;
      position: relative;
      text-transform: capitalize;
      color: #222; }
      .bn3 .image_description h4 em,
      .bn3 .image_description h4 i {
        font-style: normal;
        color: #C32C44; }
      @media (max-width: 991px) {
        .bn3 .image_description h4 {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .bn3 .image_description h4 {
          font-size: 16px; } }
    .bn3 .image_description a {
      display: block;
      vertical-align: top;
      color: #999; }
      .bn3 .image_description a:after {
        content: "\f101";
        font-family: "FontAwesome";
        margin: 0 0 0 10px; }
        .rtl .bn3 .image_description a:after {
          margin: 0 10px 0 0; }
      .bn3 .image_description a:hover {
        color: #C32C44; }
    .bn3 .image_description p {
      margin: 0; }

.bn4 {
  position: relative;
  overflow: hidden;
  width: calc(50% - 15px);
  float: left; }
  .rtl .bn4 {
    float: right; }
  .bn4 img {
    max-width: 100%;
    transition: all .2s; }
  .bn4:hover img {
    transform: scale(1.05, 1.05); }
  .bn4 .image_description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    background: #fff;
    font-size: 10px;
    color: #999;
    letter-spacing: 2px;
    text-align: center;
    padding: 15px 0; }
    .bn4 .image_description h4 {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 400;
      position: relative;
      text-transform: capitalize;
      color: #222; }
      .bn4 .image_description h4 em {
        font-style: normal;
        color: #C32C44; }
      @media (max-width: 991px) {
        .bn4 .image_description h4 {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .bn4 .image_description h4 {
          font-size: 16px; } }
    .bn4 .image_description a {
      display: block;
      vertical-align: top;
      color: #999; }
      .bn4 .image_description a:after {
        content: "\f101";
        font-family: "FontAwesome";
        margin: 0 0 0 10px; }
        .rtl .bn4 .image_description a:after {
          margin: 0 10px 0 0; }
      .bn4 .image_description a:hover {
        color: #C32C44; }
    .bn4 .image_description p {
      margin: 0; }

.box-latest .block_newsletter {
  padding: 46px 40px;
  background: #ecf4f7; }
  @media (max-width: 1199px) {
    .box-latest .block_newsletter {
      padding: 18px 30px; } }
  @media (max-width: 991px) {
    .box-latest .block_newsletter {
      padding: 30px; } }
  .box-latest .block_newsletter .new-content {
    display: block; }
    .box-latest .block_newsletter .new-content:after {
      content: "";
      display: block;
      clear: both; }
    .box-latest .block_newsletter .new-content .col-form,
    .box-latest .block_newsletter .new-content .col-conditions {
      width: 100%; }
    .box-latest .block_newsletter .new-content .col-conditions {
      margin-bottom: 15px; }
      .box-latest .block_newsletter .new-content .col-conditions p {
        text-transform: uppercase; }
.box-latest .manufacturers_block .owl-row {
  margin: 0 -1px; }
  .box-latest .manufacturers_block .owl-row .owl-item {
    padding: 0 1px; }
    .box-latest .manufacturers_block .owl-row .owl-item .manufacturer-container {
      text-align: center;
      margin: 0 0 2px;
      overflow: hidden; }
      .box-latest .manufacturers_block .owl-row .owl-item .manufacturer-container:last-child {
        margin: 0; }
      .box-latest .manufacturers_block .owl-row .owl-item .manufacturer-container img {
        width: 100%;
        transition: all .4s; }
        .box-latest .manufacturers_block .owl-row .owl-item .manufacturer-container img:hover {
          transform: scale(1.1, 1.1); }

.btn-menu {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  border: 0;
  background: none;
  display: none;
  margin: 5px 15px 5px 0; }
  .rtl .btn-menu {
    margin: 5px 0 5px 15px; }
  @media (min-width: 992px) {
    .btn-menu {
      display: block; } }
  .btn-menu span {
    width: 26px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 2px;
    transition: all .4s; }
    .btn-menu span:nth-child(1) {
      top: 8px; }
    .btn-menu span:nth-child(2) {
      top: 14px; }
    .btn-menu span:nth-child(3) {
      top: 20px; }
  .btn-menu:hover span {
    background: #C32C44; }

.box-toph1.box-h3 {
  position: relative; }
  @media (min-width: 992px) {
    .box-toph1.box-h3 {
      padding: 0 60px 0 80px; }
      .rtl .box-toph1.box-h3 {
        padding: 0 80px 0 60px; } }
  @media (min-width: 992px) {
    .box-toph1.box-h3 .col-menu {
      height: 110px;
      padding-top: 35px;
      position: static; }
      .box-toph1.box-h3 .col-menu .ApRawHtml {
        margin: 0;
        float: left; }
        .rtl .box-toph1.box-h3 .col-menu .ApRawHtml {
          float: right; }
      .box-toph1.box-h3 .col-menu #search_widget {
        margin: 0;
        float: left; }
        .rtl .box-toph1.box-h3 .col-menu #search_widget {
          float: right; }
      .box-toph1.box-h3 .col-menu .ApMegamenu {
        position: absolute;
        top: 100%;
        z-index: 99;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0 80px;
        transition: all .4s;
        transform: scale(1, 0);
        transform-origin: top;
        opacity: 0;
        visibility: hidden; }
      .box-toph1.box-h3 .col-menu .leo-megamenu .navbar-nav > li > a {
        padding: 20px 20px; } }
  @media (max-width: 991px) {
    .box-toph1.box-h3 .col-menu {
      display: flex;
      align-items: center; }
      .box-toph1.box-h3 .col-menu .ApRawHtml {
        display: none; } }
  @media (max-width: 480px) {
    .box-toph1.box-h3 .col-menu #search_widget a.popup-title {
      padding: 10px 25px; } }

@media (min-width: 992px) {
  body.active-menu .box-toph1.box-h3 .ApMegamenu {
    transform: scale(1, 1);
    transform-origin: top;
    opacity: 1;
    visibility: visible; }
  body.active-menu .btn-menu span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: top left;
    margin-left: 5px;
    margin-top: -3px; }
  body.active-menu .btn-menu span:nth-child(2) {
    transform: scale(0, 1);
    opacity: 0; }
  body.active-menu .btn-menu span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: bottom left;
    margin-left: 5px;
    margin-top: 3px; }
  body.active-menu .btn-menu:hover span {
    background: #C32C44; } }
.modal-content {
  border: 0;
  border-radius: 0; }

.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 */
