/***************************************************
  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 {
  padding-left: 15px;
  padding-right: 15px; }

.title_block {
  padding: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: -1px;
  color: #000000;
  text-transform: capitalize; }

.sub-title-widget {
  font-weight: 800;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -2px;
  text-transform: capitalize;
  color: #000000; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    left: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block;
    top: 0; }

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

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

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

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

.tab-content, .pill-content {
  position: relative; }
  .tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0; }
  .tab-content .active, .pill-content .active {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative; }

.tabs-below .nav-tabs {
  border-top: 1px solid #E6E6E6; }
  .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: #E6E6E6;
        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 #E6E6E6 #E6E6E6 #E6E6E6; }

.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 #E6E6E6; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #E6E6E6;
    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 #E6E6E6 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #E6E6E6 transparent #E6E6E6 #E6E6E6;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #E6E6E6; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #E6E6E6;
    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 #E6E6E6; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #E6E6E6 #E6E6E6 #E6E6E6 transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: var(--theme-color-secondary); }
  .widget-tabs li.active {
    border: 1px solid var(--theme-color-default); }
    .widget-tabs li.active a {
      color: var(--theme-color-default); }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 10px;
    line-height: 10px;
    font-family: "FontAwesome";
    color: var(--theme-color-default);
    font-size: 19px;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

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

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

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

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

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

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

.gmap-cover {
  width: 100%; }

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

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

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

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

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

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

.ap-cover-hook {
  border: 1px solid #E6E6E6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed var(--theme-color-default);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block .owl-item.loading {
  min-height: 138px; }
.manufacturers_block .image {
  text-align: center;
  padding: 10px; }
  .manufacturers_block .image a {
    display: inline-block;
    vertical-align: top; }
    .manufacturers_block .image a:hover {
      opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

/*update CART*/
#checkout #wrapper {
  padding: 0 0 60px 0; }
#checkout #content > .row > div {
  position: relative; }
  #checkout #content > .row > div.col-lg-8, #checkout #content > .row > div.col-md-8 {
    padding-top: 100px; }

body#checkout section.checkout-step {
  box-shadow: none;
  border: 0;
  padding: 0;
  outline: none;
  background: none; }
  body#checkout section.checkout-step#checkout-personal-information-step .content {
    padding: 0; }
    body#checkout section.checkout-step#checkout-personal-information-step .content > p {
      padding: 0 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:first-child {
        padding-top: 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:last-child {
        padding-bottom: 20px; }
    body#checkout section.checkout-step#checkout-personal-information-step .content > .lql-social-login {
      display: none; }
  body#checkout section.checkout-step .content {
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    border-top-width: 3px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    position: static; }
  body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-size: 10px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 30px 5px;
    color: #999;
    opacity: 1;
    letter-spacing: 0; }
    @media (max-width: 1199px) {
      body#checkout section.checkout-step .step-title {
        font-size: 11px; } }
    @media (max-width: 767px) {
      body#checkout section.checkout-step .step-title {
        font-size: 10px;
        line-height: 20px; } }
    body#checkout section.checkout-step .step-title:before {
      content: "";
      position: absolute;
      top: 15px;
      width: 100%;
      height: 2px;
      background: #ccc;
      left: 50%; }
      .rtl body#checkout section.checkout-step .step-title:before {
        right: 50%;
        left: auto; }
    body#checkout section.checkout-step .step-title .step-number {
      padding: 0;
      width: 28px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      background: #ccc;
      color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 50%;
      margin-left: -14px; }
  body#checkout section.checkout-step.js-current-step .step-title {
    color: #000; }
    body#checkout section.checkout-step.js-current-step .step-title .step-number {
      background: #000; }
  body#checkout section.checkout-step:last-child .step-title:before {
    display: none; }
  body#checkout section.checkout-step:nth-child(1) .step-title {
    left: 0;
    z-index: 1; }
    .rtl body#checkout section.checkout-step:nth-child(1) .step-title {
      right: 0;
      left: auto; }
  body#checkout section.checkout-step:nth-child(2) .step-title {
    left: 25%;
    z-index: 2; }
    .rtl body#checkout section.checkout-step:nth-child(2) .step-title {
      right: 25%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(3) .step-title {
    left: 50%;
    z-index: 3; }
    .rtl body#checkout section.checkout-step:nth-child(3) .step-title {
      right: 50%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(4) .step-title {
    left: 75%;
    z-index: 4; }
    .rtl body#checkout section.checkout-step:nth-child(4) .step-title {
      right: 75%;
      left: auto; }

.cart-grid .card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  margin: 0 0 20px;
  padding: 0; }

#js-checkout-summary,
section.js-current-step {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  margin: 0 0 20px;
  padding: 0; }

#block-reassurance {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }
  #block-reassurance ul {
    margin: 0; }
  #block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #block-reassurance li:last-child {
      border: 0; }
  #block-reassurance li .block-reassurance-item {
    padding: 15px 25px;
    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-reassurance li .block-reassurance-item img {
      opacity: 0.7;
      width: 25px;
      position: static;
      margin: 0 10px 0 0;
      height: auto; }
      .rtl #block-reassurance li .block-reassurance-item img {
        margin: 0 0 0 10px; }
    #block-reassurance li .block-reassurance-item span {
      font-size: 12px;
      line-height: 20px;
      color: #888; }

#checkout #checkout-personal-information-step .nav, #cart #checkout-personal-information-step .nav {
  margin: 0 !important; }
  #checkout #checkout-personal-information-step .nav:after, #cart #checkout-personal-information-step .nav:after {
    content: "";
    display: block;
    clear: both; }
  #checkout #checkout-personal-information-step .nav .nav-item, #cart #checkout-personal-information-step .nav .nav-item {
    width: 50%;
    float: left;
    margin: 0;
    border-right: 1px solid #e1e1e1; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item, .rtl #cart #checkout-personal-information-step .nav .nav-item {
      float: right; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item, .rtl #cart #checkout-personal-information-step .nav .nav-item {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
    #checkout #checkout-personal-information-step .nav .nav-item:nth-child(2), #cart #checkout-personal-information-step .nav .nav-item:nth-child(2) {
      display: none; }
    #checkout #checkout-personal-information-step .nav .nav-item:last-child, #cart #checkout-personal-information-step .nav .nav-item:last-child {
      border: 0 !important; }
    #checkout #checkout-personal-information-step .nav .nav-item .nav-link, #cart #checkout-personal-information-step .nav .nav-item .nav-link {
      display: block;
      line-height: 20px;
      padding: 10px;
      text-transform: uppercase;
      text-align: center;
      border-bottom: 1px solid #e1e1e1;
      color: #ccc;
      font-weight: 500; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link.active, #cart #checkout-personal-information-step .nav .nav-item .nav-link.active {
        color: #282828;
        border-color: transparent; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link:hover, #cart #checkout-personal-information-step .nav .nav-item .nav-link:hover {
        color: #282828; }
#checkout #checkout-personal-information-step .tab-content, #cart #checkout-personal-information-step .tab-content {
  padding: 20px; }
  #checkout #checkout-personal-information-step .tab-content .form-control, #cart #checkout-personal-information-step .tab-content .form-control {
    padding: 8px 15px;
    border: 1px solid #e1e1e1;
    height: 40px;
    color: #999;
    background-color: #fff;
    border-color: #e1e1e1;
    border-radius: 0;
    width: 100%; }
    #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password, #cart #checkout-personal-information-step .tab-content .form-control.js-visible-password {
      padding: 8px 50px 8px 15px; }
      .rtl #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password, .rtl #cart #checkout-personal-information-step .tab-content .form-control.js-visible-password {
        padding: 8px 15px 8px 50px; }
    #checkout #checkout-personal-information-step .tab-content .form-control:focus, #cart #checkout-personal-information-step .tab-content .form-control:focus {
      outline: 0;
      border-color: #282828; }
#checkout .js-show-details, #cart .js-show-details {
  display: none; }
#checkout .cart-grid .card, #cart .cart-grid .card {
  margin: 0 20px 20px; }
#checkout .blockreassurance_product, #cart .blockreassurance_product {
  margin-left: 20px;
  margin-right: 20px; }
#checkout #js-checkout-summary, #cart #js-checkout-summary {
  margin: 0 20px 20px; }
#checkout .product-line-info .label, #cart .product-line-info .label {
  font-weight: 500; }
#checkout .product-line-info a.label, #cart .product-line-info a.label {
  font-weight: 600; }
#checkout .product-line-info .value, #cart .product-line-info .value {
  font-weight: 500;
  color: #666; }
#checkout .product-price, #cart .product-price {
  font-weight: 600; }
#checkout .cart-summary-subtotals-container, #cart .cart-summary-subtotals-container {
  margin-top: 25px;
  padding: 1rem 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6; }
#checkout .cart-summary-line .value, #cart .cart-summary-line .value {
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #000; }
#checkout .cart-summary-totals .cart-summary-line .value, #cart .cart-summary-totals .cart-summary-line .value {
  font-weight: 800; }
#checkout .promo-code .promo-input, #cart .promo-code .promo-input {
  border-radius: 5px 0 0 5px; }
#checkout .promo-code .btn, #cart .promo-code .btn {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 5px 5px 0;
  background-color: #373737;
  color: #fff; }
  #checkout .promo-code .btn:hover, #cart .promo-code .btn:hover {
    background-color: var(--theme-color-default); }
#checkout .checkout-step #customer-form .form-control-label.required[for=field-customer_privacy], #cart .checkout-step #customer-form .form-control-label.required[for=field-customer_privacy] {
  text-align: right;
  padding: 0; }
  .rtl #checkout .checkout-step #customer-form .form-control-label.required[for=field-customer_privacy], .rtl #cart .checkout-step #customer-form .form-control-label.required[for=field-customer_privacy] {
    text-align: left; }

body#checkout [data-action="show-password"] {
  background: none;
  color: #888;
  height: 40px;
  border-radius: 0;
  margin: 0 -1px; }
  body#checkout [data-action="show-password"]:hover {
    color: #282828; }

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #login-form,
body#checkout section.checkout-step #invoice-address {
  margin: 0; }
  body#checkout section.checkout-step #customer-form .form-control-comment,
  body#checkout section.checkout-step #login-form .form-control-comment,
  body#checkout section.checkout-step #invoice-address .form-control-comment {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #ccc; }
    .rtl body#checkout section.checkout-step #customer-form .form-control-comment, .rtl
    body#checkout section.checkout-step #login-form .form-control-comment, .rtl
    body#checkout section.checkout-step #invoice-address .form-control-comment {
      text-align: left; }
  @media (min-width: 768px) {
    body#checkout section.checkout-step #customer-form .form-group > .col-md-6,
    body#checkout section.checkout-step #login-form .form-group > .col-md-6,
    body#checkout section.checkout-step #invoice-address .form-group > .col-md-6 {
      width: 75%; } }
  body#checkout section.checkout-step #customer-form .input-group-btn,
  body#checkout section.checkout-step #login-form .input-group-btn,
  body#checkout section.checkout-step #invoice-address .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 4; }
    .rtl body#checkout section.checkout-step #customer-form .input-group-btn, .rtl
    body#checkout section.checkout-step #login-form .input-group-btn, .rtl
    body#checkout section.checkout-step #invoice-address .input-group-btn {
      left: 0;
      right: auto; }
    body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"] {
      font-size: 0; }
      body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"]:before {
        display: inline-block;
        font-family: FontAwesome;
        font-weight: 400;
        line-height: 1;
        content: "\F06E";
        font-size: 17px; }
  body#checkout section.checkout-step #customer-form input[type="text"] + .input-group-btn .btn[data-action="show-password"]:before,
  body#checkout section.checkout-step #login-form input[type="text"] + .input-group-btn .btn[data-action="show-password"]:before,
  body#checkout section.checkout-step #invoice-address input[type="text"] + .input-group-btn .btn[data-action="show-password"]:before {
    content: "\f070"; }

body#checkout .custom-checkbox input[type="checkbox"],
body#checkout .custom-checkbox input[type="radio"] {
  width: 16px;
  height: 16px;
  z-index: 3; }
  body#checkout .custom-checkbox input[type="checkbox"] + span,
  body#checkout .custom-checkbox input[type="radio"] + span {
    width: 16px;
    height: 16px; }
    body#checkout .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
    body#checkout .custom-checkbox input[type="radio"] + span .checkbox-checked {
      font-size: 13px; }
    body#checkout .custom-checkbox input[type="checkbox"] + span i.checkbox-checked,
    body#checkout .custom-checkbox input[type="radio"] + span i.checkbox-checked {
      font-size: 0; }

body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -14px;
  background: #4CAF50;
  color: #fff;
  font-size: 16px;
  border-radius: 50%; }
body#checkout section.checkout-step.-reachable.-complete .step-title:before {
  background: #4caf50; }

body#checkout .custom-checkbox em {
  width: auto; }

.input-group.focus {
  outline: 0; }

body#checkout section.checkout-step .form-footer {
  margin: 10px 0 10px; }
  body#checkout section.checkout-step .form-footer button.btn {
    float: none !important;
    min-width: 50%; }

body#checkout section.checkout-step .forgot-password {
  margin: 0 !important;
  text-align: center; }

body#checkout .custom-checkbox em {
  color: #ccc; }
body#checkout .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: top; }
  body#checkout .custom-radio input[type="radio"] {
    width: 14px;
    height: 14px; }
    body#checkout .custom-radio input[type="radio"]:checked + span {
      width: 10px;
      height: 10px; }

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  position: absolute;
  margin: 0 0 0 -15px !important;
  width: 30px;
  height: 30px;
  text-align: center;
  left: 50%;
  top: -30px;
  font-size: 0;
  display: none; }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #282828 !important; }

body#checkout section.checkout-step .address-selector {
  display: block; }
  body#checkout section.checkout-step .address-selector hr {
    border: 0; }

body#checkout section.checkout-step .address-item.selected {
  border: #282828 1px solid; }
body#checkout section.checkout-step .address-item .radio-block {
  display: block; }
body#checkout section.checkout-step .address-item .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: -7px; }
body#checkout section.checkout-step .address-item .address-alias {
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 500; }
body#checkout section.checkout-step .address-item .address {
  line-height: 1.5;
  font-size: 12px; }

#checkout-personal-information-step.-complete .content .clearfix {
  padding: 20px; }

body#checkout section.checkout-step .address-footer {
  text-align: right; }
  .rtl body#checkout section.checkout-step .address-footer {
    text-align: left; }
  body#checkout section.checkout-step .address-footer .text-muted {
    padding: 6px 10px 5px;
    font-size: 12px;
    color: #282828 !important;
    border: 2px solid #282828;
    text-transform: uppercase;
    line-height: 20px;
    transition: all .4s; }
    body#checkout section.checkout-step .address-footer .text-muted .material-icons {
      display: none; }
    body#checkout section.checkout-step .address-footer .text-muted.edit-address:hover {
      background: #282828;
      color: #fff !important; }
    body#checkout section.checkout-step .address-footer .text-muted.delete-address {
      background: #282828;
      color: #fff !important; }
      body#checkout section.checkout-step .address-footer .text-muted.delete-address:hover {
        background: #fff;
        color: #282828 !important; }

@media (min-width: 768px) {
  section.checkout-step #delivery-address .form-fields .form-group > .col-md-6 {
    width: 75%; } }
@media (min-width: 768px) {
  section.checkout-step #delivery-address .form-fields .form-group > .col-md-3:last-child {
    width: 100%; } }

body#checkout section.checkout-step .add-address a {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize; }
  body#checkout section.checkout-step .add-address a .material-icons {
    background: #292929;
    color: #fff;
    margin: 0 5px 0 0;
    vertical-align: -2px; }
    .rtl body#checkout section.checkout-step .add-address a .material-icons {
      margin: 0 0 0 5px; }
  body#checkout section.checkout-step .add-address a:hover {
    color: var(--theme-color-default); }
    body#checkout section.checkout-step .add-address a:hover .material-icons {
      background: var(--theme-color-default); }

#payment-confirmation {
  text-align: center; }

.btn-outline,
.btn,
.btn-primary {
  border-radius: 0;
  background: #FFFFFF;
  padding: 16px 29px;
  line-height: 16px;
  border: 0;
  transition: all .4s;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  font-weight: 800;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative; }
  .btn-outline.btn-nobackground,
  .btn.btn-nobackground,
  .btn-primary.btn-nobackground {
    background: none;
    color: #373737;
    border: 1px solid #373737; }
    .btn-outline.btn-nobackground:hover, .btn-outline.btn-nobackground:focus,
    .btn.btn-nobackground:hover,
    .btn.btn-nobackground:focus,
    .btn-primary.btn-nobackground:hover,
    .btn-primary.btn-nobackground:focus {
      background: var(--theme-color-default);
      border-color: var(--theme-color-default);
      color: #fff; }
  .btn-outline.btn-default,
  .btn.btn-default,
  .btn-primary.btn-default {
    background-color: var(--theme-color-default); }
    .btn-outline.btn-default:hover,
    .btn.btn-default:hover,
    .btn-primary.btn-default:hover {
      background-color: #333; }
  .btn-outline i,
  .btn i,
  .btn-primary i {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    margin-left: 10px; }
    .rtl .btn-outline i, .rtl
    .btn i, .rtl
    .btn-primary i {
      margin-right: 10px;
      margin-left: inherit; }
  .btn-outline:focus, .btn-outline:hover,
  .btn:focus,
  .btn:hover,
  .btn-primary:focus,
  .btn-primary:hover {
    background: var(--theme-color-default);
    color: #fff; }
  .btn-outline.btn-page,
  .btn.btn-page,
  .btn-primary.btn-page {
    z-index: 1;
    border: none; }
    .btn-outline.btn-page:after,
    .btn.btn-page:after,
    .btn-primary.btn-page:after {
      content: "\f105";
      font-family: "Font Awesome 5 Pro";
      margin-left: 15px;
      font-size: 14px; }
      .rtl .btn-outline.btn-page:after, .rtl
      .btn.btn-page:after, .rtl
      .btn-primary.btn-page:after {
        margin-right: 15px;
        margin-left: inherit; }
      [dir="rtl"] .btn-outline.btn-page:after, [dir="rtl"]
      .btn.btn-page:after, [dir="rtl"]
      .btn-primary.btn-page:after {
        content: "\f104"; }
    .btn-outline.btn-page:hover,
    .btn.btn-page:hover,
    .btn-primary.btn-page:hover {
      background: transparent;
      color: #fff; }
      .btn-outline.btn-page:hover::before,
      .btn.btn-page:hover::before,
      .btn-primary.btn-page:hover::before {
        left: 0%;
        right: auto;
        width: 100%; }
    .btn-outline.btn-page::before,
    .btn.btn-page::before,
    .btn-primary.btn-page::before {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      height: 100%;
      width: 0px;
      z-index: -1;
      color: #FFFFFF;
      background-color: var(--theme-color-default);
      transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
      border-radius: 3px; }

.form-control-submit {
  background-color: #333;
  color: #fff;
  padding: 13px 29px; }
  .form-control-submit:hover {
    background-color: var(--theme-color-default); }

#submit-login, .center-email-fields .form-control-submit, .leo-save-wishlist-bt {
  z-index: 1; }
  #submit-login:hover, .center-email-fields .form-control-submit:hover, .leo-save-wishlist-bt:hover {
    background: transparent;
    color: #fff; }
    #submit-login:hover::before, .center-email-fields .form-control-submit:hover::before, .leo-save-wishlist-bt:hover::before {
      left: 0%;
      right: auto;
      width: 100%; }
  #submit-login::before, .center-email-fields .form-control-submit::before, .leo-save-wishlist-bt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    color: #FFFFFF;
    background-color: var(--theme-color-default);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 3px; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus,
.btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.btn-secondary:active:hover, .btn-tertiary:active:hover, .btn-secondary:active:focus,
.btn-tertiary:active:focus, .btn-secondary:active.focus, .btn-tertiary:active.focus,
.btn-secondary.active:hover, .active.btn-tertiary:hover, .btn-secondary.active:focus,
.active.btn-tertiary:focus, .btn-secondary.active.focus, .active.focus.btn-tertiary {
  background: transparent;
  color: #fff; }

label[for="delivery_message"] {
  font-size: 13px; }

textarea#delivery_message {
  width: 100%;
  height: 100px;
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 10px; }
  textarea#delivery_message:focus {
    border-color: #282828;
    outline: none; }

#conditions-to-approve #cta-terms-and-conditions-1 {
  font-weight: normal; }

.condition-label a {
  text-decoration: underline; }

body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 10px; }
  .rtl body#checkout section.checkout-step .payment-options .custom-radio {
    margin-left: 10px;
    margin-right: inherit; }

body#checkout .condition-label {
  margin-left: 30px; }
  .rtl body#checkout .condition-label {
    margin-right: 30px;
    margin-left: inherit; }

body#checkout #order-summary-content h4.black {
  color: #444;
  font-size: 13px;
  text-transform: uppercase; }

body#checkout #order-summary-content .col-md-12 > h4.black {
  font-size: 16px;
  color: #333; }

.definition-list dl dd, .definition-list dl dt {
  width: 49%; }

body#checkout #order-summary-content h4.h4 {
  color: #444;
  font-size: 14px;
  text-transform: uppercase; }

body#checkout #order-summary-content #order-items h3.h3 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content #order-items h3.h3.card-title {
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 500; }

#payment-confirmation button[type="submit"] {
  width: 100%; }

.card {
  border-radius: 0; }

#content-hook_order_confirmation {
  text-align: center; }

#content-hook_order_confirmation {
  text-align: center;
  color: #999; }
  #content-hook_order_confirmation .card-title {
    font-size: 20px;
    margin: 0 0 20px; }
    #content-hook_order_confirmation .card-title i {
      vertical-align: -4px;
      margin-right: 15px; }
      .rtl #content-hook_order_confirmation .card-title i {
        margin-left: 15px;
        margin-right: inherit; }
  #content-hook_order_confirmation .card-block {
    padding: 30px 15px; }
  #content-hook_order_confirmation p {
    margin: 0; }

h5.aeuc_scart {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000; }

@media (min-width: 768px) {
  #order-confirmation #order-items {
    width: 66.66%;
    padding: 30px;
    border: 0; }
  #order-confirmation .page-order-confirmation .card-block {
    padding: 0; }
    #order-confirmation .page-order-confirmation .card-block > .row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  #order-confirmation #order-details {
    padding: 30px;
    border-left: 1px solid #dfdfdf; } }

.card {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1); }

#content-hook_payment_return {
  line-height: 1.35;
  margin: 0 0 50px; }

#cart-summary-product-list .media {
  margin-bottom: 15px; }
  #cart-summary-product-list .media .media-left {
    min-width: 60px; }

#order-details > .card-title {
  font-size: 14px; }

