/***************************************************
  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 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase; }

.sub-title-widget {
  text-transform: uppercase;
  font-size: 35px;
  color: var(--theme-color-secondary);
  font-weight: 400;
  line-height: 1; }
  .sub-title-widget strong {
    font-weight: 700; }
  @media (max-width: 1199px) {
    .sub-title-widget {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .sub-title-widget {
      font-size: 26px; } }

.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; }
  @media (max-width: 767px) and (min-width: 481px) {
    .block-toggler .title,
    .footer-container .links .title {
      display: flex; } }
.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: fit-content;
  height: fit-content;
  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: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    color: #000000; }
  @media (max-width: 767px) and (min-width: 481px) {
    .block-toggler .navbar-toggler,
    .footer-container .links .navbar-toggler {
      position: initial; } }
@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;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "remove";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 13px;
      line-height: 1;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto;
      font-weight: 600;
      color: var(--theme-color-secondary); }
      [dir] .ap-accordion .panel-default .panel-title a:before {
        left: 0;
        right: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "add";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 13px;
      line-height: 1;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto;
      font-weight: 600;
      color: var(--theme-color-secondary); }

/* 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 {
  text-align: center;
  margin-top: 10px; }
  .box-show-more a.btn {
    background-color: transparent;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    display: none;
    font-size: 14px;
    color: var(--theme-color-secondary);
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    position: relative;
    line-height: 1.72; }
    .box-show-more a.btn::before {
      content: "";
      display: block;
      width: 65%;
      height: 2px;
      background-color: var(--theme-color-secondary);
      position: absolute;
      left: 0;
      bottom: -2px;
      transition: all 0.3s ease-in-out; }
      .rtl .box-show-more a.btn::before {
        right: 0;
        left: auto; }
    .box-show-more a.btn:hover {
      background-color: transparent; }
      .box-show-more a.btn:hover::before {
        width: 100%; }
    .box-show-more a.btn .fa {
      margin-left: 5px; }
      .rtl .box-show-more a.btn .fa {
        margin-right: 5px;
        margin-left: inherit; }
  .box-show-more.open a {
    display: inline-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; }
  .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: 20px;
    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; }

@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; }

  .contain .owl-carousel .owl-item {
    padding: 0 15px; }

  .owl-row {
    margin-left: -15px;
    margin-right: -15px; }

  .row {
    margin-right: -15px;
    margin-left: -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: var(--theme-color-text); }
#content-wrapper .sitemap li:hover a {
  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: 11px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 30px 5px;
    color: #999;
    opacity: 1;
    letter-spacing: 0;
    font-weight: 500; }
    @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;
  color: var(--theme-color-secondary); }
#checkout .product-line-info a.label,
#cart .product-line-info a.label {
  font-weight: 500; }
#checkout .product-line-info .value,
#cart .product-line-info .value {
  font-weight: 500;
  color: var(--theme-color-text); }
#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: "Jost", 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: 700; }
#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; }
  [dir] #checkout .promo-code .btn, [dir]
  #cart .promo-code .btn {
    border-radius: 5px 0 0 5px; }
  #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 0.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 0.4s;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  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: 'Material Icons';
    font-style: normal;
    margin-left: 10px; }
    [dir] .btn-outline i, [dir]
    .btn i, [dir]
    .btn-primary i {
      margin-right: 0; }
  .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: "FontAwesome";
      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-label.required::after {
  position: absolute; }

#manufacturer-description {
  margin-bottom: 30px; }

#submit-login,
.center-email-fields .form-control-submit,
.leo-save-wishlist-bt {
  z-index: 1; }
  #submit-login:hover::before,
  .center-email-fields .form-control-submit:hover::before,
  .leo-save-wishlist-bt:hover::before {
    width: 100%; }
  #submit-login::before,
  .center-email-fields .form-control-submit::before,
  .leo-save-wishlist-bt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    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); }

.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: 16px;
  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: 40px;
    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; }

  .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;
  padding: 16px 60px;
  border-radius: 0;
  background-color: var(--theme-color-secondary);
  color: #FFFFFF;
  position: relative;
  z-index: 1; }
  #authentication .login-form .form-footer .btn::before,
  #authentication .register-form .form-footer .btn::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s all ease-in-out;
    background-color: var(--theme-color-default);
    z-index: -1; }
  #authentication .login-form .form-footer .btn:hover::before,
  #authentication .register-form .form-footer .btn:hover::before {
    width: 100%; }

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;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  background-color: var(--theme-color-secondary); }
  @media (max-width: 480px) {
    .modal-footer .btn {
      min-width: 120px; } }
  .modal-footer .btn::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s all ease-in-out;
    background-color: var(--theme-color-default);
    z-index: -1; }
  .modal-footer .btn:hover::before {
    width: 100%; }

.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*/
.leo-remove-from-cart {
  transition: all 0.4s; }
  .leo-remove-from-cart:hover {
    transform: rotate(90deg); }

.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 0.4s;
  opacity: 1; }
  .modal-header button:hover {
    opacity: 1; }
  .modal-header button span {
    display: none; }
  .modal-header button:before {
    font-size: 12px;
    content: "\e646";
    font-family: "themify";
    display: block; }
  .modal-header button:hover {
    transform: rotate(90deg); }

#header {
  background: #fff; }

.navbar-fixed-top {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

.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 0.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: 390px) {
  .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: var(--theme-color-secondary);
  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: 500; }

.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;
  border-radius: 3px; }

/*end update product image more infor*/
.leoquicklogin-cssload-speeding-wheel {
  width: 20px;
  height: 20px; }

.product-detail .description-short {
  color: var(--theme-color-secondary);
  margin-bottom: 25px; }
.product-detail .product-prices {
  margin: 10px 0 10px; }

@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.in_detail ul li {
  margin-bottom: 30px; }
.product-detail .leo-more-cdown .deal-clock {
  padding: 0; }
.product-detail .leo-more-cdown ul {
  margin: 0;
  border: none; }
.product-detail .leo-more-cdown li {
  width: 60px;
  border-color: #E6E6E6;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px 0; }
  .product-detail .leo-more-cdown li b {
    font-weight: 500;
    font-size: 20px;
    border: none; }
  .product-detail .leo-more-cdown li span {
    font-size: 12px; }
.product-detail #leo_product_reviews_block_extra {
  margin-bottom: 20px; }
.product-detail .size-guide {
  margin-bottom: 30px; }

.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; }
  .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;
  font-weight: 600; }

@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; } }
@media (max-width: 991px) {
  .ApProductList ul.product_list.grid > .ajax_block_product {
    width: 33.33%; } }
@media (max-width: 767px) {
  .ApProductList ul.product_list.grid > .ajax_block_product {
    width: 50%; } }
@media (max-width: 390px) {
  .ApProductList ul.product_list.grid > .ajax_block_product {
    width: 100%; } }
@media (max-width: 480px) {
  .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; } }
@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;
  align-items: center; }
  .ApCountdown ul li {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    text-align: left; }
    .rtl .ApCountdown ul li {
      text-align: right; }
    .ApCountdown ul li:not(:last-child) {
      margin-right: 15px;
      padding-right: 15px; }
      .rtl .ApCountdown ul li:not(:last-child) {
        margin-left: 15px;
        margin-right: inherit; }
      .rtl .ApCountdown ul li:not(:last-child) {
        padding-left: 15px;
        padding-right: inherit; }
      .ApCountdown ul li:not(:last-child)::before {
        content: ":";
        position: absolute;
        line-height: 1;
        left: 100%;
        color: var(--theme-color-secondary);
        font-weight: 400;
        font-size: 18px;
        margin-left: -2px;
        top: 6px; }
        .rtl .ApCountdown ul li:not(:last-child)::before {
          margin-right: -2px;
          margin-left: inherit; }
    .ApCountdown ul li b {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.5;
      color: var(--theme-color-secondary);
      display: block; }
  @media (max-width: 1400px) and (min-width: 481px) {
    .ApCountdown ul li b {
      font-size: 16px; }
    .ApCountdown ul li:not(:last-child) {
      margin-right: 10px;
      padding-right: 10px; }
      .rtl .ApCountdown ul li:not(:last-child) {
        margin-left: 10px;
        margin-right: inherit; }
      .rtl .ApCountdown ul li:not(:last-child) {
        padding-left: 10px;
        padding-right: inherit; } }

.effect-zoom {
  overflow: hidden; }
  .effect-zoom img {
    transition: all 0.4s; }
  .effect-zoom:hover img {
    transform: scale(1.1); }

@media (min-width: 992px) {
  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; }

.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: "\e634";
    font-family: "themify";
    font-size: 18px; }

/*Home1*/
@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; }
  @media (max-width: 991px) {
    .bg-over-lay {
      display: none; } }

