/***************************************************
  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: 0; }
.ApColumn .title_block {
  color: #000000;
  margin: 1.875rem 0 2.5rem;
  font-size: 1.25rem;
  padding-bottom: 0.9375rem;
  position: relative;
  text-transform: uppercase; }

.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;
    background-size: cover; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title,
.footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove,
  .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler,
.footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li,
.footer-container .links.ApBlockLink ul li {
  margin-bottom: 1.25rem; }
@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: 1.25rem;
    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 {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .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: 1.5625rem;
      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: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane,
.tab-content .pill-pane,
.pill-content .tab-pane,
.pill-content .pill-pane {
  display: none; }
.tab-content .active,
.pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #eaeaea; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #eaeaea;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a,
  .tabs-below .nav-tabs > .active a:hover,
  .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #eaeaea #eaeaea #eaeaea; }

.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a,
  .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl
    .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #eaeaea; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eaeaea;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #eaeaea #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a,
  .tabs-left .nav-tabs .active > a:hover,
  .tabs-left .nav-tabs .active > a:focus {
    border-color: #eaeaea transparent #eaeaea #eaeaea;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eaeaea; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eaeaea;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #eaeaea; }
  .tabs-right .nav-tabs .active > a,
  .tabs-right .nav-tabs .active a:hover,
  .tabs-right .nav-tabs .active a:focus {
    border-color: #eaeaea #eaeaea #eaeaea transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #FAB500; }
    .widget-tabs li.active a {
      color: #FAB500; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "FontAwesome";
    color: #FAB500;
    font-size: 1.1875rem;
    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: 1.25rem; }
  .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; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }

/**
* 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: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-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;
    -moz-transition: all 0.3s ease-in-out;
    -ms-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: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #FAB500; }
  .box-show-more a .fa {
    margin-left: 0.3125rem; }
    .rtl .box-show-more a .fa {
      margin-right: 0.3125rem;
      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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-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: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    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: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl
    .embed-responsive object, .rtl
    .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eaeaea; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-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;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-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 #FAB500;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img {
  padding: 1.25rem;
  margin: 0.625rem; }
  .manufacturers_block img:hover {
    -moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -o-box-shadow: 0px 0px 6px #ccc;
    -ms-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 5px; }

/*
  Widget Category Image
*/
.widget-category_image .cover-img {
  float: left;
  padding-right: 1.25rem; }
  .rtl .widget-category_image .cover-img {
    float: right; }
  .rtl .widget-category_image .cover-img {
    padding-left: 1.25rem;
    padding-right: inherit; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0;
  padding-bottom: 2.5rem; }
  .latest-blogs .right-block {
    text-align: left; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    overflow: hidden;
    position: relative;
    margin-bottom: 0.9375rem; }
  .latest-blogs .blog-title {
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 20px; }
  .latest-blogs .blog-desc {
    padding-top: 0.9375rem;
    text-align: justify;
    line-height: 25px; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  -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;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-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; }
  .leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 80px;
    height: 240px; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0px;
      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;
      width: 80px;
      height: 80px; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
      .leo-more-info .thumbs_list li .leo-hover-image {
        max-width: 100%; }
  .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: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.banner4 {
  margin: 110px 0 0; }

.blog_post {
  text-align: center; }
  .blog_post .blog-title a {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    line-height: 30px; }
  .blog_post .blog-desc {
    font-weight: 300;
    font-size: 16px;
    color: #777777;
    line-height: 24px;
    padding-right: 35px; }
    .rtl .blog_post .blog-desc {
      padding-left: 35px;
      padding-right: inherit; }
  .blog_post .cat a {
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    padding: 7px;
    background-color: #FAB500;
    position: absolute;
    left: 0;
    bottom: 0; }
  .blog_post .title_block {
    color: #000000;
    margin: 0 0 15px;
    font-size: 60px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 58px; }
    .blog_post .title_block:before {
      display: none; }

.new_product .owl-carousel .owl-item {
  padding: 0px; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 0;
  padding-right: 0; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 100%;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }

/* List product size */
.product_attr {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .product_attr li a {
    margin-bottom: 5px;
    display: block; }
  .product_attr li.Sold-Out a {
    color: #969696;
    text-decoration: line-through; }

.product_attr li:not(:last-child) {
  margin-right: 10px;
  margin-left: 0; }
  .rtl .product_attr li:not(:last-child) {
    margin-left: 10px;
    margin-right: inherit; }
  .rtl .product_attr li:not(:last-child) {
    margin-right: 0;
    margin-left: inherit; }

.tp-caption.mb_text-title1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600; }

.bannercontainer .tp-caption .caption-contain p.text {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px; }
  .bannercontainer .tp-caption .caption-contain p.text .Sale_off {
    font-size: 28px; }
.bannercontainer .mb_btn .caption-contain a {
  font-size: 10px;
  padding: 16px 30px;
  font-weight: 800;
  line-height: 10px; }

.leo-fly-cart-icon-wrapper {
  padding: 10px;
  cursor: pointer; }

.leo-fly-cart-icon-wrapper a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  padding: 0;
  display: block;
  background-color: #FAB500;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
  font-size: 16px; }
  .leo-fly-cart-icon-wrapper a:after {
    content: "\f290";
    font-family: "Font Awesome 5 Pro";
    pointer-events: none;
    color: #fff; }
.leo-fly-cart-icon-wrapper i {
  display: none; }

.languages {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }

div#language-selector-label {
  border-right: 1px solid #484848;
  padding-right: 7px; }
  .rtl div#language-selector-label {
    border-left: 1px solid #484848;
    border-right: inherit; }
  .rtl div#language-selector-label {
    padding-left: 7px;
    padding-right: inherit; }