.cart-grid-body .card-block.cart-summary-subtotals-container {
  padding: 15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.cart-summary-line:last-child {
  margin: 0; }

#order-items hr {
  border-top-color: #e1e1e1; }

h5.modal-title {
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
  color: #363535; }
  h5.modal-title a {
    color: #000; }
    h5.modal-title a:hover {
      color: var(--theme-color-default); }

.modal-content {
  border: 0;
  border-radius: 0; }

.login-form button[data-action="show-password"] {
  font-size: 0 !important;
  color: #ccc !important;
  background: none !important;
  border: 0 !important; }
  .login-form button[data-action="show-password"]:hover {
    color: #000 !important; }
  .login-form button[data-action="show-password"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    content: "\f070";
    font-size: 17px; }
.login-form input[type="text"] + span button[data-action="show-password"]:before {
  content: "\f06e"; }

.register-form > p {
  text-align: center; }
.register-form .custom-checkbox {
  display: block;
  position: relative; }
  .register-form .custom-checkbox input[type="checkbox"], .register-form .custom-checkbox > span {
    position: absolute;
    top: 0;
    left: 0; }
    .rtl .register-form .custom-checkbox input[type="checkbox"], .rtl .register-form .custom-checkbox > span {
      right: 0;
      left: auto; }
.register-form .form-control-valign .radio-inline {
  margin: 10px 15px 0 0; }
  .rtl .register-form .form-control-valign .radio-inline {
    margin: 10px 0 0 15px; }
.register-form .input-group-btn {
  position: absolute;
  top: 0;
  right: 0px;
  display: block; }
  .rtl .register-form .input-group-btn {
    left: 0px;
    right: auto; }
  .register-form .input-group-btn .btn {
    font-size: 0;
    color: #ccc !important;
    background: none !important;
    border: 0; }
    .register-form .input-group-btn .btn:hover {
      color: #222 !important; }
    .register-form .input-group-btn .btn:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: 400;
      line-height: 1;
      content: "\f070";
      font-size: 17px; }
.register-form input[type="text"] + .input-group-btn .btn:before {
  content: "\f06e"; }
.register-form .form-footer {
  text-align: center; }
  .register-form .form-footer .form-control-submit {
    float: none !important;
    min-width: 200px; }

/*end update CART*/
.hidden,
.hide {
  display: none; }

body#order-confirmation .product_list .ajax_block_product {
  clear: none; }
  @media (min-width: 992px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 25%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 25%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 481px) and (max-width: 767px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 33.3333%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(3n+1) {
        clear: both; } }
  @media (max-width: 480px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 50%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(2n+1) {
        clear: both; } }

#js-product-list > .up {
  display: none; }

@media (max-width: 991px) {
  .leo-megamenu.disable-canvas .navbar-nav > li.active > a,
  .leo-megamenu.disable-canvas .navbar-nav > li:hover > a,
  .leo-megamenu.disable-canvas .navbar-nav > li:focus > a {
    color: #fff; }
  .leo-megamenu.disable-canvas .navbar-nav > li > a {
    color: #fff; }
  .leo-megamenu.disable-canvas .dropdown-menu li a {
    color: #999; }
    .leo-megamenu.disable-canvas .dropdown-menu li a:hover {
      color: #fff; }
  .leo-megamenu.disable-canvas .leo-megamenu .dropdown-menu {
    color: #999;
    background: #21212a; }
  .leo-megamenu.disable-canvas .dropdown-menu div.menu-title {
    margin: 10px 0 0;
    padding: 0; }
  .leo-megamenu.disable-canvas .widget-raw-html {
    margin: 0; }
  .leo-megamenu.disable-canvas .leo-top-menu {
    left: 18px;
    right: 18px; } }
@media (max-width: 991px) and (max-width: 991px) {
  .box-top.box-h2 .leo-megamenu.disable-canvas .leo-top-menu {
    left: 0px;
    right: 0px; } }

@media (max-width: 991px) {
  .col-logo.ApColumn {
    position: static; } }
/*end max 991*/
.leo-fly-cart-slidebar .leo-dropdown-cart-subtotals,
.leo-fly-cart-slidebar .cart-dropdow-viewcart {
  display: none !important; }
.leo-fly-cart-slidebar .leo-dropdown-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 115px; }
@media (min-width: 568px) {
  .leo-fly-cart-slidebar .leo-dropdown-total,
  .leo-fly-cart-slidebar .leo-cart-dropdown-action {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center; } }
.leo-fly-cart-slidebar .leo-dropdown-total .col-xl-6,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .col-xl-6 {
  width: 100%;
  padding: 0 8px; }
.leo-fly-cart-slidebar .leo-dropdown-total .value,
.leo-fly-cart-slidebar .leo-dropdown-total .label,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .value,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .label {
  display: block;
  width: 100%;
  text-align: center; }
.leo-fly-cart-slidebar .leo-dropdown-total .label,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .label {
  font-size: 20px;
  color: #000; }
.leo-fly-cart-slidebar .leo-dropdown-total .value,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .value {
  font-size: 20px;
  font-weight: 700; }

body#checkout section.checkout-step #customer-form .radio-inline {
  margin: 10px 10px 0 0; }
  .rtl body#checkout section.checkout-step #customer-form .radio-inline {
    margin: 10px 0 0 10px; }

#content.card-block > hr {
  display: none; }

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

#authentication .login-form .row > .col-md-3, #authentication .login-form .row > .col-md-6,
#authentication .register-form .row > .col-md-3,
#authentication .register-form .row > .col-md-6 {
  width: 100%;
  text-align: left;
  padding-top: 0; }
  .rtl #authentication .login-form .row > .col-md-3, .rtl #authentication .login-form .row > .col-md-6, .rtl
  #authentication .register-form .row > .col-md-3, .rtl
  #authentication .register-form .row > .col-md-6 {
    text-align: right; }
#authentication .login-form .form-footer .btn,
#authentication .register-form .form-footer .btn {
  margin: 0 0 20px;
  border: 1px solid #E6E6E6; }

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

#blog-localengine .btn[name="submitcomment"] {
  width: 100%; }

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

.modal-open {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: auto; }

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

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

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

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

/*UPDATE HOME CSS*/
.box-banner .ApImage.block {
  overflow: hidden; }
.box-banner .ApImage img {
  transition: all 1s; }
.box-banner .ApImage > a {
  display: block;
  overflow: hidden; }
.box-banner .ApImage:hover img {
  transform: scale(1.15);
  opacity: 0.8; }

.box-manu {
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .box-manu {
      margin-bottom: 40px; } }
  .box-manu .timeline-item {
    min-height: 100px; }
    .box-manu .timeline-item .animated-background {
      height: 75px; }

.box-tabproducts .nav-tabs {
  border: 0;
  padding-bottom: 20px;
  text-align: center; }
  .box-tabproducts .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0;
    vertical-align: top; }
    .box-tabproducts .nav-tabs li a {
      display: block;
      padding: 10px 17px;
      border: 0;
      border-radius: 0;
      color: #888;
      font-weight: 600; }
      @media (min-width: 992px) {
        .box-tabproducts .nav-tabs li a {
          position: relative; } }
      .box-tabproducts .nav-tabs li a.active, .box-tabproducts .nav-tabs li a:hover {
        color: var(--theme-color-default); }
.box-tabproducts .ApProductCarousel {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .box-tabproducts .ApProductCarousel {
      padding-bottom: 20px;
      margin-bottom: 40px; } }

.leo-remove-from-cart {
  transition: all .4s; }
  .leo-remove-from-cart:hover {
    transform: rotate(90deg); }

.box-instagram .ApInstagram p.link-instagram {
  margin: 0; }

.footer-container {
  background-color: #212121;
  font-size: 15px; }
  .footer-container .ApHtml .block_content > h4 {
    font-size: 13px;
    margin: 0 0 27px;
    text-transform: uppercase; }
    .footer-container .ApHtml .block_content > h4:not(:first-child) {
      margin: 30px 0 20px; }
  .footer-container .footer-center {
    padding: 60px 0 70px; }
    @media (max-width: 991px) {
      .footer-container .footer-center {
        padding: 50px 30px; } }
  .footer-container .footer-left, .footer-container .footer-right {
    margin-top: 10px; }
    @media (max-width: 575px) {
      .footer-container .footer-left, .footer-container .footer-right {
        margin-top: 40px; } }
    .footer-container .footer-left .title_block, .footer-container .footer-right .title_block {
      color: #fff;
      font-size: 14px;
      line-height: 22px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 31px; }
      @media (max-width: 575px) {
        .footer-container .footer-left .title_block, .footer-container .footer-right .title_block {
          margin-bottom: 15px; } }
  .footer-container .footer-left {
    text-align: left; }
    .rtl .footer-container .footer-left {
      text-align: right; }
    @media (max-width: 991px) {
      .footer-container .footer-left {
        text-align: center; } }
  .footer-container .footer-right {
    text-align: right; }
    .rtl .footer-container .footer-right {
      text-align: left; }
    @media (max-width: 575px) {
      .footer-container .footer-right {
        text-align: left; }
        .rtl .footer-container .footer-right {
          text-align: right; } }
    .footer-container .footer-right p, .footer-container .footer-right a {
      margin: 0;
      color: #999;
      font-size: 14px;
      font-weight: 400;
      display: block; }
    .footer-container .footer-right .phone {
      font-size: 20px;
      line-height: 30px;
      color: var(--theme-color-default);
      margin: 0 0 5px; }
    .footer-container .footer-right .email {
      line-height: 26px;
      margin-bottom: 27px; }
    .footer-container .footer-right .timer p {
      line-height: 24px; }
    .footer-container .footer-right .timer span {
      color: #fff; }
  .footer-container .footer_center {
    text-align: center; }
    @media (max-width: 991px) {
      .footer-container .footer_center {
        order: -1; } }
  .footer-container .ApBlockLink ul li a {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    padding: 0;
    text-transform: capitalize; }
  @media (max-width: 767px) {
    .footer-container .ApBlockLink ul li {
      text-align: center; } }
  @media (max-width: 767px) {
    .footer-container .ApBlockLink ul li {
      text-align: left; }
      .rtl .footer-container .ApBlockLink ul li {
        text-align: right; } }

.box-footerlink {
  position: relative; }

@media (max-width: 991px) {
  .box-footerlink .ApHtml {
    position: relative; } }
  @media (max-width: 991px) and (min-width: 481px) {
    .box-footerlink .ApHtml .block_content {
      padding: 20px; }
      .box-footerlink .ApHtml .block_content:after {
        content: "";
        display: block;
        clear: both; }
      .box-footerlink .ApHtml .block_content h4 {
        width: 30%;
        float: left;
        margin: 20px 0; }
        .rtl .box-footerlink .ApHtml .block_content h4 {
          float: right; }
      .box-footerlink .ApHtml .block_content p {
        width: 70%;
        float: left; }
        .rtl .box-footerlink .ApHtml .block_content p {
          float: right; }
        .box-footerlink .ApHtml .block_content p:nth-child(2) {
          margin-bottom: 15px; } }
@media (max-width: 991px) {
  .box-footerlink .block_newsletter {
    max-width: 400px;
    margin: 15px 0; }
  .box-footerlink .block-social .social-title {
    display: none; } }
@media (min-width: 992px) {
  .block_newsletter {
    width: 100%; } }
.leo-remove-from-cart i.material-icons:before {
  content: "\e646";
  font-family: 'themify'; }

.modal-header .close {
  margin-top: 0px; }

.modal-header button {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 0;
  text-align: center;
  transition: all .4s; }
  .modal-header button span {
    display: none; }
  .modal-header button:before {
    font-size: 16px;
    content: "\e646";
    font-family: 'themify'; }
  .modal-header button:hover {
    transform: rotate(90deg); }

#header {
  background: #fff; }

.navbar-fixed-top {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
  .navbar-fixed-top .box-top {
    padding: 20px 25px 15px; }

.box-top.box-h2 {
  padding: 0; }
  @media (min-width: 992px) {
    .box-top.box-h2 .col-menu {
      padding-left: 15px;
      padding-right: 15px; } }
  .box-top.box-h2 .leo-megamenu .navbar-nav {
    text-align: left; }
    .rtl .box-top.box-h2 .leo-megamenu .navbar-nav {
      text-align: right; }

.box-navlogo .h-logo {
  text-align: center; }
  @media (max-width: 991px) {
    .box-navlogo .h-logo {
      padding: 30px 0 10px; } }

.ApQuicklogin {
  white-space: nowrap;
  padding: 0 10px; }
  .ApQuicklogin > a {
    position: relative;
    vertical-align: top;
    height: 80px;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 11px; }
    .ApQuicklogin > a span {
      display: block !important; }
      @media (max-width: 767px) {
        .ApQuicklogin > a span {
          display: none !important; } }
    .ApQuicklogin > a:before {
      content: "";
      width: 12px;
      height: 1px;
      background: #999;
      position: absolute;
      top: 50%;
      right: -6px; }
      .rtl .ApQuicklogin > a:before {
        left: -6px;
        right: auto; }
    .ApQuicklogin > a i {
      display: none; }
      @media (max-width: 767px) {
        .ApQuicklogin > a i {
          display: inline-block; } }

.header-nav {
  transition: all .4s; }

@media (max-width: 767px) {
  .fancybox-inner .block_newsletter {
    background: none;
    height: auto;
    padding: 0 !important;
    min-height: 200px; }
    .fancybox-inner .block_newsletter .title_block {
      font-size: 20px;
      letter-spacing: 0px;
      text-align: center;
      text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5); }

  .fancybox-wrap .turnoff-popup-wrapper {
    position: static; } }
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout,
.continue.btn,
button.btn.btn-primary.center-block {
  background: #f11d22; }
  .leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover, .leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,
  .continue.btn:hover,
  .continue.btn:focus,
  button.btn.btn-primary.center-block:hover,
  button.btn.btn-primary.center-block:focus {
    background: #cc1115; }

.timeline-wrapper.clearfix {
  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: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
.timeline-wrapper .timeline-parent {
  width: 100%;
  margin: auto; }
.timeline-wrapper .timeline-item {
  border: 0;
  padding: 10px 0; }
.timeline-wrapper.prepare > .timeline-parent {
  display: none;
  padding: 0 15px; }
  @media (min-width: 992px) {
    .timeline-wrapper.prepare > .timeline-parent:nth-child(1), .timeline-wrapper.prepare > .timeline-parent:nth-child(2), .timeline-wrapper.prepare > .timeline-parent:nth-child(3), .timeline-wrapper.prepare > .timeline-parent:nth-child(4) {
      display: block; } }

.hide-loading .timeline-wrapper {
  display: none !important; }

#checkout .box-top .col-info #_desktop_cart .header a:after, #checkout .box-top .col-info #_desktop_cart .header a:before {
  display: none; }

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

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

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

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

@media (max-width: 567px) {
  .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    width: 100%;
    min-width: 100%; } }
.leo-megamenu .navbar-nav li a > .sub-title,
.off-canvas-nav-megamenu .navbar-nav li a > .sub-title {
  position: absolute;
  color: #fff;
  height: 13px;
  line-height: 12px;
  font-size: 9px;
  padding: 0;
  top: 0;
  left: 15px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-8px); }
  .rtl .leo-megamenu .navbar-nav li a > .sub-title, .rtl
  .off-canvas-nav-megamenu .navbar-nav li a > .sub-title {
    right: 15px;
    left: auto; }

.leo-megamenu .navbar-nav .red a > .sub-title {
  background-color: #E56D6D;
  width: 33px; }
.leo-megamenu .navbar-nav .yellow a > .sub-title {
  background-color: #F6BE2F;
  width: 61px; }

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

@media (max-width: 991px) {
  .box-top {
    position: relative;
    padding: 10px 0;
    display: flex; }
    .box-top .col-menu {
      position: static;
      order: -1; }
    .box-top .leo-megamenu.disable-canvas .dropdown-menu {
      display: none; }
    .box-top .navbar-header .navbar-toggler {
      margin-top: 8px; } }
@media (max-width: 390px) {
  .col-info {
    padding-right: 5px; }
    .rtl .col-info {
      padding-left: 5px;
      padding-right: inherit; }

  .col-menu {
    padding: 0; }

  .col-logo {
    padding-right: 0; }
    .rtl .col-logo {
      padding-left: 0;
      padding-right: inherit; } }
/*update css menu*/
.off-canvas-active > #page {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

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

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

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

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

/*end update css menu*/
#blockcart-modal .cart-content a.btn,
.product-add-to-cart .product-quantity .add-to-cart,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout,
.continue.btn,
button.btn.btn-primary.center-block,
.checkout.cart-detailed-actions.card-block .btn {
  background: #373737;
  color: #fff; }
  #blockcart-modal .cart-content a.btn:hover, #blockcart-modal .cart-content a.btn:focus,
  .product-add-to-cart .product-quantity .add-to-cart:hover,
  .product-add-to-cart .product-quantity .add-to-cart:focus,
  .leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,
  .leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,
  .continue.btn:hover,
  .continue.btn:focus,
  button.btn.btn-primary.center-block:hover,
  button.btn.btn-primary.center-block:focus,
  .checkout.cart-detailed-actions.card-block .btn:hover,
  .checkout.cart-detailed-actions.card-block .btn:focus {
    background: var(--theme-color-default); }

.product-line-actions .qty > input.js-cart-line-product-quantity {
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 10px; }

#content-hook-order-confirmation-footer .featured-products {
  margin-bottom: 30px; }

.card-block strong,
.card-block .font-weight-bold,
.card-block .aeuc_scart a,
.card-block .product-name a {
  color: #000;
  font-weight: 600; }

.order-confirmation-table .font-weight-bold {
  color: #333; }

#checkout .box-top .col-info #_desktop_cart .header a:after,
#checkout .box-top .col-info #_desktop_cart .header a:before {
  display: none; }

#registration-form .card-block > h4 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0; }

/*update product image more infor*/
.owl-carousel .owl-item {
  position: relative; }

.owl-carousel .owl-item:hover {
  z-index: 9; }

.leo-more-info .thumbs_list li a img {
  max-width: 100%; }

.leo-more-info .thumbs_list {
  margin-top: 35px; }

.leo-more-info .thumbs_list li a {
  margin: 0; }

.leo-more-info .thumbs_list li {
  padding: 5px;
  width: 80px; }

.leo-more-info .view_scroll_left,
.leo-more-info .view_scroll_right {
  width: 100%;
  text-align: center; }

.owl-item.active.last .thumbnail-container .leo-more-info {
  left: 0;
  right: auto; }

.owl-item.active.last .thumbnail-container:hover .leo-more-info {
  width: 90px;
  opacity: 1;
  filter: alpha(opacity=100);
  right: auto;
  left: -90px; }

@media (max-width: 1439px) {
  .leo-more-info .thumbs_list {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 300px; }

  .leo-more-info .view_scroll_left {
    margin-top: 0px; } }
@media (max-width: 991px) {
  .leo-more-info {
    display: none; } }
.product-variants > .product-variants-item select {
  width: auto; }

/*end update product image more infor*/
.leoquicklogin-cssload-speeding-wheel {
  width: 20px;
  height: 20px; }

.product-detail .description-short {
  margin-bottom: 30px; }
.product-detail .product-prices {
  margin: 15px 0 25px; }

@media (max-width: 767px) {
  .leo-modal-review .new_review_form_content {
    text-align: left; }
    .rtl .leo-modal-review .new_review_form_content {
      text-align: right; }
  .leo-modal-review .product-info {
    width: 40%;
    display: none; }
  .leo-modal-review .new_review_form_content {
    width: 100%; }

  #blockcart-modal .divide-right {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px; }
    #blockcart-modal .divide-right > .row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  #blockcart-modal .product-image {
    max-width: 100px; }
  #blockcart-modal .product-name {
    font-size: 16px; }
  #blockcart-modal .cart-products-count {
    font-size: 14px; }
  #blockcart-modal p {
    margin-bottom: 10px; }
  #blockcart-modal .cart-content-btn {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #blockcart-modal .cart-content-btn .btn {
      padding: 10px 15px; }
      #blockcart-modal .cart-content-btn .btn i {
        display: none; } }
  @media (max-width: 767px) and (max-width: 480px) {
    #blockcart-modal .cart-content-btn {
      display: block; }
      #blockcart-modal .cart-content-btn .btn {
        width: 100%;
        margin: 10px 0 0; } }

.product-detail .leo-more-cdown ul {
  margin: 20px 0; }
.product-detail .leo-more-cdown li {
  width: 60px;
  height: 60px;
  border-color: #E6E6E6;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .product-detail .leo-more-cdown li b {
    font-weight: 600;
    font-size: 20px;
    border: none; }
  .product-detail .leo-more-cdown li span {
    font-size: 12px; }

.leo-pro-attr-section .leo-bt-select-attr {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 25px 10px 15px;
  position: relative;
  text-align: left;
  margin: 5px 0; }
  .rtl .leo-pro-attr-section .leo-bt-select-attr {
    padding: 10px 15px 10px 25px; }
  .rtl .leo-pro-attr-section .leo-bt-select-attr {
    text-align: right; }
  .leo-pro-attr-section .leo-bt-select-attr:after {
    position: absolute;
    top: 18px;
    right: 15px; }
    .rtl .leo-pro-attr-section .leo-bt-select-attr:after {
      left: 15px;
      right: auto; }

.thumbnail-container .leo_cart_quantity {
  margin: 5px 0; }

.delivery-options img {
  max-width: 40px;
  height: auto; }

/*fix leo-more-cdown in product detail*/
.category-products .owl-item.active + .active + .active + .active .leo-more-info,
.product-accessories .owl-item.active + .active + .active + .active .leo-more-info {
  right: auto;
  left: 0; }
.category-products .owl-item.active + .active + .active + .active .thumbnail-container:hover .leo-more-info,
.product-accessories .owl-item.active + .active + .active + .active .thumbnail-container:hover .leo-more-info {
  right: auto;
  left: -90px; }

#subcategories {
  margin: 20px 0 0; }

.block-category.card {
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0 0 30px; }
  .block-category.card h1 {
    margin: 0 0 10px;
    font-size: 2em; }
  .block-category.card .category-cover img {
    max-width: 100%; }

.page-heading {
  margin: 0 0 20px; }

@media (max-width: 1920px) {
  .box-padding800 .ApSlideShow {
    min-height: 20vw; } }
@media (max-width: 767px) {
  .tabs-left .tab-content {
    width: 100%;
    float: none; } }
.tabs-left .nav-tabs {
  border: 0; }
  @media (max-width: 767px) {
    .tabs-left .nav-tabs {
      width: 100%;
      float: none; } }
  .tabs-left .nav-tabs > li {
    margin: 0; }
    .tabs-left .nav-tabs > li > a {
      margin: 0;
      border: 0;
      border-bottom: 1px solid #ddd !important;
      padding: 15px 15px 15px 40px;
      position: relative;
      border-radius: 0;
      text-transform: capitalize;
      background: none; }
      .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a.active {
        color: #000; }
        .tabs-left .nav-tabs > li > a:hover:before, .tabs-left .nav-tabs > li > a.active:before {
          background: #000; }
      .tabs-left .nav-tabs > li > a.active {
        font-weight: 600; }
      .tabs-left .nav-tabs > li > a:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #eee; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
  color: var(--theme-color-default); }

.page-cms-4 > p {
  margin-bottom: 0; }
.page-cms-4 h3, .page-cms-4 h4, .page-cms-4 h5, .page-cms-4 h6 {
  margin-bottom: 1em; }

@media (max-width: 991px) {
  .clear-991px {
    clear: both; } }
@media (max-width: 767px) {
  .clear-767 {
    clear: both; } }
.arrow-top-right .owl-buttons {
  position: absolute;
  top: -40px;
  right: 0;
  width: 80px;
  height: 40px; }

@media (min-width: 1199px) {
  body#index .box-top6 {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    margin: 0; }
    body#index .box-top6:hover {
      background: #fff; } }
ul.product_list.grid {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 1199px) {
  .box-padding {
    padding: 20px 20px 0; }

  .ApProductList ul.product_list.grid > .ajax_block_product {
    width: 25%; } }
@media (max-width: 991px) {
  .ApProductList ul.product_list.grid > .ajax_block_product {
    width: 33.33%; } }
@media (max-width: 480px) {
  .ApProductList ul.product_list.grid > .ajax_block_product {
    width: 50%; }

  .box-padding .ApColumn .title_block {
    font-size: 24px; } }
@media (min-width: 992px) {
  .show-mobile,
  .hide-desktop {
    display: none; }

  .hide-mobile,
  .show-desktop {
    display: block; } }
@media (max-width: 991px) {
  .show-desktop,
  .hide-mobile {
    display: none; }

  .hide-desktop,
  .show-mobile {
    display: block; } }
.box-nav1 {
  color: #000;
  position: relative; }
  @media (min-width: 992px) {
    .box-nav1:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      border-bottom: 1px solid #ddd;
      width: 100vw; } }
  .box-nav1 .ApColumn .block {
    margin-bottom: 0; }
  .box-nav1 .col-infor {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
  .box-nav1 .ApHtml {
    line-height: 30px;
    padding: 5px 0;
    color: #000;
    text-transform: uppercase;
    font-size: 13px; }
    @media (max-width: 991px) {
      .box-nav1 .ApHtml {
        display: none; } }
    .box-nav1 .ApHtml p {
      margin: 0; }
  .box-nav1 .popup-over a.popup-title {
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    color: #000;
    display: block;
    text-transform: uppercase;
    white-space: nowrap; }
    .box-nav1 .popup-over a.popup-title i[class^="ti-"] {
      display: none;
      font-size: 18px; }
    @media (max-width: 767px) {
      .box-nav1 .popup-over a.popup-title span {
        display: none; }
      .box-nav1 .popup-over a.popup-title i[class^="ti-"] {
        display: inline-block; }
      .box-nav1 .popup-over a.popup-title i {
        vertical-align: middle; }
        .box-nav1 .popup-over a.popup-title i.fa-angle-down {
          display: none; } }
  .box-nav1 .popup-over:hover a.popup-title {
    color: var(--theme-color-default); }
  @media (min-width: 768px) {
    .box-nav1 .userinfo-selector a.popup-title span.hidden {
      display: inline; } }
  .box-nav1 .popup-over {
    margin: 0 0 0 30px; }
    @media (max-width: 767px) {
      .box-nav1 .popup-over {
        margin: 0; } }
  .box-nav1 #_desktop_cart {
    display: inline-block;
    vertical-align: top; }
  .box-nav1 .blockcart .header {
    height: 40px;
    line-height: 40px;
    min-width: 50px;
    text-align: center;
    position: relative; }
    .box-nav1 .blockcart .header a {
      color: #000; }
      .box-nav1 .blockcart .header a:hover {
        color: #000; }
    .box-nav1 .blockcart .header i {
      font-size: 18px;
      margin: 0 2px 0 0;
      vertical-align: middle; }
    .box-nav1 .blockcart .header .cart-products-count {
      color: #000;
      position: absolute;
      right: 0;
      line-height: 28px;
      top: 0; }
  .box-nav1 #leo_search_block_top {
    margin: 0 0 0 30px;
    position: relative;
    background: none; }
    @media (max-width: 767px) {
      .box-nav1 #leo_search_block_top {
        margin: 0; } }
    .box-nav1 #leo_search_block_top .title_block {
      width: 44px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 0px;
      color: transparent;
      overflow: hidden;
      cursor: pointer;
      margin: 0;
      transition: all .3s;
      font-weight: normal;
      display: block;
      background: none;
      border-radius: 0; }
      .box-nav1 #leo_search_block_top .title_block:before {
        content: "\e610";
        font-family: 'themify';
        display: block;
        font-size: 18px;
        color: #000; }
    .box-nav1 #leo_search_block_top form {
      position: absolute;
      width: 300px;
      background: #fff;
      z-index: 99;
      top: 100%;
      right: 0;
      opacity: 0;
      visibility: hidden;
      transition: all .3s;
      transition-delay: 0.15s; }
    .box-nav1 #leo_search_block_top .form-control {
      border-radius: 0; }
    .box-nav1 #leo_search_block_top .btn {
      width: 50px;
      border-radius: 0; }
    @media (min-width: 992px) {
      .box-nav1 #leo_search_block_top:hover form {
        opacity: 1;
        visibility: visible; } }
    .box-nav1 #leo_search_block_top.active .title_block:before {
      content: "\e646";
      font-family: 'themify'; }
    .box-nav1 #leo_search_block_top.active form {
      opacity: 1;
      visibility: visible; }