.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;
      display: none; }
      .rtl .group-nav {
        right: 10px;
        left: auto; } }
  @media (min-width: 992px) {
    .group-nav {
      position: fixed;
      top: 0;
      padding: 0;
      width: 860px;
      height: 100%;
      z-index: 9999999;
      background: #FFFFFF !important;
      right: 0;
      text-align: center;
      -webkit-transform: translate(860px, 0);
      -moz-transform: translate(860px, 0);
      -ms-transform: translate(860px, 0);
      -o-transform: translate(860px, 0);
      transform: translate(860px, 0);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .rtl .group-nav {
        left: 0;
        right: auto; }
      [dir="rtl"] .group-nav {
        -webkit-transform: translate(-860px, 0);
        -moz-transform: translate(-860px, 0);
        -ms-transform: translate(-860px, 0);
        -o-transform: translate(-860px, 0);
        transform: translate(-860px, 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-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .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%; }

.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; }

.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: 0.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; }

.block_newsletter .block_newsletter_alert:before {
  top: 7px; }

#left-column {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #left-column {
      margin-bottom: 0; } }

.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); }

#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: uppercase;
    font-size: 16px;
    font-weight: 500;
    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-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: "themify"; }
  .product-detail .leo-compare-wishlist-button .leo-compare-button.btn-product i.material-icons::before {
    content: "\e619";
    display: inline-block; }
.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 .name-btn-product,
.product-detail .leo-compare-wishlist-button .compare .btn-product.added .name-btn-product {
  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; }
.product-detail .product-cover .product-flags li.product-flag {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center; }

@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 .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; }

.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: "Jost", 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;
  display: flex; }
  .rtl .leonextprevious-container {
    left: 50px;
    right: auto; }
  .leonextprevious-container > div {
    margin-bottom: 0;
    padding: 0 2px;
    width: 100%; }
  .leonextprevious-container .leo-button-next {
    margin-left: 15px; }
    .rtl .leonextprevious-container .leo-button-next {
      margin-right: 15px;
      margin-left: inherit; }
    .leonextprevious-container .leo-button-next a::before {
      margin-left: 5px; }
      .rtl .leonextprevious-container .leo-button-next a::before {
        margin-right: 5px;
        margin-left: inherit; }
  .leonextprevious-container .leo-button-prev a {
    flex-direction: row; }
    .leonextprevious-container .leo-button-prev a::before {
      margin-right: 5px; }
      .rtl .leonextprevious-container .leo-button-prev a::before {
        margin-left: 5px;
        margin-right: inherit; }
  .leonextprevious-container > div a {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    background-color: transparent;
    position: relative;
    color: var(--theme-color-secondary);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400; }
    .leonextprevious-container > div a::before {
      font-size: 20px;
      font-family: "FontAwesome"; }
    .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: var(--theme-color-secondary);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: "Jost", sans-serif;
        font-weight: 400;
        margin-bottom: 0;
        font-size: 14px; }
      .leonextprevious-container > div a .button-hover .product-price {
        text-align: center;
        color: var(--theme-color-secondary);
        font-weight: 500; }
    .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";
    font-family: "FontAwesome"; }
  .leonextprevious-container .leo-button-prev a::before {
    content: "\f104";
    font-family: "FontAwesome"; }

@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; }

@media (max-width: 400px) {
  .leo-verticalmenu {
    margin-right: 0; }
    .rtl .leo-verticalmenu {
      margin-left: 0;
      margin-right: inherit; } }

#_desktop_cart {
  margin-left: 25px;
  height: 25px; }
  .rtl #_desktop_cart {
    margin-right: 25px;
    margin-left: inherit; }
  @media (max-width: 1199px) {
    #_desktop_cart {
      margin-left: 20px; }
      .rtl #_desktop_cart {
        margin-right: 20px;
        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: var(--theme-color-secondary);
      font-family: "themify";
      display: block; }
      #_desktop_cart .header i::before {
        content: "\e655";
        font-size: 21px;
        line-height: 25px; }
    #_desktop_cart .header .header-link {
      display: flex;
      align-items: center; }
  #_desktop_cart .total-cart {
    display: none;
    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;
    height: 23px; }
    @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;
  bottom: -6px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #b9a16b;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  font-weight: 500;
  color: #FFFFFF; }
  .rtl .icon-cart .cart-products-count, .rtl
  .header-button-wishlist .ap-btn-wishlist .ap-total-wishlist {
    left: -8px;
    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: 1199px) {
    .header-button-wishlist .ap-btn-wishlist {
      margin-left: 20px; }
      .rtl .header-button-wishlist .ap-btn-wishlist {
        margin-right: 20px;
        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); }

@media (max-width: 991px) {
  .col-info .leo-verticalmenu {
    display: none; } }
#search_filters .facet .facet-label .color {
  margin-left: 2px; }
  [dir] #search_filters .facet .facet-label .color {
    margin-right: 2px;
    margin-left: 10px; }

#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, .leo-register-form-content .form-control-submit {
  border: 1px solid #E6E6E6;
  background-color: var(--theme-color-secondary);
  color: #FFFFFF;
  position: relative;
  z-index: 1; }
  .leo-login-form-content .form-control-submit::before, .leo-register-form-content .form-control-submit::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s all ease-in-out;
    background-color: var(--theme-color-default);
    z-index: -1; }
  .leo-login-form-content .form-control-submit:hover::before, .leo-register-form-content .form-control-submit:hover::before {
    width: 100%; }

#contact .form-footer .btn[type="submit"] {
  background-color: var(--theme-color-secondary);
  color: #fff; }
  #contact .form-footer .btn[type="submit"]:hover {
    background-color: var(--theme-color-default); }

.btn.btn-default[for="file-upload"] {
  background-color: var(--theme-color-secondary);
  color: #FFFFFF;
  font-weight: 500; }
  .btn.btn-default[for="file-upload"]:hover {
    background-color: var(--theme-color-default);
    color: #FFFFFF; }

.leo-quicklogin-modal .lql-register-bt {
  border: 1px solid #E6E6E6; }
.leo-quicklogin-modal .lql-form-content input:before {
  display: none; }

.leo-save-wishlist-bt {
  background-color: var(--theme-color-secondary);
  color: #FFFFFF;
  position: relative;
  z-index: 1; }
  .leo-save-wishlist-bt::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s all ease-in-out;
    background-color: var(--theme-color-default);
    z-index: -1; }
  .leo-save-wishlist-bt:hover::before {
    width: 100%; }

.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) #page #wrapper .container > .row {
  margin-top: 50px; }
body:not(#index) #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: 45%; }
  .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: 600;
  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); }

.container-large {
  max-width: 1930px;
  width: auto; }
  @media (min-width: 1516px) {
    .container-large {
      padding: 0 50px; } }

.block_content .nav-tabs {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0; }
  .block_content .nav-tabs .nav-item {
    margin-left: 0;
    margin-right: 50px;
    display: inline-block; }
    .rtl .block_content .nav-tabs .nav-item {
      margin-right: 0;
      margin-left: inherit; }
    .rtl .block_content .nav-tabs .nav-item {
      margin-left: 50px;
      margin-right: inherit; }
    @media (max-width: 480px) {
      .block_content .nav-tabs .nav-item {
        margin: 0; } }
    .block_content .nav-tabs .nav-item:last-child {
      margin-right: 0px; }
      .rtl .block_content .nav-tabs .nav-item:last-child {
        margin-left: 0px;
        margin-right: inherit; }
      @media (max-width: 480px) {
        .block_content .nav-tabs .nav-item:last-child {
          margin: 0; } }
  .block_content .nav-tabs .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--theme-color-text);
    line-height: 1.72;
    position: relative;
    padding: 0 0 2px;
    border: none;
    border-radius: 0;
    background-color: transparent; }
    @media (max-width: 400px) {
      .block_content .nav-tabs .nav-link {
        font-size: 14px; } }
    .block_content .nav-tabs .nav-link::before {
      content: "";
      width: 0;
      background-color: var(--theme-color-secondary);
      height: 2px;
      position: absolute;
      left: 0;
      bottom: -2px;
      transition: all 0.2s ease-in-out; }
      .rtl .block_content .nav-tabs .nav-link::before {
        right: 0;
        left: auto; }
    .block_content .nav-tabs .nav-link.active, .block_content .nav-tabs .nav-link:hover, .block_content .nav-tabs .nav-link:focus, .block_content .nav-tabs .nav-link.active:hover {
      color: var(--theme-color-secondary); }
      .block_content .nav-tabs .nav-link.active::before, .block_content .nav-tabs .nav-link:hover::before, .block_content .nav-tabs .nav-link:focus::before, .block_content .nav-tabs .nav-link.active:hover::before {
        width: 65%; }
    .block_content .nav-tabs .nav-link:hover, .block_content .nav-tabs .nav-link:focus, .block_content .nav-tabs .nav-link.active, .block_content .nav-tabs .nav-link.active:hover {
      border: none;
      border-radius: 0;
      background-color: transparent; }

