/***************************************************
  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 .title_block {
  color: #000000;
  margin: 1.875rem 0 2.5rem;
  font-size: 48px;
  padding-bottom: 0.9375rem;
  position: relative;
  font-family: "Lilita One", cursive;
  font-weight: 400; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: 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: 17px; }
@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 #ececec; }
  .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: #ececec;
        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 #ececec #ececec #ececec; }

.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 #ececec; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #ececec;
    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 #ececec #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #ececec transparent #ececec #ececec;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #ececec; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #ececec;
    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 #ececec; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #ececec #ececec #ececec 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 #ffc222; }
    .widget-tabs li.active a {
      color: #ffc222; }

.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: #ffc222;
    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: #ffc222; }
  .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 #ececec; }
  .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 #ececec;
  -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 #ffc222;
    -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
*/
.ApColumn .manufacturers_block {
  position: relative;
  padding: 50px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .ApColumn .manufacturers_block {
      margin-bottom: 55px; } }
  .ApColumn .manufacturers_block .owl-item .manufacturer-image-container {
    overflow: hidden; }
  .ApColumn .manufacturers_block .owl-item img {
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
    .ApColumn .manufacturers_block .owl-item img:hover {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
  .ApColumn .manufacturers_block .owl-theme .owl-buttons {
    position: inherit;
    top: inherit;
    right: inherit; }
    .ApColumn .manufacturers_block .owl-theme .owl-buttons div {
      position: absolute;
      bottom: 50%;
      visibility: hidden;
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-prev {
        left: 30px; }
        .rtl .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-prev {
          right: 30px;
          left: auto; }
      .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-next {
        right: 30px; }
        .rtl .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-next {
          left: 30px;
          right: auto; }
  .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div {
    visibility: visible;
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
    .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-prev {
      left: 15px; }
      .rtl .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-prev {
        right: 15px;
        left: auto; }
    .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-next {
      right: 15px; }
      .rtl .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-next {
        left: 15px;
        right: auto; }
  @media (max-width: 767px) {
    .ApColumn .manufacturers_block {
      padding: 15px 0; } }
  @media (min-width: 992px) {
    .ApColumn .manufacturers_block:before {
      content: "";
      padding: 0px 1000px;
      width: 100%;
      overflow: hidden;
      position: absolute;
      height: 1px;
      display: block !important;
      bottom: 0;
      background: #e6e6e6;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      margin-left: -1000px; }
      .rtl .ApColumn .manufacturers_block:before {
        margin-right: -1000px;
        margin-left: inherit; } }

.manu-box {
  padding-bottom: 65px; }
  @media (max-width: 767px) {
    .manu-box {
      padding-bottom: 30px; } }

/*
  Widget Category Image
*/
.widget-category_image {
  padding-bottom: 15px; }
  .widget-category_image .cover-img {
    margin-bottom: 20px;
    display: block;
    overflow: hidden; }
    .widget-category_image .cover-img img {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      max-width: 100%;
      height: auto; }
      .widget-category_image .cover-img img:hover {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        -moz-transform: scale3d(1.1, 1.1, 1);
        -ms-transform: scale3d(1.1, 1.1, 1);
        -o-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1); }
  .widget-category_image .cate_content:hover label {
    color: #3276b1;
    cursor: pointer; }
  .widget-category_image ul li a {
    color: #000;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0;
  padding-bottom: 2.5rem; }
  .latest-blogs .title_block {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px; }
  .latest-blogs .right-block {
    text-align: left;
    display: inline-block; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
    @media (max-width: 575px) {
      .latest-blogs .blog-image-container {
        float: inherit; } }
  .latest-blogs .blog-title {
    font-size: 24px;
    font-weight: 400;
    margin-top: -10px; }
    .latest-blogs .blog-title a {
      color: #333743;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      display: inline-block; }
      .latest-blogs .blog-title a:hover {
        color: #ffc222; }
      @media (max-width: 1199px) {
        .latest-blogs .blog-title a {
          font-size: 27px; } }
      @media (max-width: 991px) {
        .latest-blogs .blog-title a {
          font-size: 25px; } }
      @media (max-width: 767px) {
        .latest-blogs .blog-title a {
          font-size: 20px; } }
  .latest-blogs .blog-desc {
    padding-top: 0.9375rem;
    line-height: 25px;
    color: #9297a3;
    font-size: 16px;
    font-weight: 300; }
  .latest-blogs .blog-meta {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding-bottom: 12px; }
    .latest-blogs .blog-meta .date span {
      display: block;
      border-top: 1px solid #e2e2e2;
      margin-top: 15px;
      padding-top: 15px; }
    .latest-blogs .blog-meta .inside-blog-meta {
      font-size: 13px;
      font-weight: 400;
      padding-bottom: 20px;
      margin-bottom: 10px;
      color: #07070a; }
      .latest-blogs .blog-meta .inside-blog-meta .icon-author {
        color: #b0b0b0; }
      .latest-blogs .blog-meta .inside-blog-meta time {
        margin-right: 25px; }
        .rtl .latest-blogs .blog-meta .inside-blog-meta time {
          margin-left: 25px;
          margin-right: inherit; }
    .latest-blogs .blog-meta .nbcomment, .latest-blogs .blog-meta .hits {
      margin-right: 20px; }
      .rtl .latest-blogs .blog-meta .nbcomment, .rtl .latest-blogs .blog-meta .hits {
        margin-left: 20px;
        margin-right: inherit; }
      .latest-blogs .blog-meta .nbcomment i, .latest-blogs .blog-meta .hits i {
        margin-right: 5px; }
        .rtl .latest-blogs .blog-meta .nbcomment i, .rtl .latest-blogs .blog-meta .hits i {
          margin-left: 5px;
          margin-right: inherit; }
    .latest-blogs .blog-meta .cat a {
      color: #ffc222;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700; }
  .latest-blogs .created {
    padding-right: 25px;
    color: #b0b0b0;
    font-size: 12px; }
    .rtl .latest-blogs .created {
      padding-left: 25px;
      padding-right: inherit; }
  .latest-blogs .nbcomment i {
    color: #ffc222; }

.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; }

/* Instagram Block */
.instagram-block .owl-item {
  padding: 0; }
  .instagram-block .owl-item .block-carousel-container {
    padding: 3px; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: auto;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }
.instagram-block #instafeed a {
  position: relative;
  display: block;
  overflow: hidden; }
  .instagram-block #instafeed a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    width: 50%;
    height: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .instagram-block #instafeed a:after {
    content: "\f16d";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 20px;
    color: #FFFFFF;
    bottom: 50%;
    left: 50%;
    right: auto;
    top: auto;
    line-height: normal;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block #instafeed a:hover:before {
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.3);
    zoom: 1;
    background-color: transparent\9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .instagram-block #instafeed a:hover:after {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }

#instafeed {
  margin: -0.3125rem; }

.ins {
  padding-top: 50px; }
  .ins .title_block {
    font-family: "Lilita One", cursive;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding: 100px 0;
    margin: 0; }
    @media (max-width: 1199px) {
      .ins .title_block {
        font-size: 30px;
        padding: 50px 0; } }

.userinfo-selector a {
  color: #929292; }

.userinfo-selector.popup-over .popup-title {
  padding: 15px 0 15px 0; }
  .rtl .userinfo-selector.popup-over .popup-title {
    padding: 15px 0 15px 0; }
  .userinfo-selector.popup-over .popup-title:hover {
    color: #ffc222; }

.popup-over {
  float: right; }
  .rtl .popup-over {
    float: left; }
  .popup-over.language-selector-wrapper .popup-content, .popup-over.currency-selector .popup-content {
    right: inherit;
    left: 0;
    position: absolute; }
    .rtl .popup-over.language-selector-wrapper .popup-content, .rtl .popup-over.currency-selector .popup-content {
      left: inherit;
      right: auto; }
    .rtl .popup-over.language-selector-wrapper .popup-content, .rtl .popup-over.currency-selector .popup-content {
      right: 0;
      left: auto; }

@media (max-width: 991px) {
  .leo-megamenu:before {
    height: 0; } }
.leo-megamenu .navbar-toggler {
  color: #000; }

@media (max-width: 575px) {
  .menu-top .end .popup-over.userinfo-selector {
    position: absolute;
    bottom: 70px;
    right: 175px;
    left: auto;
    margin: 0; }
    .rtl .menu-top .end .popup-over.userinfo-selector {
      left: 175px;
      right: auto; }
    .rtl .menu-top .end .popup-over.userinfo-selector {
      right: auto;
      left: auto; } }

#search_widget {
  margin: 0 10px;
  padding: 0; }
  #search_widget .popup-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    #search_widget .popup-content input.ui-autocomplete-input {
      border: 2px solid #ffc222; }
  #search_widget #click_show_search {
    padding: 0;
    width: 48px;
    height: 48px;
    background: #00a149;
    border-radius: 50%;
    text-align: center; }
    #search_widget #click_show_search i {
      font-size: 17px;
      color: #2a2a2a;
      line-height: 48px; }

@media (max-width: 575px) {
  .leo-megamenu.disable-canvas .leo-top-menu {
    z-index: 999; } }

.latest-blogs .blog-image-container .blog_img_link img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.latest-blogs .blog-container:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

@media (min-width: 576px) {
  .nopadding_left {
    padding-left: 0;
    padding-right: 10px; }
    .rtl .nopadding_left {
      padding-right: 0;
      padding-left: inherit; }
    .rtl .nopadding_left {
      padding-left: 10px;
      padding-right: inherit; } }

@media (min-width: 576px) {
  .nopadding_right {
    padding-right: 0;
    padding-left: 10px; }
    .rtl .nopadding_right {
      padding-left: 0;
      padding-right: inherit; }
    .rtl .nopadding_right {
      padding-right: 10px;
      padding-left: inherit; } }

.margin-bottom-65 {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .margin-bottom-65 {
      padding-top: 0px; } }

.block-carousel-container {
  text-align: center; }
  .block-carousel-container .happy-description {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px; }
    @media (max-width: 767px) {
      .block-carousel-container .happy-description {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .block-carousel-container .happy-description {
        font-size: 15px; } }
  @media (min-width: 992px) {
    .block-carousel-container {
      max-width: 815px;
      margin: auto; } }

.block-carousel-image-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  .block-carousel-image-container img {
    max-width: 70px;
    height: auto;
    margin: auto; }
  .block-carousel-image-container .descript {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    padding-top: 20px;
    font-family: "Lilita One", cursive; }
    @media (max-width: 991px) {
      .block-carousel-image-container .descript {
        font-size: 19px; } }
    @media (max-width: 767px) {
      .block-carousel-image-container .descript {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .block-carousel-image-container .descript {
        font-size: 17px; } }
    @media (max-width: 480px) {
      .block-carousel-image-container .descript {
        font-size: 15px; } }
    .block-carousel-image-container .descript i {
      color: #ffc222;
      font-size: 60px;
      padding-bottom: 20px; }
    .block-carousel-image-container .descript p {
      font-size: 18px;
      color: #fff;
      line-height: 30px;
      margin-bottom: 40px; }
      @media (max-width: 575px) {
        .block-carousel-image-container .descript p {
          font-size: 14px;
          padding: 0 15px; } }
    .block-carousel-image-container .descript span {
      color: #fff;
      text-transform: uppercase;
      font-size: 12px; }
  .block-carousel-image-container .title {
    font-weight: 500;
    font-size: 16px;
    color: #00a850;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 10px 0;
    margin: 0;
    font-family: "Lilita One", cursive;
    order: 1; }
    .block-carousel-image-container .title span {
      color: #000; }
  .block-carousel-image-container .sub-title {
    color: #fff;
    font-weight: 400;
    padding-top: 15px; }

#module-leofeature-productscompare .thumbnail-container .leo-dropdown-attr {
  top: 100%;
  bottom: 0; }

.img-baner {
  padding-top: 30px; }
  @media (max-width: 480px) {
    .img-baner {
      padding-top: 20px; } }
  @media (max-width: 767px) {
    .img-baner .ApColumn {
      padding-top: 20px; } }

.other-product .ApColumn > .title_block {
  font-size: 30px;
  text-align: center;
  letter-spacing: 6px;
  margin: 0;
  padding: 80px 0 20px 0;
  text-transform: uppercase; }

.dropdown-menu-inner .wr-bnmenu img {
  width: 100%; }

#my-account .page-footer {
  padding-bottom: 50px; }

.leo-compare-review-dropdown .dropdown-menu .dropdown-item {
  white-space: inherit; }

.page-customer-account #main .page-header {
  text-align: center; }

.header_logo {
  padding: 30px 0; }
  @media (max-width: 1199px) {
    .header_logo {
      text-align: center; } }
  @media (max-width: 576px) {
    .header_logo {
      padding: 20px 0; } }

.leo_block_top {
  padding: 0;
  width: 48px;
  height: 48px;
  background: #00a149;
  border-radius: 50%;
  text-align: center; }
  .leo_block_top.popup-over a.popup-title {
    line-height: 48px; }

.sdt {
  display: inline-block;
  text-align: right; }
  .rtl .sdt {
    text-align: left; }
  .sdt p {
    font-size: 13px;
    color: #00a149;
    font-family: "Roboto", sans-serif;
    margin-bottom: 5px; }
  .sdt h5 {
    font-size: 24px;
    color: #ffc222; }
  @media (max-width: 480px) {
    .sdt {
      display: none; } }

.box-top .right {
  padding: 20px 0; }
@media (min-width: 1200px) {
  .box-top {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }

@media (max-width: 767px) {
  .ApQuicklogin {
    position: relative; }
    .ApQuicklogin .quicklogin-title i {
      color: #2a2a2a;
      font-size: 25px;
      margin-right: 10px; }
    .ApQuicklogin .quicklogin-content {
      position: absolute;
      right: -15px;
      top: 100%;
      opacity: 0;
      visibility: hidden;
      z-index: 1;
      border: 1px solid #ececec; }
      .rtl .ApQuicklogin .quicklogin-content {
        left: -15px;
        right: auto; }
    .ApQuicklogin.active .quicklogin-content {
      opacity: 1;
      visibility: visible;
      min-width: 170px;
      background: #fff; }

  .box-top .right .ApQuicklogin a > span {
    display: block !important;
    background: #fff;
    padding: 0 15px; }

  .box-top .right .ApQuicklogin .account:before {
    display: none; } }
.box2-h1 {
  padding: 100px 0; }
  .box2-h1 .ApImage {
    position: relative; }
  .box2-h1 .image_description {
    position: absolute;
    top: 13%;
    left: 10%; }
    .box2-h1 .image_description h3 {
      font-size: 28px;
      color: #1e1d23;
      text-transform: uppercase; }
      @media (max-width: 992px) and (min-width: 768px) {
        .box2-h1 .image_description h3 {
          font-size: 12px; } }
      @media (max-width: 480px) {
        .box2-h1 .image_description h3 {
          font-size: 15px; } }
    .box2-h1 .image_description p {
      font-size: 12px;
      color: #414141;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      letter-spacing: 0.5px;
      line-height: 20px; }
      .box2-h1 .image_description p span {
        color: #00a850;
        font-size: 20px;
        font-family: "Roboto", sans-serif; }
  .box2-h1 .color-center h3 {
    color: #fff; }
  .box2-h1 .color-center p {
    color: #fff; }
    .box2-h1 .color-center p span {
      color: #ffc222; }
  @media (max-width: 767px) {
    .box2-h1 .ApColumn {
      padding-bottom: 15px; } }
  @media (max-width: 1199px) {
    .box2-h1 {
      padding: 60px 0; } }
  @media (max-width: 991px) {
    .box2-h1 {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .box2-h1 {
      padding: 30px 0; } }
  @media (max-width: 575px) {
    .box2-h1 {
      padding: 20px 0; } }

@media (min-width: 1200px) {
  .box3-h1 .product_list.grid .ajax_block_product:nth-child(4n+1) {
    clear: both; } }
.box3-h1 .ApTabs > .title_block {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 100px;
  font-family: "Lilita One", cursive; }
  @media (max-width: 1199px) {
    .box3-h1 .ApTabs > .title_block {
      margin-top: 70px; } }
  @media (max-width: 991px) {
    .box3-h1 .ApTabs > .title_block {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .box3-h1 .ApTabs > .title_block {
      margin-top: 40px; } }
  @media (max-width: 575px) {
    .box3-h1 .ApTabs > .title_block {
      margin-top: 30px; } }
.box3-h1 .tabs-top .nav-tabs {
  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;
  padding-bottom: 45px; }
  .box3-h1 .tabs-top .nav-tabs li {
    padding: 0 15px; }
    .box3-h1 .tabs-top .nav-tabs li > a {
      font-size: 14px;
      text-transform: uppercase;
      color: #1e1d23;
      display: inline-block;
      letter-spacing: 1.3px;
      border: 0;
      border: 1px solid #ededed;
      padding: 20px 50px;
      border-radius: 30px;
      background: #f3edde;
      font-family: "Lilita One", cursive; }
      .box3-h1 .tabs-top .nav-tabs li > a.active, .box3-h1 .tabs-top .nav-tabs li > a:hover {
        cursor: default;
        border: 0;
        border: 1px solid #ffc222;
        background: #ffc222; }
      @media (max-width: 991px) {
        .box3-h1 .tabs-top .nav-tabs li > a {
          padding: 20px 25px; } }
      @media (max-width: 767px) {
        .box3-h1 .tabs-top .nav-tabs li > a {
          padding: 10px 13px; } }
    @media (max-width: 767px) {
      .box3-h1 .tabs-top .nav-tabs li {
        padding: 0 8px; } }
.box3-h1 .box-show-more {
  text-align: center; }
  .box3-h1 .box-show-more.open a {
    color: #1e1d23;
    font-size: 14px;
    display: inline-block;
    border-radius: 8px;
    width: 180px;
    height: 53px;
    background: #ffc222;
    letter-spacing: 0;
    font-family: "Lilita One", cursive; }
    @media (max-width: 767px) {
      .box3-h1 .box-show-more.open a {
        margin: 0; } }
.box3-h1 .tabs-top {
  text-align: center; }
.box3-h1 .tabs-dropdown-menu {
  text-align: center;
  margin-bottom: 15px;
  display: inline-block; }
  .box3-h1 .tabs-dropdown-menu .dropdown-menu {
    text-align: center; }

.box4-h1 {
  margin-top: 60px; }
  .box4-h1 .ApImage {
    position: relative; }
  .box4-h1 .image_description {
    position: absolute;
    right: 20%;
    top: 30%; }
    @media (max-width: 1199px) {
      .box4-h1 .image_description {
        top: 20%; } }
    @media (max-width: 575px) {
      .box4-h1 .image_description {
        position: static;
        padding: 20px; } }
    .box4-h1 .image_description p {
      color: #fff;
      font-family: "Norican", cursive;
      font-size: 42px; }
      .box4-h1 .image_description p a {
        font-family: "Roboto", sans-serif; }
      @media (max-width: 767px) {
        .box4-h1 .image_description p {
          font-size: 33px; } }
      @media (max-width: 575px) {
        .box4-h1 .image_description p {
          color: #000; } }
    .box4-h1 .image_description h3 {
      font-size: 120px;
      color: #ffc222;
      text-transform: uppercase;
      padding-bottom: 30px; }
      @media (max-width: 1500px) and (max-width: 1200px) {
        .box4-h1 .image_description h3 {
          font-size: 80px; } }
      @media (max-width: 1199px) {
        .box4-h1 .image_description h3 {
          font-size: 53px;
          padding-bottom: 10px; } }
      @media (max-width: 767px) {
        .box4-h1 .image_description h3 {
          font-size: 36px; } }
    .box4-h1 .image_description .btn-slideshow-1 {
      text-transform: uppercase;
      font-size: 13px;
      color: #000;
      letter-spacing: 0.6px;
      background-color: #f9f3f5;
      padding: 18px 40px;
      font-weight: 700;
      transition: all 0.6s;
      display: inline-block;
      border-radius: 10px; }
      .box4-h1 .image_description .btn-slideshow-1:hover {
        background: rgba(255, 209, 209, 0.8);
        color: #464546;
        -moz-box-shadow: 0 0 0 0px #ffffff inset;
        -webkit-box-shadow: 0 0 0 0px #ffffff inset;
        -o-box-shadow: 0 0 0 0px #ffffff inset;
        -ms-box-shadow: 0 0 0 0px #ffffff inset;
        box-shadow: 0 0 0 0px #ffffff inset; }
      @media (max-width: 767px) {
        .box4-h1 .image_description .btn-slideshow-1 {
          padding: 9px 20px;
          font-size: 12px; } }
      @media (max-width: 575px) {
        .box4-h1 .image_description .btn-slideshow-1 {
          margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .box4-h1 {
      margin-top: 50px; } }
  @media (max-width: 991px) {
    .box4-h1 {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .box4-h1 {
      margin-top: 30px; } }
  @media (max-width: 575px) {
    .box4-h1 {
      margin-top: 25px; } }

.box5-h1 {
  padding-top: 100px; }
  .box5-h1 .ApColumn .title_block {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 50px;
    display: inline-block; }
    @media (max-width: 575px) {
      .box5-h1 .ApColumn .title_block {
        font-size: 25px; } }
  .box5-h1 .right .ApImage {
    position: relative; }
  .box5-h1 .right .image_description {
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0; }
  .box5-h1 .right .text1 {
    color: #fdf9f9;
    font-size: 42px;
    font-family: "Norican", cursive;
    padding-bottom: 35px; }
  .box5-h1 .right .text2 {
    font-size: 70px;
    color: #f00000;
    padding-bottom: 30px;
    font-family: "Lilita One", cursive; }
    @media (max-width: 767px) {
      .box5-h1 .right .text2 {
        font-size: 50px; } }
    @media (max-width: 575px) {
      .box5-h1 .right .text2 {
        font-size: 40px; } }
  .box5-h1 .right .text3 {
    color: #fff;
    font-size: 18px; }
  .box5-h1 .right .text4 {
    color: #f00000;
    font-size: 30px; }
  .box5-h1 .box-show-more {
    position: absolute;
    top: 0;
    right: 50px; }
    .rtl .box5-h1 .box-show-more {
      left: 50px;
      right: auto; }
    .box5-h1 .box-show-more a {
      font-size: 16px;
      color: #1e1d23;
      font-family: "Roboto", sans-serif;
      background: transparent;
      text-transform: inherit;
      letter-spacing: 0;
      width: auto;
      display: inline-block;
      padding: 0;
      font-weight: 400;
      margin: 0; }
      .box5-h1 .box-show-more a:hover {
        color: #ffc222; }
      .box5-h1 .box-show-more a:after {
        content: "\f105";
        position: absolute;
        background-color: #00a850;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        border-radius: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        top: 16px;
        margin-left: 10px; }
    @media (max-width: 575px) {
      .box5-h1 .box-show-more {
        top: -15px; } }
  @media (max-width: 575px) and (min-width: 481px) {
    .box5-h1 .leo-plist-style-1-1 .thumbnail-container .product-meta {
      padding: 10px; } }
  @media (max-width: 1199px) {
    .box5-h1 {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .box5-h1 {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .box5-h1 {
      padding-top: 30px; } }
  @media (max-width: 575px) {
    .box5-h1 {
      padding-top: 0px; } }

.box6-h1 {
  margin-top: 70px; }
  .box6-h1 .block_carousel {
    padding: 40px 0; }
  .box6-h1 .owl-controls {
    text-align: center; }
  .box6-h1 .owl-theme .owl-controls span {
    background-color: #f7df9d; }
  .box6-h1 .owl-theme .owl-controls .owl-page.active span {
    width: 14px;
    background-color: #ffc222;
    border-radius: 5px; }

@media (min-width: 768px) {
  .box7-h1 .ApColumn {
    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; } }
.box7-h1 .ApImage {
  position: relative; }
.box7-h1 .image_description {
  position: absolute;
  left: 8%;
  top: 13%; }
  .box7-h1 .image_description h4 {
    font-family: "Norican", cursive;
    color: #fff;
    font-size: 42px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box7-h1 .image_description h4 {
        color: #000; } }
    @media (max-width: 480px) {
      .box7-h1 .image_description h4 {
        font-size: 24px; } }
  .box7-h1 .image_description p.text-ima {
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
    padding-bottom: 20px; }
    @media (max-width: 1199px) {
      .box7-h1 .image_description p.text-ima {
        padding-bottom: 0; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .box7-h1 .image_description p.text-ima {
        color: #000; } }
  .box7-h1 .image_description p a {
    font-family: "Roboto", sans-serif; }
  .box7-h1 .image_description p span {
    color: #ffc222;
    font-family: "Lilita One", cursive;
    font-size: 40px; }
    @media (max-width: 1500px) {
      .box7-h1 .image_description p span {
        font-size: 25px; } }
    @media (max-width: 480px) {
      .box7-h1 .image_description p span {
        font-size: 20px; } }
  .box7-h1 .image_description h3 {
    font-size: 65px;
    color: #ffc222;
    text-transform: uppercase;
    padding-bottom: 20px; }
    @media (max-width: 1500px) {
      .box7-h1 .image_description h3 {
        font-size: 40px;
        padding-bottom: 10px; } }
    @media (max-width: 1199px) {
      .box7-h1 .image_description h3 {
        font-size: 30px;
        padding-bottom: 0; } }
    @media (max-width: 480px) {
      .box7-h1 .image_description h3 {
        font-size: 33px; } }
  .box7-h1 .image_description .btn-slideshow-1 {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.6px;
    background-color: #f9f3f5;
    padding: 20px 50px;
    font-weight: 700;
    transition: all 0.6s;
    display: inline-block;
    border-radius: 10px;
    margin-top: 20px; }
    .box7-h1 .image_description .btn-slideshow-1:hover {
      background: rgba(255, 209, 209, 0.8);
      color: #464546;
      -moz-box-shadow: 0 0 0 0px #ffffff inset;
      -webkit-box-shadow: 0 0 0 0px #ffffff inset;
      -o-box-shadow: 0 0 0 0px #ffffff inset;
      -ms-box-shadow: 0 0 0 0px #ffffff inset;
      box-shadow: 0 0 0 0px #ffffff inset; }
    @media (max-width: 1500px) {
      .box7-h1 .image_description .btn-slideshow-1 {
        padding: 15px 30px; } }
    @media (max-width: 1199px) {
      .box7-h1 .image_description .btn-slideshow-1 {
        margin-top: 0; } }
    @media (max-width: 575px) {
      .box7-h1 .image_description .btn-slideshow-1 {
        margin-bottom: 20px; } }
  .box7-h1 .image_description .right h3 {
    color: #cd4414; }
  .box7-h1 .image_description .right p span {
    color: #cd4414; }
  @media (max-width: 1500px) {
    .box7-h1 .image_description {
      top: 2%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box7-h1 .image_description {
      position: static;
      padding: 15px; } }
  @media (max-width: 767px) {
    .box7-h1 .image_description {
      top: 20%; } }
  @media (max-width: 480px) {
    .box7-h1 .image_description {
      top: 4%; } }

.box8-h1 {
  padding-top: 100px; }
  @media (min-width: 768px) {
    .box8-h1 .blog-container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .box8-h1 .ApColumn .title_block {
    text-transform: uppercase;
    font-size: 30px; }
  .box8-h1 .latest-blogs .right-block {
    background: url(../../../../assets/img/modules/appagebuilder/img/leo_poco_banner21-h1.png) no-repeat;
    padding: 100px;
    width: 50%;
    border-radius: 0 10px 10px 0; }
    .box8-h1 .latest-blogs .right-block .blog-readmore {
      font-size: 14px;
      text-transform: uppercase;
      background: #ffc222;
      padding: 20px 45px;
      border-radius: 10px;
      display: inline-block; }
      .box8-h1 .latest-blogs .right-block .blog-readmore:hover {
        background: #d09600;
        color: #fff; }
    @media (max-width: 1199px) {
      .box8-h1 .latest-blogs .right-block {
        background: none;
        padding: 20px; } }
    @media (max-width: 767px) {
      .box8-h1 .latest-blogs .right-block {
        width: 100%; } }
  .box8-h1 .latest-blogs .blog-title a {
    font-size: 40px;
    line-height: 45px;
    display: inline-block;
    padding-bottom: 30px;
    padding-top: 30px; }
    @media (max-width: 991px) {
      .box8-h1 .latest-blogs .blog-title a {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .box8-h1 .latest-blogs .blog-title a {
        line-height: 30px;
        padding: 15px 0; } }
  .box8-h1 .latest-blogs .author {
    color: #000 !important;
    float: left; }
    .rtl .box8-h1 .latest-blogs .author {
      float: right; }
    .box8-h1 .latest-blogs .author span {
      font-size: 13px;
      color: #999999;
      font-family: "Roboto", sans-serif; }
  .box8-h1 .latest-blogs .box-inside-blog-meta span {
    font-size: 13px;
    color: #999999;
    font-family: "Roboto", sans-serif; }
  .box8-h1 .latest-blogs .box-inside-blog-meta .nbcomment {
    float: left; }
    .rtl .box8-h1 .latest-blogs .box-inside-blog-meta .nbcomment {
      float: right; }
    .box8-h1 .latest-blogs .box-inside-blog-meta .nbcomment:after {
      content: "/";
      padding: 0 8px; }
  @media (min-width: 768px) {
    .box8-h1 .latest-blogs .box-inside-blog-meta {
      float: left; }
      .rtl .box8-h1 .latest-blogs .box-inside-blog-meta {
        float: right; } }
  @media (max-width: 767px) {
    .box8-h1 .latest-blogs .box-inside-blog-meta {
      display: inline-block; } }
  .box8-h1 .latest-blogs .blog-image-container .blog_img_link img {
    border-radius: 10px 0 0 10px; }
  @media (max-width: 1199px) {
    .box8-h1 {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .box8-h1 {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .box8-h1 {
      padding-top: 30px; } }
  @media (max-width: 575px) {
    .box8-h1 {
      padding-top: 0px; } }

@media (min-width: 768px) {
  .box9-h1 .blog-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
.box9-h1 .blog-readmore {
  display: none; }
.box9-h1 .latest-blogs {
  padding-bottom: 0; }
  .box9-h1 .latest-blogs .blog-title a {
    font-size: 18px;
    color: #1e1d23; }
.box9-h1 .blog-image-container .blog_img_link img {
  border-radius: 10px; }
@media (max-width: 767px) {
  .box9-h1 .blog-image-container {
    float: none; } }
.box9-h1 .date {
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  padding-bottom: 15px;
  display: inline-block;
  padding-top: 5px; }
.box9-h1 .left-block {
  width: 72%; }
  @media (max-width: 767px) {
    .box9-h1 .left-block {
      width: 100%; } }
.box9-h1 .right-block {
  padding: 10px 30px; }

.box10-h1 {
  padding-bottom: 40px; }
  .box10-h1 .block-carousel-image-container {
    transition: all 0.3s; }
    .box10-h1 .block-carousel-image-container .title {
      color: #1e1d23;
      font-size: 13px; }
    .box10-h1 .block-carousel-image-container img {
      max-width: 100%; }
    .box10-h1 .block-carousel-image-container:hover {
      transform: translateY(-3px); }
  .box10-h1 .ApColumn {
    text-align: center;
    margin-top: -57px; }
    .box10-h1 .ApColumn .title_block {
      font-size: 14px;
      color: #1e1d23;
      display: inline-block;
      text-transform: uppercase;
      background: #ffc222;
      padding: 20px 65px;
      border-radius: 8px; }

.box1-h2 {
  padding-top: 130px; }
  .box1-h2 h4 {
    font-family: "Norican", cursive;
    font-size: 32px;
    color: #ffc222; }
  .box1-h2 h3 {
    font-size: 60px;
    color: #1e1d23; }
    @media (max-width: 1199px) {
      .box1-h2 h3 {
        font-size: 40px; } }
    @media (max-width: 991px) {
      .box1-h2 h3 {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .box1-h2 h3 {
        font-size: 30px; } }
    @media (max-width: 575px) {
      .box1-h2 h3 {
        font-size: 25px; } }
  .box1-h2 p {
    font-size: 15px;
    color: #808080;
    font-family: "Roboto", sans-serif;
    max-width: 480px;
    line-height: 30px;
    padding: 20px 0; }
    @media (max-width: 767px) {
      .box1-h2 p {
        padding: 0px; } }
  .box1-h2 .btn-slideshow-1 {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.6px;
    background-color: #ffc222;
    padding: 22px 40px;
    font-weight: 700;
    transition: all 0.6s;
    display: inline-block;
    border-radius: 10px;
    line-height: 10px;
    font-family: "Roboto", sans-serif; }
    .box1-h2 .btn-slideshow-1:hover {
      background: rgba(255, 209, 209, 0.8);
      color: #464546;
      -moz-box-shadow: 0 0 0 0px #ffffff inset;
      -webkit-box-shadow: 0 0 0 0px #ffffff inset;
      -o-box-shadow: 0 0 0 0px #ffffff inset;
      -ms-box-shadow: 0 0 0 0px #ffffff inset;
      box-shadow: 0 0 0 0px #ffffff inset; }
    @media (max-width: 767px) {
      .box1-h2 .btn-slideshow-1 {
        padding: 9px 20px;
        font-size: 12px; } }
    @media (max-width: 575px) {
      .box1-h2 .btn-slideshow-1 {
        margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .box1-h2 .block_content {
      padding-left: 50px;
      padding-top: 90px; }
      .rtl .box1-h2 .block_content {
        padding-right: 50px;
        padding-left: inherit; } }
  @media (max-width: 1199px) {
    .box1-h2 {
      padding-top: 90px; } }
  @media (max-width: 991px) {
    .box1-h2 {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .box1-h2 {
      padding-top: 50px; } }
  @media (max-width: 575px) {
    .box1-h2 {
      padding-top: 30px; } }

.box2-h2 {
  padding: 170px 0 70px 0; }
  @media (min-width: 481px) {
    .box2-h2 .right .block_content {
      text-align: right; }
      .rtl .box2-h2 .right .block_content {
        text-align: left; } }
  .box2-h2 h3 {
    font-size: 42px;
    color: #1e1d23;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .box2-h2 h3 {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .box2-h2 h3 {
        font-size: 27px; } }
    @media (max-width: 767px) {
      .box2-h2 h3 {
        font-size: 25px; } }
    @media (max-width: 575px) {
      .box2-h2 h3 {
        font-size: 22px; } }
  .box2-h2 p {
    font-size: 15px;
    color: #808080;
    font-family: "Roboto", sans-serif;
    max-width: 480px;
    line-height: 30px;
    padding: 20px 0; }
    @media (max-width: 575px) {
      .box2-h2 p {
        margin-bottom: 0;
        padding: 10px 0; } }
  .box2-h2 .btn-slideshow-1 {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.6px;
    background-color: #ffc222;
    padding: 22px 40px;
    font-weight: 700;
    transition: all 0.6s;
    display: inline-block;
    border-radius: 10px;
    line-height: 10px;
    font-family: "Roboto", sans-serif; }
    .box2-h2 .btn-slideshow-1:hover {
      background: rgba(255, 209, 209, 0.8);
      color: #464546;
      -moz-box-shadow: 0 0 0 0px #ffffff inset;
      -webkit-box-shadow: 0 0 0 0px #ffffff inset;
      -o-box-shadow: 0 0 0 0px #ffffff inset;
      -ms-box-shadow: 0 0 0 0px #ffffff inset;
      box-shadow: 0 0 0 0px #ffffff inset; }
    @media (max-width: 767px) {
      .box2-h2 .btn-slideshow-1 {
        padding: 9px 20px;
        font-size: 12px; } }
    @media (max-width: 575px) {
      .box2-h2 .btn-slideshow-1 {
        margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .box2-h2 {
      padding: 120px 0 60px 0; } }
  @media (max-width: 991px) {
    .box2-h2 {
      padding: 90px 0 50px 0; } }
  @media (max-width: 767px) {
    .box2-h2 {
      padding: 70px 0 40px 0; } }
  @media (max-width: 575px) {
    .box2-h2 {
      padding: 50px 0 15px 0; } }

.box3-h2 .ApImage {
  position: relative; }
.box3-h2 .image_description {
  position: absolute;
  right: 20%;
  top: 25%; }
  @media (max-width: 1199px) {
    .box3-h2 .image_description {
      top: 20%;
      right: 10%; } }
  @media (max-width: 767px) {
    .box3-h2 .image_description {
      position: static;
      padding: 20px; } }
.box3-h2 h4 {
  color: #fff;
  font-family: "Norican", cursive;
  font-size: 84px;
  line-height: 80px; }
  @media (max-width: 1500px) {
    .box3-h2 h4 {
      font-size: 74px; } }
  @media (max-width: 1199px) {
    .box3-h2 h4 {
      font-size: 50px;
      line-height: 50px; } }
  @media (max-width: 991px) {
    .box3-h2 h4 {
      font-size: 54px; } }
  @media (max-width: 767px) {
    .box3-h2 h4 {
      font-size: 40px;
      color: #000; } }
  @media (max-width: 575px) {
    .box3-h2 h4 {
      font-size: 30px; } }
.box3-h2 h3 {
  color: #ffc222;
  font-size: 210px;
  line-height: 180px; }
  @media (max-width: 1500px) {
    .box3-h2 h3 {
      font-size: 85px;
      line-height: 80px; } }
  @media (max-width: 1199px) {
    .box3-h2 h3 {
      font-size: 70px;
      line-height: 70px; } }
  @media (max-width: 991px) {
    .box3-h2 h3 {
      font-size: 55px;
      line-height: 55px; } }
  @media (max-width: 767px) {
    .box3-h2 h3 {
      font-size: 40px;
      line-height: 40px; } }
  @media (max-width: 575px) {
    .box3-h2 h3 {
      font-size: 30px;
      line-height: 30px; } }
.box3-h2 span {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  line-height: 30px; }
  @media (max-width: 767px) {
    .box3-h2 span {
      font-size: 21px;
      color: #000; } }

.box4-h2 {
  padding-top: 70px; }
  .box4-h2 .ApColumn .title_block {
    text-transform: uppercase;
    font-size: 30px; }
  .box4-h2 .right-block {
    border: 1px solid #ebebeb;
    border-radius: 0 0 7px 7px;
    padding: 25px; }
    .box4-h2 .right-block .blog-readmore {
      padding: 20px 45px;
      background: #ffc222;
      text-transform: uppercase;
      border-radius: 7px;
      display: inline-block;
      font-family: "Lilita One", cursive; }
      .box4-h2 .right-block .blog-readmore:hover {
        color: #000;
        background: #b38613; }
    .box4-h2 .right-block .blog-desc {
      font-size: 15px;
      color: #808080;
      font-family: "Roboto", sans-serif;
      line-height: 30px; }
  .box4-h2 .latest-blogs .blog-image-container .blog_img_link img {
    border-radius: 7px 7px 0 0; }
  .box4-h2 .latest-blogs .created {
    padding-right: 0; }
    .rtl .box4-h2 .latest-blogs .created {
      padding-left: 0;
      padding-right: inherit; }
  .box4-h2 .latest-blogs .blog-image-container {
    margin-bottom: 0; }
  .box4-h2 .latest-blogs .author {
    color: #000 !important;
    float: left; }
    .rtl .box4-h2 .latest-blogs .author {
      float: right; }
    .box4-h2 .latest-blogs .author span {
      font-size: 13px;
      color: #999999;
      font-family: "Roboto", sans-serif; }
  .box4-h2 .latest-blogs .blog-viewall {
    position: absolute;
    top: 20px;
    right: 50px; }
    .rtl .box4-h2 .latest-blogs .blog-viewall {
      left: 50px;
      right: auto; }
    .box4-h2 .latest-blogs .blog-viewall a {
      font-size: 16px;
      color: #1e1d23;
      font-family: "Roboto", sans-serif;
      background: transparent;
      text-transform: inherit;
      letter-spacing: 0;
      width: auto;
      display: inline-block;
      padding: 0;
      margin: 0;
      line-height: 3.4375rem; }
    .box4-h2 .latest-blogs .blog-viewall:hover {
      color: #ffc222; }
    .box4-h2 .latest-blogs .blog-viewall:after {
      content: "\f105";
      position: absolute;
      background-color: #00a850;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      border-radius: 7px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      top: 16px;
      margin-left: 10px;
      text-align: center; }
  .box4-h2 .box-inside-blog-meta span {
    font-size: 13px;
    color: #999999;
    font-family: "Roboto", sans-serif; }
  .box4-h2 .box-inside-blog-meta .nbcomment {
    float: left; }
    .rtl .box4-h2 .box-inside-blog-meta .nbcomment {
      float: right; }
    .box4-h2 .box-inside-blog-meta .nbcomment:after {
      content: "/";
      padding: 0 8px; }
  @media (min-width: 768px) {
    .box4-h2 .box-inside-blog-meta {
      float: left;
      padding-bottom: 20px; }
      .rtl .box4-h2 .box-inside-blog-meta {
        float: right; } }
  @media (max-width: 767px) {
    .box4-h2 .box-inside-blog-meta {
      display: inline-block; } }
  @media (max-width: 1199px) {
    .box4-h2 {
      padding-top: 45px; } }
  @media (max-width: 991px) {
    .box4-h2 {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .box4-h2 {
      padding-top: 0px; } }

.keep-header .header-top {
  background: #fff; }

.unit-price-cart {
  font-size: 12px; }

.ApSlideShow .iview-controlNav div.iview-items ul li {
  padding-bottom: 50px; }

.footer-center .ApColumn .block #gdpr_consent span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }
@media (max-width: 767px) {
  .footer-center .ApColumn .block #gdpr_consent .custom-checkbox label {
    padding: 0 15px; } }
.footer-center .ApColumn .block .checkbox .form-check-label {
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .footer-center .ApColumn .block .checkbox .form-check-label {
      float: left; } }
  @media (max-width: 767px) {
    .footer-center .ApColumn .block .checkbox .form-check-label {
      text-align: center; } }
  .footer-center .ApColumn .block .checkbox .form-check-label a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }

/*# sourceMappingURL=styles.css.map */