@media (min-width: 992px) {
  .bg-gray {
    background: #f4f4f4; } }
.page-home .top-50 .ApColumn .title_block {
  padding: 100px 0 30px; }
  @media (max-width: 991px) {
    .page-home .top-50 .ApColumn .title_block {
      padding: 60px 0 20px; } }
  @media (max-width: 767px) {
    .page-home .top-50 .ApColumn .title_block {
      padding: 40px 0 20px; } }

.tabs-left.ApTabs .nav-tabs {
  text-align: left; }
  .tabs-left.ApTabs .nav-tabs li a {
    font-size: 18px; }
    .tabs-left.ApTabs .nav-tabs li a span {
      border: 0; }

.language-selector img {
  margin: 0 5px 0 0;
  vertical-align: 0px; }

@media (max-width: 991px) {
  .quickview .images-container .product-thumb-images {
    width: 60px; }

  .quickview .images-container .product-cover {
    padding-right: 70px; }

  .quickview .slick-arrows .slick-arrow.slick-next,
  .quickview .slick-arrows .slick-arrow.slick-prev {
    width: 28px; } }
@media (max-width: 767px) {
  .quickview .modal-body > .row .col-md-6 {
    width: 100%; } }
.leo-cart-item-info .product-name a {
  color: #000; }
  .leo-cart-item-info .product-name a:hover {
    color: var(--theme-color-default); }

div.leo-form.leo-form-inactive {
  top: 50px; }

.ApCountdown ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .ApCountdown ul li {
    color: #000;
    padding: 10px 5px;
    margin: 2px 2px 10px 2px;
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin-left: 20px; }
    .ApCountdown ul li span {
      display: block;
      color: #000;
      font-size: 16px; }

@media (max-width: 1199px) {
  .ApCountdown ul li {
    margin: 0 0 15px 15px;
    padding: 10px; } }
@media (max-width: 480px) {
  .ApCountdown ul li b {
    font-size: 20px;
    min-width: 50px;
    padding: 0; }

  .ApCountdown ul li {
    margin: 0 10px 10px 0;
    line-height: 24px;
    font-size: 11px;
    padding: 8px;
    border-radius: 10px; }

  .ApCountdown ul li:last-child {
    margin-right: 0; } }
.effect-zoom {
  overflow: hidden; }
  .effect-zoom img {
    transition: all .4s; }
  .effect-zoom:hover img {
    transform: scale(1.1); }

@media (min-width: 992px) {
  .mini-navbar .box-top1 .h-logo {
    height: 60px;
    line-height: 60px;
    padding: 0; }
  .mini-navbar .box-top1 .leo-megamenu .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px; }
  .mini-navbar .box-hnav3 {
    padding: 0; }
  .mini-navbar .box-top .h-logo {
    padding: 0; }
  .mini-navbar .box-top .col-logo {
    padding-bottom: 0; }
  .mini-navbar .box-top .col-info,
  .mini-navbar .box-top .col-menu {
    padding-top: 0; }

  body#index .mini-navbar .box-htop3 .leo-megamenu .navbar-nav {
    margin-bottom: 0; }

  body#index .mini-navbar .box-htop3 .leo-megamenu .navbar-nav:before {
    border-bottom: 0; } }
.footer-container .box-footertop1 .ApLink li a {
  transform: none; }

.page-home .box-instagram3 .ApColumn .title_block:after {
  background: none; }

.box-coppyright9 .ApColumn {
  padding: 0; }
@media (max-width: 767px) {
  .box-coppyright9 {
    text-align: center; } }
.box-coppyright9 .ApColumn .block {
  margin-bottom: 0;
  line-height: 30px; }
.box-coppyright9 .block-social {
  margin: 0; }
  .box-coppyright9 .block-social li {
    border: 0; }
  .box-coppyright9 .block-social ul {
    text-align: right; }
    @media (max-width: 767px) {
      .box-coppyright9 .block-social ul {
        text-align: center; } }

.box-footertop {
  padding: 70px 0 20px; }
  @media (max-width: 480px) {
    .box-footertop {
      padding: 50px 0 20px; } }

.box-header3 .h-logo img {
  max-height: 70px; }
  @media (min-width: 768px) and (max-width: 992px) {
    .box-header3 .h-logo img {
      margin-left: 50px; }
      .rtl .box-header3 .h-logo img {
        margin-right: 50px;
        margin-left: inherit; } }

.leo-compare-wishlist-button .leo-wishlist-button i.material-icons {
  font-size: 0px;
  width: 20px;
  height: 20px; }
  .leo-compare-wishlist-button .leo-wishlist-button i.material-icons:before {
    content: "\f08a";
    font-family: "FontAwesome";
    font-size: 18px; }

.box-titllelookbook .ApImage {
  padding: 0 10px;
  position: relative;
  margin: 0 0 20px; }

.box-titllelookbook .ApImage img {
  height: 680px !important;
  max-height: 100vh;
  object-fit: cover;
  transition: all 1s; }

.box-titllelookbook .ApImage:hover img {
  filter: brightness(0.6); }

.box-titllelookbook .ApImage .image_description {
  position: absolute;
  left: 5%;
  bottom: 10%;
  font-size: 1.6em;
  color: #fff;
  font-weight: 600; }

.box-titllelookbook .ApImage .image_description h3 {
  color: inherit;
  font-size: 2.8em;
  font-weight: normal;
  letter-spacing: 0.05em; }

.box-lookbooks .ApColumn .block {
  margin: 0 0 20px;
  text-align: center; }

.box-lookbooks .ApColumn {
  display: flex;
  flex-wrap: wrap; }

.box-lookbooks .ApImage {
  width: 25%;
  padding: 0 10px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end; }

.box-lookbooks .ApImage h4.title_block {
  text-align: center;
  margin: 1em 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none; }

.box-lookbooks .ApImage.image-13 {
  width: 33.33%; }

.box-lbtext {
  padding: 5% 0 8%; }

.box-lbtext .ApHtml {
  font-size: 1.6em;
  padding: 0 5%;
  line-height: 1.35; }

.box-lbtext .ApHtml h3 {
  font-size: 1.8em;
  margin: 0 0 0.75em;
  font-weight: normal; }

@media (max-width: 991px) {
  .box-lookbooks .ApImage {
    width: 33.33%; } }
@media (max-width: 767px) {
  .box-lookbooks .ApImage h4.title_block {
    font-size: 16px; }

  .box-titllelookbook .ApImage .image_description {
    font-size: 1.4em; }

  .box-lbtext .ApHtml {
    font-size: 1.4em; } }
@media (max-width: 480px) {
  .box-lookbooks .ApImage,
  .box-lookbooks .ApImage.image-13 {
    width: 50%; }

  .box-lookbooks .ApImage h4.title_block {
    font-size: 14px; }

  .box-titllelookbook .ApImage .image_description {
    font-size: 1.2em; }

  .box-lbtext .ApHtml {
    font-size: 1.2em; } }
.cus-nocarousel .block_content {
  margin: 0 -10px; }

.cus-nocarousel .nocarousel-wapper {
  display: flex;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%; }

.cus-nocarousel .product-miniature {
  width: 25%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 10px;
  min-width: 170px; }

@media (max-width: 991px) {
  .cus-nocarousel > .product-miniature {
    width: 33.33%; } }
@media (max-width: 480px) {
  .cus-nocarousel .product-miniature {
    width: 45%; } }
/*nomeber*/
@media (min-width: 992px) {
  .box-bottomnav {
    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 (min-width: 992px) {
  .box-bottomnav {
    padding: 0 30px; } }
@media (min-width: 1200px) {
  .box-bottomnav {
    padding: 0 50px; } }
@media (max-width: 991px) {
  .box-bottomnav {
    padding: 20px 10px 0; } }

/*Home1*/
.box-navads-1 {
  color: #fff;
  font-size: 13px; }
  @media (max-width: 768px) {
    .box-navads-1 {
      padding-bottom: 10px; } }
  .box-navads-1 a {
    color: #fff; }
    .box-navads-1 a:hover {
      color: var(--theme-color-default); }
  .box-navads-1 > div {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .box-navads-1 > div {
        padding-bottom: 10px; } }
  .box-navads-1 .col-infor {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .box-navads-1 .col-infor {
        justify-content: center; } }
  .box-navads-1 .popup-over {
    margin: 0 0 0 30px; }
    .box-navads-1 .popup-over .popup-content {
      top: 148%; }

@media (max-width: 768px) {
  .center-text-mobile {
    text-align: center; } }
.menu-center .leo-megamenu .navbar-nav {
  text-align: center; }

@media (min-width: 991px) {
  .special-product-h1 {
    margin: 0 0 0 15%; }
    .rtl .special-product-h1 {
      margin: 0 15% 0 0; } }
@media (max-width: 991px) {
  .special-product-h1 {
    padding-left: 10px; }
    .rtl .special-product-h1 {
      padding-right: 10px;
      padding-left: inherit; } }

.pt-4 {
  padding-top: 2.5rem !important; }

.my-sub-3 {
  font-weight: bold;
  color: var(--theme-color-secondary); }
  .my-sub-3 span {
    position: relative;
    font-size: 20px; }
    .my-sub-3 span:before {
      height: 6px;
      width: 100%;
      content: "";
      background: var(--theme-color-default);
      position: absolute;
      bottom: 1px;
      left: 0;
      z-index: -1; }
      @media (max-width: 374px) {
        .my-sub-3 span:before {
          display: none; } }

@media (min-width: 992px) {
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; } }
.no-margin-bottom .block {
  margin-bottom: 0 !important; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }
    .rtl .list-inline-item:not(:last-child) {
      margin-left: 0.5rem;
      margin-right: inherit; }
  .list-inline-item svg {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 20px;
    font-size: 16px;
    fill: currentColor;
    margin-right: 5px; }
    .rtl .list-inline-item svg {
      margin-left: 5px;
      margin-right: inherit; }

.showmenu svg, .closemenu svg {
  width: 25px;
  height: 25px; }
@media (max-width: 991px) {
  .showmenu, .closemenu {
    display: none; } }

.closemenu svg {
  fill: #fff; }

.bg-over-lay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 120vh;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.show-over-lay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.group-nav {
  margin: 0;
  /* Menu */ }
  .group-nav .ApColumn {
    position: static;
    padding: 0; }
  @media (max-width: 991px) and (min-width: 768px) {
    .group-nav .navbar-header .navbar-toggler {
      border: 0;
      margin-top: 6px; }
      .group-nav .navbar-header .navbar-toggler:hover, .group-nav .navbar-header .navbar-toggler:active, .group-nav .navbar-header .navbar-toggler:focus {
        background-color: transparent;
        color: var(--theme-color-default); } }
  @media (max-width: 991px) {
    .group-nav {
      position: absolute;
      top: 52px;
      left: 10px; }
      .rtl .group-nav {
        right: 10px;
        left: auto; } }
  @media (min-width: 992px) {
    .group-nav {
      position: fixed;
      top: 0;
      padding: 0;
      width: 300px;
      height: 100%;
      z-index: 9999999;
      background: #373737 !important;
      left: 0;
      text-align: center;
      -webkit-transform: translate(-300px, 0);
      -moz-transform: translate(-300px, 0);
      -ms-transform: translate(-300px, 0);
      -o-transform: translate(-300px, 0);
      transform: translate(-300px, 0);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .rtl .group-nav {
        right: 0;
        left: auto; }
      [dir="rtl"] .group-nav {
        -webkit-transform: translate(300px, 0);
        -moz-transform: translate(300px, 0);
        -ms-transform: translate(300px, 0);
        -o-transform: translate(300px, 0);
        transform: translate(300px, 0); }
      .group-nav.active-menu {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .group-nav > a {
        margin-bottom: 50px;
        display: inline-block;
        width: 100%; } }
  .group-nav .closemenu {
    display: inline-block;
    float: right;
    padding: 15px;
    cursor: pointer; }
    .rtl .group-nav .closemenu {
      float: left; }
    @media (max-width: 991px) {
      .group-nav .closemenu {
        display: none; } }
    .group-nav .closemenu:hover i {
      color: var(--theme-color-default); }
  @media (min-width: 992px) {
    .group-nav .leo-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
      top: 90%;
      left: 100%;
      transform: none; }
      .rtl .group-nav .leo-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
        right: 100%;
        left: auto; }
      .group-nav .leo-megamenu .navbar-nav > li.aligned-center .dropdown-menu li a.dropdown-toggle:after {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .group-nav .leo-megamenu .dropdown:hover > .dropdown-menu {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      top: 0; }
    .group-nav .leo-megamenu .dropdown:hover .dropdown-menu {
      top: 0;
      left: 100%;
      transform: none; }
      .rtl .group-nav .leo-megamenu .dropdown:hover .dropdown-menu {
        right: 100%;
        left: auto; } }
  .group-nav .leo-megamenu .navbar-nav li {
    position: relative; }
  .group-nav .leo-megamenu .navbar-nav > li {
    float: none;
    width: 100%; }
    [dir="rtl"] .group-nav .leo-megamenu .navbar-nav > li {
      float: none; }
    .group-nav .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
      left: 100%;
      right: auto; }
      [dir="rtl"] .group-nav .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
        right: 100%;
        left: auto; }
      @media (min-width: 1200px) {
        .group-nav .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
          width: 880px !important; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .group-nav .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
          width: 660px !important; } }
    .group-nav .leo-megamenu .navbar-nav > li.parent > a span.menu-title:before, .group-nav .leo-megamenu .navbar-nav > li.parent > a span.menu-title:after {
      display: none; }
    .group-nav .leo-megamenu .navbar-nav > li:first-child > a {
      box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2); }
    .group-nav .leo-megamenu .navbar-nav > li + .nav-item {
      margin-left: 0; }
      .rtl .group-nav .leo-megamenu .navbar-nav > li + .nav-item {
        margin-right: 0;
        margin-left: inherit; }
    .group-nav .leo-megamenu .navbar-nav > li > a {
      display: block;
      color: #FFFFFF;
      padding: 0.7em 3em 0.7em 1.2em;
      outline: none;
      -moz-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
      -o-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
      box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
      text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
      font-size: 14px;
      -webkit-transition: background 0.3s, box-shadow 0.3s;
      -o-transition: background 0.3s, box-shadow 0.3s;
      transition: background 0.3s, box-shadow 0.3s; }
      .rtl .group-nav .leo-megamenu .navbar-nav > li > a {
        padding: 0.7em 1.2em 0.7em 3em; }
      .group-nav .leo-megamenu .navbar-nav > li > a:before {
        display: none; }
      .group-nav .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 41px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -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;
        z-index: 2;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        background: rgba(0, 0, 0, 0.05);
        font-size: 12px;
        margin: 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        .rtl .group-nav .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
          left: 0;
          right: auto; }
        [dir="rtl"] .group-nav .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .group-nav .leo-megamenu .navbar-nav > li > a:hover {
        background: rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 -1px transparent;
        -webkit-box-shadow: inset 0 -1px transparent;
        -o-box-shadow: inset 0 -1px transparent;
        -ms-box-shadow: inset 0 -1px transparent;
        box-shadow: inset 0 -1px transparent; }

.bottomnav .block_content p {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  letter-spacing: 0.05em; }

.box-navtop {
  background-color: var(--theme-color-default) !important; }

.pb-c2 {
  padding-bottom: 0.5rem !important; }

.pt-c2 {
  padding-top: 0.5rem !important; }

.box-border-top {
  border-top: 1px solid #7979791a; }

.banner-position-h2 .ApImage {
  position: relative; }
.banner-position-h2 .image_description {
  position: absolute;
  width: 90%;
  bottom: 30px;
  max-width: 290px;
  align-items: center;
  color: #fff;
  left: 30px; }
  .rtl .banner-position-h2 .image_description {
    right: 30px;
    left: auto; }
.banner-position-h2 h3 {
  color: #fff; }
  .banner-position-h2 h3 a {
    font-size: 24px;
    line-height: 25px;
    color: #fff; }
    .banner-position-h2 h3 a:hover {
      color: var(--theme-color-default); }
.banner-position-h2 .w-50 {
  margin-top: 25px; }
  @media (min-width: 768px) {
    .banner-position-h2 .w-50 {
      width: 50%;
      float: left; }
      .rtl .banner-position-h2 .w-50 {
        float: right; }
      .banner-position-h2 .w-50.pr-10 {
        padding-right: 10px;
        padding-left: 0; }
        .rtl .banner-position-h2 .w-50.pr-10 {
          padding-left: 10px;
          padding-right: inherit; }
        .rtl .banner-position-h2 .w-50.pr-10 {
          padding-right: 0;
          padding-left: inherit; }
      .banner-position-h2 .w-50.pl-10 {
        padding-left: 10px;
        padding-right: 0; }
        .rtl .banner-position-h2 .w-50.pl-10 {
          padding-right: 10px;
          padding-left: inherit; }
        .rtl .banner-position-h2 .w-50.pl-10 {
          padding-left: 0;
          padding-right: inherit; } }

.producttab-h2 .title-ap-group {
  position: relative;
  padding-bottom: 30px; }
  .producttab-h2 .title-ap-group:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #e1e1e1;
    left: 10px;
    right: 10px;
    bottom: 25px; }
@media (min-width: 992px) {
  .producttab-h2 .nav-tabs {
    display: flex !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: -84px;
    margin-bottom: 24px; } }
@media (min-width: 992px) {
  .producttab-h2.tab-absolute .nav-tabs {
    position: absolute;
    right: -100%; }
    .rtl .producttab-h2.tab-absolute .nav-tabs {
      left: -100%;
      right: auto; } }

.position-absolute {
  position: relative; }
  .position-absolute .image_description {
    position: absolute; }
  .position-absolute.pb-50 .image_description {
    bottom: 50px; }

.w-100 .image_description {
  width: 100%; }

.countdown-h2 .sub-title-widget {
  color: #fff;
  margin-bottom: 10px; }
.countdown-h2 .title_block {
  color: var(--theme-color-default) !important; }
.countdown-h2 .hover-color {
  color: var(--theme-color-default);
  font-size: 24px; }
.countdown-h2 .ApCountdown {
  margin: 50px auto; }

.services-item-h2 svg {
  width: 70px;
  height: 70px;
  fill: var(--theme-color-default); }
.services-item-h2 .media-body {
  background: #fff;
  padding: 30px 0; }
  .services-item-h2 .media-body .title-service {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold; }
.services-item-h2 .sub-title-widget, .services-item-h2 .title_block {
  color: #fff !important; }
.services-item-h2 .block_carousel {
  margin-top: 40px; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem; }

.payment-icons li {
  display: inline-block; }
  .payment-icons li:not(:last-child) {
    margin-right: 5px; }

@media (min-width: 992px) {
  .d--lg-flex {
    display: flex; }

  .top-left .block-social {
    margin-right: 40px; }
    .rtl .top-left .block-social {
      margin-left: 40px;
      margin-right: inherit; } }
@media (max-width: 992px) {
  .top-left {
    text-align: center; } }
.d-none {
  display: none !important; }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; } }
.header-bottom-phone ul li {
  color: #373737;
  border-right: 1px solid var(--border-color);
  padding: 19px 20px;
  text-align: center;
  margin-right: 0 !important; }

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right; }
  .rtl .align--middle-right {
    text-align: left; }

.block-carousel-image-container .title {
  font-weight: bold;
  font-size: 20px;
  margin: 5px 0 10px; }

@media (max-width: 991px) {
  .header-3 .navbar-header .navbar-toggler {
    position: absolute;
    top: -77px;
    left: 10px;
    z-index: 999; }
    .rtl .header-3 .navbar-header .navbar-toggler {
      right: 10px;
      left: auto; }

  .header-2 .navbar-toggler {
    margin-top: 0; }

  .box-header3 #leo_search_block_top {
    margin-left: 30px; }
    .rtl .box-header3 #leo_search_block_top {
      margin-right: 30px;
      margin-left: inherit; } }
.banner-theme {
  position: relative; }
  @media (min-width: 768px) {
    .banner-theme .image_description {
      top: 50%;
      transform: translateY(-50%);
      position: absolute; } }
  @media (max-width: 767px) {
    .banner-theme .image_description {
      padding: 20px 20px 0; } }
  @media (min-width: 768px) {
    .banner-theme.banner-theme-right .image_description {
      right: 40px; }
      .rtl .banner-theme.banner-theme-right .image_description {
        left: 40px;
        right: auto; } }
  @media (min-width: 768px) {
    .banner-theme.banner-theme-left .image_description {
      left: 40px; }
      .rtl .banner-theme.banner-theme-left .image_description {
        right: 40px;
        left: auto; } }
  @media (min-width: 768px) {
    .banner-theme.banner-theme-center .image_description {
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
      width: 100%; } }
  @media (min-width: 991px) {
    .banner-theme.w-40 .image_description {
      width: 40%;
      left: 70px; }
      .rtl .banner-theme.w-40 .image_description {
        right: 70px;
        left: auto; } }
  .banner-theme h3 {
    font-size: 24px;
    line-height: 25px;
    font-weight: bold; }
  .banner-theme .subtop {
    font-family: var(--g-font-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--g-color-heading); }
    @media (max-width: 991px) {
      .banner-theme .subtop {
        margin-bottom: 5px !important; } }
  @media (min-width: 768px) {
    .banner-theme.white {
      color: #fff; }
      .banner-theme.white .btn.btn-nobackground {
        color: #fff;
        border: 1px solid #fff;
        margin-top: 0 !important; }
      .banner-theme.white h3 {
        color: #fff; } }
  .banner-theme .fz-40 {
    font-size: 40px;
    line-height: 40px; }
    @media (max-width: 991px) {
      .banner-theme .fz-40 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 !important; } }

@media (min-width: 768px) {
  .text-no-rtl .banner-theme-right .image_description {
    left: auto !important;
    right: 40px !important; } }

@media (min-width: 768px) {
  .text-no-rtl .banner-theme-left .image_description {
    left: 40px !important;
    right: auto !important; } }

.video-popup {
  display: none; }

.fz-2 {
  font-size: 16px; }

.color-white {
  color: #fff !important; }

.dw-100 .image_description {
  width: 100%; }

.icon-banner-h3 svg {
  width: 50px;
  height: 50px; }
.icon-banner-h3 .hover-color {
  color: var(--theme-color-default);
  font-size: 24px; }

.newsletter-h3 .block_newsletter {
  margin: auto;
  max-width: 640px; }
.page-home .newsletter-h3 .title_block {
  font-size: 40px;
  color: #373737;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: inherit;
  text-transform: inherit; }
.newsletter-h3 .col-conditions {
  margin-bottom: 30px; }

.flex-block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

@media (max-width: 767px) {
  .box-video {
    margin-bottom: 40px; } }
.block_newsletter .block_newsletter_alert:before {
  top: 7px; }

#left-column {
  margin-bottom: 30px; }

.page-content .page-subheading {
  font-size: 20px; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: var(--theme-color-default); }

.box-slider .tp-caption {
  width: fit-content !important; }

#left-column > div, #left-column section.block {
  margin-bottom: 30px;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  position: relative; }
  #left-column > div:last-child, #left-column section.block:last-child {
    margin-bottom: 0; }
  #left-column > div .title_block, #left-column > div #search_filters > .h6, #left-column section.block .title_block, #left-column section.block #search_filters > .h6 {
    position: absolute;
    top: 0;
    left: 15px;
    transform: translateY(-50%);
    padding: 10px 15px;
    background-color: #fff;
    text-transform: capitalize !important;
    font-size: 18px;
    color: #000; }
    .rtl #left-column > div .title_block, .rtl #left-column > div #search_filters > .h6, .rtl #left-column section.block .title_block, .rtl #left-column section.block #search_filters > .h6 {
      right: 15px;
      left: auto; }
#left-column #blogRecentBlog {
  padding: 30px 15px; }
  #left-column #blogRecentBlog .list-item {
    display: flex; }
    #left-column #blogRecentBlog .list-item:hover img {
      transform: scale(1.2); }
#left-column .products-block-image {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  text-align: center; }
  #left-column .products-block-image img {
    max-width: none;
    width: auto;
    height: 100%;
    transition: 0.6s all; }
#left-column .container-filter {
  border-radius: 6px;
  background-color: #fff; }
  #left-column .container-filter .filter-head-title {
    color: #000000; }
  #left-column .container-filter > div {
    width: 100%; }
    #left-column .container-filter > div.filter-type {
      display: none; }
  #left-column .container-filter .leo-partsfilter {
    border: none;
    padding: 20px 10px; }
  #left-column .container-filter .leo-partsfilter-submit .label {
    padding: 0;
    background-color: transparent; }
  #left-column .container-filter .block_content {
    margin-bottom: 0; }

.product-cover {
  border: 1px solid #E6E6E6; }

.product-detail.product-thumbs-bottom .product-thumb-images {
  padding-left: 0;
  padding-right: 0; }

.product-detail .leo-compare-wishlist-button .leo-compare-button.btn-product i.material-icons {
  font-family: "Font Awesome 5 Pro"; }
  .product-detail .leo-compare-wishlist-button .leo-compare-button.btn-product i.material-icons::before {
    content: "\f363"; }
.product-detail .leo-compare-wishlist-button .wishlist .btn-product .text-remove, .product-detail .leo-compare-wishlist-button .compare .btn-product .text-remove {
  display: none; }
.product-detail .leo-compare-wishlist-button .wishlist .btn-product .text-add, .product-detail .leo-compare-wishlist-button .compare .btn-product .text-add {
  display: block; }
.product-detail .leo-compare-wishlist-button .wishlist .btn-product.added i.material-icons:before, .product-detail .leo-compare-wishlist-button .compare .btn-product.added i.material-icons:before {
  color: var(--theme-color-default); }
.product-detail .leo-compare-wishlist-button .wishlist .btn-product.added .text-remove, .product-detail .leo-compare-wishlist-button .compare .btn-product.added .text-remove {
  display: block; }
.product-detail .leo-compare-wishlist-button .wishlist .btn-product.added .text-add, .product-detail .leo-compare-wishlist-button .compare .btn-product.added .text-add {
  display: none; }

@media (min-width: 992px) {
  .flex-w {
    display: flex;
    align-items: center; } }
#cms .bg-fullwidth {
  position: relative; }
  #cms .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    box-sizing: content-box;
    margin-left: -1000px;
    background-size: cover; }
    .rtl #cms .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }
#cms .page-header h1 {
  display: none; }
#cms .top-about {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  margin-bottom: 0 !important;
  text-align: center;
  margin: auto; }
  #cms .top-about .sub-title-widget {
    color: #ffff;
    text-align: center !important; }
  #cms .top-about p {
    color: #fff; }

#cms .pt-80 {
  padding-top: 30px; }
#cms .pb-80 {
  padding-bottom: 30px; }
@media (min-width: 992px) {
  #cms .pt-80 {
    padding-top: 80px; }
  #cms .pb-80 {
    margin-bottom: 80px; } }
#cms .breadcrumb {
  margin-bottom: 0; }
#cms .sub-title-widget {
  font-family: "Manrope", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: left;
  margin-bottom: 20px; }
#cms .ApColumn:nth-child(2) .about-item:first-child:before {
  background: #F1F3E8; }
#cms .ApColumn:nth-child(2) .about-item:last-child:before {
  background: #FFF2E5; }
#cms .ApColumn:nth-child(3) .about-item:first-child:before {
  background: #E8EDFC; }
#cms .ApColumn:nth-child(3) .about-item:last-child:before {
  background: #FDEDEC; }
#cms .manufacturers_block .manufacturer-image-container {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #cms .manufacturers_block .manufacturer-image-container a {
    display: block; }