.box-top {
  padding: 19.5px 0; }
  @media (max-width: 991px) {
    .box-top {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .box-top .col-menu {
        order: -1; }
      .box-top .col-logo .h-logo {
        text-align: center; }
      .box-top button.navbar-toggler {
        transform: translateX(-9px); }
        [dir] .box-top button.navbar-toggler {
          transform: translateX(9px); } }
  @media (max-width: 767px) {
    .box-top {
      padding: 15px 0; } }
  @media (max-width: 380px) {
    .box-top {
      padding: 10px 0; }
      .box-top .col-menu {
        width: 40px; }
      .box-top .col-info {
        flex: 1; } }

.col-info {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

#leo_block_top {
  height: 25px; }
  #leo_block_top .popup-title {
    color: var(--theme-color-secondary); }
    #leo_block_top .popup-title i {
      margin-left: 25px; }
      .rtl #leo_block_top .popup-title i {
        margin-right: 25px;
        margin-left: inherit; }
      @media (max-width: 1199px) {
        #leo_block_top .popup-title i {
          margin-left: 20px; }
          .rtl #leo_block_top .popup-title i {
            margin-right: 20px;
            margin-left: inherit; } }
      #leo_block_top .popup-title i::before {
        content: "\e602";
        font-family: "themify";
        font-size: 21px;
        line-height: 25px; }
    #leo_block_top .popup-title:hover {
      color: var(--theme-color-default); }

.header-button-wishlist {
  height: 25px; }
  .header-button-wishlist .ap-btn-wishlist {
    color: var(--theme-color-secondary); }
    .header-button-wishlist .ap-btn-wishlist i::before {
      content: "\e634";
      font-family: "themify";
      font-size: 21px;
      line-height: 25px; }
    .header-button-wishlist .ap-btn-wishlist:hover {
      color: var(--theme-color-default); }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav {
    margin: 0; } }
.btn-theme {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  color: var(--theme-color-secondary);
  font-weight: 500; }
  .btn-theme::before {
    content: "";
    width: 65%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: all 0.2s ease-in-out;
    background-color: var(--theme-color-secondary); }
    .rtl .btn-theme::before {
      right: 0;
      left: auto; }
  .btn-theme:hover::before {
    width: 100%; }

.btn-theme2 {
  padding: 20px 50px;
  color: var(--theme-color-secondary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  display: inline-flex;
  text-align: center;
  align-items: center;
  gap: 0 8px;
  background-color: #FFFFFF; }
  .btn-theme2::before {
    content: "\f068";
    font-family: "FontAwesome"; }

.box-slider {
  position: relative; }
  .box-slider .bannercontainer.banner-fullwidth {
    padding: 8px !important;
    border: 2px solid #f5e6e0; }
  .box-slider .slide-title .caption-contain {
    color: var(--theme-color-default);
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 0 15px;
    font-family: var(--font-family-tertiary); }
    .box-slider .slide-title .caption-contain span {
      display: inline-block;
      height: 2px;
      width: 40px;
      background-color: var(--theme-color-default); }
  .box-slider .slide-heading .caption-contain {
    text-transform: uppercase;
    line-height: 70px;
    font-weight: 400;
    font-family: var(--font-family-slide); }
  .box-slider .slide-heading2 .caption-contain {
    text-transform: uppercase;
    line-height: 70px;
    font-weight: 700;
    font-family: var(--font-family-slide); }
  .box-slider .btn-slide .caption-contain {
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-family-slide);
    color: var(--theme-color-secondary);
    position: relative; }
    @media (max-width: 575px) {
      .box-slider .btn-slide .caption-contain {
        font-size: 20px; } }
    .box-slider .btn-slide .caption-contain::before {
      content: "";
      position: absolute;
      width: 65%;
      height: 2px;
      bottom: -4px;
      left: 0;
      transition: 0.2s all ease-in-out;
      background-color: var(--theme-color-secondary); }
      .rtl .box-slider .btn-slide .caption-contain::before {
        right: 0;
        left: auto; }
    .box-slider .btn-slide .caption-contain:hover::before {
      width: 92%; }
  .box-slider .box-slide-social {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    z-index: 1; }
    .rtl .box-slider .box-slide-social {
      right: -50px;
      left: auto; }
    .box-slider .box-slide-social .block {
      transform: rotate(-90deg);
      width: fit-content;
      margin-left: -12px;
      margin-top: 50px; }
      [dir] .box-slider .box-slide-social .block {
        margin-right: 9px; }
      .box-slider .box-slide-social .block span {
        font-size: 14px;
        text-transform: uppercase;
        color: var(--theme-color-text);
        font-weight: 500; }
    @media (max-width: 1515px) {
      .box-slider .box-slide-social {
        display: none; } }
  .box-slider .box-slide-ct {
    position: relative;
    z-index: 2; }
  .box-slider .block-social ul {
    display: flex;
    flex-direction: column-reverse; }
    .box-slider .block-social ul li {
      height: 35px;
      color: var(--theme-color-text); }
      .box-slider .block-social ul li:hover {
        color: var(--theme-color-default); }

.box-slider2 .t-center {
  left: 50% !important;
  transform: translateX(-50%); }
.box-slider2 .title2 .caption-contain {
  font-family: var(--font-family-tertiary);
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 15px; }
  .box-slider2 .title2 .caption-contain span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background-color: var(--theme-color-secondary); }
.box-slider2 .btn-slide .caption-contain {
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font-family-slide);
  color: var(--theme-color-secondary);
  position: relative; }
  @media (max-width: 575px) {
    .box-slider2 .btn-slide .caption-contain {
      font-size: 20px; } }
  .box-slider2 .btn-slide .caption-contain::before {
    content: "";
    position: absolute;
    width: 65%;
    height: 2px;
    bottom: -4px;
    left: 0;
    transition: 0.2s all ease-in-out;
    background-color: var(--theme-color-secondary); }
    .rtl .box-slider2 .btn-slide .caption-contain::before {
      right: 0;
      left: auto; }
  .box-slider2 .btn-slide .caption-contain:hover::before {
    width: 92%; }
.box-slider2 .slide-heading2 .caption-contain {
  text-transform: uppercase;
  line-height: 70px;
  font-weight: 700;
  font-family: var(--font-family-slide); }
.box-slider2 .slide-heading .caption-contain {
  text-transform: uppercase;
  line-height: 70px;
  font-weight: 400;
  font-family: var(--font-family-slide); }
.box-slider2 .sub-title2 {
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font-family-tertiary); }
.box-slider2 .text2 {
  text-transform: uppercase;
  font-family: var(--font-family-tertiary);
  line-height: 25px;
  font-weight: 400; }
.box-slider2 .btn-slide2 .caption-contain {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 17px 45px;
  font-size: 14px;
  font-family: var(--font-family-tertiary);
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #FFFFFF;
  color: var(--theme-color-secondary);
  transition: all 0.4s ease-in-out;
  cursor: pointer; }
  @media (max-width: 575px) {
    .box-slider2 .btn-slide2 .caption-contain {
      font-size: 20px; } }
  .box-slider2 .btn-slide2 .caption-contain::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: var(--theme-color-secondary);
    transition: all 0.2s ease-in-out; }
.box-slider2 .btn-slide2:hover .caption-contain {
  background-color: var(--theme-color-secondary);
  color: #FFFFFF; }
  .box-slider2 .btn-slide2:hover .caption-contain::before {
    background-color: #FFFFFF; }
.box-slider2 .slide-title .caption-contain {
  color: var(--theme-color-default);
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-family: var(--font-family-tertiary); }
  .box-slider2 .slide-title .caption-contain span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background-color: var(--theme-color-default); }
.box-slider2 .iview-controlNav div.iview-items ul {
  display: flex;
  flex-direction: column; }
  .box-slider2 .iview-controlNav div.iview-items ul li {
    height: auto; }
.box-slider2 div.iview-controlNav div.iview-items {
  top: 50%;
  bottom: auto;
  left: 0;
  transform: translate(40px, -50%);
  width: fit-content; }
  .box-slider2 div.iview-controlNav div.iview-items ul {
    display: inline-flex;
    flex-direction: column;
    gap: 5px 0; }
    .box-slider2 div.iview-controlNav div.iview-items ul li {
      height: auto; }
  @media (max-width: 1199px) {
    .box-slider2 div.iview-controlNav div.iview-items {
      top: auto;
      bottom: 0;
      left: 10px;
      right: auto;
      transform: translate(0px, -50%); }
      .box-slider2 div.iview-controlNav div.iview-items ul {
        flex-direction: row;
        gap: 5px; } }

.box-slider3 .title .caption-contain {
  font-family: var(--font-family-tertiary);
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 15px; }
  .box-slider3 .title .caption-contain span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background-color: var(--theme-color-secondary); }
.box-slider3 .sub1 {
  font-family: var(--font-family-tertiary);
  text-transform: capitalize;
  line-height: 80px;
  font-weight: 400; }
.box-slider3 .sub2 {
  font-family: var(--font-family-tertiary);
  text-transform: capitalize;
  line-height: 80px;
  font-weight: 700; }
.box-slider3 .t-center {
  left: 50% !important;
  transform: translateX(-50%); }
.box-slider3 .title2 .caption-contain {
  font-family: var(--font-family-tertiary);
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 15px; }
  .box-slider3 .title2 .caption-contain span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background-color: var(--theme-color-secondary); }