@media (max-width: 991px) {
  .header-top .header-logo {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    .header-top .header-logo:before {
      display: none; } }
@media (max-width: 1199px) {
  .header-top .header-logo:before {
    right: -15px; }
    .rtl .header-top .header-logo:before {
      left: -15px;
      right: auto; } }

@media (max-width: 1199px) {
  .footer-center .footer_popular:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #3b3b3b;
    position: absolute;
    top: 0;
    right: 0; }
    .rtl .footer-center .footer_popular:before {
      left: 0;
      right: auto; } }
@media (max-width: 991px) {
  .header-button-wishlist {
    margin-right: 20px; }
    .rtl .header-button-wishlist {
      margin-left: 20px;
      margin-right: inherit; }

  .header-top .list-cate-wrapper {
    display: none; }
  .header-top .navbar-header .navbar-toggler {
    color: #FFFFFF; }
  .header-top .menu1_item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .header-top .col-info {
    padding: 10px 30px 10px 20px; }

  .blog-container .right-block {
    padding-left: 10px; }
    .rtl .blog-container .right-block {
      padding-right: 10px;
      padding-left: inherit; } }
.footer-center .footer_popular:before {
  display: none; }
.footer-center .categories:before {
  display: none; }
@media (max-width: 992px) {
  .footer-center .inner {
    text-align: center; } }

.footer_support .block_content p {
  padding: 0; }
.footer_support .phone-footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  padding: 0; }
  @media (max-width: 991px) {
    .footer_support .phone-footer {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }

.footer_popular1 {
  margin-top: 15px; }

.join_our.ApColumn {
  margin-top: 10px; }

@media (max-width: 767px) {
  .footer-container .block .title_block {
    color: #FFFFFF;
    padding-top: 0;
    margin: 0 0 0px;
    padding-left: 0; }
    .rtl .footer-container .block .title_block {
      padding-right: 0;
      padding-left: inherit; }

  .footer-center {
    padding-top: 50px;
    padding-bottom: 50px; }

  .page-home .banner_right {
    padding-left: 15px; }
    .rtl .page-home .banner_right {
      padding-right: 15px;
      padding-left: inherit; }

  .wrapper .brands {
    padding: 40px 0;
    position: relative; } }
.footer-bottom .copyright p {
  font-size: 16px;
  font-weight: 400;
  color: #acaaa6;
  line-height: 30px; }
.footer-bottom .copyright a {
  color: #FAB500; }

@media (max-width: 576px) {
  .header-nav .ApColumn .block_content p {
    text-align: center; }

  .footer_support .block_content p {
    padding-bottom: 30px; }
  .footer_support .block_content p.phone-footer {
    padding: 0px; }

  .banner4 {
    margin: 50px 0; }

  .footer-bottom {
    padding: 0; }

  .blog_post .title_block {
    font-size: 40px;
    line-height: 40px; } }
  @media (max-width: 576px) and (max-width: 576) {
    .blog_post .title_block {
      margin-top: 50px; } }
@media (max-width: 576px) {
  .blog_post .sub-title-widget {
    font-size: 40px;
    line-height: 40px; }

  .block-social {
    text-align: center;
    padding: 10px 0; }

  .footer-center {
    padding-bottom: 30px; }

  .box-banner-1 {
    margin-bottom: 0px;
    margin-top: 30px; }

  #leo_search_block_top.active form {
    width: 350px;
    top: 100%;
    left: 0; } }
@media (max-width: 480px) {
  .page-home .wrapper .deals .ApCountdown ul li {
    padding: 0px 10px;
    position: relative;
    display: inline-block; } }
.blog-image-container .blog_img_link img {
  width: 100%; }

div#language-selector-label a.popup-title img {
  margin-top: -5px; }

/* style for other theme */
.text-right {
  text-align: right; }
  .rtl .text-right {
    text-align: left; }

.block-right-top > div {
  border-right: 1px solid #484848;
  padding-right: 10px;
  margin-left: 10px; }
  .rtl .block-right-top > div {
    border-left: 1px solid #484848;
    border-right: inherit; }
  .rtl .block-right-top > div {
    padding-left: 10px;
    padding-right: inherit; }
  .rtl .block-right-top > div {
    margin-right: 10px;
    margin-left: inherit; }
  .block-right-top > div:first-child {
    border-right: 0 solid; }
    .rtl .block-right-top > div:first-child {
      border-left: 0 solid;
      border-right: inherit; }

#leo_block_top.popup-over .popup-content {
  min-width: 220px; }
  @media (max-width: 480px) {
    #leo_block_top.popup-over .popup-content {
      min-width: 170px; } }

.new_product {
  background-color: #ffffff;
  text-align: center; }
  .new_product .title_block {
    font-size: 60px;
    font-weight: 700;
    color: #000000;
    line-height: 50px;
    margin-bottom: 100px;
    margin-top: 100px;
    position: relative; }
    @media (max-width: 576px) {
      .new_product .title_block {
        font-size: 40px;
        margin-bottom: 50px;
        margin-top: 50px; } }