#cms .testimonial:before {
  display: none; }
#cms .testimonial .line {
  display: flex;
  align-items: center;
  border-bottom: none;
  margin-top: 30px; }
#cms .testimonial .title {
  margin-top: 0 !important; }
#cms .testimonial p.sub-title {
  margin-bottom: 15px; }
#cms .testimonial .descript {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-transform: capitalize;
  text-align: left; }
#cms .testimonial .subject {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000; }
#cms .testimonial .rate {
  font-size: 11px;
  margin-bottom: 20px; }
#cms .testimonial .block-carousel-image-container {
  min-height: 400px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 9%; }
  #cms .testimonial .block-carousel-image-container .title {
    margin: 5px 0 0; }
  #cms .testimonial .block-carousel-image-container img {
    width: 60px;
    height: 60px; }
#cms .testimonial .owl-item.first .image {
  background: #E8F3EA; }
#cms .testimonial .owl-item:nth-child(2) .image {
  background: #F1F3E8; }
#cms .testimonial .owl-item.last .image {
  background: #FDEDEC; }
#cms .about-item {
  position: relative;
  padding-top: 20px;
  padding-left: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px; }
  #cms .about-item .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000; }
  #cms .about-item:before {
    width: 45px;
    height: 45px;
    content: '';
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  #cms .about-item p {
    margin-bottom: 0; }
#cms .ApColumn .about-item:last-child {
  margin-top: 30px; }
#cms .mission-box .btn, #cms .about-w .btn {
  background-color: var(--theme-color-default);
  margin-top: 30px;
  color: #fff;
  border: 2px solid var(--theme-color-default); }
  #cms .mission-box .btn:hover, #cms .about-w .btn:hover {
    background-color: #fff;
    color: var(--theme-color-default); }
  #cms .mission-box .btn i, #cms .about-w .btn i {
    font-size: 16px; }
#cms .Apcounter {
  padding: 65px 0 30px; }
  #cms .Apcounter .numscroller {
    font-weight: bold;
    font-size: 60px;
    line-height: 44px;
    color: #000;
    display: inline-block;
    vertical-align: top; }
  #cms .Apcounter li {
    position: relative;
    flex: 1;
    text-align: center;
    list-style: none; }
  #cms .Apcounter .counter-suffix {
    font-weight: bold;
    font-size: 36px;
    color: var(--theme-color-default);
    display: inline-block;
    vertical-align: top; }
  #cms .Apcounter p {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center; }
  #cms .Apcounter ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0; }
#cms .about-w,
#cms .mission-box {
  max-width: 450px; }
@media (min-width: 992px) {
  #cms .about-w {
    margin-left: 95px; }
    .rtl #cms .about-w {
      margin-right: 95px;
      margin-left: inherit; } }

.rtl .testi-h2 .testi-ct .item-1 {
  transform: translateX(60%); }
.rtl .testi-h2 .testi-ct .item-3 {
  transform: translateX(-60%); }
.rtl .testi-h2 .testi-ct .owl-buttons .owl-prev {
  transform: translateX(0); }
  .rtl .testi-h2 .testi-ct .owl-buttons .owl-prev:hover {
    transform: translateX(0); }
.rtl .testi-h2 .testi-ct .owl-buttons .owl-next {
  transform: translateX(110%); }
  .rtl .testi-h2 .testi-ct .owl-buttons .owl-next:hover {
    transform: translateX(110%); }
.rtl .breadcrumb-full {
  right: 50%;
  transform: translateX(50%); }

.img-faq {
  position: relative; }
  .img-faq .image_description {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    max-width: 250px; }
    .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; }
    .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; }

.faq-question-headings {
  margin-bottom: 30px; }
  .faq-question-headings img {
    float: left; }
    .rtl .faq-question-headings img {
      float: right; }
  .faq-question-headings .content {
    display: inline-block;
    padding-left: 25px; }
    .rtl .faq-question-headings .content {
      padding-right: 25px;
      padding-left: inherit; }
    .faq-question-headings .content span {
      font-size: 12px;
      font-weight: 600;
      display: inline-block;
      font-family: "Manrope", sans-serif;
      margin-bottom: 7px;
      text-transform: uppercase; }
    .faq-question-headings .content h3 {
      font-size: 36px;
      line-height: 40px;
      text-transform: uppercase;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .faq-question-headings .content h3 {
          font-size: 26px;
          line-height: 30px; } }
      @media (max-width: 767px) {
        .faq-question-headings .content h3 {
          font-size: 20px;
          line-height: 26px; } }

.wr-question {
  border-top: 1px solid #E6E6E6;
  text-align: left; }
  .rtl .wr-question {
    text-align: right; }
  .wr-question:last-child {
    border-bottom: 1px solid #E6E6E6; }
  .wr-question .question-title {
    padding: 15px 0; }
    .wr-question .question-title h5 {
      margin-bottom: 0; }
    .wr-question .question-title a {
      font-size: 18px;
      font-weight: 600;
      color: #000000;
      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: 575px) {
        .wr-question .question-title a {
          font-size: 14px; } }
      .wr-question .question-title a:before {
        content: '\f056';
        font-family: "FontAwesome";
        font-size: 25px;
        padding-right: 30px;
        vertical-align: -3px;
        color: var(--theme-color-default);
        float: left; }
        .rtl .wr-question .question-title a:before {
          padding-left: 30px;
          padding-right: inherit; }
        .rtl .wr-question .question-title a:before {
          float: right; }
        @media (max-width: 767px) {
          .wr-question .question-title a:before {
            padding-right: 10px; }
            .rtl .wr-question .question-title a:before {
              padding-left: 10px;
              padding-right: inherit; } }
      .wr-question .question-title a.collapsed:before {
        content: '\f055';
        color: #b3bdd1; }
  .wr-question .question-content {
    padding: 0px 40px 50px 60px;
    line-height: 30px; }
    .rtl .wr-question .question-content {
      padding: 0px 60px 50px 40px; }
    @media (max-width: 767px) {
      .wr-question .question-content {
        padding: 0px 40px 30px 35px;
        line-height: 24px; }
        .rtl .wr-question .question-content {
          padding: 0px 35px 30px 40px; } }

.lSSlideOuter .lSPager.lSGallery li {
  border: 1px solid #E6E6E6 !important;
  border-radius: 3px; }
  .lSSlideOuter .lSPager.lSGallery li.active {
    border: 2px solid var(--theme-color-default) !important; }

.leonextprevious-container {
  position: absolute;
  top: -20px;
  right: 50px;
  z-index: 99; }
  .rtl .leonextprevious-container {
    left: 50px;
    right: auto; }
  .leonextprevious-container > div a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    border: 2px solid #E6E6E6;
    background-color: #fff;
    position: relative;
    font-family: "Font Awesome 5 Pro";
    color: #666; }
    .leonextprevious-container > div a::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 20px; }
    .leonextprevious-container > div a::after {
      content: "";
      border: 10px solid transparent;
      border-bottom-color: #eee;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      visibility: hidden;
      transition: 0.5s all;
      opacity: 0; }
    .leonextprevious-container > div a .button-hover {
      position: absolute;
      left: 0;
      top: 100%;
      transform: translateX(-50%) translateY(50px);
      padding: 10px;
      border: 1px solid #E6E6E6;
      display: flex;
      flex-direction: column;
      gap: 5px 0;
      max-width: 150px;
      background-color: #fff;
      transition: 0.5s all;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      opacity: 0;
      visibility: hidden; }
      .leonextprevious-container > div a .button-hover img {
        width: 100%; }
      .leonextprevious-container > div a .button-hover .product-name {
        color: #000;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        margin-bottom: 0; }
      .leonextprevious-container > div a .button-hover .product-price {
        text-align: center;
        color: var(--theme-color-default); }
    .leonextprevious-container > div a:hover {
      background-color: #fff;
      border-color: var(--theme-color-default);
      color: var(--theme-color-default); }
      .leonextprevious-container > div a:hover .button-hover {
        transform: translateX(-50%) translateY(20px);
        opacity: 1;
        visibility: visible; }
      .leonextprevious-container > div a:hover::after {
        opacity: 1;
        visibility: visible; }
  .leonextprevious-container .leo-button-next a::before {
    content: "\f105"; }
  .leonextprevious-container .leo-button-prev a::before {
    content: "\f104"; }

.box-top-nav {
  padding-top: 14px;
  padding-bottom: 14px; }
  @media (max-width: 991px) {
    .box-top-nav {
      padding-top: 5px;
      padding-bottom: 5px;
      display: flex;
      flex-direction: row-reverse; } }

@media (max-width: 991px) {
  .box-top-left {
    display: none; } }

.box-top-right {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end; }

.box-top-link {
  margin-right: 17px; }
  .rtl .box-top-link {
    margin-left: 17px;
    margin-right: inherit; }
  .box-top-link ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .box-top-link ul li {
      padding: 0 13px;
      position: relative; }
      .box-top-link ul li::after {
        content: "";
        width: 1px;
        height: 16px;
        background-color: #E6E6E6;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
        .rtl .box-top-link ul li::after {
          left: 0;
          right: auto; }
  @media (max-width: 650px) {
    .box-top-link {
      display: none; } }

.nav_title_info {
  display: flex; }
  .nav_title_info li a span {
    color: var(--theme-color-default);
    font-weight: 800; }
  .nav_title_info .logout {
    padding: 0;
    font-weight: 800;
    color: var(--theme-color-default); }
  @media (max-width: 400px) {
    .nav_title_info {
      display: none; } }

@media (max-width: 400px) {
  .my-account {
    display: block !important; }
    .my-account.open .popup-content {
      display: block; } }
.my-account .ap-btn-wishlist {
  margin: 0;
  height: auto; }

.popup-over .my-account .popup-title {
  color: #999999; }
  .popup-over .my-account .popup-title span {
    text-transform: capitalize; }

.box-bottom-nav {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: flex-end;
  border-bottom: 1px solid #E6E6E6;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  width: calc(100% - 30px);
  border-bottom: 1px solid #E6E6E6; }
  .rtl .box-bottom-nav {
    margin-right: 15px;
    margin-left: inherit; }
  @media (max-width: 991px) {
    .box-bottom-nav {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media (max-width: 720px) {
    .box-bottom-nav {
      flex-wrap: wrap;
      gap: 10px 0; } }
  @media (max-width: 400px) {
    .box-bottom-nav > div:nth-child(2) {
      flex: 1; } }

.header_logo {
  flex: 1; }
  @media (max-width: 991px) {
    .header_logo {
      margin-left: 60px; }
      .rtl .header_logo {
        margin-right: 60px;
        margin-left: inherit; } }
  @media (max-width: 720px) {
    .header_logo {
      flex: none;
      width: 100%;
      margin: 0;
      text-align: center; } }

.leo-verticalmenu {
  margin-right: 27px; }
  .rtl .leo-verticalmenu {
    margin-left: 27px;
    margin-right: inherit; }
  @media (max-width: 400px) {
    .leo-verticalmenu {
      margin-right: 0; }
      .rtl .leo-verticalmenu {
        margin-left: 0;
        margin-right: inherit; } }

.verticalmenu-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 15px; }
  .verticalmenu-button::after {
    content: "\e90a";
    font-family: "autozpro";
    font-size: 12px;
    color: var(--theme-color-default); }
    @media (max-width: 720px) {
      .verticalmenu-button::after {
        display: none; } }
  @media (max-width: 400px) {
    .verticalmenu-button {
      display: block; } }

.headphone {
  font-size: 12px;
  line-height: 20px;
  margin-left: 36px;
  display: flex;
  align-items: center; }
  .rtl .headphone {
    margin-right: 36px;
    margin-left: inherit; }
  .headphone span.icon_at {
    color: #000000;
    width: 22px;
    height: 22px;
    margin-right: 10px; }
    .rtl .headphone span.icon_at {
      margin-left: 10px;
      margin-right: inherit; }
    .headphone span.icon_at::before {
      content: "\e908";
      font-size: 22px; }
  .headphone:hover span.icon_at {
    color: var(--theme-color-default); }
  @media (max-width: 991px) {
    .headphone {
      margin-left: 25px; }
      .headphone span:not(.icon_at) {
        display: none; }
      .headphone span.icon_at {
        margin-right: 0; }
        .rtl .headphone span.icon_at {
          margin-left: 0;
          margin-right: inherit; }
      .rtl .headphone {
        margin-right: 25px;
        margin-left: inherit; } }
  @media (max-width: 480px) {
    .headphone {
      margin-left: 20px; }
      .rtl .headphone {
        margin-right: 20px;
        margin-left: inherit; } }

#_desktop_cart {
  margin-left: 25px; }
  .rtl #_desktop_cart {
    margin-right: 25px;
    margin-left: inherit; }
  @media (max-width: 480px) {
    #_desktop_cart {
      margin-left: 20px; }
      .rtl #_desktop_cart {
        margin-right: 20px;
        margin-left: inherit; } }
  #_desktop_cart .header {
    display: flex;
    align-items: center; }
    #_desktop_cart .header i {
      color: #000000;
      font-family: "autozpro";
      display: block; }
      #_desktop_cart .header i::before {
        content: "\e904";
        font-size: 23px; }
    #_desktop_cart .header .header-link {
      display: flex;
      align-items: center; }
  #_desktop_cart .total-cart {
    display: flex;
    flex-direction: column; }
    #_desktop_cart .total-cart span:not(.value) {
      font-size: 12px;
      line-height: 20px;
      color: #999999; }
    #_desktop_cart .total-cart .value {
      line-height: 20px;
      font-weight: 800;
      color: #000000; }
    @media (max-width: 480px) {
      #_desktop_cart .total-cart {
        display: none; } }
  #_desktop_cart .icon-cart {
    position: relative;
    margin-right: 20px;
    height: 23px; }
    .rtl #_desktop_cart .icon-cart {
      margin-left: 20px;
      margin-right: inherit; }
    @media (max-width: 480px) {
      #_desktop_cart .icon-cart {
        margin-right: 0; }
        .rtl #_desktop_cart .icon-cart {
          margin-left: 0;
          margin-right: inherit; } }
  #_desktop_cart:hover .icon-cart i {
    color: var(--theme-color-default); }