.box-slider3 .slide-heading2 .caption-contain {
  text-transform: uppercase;
  line-height: 70px;
  font-weight: 700;
  font-family: var(--font-family-slide); }
.box-slider3 .slide-heading .caption-contain {
  text-transform: uppercase;
  line-height: 70px;
  font-weight: 400;
  font-family: var(--font-family-slide); }
.box-slider3 .btn-slide .caption-contain {
  position: relative;
  line-height: 25px;
  font-size: 15px;
  color: var(--theme-color-secondary);
  text-transform: capitalize;
  font-weight: 500;
  font-family: var(--font-family-tertiary); }
  @media (max-width: 575px) {
    .box-slider3 .btn-slide .caption-contain {
      font-size: 20px; } }
  .box-slider3 .btn-slide .caption-contain::before {
    content: "";
    display: block;
    position: absolute;
    width: 65%;
    height: 2px;
    bottom: -2px;
    left: 0;
    transition: all 0.4s ease-in-out;
    background-color: var(--theme-color-secondary); }
    .rtl .box-slider3 .btn-slide .caption-contain::before {
      right: 0;
      left: auto; }
.box-slider3 .btn-slide:hover .caption-contain::before {
  width: 100%; }

.box-slider4 .title {
  text-transform: capitalize;
  font-family: var(--font-family-tertiary);
  font-weight: 400;
  line-height: 70px; }
.box-slider4 .sub-title {
  font-family: var(--font-family-tertiary);
  font-weight: 400;
  line-height: 16px; }
.box-slider4 .btn-slide .caption-contain {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: var(--theme-color-secondary);
  position: relative;
  text-transform: uppercase;
  font-family: var(--font-family-tertiary); }
  @media (max-width: 575px) {
    .box-slider4 .btn-slide .caption-contain {
      font-size: 20px; } }
  .box-slider4 .btn-slide .caption-contain::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 65%;
    height: 2px;
    display: block;
    background-color: var(--theme-color-secondary);
    transition: all 0.4s ease-in-out; }
    .rtl .box-slider4 .btn-slide .caption-contain::before {
      right: 0;
      left: auto; }
.box-slider4 .btn-slide:hover .caption-contain::before {
  width: 100%; }

.box-banner {
  margin-top: 90px; }
  .box-banner .box-banner-right {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .box-banner .box-banner-right .item2,
    .box-banner .box-banner-right .item3 {
      width: calc(50% - 15px); }
    .box-banner .box-banner-right .item1 {
      background-color: #e5e2dd;
      width: 100%; }
    .box-banner .box-banner-right .item3 {
      background-color: #f5e6e0; }
  .box-banner .sub-title {
    color: var(--theme-color-secondary);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500; }
  .box-banner .title {
    font-size: 26px;
    color: var(--theme-color-secondary);
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 10px; }
    .box-banner .title strong {
      font-weight: 700; }
  .box-banner .title2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    color: var(--theme-color-secondary); }
    @media (max-width: 1199px) {
      .box-banner .title2 {
        font-size: 20px; } }
  .box-banner .description {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-color-secondary); }
  .box-banner .image_description {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 40px; }
  .box-banner .block {
    position: relative;
    overflow: hidden; }
    .box-banner .block img {
      transition: all 0.4s ease-in-out;
      max-width: none; }
    .box-banner .block:hover img {
      transform: scale(1.05); }
    .box-banner .block:hover .btn-banner::before {
      width: 100%; }
  .box-banner .block_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 40px; }
    .rtl .box-banner .block_content {
      right: 0;
      left: auto; }
  @media (max-width: 1199px) {
    .box-banner {
      margin-top: 30px; }
      .box-banner .box-banner-left .block {
        height: 530px; }
      .box-banner .block:hover img {
        transform: scale(1.05); }
      .box-banner .item1,
      .box-banner .item2,
      .box-banner .item3 {
        height: 250px; }
      .box-banner .block_content,
      .box-banner .image_description {
        padding: 0 20px 20px; }
      .box-banner .title {
        font-size: 20px; } }
  @media (max-width: 767px) {
    .box-banner .box-banner-left {
      margin-bottom: 15px; }
      .box-banner .box-banner-left .block {
        height: 250px; }
        .box-banner .box-banner-left .block img {
          width: 100% !important;
          height: auto !important;
          max-width: 100%;
          left: 0;
          transform: translateX(0) !important; }
    .box-banner .box-banner-right {
      gap: 15px 0; }
      .box-banner .box-banner-right .item2,
      .box-banner .box-banner-right .item3 {
        width: 100%; }
      .box-banner .box-banner-right .item2 img {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        left: 0;
        transform: translateX(0) !important; } }
  .box-banner .text-white * {
    color: #FFFFFF; }
  .box-banner .text-white .btn-banner::before {
    background-color: #FFFFFF; }

.btn-banner {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  color: var(--theme-color-secondary);
  font-weight: 500; }
  .btn-banner::before {
    content: "";
    width: 65%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: all 0.2s ease-in-out;
    background-color: var(--theme-color-secondary); }
    .rtl .btn-banner::before {
      right: 0;
      left: auto; }

@media (max-width: 1199px) {
  .box-banner_1 .block img {
    position: relative;
    left: 100%;
    transform: translateX(-95%); }
  .box-banner_1 .block:hover img {
    transform: translateX(-95%) scale(1.05); } }

@media (max-width: 1199px) and (min-width: 992px) {
  .box-banner_2 .block img {
    width: 100% !important;
    height: auto !important; } }
@media (max-width: 900px) and (min-width: 481px) {
  .box-banner_2 .block {
    height: 250px; } }
@media (max-width: 767px) and (min-width: 451px) {
  .box-banner_2 .block img {
    width: 100% !important;
    height: auto !important; } }
@media (max-width: 767px) {
  .box-banner_2 .banner_2 {
    margin-top: 15px; } }
@media (max-width: 450px) {
  .box-banner_2 .block {
    height: 250px; } }

.box-products {
  margin-top: 90px; }
  .box-products .sub-title-widget {
    text-align: center;
    margin-bottom: 20px; }
  .box-products .nav.nav-tabs {
    padding-top: 15px;
    margin-bottom: 45px; }
    @media (max-width: 480px) {
      .box-products .nav.nav-tabs {
        justify-content: space-between;
        margin-bottom: 30px; }
        .box-products .nav.nav-tabs::after {
          display: none; } }
  @media (max-width: 480px) {
    .box-products .product_list {
      margin-left: -5px;
      margin-right: -5px; }
      .box-products .product_list > li {
        padding: 0 5px; } }

.box-testi {
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0; }
  .box-testi .box-testi-ct {
    padding-top: 15px;
    padding-bottom: 15px; }
  .box-testi .block_content {
    max-width: 1440px;
    margin: 160px auto 120px;
    padding: 15px; }
    @media (max-width: 1599px) {
      .box-testi .block_content {
        margin-bottom: 50px; } }
    @media (max-width: 1199px) {
      .box-testi .block_content {
        margin: 30px auto 60px; } }
    @media (max-width: 767px) {
      .box-testi .block_content {
        margin: 20px auto 30px;
        text-align: center; } }
  .box-testi .sub-title {
    font-weight: 500;
    color: var(--theme-color-default);
    font-size: 14px;
    text-transform: uppercase; }
    .box-testi .sub-title::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 2px;
      background-color: var(--theme-color-default);
      margin-right: 20px; }
      .rtl .box-testi .sub-title::before {
        margin-left: 20px;
        margin-right: inherit; }
  .box-testi .title {
    font-size: 70px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--theme-color-secondary);
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .box-testi .title {
        font-size: 30px; } }
    .box-testi .title strong {
      font-weight: bold; }
  .box-testi .btn-theme {
    margin-top: 15px; }
@keyframes typewriter {
  from {
    width: 0; }
  to {
    width: 1000px; } }
  .box-testi:hover .title {
    animation: typewriter 1s steps(44) 0.5s 1 normal both; }

.box-limit {
  margin-top: 75px; }
  .box-limit .sub-title-widget {
    text-align: center;
    margin-bottom: 40px; }

.box-insta {
  margin-top: 45px; }
  .box-insta .sub-title-widget {
    text-align: center;
    margin-bottom: 40px; }
  .box-insta .owl-carousel .owl-item {
    padding: 0 3px; }
  .box-insta .item .block-carousel-container:first-child {
    margin-bottom: 6px; }
  .box-insta .ApInstagram .block_content {
    margin: 0 -3px; }

.box-support {
  margin-top: 80px;
  margin-bottom: 80px; }
  .box-support .image {
    text-align: center; }
  .box-support .descript {
    text-align: center; }
    .box-support .descript .title {
      margin: 20px 0 5px;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.4;
      text-transform: uppercase;
      color: var(--theme-color-secondary); }
    .box-support .descript .des {
      font-size: 15px; }
    .box-support .descript:hover i {
      color: var(--theme-color-default); }
  .box-support .flaticon-shield::before {
    content: "\f106"; }
  .box-support .flaticon-shipping::before {
    content: "\f104"; }
  .box-support .flaticon-headphone::before {
    content: "\f105"; }