.footer_support .phone-footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .footer_support .phone-footer i {
    font-size: 35px;
    margin-right: 10px;
    margin-top: 15px;
    color: #FAB500; }
    .rtl .footer_support .phone-footer i {
      margin-left: 10px;
      margin-right: inherit; }
  .footer_support .phone-footer .through {
    font-size: 16px;
    line-height: 30px;
    color: #b0b0b0;
    font-weight: 400; }
  .footer_support .phone-footer .telephone {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    color: #FAB500; }
.footer_support p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #b0b0b0;
  padding-right: 75px; }
  .rtl .footer_support p {
    padding-left: 75px;
    padding-right: inherit; }
  .footer_support p a {
    color: #FAB500; }

.col-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -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;
  padding-top: 40px; }
  @media (max-width: 1200px) and (min-width: 992px) {
    .col-info {
      padding-right: 0;
      padding-left: 0; } }
  .col-info .header-button-wishlist .ap-btn-wishlist {
    position: relative; }
    .col-info .header-button-wishlist .ap-btn-wishlist i {
      font-size: 22px;
      font-weight: 300;
      color: #fff;
      position: relative; }
    .col-info .header-button-wishlist .ap-btn-wishlist .ap-total {
      position: absolute;
      top: -14px;
      right: -10px;
      line-height: 18px;
      height: 20px;
      width: 20px;
      border: 1px solid #FAB500;
      border-radius: 50%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      color: #fff;
      background-color: #FAB500;
      font-size: 12px;
      font-weight: 700; }
      .rtl .col-info .header-button-wishlist .ap-btn-wishlist .ap-total {
        left: -10px;
        right: auto; }
  .col-info #leo_block_top i {
    font-size: 22px;
    font-weight: 300;
    color: #FFFFFF; }
    .col-info #leo_block_top i .fa-heart {
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      font-style: normal; }
  .col-info #_desktop_cart .header {
    position: relative;
    padding-left: 22px; }
    .rtl .col-info #_desktop_cart .header {
      padding-right: 22px;
      padding-left: inherit; }
    @media (max-width: 1199px) {
      .col-info #_desktop_cart .header {
        padding-left: 14px; }
        .rtl .col-info #_desktop_cart .header {
          padding-right: 14px;
          padding-left: inherit; } }
    @media (max-width: 991px) {
      .col-info #_desktop_cart .header {
        padding-left: 6px; }
        .rtl .col-info #_desktop_cart .header {
          padding-right: 6px;
          padding-left: inherit; } }
    .col-info #_desktop_cart .header i {
      font-size: 22px;
      font-weight: 300;
      color: #fff;
      position: relative; }
    .col-info #_desktop_cart .header span.cart-products-count {
      position: absolute;
      top: -12px;
      right: 34px;
      height: 20px;
      width: 20px;
      line-height: 18px;
      border: 1px solid #FAB500;
      border-radius: 50%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      color: #fff;
      background-color: #FAB500;
      font-size: 12px;
      font-weight: 700; }
      .rtl .col-info #_desktop_cart .header span.cart-products-count {
        left: 34px;
        right: auto; }
    .col-info #_desktop_cart .header span.value {
      font-size: 16px;
      color: #ffffff;
      font-weight: 700; }
      @media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
        .col-info #_desktop_cart .header span.value {
          padding-left: 5px; }
          .rtl .col-info #_desktop_cart .header span.value {
            padding-right: 5px;
            padding-left: inherit; } }

span.free {
  color: red;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px; }

span.order {
  font-size: 20px;
  color: red;
  font-weight: 500;
  line-height: 20px; }

.home2_nav {
  background-color: #ffffff; }

i.fa.fa-shipping-fast:before {
  content: "\f48b"; }

.shipping-header i {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-size: 28px;
  font-weight: 100;
  line-height: 20px;
  margin-right: 10px;
  padding-top: 10px;
  color: red; }
  .rtl .shipping-header i {
    margin-left: 10px;
    margin-right: inherit; }

div#leo_block_top {
  margin-right: 15px; }
  .rtl div#leo_block_top {
    margin-left: 15px;
    margin-right: inherit; }

.box-banner-1 {
  margin-top: 90px; }
  @media (max-width: 767px) {
    .box-banner-1 {
      margin-top: 50px; } }

/* style banner */
.bottom-margin-first > div:first-child {
  margin-bottom: 15px; }

.right-nopadding {
  padding-left: 0; }
  .rtl .right-nopadding {
    padding-right: 0;
    padding-left: inherit; }