.icon-cart .cart-products-count,
.header-button-wishlist .ap-btn-wishlist .ap-total-wishlist {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 14px;
  height: 12px;
  border-radius: 5px;
  background-color: #F14141;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  font-weight: 800;
  color: #FFFFFF; }
  .rtl .icon-cart .cart-products-count, .rtl
  .header-button-wishlist .ap-btn-wishlist .ap-total-wishlist {
    left: -10px;
    right: auto; }

.header-button-wishlist .ap-btn-wishlist {
  margin-left: 25px;
  position: relative;
  display: block;
  height: 22px; }
  .rtl .header-button-wishlist .ap-btn-wishlist {
    margin-right: 25px;
    margin-left: inherit; }
  @media (max-width: 480px) {
    .header-button-wishlist .ap-btn-wishlist {
      margin-left: 20px; }
      .rtl .header-button-wishlist .ap-btn-wishlist {
        margin-right: 20px;
        margin-left: inherit; } }
  .header-button-wishlist .ap-btn-wishlist .icon_at::before {
    content: "\e912";
    font-size: 22px;
    color: #000000; }
  .header-button-wishlist .ap-btn-wishlist:hover .icon_at::before {
    color: var(--theme-color-default); }

.box-top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 13px; }
  @media (max-width: 1199px) {
    .box-top-menu {
      padding-top: 0; } }
  @media (max-width: 991px) {
    .box-top-menu {
      position: absolute;
      bottom: 12px;
      padding-bottom: 0;
      z-index: 5; }
      .box-top-menu .navbar-header button {
        transform: translateX(-8px); } }
  @media (max-width: 720px) {
    .box-top-menu {
      bottom: 6px; } }
  @media (max-width: 400px) {
    .box-top-menu {
      bottom: 45px; } }

.box-language {
  display: flex;
  width: fit-content; }
  @media (max-width: 991px) {
    .box-language {
      position: absolute;
      bottom: 100%;
      transform: translateY(-100%); }
      .box-language .popup-over .popup-content {
        right: auto;
        left: 0; }
        .rtl .box-language .popup-over .popup-content {
          left: auto;
          right: auto; }
        .rtl .box-language .popup-over .popup-content {
          right: 0;
          left: auto; } }
  @media (max-width: 720px) {
    .box-language {
      transform: translateY(-290%); } }
  @media (max-width: 400px) {
    .box-language {
      transform: translateY(-115%); } }
  .box-language .cus-sign .cus-name {
    text-transform: capitalize;
    font-weight: 500; }
  .box-language .popup-title i:before {
    content: "\e900";
    font-family: "autozpro";
    margin-left: 5px;
    vertical-align: 2px;
    font-size: 5px;
    color: #cccccc; }
    .rtl .box-language .popup-title i:before {
      margin-right: 5px;
      margin-left: inherit; }
  .box-language .language-selector-wrapper {
    padding-left: 17px;
    position: relative; }
    .rtl .box-language .language-selector-wrapper {
      padding-right: 17px;
      padding-left: inherit; }
    @media (max-width: 400px) {
      .box-language .language-selector-wrapper {
        padding-left: 10px; }
        .rtl .box-language .language-selector-wrapper {
          padding-right: 10px;
          padding-left: inherit; } }
    .box-language .language-selector-wrapper::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 16px;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%);
      background-color: #E6E6E6; }
      .rtl .box-language .language-selector-wrapper::before {
        right: 0;
        left: auto; }
  .box-language .currency-selector {
    padding-right: 17px; }
    .rtl .box-language .currency-selector {
      padding-left: 17px;
      padding-right: inherit; }
    @media (max-width: 400px) {
      .box-language .currency-selector {
        padding-right: 10px; }
        .rtl .box-language .currency-selector {
          padding-left: 10px;
          padding-right: inherit; } }

@media (max-width: 991px) {
  .header-top {
    position: relative; } }

.container-filter {
  background-color: #212121;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  gap: 10px;
  flex-wrap: wrap; }
  [dir="rtl"] .container-filter {
    align-items: center; }
  @media (max-width: 1199px) {
    .container-filter {
      gap: 10px 0; } }
  .container-filter .filter-head-title {
    width: 130px;
    font-size: 17px;
    line-height: 50px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: capitalize;
    padding-top: 0;
    text-align: left;
    display: flex;
    gap: 0 13px;
    align-items: center; }
    .rtl .container-filter .filter-head-title {
      text-align: right; }
    @media (max-width: 1199px) {
      .container-filter .filter-head-title {
        justify-content: center;
        width: 100%;
        padding-bottom: 10px; } }
    @media (max-width: 600px) {
      .container-filter .filter-head-title {
        padding-bottom: 10px; } }
    .container-filter .filter-head-title:before {
      content: "\e902";
      font-family: "autozpro";
      color: #92bf38; }
  .container-filter .filter-type {
    padding: 0; }
    .container-filter .filter-type ul {
      display: none; }
    @media (max-width: 1199px) {
      .container-filter .filter-type {
        width: 100%; } }
  .container-filter #mmy tr {
    margin: 0;
    display: flex;
    gap: 10px; }
    @media (max-width: 1199px) {
      .container-filter #mmy tr {
        gap: 5px; } }
    @media (max-width: 991px) {
      .container-filter #mmy tr {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center; } }
  .container-filter .field-search .value-search {
    width: 250px; }
    @media (max-width: 1400px) {
      .container-filter .field-search .value-search {
        width: 200px; } }
    @media (max-width: 991px) {
      .container-filter .field-search .value-search {
        width: 45%;
        padding: 0; } }
    @media (max-width: 480px) {
      .container-filter .field-search .value-search {
        width: 95%;
        padding: 0; } }
  .container-filter .field-search .row-fluid, .container-filter .field-search .selectpicker {
    height: 100%; }
  .container-filter .field-search .selectpicker {
    border-radius: 3px;
    padding: 0 14px;
    background-color: #fff;
    color: #555555;
    font-size: 14px;
    line-height: 22px;
    height: 48px; }
  .container-filter .field-search .value-search:first-child .btn-default .filter-option::before {
    content: "1"; }
  .container-filter .field-search .value-search:nth-child(2) .btn-default .filter-option::before {
    content: "2"; }
  .container-filter .field-search .value-search:nth-child(3) .btn-default .filter-option::before {
    content: "3"; }
  .container-filter .field-search .value-search:nth-child(4) .btn-default .filter-option::before {
    content: "4"; }
  .container-filter .field-search .btn-group .btn-default {
    height: 48px;
    padding: 0 14px;
    background: #FFFFFF;
    border-radius: 3px;
    border-color: #E6E6E6; }
    .container-filter .field-search .btn-group .btn-default:after {
      border-top-color: #000000; }
    .container-filter .field-search .btn-group .btn-default .filter-option {
      color: #555555;
      font-size: 14px;
      line-height: 22px;
      font-weight: 500;
      display: flex;
      gap: 9px; }
      .container-filter .field-search .btn-group .btn-default .filter-option::before {
        display: block;
        font-size: 12px;
        line-height: 20px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #e1e1e1;
        font-weight: 800;
        color: #000000;
        text-align: center; }
  .container-filter .leo-partsfilter-submit {
    width: fit-content; }
    .container-filter .leo-partsfilter-submit .label {
      width: 90px;
      height: 48px;
      border-radius: 3px;
      padding: 0; }
    .container-filter .leo-partsfilter-submit .button-text {
      text-transform: uppercase;
      font-size: 12px;
      line-height: 48px;
      font-weight: 800;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0 10px;
      background-color: var(--theme-color-default);
      border-radius: 3px;
      position: relative;
      z-index: 1; }
      .container-filter .leo-partsfilter-submit .button-text:after {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-size: 16px; }
        [dir="rtl"] .container-filter .leo-partsfilter-submit .button-text:after {
          content: "\f104"; }
      .container-filter .leo-partsfilter-submit .button-text:hover {
        background: var(--theme-color-default);
        color: #000; }
        .container-filter .leo-partsfilter-submit .button-text:hover::before {
          left: 0%;
          right: auto;
          width: 100%; }
      .container-filter .leo-partsfilter-submit .button-text::before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        color: #FFFFFF;
        background-color: var(--theme-color-secondary);
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        border-radius: 3px; }

.box-slide .text-title, .box-slide .text-2, .box-slide .text-3, .box-slide .text-4 {
  text-transform: uppercase;
  font-weight: 800; }
.box-slide .text-title {
  line-height: 28px;
  color: var(--theme-color-default); }
.box-slide .text-2, .box-slide .text-3 {
  line-height: 28px;
  letter-spacing: -1px; }
.box-slide .text-4 {
  line-height: 72px;
  letter-spacing: -2px; }
.box-slide .text-5 {
  text-transform: capitalize;
  line-height: 28px; }
.box-slide .text-6 {
  line-height: 20px; }

.btn-slide {
  padding: 16px 28px;
  text-transform: uppercase;
  background-color: var(--theme-color-secondary);
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800 !important;
  border-radius: 3px;
  z-index: 1 !important; }
  .btn-slide i {
    margin-left: 11px;
    font-size: 16px;
    font-weight: 800; }
    .rtl .btn-slide i {
      margin-right: 11px;
      margin-left: inherit; }
  .btn-slide:hover {
    background: var(--theme-color-secondary);
    color: #fff; }
    .btn-slide:hover::before {
      left: 0%;
      right: auto;
      width: 100%; }
  .btn-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    color: #FFFFFF;
    background-color: var(--theme-color-default);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 3px; }

.box-slide .mobile-title,
.box-slide .mobile-heading, .box-slide2 .mobile-title,
.box-slide2 .mobile-heading {
  left: 50% !important;
  transform: translateX(-50%);
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  color: #fff; }
  .box-slide .mobile-title span,
  .box-slide .mobile-heading span, .box-slide2 .mobile-title span,
  .box-slide2 .mobile-heading span {
    color: var(--theme-color-secondary); }
.box-slide .mobile-btn, .box-slide2 .mobile-btn {
  left: 50% !important;
  transform: translateX(-50%);
  font-size: 20px; }

.box-category {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 991px) {
    .box-category {
      margin: 0; } }
  .box-category .cover-img {
    display: block;
    height: 92px; }
  .box-category ul li {
    text-align: center; }
    .box-category ul li .item-title a {
      font-size: 14px;
      line-height: 20px;
      font-weight: 800;
      color: #000000;
      transition: 0.2s all; }
    .box-category ul li:hover .item-title a {
      color: var(--theme-color-default); }
  .box-category .leo-qty {
    font-size: 12px;
    line-height: 20px;
    color: #999999; }

.btn-link {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  text-decoration-line: underline;
  position: relative;
  transition: 0.4s all; }
  .btn-link::after {
    position: absolute;
    content: "\e902";
    font-family: "autozpro";
    color: var(--theme-color-secondary);
    font-size: 10px;
    right: -15px;
    top: 1px; }
    .rtl .btn-link::after {
      left: -15px;
      right: auto; }
    [dir="rtl"] .btn-link::after {
      content: "\f104";
      font-family: "FontAwesome"; }
  .btn-link:hover {
    color: var(--theme-color-default); }
    .btn-link:hover::after {
      color: #FFFFFF; }

.box-banner .type-1 {
  display: grid;
  gap: 10px 10px;
  grid-template-columns: 31.5% 35.8% 31.5%; }
  @media (max-width: 1500px) {
    .box-banner .type-1 {
      grid-template-columns: 31.4% 35.8% 31.4%; } }
  @media (max-width: 1199px) {
    .box-banner .type-1 {
      grid-template-columns: calc( 50% - 5px) calc( 50% - 5px); } }
  @media (max-width: 680px) {
    .box-banner .type-1 {
      display: block; } }
  .box-banner .type-1 .block {
    position: relative; }
    .box-banner .type-1 .block img {
      max-width: none;
      height: 100% !important; }
.box-banner .image_description {
  position: absolute;
  color: #FFFFFF; }
.box-banner .i1 .image_description, .box-banner .i2 .image_description {
  top: 70px;
  left: 60px; }
  @media (max-width: 1650px) and (min-width: 1200px) {
    .box-banner .i1 .image_description, .box-banner .i2 .image_description {
      top: 40px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-banner .i1 .image_description, .box-banner .i2 .image_description {
      top: 50px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-banner .i1 .image_description, .box-banner .i2 .image_description {
      top: 40px; } }
  @media (max-width: 767px) and (min-width: 681px) {
    .box-banner .i1 .image_description, .box-banner .i2 .image_description {
      top: 30px; } }
.box-banner .i3 .image_description {
  top: 50px;
  left: 60px; }
  @media (max-width: 1500px) and (min-width: 1200px) {
    .box-banner .i3 .image_description {
      top: 30px; } }
  @media (max-width: 900px) and (min-width: 681px) {
    .box-banner .i3 .image_description {
      top: 30px; } }
.box-banner .i4 .image_description {
  top: 40px;
  right: 68px; }
  @media (max-width: 1500px) and (min-width: 1200px) {
    .box-banner .i4 .image_description {
      top: 30px; } }
  @media (max-width: 900px) and (min-width: 681px) {
    .box-banner .i4 .image_description {
      top: 30px; } }
@media (max-width: 680px) {
  .box-banner .i1, .box-banner .i2, .box-banner .i3 {
    margin-bottom: 10px; } }
@media (max-width: 1300px) and (min-width: 1200px) {
  .box-banner .banner-heading {
    font-size: 35px;
    line-height: 35px; } }
@media (max-width: 991px) and (min-width: 851px) {
  .box-banner .banner-heading {
    font-size: 40px;
    line-height: 40px; } }
@media (max-width: 850px) and (min-width: 768px) {
  .box-banner .banner-heading {
    font-size: 30px;
    line-height: 30px; } }
@media (max-width: 767px) and (min-width: 681px) {
  .box-banner .banner-heading {
    font-size: 25px;
    line-height: 25px; } }
@media (max-width: 1300px) and (min-width: 1200px) {
  .box-banner .banner-heading2 {
    font-size: 20px;
    line-height: 20px; } }
@media (max-width: 767px) and (min-width: 681px) {
  .box-banner .banner-heading2 {
    font-size: 20px;
    line-height: 20px; } }
.box-banner .banner-text {
  margin-bottom: 50px; }
  .box-banner .banner-text span {
    color: var(--theme-color-secondary);
    font-weight: 800; }
  @media (max-width: 1650px) and (min-width: 1200px) {
    .box-banner .banner-text {
      margin-bottom: 30px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-banner .banner-text {
      margin-bottom: 30px; } }
  @media (max-width: 767px) and (min-width: 681px) {
    .box-banner .banner-text {
      margin-bottom: 20px; } }
.box-banner .i1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3; }
  .box-banner .i1 .image_description {
    color: #000000; }
  @media (max-width: 1199px) {
    .box-banner .i1 {
      grid-row: 1 / 2; } }
.box-banner .i2 {
  grid-column: 2 / 3;
  grid-row: 1 / 3; }
  @media (max-width: 1199px) {
    .box-banner .i2 {
      grid-row: 1 / 2; } }
  .box-banner .i2 .image_description .btn:before {
    background-color: var(--theme-color-secondary); }
.box-banner .i3 {
  grid-column: 3 / 4;
  grid-row: 1 / 2; }
  @media (max-width: 1199px) {
    .box-banner .i3 {
      grid-column: 1 / 2;
      grid-row: 2 / 3; } }
.box-banner .i4 {
  grid-column: 3 / 4;
  grid-row: 2 / 3; }
  @media (max-width: 1199px) {
    .box-banner .i4 {
      grid-column: 2 / 3;
      grid-row: 2 / 3; } }
@media (max-width: 600px) {
  .box-banner .i1 .image_description {
    top: 50px; }
  .box-banner .i2 .image_description {
    top: 30px; }
  .box-banner .banner-heading {
    font-size: 35px;
    line-height: 35px; }
  .box-banner .banner-text {
    margin-bottom: 30px; } }
@media (max-width: 550px) {
  .box-banner .i3 .image_description, .box-banner .i4 .image_description {
    top: 30px; } }
@media (max-width: 450px) {
  .box-banner .banner-heading {
    font-size: 25px;
    line-height: 25px; }
  .box-banner .banner-text {
    margin-bottom: 20px; }
  .box-banner .banner-heading2 {
    font-size: 25px;
    line-height: 25px; } }
@media (max-width: 390px) {
  .box-banner .banner-heading {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px; }
  .box-banner .banner-heading2 {
    font-size: 20px;
    line-height: 20px; }
  .box-banner .banner-title {
    font-size: 14px;
    line-height: 20px; }
  .box-banner .banner-text {
    margin-bottom: 15px; }
  .box-banner .btn {
    padding: 10px 20px;
    line-height: 14px; }
  .box-banner .i1 .image_description, .box-banner .i2 .image_description {
    left: 45px; }
    .rtl .box-banner .i1 .image_description, .rtl .box-banner .i2 .image_description {
      right: 45px;
      left: auto; }
  .box-banner .i1 .image_description {
    top: 30px; }
  .box-banner .i3 .image_description, .box-banner .i4 .image_description {
    top: 20px; } }

.banner-text {
  font-size: 16px;
  line-height: 20px; }

.banner-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 800;
  text-transform: uppercase; }
  .banner-title .yl {
    color: var(--theme-color-secondary); }

.banner-heading2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -1px; }

.banner-heading3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: -1px; }
  .banner-heading3 span {
    font-weight: 800; }

.banner-heading {
  font-weight: 800;
  line-height: 48px;
  font-size: 48px;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 12px; }
  @media (max-width: 1400px) and (min-width: 1301px) {
    .banner-heading {
      font-size: 40px;
      line-height: 40px; } }

.box-deals {
  padding-top: 55px;
  padding-bottom: 55px; }
  @media (min-width: 1400px) {
    .box-deals .thumbnail-container {
      flex-direction: row; }
      .box-deals .thumbnail-container .p-info {
        position: absolute;
        bottom: 0;
        left: 0; }
        .rtl .box-deals .thumbnail-container .p-info {
          right: 0;
          left: auto; } }
  @media (max-width: 767px) and (min-width: 550px) {
    .box-deals .thumbnail-container {
      flex-direction: row; }
      .box-deals .thumbnail-container .p-info {
        position: absolute;
        bottom: 0;
        left: 0; }
        .rtl .box-deals .thumbnail-container .p-info {
          right: 0;
          left: auto; } }
  .box-deals .owl-item.first .thumbnail-container {
    border-right: 1px solid #E6E6E6;
    margin-right: 20px; }
    .rtl .box-deals .owl-item.first .thumbnail-container {
      border-left: 1px solid #E6E6E6;
      border-right: inherit; }
    .rtl .box-deals .owl-item.first .thumbnail-container {
      margin-left: 20px;
      margin-right: inherit; }
    @media (max-width: 1750px) {
      .box-deals .owl-item.first .thumbnail-container {
        margin-right: 0; }
        .rtl .box-deals .owl-item.first .thumbnail-container {
          margin-left: 0;
          margin-right: inherit; } }
    @media (max-width: 1500px) {
      .box-deals .owl-item.first .thumbnail-container {
        border: none; } }
  .box-deals .title_block {
    margin-bottom: 26px;
    display: flex;
    align-items: center; }
    .box-deals .title_block::after {
      content: "";
      position: relative;
      display: inline-block;
      flex: 1;
      height: 1px;
      background-color: #E6E6E6;
      margin-left: 20px;
      margin-right: 90px; }
      .rtl .box-deals .title_block::after {
        margin-left: 90px;
        margin-right: inherit; }
      [dir="rtl"] .box-deals .title_block::after {
        margin-right: 20px; }
      @media (max-width: 480px) {
        .box-deals .title_block::after {
          display: none; } }
  .box-deals .owl-theme .owl-buttons div.owl-prev, .box-deals .owl-theme .owl-buttons div.owl-next {
    top: 0;
    right: 15px;
    left: auto;
    border: 1px solid #E6E6E6;
    border-radius: 50%; }
    [dir="rtl"] .box-deals .owl-theme .owl-buttons div.owl-prev, [dir="rtl"] .box-deals .owl-theme .owl-buttons div.owl-next {
      left: 15px;
      right: auto; }
  .box-deals .owl-theme .owl-buttons .owl-prev {
    transform: translateX(-105%) translateY(-100%); }
    [dir="rtl"] .box-deals .owl-theme .owl-buttons .owl-prev {
      transform: translateX(105%) translateY(-100%); }
  .box-deals .owl-theme .owl-buttons .owl-next {
    transform: translateY(-100%); }
  .box-deals .title-block {
    color: var(--theme-color-default);
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 15px; }
  .box-deals #block-newsletter-sub {
    max-width: 290px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    font-weight: 800;
    color: #000000;
    text-transform: capitalize;
    margin: 0 auto 33px;
    padding-top: 0; }
  .box-deals .block_newsletter {
    text-align: center;
    padding: 55px 50px;
    border: 1px solid #E6E6E6; }
    @media (max-width: 1400px) {
      .box-deals .block_newsletter {
        padding: 30px 30px; } }
    @media (max-width: 1199px) {
      .box-deals .block_newsletter {
        padding: 30px 15px; } }
    .box-deals .block_newsletter .input-wrapper {
      flex-wrap: wrap;
      gap: 10px 0; }
      .box-deals .block_newsletter .input-wrapper input[type=email] {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        height: auto;
        background-color: #fff;
        border: 1px solid #E6E6E6;
        border-radius: 3px;
        padding: 13px 20px; }
      .box-deals .block_newsletter .input-wrapper .btn {
        height: auto;
        width: 100%;
        margin: 0;
        font-size: 12px;
        line-height: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        background-color: var(--theme-color-secondary);
        color: #000000;
        border: none;
        z-index: 1; }
        .box-deals .block_newsletter .input-wrapper .btn i {
          font-family: "FontAwesome";
          font-size: 16px;
          font-weight: 600; }
          [dir="rtl"] .box-deals .block_newsletter .input-wrapper .btn i::before {
            content: "\f104"; }
        .box-deals .block_newsletter .input-wrapper .btn:hover {
          background: transparent;
          color: #fff; }
          .box-deals .block_newsletter .input-wrapper .btn:hover::before {
            left: 0%;
            right: auto;
            width: 100%; }
        .box-deals .block_newsletter .input-wrapper .btn::before {
          content: "";
          display: block;
          position: absolute;
          top: 0px;
          right: 0px;
          height: 100%;
          width: 0px;
          z-index: -1;
          color: #FFFFFF;
          background-color: var(--theme-color-default);
          transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
          border-radius: 3px; }
  .box-deals .sub-email {
    position: relative; }
    @media (max-width: 767px) {
      .box-deals .sub-email {
        margin-top: 15px; } }
    .box-deals .sub-email .sub-img {
      position: absolute;
      top: -9px;
      right: 15px;
      transform: translateX(50%); }
      .rtl .box-deals .sub-email .sub-img {
        left: 15px;
        right: auto; }
      [dir="rtl"] .box-deals .sub-email .sub-img {
        transform: translateX(-50%) rotateY(180deg); }
      @media (max-width: 1199px) and (min-width: 768px) {
        .box-deals .sub-email .sub-img {
          top: 0;
          transform: translate(50%, -65%); }
          [dir="rtl"] .box-deals .sub-email .sub-img {
            transform: translate(-50%, -65%) rotateY(180deg); } }
      @media (max-width: 400px) {
        .box-deals .sub-email .sub-img {
          top: 0;
          transform: translate(50%, -65%); }
          [dir="rtl"] .box-deals .sub-email .sub-img {
            transform: translate(-50%, -65%) rotateY(180deg); } }

.box-product {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 576px) {
    .box-product {
      display: flex; } }
  .box-product.no-pd-t {
    padding-top: 0; }

@media (min-width: 576px) {
  .box-product-img {
    padding-right: 0; } }
@media (max-width: 1400px) and (min-width: 1200px) {
  .box-product-img {
    width: 30%; } }
.box-product-img .image_description {
  position: absolute;
  top: 37px;
  left: 40px; }
  .rtl .box-product-img .image_description {
    right: 40px;
    left: auto; }
.box-product-img .block {
  position: relative;
  overflow: hidden; }
  .box-product-img .block img {
    transition: 1s all; }
  @media (max-width: 1599px) and (min-width: 576px) {
    .box-product-img .block {
      height: 100%; }
      .box-product-img .block img {
        height: 100% !important;
        width: auto !important; } }
.box-product-img:hover .block img {
  transform: scale(1.2);
  opacity: 0.9; }
.box-product-img .title_block {
  color: #FFFFFF;
  margin-bottom: 22px; }
.box-product-img ul {
  margin-bottom: 22px; }
  .box-product-img ul li {
    display: flex;
    align-items: center;
    gap: 0 9px; }
    .box-product-img ul li a {
      color: #FFFFFF;
      font-size: 14px;
      line-height: 24px;
      font-weight: 600;
      text-transform: capitalize; }
    .box-product-img ul li::before {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: var(--theme-color-secondary); }
    .box-product-img ul li:hover a {
      color: var(--theme-color-default); }

@media (min-width: 576px) {
  .box-product-list {
    margin-right: 15px;
    margin-left: -15px;
    background-color: #fff; }
    .rtl .box-product-list {
      margin-left: 15px;
      margin-right: inherit; }
    .rtl .box-product-list {
      margin-right: -15px;
      margin-left: inherit; } }
@media (max-width: 1400px) and (min-width: 1200px) {
  .box-product-list {
    width: 70%; } }
.box-product-list .block, .box-product-list .block_content, .box-product-list .owl-row, .box-product-list .owl-theme, .box-product-list .owl-wrapper-outer, .box-product-list .owl-wrapper, .box-product-list .owl-item {
  height: 100%; }
@media (min-width: 576px) {
  .box-product-list .owl-item:not(.last) {
    border-right: 1px solid #E6E6E6; }
    .rtl .box-product-list .owl-item:not(.last) {
      border-left: 1px solid #E6E6E6;
      border-right: inherit; } }
.box-product-list .owl-carousel .owl-item {
  padding: 20px 20px 0; }
  @media (max-width: 1599px) {
    .box-product-list .owl-carousel .owl-item {
      padding: 20px; } }
  @media (min-width: 481px) {
    .box-product-list .owl-carousel .owl-item .thumbnail-container .product-flags {
      top: 0;
      left: 0; }
      .rtl .box-product-list .owl-carousel .owl-item .thumbnail-container .product-flags {
        right: 0;
        left: auto; } }
.box-product-list .thumbnail-container .product-image {
  border: none; }
.box-product-list .thumbnail-container .product-title a {
  font-size: 14px;
  line-height: 22px; }
@media (min-width: 992px) {
  .box-product-list .owl-theme .owl-buttons div {
    opacity: 0; } }
.box-product-list .owl-theme .owl-buttons div.owl-prev {
  left: 0; }
  .rtl .box-product-list .owl-theme .owl-buttons div.owl-prev {
    right: 0;
    left: auto; }
  @media (min-width: 992px) {
    .box-product-list .owl-theme .owl-buttons div.owl-prev {
      transform: translateX(-50%); }
      [dir="rtl"] .box-product-list .owl-theme .owl-buttons div.owl-prev {
        transform: translateX(50%); } }
.box-product-list .owl-theme .owl-buttons div.owl-next {
  right: 0; }
  .rtl .box-product-list .owl-theme .owl-buttons div.owl-next {
    left: 0;
    right: auto; }
  @media (min-width: 992px) {
    .box-product-list .owl-theme .owl-buttons div.owl-next {
      transform: translateX(50%); }
      [dir="rtl"] .box-product-list .owl-theme .owl-buttons div.owl-next {
        transform: translateX(-50%); } }
.box-product-list .products_block:hover .owl-theme .owl-buttons div {
  opacity: 1; }

.box-banner-2 {
  display: flex;
  gap: 10px; }
  @media (max-width: 1199px) {
    .box-banner-2 {
      flex-wrap: wrap;
      justify-content: center; }
      .box-banner-2 .i1, .box-banner-2 .i2, .box-banner-2 .i3 {
        width: calc(50% - 5px); } }
  @media (max-width: 800px) {
    .box-banner-2 .i1, .box-banner-2 .i2, .box-banner-2 .i3 {
      width: 80%; } }
  @media (max-width: 700px) {
    .box-banner-2 .i1, .box-banner-2 .i2, .box-banner-2 .i3 {
      width: 90%; } }
  @media (max-width: 600px) {
    .box-banner-2 .i1, .box-banner-2 .i2, .box-banner-2 .i3 {
      width: 100%; } }
  .box-banner-2 .i1, .box-banner-2 .i2, .box-banner-2 .i3 {
    position: relative;
    overflow: hidden; }
    .box-banner-2 .i1 img, .box-banner-2 .i2 img, .box-banner-2 .i3 img {
      transition: 1.5s all; }
    .box-banner-2 .i1:hover img, .box-banner-2 .i2:hover img, .box-banner-2 .i3:hover img {
      transform: scale(1.2) rotate(-5deg);
      opacity: 0.95; }
  .box-banner-2 .image_description {
    position: absolute;
    color: #FFFFFF; }
  .box-banner-2 .i1 .image_description {
    top: 55px;
    right: 46px; }
  .box-banner-2 .i1 .banner-heading2 {
    font-weight: 500;
    margin-bottom: 26px; }
    .box-banner-2 .i1 .banner-heading2 span {
      font-weight: 800;
      color: var(--theme-color-secondary); }
  .box-banner-2 .i2 .image_description {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
  .box-banner-2 .i2 .banner-title {
    margin-bottom: 13px; }
  .box-banner-2 .i2 .btn-page {
    background-color: var(--theme-color-secondary); }
  .box-banner-2 .i3 .image_description {
    top: 55px;
    right: 90px; }
  .box-banner-2 .i3 .banner-heading2 {
    font-weight: 500;
    margin-bottom: 26px; }
    .box-banner-2 .i3 .banner-heading2 span {
      font-weight: 800;
      color: #F14141; }
  @media (max-width: 1400px) and (min-width: 801px) {
    .box-banner-2 .i1 .image_description, .box-banner-2 .i3 .image_description {
      top: 30px; }
    .box-banner-2 .i2 .banner-heading3 {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 480px) {
    .box-banner-2 .i1 .image_description, .box-banner-2 .i3 .image_description {
      top: 30px; }
    .box-banner-2 .i2 .banner-heading3 {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 400px) {
    .box-banner-2 .banner-title {
      font-size: 14px;
      line-height: 24px; }
    .box-banner-2 .i1 .image_description, .box-banner-2 .i3 .image_description {
      top: 15px;
      right: 30px; }
      .rtl .box-banner-2 .i1 .image_description, .rtl .box-banner-2 .i3 .image_description {
        left: 30px;
        right: auto; }
    .box-banner-2 .i1 .banner-heading2, .box-banner-2 .i3 .banner-heading2 {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 15px; }
    .box-banner-2 .btn-page {
      padding: 10px 20px; }
    .box-banner-2 .i2 .banner-heading3 {
      font-size: 20px;
      line-height: 20px; }
    .box-banner-2 .i2 .banner-title {
      margin-bottom: 10px; } }

.box-product2 {
  padding-top: 50px;
  padding-bottom: 50px; }

.box-product-item {
  display: flex; }
  @media (max-width: 1350px) {
    .box-product-item {
      justify-content: flex-end; }
      .box-product-item.second {
        justify-content: flex-start; } }
  @media (max-width: 1199px) {
    .box-product-item:first-child {
      margin-bottom: 15px;
      flex-direction: row-reverse;
      justify-content: flex-start; } }
  @media (max-width: 699px) {
    .box-product-item:first-child {
      margin-bottom: 15px;
      flex-direction: row;
      justify-content: center; }
    .box-product-item.second {
      justify-content: center; } }
  @media (max-width: 450px) {
    .box-product-item {
      display: block; } }
  .box-product-item .owl-row {
    margin: 0; }
  .box-product-item .products_block {
    width: 72%; }
    @media (max-width: 1350px) and (min-width: 1200px) {
      .box-product-item .products_block {
        width: 55%; } }
    @media (max-width: 1199px) {
      .box-product-item .products_block {
        width: 75%;
        background-color: #FFFFFF; } }
    @media (max-width: 991px) {
      .box-product-item .products_block {
        width: 70%; } }
    @media (max-width: 699px) {
      .box-product-item .products_block {
        width: 55%; } }
    @media (max-width: 450px) {
      .box-product-item .products_block {
        width: 100%; } }
  .box-product-item .thumbnail-container {
    display: flex;
    padding: 20px;
    border: 1px solid #E6E6E6;
    background-color: #FFFFFF;
    border-bottom-color: transparent;
    border-right: none;
    gap: 10px; }
    [dir="rtl"] .box-product-item .thumbnail-container {
      padding: 20px 15px; }
    @media (max-width: 1400) and (min-width: 1351px) {
      .box-product-item .thumbnail-container {
        padding: 15px; } }
    @media (max-width: 700px) {
      .box-product-item .thumbnail-container {
        border-left: none; } }
    .box-product-item .thumbnail-container .product-image {
      width: 46%;
      border: none; }
    .box-product-item .thumbnail-container .product-meta {
      width: 55%; }
    .box-product-item .thumbnail-container .category-default {
      display: none; }
    .box-product-item .thumbnail-container .product-price-and-shipping {
      margin-top: 0;
      display: flex;
      gap: 0 5px;
      align-items: center; }
      @media (max-width: 1400px) and (min-width: 700px) {
        .box-product-item .thumbnail-container .product-price-and-shipping.has_discount .regular-price {
          display: none; }
        .box-product-item .thumbnail-container .product-price-and-shipping.has_discount .price {
          color: var(--theme-color-default); } }
    .box-product-item .thumbnail-container .product-flag {
      display: none; }
  .box-product-item .owl-carousel .owl-item {
    padding: 0; }
  .box-product-item .wishlist {
    display: none !important; }
  .box-product-item .functional-buttons {
    display: none !important; }
  .box-product-item .owl-item article:first-child .thumbnail-container {
    border-top: none; }
  .box-product-item .product-img {
    position: relative;
    overflow: hidden; }
    @media (max-width: 450px) {
      .box-product-item .product-img img {
        width: 100% !important;
        height: auto !important; } }
    .box-product-item .product-img img {
      transition: 1.5s all; }
    .box-product-item .product-img:hover img {
      transform: scale(1.2);
      opacity: 0.95; }
    .box-product-item .product-img .image_description {
      position: absolute;
      top: 30px;
      left: 40px; }
      .rtl .box-product-item .product-img .image_description {
        right: 40px;
        left: auto; }
    .box-product-item .product-img .title_block {
      color: #FFFFFF;
      margin-bottom: 22px; }
    .box-product-item .product-img ul {
      margin-bottom: 22px; }
      .box-product-item .product-img ul li {
        display: flex;
        align-items: center;
        gap: 0 9px; }
        .box-product-item .product-img ul li a {
          color: #FFFFFF;
          font-size: 14px;
          line-height: 24px;
          font-weight: 600;
          text-transform: capitalize; }
        .box-product-item .product-img ul li::before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: var(--theme-color-secondary); }
        .box-product-item .product-img ul li:hover a {
          color: var(--theme-color-default); }

.box-brands {
  margin: 0;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.box-brands-left {
  padding-left: 40px;
  padding-top: 34px;
  padding-bottom: 34px; }
  .rtl .box-brands-left {
    padding-right: 40px;
    padding-left: inherit; }
  @media (max-width: 1400px) and (min-width: 1200px) {
    .box-brands-left {
      padding-left: 15px; }
      .rtl .box-brands-left {
        padding-right: 15px;
        padding-left: inherit; } }
  @media (max-width: 767px) {
    .box-brands-left {
      padding-top: 15px;
      padding-bottom: 0; } }
  .box-brands-left .title_block {
    margin-bottom: 15px; }
  .box-brands-left .btn-link {
    color: #000000; }
    .box-brands-left .btn-link:hover {
      color: var(--theme-color-default); }
      .box-brands-left .btn-link:hover::after {
        color: var(--theme-color-secondary); }
    .box-brands-left .btn-link::after {
      color: var(--theme-color-default); }

.box-brands-right .owl-theme .owl-buttons div {
  border: 1px solid #E6E6E6;
  background-color: #fff; }
  .box-brands-right .owl-theme .owl-buttons div.owl-next {
    right: 0;
    transform: translateX(50%); }
    .rtl .box-brands-right .owl-theme .owl-buttons div.owl-next {
      left: 0;
      right: auto; }
    @media (min-width: 992px) {
      [dir="rtl"] .box-brands-right .owl-theme .owl-buttons div.owl-next {
        transform: translateX(-50%); } }
  .box-brands-right .owl-theme .owl-buttons div.owl-prev {
    left: 0;
    transform: translateX(-50%); }
    .rtl .box-brands-right .owl-theme .owl-buttons div.owl-prev {
      right: 0;
      left: auto; }
    @media (min-width: 992px) {
      [dir="rtl"] .box-brands-right .owl-theme .owl-buttons div.owl-prev {
        transform: translateX(50%); } }
  @media (max-width: 991px) {
    .box-brands-right .owl-theme .owl-buttons div.owl-next {
      right: 0;
      transform: translateX(0); }
      .rtl .box-brands-right .owl-theme .owl-buttons div.owl-next {
        left: 0;
        right: auto; }
    .box-brands-right .owl-theme .owl-buttons div.owl-prev {
      left: 0;
      transform: translateX(0); }
      .rtl .box-brands-right .owl-theme .owl-buttons div.owl-prev {
        right: 0;
        left: auto; } }

.box-best {
  padding-top: 50px;
  padding-bottom: 50px; }

.box-best-item {
  display: flex;
  flex-wrap: wrap; }
  .box-best-item .block {
    background-color: #FFFFFF; }
  .box-best-item .products_block {
    width: 100%;
    border-top: 1px solid #E6E6E6; }
    .box-best-item .products_block .owl-row {
      margin: 0; }
  .box-best-item .thumbnail-container .product-image {
    border: none;
    overflow: visible; }
  .box-best-item .thumbnail-container .leo-list-product-reviews {
    display: none; }
  .box-best-item .thumbnail-container .category-default {
    margin-bottom: 0; }
  .box-best-item .thumbnail-container .functional-buttons .leo-compare-button .name-btn-product {
    left: auto;
    right: 0;
    transform: translateX(0); }
    .rtl .box-best-item .thumbnail-container .functional-buttons .leo-compare-button .name-btn-product {
      right: auto;
      left: auto; }
    .rtl .box-best-item .thumbnail-container .functional-buttons .leo-compare-button .name-btn-product {
      left: 0;
      right: auto; }
    .box-best-item .thumbnail-container .functional-buttons .leo-compare-button .name-btn-product::before {
      left: auto;
      right: 15px;
      transform: translateX(0); }
      .rtl .box-best-item .thumbnail-container .functional-buttons .leo-compare-button .name-btn-product::before {
        right: auto;
        left: auto; }
      .rtl .box-best-item .thumbnail-container .functional-buttons .leo-compare-button .name-btn-product::before {
        left: 15px;
        right: auto; }
  .box-best-item .owl-carousel .owl-item {
    padding: 20px;
    border-right: 1px solid #E6E6E6; }
    .rtl .box-best-item .owl-carousel .owl-item {
      border-left: 1px solid #E6E6E6;
      border-right: inherit; }
    .box-best-item .owl-carousel .owl-item.last {
      border: none; }
  .box-best-item .owl-theme .owl-buttons div {
    border: 1px solid #E6E6E6;
    background-color: #fff;
    opacity: 0.5; }
    @media (min-width: 992px) {
      .box-best-item .owl-theme .owl-buttons div {
        opacity: 0; } }
    .box-best-item .owl-theme .owl-buttons div:hover {
      opacity: 1; }
    .box-best-item .owl-theme .owl-buttons div.owl-next {
      right: 0;
      transform: translateX(50%); }
      .rtl .box-best-item .owl-theme .owl-buttons div.owl-next {
        left: 0;
        right: auto; }
      @media (min-width: 992px) {
        [dir="rtl"] .box-best-item .owl-theme .owl-buttons div.owl-next {
          transform: translateX(-50%); } }
    .box-best-item .owl-theme .owl-buttons div.owl-prev {
      left: 0;
      transform: translateX(-50%); }
      .rtl .box-best-item .owl-theme .owl-buttons div.owl-prev {
        right: 0;
        left: auto; }
      @media (min-width: 992px) {
        [dir="rtl"] .box-best-item .owl-theme .owl-buttons div.owl-prev {
          transform: translateX(50%); } }
    @media (max-width: 991px) {
      .box-best-item .owl-theme .owl-buttons div.owl-next {
        right: 0;
        transform: translateX(0); }
        .rtl .box-best-item .owl-theme .owl-buttons div.owl-next {
          left: 0;
          right: auto; }
      .box-best-item .owl-theme .owl-buttons div.owl-prev {
        left: 0;
        transform: translateX(0); }
        .rtl .box-best-item .owl-theme .owl-buttons div.owl-prev {
          right: 0;
          left: auto; } }
  @media (max-width: 992px) {
    .box-best-item {
      margin-bottom: 15px; }
      .box-best-item:last-child {
        margin-bottom: 0; } }
  .box-best-item .products_block:hover .owl-theme .owl-buttons div {
    opacity: 1; }

.box-best-top {
  flex: 1;
  padding: 36px 0 36px 40px; }
  .rtl .box-best-top {
    padding: 36px 40px 36px 0; }
  @media (max-width: 1500px) and (min-width: 1401px) {
    .box-best-top {
      padding: 36px 0 36px 20px; }
      .rtl .box-best-top {
        padding: 36px 20px 36px 0; } }
  @media (max-width: 1400px) and (min-width: 1200px) {
    .box-best-top {
      padding: 20px 0 20px 20px; }
      .rtl .box-best-top {
        padding: 20px 20px 20px 0; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-best-top {
      padding: 20px 0 20px 15px; }
      .rtl .box-best-top {
        padding: 20px 15px 20px 0; } }
  @media (max-width: 500px) {
    .box-best-top {
      padding: 20px 0 20px 15px; }
      .rtl .box-best-top {
        padding: 20px 15px 20px 0; } }
  .box-best-top .block_content {
    display: flex;
    align-items: flex-end;
    gap: 0 20px; }
    @media (max-width: 1400px) and (min-width: 992px) {
      .box-best-top .block_content {
        flex-wrap: wrap; }
        .box-best-top .block_content .title_block {
          width: 100%; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box-best-top .block_content .title_block {
        height: 56px; } }
    @media (max-width: 500px) {
      .box-best-top .block_content {
        flex-wrap: wrap; }
        .box-best-top .block_content .title_block {
          width: 100%; } }
  .box-best-top .btn-link {
    color: #000000; }
    .box-best-top .btn-link:hover {
      color: var(--theme-color-default); }
      .box-best-top .btn-link:hover::after {
        color: var(--theme-color-default); }

.box-best-img {
  padding-top: 16px;
  padding-right: 38px; }
  .rtl .box-best-img {
    padding-left: 38px;
    padding-right: inherit; }
  @media (max-width: 1500px) and (min-width: 1200px) {
    .box-best-img {
      padding-right: 20px; }
      .rtl .box-best-img {
        padding-left: 20px;
        padding-right: inherit; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-best-img {
      padding-right: 15px; }
      .rtl .box-best-img {
        padding-left: 15px;
        padding-right: inherit; } }
  @media (max-width: 500px) {
    .box-best-img {
      padding-right: 15px; }
      .rtl .box-best-img {
        padding-left: 15px;
        padding-right: inherit; } }
  .box-best-img img {
    max-height: 84px; }

.box-about {
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

@media (max-width: 1700px) {
  .box-about-owl .owl-item.active .block-carousel-image-container {
    left: 100%;
    transform: translateX(-100%); } }
.box-about-owl .block-carousel-image-container {
  position: relative;
  width: fit-content; }
  .box-about-owl .block-carousel-image-container img {
    position: relative;
    height: 100%;
    max-width: none; }
.box-about-owl .block_carousel {
  overflow: hidden; }
.box-about-owl .descript {
  position: absolute;
  top: 25%;
  right: 43px;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  letter-spacing: -1px;
  text-align: right;
  text-transform: uppercase; }
  .rtl .box-about-owl .descript {
    text-align: left; }
.box-about-owl .owl-pagination {
  position: absolute;
  top: 45%;
  left: 87%;
  display: flex;
  align-items: center; }
  @media (max-width: 1500px) {
    .box-about-owl .owl-pagination {
      top: 50%; } }
.box-about-owl .owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background-color: #000000;
  opacity: 1; }
.box-about-owl .owl-theme .owl-controls .owl-page.active span {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #000000; }

@media (max-width: 991px) {
  .box-about-ct {
    margin-top: 20px; } }
.box-about-ct .sub-title-widget {
  margin-bottom: 27px; }
  @media (max-width: 1100px) and (min-width: 992px) {
    .box-about-ct .sub-title-widget {
      font-size: 40px; } }
  @media (max-width: 575px) {
    .box-about-ct .sub-title-widget {
      font-size: 40px; } }
  @media (max-width: 480px) {
    .box-about-ct .sub-title-widget {
      font-size: 35px;
      line-height: 40px; } }
  @media (max-width: 400px) {
    .box-about-ct .sub-title-widget {
      font-size: 26px;
      line-height: 30px; } }
.box-about-ct .bold {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 18px;
  max-width: 474px; }
.box-about-ct p {
  max-width: 514px;
  margin-bottom: 24px; }
  .box-about-ct p:last-child {
    margin-bottom: 0; }
.box-about-ct ul {
  margin-bottom: 18px; }
  .box-about-ct ul li {
    display: flex;
    gap: 15px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #000000; }
    .box-about-ct ul li::before {
      content: "\e905";
      font-family: "autozpro";
      color: var(--theme-color-default);
      font-size: 20px; }
.box-about-ct .btn-page {
  background-color: var(--theme-color-secondary); }

.box-comments {
  padding-bottom: 50px; }
  .box-comments .title_block {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    text-align: center; }
    .box-comments .title_block:after, .box-comments .title_block::before {
      content: "";
      flex: 1;
      height: 1px;
      background-color: #E6E6E6; }
  .box-comments .descript {
    padding: 50px 65px;
    text-align: center; }
    @media (max-width: 1400px) and (min-width: 1201px) {
      .box-comments .descript {
        padding: 50px; } }
    @media (max-width: 1199px) and (min-width: 1101px) {
      .box-comments .descript {
        padding: 30px; } }
    @media (max-width: 1100px) and (min-width: 992px) {
      .box-comments .descript {
        padding: 20px; } }
    @media (max-width: 800px) and (min-width: 576px) {
      .box-comments .descript {
        padding: 20px; } }
    @media (max-width: 400px) {
      .box-comments .descript {
        padding: 20px; } }
  .box-comments .cmt-top {
    display: flex;
    align-items: flex-start;
    gap: 0 8px;
    justify-content: center;
    margin-bottom: 32px; }
    .box-comments .cmt-top .rate-count {
      font-weight: 800;
      font-size: 80px;
      line-height: 70px;
      letter-spacing: -4px;
      color: var(--theme-color-secondary); }
    .box-comments .cmt-top .name, .box-comments .cmt-top .date {
      display: block; }
    .box-comments .cmt-top .cmt-author {
      text-align: left; }
      .rtl .box-comments .cmt-top .cmt-author {
        text-align: right; }
    .box-comments .cmt-top .name {
      font-weight: 800;
      color: #000000;
      font-size: 16px;
      line-height: 20px;
      text-transform: capitalize;
      margin-bottom: 4px; }
    .box-comments .cmt-top .date {
      color: #999;
      margin-bottom: 7px; }
    .box-comments .cmt-top .rate {
      line-height: 1; }
      .box-comments .cmt-top .rate i {
        font-family: "FontAwesome";
        color: var(--theme-color-secondary); }
  .box-comments .cmt-bottom {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000000; }
  .box-comments .owl-item:not(.last) {
    border-right: 1px solid #E6E6E6; }
    .rtl .box-comments .owl-item:not(.last) {
      border-left: 1px solid #E6E6E6;
      border-right: inherit; }
  .box-comments .owl-theme .owl-buttons div {
    border: 1px solid #E6E6E6;
    background-color: #fff;
    opacity: 0.5; }
    .box-comments .owl-theme .owl-buttons div:hover {
      opacity: 1; }
    .box-comments .owl-theme .owl-buttons div.owl-next {
      right: 0;
      transform: translateX(-5px); }
      .rtl .box-comments .owl-theme .owl-buttons div.owl-next {
        left: 0;
        right: auto; }
      @media (min-width: 992px) {
        [dir="rtl"] .box-comments .owl-theme .owl-buttons div.owl-next {
          transform: translateX(5px); } }
    .box-comments .owl-theme .owl-buttons div.owl-prev {
      left: 0;
      transform: translateX(5px); }
      .rtl .box-comments .owl-theme .owl-buttons div.owl-prev {
        right: 0;
        left: auto; }
      @media (min-width: 992px) {
        [dir="rtl"] .box-comments .owl-theme .owl-buttons div.owl-prev {
          transform: translateX(-5px); } }
    @media (max-width: 991px) {
      .box-comments .owl-theme .owl-buttons div.owl-next {
        right: 0;
        transform: translateX(-10px); }
        .rtl .box-comments .owl-theme .owl-buttons div.owl-next {
          left: 0;
          right: auto; }
      .box-comments .owl-theme .owl-buttons div.owl-prev {
        left: 0;
        transform: translateX(10px); }
        .rtl .box-comments .owl-theme .owl-buttons div.owl-prev {
          right: 0;
          left: auto; } }

.box-support {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  gap: 15px 0;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #E6E6E6; }
  .box-support .sp-item > .block {
    display: flex;
    gap: 0 30px;
    align-items: flex-start; }
    @media (max-width: 480px) {
      .box-support .sp-item > .block {
        justify-content: center; } }
  .box-support .sp-item .sp-heading {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 4px;
    text-transform: capitalize;
    max-width: none; }
  .box-support .sp-item p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #999; }
    @media (max-width: 480px) {
      .box-support .sp-item p {
        max-width: 180px; } }

.box-footer {
  display: grid;
  grid-template-columns: 28% 72%; }
  @media (max-width: 991px) {
    .box-footer {
      display: block; } }

.footer-left {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .rtl .footer-left {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: inherit; }
  @media (max-width: 991px) {
    .footer-left {
      border: none; } }

.footer-contact {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin-left: 70px;
  width: calc(100% - 70px);
  display: flex;
  align-items: center;
  gap: 0 120px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .rtl .footer-contact {
    margin-right: 70px;
    margin-left: inherit; }
  @media (min-width: 992px) {
    .footer-contact {
      padding-left: 0; }
      .rtl .footer-contact {
        padding-right: 0;
        padding-left: inherit; } }
  @media (max-width: 1400px) {
    .footer-contact {
      width: calc(100% - 30px);
      margin-left: 30px;
      display: block;
      padding-bottom: 0; }
      .rtl .footer-contact {
        margin-right: 30px;
        margin-left: inherit; }
      .footer-contact .block-social {
        margin-top: 15px; } }
  @media (max-width: 991px) {
    .footer-contact {
      display: flex;
      flex-wrap: wrap-reverse;
      width: 100%;
      margin-left: 0;
      padding-bottom: 30px; }
      .rtl .footer-contact {
        margin-right: 0;
        margin-left: inherit; }
      .footer-contact .block-social {
        width: 100%; }
        .footer-contact .block-social ul {
          display: flex;
          justify-content: center;
          gap: 0 5px; } }
  .footer-contact > div:not(.block-social) {
    flex: 1; }
  .footer-contact .block_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 700px) {
      .footer-contact .block_content ul {
        flex-wrap: wrap;
        gap: 15px; } }
    .footer-contact .block_content ul li span {
      display: block;
      color: #999;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 20px;
      font-weight: 600;
      margin-bottom: 12px; }
      .footer-contact .block_content ul li span::before {
        font-family: "autozpro";
        color: var(--theme-color-secondary);
        margin-right: 9px;
        font-weight: 500;
        font-size: 16px; }
        .rtl .footer-contact .block_content ul li span::before {
          margin-left: 9px;
          margin-right: inherit; }
      .footer-contact .block_content ul li span.hotline::before {
        content: "\e90b"; }
      .footer-contact .block_content ul li span:not(.hotline):before {
        content: "\e906"; }
    .footer-contact .block_content ul li a:not(.btn-page), .footer-contact .block_content ul li p {
      font-size: 18px;
      line-height: 20px;
      font-weight: 800;
      color: #FFFFFF; }
    @media (max-width: 700px) {
      .footer-contact .block_content ul li:last-child {
        width: 100%;
        text-align: center;
        margin-top: 30px; }
        .footer-contact .block_content ul li:last-child a {
          display: inline-flex; } }
  .footer-contact .block_content .btn-page {
    background-color: var(--theme-color-default);
    color: #fff;
    font-weight: 800;
    display: flex;
    flex-direction: row-reverse; }
    .footer-contact .block_content .btn-page::after {
      content: "\e909";
      font-family: "autozpro";
      margin-left: 0;
      margin-right: 8px;
      font-weight: 500; }
      .rtl .footer-contact .block_content .btn-page::after {
        margin-right: 0;
        margin-left: inherit; }
      .rtl .footer-contact .block_content .btn-page::after {
        margin-left: 8px;
        margin-right: inherit; }
    .footer-contact .block_content .btn-page::before {
      background-color: var(--theme-color-secondary); }
    .footer-contact .block_content .btn-page:hover {
      color: #000; }
  .footer-contact .block-social li {
    background-color: #000;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: 0.5s all; }
    .footer-contact .block-social li:before {
      color: #fff;
      line-height: 38px;
      font-size: 14px;
      display: block; }
    .footer-contact .block-social li:hover {
      border-color: #fff;
      background-color: #fff; }
      .footer-contact .block-social li:hover::before {
        color: var(--theme-color-default); }

.footer-block-link {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  margin-left: 70px;
  width: calc(100% - 70px);
  padding-top: 45px;
  display: flex;
  justify-content: space-between; }
  .rtl .footer-block-link {
    margin-right: 70px;
    margin-left: inherit; }
  @media (min-width: 992px) {
    .footer-block-link {
      padding-left: 0; }
      .rtl .footer-block-link {
        padding-right: 0;
        padding-left: inherit; } }
  @media (max-width: 1400px) {
    .footer-block-link {
      width: calc(100% - 30px);
      margin-left: 30px; }
      .rtl .footer-block-link {
        margin-right: 30px;
        margin-left: inherit; } }
  @media (max-width: 991px) {
    .footer-block-link {
      width: 100%;
      margin-left: 0; }
      .rtl .footer-block-link {
        margin-right: 0;
        margin-left: inherit; } }
  @media (max-width: 700px) {
    .footer-block-link {
      flex-wrap: wrap;
      gap: 30px 0; } }
  .footer-block-link > .block {
    flex: 1; }
    .footer-block-link > .block .title_block {
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 17px;
      letter-spacing: 0; }
    @media (max-width: 700px) {
      .footer-block-link > .block {
        flex: none;
        width: 50%; }
        .footer-block-link > .block .title_block {
          margin-bottom: 10px; } }
    @media (max-width: 400px) {
      .footer-block-link > .block {
        width: 100%; } }
  .footer-block-link .block-toggler .navbar-toggler {
    position: relative; }
  @media (max-width: 767px) {
    .footer-block-link .title.clearfix {
      display: flex;
      justify-content: center; }
      .footer-block-link .title.clearfix .title_block:hover {
        color: var(--theme-color-default);
        cursor: pointer; } }
  @media (max-width: 700px) {
    .footer-block-link .title.clearfix {
      justify-content: flex-start; } }
  .footer-block-link .float-xs-right {
    margin-top: -8px; }
  .footer-block-link .block-toggler .navbar-toggler i {
    color: #fff;
    font-weight: 600; }
    .footer-block-link .block-toggler .navbar-toggler i:hover {
      color: var(--theme-color-default); }

.footer-left .logo-second {
  margin-bottom: 30px; }

.block_content .footer-left-text {
  color: #999;
  margin-bottom: 30px;
  max-width: 410px; }
  @media (max-width: 991px) {
    .block_content .footer-left-text {
      margin: 0 auto 30px; } }

.footer-left-image {
  display: flex;
  align-items: flex-start;
  padding-left: 40px;
  gap: 0 23px; }
  .rtl .footer-left-image {
    padding-right: 40px;
    padding-left: inherit; }
  .footer-left-image .image_description .footer-title {
    color: var(--theme-color-secondary);
    font-size: 18px;
    line-height: 16px;
    font-weight: 800;
    margin-bottom: 11px; }
  .footer-left-image .image_description p {
    margin-bottom: 15px;
    color: #999;
    max-width: 190px; }
  @media (max-width: 1199px) {
    .footer-left-image .image_description .btn-link::after {
      position: relative;
      right: auto;
      margin-left: 10px; }
      .rtl .footer-left-image .image_description .btn-link::after {
        margin-right: 10px;
        margin-left: inherit; } }
  @media (max-width: 991px) {
    .footer-left-image {
      padding-left: 0;
      justify-content: center; }
      .rtl .footer-left-image {
        padding-right: 0;
        padding-left: inherit; } }

.box-footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 767px) {
    .box-footer-bottom {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .box-footer-bottom .block_content div {
    text-align: left;
    color: #999; }
    .rtl .box-footer-bottom .block_content div {
      text-align: right; }
    @media (max-width: 767px) {
      .box-footer-bottom .block_content div {
        text-align: center; } }
    .box-footer-bottom .block_content div a {
      color: var(--theme-color-default); }

.box-bottom-card .block {
  text-align: right; }
  .rtl .box-bottom-card .block {
    text-align: left; }
  @media (max-width: 767px) {
    .box-bottom-card .block {
      text-align: center;
      margin-top: 15px; } }

.box-banner-filter {
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
  .box-banner-filter .container-filter {
    padding: 28px 30px 43px;
    background-color: #fff;
    justify-content: flex-start; }
    @media (max-width: 991px) {
      .box-banner-filter .container-filter {
        padding: 20px 15px 30px; } }
    .box-banner-filter .container-filter #mmy tr {
      flex-wrap: wrap; }
    .box-banner-filter .container-filter .field-search .value-search {
      width: 100%; }
    .box-banner-filter .container-filter .filter-head-title {
      width: 100%;
      color: #000;
      margin-bottom: 9px; }
    .box-banner-filter .container-filter .leo-partsfilter-submit {
      width: 100%; }
      .box-banner-filter .container-filter .leo-partsfilter-submit .label {
        width: 100%; }
  .box-banner-filter .container-filter .field-search .btn-group .btn-default:after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
    .rtl .box-banner-filter .container-filter .field-search .btn-group .btn-default:after {
      left: 15px;
      right: auto; }

@media (min-width: 576px) {
  .box-partsfilter {
    padding-right: 0; }
    .rtl .box-partsfilter {
      padding-left: 0;
      padding-right: inherit; } }

.box-filter-content .block_content {
  padding-left: 65px; }
  .rtl .box-filter-content .block_content {
    padding-right: 65px;
    padding-left: inherit; }
  .box-filter-content .block_content .title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--theme-color-secondary);
    margin-bottom: 8px; }
  .box-filter-content .block_content .heading {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -2px;
    font-weight: 800;
    color: #F14141;
    text-transform: uppercase;
    margin-bottom: 12px; }
    @media (max-width: 1199px) {
      .box-filter-content .block_content .heading {
        font-size: 70px;
        line-height: 70px; } }
    @media (max-width: 991px) {
      .box-filter-content .block_content .heading {
        font-size: 60px;
        line-height: 60px; } }
    @media (max-width: 767px) {
      .box-filter-content .block_content .heading {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 0; } }
  .box-filter-content .block_content .text {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .box-filter-content .block_content .text {
        font-size: 20px;
        line-height: 24px; } }
  .box-filter-content .block_content .btn-page {
    background-color: var(--theme-color-secondary);
    color: #000; }
    .box-filter-content .block_content .btn-page::before {
      background-color: var(--theme-color-default); }
    .box-filter-content .block_content .btn-page:hover {
      color: #fff;
      background-color: var(--theme-color-secondary); }
  @media (max-width: 991px) {
    .box-filter-content .block_content {
      padding-left: 30px; }
      .rtl .box-filter-content .block_content {
        padding-right: 30px;
        padding-left: inherit; } }
  @media (max-width: 575px) {
    .box-filter-content .block_content {
      padding-left: 0;
      margin-top: 20px;
      text-align: center; }
      .rtl .box-filter-content .block_content {
        padding-right: 0;
        padding-left: inherit; } }

.box-banner-3 .block {
  overflow: hidden; }
  .box-banner-3 .block img {
    transition: 2s all; }
  .box-banner-3 .block:hover img {
    transform: scale(1.25) rotate(-5deg);
    opacity: 0.95; }
.box-banner-3 .image_description {
  position: absolute; }
  .box-banner-3 .image_description .banner-heading3 {
    letter-spacing: -2px; }
    @media (max-width: 1199px) and (min-width: 851px) {
      .box-banner-3 .image_description .banner-heading3 {
        font-size: 30px;
        line-height: 30px; } }
    @media (max-width: 850px) and (min-width: 768px) {
      .box-banner-3 .image_description .banner-heading3 {
        font-size: 25px;
        line-height: 25px; } }
    @media (max-width: 500px) {
      .box-banner-3 .image_description .banner-heading3 {
        font-size: 30px;
        line-height: 30px; } }
    @media (max-width: 430px) {
      .box-banner-3 .image_description .banner-heading3 {
        font-size: 25px;
        line-height: 25px; } }
    @media (max-width: 350px) {
      .box-banner-3 .image_description .banner-heading3 {
        font-size: 20px;
        line-height: 20px; } }
@media (max-width: 767px) {
  .box-banner-3 .banner-first {
    margin-bottom: 10px; } }
@media (min-width: 768px) {
  .box-banner-3 .banner-first {
    padding-right: 5px; }
    .rtl .box-banner-3 .banner-first {
      padding-left: 5px;
      padding-right: inherit; } }
.box-banner-3 .banner-first .block {
  position: relative; }
.box-banner-3 .banner-first .image_description {
  top: 60px;
  left: 60px; }
  @media (max-width: 1199px) and (min-width: 851px) {
    .box-banner-3 .banner-first .image_description {
      top: 35px;
      left: 35px; } }
  @media (max-width: 850px) and (min-width: 768px) {
    .box-banner-3 .banner-first .image_description {
      top: 20px; } }
  @media (max-width: 560px) {
    .box-banner-3 .banner-first .image_description {
      top: 30px;
      left: 30px; } }
  @media (max-width: 430px) {
    .box-banner-3 .banner-first .image_description {
      top: 20px;
      left: 30px; } }
.box-banner-3 .banner-first .banner-title {
  color: var(--theme-color-default); }
.box-banner-3 .banner-first .banner-heading3 {
  color: #000;
  margin-bottom: 8px;
  font-weight: 800; }
.box-banner-3 .banner-first .banner-text {
  color: #000; }
@media (min-width: 768px) {
  .box-banner-3 .banner-second {
    padding-left: 5px; }
    .rtl .box-banner-3 .banner-second {
      padding-right: 5px;
      padding-left: inherit; } }
.box-banner-3 .banner-second .block {
  position: relative; }
.box-banner-3 .banner-second .image_description {
  top: 50px;
  left: 60px; }
  @media (max-width: 1199px) and (min-width: 851px) {
    .box-banner-3 .banner-second .image_description {
      top: 35px;
      left: 35px; } }
  @media (max-width: 850px) and (min-width: 768px) {
    .box-banner-3 .banner-second .image_description {
      top: 20px; } }
  @media (max-width: 560px) {
    .box-banner-3 .banner-second .image_description {
      top: 30px;
      left: 30px; } }
  @media (max-width: 430px) {
    .box-banner-3 .banner-second .image_description {
      top: 20px;
      left: 30px; } }
.box-banner-3 .banner-second .banner-heading3 {
  margin-bottom: 2px;
  color: #fff; }
.box-banner-3 .banner-second .banner-title {
  color: var(--theme-color-secondary); }

.box-category-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: -5px;
  margin-right: -5px; }
  .box-category-2 .owl-item {
    padding: 5px; }
  .box-category-2 ul li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    background-color: #f5f5f5;
    height: 100px; }
    @media (max-width: 575px) and (min-width: 481px) {
      .box-category-2 ul li {
        padding: 0 15px; } }
    .box-category-2 ul li .item-product-cat-content {
      flex: 1; }
    .box-category-2 ul li .item-title a {
      display: block;
      line-height: 20px;
      font-weight: 800;
      color: #000;
      transition: 0.2s all; }
    .box-category-2 ul li:hover .item-title a {
      color: var(--theme-color-default); }
    .box-category-2 ul li .item-qty {
      font-size: 12px;
      line-height: 20px;
      color: #999999; }
    .box-category-2 ul li:hover .item-title {
      color: var(--theme-color-default); }

.box-product-2 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap; }
  .box-product-2.pd_1 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .box-product-2.pd_2 {
    padding-top: 40px;
    padding-bottom: 50px; }
  @media (max-width: 480px) {
    .box-product-2.i_2 .box-product2-item {
      order: 3; } }
  .box-product-2 .box-product2-item {
    position: static;
    background-color: #fff; }
    @media (min-width: 481px) {
      .box-product-2 .box-product2-item {
        margin-right: 15px;
        margin-left: -15px; }
        .rtl .box-product-2 .box-product2-item {
          margin-left: 15px;
          margin-right: inherit; }
        .rtl .box-product-2 .box-product2-item {
          margin-right: -15px;
          margin-left: inherit; }
        .box-product-2 .box-product2-item.i_2 {
          margin-right: -15px;
          margin-left: 15px; }
          .rtl .box-product-2 .box-product2-item.i_2 {
            margin-left: -15px;
            margin-right: inherit; }
          .rtl .box-product-2 .box-product2-item.i_2 {
            margin-right: 15px;
            margin-left: inherit; } }
    @media (max-width: 480px) {
      .box-product-2 .box-product2-item {
        position: relative;
        background-color: transparent; }
        .box-product-2 .box-product2-item .owl-row {
          margin: 0; }
        .box-product-2 .box-product2-item .owl-item {
          background-color: #fff; } }
    @media (min-width: 1200px) {
      .box-product-2 .box-product2-item {
        width: 79%; } }
    @media (max-width: 480px) {
      .box-product-2 .box-product2-item.i_2 {
        flex-wrap: wrap-reverse; } }
    .box-product-2 .box-product2-item.i_2 .nav-tabs {
      position: absolute;
      top: 6px;
      border: none; }
      @media (max-width: 767px) {
        .box-product-2 .box-product2-item.i_2 .nav-tabs {
          top: 30px; } }
      @media (max-width: 480px) {
        .box-product-2 .box-product2-item.i_2 .nav-tabs {
          position: relative;
          top: 0;
          margin-top: 30px;
          margin-bottom: 15px; } }
    @media (min-width: 481px) {
      .box-product-2 .box-product2-item.i_2 .tab-pane.active, .box-product-2 .box-product2-item.i_2 .owl-carousel, .box-product-2 .box-product2-item.i_2 .tab-content {
        position: static; } }
    @media (min-width: 481px) {
      .box-product-2 .box-product2-item.i_2 .owl-theme .owl-buttons div {
        top: 20px; }
        .box-product-2 .box-product2-item.i_2 .owl-theme .owl-buttons div.owl-prev {
          right: 50px;
          left: auto; }
          [dir="rtl"] .box-product-2 .box-product2-item.i_2 .owl-theme .owl-buttons div.owl-prev {
            left: 50px;
            right: auto; }
        .box-product-2 .box-product2-item.i_2 .owl-theme .owl-buttons div.owl-next {
          right: 15px; }
          .rtl .box-product-2 .box-product2-item.i_2 .owl-theme .owl-buttons div.owl-next {
            left: 15px;
            right: auto; } }
    @media (max-width: 480px) {
      .box-product-2 .box-product2-item.i_2 {
        top: 45%; }
        .box-product-2 .box-product2-item.i_2.owl-next {
          right: 0;
          transform: translateX(0); }
          .rtl .box-product-2 .box-product2-item.i_2.owl-next {
            left: 0;
            right: auto; }
        .box-product-2 .box-product2-item.i_2.owl-prev {
          left: 0;
          transform: translateX(0); }
          .rtl .box-product-2 .box-product2-item.i_2.owl-prev {
            right: 0;
            left: auto; } }
    @media (max-width: 767px) and (min-width: 481px) {
      .box-product-2 .box-product2-item.i_2 .owl-theme .owl-buttons div {
        top: 40px; } }
  @media (min-width: 1200px) {
    .box-product-2 .box-product2-left {
      width: 21%; } }
  .box-product-2 .box-product2-left .block {
    overflow: hidden; }
  .box-product-2 .box-product2-left img {
    max-width: none;
    transition: 1.5s all; }
    @media (max-width: 480px) {
      .box-product-2 .box-product2-left img {
        width: 100% !important;
        height: auto !important;
        max-width: none; } }
  .box-product-2 .box-product2-left:hover img {
    transform: scale(1.2);
    opacity: 0.95; }
  .box-product-2 .nav-tabs {
    position: absolute;
    top: 48px;
    left: 169px;
    border: none; }
    .rtl .box-product-2 .nav-tabs {
      right: 169px;
      left: auto; }
    @media (max-width: 767px) {
      .box-product-2 .nav-tabs {
        top: 70px;
        left: 15px; }
        .rtl .box-product-2 .nav-tabs {
          right: 15px;
          left: auto; } }
    @media (max-width: 480px) {
      .box-product-2 .nav-tabs {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 30px;
        margin-bottom: 15px; }
        .rtl .box-product-2 .nav-tabs {
          right: 0;
          left: auto; } }
    .box-product-2 .nav-tabs .nav-item {
      margin-bottom: 0; }
      .box-product-2 .nav-tabs .nav-item a {
        padding: 0;
        font-size: 14px;
        line-height: 22px;
        color: #999;
        text-transform: capitalize;
        font-weight: 700;
        padding: 0 15px;
        border: none;
        border-right: 1px solid #E6E6E6; }
        .rtl .box-product-2 .nav-tabs .nav-item a {
          border-left: 1px solid #E6E6E6;
          border-right: inherit; }
        .box-product-2 .nav-tabs .nav-item a.active {
          color: var(--theme-color-default);
          border: none;
          background: transparent;
          border-right: 1px solid #E6E6E6; }
          .rtl .box-product-2 .nav-tabs .nav-item a.active {
            border-left: 1px solid #E6E6E6;
            border-right: inherit; }
        .box-product-2 .nav-tabs .nav-item a:hover {
          color: var(--theme-color-default);
          border: none;
          background-color: transparent;
          border-right: 1px solid #E6E6E6; }
          .rtl .box-product-2 .nav-tabs .nav-item a:hover {
            border-left: 1px solid #E6E6E6;
            border-right: inherit; }
      .box-product-2 .nav-tabs .nav-item:first-child a {
        padding-left: 0;
        padding-right: 15px; }
        .rtl .box-product-2 .nav-tabs .nav-item:first-child a {
          padding-right: 0;
          padding-left: inherit; }
        .rtl .box-product-2 .nav-tabs .nav-item:first-child a {
          padding-left: 15px;
          padding-right: inherit; }
  @media (min-width: 768px) {
    .box-product-2.i_2 .nav-tabs {
      left: 207px; }
      .rtl .box-product-2.i_2 .nav-tabs {
        right: 207px;
        left: auto; }
    .box-product-2.i_2 .view {
      left: 488px; }
      .rtl .box-product-2.i_2 .view {
        right: 488px;
        left: auto; }
    .box-product-2.i_3 .nav-tabs {
      left: 238px; }
      .rtl .box-product-2.i_3 .nav-tabs {
        right: 238px;
        left: auto; }
    .box-product-2.i_3 .view {
      left: 519px; }
      .rtl .box-product-2.i_3 .view {
        right: 519px;
        left: auto; } }
  .box-product-2 .title_block {
    padding: 0 15px;
    margin-bottom: 15px;
    width: 100%; }
    @media (max-width: 767px) and (min-width: 481px) {
      .box-product-2 .title_block {
        margin-bottom: 40px; } }
  @media (min-width: 481px) {
    .box-product-2 .tabs-top, .box-product-2 .block_content, .box-product-2 .tab-content, .box-product-2 .tab-pane, .box-product-2 .block, .box-product-2 .owl-row, .box-product-2 .owl-theme, .box-product-2 .owl-wrapper-outer, .box-product-2 .owl-wrapper, .box-product-2 .owl-item {
      height: 100%; } }
  .box-product-2 .thumbnail-container .product-image {
    border: none; }
  .box-product-2 .owl-item {
    padding: 20px 20px 33px;
    border-right: 1px solid #E6E6E6; }
    .rtl .box-product-2 .owl-item {
      border-left: 1px solid #E6E6E6;
      border-right: inherit; }
    .box-product-2 .owl-item.last {
      border: none; }
  .box-product-2 .view {
    position: absolute;
    top: 48px;
    left: 450px; }
    .rtl .box-product-2 .view {
      right: 450px;
      left: auto; }
    @media (max-width: 767px) and (min-width: 481px) {
      .box-product-2 .view {
        top: 70px;
        left: 285px; }
        .rtl .box-product-2 .view {
          right: 285px;
          left: auto; } }
    @media (max-width: 480px) {
      .box-product-2 .view {
        left: auto;
        right: 15px;
        text-align: right; }
        .rtl .box-product-2 .view {
          right: auto;
          left: auto; }
        .rtl .box-product-2 .view {
          left: 15px;
          right: auto; }
        .rtl .box-product-2 .view {
          text-align: left; } }
    .box-product-2 .view .btn-link {
      color: #000; }
      .box-product-2 .view .btn-link:after {
        color: var(--theme-color-default); }
      .box-product-2 .view .btn-link:hover {
        color: var(--theme-color-default); }
        .box-product-2 .view .btn-link:hover::after {
          color: var(--theme-color-secondary); }
    .box-product-2 .view.i_2 {
      top: 6px; }
      @media (max-width: 767px) and (min-width: 481px) {
        .box-product-2 .view.i_2 {
          top: 30px; } }
  .box-product-2 .image_description {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 0 15px; }
    .box-product-2 .image_description .banner-title {
      color: var(--theme-color-secondary);
      margin-bottom: 6px; }
    .box-product-2 .image_description .banner-heading2 {
      color: #fff;
      font-weight: 500;
      margin-bottom: 30px; }
      .box-product-2 .image_description .banner-heading2 span {
        font-weight: 800; }
  .box-product-2 .owl-theme .owl-buttons div {
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    top: -24px; }
    .box-product-2 .owl-theme .owl-buttons div.owl-prev {
      right: 35px;
      left: auto; }
      [dir="rtl"] .box-product-2 .owl-theme .owl-buttons div.owl-prev {
        left: 35px;
        right: auto; }
    .box-product-2 .owl-theme .owl-buttons div.owl-next {
      right: 0; }
      .rtl .box-product-2 .owl-theme .owl-buttons div.owl-next {
        left: 0;
        right: auto; }
    @media (max-width: 480px) {
      .box-product-2 .owl-theme .owl-buttons div {
        top: 45%; }
        .box-product-2 .owl-theme .owl-buttons div.owl-next {
          right: 0;
          transform: translateX(0); }
          .rtl .box-product-2 .owl-theme .owl-buttons div.owl-next {
            left: 0;
            right: auto; }
        .box-product-2 .owl-theme .owl-buttons div.owl-prev {
          left: 0;
          transform: translateX(0); }
          .rtl .box-product-2 .owl-theme .owl-buttons div.owl-prev {
            right: 0;
            left: auto; } }

.box-testi .block {
  overflow: hidden; }
  @media (max-width: 991px) {
    .box-testi .block img {
      width: auto !important;
      height: 100% !important;
      max-width: none; } }
.box-testi .image_description {
  width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .box-testi .image_description .title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px; }
    .box-testi .image_description .title span {
      color: var(--theme-color-secondary); }
    @media (max-width: 480px) {
      .box-testi .image_description .title {
        font-size: 20px;
        line-height: 20px; } }

.box-product-banner {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0; }
  @media (max-width: 991px) {
    .box-product-banner .product-banner {
      order: -1; } }
  .box-product-banner .product-banner .block {
    position: relative; }
  .box-product-banner .product-banner .image_description {
    position: absolute;
    top: 53px;
    left: 60px; }
  .box-product-banner .product-banner .banner-title {
    color: #fff; }
  .box-product-banner .product-banner .banner-heading {
    margin-bottom: 12px;
    color: #fff; }
    @media (max-width: 1300px) and (min-width: 992px) {
      .box-product-banner .product-banner .banner-heading {
        font-size: 35px;
        line-height: 35px; } }
    @media (max-width: 991px) {
      .box-product-banner .product-banner .banner-heading {
        font-size: 40px;
        line-height: 40px; } }
  .box-product-banner .product-banner .banner-price {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 23px; }
    .box-product-banner .product-banner .banner-price span {
      color: var(--theme-color-secondary);
      font-size: 24px;
      line-height: 20px;
      font-weight: 800; }
  .box-product-banner .product-banner .btn-page::before {
    background-color: var(--theme-color-secondary); }
  .box-product-banner .product-banner-item .item article:last-child .thumbnail-container {
    border: none; }
  .box-product-banner .product-banner-item .thumbnail-container {
    display: flex;
    padding: 20px;
    gap: 0 13px;
    background-color: #fff;
    border-bottom: 1px solid #E6E6E6; }
    .box-product-banner .product-banner-item .thumbnail-container .product-image {
      max-width: 90px;
      max-height: 90px;
      border: none; }
    .box-product-banner .product-banner-item .thumbnail-container .functional-buttons, .box-product-banner .product-banner-item .thumbnail-container .wishlist, .box-product-banner .product-banner-item .thumbnail-container .product-flags {
      display: none; }
    .box-product-banner .product-banner-item .thumbnail-container .category-default {
      display: none; }
    .box-product-banner .product-banner-item .thumbnail-container .product-title {
      margin-bottom: 10px; }
      .box-product-banner .product-banner-item .thumbnail-container .product-title a {
        -webkit-line-clamp: 1; }
    .box-product-banner .product-banner-item .thumbnail-container .product-price-and-shipping {
      margin-top: 6px;
      margin-bottom: 9px; }
  .box-product-banner .title_block {
    margin-bottom: 15px; }
  .box-product-banner .owl-theme .owl-buttons div {
    top: -23px; }
    .box-product-banner .owl-theme .owl-buttons div.owl-prev {
      left: auto;
      right: 50px; }
      .rtl .box-product-banner .owl-theme .owl-buttons div.owl-prev {
        right: auto;
        left: auto; }
      .rtl .box-product-banner .owl-theme .owl-buttons div.owl-prev {
        left: 50px;
        right: auto; }
    .box-product-banner .owl-theme .owl-buttons div.owl-next {
      right: 15px; }
      .rtl .box-product-banner .owl-theme .owl-buttons div.owl-next {
        left: 15px;
        right: auto; }

.box-manu2 .title_block {
  margin-bottom: 20px; }
.box-manu2 .manufacturers_block {
  background-color: #fff; }
.box-manu2 .owl-carousel .owl-item {
  border-right: 1px solid #E6E6E6; }
  .rtl .box-manu2 .owl-carousel .owl-item {
    border-left: 1px solid #E6E6E6;
    border-right: inherit; }
  .box-manu2 .owl-carousel .owl-item.last {
    border: none; }
.box-manu2 .owl-theme .owl-buttons div {
  top: -33px; }
  .box-manu2 .owl-theme .owl-buttons div.owl-prev {
    left: auto;
    right: 50px; }
    .rtl .box-manu2 .owl-theme .owl-buttons div.owl-prev {
      right: auto;
      left: auto; }
    .rtl .box-manu2 .owl-theme .owl-buttons div.owl-prev {
      left: 50px;
      right: auto; }
  .box-manu2 .owl-theme .owl-buttons div.owl-next {
    right: 15px; }
    .rtl .box-manu2 .owl-theme .owl-buttons div.owl-next {
      left: 15px;
      right: auto; }

.box-about2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .box-about2 .about-content {
      padding-right: 0;
      padding-left: 15px; }
      .rtl .box-about2 .about-content {
        padding-left: 0;
        padding-right: inherit; }
      .rtl .box-about2 .about-content {
        padding-right: 15px;
        padding-left: inherit; } }
  .box-about2 .about-content .block_content {
    padding: 60px 95px 72px 80px;
    background-color: #fff; }
    .rtl .box-about2 .about-content .block_content {
      padding: 60px 80px 72px 95px; }
    @media (max-width: 1199px) {
      .box-about2 .about-content .block_content {
        padding: 50px; } }
    @media (max-width: 992px) {
      .box-about2 .about-content .block_content {
        padding: 50px 25px; } }
  @media (min-width: 768px) {
    .box-about2 .about-image {
      padding-left: 0;
      padding-right: 15px; }
      .rtl .box-about2 .about-image {
        padding-right: 0;
        padding-left: inherit; }
      .rtl .box-about2 .about-image {
        padding-left: 15px;
        padding-right: inherit; } }
  .box-about2 .about-image .block {
    overflow: hidden;
    position: relative; }
    .box-about2 .about-image .block img {
      max-width: none;
      position: relative;
      transition: 1.5s all; }
      @media (max-width: 767px) {
        .box-about2 .about-image .block img {
          width: 100% !important;
          height: auto !important; } }
    .box-about2 .about-image .block:hover img {
      transform: scale(1.2);
      opacity: 0.95; }
  .box-about2 .title {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: var(--theme-color-default);
    margin-bottom: 15px; }
  .box-about2 .heading {
    max-width: 440px;
    font-weight: 800;
    color: #000;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 16px;
    min-height: 72px; }
  .box-about2 .text {
    margin-bottom: 20px; }
  .box-about2 .content-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0; }
    .box-about2 .content-bottom .left, .box-about2 .content-bottom .right {
      width: 50%; }
      @media (max-width: 992px) and (min-width: 768px) {
        .box-about2 .content-bottom .left, .box-about2 .content-bottom .right {
          width: 100%; } }
      @media (max-width: 480px) {
        .box-about2 .content-bottom .left, .box-about2 .content-bottom .right {
          width: 100%; } }
    .box-about2 .content-bottom .left span {
      font-weight: 800;
      font-size: 60px;
      line-height: 66px;
      color: var(--theme-color-secondary);
      letter-spacing: -2px;
      text-transform: capitalize;
      margin-bottom: -6px; }
    .box-about2 .content-bottom .left p {
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 800;
      line-height: 20px;
      text-transform: capitalize;
      color: #000; }
    .box-about2 .content-bottom .right span {
      color: #000;
      font-weight: 800;
      font-size: 16px;
      line-height: 20px;
      text-transform: capitalize;
      display: block;
      margin-bottom: 11px; }
      .box-about2 .content-bottom .right span::before {
        content: "\e905";
        color: var(--theme-color-default);
        font-family: "autozpro";
        font-size: 20px;
        margin-right: 10px; }
        .rtl .box-about2 .content-bottom .right span::before {
          margin-left: 10px;
          margin-right: inherit; }

.box-blogs {
  position: relative;
  z-index: 2;
  padding-bottom: 50px; }
  .box-blogs .title_block {
    padding-left: 15px;
    margin-bottom: 20px; }
    .rtl .box-blogs .title_block {
      padding-right: 15px;
      padding-left: inherit; }
  .box-blogs .right-block {
    background-color: #fff; }
  .box-blogs .blog-date {
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #999;
    line-height: 1; }
    .rtl .box-blogs .blog-date {
      padding-left: 15px;
      padding-right: inherit; }
    .rtl .box-blogs .blog-date {
      border-left: 1px solid #999;
      border-right: inherit; }
    .box-blogs .blog-date::before {
      content: "\e903";
      font-family: "autozpro";
      color: #999;
      margin-right: 2px;
      display: inline-block; }
      .rtl .box-blogs .blog-date::before {
        margin-left: 2px;
        margin-right: inherit; }
    .box-blogs .blog-date span {
      font-size: 12px;
      line-height: 16px;
      font-weight: 600;
      color: #999;
      text-transform: lowercase; }
  .box-blogs .blog-meta {
    display: inline-block;
    padding-left: 15px; }
    .rtl .box-blogs .blog-meta {
      padding-right: 15px;
      padding-left: inherit; }
    .box-blogs .blog-meta:before {
      content: "\e90d";
      font-family: "autozpro";
      color: #999;
      margin-right: 5px;
      display: inline-block; }
      .rtl .box-blogs .blog-meta:before {
        margin-left: 5px;
        margin-right: inherit; }
    .box-blogs .blog-meta .author {
      color: #555;
      text-transform: capitalize;
      font-size: 12px;
      line-height: 16px;
      font-weight: 600; }
      .box-blogs .blog-meta .author span {
        color: #999; }
  .box-blogs .box-blog-item .right-block {
    padding: 20px 30px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-blogs .box-blog-item .right-block {
        padding: 20px 15px; } }
  .box-blogs .box-blog-item .blog-title {
    margin-bottom: 11px; }
  .box-blogs .box-blog-item .blog-title a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    color: #000;
    letter-spacing: -1px;
    text-transform: capitalize; }
    .box-blogs .box-blog-item .blog-title a:hover {
      color: var(--theme-color-default); }
  .box-blogs .box-blog-item .blog-desc {
    margin-top: 16px;
    margin-bottom: 12px; }
  .box-blogs .box-blog-item .btn-link {
    color: #000; }
    .box-blogs .box-blog-item .btn-link:after {
      color: var(--theme-color-default); }
    .box-blogs .box-blog-item .btn-link:hover {
      color: var(--theme-color-default); }
  @media (max-width: 767px) {
    .box-blogs .box-blog-list {
      margin-top: 15px; } }
  .box-blogs .box-blog-list .blog-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .box-blogs .box-blog-list .blog-container {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .box-blogs .box-blog-list .blog-container {
        display: block; } }
    .box-blogs .box-blog-list .blog-container:last-child {
      margin-bottom: 0; }
    .box-blogs .box-blog-list .blog-container .left-block {
      max-width: 220px; }
      @media (max-width: 1199px) and (min-width: 768px) {
        .box-blogs .box-blog-list .blog-container .left-block {
          max-width: 180px; } }
      @media (max-width: 550px) {
        .box-blogs .box-blog-list .blog-container .left-block {
          max-width: 180px; } }
      @media (max-width: 480px) {
        .box-blogs .box-blog-list .blog-container .left-block {
          max-width: none; } }
    .box-blogs .box-blog-list .blog-container .right-block {
      flex: 1;
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 1199px) and (min-width: 768px) {
        .box-blogs .box-blog-list .blog-container .right-block {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 550px) and (min-width: 481px) {
        .box-blogs .box-blog-list .blog-container .right-block {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 480px) {
        .box-blogs .box-blog-list .blog-container .right-block {
          padding-top: 20px;
          padding-bottom: 20px; } }
    .box-blogs .box-blog-list .blog-container .blog-title {
      max-width: 337px;
      margin-bottom: 11px; }
      .box-blogs .box-blog-list .blog-container .blog-title a {
        font-size: 20px;
        line-height: 24px;
        font-weight: 800;
        color: #000;
        letter-spacing: -1px;
        text-transform: capitalize; }
        .box-blogs .box-blog-list .blog-container .blog-title a:hover {
          color: var(--theme-color-default); }

.box-sub-email {
  padding-top: 40px;
  padding-bottom: 45px; }
  .box-sub-email .block_newsletter {
    display: flex;
    flex-wrap: wrap; }
  .box-sub-email .title-block {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: var(--theme-color-default);
    text-transform: capitalize;
    font-weight: 500;
    margin: 0; }
  .box-sub-email #block-newsletter-sub {
    width: 25%;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    font-weight: 800;
    color: #000;
    text-transform: capitalize;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 15px; }
    .rtl .box-sub-email #block-newsletter-sub {
      padding-left: 15px;
      padding-right: inherit; }
    @media (max-width: 900px) {
      .box-sub-email #block-newsletter-sub {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 15px; }
        .rtl .box-sub-email #block-newsletter-sub {
          padding-left: 0px;
          padding-right: inherit; } }
  .box-sub-email .block_content {
    width: 75%;
    padding-left: 15px; }
    .rtl .box-sub-email .block_content {
      padding-right: 15px;
      padding-left: inherit; }
    @media (max-width: 900px) {
      .box-sub-email .block_content {
        width: 100%;
        padding-left: 0px; }
        .rtl .box-sub-email .block_content {
          padding-right: 0px;
          padding-left: inherit; } }
    @media (max-width: 480px) {
      .box-sub-email .block_content .input-wrapper {
        flex-wrap: wrap;
        gap: 15px; } }
    .box-sub-email .block_content .input-wrapper input {
      max-width: 540px;
      height: 48px;
      border-radius: 3px;
      border: 1px solid #E6E6E6;
      background-color: #fff; }
      .box-sub-email .block_content .input-wrapper input::-webkit-input-placeholder {
        color: #555;
        padding-left: 20px; }
        .rtl .box-sub-email .block_content .input-wrapper input::-webkit-input-placeholder {
          padding-right: 20px;
          padding-left: inherit; }
      .box-sub-email .block_content .input-wrapper input:-ms-input-placeholder {
        color: #555;
        padding-left: 20px; }
        .rtl .box-sub-email .block_content .input-wrapper input:-ms-input-placeholder {
          padding-right: 20px;
          padding-left: inherit; }
      .box-sub-email .block_content .input-wrapper input::placeholder {
        color: #555;
        padding-left: 20px; }
        .rtl .box-sub-email .block_content .input-wrapper input::placeholder {
          padding-right: 20px;
          padding-left: inherit; }
      @media (max-width: 480px) {
        .box-sub-email .block_content .input-wrapper input {
          max-width: 100%; } }
    .box-sub-email .block_content .input-wrapper .btn {
      height: auto;
      font-size: 12px;
      line-height: 16px;
      padding-top: 16px;
      padding-bottom: 16px;
      background-color: var(--theme-color-secondary);
      color: #000000;
      border: none;
      z-index: 1;
      padding-left: 57px;
      padding-right: 57px; }
      @media (max-width: 480px) {
        .box-sub-email .block_content .input-wrapper .btn {
          margin: 0; } }
      .box-sub-email .block_content .input-wrapper .btn i {
        font-family: "FontAwesome";
        font-size: 16px;
        font-weight: 600; }
        [dir="rtl"] .box-sub-email .block_content .input-wrapper .btn i::before {
          content: "\f104"; }
      .box-sub-email .block_content .input-wrapper .btn:hover {
        background: transparent;
        color: #fff; }
        .box-sub-email .block_content .input-wrapper .btn:hover::before {
          left: 0%;
          right: auto;
          width: 100%; }
      .box-sub-email .block_content .input-wrapper .btn::before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        color: #FFFFFF;
        background-color: var(--theme-color-default);
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        border-radius: 3px; }

.box-slide2 {
  padding-top: 50px;
  padding-bottom: 40px; }
  @media (max-width: 575px) {
    .box-slide2 {
      padding-top: 20px; } }
  @media (min-width: 576px) {
    .box-slide2 {
      display: flex; } }
  @media (min-width: 576px) {
    .box-slide2 .col-slide {
      padding-right: 0; }
      [dir="rtl"] .box-slide2 .col-slide {
        padding-left: 0;
        padding-right: 15px; } }
  .box-slide2 .col-slide .price-title {
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize; }
  .box-slide2 .col-slide .price {
    line-height: 36px;
    font-weight: 800;
    letter-spacing: -1px; }
  .box-slide2 .col-slide .regular-price {
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: line-through; }
  .box-slide2 .col-slide .slide-title2 {
    font-weight: 800;
    line-height: 28px;
    letter-spacing: -1px;
    text-transform: uppercase; }
  .box-slide2 .col-slide .big-text {
    color: var(--theme-color-secondary);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 80px;
    letter-spacing: -4px; }
  .box-slide2 .col-slide .slide-heading2 {
    font-weight: 800;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: -1px; }
  .box-slide2 .col-slide .btn-slide:hover {
    color: #000; }
  .box-slide2 .col-slide .btn-slide::before {
    background-color: #fff; }
  .box-slide2 .col-slide .slide-text2 {
    line-height: 20px;
    font-weight: 500;
    color: #fff; }
    .box-slide2 .col-slide .slide-text2 span {
      font-weight: 800; }
  @media (max-width: 575px) {
    .box-slide2 .col-banner {
      margin-top: 15px; } }
  .box-slide2 .col-banner .block {
    height: 100%;
    position: relative;
    overflow: hidden; }
    .box-slide2 .col-banner .block img {
      transition: 1s all; }
      @media (min-width: 576px) {
        .box-slide2 .col-banner .block img {
          height: 100% !important;
          width: auto !important; } }
    .box-slide2 .col-banner .block:hover img {
      transform: scale(1.1);
      opacity: 0.9; }
  .box-slide2 .image_description {
    position: absolute;
    top: 55px;
    left: 60px; }
    .rtl .box-slide2 .image_description {
      right: 60px;
      left: auto; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .box-slide2 .image_description {
        top: 30px;
        left: 30px; }
        .rtl .box-slide2 .image_description {
          right: 30px;
          left: auto; } }
    @media (max-width: 767px) and (min-width: 576px) {
      .box-slide2 .image_description {
        top: 20px;
        left: 20px; }
        .rtl .box-slide2 .image_description {
          right: 20px;
          left: auto; } }
    @media (max-width: 400px) {
      .box-slide2 .image_description {
        top: 30px;
        left: 30px; }
        .rtl .box-slide2 .image_description {
          right: 30px;
          left: auto; } }
    .box-slide2 .image_description .banner-title {
      color: #000; }
    .box-slide2 .image_description .banner-heading {
      color: #000;
      margin-bottom: 12px; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .box-slide2 .image_description .banner-heading {
          font-size: 36px;
          line-height: 36px; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .box-slide2 .image_description .banner-heading {
          font-size: 30px;
          line-height: 30px; } }
      @media (max-width: 767px) and (min-width: 576px) {
        .box-slide2 .image_description .banner-heading {
          font-size: 26px;
          line-height: 26px; } }
      @media (max-width: 400px) {
        .box-slide2 .image_description .banner-heading {
          font-size: 40px;
          line-height: 40px; } }
    .box-slide2 .image_description .text {
      font-size: 16px;
      line-height: 20px;
      color: #000;
      padding-right: 15px; }
      .rtl .box-slide2 .image_description .text {
        padding-left: 15px;
        padding-right: inherit; }

.box-partsfillter.h_3 .title_block {
  padding: 0 15px;
  margin-bottom: 20px; }
.box-partsfillter.h_3 .container-filter {
  background-color: #fff;
  gap: 0; }
  .box-partsfillter.h_3 .container-filter .filter-head-title {
    display: none; }
.box-partsfillter .container-filter .field-search .btn-group .btn-default:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%); }
  .rtl .box-partsfillter .container-filter .field-search .btn-group .btn-default:after {
    left: 15px;
    right: auto; }

.box-category3 {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px 10px; }
  @media (max-width: 991px) {
    .box-category3 {
      grid-template-columns: auto auto; } }
  @media (max-width: 575px) {
    .box-category3 {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }
  .box-category3 .title_block {
    grid-column: 1/4;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .box-category3 .title_block {
        grid-column: 1/3; } }
    @media (max-width: 575px) {
      .box-category3 .title_block {
        margin-bottom: 20px; } }
  .box-category3 .cate3-item {
    padding: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 30px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box-category3 .cate3-item {
        padding: 15px; } }
    @media (max-width: 767px) and (min-width: 576px) {
      .box-category3 .cate3-item {
        padding: 15px; } }
    @media (max-width: 575px) {
      .box-category3 .cate3-item {
        width: 80%; } }
    @media (max-width: 480px) {
      .box-category3 .cate3-item {
        width: 100%; } }
    @media (max-width: 360px) {
      .box-category3 .cate3-item {
        padding: 15px; } }
    .box-category3 .cate3-item .block {
      display: flex;
      align-items: center;
      gap: 0 40px; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .box-category3 .cate3-item .block {
          gap: 0 20px; } }
      @media (max-width: 767px) and (min-width: 576px) {
        .box-category3 .cate3-item .block {
          gap: 0 20px; } }
      @media (max-width: 360px) {
        .box-category3 .cate3-item .block {
          gap: 0 20px; } }
    .box-category3 .cate3-item .heading {
      font-size: 14px;
      line-height: 22px;
      font-weight: 800;
      color: #000; }
      .box-category3 .cate3-item .heading a {
        color: #000; }
        .box-category3 .cate3-item .heading a:hover {
          color: var(--theme-color-default); }
    .box-category3 .cate3-item .list-cate li {
      font-size: 12px;
      line-height: 22px;
      color: #999999;
      font-weight: 500; }
      .box-category3 .cate3-item .list-cate li a {
        color: #999999; }
        .box-category3 .cate3-item .list-cate li a:hover {
          color: var(--theme-color-default); }
  .box-category3 .block img {
    max-width: 144px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box-category3 .block img {
        max-width: 100px; } }
    @media (max-width: 767px) and (min-width: 576px) {
      .box-category3 .block img {
        max-width: 100px; } }
    @media (max-width: 360px) {
      .box-category3 .block img {
        max-width: 120px; } }

.box-feature3 {
  margin: 0; }
  .box-feature3 .title_block {
    margin-bottom: 15px; }
  .box-feature3 .owl-carousel .owl-item {
    padding: 0;
    border-right: 1px solid #E6E6E6; }
    .rtl .box-feature3 .owl-carousel .owl-item {
      border-left: 1px solid #E6E6E6;
      border-right: inherit; }
    .box-feature3 .owl-carousel .owl-item.last {
      border: none; }
  .box-feature3 .thumbnail-container {
    padding: 20px;
    background-color: #fff; }
    .box-feature3 .thumbnail-container .product-meta {
      min-height: 127px; }
  @media (min-width: 481px) {
    .box-feature3 .owl-theme .owl-buttons div {
      top: -25px; }
      .box-feature3 .owl-theme .owl-buttons div.owl-prev {
        right: 35px;
        left: auto; }
        .rtl .box-feature3 .owl-theme .owl-buttons div.owl-prev {
          left: 35px;
          right: auto; }
      .box-feature3 .owl-theme .owl-buttons div.owl-next {
        right: 0; }
        .rtl .box-feature3 .owl-theme .owl-buttons div.owl-next {
          left: 0;
          right: auto; } }
  @media (max-width: 480px) {
    .box-feature3 {
      top: 45%; }
      .box-feature3.owl-next {
        right: 0;
        transform: translateX(0); }
        .rtl .box-feature3.owl-next {
          left: 0;
          right: auto; }
      .box-feature3.owl-prev {
        left: 0;
        transform: translateX(0); }
        .rtl .box-feature3.owl-prev {
          right: 0;
          left: auto; } }

.box-banner3 {
  padding-top: 40px;
  padding-bottom: 40px; }
  .box-banner3 .title_block {
    padding: 0 15px;
    margin-bottom: 15px; }
  .box-banner3 .banner3-grid {
    display: grid;
    gap: 10px 10px; }
    @media (min-width: 992px) {
      .box-banner3 .banner3-grid {
        grid-template-columns: 40.31% 29.07% 29.07%; }
        .box-banner3 .banner3-grid .i1 {
          grid-column: 1/2;
          grid-row: 1/3; }
        .box-banner3 .banner3-grid .i2 {
          grid-column: 2/4;
          grid-row: 1/2; }
        .box-banner3 .banner3-grid .i3 {
          grid-column: 2/3;
          grid-row: 2/3; }
        .box-banner3 .banner3-grid .i4 {
          grid-column: 3/4;
          grid-row: 2/3; } }
    @media (max-width: 991px) and (min-width: 576px) {
      .box-banner3 .banner3-grid {
        grid-template-columns: 57.46% 41.43%; }
        .box-banner3 .banner3-grid .i1 {
          grid-area: 1/1/span 2/span 1; }
        .box-banner3 .banner3-grid .i2 {
          grid-area: 3 / 1 / span 1/ span 2; }
        .box-banner3 .banner3-grid .i3 {
          grid-area: 1 / 2 /span 1/ span 1; }
        .box-banner3 .banner3-grid .i4 {
          grid-area: 2 / 2 / span 1/ span 1; } }
    @media (max-width: 575px) {
      .box-banner3 .banner3-grid {
        grid-template-columns: 1fr; } }
    .box-banner3 .banner3-grid .block {
      overflow: hidden;
      position: relative; }
      .box-banner3 .banner3-grid .block img {
        transition: 2s all; }
      .box-banner3 .banner3-grid .block:hover img {
        opacity: 0.9;
        transform: scale(1.15); }
    .box-banner3 .banner3-grid .image_description {
      position: absolute; }
    .box-banner3 .banner3-grid img {
      height: 100% !important; }
    .box-banner3 .banner3-grid .banner-hd1 {
      margin-bottom: 8px;
      font-weight: 800;
      font-size: 40px;
      line-height: 40px;
      letter-spacing: -2px;
      text-transform: uppercase;
      color: #fff; }
      .box-banner3 .banner3-grid .banner-hd1 span {
        color: var(--theme-color-secondary); }
      @media (max-width: 767px) and (min-width: 576px) {
        .box-banner3 .banner3-grid .banner-hd1 {
          font-size: 30px;
          line-height: 30px; } }
      @media (max-width: 400px) {
        .box-banner3 .banner3-grid .banner-hd1 {
          font-size: 30px;
          line-height: 30px; } }
    .box-banner3 .banner3-grid .text {
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      margin-bottom: 17px; }
    .box-banner3 .banner3-grid .i1 .image_description {
      top: 58px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      width: 100%; }
    .box-banner3 .banner3-grid .i1 .banner-title {
      color: #fff; }
    .box-banner3 .banner3-grid .i1 .btn-page {
      background-color: var(--theme-color-secondary); }
    @media (max-width: 575px) {
      .box-banner3 .banner3-grid .i2 img {
        width: auto !important;
        height: 100% !important;
        max-width: none; } }
    .box-banner3 .banner3-grid .i2 .image_description {
      top: 38px;
      left: 40px; }
      @media (max-width: 767px) and (min-width: 576px) {
        .box-banner3 .banner3-grid .i2 .image_description {
          top: 30px; } }
    .box-banner3 .banner3-grid .i2 .banner-title {
      color: #F14141; }
    .box-banner3 .banner3-grid .i2 .heading {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -1px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .box-banner3 .banner3-grid .i2 .banner-hd2 {
      font-size: 40px;
      line-height: 30px;
      letter-spacing: -2px;
      color: #fff;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 40px; }
      @media (max-width: 767px) and (min-width: 576px) {
        .box-banner3 .banner3-grid .i2 .banner-hd2 {
          font-size: 30px;
          margin-bottom: 10px; } }
      @media (max-width: 575px) {
        .box-banner3 .banner3-grid .i2 .banner-hd2 {
          font-size: 30px;
          margin-bottom: 10px; } }
    .box-banner3 .banner3-grid .banner-hd3 {
      font-size: 30px;
      line-height: 30px;
      color: #fff;
      text-transform: uppercase; }
      .box-banner3 .banner3-grid .banner-hd3 span {
        font-weight: 800; }
      @media (max-width: 767px) and (min-width: 576px) {
        .box-banner3 .banner3-grid .banner-hd3 {
          font-size: 20px;
          line-height: 20px; } }
    .box-banner3 .banner3-grid .i3 .image_description {
      top: 78px;
      left: 40px; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .box-banner3 .banner3-grid .i3 .image_description {
          top: 30px; } }
      @media (max-width: 850px) and (min-width: 576px) {
        .box-banner3 .banner3-grid .i3 .image_description {
          top: 30px; } }
      @media (max-width: 400px) {
        .box-banner3 .banner3-grid .i3 .image_description {
          top: 30px; } }
    .box-banner3 .banner3-grid .i3 .banner-hd3 {
      margin-bottom: 7px; }
      .box-banner3 .banner3-grid .i3 .banner-hd3 span {
        color: var(--theme-color-default); }
    .box-banner3 .banner3-grid .i3 .banner-title {
      color: var(--theme-color-secondary); }
    .box-banner3 .banner3-grid .i4 .image_description {
      top: 33px;
      left: 40px; }
    .box-banner3 .banner3-grid .i4 .banner-hd3 {
      margin-bottom: 50px; }
      .box-banner3 .banner3-grid .i4 .banner-hd3 span {
        color: var(--theme-color-secondary); }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box-banner3 .banner3-grid .i4 .image_description {
        top: 30px; }
      .box-banner3 .banner3-grid .i4 .banner-hd3 {
        margin-bottom: 10px; } }
    @media (max-width: 850px) and (min-width: 576px) {
      .box-banner3 .banner3-grid .i4 .image_description {
        top: 30px; }
      .box-banner3 .banner3-grid .i4 .banner-hd3 {
        margin-bottom: 10px; } }
    @media (max-width: 400px) {
      .box-banner3 .banner3-grid .i4 .image_description {
        top: 30px; }
      .box-banner3 .banner3-grid .i4 .banner-hd3 {
        margin-bottom: 10px; } }

.icon_at {
  font-family: "autozpro"; }

.deals_h3 .title_block {
  padding: 0 15px;
  margin-bottom: 15px; }
  .deals_h3 .title_block::after {
    display: none; }
.deals_h3 .thumbnail-container {
  padding: 20px;
  background-color: #fff; }
.deals_h3 .owl-item.first {
  padding-right: 0; }
  .rtl .deals_h3 .owl-item.first {
    padding-left: 0;
    padding-right: inherit; }
  .deals_h3 .owl-item.first .thumbnail-container {
    margin-right: 0; }
    .rtl .deals_h3 .owl-item.first .thumbnail-container {
      margin-left: 0;
      margin-right: inherit; }
.deals_h3 .owl-item.last {
  padding-left: 0; }
  .rtl .deals_h3 .owl-item.last {
    padding-right: 0;
    padding-left: inherit; }
.deals_h3 .owl-theme .owl-buttons div.owl-prev,
.deals_h3 .owl-theme .owl-buttons div.owl-next {
  top: 10px; }
@media (min-width: 1200px) {
  .deals_h3 .thumbnail-container {
    flex-direction: row; }
    .deals_h3 .thumbnail-container .p-info {
      position: absolute;
      bottom: 0;
      left: 0; }
      .rtl .deals_h3 .thumbnail-container .p-info {
        right: 0;
        left: auto; } }
@media (max-width: 767px) and (min-width: 576px) {
  .deals_h3 .thumbnail-container {
    flex-direction: column; }
    .deals_h3 .thumbnail-container .p-info {
      position: inherit;
      bottom: 0;
      left: 0; }
      .rtl .deals_h3 .thumbnail-container .p-info {
        right: 0;
        left: auto; } }
@media (max-width: 575px) and (min-width: 481px) {
  .deals_h3 .thumbnail-container {
    flex-direction: row; } }
[dir="rtl"] .deals_h3 .owl-row {
  margin-left: 0;
  margin-right: 0; }
[dir="rtl"] .deals_h3 .owl-theme .owl-buttons div.owl-prev, [dir="rtl"]
.deals_h3 .owl-theme .owl-buttons div.owl-next {
  left: 0;
  right: auto; }

.brands_2 {
  background: transparent; }
  .brands_2 .title_block {
    margin-bottom: 21px; }
  .brands_2 .bg_white {
    background-color: #fff; }
  .brands_2 .owl-carousel .owl-item {
    padding-top: 13px;
    padding-bottom: 13px; }
    .brands_2 .owl-carousel .owl-item:not(.last) {
      border-right: 1px solid #E6E6E6; }
      .rtl .brands_2 .owl-carousel .owl-item:not(.last) {
        border-left: 1px solid #E6E6E6;
        border-right: inherit; }

.btn_owl_type1 .owl-theme .owl-buttons div.owl-prev,
.btn_owl_type1 .owl-theme .owl-buttons div.owl-next {
  top: 5px;
  right: 15px;
  left: auto;
  border: 1px solid #E6E6E6;
  border-radius: 50%; }
  [dir="rtl"] .btn_owl_type1 .owl-theme .owl-buttons div.owl-prev, [dir="rtl"]
  .btn_owl_type1 .owl-theme .owl-buttons div.owl-next {
    left: 0;
    right: auto; }
.btn_owl_type1 .owl-theme .owl-buttons .owl-prev {
  transform: translateX(-105%) translateY(-100%); }
  [dir="rtl"] .btn_owl_type1 .owl-theme .owl-buttons .owl-prev {
    transform: translateX(105%) translateY(-100%); }
.btn_owl_type1 .owl-theme .owl-buttons .owl-next {
  transform: translateY(-100%); }

.seller_box {
  padding-top: 40px;
  padding-bottom: 50px; }

.box_testi3 {
  position: relative;
  display: flex; }
  .box_testi3::after {
    content: "";
    display: block;
    width: 100vw;
    background-color: #fff;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
  .box_testi3 .comment-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 850px;
    width: 100%; }
    @media (max-width: 992px) {
      .box_testi3 .comment-item {
        max-width: calc(100% - 30px); }
        .box_testi3 .comment-item .block-carousel-image-container {
          padding-left: 30px;
          padding-right: 30px; } }
    @media (max-width: 480px) {
      .box_testi3 .comment-item .block-carousel-image-container {
        padding-left: 15px;
        padding-right: 15px; } }
  .box_testi3 .bg-image {
    overflow: hidden; }
    .box_testi3 .bg-image img {
      max-width: none; }
  .box_testi3 .descript .top {
    display: flex;
    justify-content: space-between; }
    .box_testi3 .descript .top .top_left {
      transform: translateY(7px);
      padding-left: 5px; }
      .rtl .box_testi3 .descript .top .top_left {
        padding-right: 5px;
        padding-left: inherit; }
      .box_testi3 .descript .top .top_left span {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #999999; }
      .box_testi3 .descript .top .top_left .name {
        font-size: 16px;
        line-height: 20px;
        font-weight: 800;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 4px; }
  .box_testi3 .descript .bottom {
    margin-top: 38px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 24px; }
  .box_testi3 .descript .reviews {
    max-width: 630px;
    margin: 0 auto 10px; }
    .box_testi3 .descript .reviews i {
      font-family: "FontAwesome";
      color: var(--theme-color-secondary); }
  .box_testi3 .descript .content {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    max-width: 630px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .box_testi3 .descript .content {
        font-size: 18px;
        line-height: 24px; } }
  .box_testi3 .testi-content {
    position: relative;
    z-index: 2; }
  .box_testi3 .owl-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px; }
    @media (max-width: 575px) {
      .box_testi3 .owl-pagination {
        top: 50px; } }
    .box_testi3 .owl-pagination .owl-page span {
      border-radius: 0;
      width: 25px;
      height: 3px;
      background-color: #fff;
      opacity: 0.5;
      margin: 0 2px; }
    .box_testi3 .owl-pagination .owl-page.active span {
      height: 6px;
      background-color: var(--theme-color-secondary);
      opacity: 1; }

.product_banner2 {
  position: relative;
  z-index: 2; }
  .product_banner2 .product-banner-item {
    border-right: 1px solid #E6E6E6; }
    .rtl .product_banner2 .product-banner-item {
      border-left: 1px solid #E6E6E6;
      border-right: inherit; }
    .product_banner2 .product-banner-item:last-child {
      border: none; }
      @media (max-width: 991px) and (min-width: 576px) {
        .product_banner2 .product-banner-item:last-child .owl-item.first {
          border-right: 1px solid #E6E6E6; }
          .rtl .product_banner2 .product-banner-item:last-child .owl-item.first {
            border-left: 1px solid #E6E6E6;
            border-right: inherit; } }
    .product_banner2 .product-banner-item .product-miniature {
      padding: 0 15px; }
      .product_banner2 .product-banner-item .product-miniature .thumbnail-container {
        padding: 15px 0; }
  .product_banner2 .owl-theme .owl-buttons div.owl-next {
    right: 30px; }
    .rtl .product_banner2 .owl-theme .owl-buttons div.owl-next {
      left: 30px;
      right: auto; }
  .product_banner2 .owl-theme .owl-buttons div.owl-prev {
    right: 65px; }
    .rtl .product_banner2 .owl-theme .owl-buttons div.owl-prev {
      left: 65px;
      right: auto; }

.widget-images .images-list .row {
  display: flex; }
.widget-images .images-list .image-item img {
  border: 1px solid #E6E6E6; }

#search_filters .facet .facet-label .color {
  margin-left: 2px; }
  .rtl #search_filters .facet .facet-label .color {
    margin-right: 2px;
    margin-left: inherit; }

#search_filter_toggler {
  background-color: var(--theme-color-default);
  color: #fff;
  border-radius: 5px; }

.modal.quickview .images-container .product-cover {
  border: none; }
  .modal.quickview .images-container .product-cover img {
    border: 1px solid #E6E6E6; }
.modal.quickview div.slick-arrows .slick-arrow {
  width: 30px;
  height: 30px;
  transform: translateY(0); }
  .modal.quickview div.slick-arrows .slick-arrow::before {
    font-size: 10px; }

.leo-login-form-content .form-control-submit {
  border: 1px solid #E6E6E6; }
  .leo-login-form-content .form-control-submit:hover {
    border-color: transparent; }

#contact .form-footer .btn[type="submit"] {
  background-color: var(--theme-color-default);
  color: #fff; }
  #contact .form-footer .btn[type="submit"]:hover {
    color: #000;
    background-color: var(--theme-color-secondary); }

.leo-quicklogin-modal .lql-register-bt {
  border: 1px solid #E6E6E6; }
.leo-quicklogin-modal .lql-form-content input:before {
  display: none; }

.leo-save-wishlist-bt {
  border: 1px solid #E6E6E6; }

.product-line-grid-body br {
  display: none; }

.product-line-grid-body > .product-line-info.color {
  width: auto;
  height: auto;
  border: none;
  box-shadow: none;
  display: inline-flex; }

#mywishlist {
  margin-bottom: 50px; }

@media (max-width: 600px) {
  #content .box-slide {
    display: block; } }
body:not(#index) .part-filter {
  padding: 0; }

#module-leopartsfilter-search .products-selection {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #module-leopartsfilter-search .products-selection > div.col-md-6 {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    #module-leopartsfilter-search .products-selection > div.col-md-6 button.btn:first-child {
      background-color: #fff;
      border: 1px solid #E6E6E6; }
#module-leopartsfilter-search #js-product-list .row {
  margin: 0; }

body:not(#index, .cms-id-4) #page #wrapper .container > .row {
  margin-top: 50px; }
body:not(#index, .cms-id-4) #subcategories .row {
  display: flex;
  flex-wrap: wrap; }

.cms-id-4 #main .page-header {
  margin-bottom: 0; }

@media (max-width: 767px) {
  #module-leopartsfilter-search .products-selection > .col-md-6 {
    width: 100%; }
    #module-leopartsfilter-search .products-selection > .col-md-6 .products-sort-order {
      width: 100%;
      padding: 0; } }
#module-leopartsfilter-search .leo-filter-order {
  width: 100%; }
  #module-leopartsfilter-search .leo-filter-order .btn:hover, #module-leopartsfilter-search .leo-filter-order .btn:focus {
    color: #000000; }

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-color: transparent; }

.leo-wishlist-button-delete i {
  font-family: "Material Icons";
  font-size: 20px; }

.category-products #category-products .owl-buttons > div {
  top: 25%; }
  .category-products #category-products .owl-buttons > div.owl-prev {
    left: 0px; }
    .rtl .category-products #category-products .owl-buttons > div.owl-prev {
      right: 0px;
      left: auto; }
  .category-products #category-products .owl-buttons > div.owl-next {
    right: 0px; }
    .rtl .category-products #category-products .owl-buttons > div.owl-next {
      left: 0px;
      right: auto; }

.product-line-info.discount .product-discount {
  display: flex;
  align-items: center; }

#password .email input.form-control {
  height: 48px; }
#password .center-email-fields .form-control-submit {
  background-color: var(--theme-color-secondary); }

body:not(#category) .breadcrumb {
  padding-top: 25px;
  padding-bottom: 25px; }
  body:not(#category) .breadcrumb ol {
    padding-bottom: 0; }

.form-control-label[for="field-id_gender"] {
  padding-top: 0; }

.page-footer .account-link {
  display: inline-block;
  padding: 10px 30px;
  color: #000;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  margin-bottom: 15px; }
  .page-footer .account-link:hover {
    color: var(--theme-color-default);
    border-color: var(--theme-color-default); }

/*# sourceMappingURL=styles.css.map */