.box-banner2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px; }
  @media (max-width: 991px) {
    .box-banner2 {
      margin-top: 30px; } }
  .box-banner2 .title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #000000; }
  .box-banner2 .sub-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.72;
    color: #FFFFFF;
    margin-bottom: 10px; }
  .box-banner2 p {
    margin-bottom: 0; }
  .box-banner2 .block img {
    transition: all 0.4s ease-in-out; }
  .box-banner2 .block:hover img {
    transform: scale(1.05); }
  .box-banner2 .banner2_1,
  .box-banner2 .banner2_2 {
    text-align: center; }
    .box-banner2 .banner2_1 .block,
    .box-banner2 .banner2_2 .block {
      position: relative;
      overflow: hidden; }
      .box-banner2 .banner2_1 .block:hover .btn-banner::before,
      .box-banner2 .banner2_2 .block:hover .btn-banner::before {
        width: 100%; }
    .box-banner2 .banner2_1 .image_description,
    .box-banner2 .banner2_2 .image_description {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .box-banner2 .banner2_3 .block {
    height: 100%;
    background-color: #b9a16b;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .box-banner2 .banner2_3 .block:hover .btn-banner::before {
      width: 100%; }
  .box-banner2 .banner2_3 .btn-banner {
    color: #FFFFFF; }
    .box-banner2 .banner2_3 .btn-banner::before {
      background-color: #FFFFFF; }
  .box-banner2 .banner2_3 .title {
    color: #FFFFFF; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .box-banner2 .banner2_1 .block,
    .box-banner2 .banner2_2 .block,
    .box-banner2 .banner2_3 .block {
      height: 300px; }
    .box-banner2 .banner2_1 .block_content,
    .box-banner2 .banner2_2 .block_content,
    .box-banner2 .banner2_3 .block_content {
      padding: 0 25px; }
    .box-banner2 .banner2_1 img,
    .box-banner2 .banner2_2 img,
    .box-banner2 .banner2_3 img {
      width: auto !important;
      height: 100% !important;
      max-width: none; }
    .box-banner2 .banner2_1 .block,
    .box-banner2 .banner2_2 .block,
    .box-banner2 .banner2_3 .block {
      display: flex;
      justify-content: center;
      align-items: center; }
    .box-banner2 .title {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .box-banner2 .banner2_3 {
      margin-top: 30px; }
      .box-banner2 .banner2_3 .block {
        height: 250px; }
      .box-banner2 .banner2_3 .block_content {
        padding: 0 25px; } }
  @media (max-width: 575px) and (min-width: 481px) {
    .box-banner2 .banner2_1 img,
    .box-banner2 .banner2_2 img {
      width: auto !important;
      height: 100% !important;
      max-width: none; }
    .box-banner2 .banner2_1 .block,
    .box-banner2 .banner2_2 .block {
      height: 300px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .box-banner2 .title {
      font-size: 20px; } }
  @media (max-width: 480px) {
    .box-banner2 .banner2_2 {
      margin-top: 30px; } }

.box-product-tab {
  margin-top: 90px; }
  @media (max-width: 991px) {
    .box-product-tab {
      margin-top: 45px; } }
  .box-product-tab .sub-title-widget {
    text-align: center;
    margin-bottom: 35px; }
  .box-product-tab .nav.nav-tabs {
    margin-bottom: 45px; }
    @media (max-width: 480px) {
      .box-product-tab .nav.nav-tabs {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px; }
        .box-product-tab .nav.nav-tabs::after {
          display: none; } }

.box-category {
  margin-top: 90px;
  margin-bottom: 65px; }
  @media (max-width: 991px) {
    .box-category {
      margin-top: 45px;
      margin-bottom: 35px; } }
  .box-category .sub-title-widget {
    text-align: center;
    margin-bottom: 35px; }
  .box-category .item-product-cat-content {
    text-align: center;
    margin-top: 20px; }
  .box-category .item-title a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.4;
    color: var(--theme-color-secondary);
    font-weight: 500;
    transition: all 0.2s ease-in-out; }
  .box-category .item-qty {
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
    font-weight: 400;
    opacity: 0;
    visibility: hidden; }
  .box-category .cover-img a {
    display: block;
    overflow: hidden;
    text-align: center; }
  .box-category .cover-img img {
    transition: all 0.2s ease-in-out; }
  .box-category .item:hover .item-qty {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .box-category .item:hover .cover-img img {
    transform: scale(1.05); }
  .box-category .item:hover .item-title a {
    color: var(--theme-color-default); }
  @media (max-width: 480px) {
    .box-category .owl-item {
      padding: 0 5px; }
    .box-category .owl-row {
      margin-left: -5px;
      margin-right: -5px; } }
  .box-category .owl-theme .owl-buttons div {
    top: 45%; }

.box-testi2 {
  padding: 235px 0; }
  .box-testi2 .block_content {
    text-align: center; }
  .box-testi2 .title {
    font-size: 60px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .box-testi2 .sub-title {
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 33px; }
  @media (max-width: 1199px) {
    .box-testi2 {
      padding: 50px 0; }
      .box-testi2 .title {
        font-size: 40px;
        margin-bottom: 15px; }
      .box-testi2 .sub-title {
        margin-bottom: 23px; }
      .box-testi2 .btn-theme2 {
        padding: 15px 25px; } }
  @media (max-width: 767px) {
    .box-testi2 {
      padding: 30px 0; }
      .box-testi2 .title {
        font-size: 30px; } }

.box-blog {
  margin-top: 90px; }
  @media (max-width: 991px) {
    .box-blog {
      margin-top: 45px; } }
  .box-blog .sub-title-widget {
    text-align: center;
    margin-bottom: 35px; }
  .box-blog .right-block {
    margin-top: 14px;
    margin-bottom: 60px; }
  .box-blog .left-block img {
    transition: all 0.5s ease-in-out; }
  .box-blog .blog-title a {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--theme-color-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; }
  .box-blog .blog-date {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-color-text); }
  .box-blog .blog-meta {
    display: inline-block; }
    .box-blog .blog-meta > span {
      display: inline-block;
      margin-right: 20px;
      font-size: 14px;
      font-weight: 400;
      color: var(--theme-color-text); }
      .rtl .box-blog .blog-meta > span {
        margin-left: 20px;
        margin-right: inherit; }
  .box-blog .blog-container:hover .left-block img {
    transform: skewY(3deg); }
  .box-blog .owl-theme .owl-controls .owl-pagination {
    margin: 0;
    line-height: 1; }
  .box-blog .owl-theme .owl-controls .owl-page.active span,
  .box-blog .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: var(--theme-color-secondary); }
  .box-blog .owl-theme .owl-controls .owl-page:not(.active) span {
    transform: scale(0.6);
    background-color: #ddc2b9; }

.box-manu {
  padding: 90px 0; }
  @media (max-width: 1199px) {
    .box-manu {
      padding: 50px 0; } }

.box-footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .box-footer-bottom {
      text-align: center; } }
  .box-footer-bottom .copyright {
    font-weight: 400;
    line-height: 1; }

.box-footer-lang {
  display: flex;
  justify-content: flex-end;
  gap: 0 30px; }
  @media (max-width: 480px) {
    .box-footer-lang {
      justify-content: center;
      margin-top: 10px; } }
  .box-footer-lang div.title,
  .box-footer-lang .popup-over a.popup-title {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: var(--theme-color-text); }
    .box-footer-lang div.title span,
    .box-footer-lang .popup-over a.popup-title span {
      text-transform: capitalize; }
  .box-footer-lang .popup-title {
    padding: 3px 0 3px 10px; }
    .rtl .box-footer-lang .popup-title {
      padding: 3px 10px 3px 0; }
    .box-footer-lang .popup-title:hover {
      color: var(--theme-color-default); }
    .box-footer-lang .popup-title .fa-angle-down {
      font-family: "themify";
      font-size: 13px;
      font-weight: 400;
      margin-left: 5px; }
      .rtl .box-footer-lang .popup-title .fa-angle-down {
        margin-right: 5px;
        margin-left: inherit; }
      .box-footer-lang .popup-title .fa-angle-down::before {
        content: "\e64b"; }
  .box-footer-lang .popup-over .popup-content {
    bottom: 100%;
    top: auto; }

@media (min-width: 481px) {
  .box-slider3 .iviewSlider {
    background: transparent !important; } }
.box-slider3 .text-layer .caption-contain {
  font-family: var(--font-family-tertiary);
  font-size: 250px;
  line-height: 250px;
  color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke: 4px rgba(194, 194, 194, 0.3); }
.box-slider3 div.iview-controlNav div.iview-items {
  transform: translate(246px, -80px);
  top: 100%;
  left: 0;
  bottom: auto; }
.box-slider3 .iview-controlNav div.iview-items ul li a.iview-control.active {
  border-color: #141f46; }
.box-slider3 .iview-controlNav div.iview-items ul li a.iview-control:after {
  background-color: #141f46; }

.box-category3 {
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 95px; }
  @media (max-width: 991px) {
    .box-category3 {
      padding-top: 50px; } }
  @media (min-width: 1400px) {
    .box-category3 .category-image {
      max-width: 1440px;
      margin: 0 auto; } }
  .box-category3 .sub-title-widget {
    margin-bottom: 45px; }
  .box-category3 .cover-img a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%; }
    .box-category3 .cover-img a img {
      transition: all 0.3s ease-in-out; }
  .box-category3 .item-product-cat-content {
    margin-top: 22px; }
    .box-category3 .item-product-cat-content .item-qty {
      display: none; }
    .box-category3 .item-product-cat-content .item-title a {
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.4;
      color: var(--theme-color-secondary);
      width: 60px; }
  .box-category3 .item li:hover .item-product-cat-content .item-title a {
    color: var(--theme-color-default); }
  .box-category3 .item li:hover .cover-img a img {
    transform: scale(1.05); }

.bg-white {
  background: #FFFFFF; }

.box-deals3 {
  padding-top: 100px;
  padding-bottom: 60px; }
  @media (min-width: 1200px) {
    .box-deals3 {
      max-width: 1440px;
      margin: 0 auto; } }
  @media (max-width: 991px) {
    .box-deals3 {
      padding-top: 50px;
      padding-bottom: 40px; } }
  .box-deals3 .sub-title-widget {
    text-align: center;
    margin-bottom: 55px; }
    @media (max-width: 991px) {
      .box-deals3 .sub-title-widget {
        margin-bottom: 30px; } }
  .box-deals3 .title {
    margin-top: 70px;
    font-size: 26px;
    font-weight: 400;
    color: var(--theme-color-secondary); }
    @media (max-width: 991px) {
      .box-deals3 .title {
        margin-top: 40px; } }
    @media (max-width: 576px) {
      .box-deals3 .title {
        font-size: 24px; } }
    @media (max-width: 480px) {
      .box-deals3 .title {
        margin-top: 0; } }
  .box-deals3 .sub-title {
    font-size: 26px;
    color: var(--theme-color-secondary);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px; }
    @media (max-width: 576px) {
      .box-deals3 .sub-title {
        font-size: 24px; } }
  .box-deals3 .container {
    padding: 0; }
  .box-deals3 .ap-countdown-link a {
    padding-top: 15px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    color: var(--theme-color-secondary);
    font-weight: 500; }
    @media (max-width: 480px) {
      .box-deals3 .ap-countdown-link a {
        margin-bottom: 30px; } }
    .box-deals3 .ap-countdown-link a::before {
      content: "";
      width: 65%;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: -4px;
      transition: all 0.2s ease-in-out;
      background-color: var(--theme-color-secondary); }
      .rtl .box-deals3 .ap-countdown-link a::before {
        right: 0;
        left: auto; }
    .box-deals3 .ap-countdown-link a:hover::before {
      width: 100%; }
  @media (max-width: 480px) {
    .box-deals3 .deals3_top {
      text-align: center; }
    .box-deals3 .ap-countdown-time {
      justify-content: center; }
    .box-deals3 .owl-item {
      padding: 0 5px; }
    .box-deals3 .owl-row {
      margin-left: -5px;
      margin-right: -5px; } }

@media (min-width: 1200px) {
  .box-banner3 {
    max-width: 1440px;
    margin: 0 auto; } }
.box-banner3 .block {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px; }
  .box-banner3 .block:hover img {
    transform: scale(1.05); }
  .box-banner3 .block:hover .btn-theme::before {
    width: 100%; }
.box-banner3 img {
  transition: all 0.2s ease-in-out; }
.box-banner3 .starting {
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  background-color: var(--theme-color-default);
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 500; }
  .rtl .box-banner3 .starting {
    left: 30px;
    right: auto; }
  @media (max-width: 480px) {
    .box-banner3 .starting {
      top: 15px;
      right: 15px;
      width: 80px;
      height: 80px;
      font-size: 13px; }
      .rtl .box-banner3 .starting {
        left: 15px;
        right: auto; } }
.box-banner3 .content {
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 0;
  background-color: #FFFFFF;
  border-radius: 8px 8px 0 0;
  padding: 40px 20px 5px;
  text-align: center; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-banner3 .content {
      left: 50px;
      right: 50px;
      padding: 20px 20px 5px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-banner3 .content {
      left: 30px;
      right: 30px;
      padding: 20px 20px 5px; } }
  @media (max-width: 575px) {
    .box-banner3 .content {
      left: 30px;
      right: 30px;
      padding: 20px 20px 5px; } }
.box-banner3 .title {
  font-size: 26px;
  line-height: 1.4;
  color: var(--theme-color-secondary);
  margin-bottom: 10px;
  font-weight: 500; }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-banner3 .title {
      margin-bottom: 0;
      font-size: 24px; } }
  @media (max-width: 480px) {
    .box-banner3 .title {
      margin-bottom: 0;
      font-size: 24px; } }
@media (max-width: 767px) {
  .box-banner3 .mb-sm {
    margin-top: 30px; } }

.box-feature3 {
  padding-top: 110px;
  padding-bottom: 105px; }
  @media (max-width: 991px) {
    .box-feature3 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .box-feature3 .sub-title-widget {
    text-align: center;
    margin-bottom: 45px; }
  .box-feature3 .product_list.grid {
    margin-left: -5px;
    margin-right: -5px; }
    .box-feature3 .product_list.grid > li {
      padding: 0 5px; }

.box-insta3 {
  margin-left: -5px;
  margin-right: -5px;
  border-bottom: 1px solid #e4e4e4; }
  .box-insta3 .owl-carousel .owl-item {
    padding: 0 5px 10px; }

.box-slider4 .iview-directionNav {
  position: absolute;
  bottom: 55px;
  left: 250px;
  opacity: 1 !important;
  display: flex;
  gap: 0 30px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-slider4 .iview-directionNav {
      bottom: 30px;
      left: 50px; } }
  @media (max-width: 991px) {
    .box-slider4 .iview-directionNav {
      bottom: 15px;
      left: 15px; } }
  .box-slider4 .iview-directionNav a {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color-text) !important;
    font-family: var(--font-family-tertiary);
    width: auto;
    height: auto;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    position: initial;
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important; }
    .box-slider4 .iview-directionNav a::before {
      content: ""; }
    .box-slider4 .iview-directionNav a:hover {
      background-color: transparent; }
  .box-slider4 .iview-directionNav .iview-prevNav::before {
    display: none; }
  .box-slider4 .iview-directionNav .iview-prevNav:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: var(--theme-color-text);
    margin-left: 10px;
    margin-bottom: 4px;
    vertical-align: middle;
    transition: all 0.4s ease-in-out; }
  .box-slider4 .iview-directionNav .iview-prevNav:hover {
    color: var(--theme-color-secondary); }
    .box-slider4 .iview-directionNav .iview-prevNav:hover:after {
      width: 50px; }
  .box-slider4 .iview-directionNav .iview-nextNav::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: var(--theme-color-text);
    margin-right: 10px;
    margin-bottom: 4px;
    vertical-align: middle;
    transition: all 0.4s ease-in-out; }
  .box-slider4 .iview-directionNav .iview-nextNav:hover {
    color: var(--theme-color-secondary); }
    .box-slider4 .iview-directionNav .iview-nextNav:hover::before {
      width: 50px; }

.box-banner4 {
  padding-top: 110px;
  padding-bottom: 95px; }
  @media (max-width: 991px) {
    .box-banner4 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .box-banner4 .mg_t {
    margin-top: 30px; }
  .box-banner4 .block {
    position: relative;
    overflow: hidden; }
    .box-banner4 .block img {
      transition: all 0.3s ease-in-out; }
    .box-banner4 .block:hover img {
      transform: scale(1.05); }
    .box-banner4 .block:hover .btn-banner::before {
      width: 100%; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .box-banner4 .block > a {
        width: 100%;
        display: block; }
      .box-banner4 .block img {
        width: auto !important;
        height: 100% !important;
        max-width: none; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-banner4 .block img {
        position: relative;
        left: 100%;
        transform: translateX(-70%); } }
    @media (max-width: 767px) {
      .box-banner4 .block {
        height: 200px; } }
    @media (max-width: 510px) {
      .box-banner4 .block:not(.banner_type1) img {
        width: auto !important;
        height: 100% !important;
        max-width: none; } }
    @media (max-width: 380px) {
      .box-banner4 .block {
        height: 250px; }
        .box-banner4 .block img {
          width: auto !important;
          height: 100% !important;
          max-width: none; }
        .box-banner4 .block:not(.banner_type1) img {
          position: relative;
          left: 100%;
          transform: translateX(-70%); } }
  .box-banner4 .image_description {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px; }
  .box-banner4 .title {
    font-weight: 500;
    color: var(--theme-color-secondary);
    text-transform: uppercase; }
  .box-banner4 .sub-title {
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--theme-color-secondary); }
  @media (max-width: 767px) {
    .box-banner4 .mg_mb {
      margin-top: 15px; }
    .box-banner4 .mg_t {
      margin-top: 15px; } }
  @media (max-width: 575px) {
    .box-banner4 .image_description {
      padding: 20px; }
    .box-banner4 .sub-title {
      font-size: 22px;
      margin-bottom: 0; } }

.box-testi4 {
  padding-top: 75px;
  padding-bottom: 75px; }
  .box-testi4 .sub-title-widget {
    text-align: center;
    margin-bottom: 40px; }
  .box-testi4 .descript {
    max-width: 770px;
    text-align: center;
    padding: 0 15px; }
  .box-testi4 .text {
    font-size: 18px;
    color: var(--theme-color-secondary); }
    @media (max-width: 480px) {
      .box-testi4 .text {
        font-size: 16px; } }
  .box-testi4 .info {
    margin-top: 25px;
    margin-bottom: 18px; }
  .box-testi4 .image {
    display: flex;
    flex-direction: column-reverse;
    align-items: center; }
    .box-testi4 .image img {
      width: 100px;
      height: 100px;
      border-radius: 50%; }
  .box-testi4 .owl-pagination {
    margin: 0;
    padding-top: 42px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
  .box-testi4 .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    background: #ddc2b9; }
  .box-testi4 .owl-theme .owl-controls .owl-page.active span {
    width: 10px;
    height: 10px;
    background: var(--theme-color-secondary); }

.box-inside {
  padding-top: 75px;
  padding-bottom: 55px; }
  @media (max-width: 991px) {
    .box-inside {
      padding-top: 45px;
      padding-bottom: 30px; } }
  .box-inside .sub-title-widget {
    text-align: center;
    margin-bottom: 45px; }

.box-limited {
  padding-top: 85px;
  padding-bottom: 85px; }
  @media (max-width: 991px) {
    .box-limited {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .box-limited .sub-title-widget {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 45px; }
  .box-limited .thumbnail-container {
    background-color: #e9e7e8; }
    .box-limited .thumbnail-container .product-meta {
      padding: 20px;
      margin: 0; }
      .box-limited .thumbnail-container .product-meta .p-info {
        position: relative; }
    .box-limited .thumbnail-container .leo-wishlist-bt-content {
      margin-top: 5px; }
    .box-limited .thumbnail-container .wishlist {
      position: initial; }
  .box-limited .owl-theme .owl-controls .owl-pagination {
    margin: 0;
    padding-top: 20px;
    line-height: 1; }
  .box-limited .owl-theme .owl-controls span {
    transform: scale(0.6);
    background-color: var(--theme-color-text); }
  .box-limited .owl-theme .owl-controls .active span {
    transform: scale(1);
    background-color: #FFFFFF; }

.box-blog4 {
  padding-top: 85px;
  padding-bottom: 85px; }
  @media (max-width: 991px) {
    .box-blog4 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .box-blog4 .sub-title-widget {
    margin-bottom: 45px;
    text-align: center; }
  .box-blog4 .right-block {
    background-color: #FFFFFF;
    padding: 18px 20px 22px;
    text-align: center; }
  .box-blog4 .blog-meta,
  .box-blog4 .blog-date {
    display: inline-block; }
  .box-blog4 .blog-meta {
    margin-right: 20px; }
    .rtl .box-blog4 .blog-meta {
      margin-left: 20px;
      margin-right: inherit; }
  .box-blog4 .blog-title a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--theme-color-secondary);
    margin-top: 8px;
    height: 51px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; }
  .box-blog4 .blog-title {
    margin-bottom: 0; }
  .box-blog4 .owl-theme .owl-controls .owl-pagination {
    margin: 0;
    padding-top: 60px;
    line-height: 1; }
    @media (max-width: 767px) {
      .box-blog4 .owl-theme .owl-controls .owl-pagination {
        padding-top: 30px; } }
  .box-blog4 .owl-theme .owl-controls span {
    transform: scale(0.6);
    background-color: #ddc2b9; }
  .box-blog4 .owl-theme .owl-controls .active span {
    transform: scale(1);
    background-color: var(--theme-color-secondary); }

.box-banner5 {
  margin: 0; }
  .box-banner5 > div {
    padding: 0; }
  .box-banner5 .image {
    overflow: hidden; }
    .box-banner5 .image img {
      transition: all 0.4s ease-in-out;
      width: 100%; }
    .box-banner5 .image:hover img {
      transform: scale(1.05); }
    .box-banner5 .image:hover .btn-banner::before {
      width: 100%; }
    .box-banner5 .image:hover ul {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
  .box-banner5 .owl-row {
    margin: 0; }
  .box-banner5 .owl-item {
    padding: 0; }
  .box-banner5 .descript {
    position: absolute;
    bottom: 50px;
    left: 60px;
    right: 60px;
    text-align: left; }
  .box-banner5 .image_description {
    position: absolute;
    bottom: 50px;
    left: 60px;
    right: 60px; }
  .box-banner5 .title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color-secondary);
    margin-bottom: 3px; }
  .box-banner5 ul {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.4s ease-in-out; }
    .box-banner5 ul li {
      margin-bottom: 15px; }
      .box-banner5 ul li a {
        display: inline-block;
        color: var(--theme-color-secondary); }
        .box-banner5 ul li a:hover {
          color: var(--theme-color-default); }

.box-trending5 {
  padding-top: 95px;
  padding-bottom: 110px; }
  @media (max-width: 991px) {
    .box-trending5 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .box-trending5 .sub-title-widget {
    text-align: center;
    margin-bottom: 45px; }
  .box-trending5 .thumbnail-container {
    margin-bottom: 0; }
    @media (max-width: 1199px) {
      .box-trending5 .thumbnail-container {
        margin-bottom: 30px; } }
  .box-trending5 .box-show-more {
    margin-top: 0; }

.box-product5 {
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .box-product5 {
      padding-bottom: 35px; } }

.product5-left {
  width: 40.415%; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .product5-left {
      width: 50%; } }
  @media (max-width: 767px) {
    .product5-left {
      width: 100%;
      margin-bottom: 30px; } }
  @media (max-width: 575px) {
    .product5-left {
      margin-bottom: 15px; } }
  .product5-left .block {
    position: relative;
    overflow: hidden; }
    .product5-left .block img {
      transition: 0.4s all ease-in-out; }
    .product5-left .block:hover img {
      transform: scale(1.05); }
  .product5-left .image_description {
    position: absolute;
    top: 60px;
    left: 60px; }
  .product5-left .title {
    font-size: 35px;
    line-height: 1.4;
    color: var(--theme-color-secondary);
    font-weight: 500;
    text-transform: uppercase; }
  .product5-left .sub-title {
    font-size: 14px;
    color: var(--theme-color-secondary);
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: capitalize; }
  @media (max-width: 991px) and (min-width: 768px) {
    .product5-left .image_description {
      top: 0;
      left: 0;
      width: 100%;
      padding: 30px; }
    .product5-left .title {
      font-size: 24px; }
    .product5-left .btn-theme2 {
      padding: 15px 30px;
      font-size: 12px; } }
  @media (max-width: 400px) {
    .product5-left .image_description {
      top: 0;
      left: 0;
      width: 100%;
      padding: 30px; }
    .product5-left .title {
      font-size: 24px; }
    .product5-left .btn-theme2 {
      padding: 15px 30px;
      font-size: 12px; } }

.product5-right {
  width: 59.585%; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .product5-right {
      width: 50%; } }
  @media (max-width: 767px) {
    .product5-right {
      width: 100%; } }

.box-style5 {
  padding-top: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .box-style5 {
      padding-top: 50px; } }
  .box-style5 .owl-theme .owl-buttons div::before {
    font-size: 16px; }

.style5_left {
  width: 29.998%; }
  .style5_left .sub-title-widget {
    text-align: center;
    margin-bottom: 45px; }
  .style5_left .thumbnail-container {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .style5_left .sub-title-widget {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .style5_left {
      width: 100%; } }

.style5_right {
  width: 70.002%;
  text-align: right; }
  .rtl .style5_right {
    text-align: left; }
  .style5_right .block {
    padding-right: 30px;
    position: relative; }
    .rtl .style5_right .block {
      padding-left: 30px;
      padding-right: inherit; }
  .style5_right .image_description {
    position: absolute;
    top: 26px;
    right: 0;
    transform: rotate(-90deg);
    width: 30px; }
    .rtl .style5_right .image_description {
      left: 0;
      right: auto; }
    .style5_right .image_description .women {
      font-size: 14px;
      line-height: 30px;
      color: var(--theme-color-secondary);
      text-transform: uppercase;
      font-weight: 500; }
  .style5_right img {
    max-width: 798px; }
  @media (max-width: 767px) {
    .style5_right {
      width: 100%;
      margin-top: 20px; }
      .style5_right img {
        max-width: 100%; } }

.litetooltip-wrapper {
  width: 210px;
  max-width: none !important; }
  .litetooltip-wrapper .tooltip-content {
    width: 100%; }
    .litetooltip-wrapper .tooltip-content .template {
      padding: 0;
      width: 100%;
      text-align: left; }
      .rtl .litetooltip-wrapper .tooltip-content .template {
        text-align: right; }
      .litetooltip-wrapper .tooltip-content .template > p:first-child {
        width: 100%;
        position: initial; }
      .litetooltip-wrapper .tooltip-content .template a {
        text-decoration: none; }
      .litetooltip-wrapper .tooltip-content .template .name a,
      .litetooltip-wrapper .tooltip-content .template .price a {
        font-size: 14px;
        line-height: 1.4;
        display: inline-block;
        font-weight: 400; }

.redhotspot {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px; }
  .redhotspot:hover::before {
    background-color: #FFFFFF; }
  .redhotspot::before {
    width: 24px;
    height: 24px; }
  .redhotspot span {
    display: block; }
    .redhotspot span::before {
      content: "";
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #b9a16b;
      border-radius: 50%; }

.banner-menu {
  position: relative;
  overflow: hidden; }
  .banner-menu .image_description {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px; }
  .banner-menu p {
    margin-bottom: 0 !important; }
  .banner-menu img {
    transition: all 0.4s ease-in-out; }
  .banner-menu .title {
    font-weight: 500;
    color: var(--theme-color-secondary);
    text-transform: uppercase; }
  .banner-menu .sub-title {
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--theme-color-secondary); }
  .banner-menu:hover .btn-banner::before {
    width: 100%; }
  .banner-menu:hover img {
    transform: scale(1.08); }
  @media (max-width: 991px) {
    .banner-menu {
      display: none; } }

.banner-menu2 {
  position: relative;
  overflow: hidden; }
  .banner-menu2 img {
    transition: all 0.4s ease-in-out; }
  .banner-menu2 .sub-title {
    color: var(--theme-color-secondary);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500; }
  .banner-menu2 .title {
    font-size: 26px;
    color: var(--theme-color-secondary);
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 10px; }
    .banner-menu2 .title strong {
      font-weight: 700; }
  .banner-menu2 .image_description {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 40px; }
  .banner-menu2:hover .btn-banner::before {
    width: 100%; }
  .banner-menu2:hover img {
    transform: scale(1.08); }
  @media (max-width: 991px) {
    .banner-menu2 {
      display: none; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .col-menu {
    position: initial; }

  .box-top {
    position: relative; } }
.subcategory-block .subcategory-image {
  overflow: hidden;
  transition: all 0.4s ease-in-out; }
  .subcategory-block .subcategory-image img {
    transition: all 0.4s ease-in-out; }
.subcategory-block:hover .subcategory-image {
  border-radius: 20px; }
  .subcategory-block:hover .subcategory-image img {
    transform: scale(1.1); }

.showmenu {
  width: 25px;
  height: 18px;
  border-width: 2px 0;
  border-style: solid;
  border-color: var(--theme-color-secondary);
  cursor: pointer;
  position: relative;
  padding: 0;
  margin-left: 25px; }
  .rtl .showmenu {
    margin-right: 25px;
    margin-left: inherit; }
  .showmenu::before {
    content: '';
    width: 18px;
    height: 2px;
    background-color: var(--theme-color-secondary);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.4s all ease-in-out; }
    .rtl .showmenu::before {
      right: 0;
      left: auto; }
  .showmenu:hover::before {
    width: 100%; }

.box-menu_1 .nav-tabs {
  padding: 25px 40px;
  justify-content: flex-start;
  background-color: #FAF9F8; }
  .box-menu_1 .nav-tabs .nav-link {
    padding: 6px 22px;
    font-size: 14px;
    background-color: transparent;
    border-radius: 4px;
    transition: 0.3s all ease-in-out;
    color: var(--theme-color-secondary); }
    .box-menu_1 .nav-tabs .nav-link::before {
      display: none; }
    .box-menu_1 .nav-tabs .nav-link.active {
      background-color: #222222;
      color: #FFFFFF;
      border-radius: 4px; }
  .box-menu_1 .nav-tabs .nav-item {
    margin-right: 3px; }
    .rtl .box-menu_1 .nav-tabs .nav-item {
      margin-left: 3px;
      margin-right: inherit; }
.box-menu_1 .tab-pane {
  display: flex;
  padding: 40px; }
  .box-menu_1 .tab-pane > div {
    width: 50%; }
.box-menu_1 .left ul {
  margin-bottom: 0; }
.box-menu_1 .left li {
  margin-bottom: 17px;
  text-align: left; }
  .rtl .box-menu_1 .left li {
    text-align: right; }
  .box-menu_1 .left li:last-child {
    margin-bottom: 0; }
  .box-menu_1 .left li a {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color-secondary);
    padding-bottom: 2px;
    position: relative;
    transition: all 0.3s ease-in-out; }
    .box-menu_1 .left li a::before {
      content: '';
      width: 0;
      height: 2px;
      position: absolute;
      bottom: 0;
      background-color: var(--theme-color-secondary);
      left: 0;
      transition: 0.4s all ease-in-out; }
      .rtl .box-menu_1 .left li a::before {
        right: 0;
        left: auto; }
    .box-menu_1 .left li a:hover {
      color: var(--theme-color-default); }
      .box-menu_1 .left li a:hover::before {
        width: 65%; }

.about-us_image {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .about-us_image {
      margin-bottom: 30px;
      margin-top: 0; } }
  @media (max-width: 575px) {
    .about-us_image {
      height: 300px;
      padding: 0;
      overflow: hidden; }
      .about-us_image img {
        width: auto !important;
        height: 100% !important;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%); } }

#cms h1, #cms h2, #cms h3, #cms h4, #cms h5, #cms h6, #sitemap h1, #sitemap h2, #sitemap h3, #sitemap h4, #sitemap h5, #sitemap h6 {
  font-weight: 500; }

.about-us_content .sub-title-widget {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px; }
.about-us_content .text-bold {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--theme-color-secondary);
  margin-bottom: 20px; }
.about-us_content .text {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: var(--theme-color-secondary);
  margin-bottom: 30px; }
.about-us_content .title {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-color-secondary);
  margin-bottom: 28px; }
  .about-us_content .title.uppercase {
    text-transform: uppercase; }
    @media (max-width: 575px) {
      .about-us_content .title.uppercase {
        margin-top: 30px; } }
.about-us_content.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.about-us_owl {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .about-us_owl {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .about-us_owl i {
    font-size: 45px;
    line-height: 1;
    color: var(--theme-color-secondary);
    font-weight: 400; }
  .about-us_owl .descript {
    text-align: center; }
  .about-us_owl .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 20px 0 5px 0;
    color: #141F46;
    text-transform: uppercase; }
  .about-us_owl .des {
    color: var(--theme-color-text);
    font-size: 15px; }

.about-us_brand .manufacturers_block > .block_content {
  padding-top: 30px;
  padding-bottom: 30px; }

#cms .page-heading {
  display: none; }
#cms .page-header {
  margin: 0; }
  #cms .page-header > h1 {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 30px; }

.quesition .sub-title-widget {
  font-size: 35px;
  font-weight: 700;
  color: var(--theme-color-secondary);
  line-height: 1;
  margin-bottom: 60px; }

.question_item .title_block {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--theme-color-secondary);
  margin-bottom: 28px; }
.question_item .panel-default {
  margin-bottom: 20px; }
  .question_item .panel-default .panel-heading {
    padding: 12px 0;
    border-bottom: 1px solid #E6E6E6; }
.question_item .panel-title {
  margin-bottom: 0; }
  .question_item .panel-title a {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: var(--theme-color-secondary); }
.question_item .text {
  padding: 25px 0 15px 0;
  color: var(--theme-color-secondary); }
.question_item.mt_30 {
  margin-top: 30px; }
.question_item.mb_50 {
  margin-bottom: 50px; }

body#pagenotfound {
  background-image: url("https://cdn.shopify.com/s/files/1/0577/9675/5633/files/vt_fashion_error.jpg?v=1655366443");
  background-repeat: no-repeat; }

.megamenu-overlay {
  display: none; }

.product-notification.position3 {
  left: 100px;
  bottom: 30px; }

.leo-basic.product-notification label {
  background: transparent;
  color: var(--theme-color-text);
  padding: 0; }

.product-notification {
  height: auto;
  border: none;
  width: 330px;
  border-radius: 0; }
  .product-notification .product-suggest {
    border-radius: 0;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.08); }
  .product-notification .time-ago {
    text-transform: none;
    font-size: 13px;
    font-weight: 400; }
  .product-notification .column-right {
    padding: 0 0 0 15px; }
    .rtl .product-notification .column-right {
      padding: 0 15px 0 0; }
  .product-notification .product-image {
    width: 65px;
    height: 65px;
    overflow: hidden; }
    .product-notification .product-image img {
      width: 100%; }
  .product-notification .product-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color-secondary);
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .product-notification .leo-address {
    color: #e44343;
    font-weight: 400; }
  .product-notification .close-notifi {
    width: 22px;
    height: 22px;
    background-color: #333;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
    transform: translate(45%, -45%); }

/*# sourceMappingURL=styles.css.map */