.banner-block {
  position: relative;
  margin-bottom: 20px; }
  .banner-block h2 {
    font-size: 52px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .banner-block h2 {
        font-size: 36px;
        line-height: 36px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .banner-block h2 {
        font-size: 30px;
        line-height: 20px; } }
    @media (max-width: 480px) {
      .banner-block h2 {
        font-size: 30px;
        line-height: 30px; } }
  .banner-block .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 44px; }
    .banner-block .image_description .btn {
      margin: 0; }
      .banner-block .image_description .btn a {
        font-size: 14px;
        font-weight: 700;
        color: #000000;
        padding: 13px 24px;
        background-color: #FFFFFF;
        display: inline-block;
        margin-top: 34px;
        text-transform: uppercase;
        line-height: normal;
        border-radius: 0; }
        @media (max-width: 1199px) {
          .banner-block .image_description .btn a {
            font-size: 12px;
            margin-top: 10px; } }
        @media (min-width: 768px) and (max-width: 992px) {
          .banner-block .image_description .btn a {
            font-size: 14px;
            font-weight: 700; } }
        @media (max-width: 480px) {
          .banner-block .image_description .btn a {
            padding: 10px 24px; } }
        .banner-block .image_description .btn a:hover {
          color: #FAB500; }
    .banner-block .image_description p {
      font-size: 22px;
      font-weight: 400;
      color: #FFFFFF;
      padding: 0px;
      margin: 25px 0 0;
      line-height: 30px; }
      @media (max-width: 1199px) {
        .banner-block .image_description p {
          font-size: 18px;
          margin: 0;
          line-height: 24px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .banner-block .image_description p {
          font-size: 22px;
          line-height: 30px;
          margin: 10px 0; } }
      @media (max-width: 480px) {
        .banner-block .image_description p {
          line-height: 18px; } }

.menu1_banner3 {
  position: relative; }
  @media (max-width: 767px) {
    .menu1_banner3 {
      margin-top: 20px; } }
  .menu1_banner3 .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px; }
    .rtl .menu1_banner3 .image_description {
      right: 60px;
      left: auto; }
    .menu1_banner3 .image_description h3 {
      font-size: 40px;
      font-weight: 800;
      color: #FFFFFF;
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 480px) {
        .menu1_banner3 .image_description h3 {
          font-size: 24px;
          line-height: 24px; } }
    .menu1_banner3 .image_description h2 {
      font-size: 110px;
      font-weight: 800;
      color: #FFFFFF;
      padding: 0px;
      margin: 20px 0 0;
      line-height: 72px;
      text-transform: uppercase;
      font-style: italic; }
      @media (max-width: 1199px) {
        .menu1_banner3 .image_description h2 {
          font-size: 100px; } }
      @media (max-width: 991px) {
        .menu1_banner3 .image_description h2 {
          font-size: 80px;
          line-height: 80px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .menu1_banner3 .image_description h2 {
          margin-bottom: 10px; } }
      @media (max-width: 480px) {
        .menu1_banner3 .image_description h2 {
          font-size: 40px;
          line-height: 40px; } }
      .menu1_banner3 .image_description h2 span {
        font-size: 80px; }
        @media (max-width: 991px) {
          .menu1_banner3 .image_description h2 span {
            font-size: 60px;
            line-height: 60px; } }
        @media (max-width: 480px) {
          .menu1_banner3 .image_description h2 span {
            font-size: 34px;
            line-height: 34px; } }

.wrapper .brands {
  padding: 80px 0;
  position: relative; }
.wrapper .brands:before {
  position: absolute;
  top: 0px;
  width: 10000px;
  left: -1000px;
  height: 1px;
  background-color: #ebebeb;
  content: ''; }
  .rtl .wrapper .brands:before {
    right: -1000px;
    left: auto; }
.wrapper .image_banner4 {
  padding: 52px 0; }
.wrapper .deals {
  text-align: center;
  padding: 66px 0; }
  .wrapper .deals .ApCountdown {
    font-size: 40px;
    font-weight: 700;
    color: #FAB500;
    display: inline-block;
    margin-top: 40px; }
    .wrapper .deals .ApCountdown ul li {
      padding: 0px 16px;
      position: relative;
      display: inline-block; }
      .wrapper .deals .ApCountdown ul li :not(:last-child) ::before {
        content: "";
        width: 4px;
        height: 4px;
        background: white;
        position: absolute;
        top: 40%;
        right: -2px;
        left: auto;
        display: block;
        border-radius: 50%; }
        .rtl .wrapper .deals .ApCountdown ul li :not(:last-child) ::before {
          left: -2px;
          right: auto; }
        .rtl .wrapper .deals .ApCountdown ul li :not(:last-child) ::before {
          right: auto;
          left: auto; }
    .wrapper .deals .ApCountdown span {
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 400;
      display: block;
      line-height: 18px;
      margin-top: 10px; }
  .wrapper .deals .block_content h3 {
    font-size: 22px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 600; }
  .wrapper .deals .block_content h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #FFFFFF; }
    .wrapper .deals .block_content h2 span {
      color: #FAB500; }

div#language-selector-label span {
  position: relative;
  top: -1px; }

div#currency-selector-label {
  padding: 0;
  margin: 0; }

.text-center {
  text-align: center; }

/*phone top */
.phone {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-left: 35px;
  color: #FFFFFF; }
  .rtl .phone {
    padding-right: 35px;
    padding-left: inherit; }
  @media (max-width: 1199px) {
    .phone {
      padding-left: 0; }
      .rtl .phone {
        padding-right: 0;
        padding-left: inherit; } }
  .phone i {
    font-size: 28px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 10px;
    padding-top: 10px; }
    .rtl .phone i {
      margin-left: 10px;
      margin-right: inherit; }
  @media (max-width: 991px) {
    .phone {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding: 0; } }
  .phone .my_phone {
    display: flex;
    flex-direction: column;
    color: #FAB500;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px; }
    @media (max-width: 1199px) {
      .phone .my_phone {
        font-size: 15px; } }
    .phone .my_phone span {
      color: #777777;
      font-size: 12px;
      font-weight: 700;
      line-height: 18px; }

.home2_banner_left {
  padding-right: 5px; }
  .rtl .home2_banner_left {
    padding-left: 5px;
    padding-right: inherit; }
  @media (max-width: 991px) {
    .home2_banner_left {
      margin-top: 30px;
      margin-bottom: 30px;
      padding-right: 15px; }
      .rtl .home2_banner_left {
        padding-left: 15px;
        padding-right: inherit; } }
  @media (max-width: 576px) {
    .home2_banner_left {
      padding-right: 15px;
      padding-left: 15px; }
      .rtl .home2_banner_left {
        padding-left: 15px;
        padding-right: inherit; }
      .rtl .home2_banner_left {
        padding-right: 15px;
        padding-left: inherit; } }
  .home2_banner_left .image_description h2 {
    font-size: 52px;
    color: #FFFFFF;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      .home2_banner_left .image_description h2 {
        font-size: 30px;
        margin-bottom: 0px; } }
  .home2_banner_left .image_description p.describe {
    font-size: 22px;
    color: #FFFFFF;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 50px; }
    @media (max-width: 1199px) and (min-width: 991px) {
      .home2_banner_left .image_description p.describe {
        margin-bottom: 20px; } }
    @media (max-width: 576px) {
      .home2_banner_left .image_description p.describe {
        font-size: 16px;
        margin-bottom: 10px; } }
  .home2_banner_left .image_description .btn {
    padding: 0; }
    .home2_banner_left .image_description .btn a {
      font-size: 14px;
      color: #000000;
      line-height: 36px;
      font-weight: 700;
      padding: 15px;
      background-color: #FFFFFF; }
      .home2_banner_left .image_description .btn a:hover {
        color: #FAB500; }
      @media (max-width: 576px) {
        .home2_banner_left .image_description .btn a {
          padding: 10px;
          font-size: 12px; } }

.home2_banner_right .image_description {
  left: 65px; }
  .rtl .home2_banner_right .image_description {
    right: 65px;
    left: auto; }
  .home2_banner_right .image_description h3 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    padding: 5px 12px;
    background-color: #ff5740;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block; }
    @media (max-width: 480px) {
      .home2_banner_right .image_description h3 {
        font-size: 10px; } }
  .home2_banner_right .image_description h2 {
    font-size: 80px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 72px;
    margin: 18px 0 40px; }
    @media (max-width: 1400px) and (min-width: 991px) {
      .home2_banner_right .image_description h2 {
        font-size: 50px;
        line-height: 50px;
        margin: 9px 0 20px; } }
    @media (max-width: 767px) {
      .home2_banner_right .image_description h2 {
        font-size: 50px;
        line-height: 50px;
        margin: 9px 0 20px; } }
    @media (max-width: 576px) {
      .home2_banner_right .image_description h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 9px 0 20px; } }
    @media (max-width: 480px) {
      .home2_banner_right .image_description h2 {
        font-size: 25px;
        line-height: 20px;
        margin: 0px 0 15px; } }
  .home2_banner_right .image_description a {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    padding: 15px;
    background-color: #FFFFFF; }
    .home2_banner_right .image_description a:hover {
      color: #FAB500; }
    @media (max-width: 480px) {
      .home2_banner_right .image_description a {
        font-size: 10px;
        line-height: 10px;
        padding: 8px; } }

.image_description {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%); }
  .rtl .image_description {
    right: 50px;
    left: auto; }

.home2_text-title1 {
  font-size: 90px;
  color: #ffffff;
  line-height: 90px;
  font-weight: 800; }

span.body {
  color: #FAB500; }

.home2_small_text {
  font-size: 40px;
  color: #FAB500;
  font-weight: 700;
  line-height: 36px; }
  .home2_small_text p span.up_to {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    line-height: 36px; }
  .home2_small_text p span.Sale_off {
    font-weight: 700;
    color: #FAB500;
    font-size: 40px; }

.home2_btn_slide a {
  font-size: 14px;
  font-weight: 800;
  padding: 20px 45px;
  background-color: #ffffff;
  letter-spacing: 1px; }

.home2_new_product .title_block {
  margin: 90px 0 90px;
  color: #000000;
  font-weight: 700;
  line-height: 50px;
  font-size: 60px;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 576px) {
    .home2_new_product .title_block {
      font-size: 40px;
      margin-bottom: 50px;
      margin-top: 50px; } }

.mb2_text-title1 {
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF; }

.mb2_small_text .caption-contain p span.up_to {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px; }
.mb2_small_text .caption-contain p span.Sale_off {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #FAB500; }

.home2_deals {
  text-align: center;
  padding: 120px 0; }
  @media (max-width: 480px) {
    .home2_deals {
      padding: 0; } }
  .home2_deals h3 {
    font-size: 22px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase; }
  .home2_deals h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #FFFFFF;
    text-transform: uppercase; }
    .home2_deals h2 span {
      color: #FAB500; }

ul.ap-countdown-time li {
  padding: 0px 16px;
  position: relative;
  display: inline-block; }
  @media (max-width: 480px) {
    ul.ap-countdown-time li {
      padding: 0px 8px; } }
  ul.ap-countdown-time li:last-child:before {
    display: none; }
  ul.ap-countdown-time li:before {
    content: ".";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: 0;
    right: -10px;
    color: white; }
    .rtl ul.ap-countdown-time li:before {
      left: -10px;
      right: auto; }

.ApCountdown {
  font-size: 40px;
  font-weight: 700;
  color: #FAB500;
  display: inline-block;
  margin-top: 40px;
  padding: 0; }
  .ApCountdown ul li span {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 18px;
    margin-top: 10px; }

.product-image .block_content ul {
  display: inline-block;
  position: relative;
  padding: 0 15px; }

span.cate_content .cate-name {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  padding: 24px 0;
  background-color: #FFFFFF;
  text-align: center;
  display: block;
  max-width: 100%; }
span.cate_content .items {
  font-size: 14px;
  font-weight: 400;
  color: #ffff;
  line-height: 30px;
  padding: 14px 0;
  background-color: #000000;
  text-align: center;
  display: block;
  width: 100%; }
  span.cate_content .items:hover {
    background-color: #FAB500; }
  span.cate_content .items span {
    margin-left: 2px; }
    .rtl span.cate_content .items span {
      margin-right: 2px;
      margin-left: inherit; }

span.wr-text {
  color: black;
  text-align: center;
  width: 70%;
  position: absolute;
  left: 15%;
  bottom: -56px; }
  .rtl span.wr-text {
    right: 15%;
    left: auto; }

.shop_top {
  padding-bottom: 150px; }
  @media (max-width: 576px) {
    .shop_top {
      padding-bottom: 50px; } }
  .shop_top .sub-title-widget {
    color: #000000;
    margin-bottom: 90px;
    font-size: 60px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 58px;
    position: relative; }
  .shop_top h4.title_block {
    color: #000000;
    margin: 0 0 10px;
    font-size: 60px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 58px;
    margin-top: 110px; }
    .shop_top h4.title_block:before {
      top: 140px; }
  .shop_top .block_content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

.policy {
  text-align: center;
  padding: 110px 0 130px; }
  @media (max-width: 576px) {
    .policy {
      padding: 50px 0 50px; } }
  .policy .box {
    margin: auto;
    width: 90px;
    height: 90px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center; }
    .policy .box:hover {
      background-color: #000000; }
      .policy .box:hover i {
        color: #FFFFFF; }
    .policy .box i {
      font-size: 36px;
      color: #FAB500;
      font-weight: 300; }
  .policy .title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 30px 0 20px;
    line-height: 24px; }
  .policy p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #777777;
    height: 50px;
    text-align: center; }
    @media (max-width: 767px) {
      .policy p {
        margin-bottom: 50px; } }
    @media (max-width: 576px) {
      .policy p {
        margin-bottom: 30px; } }

.wrapper {
  background-color: #FFFFFF; }

.latest-blogs {
  text-align: center; }
  .latest-blogs .title_block {
    color: #000000;
    margin: 0 0 15px;
    font-size: 60px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 58px;
    margin-top: 100px; }
    @media (max-width: 576px) {
      .latest-blogs .title_block {
        margin-top: 50px;
        margin-bottom: 0; } }
    @media (max-width: 480px) {
      .latest-blogs .title_block {
        font-size: 40px; } }
    .latest-blogs .title_block:before {
      display: none; }
  .latest-blogs .sub-title-widget {
    color: #000000;
    margin-bottom: 90px;
    font-size: 60px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 58px;
    position: relative; }
    @media (max-width: 480px) {
      .latest-blogs .sub-title-widget {
        font-size: 40px; } }

.cat a {
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
  padding: 7px;
  background-color: #FAB500;
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase; }

.blog-title a {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  line-height: 30px; }

.blog-desc {
  font-weight: 300;
  font-size: 16px;
  color: #777777;
  line-height: 24px;
  padding-right: 35px; }

.home2_new_product.ApProductCarousel {
  margin-bottom: 100px; }
  @media (max-width: 575px) {
    .home2_new_product.ApProductCarousel {
      margin-bottom: 50px; } }

@media (max-width: 1200px) {
  ul.level0 {
    margin-bottom: 100px; } }

.home3_deals {
  text-align: center;
  padding: 125px 0; }
  .home3_deals h3 {
    font-size: 22px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 600; }
  .home3_deals h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #FFFFFF; }
    @media (max-width: 480px) {
      .home3_deals h2 {
        font-size: 36px; } }
    .home3_deals h2 span {
      color: #FAB500; }

.home3.policy .box {
  background-color: white;
  border: 2px solid #e1e1e1; }
  .home3.policy .box:hover {
    background-color: #FAB500;
    border: 2px solid #FAB500; }
    .home3.policy .box:hover i {
      color: #FFFFFF; }

.home3_banner1_left h2 {
  color: #FFFFFF;
  font-size: 52px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 30px; }
  @media (max-width: 992px) and (min-width: 767px) {
    .home3_banner1_left h2 {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .home3_banner1_left h2 {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 10px; } }
.home3_banner1_left p.describe {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 36px; }
  @media (max-width: 992px) and (min-width: 767px) {
    .home3_banner1_left p.describe {
      font-size: 18px;
      margin-bottom: 22px; } }
  @media (max-width: 480px) {
    .home3_banner1_left p.describe {
      font-size: 16px;
      margin-bottom: 20px; } }
.home3_banner1_left .btn {
  padding: 0; }
  .home3_banner1_left .btn a {
    color: #000000;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    padding: 14px 22px;
    background-color: #FFFFFF; }
    .home3_banner1_left .btn a:hover {
      color: #FAB500; }
    @media (max-width: 480px) {
      .home3_banner1_left .btn a {
        font-size: 12px;
        line-height: 12px; } }

.home3_banner1_right h3 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  padding: 5px 12px;
  background-color: #ff5740;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block; }
  @media (max-width: 480px) {
    .home3_banner1_right h3 {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 10px; } }
.home3_banner1_right h2 {
  font-size: 80px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 72px;
  margin: 18px 0 40px; }
  @media (max-width: 1400px) and (min-width: 767px) {
    .home3_banner1_right h2 {
      font-size: 50px;
      line-height: 50px;
      margin: 9px 0 20px; } }
  @media (max-width: 576px) {
    .home3_banner1_right h2 {
      font-size: 40px;
      line-height: 40px;
      margin: 9px 0 20px; } }
  @media (max-width: 480px) {
    .home3_banner1_right h2 {
      font-size: 25px;
      line-height: 20px;
      margin: 0px 0 30px; } }
.home3_banner1_right p {
  padding: 0; }
  .home3_banner1_right p a {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    padding: 15px;
    background-color: #FFFFFF; }
    .home3_banner1_right p a:hover {
      color: #FAB500; }
    @media (max-width: 480px) {
      .home3_banner1_right p a {
        font-size: 12px;
        line-height: 12px; } }

.home3_new_product.ApProductCarousel {
  margin-bottom: 100px; }
  @media (max-width: 576px) {
    .home3_new_product.ApProductCarousel {
      margin-bottom: 0px; } }
  .home3_new_product.ApProductCarousel .title_block {
    margin: 90px 0 90px;
    color: #000000;
    font-weight: 700;
    line-height: 50px;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 576px) {
      .home3_new_product.ApProductCarousel .title_block {
        line-height: 40px;
        font-size: 40px; } }
  .home3_new_product.ApProductCarousel .owl-carousel .owl-item {
    padding: 0; }

.home3_text_right .block_content {
  padding-left: 45px;
  padding-top: 100px; }
  .rtl .home3_text_right .block_content {
    padding-right: 45px;
    padding-left: inherit; }
  @media (max-width: 992px) {
    .home3_text_right .block_content {
      padding-left: 0px;
      padding-top: 50px; }
      .rtl .home3_text_right .block_content {
        padding-right: 0px;
        padding-left: inherit; } }
  .home3_text_right .block_content h3 {
    font-size: 18px;
    color: #FAB500;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .home3_text_right .block_content h2 {
    font-size: 60px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    width: 470px;
    max-width: 100%; }
    @media (max-width: 1200px) {
      .home3_text_right .block_content h2 {
        font-size: 35px; } }
  .home3_text_right .block_content p {
    font-size: 18px;
    color: #777777;
    font-weight: 400;
    line-height: 28px;
    text-align: left; }

.home3_coutdown {
  margin-bottom: 200px;
  position: relative; }
  @media (max-width: 1200px) {
    .home3_coutdown {
      margin-bottom: 120px; } }

.tp-caption.home3_text-title1 {
  font-size: 100px;
  line-height: 90px;
  font-weight: 800;
  color: #FFFFFF; }
  .tp-caption.home3_text-title1 span {
    color: #FAB500; }

.tp-caption.home3_small_text {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #FFFFFF; }
  .tp-caption.home3_small_text span {
    color: #FAB500; }

.tp-caption.home3_btn a {
  font-size: 14px;
  line-height: 36px;
  font-weight: 800;
  color: #000000;
  background-color: #FFFFFF;
  padding: 20px 45px; }
  .tp-caption.home3_btn a:hover {
    color: #FAB500; }

.tp-caption.mb3_text-title1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
  color: #FFFFFF; }
  .tp-caption.mb3_text-title1 span {
    color: #FAB500; }

.descript {
  text-align: center;
  width: 650px;
  max-width: 100%;
  margin: 0 auto 100px; }
  .descript p {
    text-align: center;
    margin-top: 45px;
    font-size: 24px;
    color: #000000;
    font-style: italic;
    line-height: 30px; }
  .descript h3 {
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    line-height: 30px; }

button.slick-prev.slick-arrow {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 30%; }
  @media (max-width: 1200px) {
    button.slick-prev.slick-arrow {
      top: 50%; } }
  @media (max-width: 576px) {
    button.slick-prev.slick-arrow {
      top: 60%; } }

.slick-arrows .slick-arrow.slick-prev {
  left: 20%; }
  .rtl .slick-arrows .slick-arrow.slick-prev {
    right: 20%;
    left: auto; }

button.slick-next.slick-arrow {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 30%; }
  @media (max-width: 1200px) {
    button.slick-next.slick-arrow {
      top: 50%; } }
  @media (max-width: 576px) {
    button.slick-next.slick-arrow {
      top: 60%; } }

.slick-arrows .slick-arrow.slick-next {
  right: 20%; }
  .rtl .slick-arrows .slick-arrow.slick-next {
    left: 20%;
    right: auto; }

.home3_email .block_newsletter.block form input[type=email] {
  border: 1px solid #eaeaea;
  background: #FFFFFF;
  margin-bottom: 100px;
  color: #000000;
  padding-left: 20px;
  padding-right: 120px; }
  .rtl .home3_email .block_newsletter.block form input[type=email] {
    padding-right: 20px;
    padding-left: inherit; }
  .rtl .home3_email .block_newsletter.block form input[type=email] {
    padding-left: 120px;
    padding-right: inherit; }
.home3_email .block_newsletter.block form .btn {
  font-size: 14px;
  padding: 10px 22px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  top: 7px; }
.home3_email .block_newsletter.block .title_block {
  color: #000000;
  line-height: 50px;
  font-weight: 700;
  font-size: 50px;
  margin: 0 0 30px; }
  .home3_email .block_newsletter.block .title_block::before {
    display: none; }
.home3_email .block_newsletter.block .block_content {
  text-align: center;
  width: 50%;
  margin: auto; }
  @media (max-width: 576px) {
    .home3_email .block_newsletter.block .block_content {
      width: 100%; } }
  @media (min-width: 767px) {
    .home3_email .block_newsletter.block .block_content {
      float: unset; }
      .home3_email .block_newsletter.block .block_content P {
        font-size: 16px;
        font-weight: 400px;
        color: #b0b0b0;
        line-height: 24px; } }

.faq-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px; }
  .faq-title img {
    margin-right: 40px; }
    .rtl .faq-title img {
      margin-left: 40px;
      margin-right: inherit; }
  .faq-title h3 {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .faq-title h3 {
        font-size: 26px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .faq-title h3 {
        font-size: 20px;
        line-height: 26px; } }
  .faq-title span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: #000000; }

.block.wr-question.ApRawHtml {
  border-bottom: 1px solid #eaeaea; }
  .block.wr-question.ApRawHtml .question-content {
    padding: 0 40px 50px 60px;
    line-height: 30px;
    font-size: 17px;
    color: black;
    font-weight: 400; }
    @media (max-width: 575px) {
      .block.wr-question.ApRawHtml .question-content {
        font-size: 16px;
        text-align: left; } }
  .block.wr-question.ApRawHtml .question-title {
    padding: 15px 0; }
    .block.wr-question.ApRawHtml .question-title a.collapsed:before {
      content: '\f055';
      color: #b3bdd1; }
    .block.wr-question.ApRawHtml .question-title a {
      font-size: 18px;
      font-weight: 600;
      color: #000;
      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; }
      .block.wr-question.ApRawHtml .question-title a:before {
        content: '\f056';
        font-family: "FontAwesome";
        font-size: 25px;
        padding-right: 30px;
        vertical-align: -3px;
        color: #ff040a;
        float: left; }
        .rtl .block.wr-question.ApRawHtml .question-title a:before {
          padding-left: 30px;
          padding-right: inherit; }
      @media (max-width: 575px) {
        .block.wr-question.ApRawHtml .question-title a {
          font-size: 16px;
          text-align: left; } }
    .block.wr-question.ApRawHtml .question-title h5 {
      margin-bottom: 0; }

.faq-box-top {
  padding-right: 80px; }
  .rtl .faq-box-top {
    padding-left: 80px;
    padding-right: inherit; }
  @media (max-width: 575px) {
    .faq-box-top {
      padding-right: 0px; }
      .rtl .faq-box-top {
        padding-left: 0px;
        padding-right: inherit; } }

.page-content.page-cms {
  background: #eaeaea45; }
  @media (max-width: 575px) {
    .page-content.page-cms {
      text-align: center; } }

.img-faq {
  position: relative; }
  .img-faq .image_description {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    max-width: 250px; }
    .rtl .img-faq .image_description {
      right: 50%;
      left: auto; }
    .img-faq .image_description h2 {
      font-size: 30px;
      line-height: 40px;
      font-weight: 600;
      margin-bottom: 20px; }
    .img-faq .image_description p {
      line-height: 24px;
      margin-bottom: 20px;
      font-size: 18px;
      color: #000000; }
    .img-faq .image_description a {
      font-size: 12px;
      line-height: 30px;
      padding: 9px 47px;
      background-color: #f58948;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 600;
      color: #FFFFFF; }

@media (max-width: 1200px) {
  .row.faq-box-bot.ApRow.has-bg.bg-boxed {
    margin-top: 100px; } }

@media (max-width: 767px) {
  header.page-header h1 {
    padding-top: 30px; } }

.leo-more-cdown ul.deal-clock li {
  padding: 8px 16px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #FAB500;
  margin-right: 10px; }
  .leo-more-cdown ul.deal-clock li:last-child:before {
    display: none; }
  .leo-more-cdown ul.deal-clock li:before {
    content: ":";
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    right: -26px;
    color: #000000;
    top: 15px; }
    .rtl .leo-more-cdown ul.deal-clock li:before {
      left: -26px;
      right: auto; }
  .leo-more-cdown ul.deal-clock li b {
    color: #000000;
    font-size: 20px;
    font-weight: 700; }
  .leo-more-cdown ul.deal-clock li span {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 18px;
    margin-top: 0px; }

.page-cms-2 h2 {
  font-size: 24px; }
.page-cms-2 h3 {
  font-size: 24px; }
.page-cms-2 p {
  color: #000000;
  font-size: 16px;
  line-height: 10px;
  margin-top: 20px; }
  @media (max-width: 1200px) {
    .page-cms-2 p {
      line-height: 22px; } }

.page-cms-1 h2 {
  font-size: 24px; }
.page-cms-1 h3 {
  font-size: 24px; }
.page-cms-1 p {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px; }
  @media (max-width: 1200px) {
    .page-cms-1 p {
      line-height: 22px; } }

.page-cms-3 h2 {
  font-size: 24px; }
.page-cms-3 h3 {
  font-size: 24px; }
.page-cms-3 p {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px; }
  @media (max-width: 1200px) {
    .page-cms-3 p {
      line-height: 22px; } }

.widget-category_image ul li .cover-img {
  padding: 0px; }

.Apcounter {
  color: #666; }
  .Apcounter ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 576px) {
      .Apcounter ul {
        flex-direction: column; } }
    .Apcounter ul li {
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        .Apcounter ul li {
          width: 33.333%; } }
  .Apcounter .counter-number-wrapper span {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 5px; }
  .Apcounter p {
    margin-bottom: 0; }
  .Apcounter .counter_title_top {
    color: #666;
    margin: 10px 0 5px; }

.product-add-to-cart .wishlist span.leo-wishlist-bt-content {
  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; }
.product-add-to-cart .btn.btn-primary {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .product-add-to-cart .btn.btn-primary span.leo-compare-bt-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

ul.level0 {
  padding: 0 15px;
  position: relative; }

div#blog-nav {
  padding: 0 20px; }

div#subcategories {
  margin-bottom: 20px; }

.home2_banner_right2 {
  position: absolute;
  top: 25%;
  left: 47%; }
  .rtl .home2_banner_right2 {
    right: 47%;
    left: auto; }

.banner_countdown_home2 {
  position: relative; }

.home3_banner_right {
  position: absolute;
  top: 18%;
  left: 38%; }
  .rtl .home3_banner_right {
    right: 38%;
    left: auto; }
  @media (max-width: 1199px) {
    .home3_banner_right {
      left: 40%; }
      .rtl .home3_banner_right {
        right: 40%;
        left: auto; } }

button.btn.btn-primary.form-control-submit.leo-fake-send-wishlist-button.pull-xs-right {
  display: none; }

#block-newsletter-label {
  padding-left: 15px; }
  .rtl #block-newsletter-label {
    padding-right: 15px;
    padding-left: inherit; }

@media (max-width: 992px) {
  .ApSlideShow {
    margin-top: 20px; } }
@media (min-width: 992px) {
  .padding-left-70 .categories {
    padding-left: 70px; }
    .rtl .padding-left-70 .categories {
      padding-right: 70px;
      padding-left: inherit; } }
.modal-open {
  padding-right: 0 !important; }

#content-hook-order-confirmation-footer .featured-products {
  margin-top: 30px; }
#content-hook-order-confirmation-footer .ajax_block_product .thumbnail-container {
  border-left: 1px solid #e6e6e6;
  margin-bottom: 20px; }

.text-right {
  text-align: right; }
  .rtl .text-right {
    text-align: left; }

iframe {
  max-width: 100%; }

/*# sourceMappingURL=styles.css.map */
