/***************************************************
  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 */
@media (min-width: 1500px) {
  .container {
    width: 1290px; } }
.title_block {
  color: #2a2a2a;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  font-family: var(--font-family-septenary); }

.sub-title-widget {
  font-family: var(--font-family-septenary);
  text-transform: uppercase;
  color: var(--theme-color-secondary);
  font-weight: 400 !important; }
  @media (max-width: 480px) {
    .sub-title-widget {
      font-size: 20px; } }

.ApRow > div.sub-title-widget {
  font-size: 30px;
  line-height: 1;
  text-align: center; }

.ApColumn .sub-title-widget {
  font-size: 36px;
  line-height: 1.167;
  text-align: left; }
  .rtl .ApColumn .sub-title-widget {
    text-align: right; }
  @media (max-width: 480px) {
    .ApColumn .sub-title-widget {
      font-size: 20px; } }

.ap-popup {
  display: none; }

a:hover {
  color: var(--theme-color-default); }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px;
    background-size: cover; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 1.25rem; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #e1e1e1; }
  .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: #e1e1e1;
        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 #e1e1e1 #e1e1e1 #e1e1e1; }

.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 #e1e1e1; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #e1e1e1;
    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 #e1e1e1 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #e1e1e1 transparent #e1e1e1 #e1e1e1;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #e1e1e1; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #e1e1e1;
    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 #e1e1e1; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #e1e1e1 #e1e1e1 #e1e1e1 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: 0.625rem;
    line-height: 0.625rem;
    font-family: "FontAwesome";
    color: var(--theme-color-default);
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: var(--theme-color-default); }
  .box-show-more a .fa {
    margin-left: 0.3125rem; }
    .rtl .box-show-more a .fa {
      margin-right: 0.3125rem;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px; }
  .full-slider .carousel-control.left {
    left: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #e1e1e1; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed var(--theme-color-default);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img {
  padding: 1.25rem;
  margin: 0.625rem; }
  .manufacturers_block img:hover {
    -moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -o-box-shadow: 0px 0px 6px #ccc;
    -ms-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 5px; }

/*
  Widget Category Image
*/
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0; }
  .latest-blogs .right-block {
    text-align: center;
    padding: 25px 25px 0;
    position: relative; }
    @media (max-width: 700px) {
      .latest-blogs .right-block {
        padding: 25px 10px 0; } }
  .latest-blogs p {
    margin-bottom: 0; }
  .latest-blogs .cat {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 12px;
    line-height: 2.083;
    font-family: var(--font-family-septenary);
    text-transform: uppercase;
    background-color: var(--theme-color-default);
    width: max-content; }
    .latest-blogs .cat a {
      color: #fff;
      padding: 10px 25px; }
  .latest-blogs .blog-image-container {
    overflow: hidden;
    position: relative; }
  .latest-blogs .blog-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.25;
    font-family: var(--font-family-septenary);
    font-weight: 400;
    margin-bottom: 20px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .latest-blogs .blog-title {
        min-height: 75px; } }
  .latest-blogs .blog-desc {
    padding-top: 20px;
    text-align: center;
    line-height: 1.563;
    font-size: 16px;
    margin-bottom: 20px; }
  .latest-blogs .link-readmore {
    font-size: 14px;
    font-family: var(--font-family-septenary);
    line-height: 1.786;
    text-transform: uppercase;
    color: var(--theme-color-secondary);
    transition: 0.3s all; }
    .latest-blogs .link-readmore:hover {
      color: var(--theme-color-default); }
  .latest-blogs .blog-meta {
    font-size: 13px; }
    .latest-blogs .blog-meta i {
      font-size: 15px; }
  .latest-blogs .nbcomment {
    margin-left: 15px;
    position: relative; }
    .latest-blogs .nbcomment .count {
      position: absolute;
      top: -5px;
      right: -5px;
      width: 13px;
      height: 13px;
      background-color: var(--theme-color-tertiary);
      color: #fff;
      border-radius: 50%;
      font-size: 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .rtl .latest-blogs .nbcomment .count {
        left: -5px;
        right: auto; }
    .latest-blogs .nbcomment i::before {
      content: "\f27a"; }
  .latest-blogs .share {
    margin-left: 15px; }
  .latest-blogs .left-block {
    overflow: hidden; }
    .latest-blogs .left-block .blog-image-container img {
      transition: 2.5s ease all; }
    .latest-blogs .left-block:hover .blog-image-container img {
      transform: scale(1.5) rotate(10deg);
      opacity: 0.8; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 80px;
    height: 240px; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0px;
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      width: 80px;
      height: 80px; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
      .leo-more-info .thumbs_list li .leo-hover-image {
        max-width: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
  .instagram-block .owl-item .block-carousel-container {
    margin-bottom: 30px; }
.instagram-block a {
  display: block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed.normal-list > div {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    #instafeed.normal-list > div:nth-child(3n+1) {
      clear: both; } }
  @media (max-width: 992px) and (min-width: 480px) {
    #instafeed.normal-list > div:nth-child(2n+1) {
      clear: both; } }
  #instafeed.normal-list > div img {
    max-width: 100%; }

/* List product size */
.product_attr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .product_attr li a {
    margin-bottom: 5px;
    display: block; }
  .product_attr li.Sold-Out a {
    color: #969696;
    text-decoration: line-through; }

.product_attr li:not(:last-child) {
  margin-right: 10px;
  margin-left: 0; }
  .rtl .product_attr li:not(:last-child) {
    margin-left: 10px;
    margin-right: inherit; }
  .rtl .product_attr li:not(:last-child) {
    margin-right: 0;
    margin-left: inherit; }

/* COUNTER Widget */
.Apcounter {
  color: #666; }
  .Apcounter ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 576px) {
      .Apcounter ul {
        flex-direction: column; } }
    .Apcounter ul li {
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        .Apcounter ul li {
          width: 33.333%; } }
  .Apcounter .counter-number-wrapper span {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 5px; }
  .Apcounter p {
    margin-bottom: 0; }
  .Apcounter .counter_title_top {
    color: #666;
    margin: 10px 0 5px; }

.btn {
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  border: 2px solid;
  text-transform: uppercase;
  background-color: #2a2a2a;
  color: #fff;
  font-family: var(--font-family-septenary);
  transition: 0.4s all;
  font-weight: 500 !important;
  height: 40px;
  border-color: #2a2a2a; }
  .btn.btn-slide {
    height: 50px;
    border-color: #2a2a2a;
    border-radius: 25px; }
  .btn.btn-small {
    height: 40px;
    border-radius: 25px; }
  .btn.btn-big {
    border-radius: 25px;
    height: 45px; }
  .btn.btn-white {
    background-color: transparent;
    border-color: #e1e1e1;
    color: #000;
    border-radius: 25px; }
  .btn.btn-outline, .btn.btn-primary {
    height: 40px;
    padding: 0 25px;
    font-size: 12px;
    border-radius: 0; }
  .btn:hover {
    background-color: var(--theme-color-default);
    color: #fff;
    border-color: var(--theme-color-default); }

#header {
  box-shadow: none;
  border: none; }
  #header .header-nav {
    border-bottom: none;
    min-height: auto; }
    #header .header-nav .currency-selector {
      margin: 0 0 0 18px; }
      .rtl #header .header-nav .currency-selector {
        margin: 0 18px 0 0; }
  #header .header-top {
    background-color: #000; }
    #header .header-top .container {
      padding: 0; }
  #header .header.h-1 {
    display: flex;
    align-items: center;
    margin: 0; }
    @media (max-width: 1499px) {
      #header .header.h-1 {
        flex-wrap: wrap; } }
    @media (max-width: 575px) {
      #header .header.h-1 {
        justify-content: space-between; } }
  #header .dropdown-toggle::after {
    display: none; }
  #header .hasicon {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 5px; }
    #header .hasicon i {
      margin-top: 2px; }
  #header .row-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
  @media (min-width: 1300px) {
    #header .bottomnav .container {
      padding: 0; } }

.col-nav-left {
  display: flex; }
  .col-nav-left .block_content p {
    padding: 0 0 0 0;
    margin-left: 18px;
    margin-bottom: 0; }
    .rtl .col-nav-left .block_content p {
      padding: 0 0 0 0; }
    .rtl .col-nav-left .block_content p {
      margin-right: 18px;
      margin-left: inherit; }
    @media (max-width: 767px) {
      .col-nav-left .block_content p {
        display: none; } }
  .col-nav-left .popup-title {
    border-right: 1px solid rgba(0, 0, 0, 0.102); }
    .rtl .col-nav-left .popup-title {
      border-left: 1px solid rgba(0, 0, 0, 0.102);
      border-right: inherit; }
  .col-nav-left .popup-over a.popup-title, .col-nav-left .block_content p {
    font-size: 13px;
    line-height: 2.308;
    text-transform: uppercase;
    color: var(--theme-color-secondary);
    padding: 5px 15px 5px 0; }
    .rtl .col-nav-left .popup-over a.popup-title, .rtl .col-nav-left .block_content p {
      padding: 5px 0 5px 15px; }
    @media (max-width: 991px) {
      .col-nav-left .popup-over a.popup-title, .col-nav-left .block_content p {
        font-size: 10px; } }
    .col-nav-left .popup-over a.popup-title span, .col-nav-left .block_content p span {
      color: var(--theme-color-secondary);
      margin-right: 5px; }
      .rtl .col-nav-left .popup-over a.popup-title span, .rtl .col-nav-left .block_content p span {
        margin-left: 5px;
        margin-right: inherit; }
  .col-nav-left .popup-content {
    margin-top: 10px; }
    .col-nav-left .popup-content::before {
      content: "";
      position: absolute;
      display: block;
      width: 70px;
      height: 25px;
      top: -20px;
      left: 0; }

@media (max-width: 576px) {
  .col-nav-right {
    display: none; } }
.col-nav-right ul {
  margin: 0;
  display: flex;
  justify-content: flex-end; }
  .col-nav-right ul li {
    border-left: 1px solid rgba(0, 0, 0, 0.102); }
    .rtl .col-nav-right ul li {
      border-right: 1px solid rgba(0, 0, 0, 0.102);
      border-left: inherit; }
    .col-nav-right ul li a {
      display: inline-block;
      font-size: 13px;
      line-height: 2.308;
      text-transform: uppercase;
      color: var(--theme-color-secondary);
      padding: 5px 15px 5px 15px; }
      .rtl .col-nav-right ul li a {
        padding: 5px 15px 5px 15px; }
      @media (max-width: 991px) {
        .col-nav-right ul li a {
          font-size: 10px; } }
    .col-nav-right ul li:last-child a {
      padding: 5px 0 5px 15px; }
      .rtl .col-nav-right ul li:last-child a {
        padding: 5px 15px 5px 0; }
    .col-nav-right ul li:first-child a::before {
      content: "\f0e0";
      font-family: "Font Awesome 5 Pro";
      margin-right: 5px; }
      .rtl .col-nav-right ul li:first-child a::before {
        margin-left: 5px;
        margin-right: inherit; }

.col-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 23px; }
  @media (min-width: 1500px) {
    .col-info {
      padding: 0; } }
  @media (max-width: 1499px) and (min-width: 1200px) {
    .col-info:not(.h-2) {
      width: 60%; } }
  @media (max-width: 420px) {
    .col-info {
      gap: 0 15px;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 575px) and (min-width: 481px) {
    .col-info {
      padding: 0; } }
  .col-info .ap-btn-compare {
    padding: 0; }

@media (max-width: 480px) {
  #_desktop_cart {
    margin-right: 15px; }
    .rtl #_desktop_cart {
      margin-left: 15px;
      margin-right: inherit; } }
#_desktop_cart .header .hidden-sm-down {
  display: none; }
#_desktop_cart .value {
  font-family: var(--font-family-tertiary);
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  font-weight: 600; }
  .rtl #_desktop_cart .value {
    margin-right: 15px;
    margin-left: inherit; }
  @media (max-width: 575px) {
    #_desktop_cart .value {
      display: none; } }
#_desktop_cart .cart-products-count {
  left: 22px;
  right: auto; }
  .rtl #_desktop_cart .cart-products-count {
    right: 22px;
    left: auto; }
  .rtl #_desktop_cart .cart-products-count {
    left: auto;
    right: auto; }
  @media (max-width: 420px) {
    #_desktop_cart .cart-products-count {
      left: 12px; }
      .rtl #_desktop_cart .cart-products-count {
        right: 12px;
        left: auto; } }
#_desktop_cart .leo-dropdown-cart i {
  color: var(--theme-color-secondary); }
#_desktop_cart .leo-dropdown-cart .value {
  color: var(--theme-color-secondary);
  font-weight: 800; }
#_desktop_cart .leo-dropdown-cart .leo-bt-product-quantity i {
  font-size: 14px;
  margin-top: -4px; }
@media (min-width: 992px) {
  #_desktop_cart:hover .leo-dropdown-cart {
    top: 100%;
    margin-top: 0.625rem;
    visibility: visible;
    opacity: 1;
    z-index: 999; }
    #_desktop_cart:hover .leo-dropdown-cart::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      transform: translateY(-50%);
      width: 100px;
      height: 40px;
      display: block;
      background-color: transparent; }
      .rtl #_desktop_cart:hover .leo-dropdown-cart::before {
        left: 0;
        right: auto; } }
#_desktop_cart .show {
  top: 100%;
  margin-top: 0.625rem;
  visibility: visible;
  opacity: 1;
  z-index: 999; }

.nav_title_info {
  display: flex;
  margin-bottom: 0;
  align-items: center; }
  .nav_title_info li:first-child:after {
    content: "/";
    color: #fff;
    font-weight: 600; }
    @media (max-width: 400px) {
      .nav_title_info li:first-child:after {
        font-size: 12px; } }
  .nav_title_info .logout {
    padding: 0; }
  .nav_title_info li a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 2.143;
    font-family: var(--font-family-tertiary);
    color: #fff;
    font-weight: 700; }
    @media (max-width: 768px) {
      .nav_title_info li a {
        font-size: 12px; } }
    @media (max-width: 480px) {
      .nav_title_info li a {
        font-size: 10px; } }
    .nav_title_info li a:hover {
      color: var(--theme-color-default); }

@media (max-width: 480px) {
  .header.h-1 .nav_title_info {
    display: none; }
  .header.h-1 .userinfo-selector .hidden-xs-up {
    display: block !important; }
    .header.h-1 .userinfo-selector .hidden-xs-up.open .popup-content {
      display: block;
      transform: translateY(10px); }
  .header.h-1 .userinfo-selector a.popup-title {
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-family: var(--font-family-septenary); } }

#_desktop_cart .header,
.header-button-compare,
.header-button-wishlist {
  position: relative; }
  #_desktop_cart .header:hover i,
  .header-button-compare:hover i,
  .header-button-wishlist:hover i {
    color: var(--theme-color-default); }
  #_desktop_cart .header:hover .ap-total,
  #_desktop_cart .header:hover .cart-products-count,
  .header-button-compare:hover .ap-total,
  .header-button-compare:hover .cart-products-count,
  .header-button-wishlist:hover .ap-total,
  .header-button-wishlist:hover .cart-products-count {
    color: #fff; }
  #_desktop_cart .header i,
  .header-button-compare i,
  .header-button-wishlist i {
    font-size: 22px;
    color: #fff; }
    @media (max-width: 575px) {
      #_desktop_cart .header i,
      .header-button-compare i,
      .header-button-wishlist i {
        font-size: 20px; } }
    @media (max-width: 420px) {
      #_desktop_cart .header i,
      .header-button-compare i,
      .header-button-wishlist i {
        font-size: 18px; } }
  #_desktop_cart .header .ap-total,
  #_desktop_cart .header .cart-products-count,
  .header-button-compare .ap-total,
  .header-button-compare .cart-products-count,
  .header-button-wishlist .ap-total,
  .header-button-wishlist .cart-products-count {
    position: absolute;
    top: -8px;
    right: -16px;
    color: #fff;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: var(--theme-color-default);
    border-radius: 50%;
    font-size: 10px;
    line-height: 18px; }
    .rtl #_desktop_cart .header .ap-total, .rtl
    #_desktop_cart .header .cart-products-count, .rtl
    .header-button-compare .ap-total, .rtl
    .header-button-compare .cart-products-count, .rtl
    .header-button-wishlist .ap-total, .rtl
    .header-button-wishlist .cart-products-count {
      left: -16px;
      right: auto; }
    @media (max-width: 420px) {
      #_desktop_cart .header .ap-total,
      #_desktop_cart .header .cart-products-count,
      .header-button-compare .ap-total,
      .header-button-compare .cart-products-count,
      .header-button-wishlist .ap-total,
      .header-button-wishlist .cart-products-count {
        top: -10px;
        right: -10px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 10px; }
        .rtl #_desktop_cart .header .ap-total, .rtl
        #_desktop_cart .header .cart-products-count, .rtl
        .header-button-compare .ap-total, .rtl
        .header-button-compare .cart-products-count, .rtl
        .header-button-wishlist .ap-total, .rtl
        .header-button-wishlist .cart-products-count {
          left: -10px;
          right: auto; } }

#leo_search_block_top {
  position: relative;
  z-index: 9;
  background: none;
  border-radius: 0;
  margin: 0;
  border: none;
  height: 30px; }
  #leo_search_block_top .title_block {
    display: block;
    margin: 0;
    font-size: 0px;
    background: none;
    width: 25px;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    font-weight: normal; }
    #leo_search_block_top .title_block:before {
      content: "\f002";
      font-family: "Font Awesome 5 Pro";
      font-size: 22px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      line-height: 30px;
      background: transparent;
      width: fit-content;
      color: #fff;
      margin-top: -2px; }
      @media (max-width: 420px) {
        #leo_search_block_top .title_block:before {
          font-size: 18px; } }
    #leo_search_block_top .title_block:after {
      display: none; }
    #leo_search_block_top .title_block:hover:before {
      color: var(--theme-color-default); }
  #leo_search_block_top.active .title_block:before {
    content: "\f00d";
    color: var(--theme-color-default); }
  #leo_search_block_top.active .title_block:hover:before {
    color: var(--theme-color-default); }
  #leo_search_block_top.active #leosearchtopbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    border: 1px solid rgba(142, 142, 142, 0.4); }
  #leo_search_block_top .block_content {
    padding: 0; }
    #leo_search_block_top .block_content .leoproductsearch-loading {
      position: absolute;
      top: 25%;
      right: 20%;
      width: 20px;
      height: 20px;
      border: 2px solid #8e8e8e;
      border-left: 2px solid transparent; }
      .rtl #leo_search_block_top .block_content .leoproductsearch-loading {
        left: 20%;
        right: auto; }
    #leo_search_block_top .block_content input {
      font-size: 0.75rem;
      height: 40px;
      background-color: #FFFFFF; }

.header.h-1 #leo_search_block_top .title_block {
  width: 21px; }
  .header.h-1 #leo_search_block_top .title_block:before {
    font-size: 21px; }
  @media (max-width: 575px) {
    .header.h-1 #leo_search_block_top .title_block {
      width: 19px; }
      .header.h-1 #leo_search_block_top .title_block::before {
        font-size: 19px; } }
  @media (max-width: 420px) {
    .header.h-1 #leo_search_block_top .title_block {
      width: 18px; }
      .header.h-1 #leo_search_block_top .title_block::before {
        font-size: 18px; } }

.ac_results {
  width: 100% !important;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
  padding: 0; }
  .ac_results .search-in-suggest, .ac_results .search-in-cat {
    display: none; }
  .ac_results .all-search-product {
    padding: 10px 15px;
    background-color: rgba(42, 42, 42, 0.1);
    text-align: center; }
    .ac_results .all-search-product a {
      text-transform: uppercase;
      color: var(--theme-color-secondary);
      font-size: 0.75rem;
      transition: 0.4s; }
    .ac_results .all-search-product:hover a {
      color: var(--theme-color-default); }

.search-in-product .search-value-title {
  padding: 5px 15px;
  font-size: 0.75rem;
  color: #8e8e8e;
  background-color: rgba(42, 42, 42, 0.1); }
.search-in-product ul {
  max-height: 300px;
  overflow: auto;
  padding: 5px 0; }
  .search-in-product ul::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(42, 42, 42, 0.1); }
  .search-in-product ul::-webkit-scrollbar-thumb {
    background-color: rgba(42, 42, 42, 0.5);
    border-radius: 2px; }
  .search-in-product ul::-webkit-scrollbar-track {
    background-color: rgba(42, 42, 42, 0.1); }
  .search-in-product ul li {
    padding: 10px 15px; }
    .search-in-product ul li.ac_over {
      background-color: var(--theme-color-default); }
      .search-in-product ul li.ac_over a {
        color: #FFFFFF; }
    .search-in-product ul li a {
      display: flex;
      gap: 10px; }
      .search-in-product ul li a .lps-result-img {
        width: 75px; }
        .search-in-product ul li a .lps-result-img img {
          max-width: none;
          width: 50px; }
.search-in-product .lps-result-title {
  font-size: 14px; }
.search-in-product .lps-result-price {
  font-size: 16px;
  margin-top: 5px; }

#leosearchtopbox {
  position: absolute;
  width: 300px;
  top: 100%;
  transition: all 0.3s;
  margin-top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px); }
  .rtl #leosearchtopbox {
    left: 0;
    right: auto; }
  @media (max-width: 575px) {
    #leosearchtopbox {
      width: 240px; } }
  @media (max-width: 350px) {
    #leosearchtopbox {
      right: -50px; }
      .rtl #leosearchtopbox {
        left: -50px;
        right: auto; } }
  #leosearchtopbox label {
    display: none; }
  #leosearchtopbox #leo_search_top_button span {
    position: absolute;
    top: 0;
    right: 10px; }
    .rtl #leosearchtopbox #leo_search_top_button span {
      left: 10px;
      right: auto; }
  #leosearchtopbox #leo_search_top_button i {
    font-family: "Font Awesome 5 Pro";
    font-size: 0;
    width: fit-content;
    height: fit-content; }
    #leosearchtopbox #leo_search_top_button i::before {
      content: "\f002";
      font-size: 0.875rem;
      color: var(--theme-color-default);
      display: block;
      width: 20px;
      height: 20px; }
    #leosearchtopbox #leo_search_top_button i:hover::before {
      color: var(--theme-color-default); }

@media (min-width: 1500px) {
  .col-logo {
    padding: 0; } }
@media (max-width: 1499px) and (min-width: 1200px) {
  .col-logo {
    width: 40%; } }
@media (max-width: 991px) {
  .col-logo .h-logo {
    text-align: center;
    margin-bottom: 15px; } }
@media (min-width: 1500px) {
  [dir="rtl"] .col-logo {
    width: fit-content; }
    [dir="rtl"] .col-logo .h-logo {
      width: fit-content; } }

@media (min-width: 1500px) {
  .col-menu .navbar-nav {
    display: flex;
    justify-content: center; } }
@media (max-width: 1499px) and (min-width: 1200px) {
  .col-menu {
    width: 100%; } }
@media (max-width: 1499px) and (min-width: 992px) {
  .col-menu {
    order: 5; }
    .col-menu .navbar-nav {
      display: flex;
      justify-content: center; } }
@media (max-width: 991px) {
  .col-menu .navbar-toggler {
    color: #fff; } }
@media (max-width: 420px) {
  .col-menu {
    padding-left: 0;
    padding-right: 0; } }
.col-menu.h-2 {
  margin-top: 15px;
  color: var(--theme-color-secondary); }
  @media (max-width: 991px) {
    .col-menu.h-2 {
      order: 2; }
      .col-menu.h-2 .navbar-toggler {
        color: var(--theme-color-secondary);
        transform: translateY(5px); } }
  .col-menu.h-2 ul.navbar-nav {
    display: flex;
    justify-content: center; }
  .col-menu.h-2 .leo-megamenu .navbar-nav > li > a {
    color: var(--theme-color-secondary); }

@media (max-width: 991px) {
  .col-phone {
    order: 3; } }
@media (max-width: 767px) {
  .col-phone {
    display: none; } }
.col-phone .block_content p {
  font-size: 14px;
  line-height: 2.143;
  font-family: var(--font-family-septenary);
  color: var(--theme-color-secondary);
  margin-bottom: 0; }
  .col-phone .block_content p i {
    margin-right: 5px; }
    .rtl .col-phone .block_content p i {
      margin-left: 5px;
      margin-right: inherit; }

#wrapper {
  padding-top: 0;
  background-color: transparent; }

.slide .title-slide {
  line-height: 1.058;
  font-family: var(--font-family-septenary); }
.slide .text {
  line-height: 1.667;
  font-family: var(--font-family-base);
  text-transform: none; }
.slide .btn-mobile {
  height: 80px !important;
  border-radius: 40px;
  line-height: 80px !important; }

.about .title_block span {
  display: block;
  font-size: 58px;
  margin-bottom: 5px; }
.about .sub-title-widget {
  margin-top: 20px;
  margin-bottom: 35px; }
.about .about-content {
  padding-left: 55px;
  padding-top: 65px; }
  .rtl .about .about-content {
    padding-right: 55px;
    padding-left: inherit; }
  @media (max-width: 1199px) {
    .about .about-content {
      padding-top: 0; } }
  @media (max-width: 991px) {
    .about .about-content {
      padding-left: 30px;
      padding-right: 15px !important; }
      .rtl .about .about-content {
        padding-right: 30px;
        padding-left: inherit; }
      .rtl .about .about-content {
        padding-left: 15px !important;
        padding-right: inherit; } }
  @media (max-width: 767px) {
    .about .about-content {
      padding-left: 50px;
      padding-right: 50px !important;
      padding-top: 30px; }
      .rtl .about .about-content {
        padding-right: 50px;
        padding-left: inherit; }
      .rtl .about .about-content {
        padding-left: 50px !important;
        padding-right: inherit; } }
  @media (max-width: 480px) {
    .about .about-content {
      padding-left: 15px;
      padding-right: 15px !important; }
      .rtl .about .about-content {
        padding-right: 15px;
        padding-left: inherit; }
      .rtl .about .about-content {
        padding-left: 15px !important;
        padding-right: inherit; } }
  .about .about-content p {
    font-size: 15px;
    line-height: 1.667;
    margin-bottom: 65px; }
    @media (max-width: 991px) {
      .about .about-content p {
        margin-bottom: 30px; } }
.about .block_content div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
.about .about-content-h2 {
  padding-top: 93px;
  padding-left: 60px; }
  .rtl .about .about-content-h2 {
    padding-right: 60px;
    padding-left: inherit; }
  @media (max-width: 1199px) {
    .about .about-content-h2 {
      padding-top: 0; } }
  @media (max-width: 767px) {
    .about .about-content-h2 {
      margin-top: 30px;
      padding: 0 15px; } }
  .about .about-content-h2 .title_block {
    font-size: 16px;
    color: var(--theme-color-default); }
  .about .about-content-h2 .sub-title-widget {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .about .about-content-h2 .sub-title-widget {
        font-size: 20px; } }
  .about .about-content-h2 .block_content p {
    font-size: 15px;
    line-height: 1.667;
    max-width: 435px;
    margin-bottom: 35px; }
@media (min-width: 768px) {
  .about .about-img {
    padding-right: 0; }
    .rtl .about .about-img {
      padding-left: 0;
      padding-right: inherit; } }
.about .about-img .block {
  overflow: hidden; }
  .about .about-img .block img {
    transition: 2s ease all; }
    .about .about-img .block img:hover {
      transform: scale(1.2);
      opacity: 0.6; }
.about.h-2 {
  padding-top: 110px;
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    .about.h-2 {
      padding-top: 50px; } }
  .about.h-2 .about-content {
    padding: 0 0 0 15px; }
    .about.h-2 .about-content .title_block {
      color: var(--theme-color-default); }
    .about.h-2 .about-content p {
      margin-bottom: 58px;
      max-width: 550px; }
    @media (max-width: 767px) {
      .about.h-2 .about-content {
        margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .about.h-2 .item-img {
      max-width: 520px;
      position: absolute;
      top: 66.66%;
      left: -33.33%; }
      .rtl .about.h-2 .item-img {
        right: -33.33%;
        left: auto; } }
.about.i2 {
  position: relative; }
  .about.i2::before {
    content: "";
    width: calc(100% - 100px);
    height: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff; }
    .rtl .about.i2::before {
      left: 0;
      right: auto; }
    @media (max-width: 1199px) {
      .about.i2::before {
        display: none; } }

.about-ct3 {
  padding: 40px 37px 0;
  text-align: center; }
  @media (max-width: 1199px) {
    .about-ct3 {
      padding: 0 30px; } }
  @media (max-width: 767px) {
    .about-ct3 {
      padding: 30px 30px 0; } }
  .about-ct3 .title_block {
    font-size: 14px;
    color: var(--theme-color-default); }
  .about-ct3 .sub-title-widget {
    font-size: 30px;
    line-height: 1.2;
    margin: 15px auto 45px;
    text-align: center; }
  .about-ct3 .image_description p:first-child {
    margin: 20px auto 25px;
    font-size: 16px;
    line-height: 1.5; }
  .about-ct3 .image_description .author {
    font-size: 16px;
    font-weight: 500; }
    .about-ct3 .image_description .author span {
      color: var(--theme-color-secondary); }

.box-special .special-ct {
  padding-top: 90px; }
  @media (max-width: 1199px) {
    .box-special .special-ct {
      padding-top: 0; } }
  @media (max-width: 767px) {
    .box-special .special-ct {
      padding-top: 30px;
      text-align: center; } }
  .box-special .special-ct .title_block {
    color: var(--theme-color-default);
    font-size: 16px;
    line-height: 1.563;
    margin-bottom: 0; }
  .box-special .special-ct .sub-title-widget {
    font-size: 48px;
    line-height: 1.042;
    margin-top: 15px;
    margin-bottom: 30px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-special .special-ct .sub-title-widget {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .box-special .special-ct .sub-title-widget {
        text-align: center; } }
    @media (max-width: 575px) {
      .box-special .special-ct .sub-title-widget {
        font-size: 40px; } }
    @media (max-width: 480px) {
      .box-special .special-ct .sub-title-widget {
        font-size: 30px; } }
  .box-special .special-ct p {
    max-width: 465px;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.563; }
    @media (max-width: 767px) {
      .box-special .special-ct p {
        margin: 0 auto 45px; } }
@media (max-width: 767px) {
  .box-special {
    display: flex;
    flex-wrap: wrap-reverse; } }
.box-special > div .block {
  overflow: hidden; }
  .box-special > div .block img {
    transition: 1.5s all; }
  .box-special > div .block:hover img {
    transform: scale(1.2);
    opacity: 0.6; }

.tes {
  min-height: 520px; }
  .tes .block_content {
    max-width: 470px;
    min-height: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media (max-width: 450px) {
      .tes .block_content {
        padding: 0 15px; } }
  .tes .sub-title-widget {
    font-weight: 500;
    margin-bottom: 0;
    text-align: center; }
  .tes p {
    margin-bottom: 20px; }
    .tes p:last-child {
      margin-bottom: 0; }
  .tes .text-content {
    margin: 30px 0 40px;
    font-size: 16px;
    line-height: 1.563; }
  @media (max-width: 1199px) {
    .tes .btn-white {
      background-color: #fff; } }

@media (max-width: 767px) {
  .testimonial-h2 {
    background-position: 0 !important; } }
.testimonial-h2 > div {
  min-height: 470px; }
.testimonial-h2 .testimonial-content {
  max-width: 520px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .testimonial-h2 .testimonial-content {
      min-width: 80%; } }
  .testimonial-h2 .testimonial-content .sub-title-widget {
    text-align: center;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 28px; }
  @media (max-width: 991px) {
    .testimonial-h2 .testimonial-content {
      left: 15%; } }
  @media (max-width: 767px) {
    .testimonial-h2 .testimonial-content {
      left: 50%;
      transform: translate(-50%, -50%); } }
  .testimonial-h2 .testimonial-content .text {
    max-width: 355px;
    font-size: 16px;
    line-height: 1.563;
    margin: 0 auto 38px; }
  .testimonial-h2 .testimonial-content .btn {
    padding: 0 35px; }

.box-video {
  min-height: 900px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .box-video {
      flex-wrap: wrap; } }
  @media (max-width: 480px) {
    .box-video {
      min-height: auto;
      padding: 80px 0;
      gap: 60px 0; } }
  .box-video .video-popup {
    width: 70%;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    padding: 0; }
    .box-video .video-popup iframe {
      width: 100%; }
    .box-video .video-popup.active {
      animation: ShowVideo 1s forwards;
      display: inline; }
      .box-video .video-popup.active .video {
        padding: 20px 20px 15px;
        background-color: #FFFFFF; }
@keyframes ShowVideo {
  0% {
    opacity: 0;
    display: none;
    transform: scale(0.5) translate(-50%, -50%); }
  100% {
    opacity: 1;
    display: block !important;
    transform: scale(1) translate(-50%, -50%); } }
  .box-video .video-ct {
    background-color: #fff;
    padding: 70px 70px 70px 60px; }
    .rtl .box-video .video-ct {
      padding: 70px 60px 70px 70px; }
    @media (max-width: 767px) {
      .box-video .video-ct {
        padding: 70px;
        margin: 0 30px; } }
    @media (max-width: 575px) {
      .box-video .video-ct {
        padding: 40px;
        margin: 0 30px; } }
    @media (max-width: 480px) {
      .box-video .video-ct {
        padding: 30px;
        margin: 0; } }
    @media (max-width: 350px) {
      .box-video .video-ct {
        padding: 30px 15px;
        margin: 0; } }
    .box-video .video-ct .title_block {
      color: var(--theme-color-default);
      font-size: 16px;
      line-height: 1.563;
      margin-bottom: 13px; }
    .box-video .video-ct .sub-title-widget {
      font-size: 40px;
      line-height: 1.25;
      margin-bottom: 40px; }
      @media (max-width: 575px) {
        .box-video .video-ct .sub-title-widget {
          font-size: 30px; } }
      @media (max-width: 480px) {
        .box-video .video-ct .sub-title-widget {
          font-size: 20px;
          margin-bottom: 30px; } }
    .box-video .video-ct .text {
      font-size: 15px;
      line-height: 1.667;
      margin-bottom: 50px; }
      @media (max-width: 480px) {
        .box-video .video-ct .text {
          margin-bottom: 35px; } }
  .box-video .video-btn .btn-play {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer; }
    .box-video .video-btn .btn-play i {
      font-family: "FontAwesome";
      color: #000;
      display: block;
      font-style: normal;
      font-size: 22px; }
    .box-video .video-btn .btn-play:hover {
      background-color: var(--theme-color-default); }
      .box-video .video-btn .btn-play:hover i {
        color: #fff; }
  .box-video .video-btn .block_content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 20px; }
    @media (max-width: 767px) {
      .box-video .video-btn .block_content {
        justify-content: center; } }
    .box-video .video-btn .block_content > div:not(.btn-play) span {
      display: block;
      color: #fff;
      font-family: var(--font-family-septenary); }
      .box-video .video-btn .block_content > div:not(.btn-play) span.title {
        font-size: 15px;
        line-height: 1.667;
        text-transform: uppercase; }
      .box-video .video-btn .block_content > div:not(.btn-play) span.sub-title {
        text-transform: capitalize;
        font-size: 24px;
        line-height: 2.083; }

@media (max-width: 991px) {
  .fancybox-opened {
    width: calc(100vw - 60px) !important;
    left: 50% !important;
    transform: translateX(-50%); }
    .fancybox-opened .fancybox-inner {
      width: 100% !important; }
      .fancybox-opened .fancybox-inner iframe {
        width: 100%; } }
@media (max-width: 400px) {
  .fancybox-opened {
    width: calc(100vw - 30px) !important; } }
@media (max-width: 991px) {
  .banner {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0; } }
.banner .block {
  position: relative; }
  @media (max-width: 420px) {
    .banner .block img {
      width: auto !important; } }
.banner .image_description {
  top: 50%;
  position: absolute;
  transform: translateY(-50%); }
  .banner .image_description .color-w {
    color: #fff; }
  .banner .image_description p {
    margin: 0; }
  .banner .image_description .text-content {
    margin: 25px 0 35px;
    color: var(--theme-color-secondary);
    font-size: 16px;
    line-height: 1.563; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .banner .image_description .text-content {
        margin: 10px 0 20px; } }
    @media (max-width: 480px) {
      .banner .image_description .text-content {
        margin: 10px 0 20px; } }
  .banner .image_description .title_block {
    margin-bottom: 14px;
    display: block; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .banner .image_description .title_block {
        margin-bottom: 9px; } }
  .banner .image_description .btn-white {
    border-color: #fff; }
  .banner .image_description .btn {
    padding: 0 20px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .banner .image_description .sub-title-widget {
      font-size: 30px; } }
@media (max-width: 991px) {
  .banner .banner-item {
    padding: 0 15px !important; } }
@media (max-width: 550px) {
  .banner .banner-item {
    padding: 0 !important; } }
.banner .banner-item .block {
  overflow: hidden; }
  .banner .banner-item .block img {
    transition: 2.5s all ease; }
  .banner .banner-item .block:hover img {
    opacity: 0.7;
    transform: scale(1.2) rotate(5deg); }
.banner .banner-1 .image_description {
  left: 50%;
  padding-left: 35px; }
  .rtl .banner .banner-1 .image_description {
    padding-right: 35px;
    padding-left: inherit; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .banner .banner-1 .image_description {
      left: 0; } }
  @media (max-width: 550px) {
    .banner .banner-1 .image_description {
      padding-left: 0;
      left: auto;
      right: 45px; }
      .rtl .banner .banner-1 .image_description {
        padding-right: 0;
        padding-left: inherit; }
      .rtl .banner .banner-1 .image_description {
        right: auto;
        left: auto; }
      .rtl .banner .banner-1 .image_description {
        left: 45px;
        right: auto; } }
.banner .banner-2 .text-content {
  margin: 30px 0 35px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .banner .banner-2 .text-content {
      margin: 15px 0 20px; } }
  @media (max-width: 480px) {
    .banner .banner-2 .text-content {
      margin: 15px 0 20px; } }
.banner .banner-2 .image_description {
  padding-left: 45px; }
  .rtl .banner .banner-2 .image_description {
    padding-right: 45px;
    padding-left: inherit; }
  .banner .banner-2 .image_description > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }

.product.h-1 {
  padding-bottom: 90px; }
  @media (max-width: 575px) {
    .product.h-1 {
      padding-bottom: 60px; } }
  .product.h-1 .text-title {
    text-align: center;
    max-width: 550px;
    margin: 0 auto 65px;
    line-height: 1.667;
    font-size: 15px; }
.product .sub-title-widget {
  margin-bottom: 25px; }
.product .widget-category_image li {
  text-align: center; }
.product .cate_content .cover-img {
  display: flex;
  overflow: hidden; }
  .product .cate_content .cover-img img {
    width: 100%;
    transition: 0.8s all; }
    .product .cate_content .cover-img img:hover {
      transform: scale(1.2);
      opacity: 0.8; }
.product .cate_content .wr-text .cate-name {
  display: block;
  margin: 15px 0;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-color-secondary);
  text-transform: uppercase;
  font-weight: 600; }
.product .cate_content .wr-text .leo-qty {
  font-size: 15px;
  font-style: italic; }
.product.pd_2 {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (min-width: 1200px) {
    .product.pd_2 {
      padding-top: 220px; } }
  @media (max-width: 767px) {
    .product.pd_2 {
      padding-top: 80px;
      padding-bottom: 80px; } }

.instagram .text-title {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 15px; }
.instagram.h-2 {
  margin-top: 100px; }
  .instagram.h-2 .instagram-block .owl-item {
    padding: 0; }
    .instagram.h-2 .instagram-block .owl-item .block-carousel-container {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .instagram.h-2 {
      margin-top: 60px; } }
.instagram .owl-item a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transition: 0.6s all;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2); }
.instagram .owl-item a:before {
  content: "\f16d";
  font-family: "FontAwesome";
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  transition: 1s all; }
.instagram .owl-item a:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1); }
.instagram .owl-item a:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1); }
@media (max-width: 480px) {
  .instagram .sub-title-widget {
    width: 100vw;
    margin: 0 auto; } }

.box-blog .sub-title-widget {
  margin-bottom: 50px; }

.support {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .support {
      display: flex;
      flex-wrap: wrap;
      gap: 30px 0; } }
  @media (max-width: 480px) {
    .support > div {
      width: 100%; } }
  .support .item {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0; }
    .support .item .fa-credit-card-front::before {
      content: "\f38a";
      font-size: 31px; }
    .support .item .fa-repeat::before {
      content: "\f363";
      font-size: 40px; }
    .support .item .fa-rings-wedding:before {
      content: "\f81b";
      font-size: 40px; }
    .support .item .fa-shipping-fast::before {
      content: "\f48b";
      font-size: 36px; }
    .support .item span {
      font-size: 17px;
      font-family: var(--font-family-septenary);
      text-align: center; }

.footer-center .sub-title-widget, .footer-center .block_newsletter #block-newsletter-label {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.667; }
.footer-center .block_newsletter {
  background-color: transparent;
  display: inline-block;
  padding: 0; }
  .footer-center .block_newsletter #block-newsletter-label {
    width: 100%;
    padding: 0;
    text-align: left;
    float: none; }
    .rtl .footer-center .block_newsletter #block-newsletter-label {
      text-align: right; }
    @media (max-width: 1199px) {
      .footer-center .block_newsletter #block-newsletter-label {
        text-align: center;
        margin-bottom: 20px; } }
  .footer-center .block_newsletter .text {
    font-size: 15px;
    line-height: 1.667;
    color: var(--theme-color-tertiary);
    margin-bottom: 25px;
    letter-spacing: -0.025em;
    padding-top: 0 !important; }
  .footer-center .block_newsletter.block .block_content {
    width: 100%; }
  .footer-center .block_newsletter form .row > div {
    display: flex; }
  .footer-center .block_newsletter form .input-wrapper {
    flex: 1; }
  .footer-center .block_newsletter form input {
    background-color: #fff;
    border: 2px solid #e5e7ea;
    border-right: none;
    border-radius: 22px 0 0 22px;
    font-size: 14px;
    color: var(--theme-color-tertiary); }
    [dir="rtl"] .footer-center .block_newsletter form input {
      border-right: 2px solid #e5e7ea;
      border-left: none;
      border-radius: 0 22px 22px 0; }
  .footer-center .block_newsletter .btn {
    -moz-border-radius: 0 22px 22px 0;
    -webkit-border-radius: 0 22px 22px 0;
    border-radius: 0 22px 22px 0;
    width: fit-content;
    background-color: var(--theme-color-secondary);
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    order: 2;
    height: 42px; }
    .rtl .footer-center .block_newsletter .btn {
      -moz-border-radius: 22px 0 0 22px;
      -webkit-border-radius: 22px 0 0 22px;
      border-radius: 22px 0 0 22px; }
    .footer-center .block_newsletter .btn i {
      display: none; }
    .footer-center .block_newsletter .btn span {
      display: inline-block;
      font-size: 14px;
      line-height: 2.143;
      color: #fff;
      padding: 0 25px; }
    .footer-center .block_newsletter .btn:hover {
      background-color: var(--theme-color-default); }
@media (max-width: 767px) {
  .footer-center .footer-contact {
    margin-bottom: 30px;
    text-align: center; }
    .footer-center .footer-contact .sub-title-widget {
      text-align: center; } }
@media (max-width: 480px) {
  .footer-center .footer-contact {
    margin-bottom: 0; } }
.footer-center .footer-contact .adr i::before {
  content: "\f3c5"; }
.footer-center .footer-contact ul {
  margin-bottom: 0; }
  .footer-center .footer-contact ul li {
    margin: 0;
    font-size: 15px;
    line-height: 2.4;
    color: var(--theme-color-tertiary); }
    .footer-center .footer-contact ul li i {
      font-size: 14px;
      margin-right: 15px; }
      .rtl .footer-center .footer-contact ul li i {
        margin-left: 15px;
        margin-right: inherit; }
  .footer-center .footer-contact ul a {
    color: var(--theme-color-tertiary); }
@media (max-width: 480px) {
  .footer-center .footer-col {
    margin-top: 30px;
    text-align: center; }
    .footer-center .footer-col .sub-title-widget {
      text-align: center; } }
.footer-center .footer-col ul {
  margin-bottom: 0; }
.footer-center .footer-col li {
  margin-bottom: 0; }
  .footer-center .footer-col li a {
    color: var(--theme-color-tertiary);
    line-height: 2.4;
    font-size: 15px; }
    .footer-center .footer-col li a:hover {
      color: var(--theme-color-default); }
@media (min-width: 1200px) {
  .footer-center .footer-news {
    max-width: 300px; } }
@media (max-width: 1199px) {
  .footer-center .footer-news {
    text-align: center;
    margin-top: 30px; } }
@media (max-width: 1199px) {
  .footer-center .footer-h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }

.after-footer {
  text-align: center; }
  .after-footer .block_content > div {
    font-size: 16px;
    line-height: 1.563;
    color: var(--theme-color-secondary);
    margin-bottom: 25px; }
    .after-footer .block_content > div a {
      color: var(--theme-color-default); }

.no-pd-l {
  padding-left: 0; }
  .rtl .no-pd-l {
    padding-right: 0;
    padding-left: inherit; }

.no-pd-r {
  padding-right: 0; }
  .rtl .no-pd-r {
    padding-left: 0;
    padding-right: inherit; }

.pd_1 {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 575px) {
    .pd_1 {
      padding-top: 60px;
      padding-bottom: 60px; } }

#wrapper .breadcrumb {
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  margin-bottom: 50px; }
  #wrapper .breadcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    right: auto;
    margin-left: -50vw;
    z-index: -99;
    background-color: var(--theme-color-default); }
    .rtl #wrapper .breadcrumb:before {
      right: 50%;
      left: auto; }
    .rtl #wrapper .breadcrumb:before {
      left: auto;
      right: auto; }
    .rtl #wrapper .breadcrumb:before {
      margin-right: -50vw;
      margin-left: inherit; }
  #wrapper .breadcrumb li a, #wrapper .breadcrumb li span {
    color: #fff;
    font-family: var(--font-family-septenary); }
  #wrapper .breadcrumb li a:hover span {
    color: var(--theme-color-secondary); }
  #wrapper .breadcrumb li:after {
    content: "/";
    font-family: var(--font-family-septenary);
    font-weight: 600;
    font-size: 10px;
    color: #fff; }

.product-detail .product-detail-name {
  font-size: 36px;
  margin-bottom: 15px; }
  @media (max-width: 575px) {
    .product-detail .product-detail-name {
      font-size: 25px; } }
.product-detail .product-prices {
  margin: 15px 0 25px; }
  .product-detail .product-prices > div {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0; }
  .product-detail .product-prices .current-price {
    color: var(--theme-color-secondary);
    font-size: 26px; }
.product-detail .has-discount .discount {
  font-size: 10px;
  vertical-align: 5px; }
.product-detail .description-short {
  margin-bottom: 30px; }
  .product-detail .description-short p {
    margin-bottom: 0; }
.product-detail .product-variants-item {
  display: flex;
  align-items: center;
  gap: 0 20px; }
  .product-detail .product-variants-item .control-label {
    margin-bottom: 0;
    width: fit-content;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--theme-color-secondary);
    font-weight: 600; }
  .product-detail .product-variants-item ul {
    margin-bottom: 0; }
    .product-detail .product-variants-item ul li label {
      margin-bottom: 0; }
      .product-detail .product-variants-item ul li label span.color {
        margin-bottom: 0;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3); }
      .product-detail .product-variants-item ul li label .input-color + span {
        border: 2px solid transparent; }
      .product-detail .product-variants-item ul li label .input-color:checked + span {
        border-color: #fff; }
      .product-detail .product-variants-item ul li label .input-color:checked[title="White"] + span {
        border-color: #000; }
.product-detail .product-add-to-cart .control-label {
  display: none; }
.product-detail .product-quantity > div {
  display: inline-flex;
  vertical-align: top;
  margin-right: 15px; }
  .rtl .product-detail .product-quantity > div {
    margin-left: 15px;
    margin-right: inherit; }
.product-detail .product-quantity .qty .input-group {
  width: 100px;
  box-shadow: none; }
  .product-detail .product-quantity .qty .input-group input#quantity_wanted {
    text-align: center;
    padding: 0 30px;
    width: 100%;
    border: 2px solid #e1e1e1;
    height: 50px; }
  .product-detail .product-quantity .qty .input-group .input-group-btn-vertical {
    position: static; }
  .product-detail .product-quantity .qty .input-group .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
    color: #000;
    z-index: 99;
    border: none;
    padding: 0; }
    .product-detail .product-quantity .qty .input-group .btn i {
      position: relative;
      top: auto;
      left: auto;
      font-family: "Font Awesome 5 Pro"; }
      .product-detail .product-quantity .qty .input-group .btn i::after {
        display: none; }
  .product-detail .product-quantity .qty .input-group .bootstrap-touchspin-up {
    right: 10px; }
    .rtl .product-detail .product-quantity .qty .input-group .bootstrap-touchspin-up {
      left: 10px;
      right: auto; }
    .product-detail .product-quantity .qty .input-group .bootstrap-touchspin-up i::before {
      content: "\f067"; }
  .product-detail .product-quantity .qty .input-group .bootstrap-touchspin-down {
    left: 10px; }
    .rtl .product-detail .product-quantity .qty .input-group .bootstrap-touchspin-down {
      right: 10px;
      left: auto; }
    .product-detail .product-quantity .qty .input-group .bootstrap-touchspin-down i::before {
      content: "\f068"; }
.product-detail .product-quantity .add {
  margin-bottom: 0; }
  .product-detail .product-quantity .add .btn {
    height: 50px; }
    .product-detail .product-quantity .add .btn i {
      font-family: "Font Awesome 5 Pro";
      font-size: 20px; }
      .product-detail .product-quantity .add .btn i::before {
        content: "\f291"; }
      .product-detail .product-quantity .add .btn i:after {
        display: none; }
.product-detail .product-quantity .wishlist, .product-detail .product-quantity .compare {
  margin-left: 15px;
  margin-right: 0; }
  .rtl .product-detail .product-quantity .wishlist, .rtl .product-detail .product-quantity .compare {
    margin-right: 15px;
    margin-left: inherit; }
  .rtl .product-detail .product-quantity .wishlist, .rtl .product-detail .product-quantity .compare {
    margin-left: 0;
    margin-right: inherit; }
  .product-detail .product-quantity .wishlist .btn, .product-detail .product-quantity .compare .btn {
    padding: 0;
    height: 50px;
    background-color: transparent;
    color: #000;
    border: none;
    position: relative; }
    .product-detail .product-quantity .wishlist .btn.added, .product-detail .product-quantity .compare .btn.added {
      color: var(--theme-color-default); }
      .product-detail .product-quantity .wishlist .btn.added:hover .leo-wishlist-bt-content span.text-remove, .product-detail .product-quantity .compare .btn.added:hover .leo-wishlist-bt-content span.text-remove {
        display: block; }
      .product-detail .product-quantity .wishlist .btn.added:hover .leo-wishlist-bt-content span.text-add, .product-detail .product-quantity .compare .btn.added:hover .leo-wishlist-bt-content span.text-add {
        display: none; }
    .product-detail .product-quantity .wishlist .btn .leo-compare-bt-content span, .product-detail .product-quantity .wishlist .btn .leo-wishlist-bt-content span, .product-detail .product-quantity .compare .btn .leo-compare-bt-content span, .product-detail .product-quantity .compare .btn .leo-wishlist-bt-content span {
      position: absolute;
      bottom: 110%;
      left: 50%;
      transform: translateX(-50%);
      text-transform: capitalize;
      padding: 5px 15px;
      border-radius: 2px;
      background-color: #000;
      color: #fff;
      display: none;
      transition: 0.4s all; }
      .product-detail .product-quantity .wishlist .btn .leo-compare-bt-content span::before, .product-detail .product-quantity .wishlist .btn .leo-wishlist-bt-content span::before, .product-detail .product-quantity .compare .btn .leo-compare-bt-content span::before, .product-detail .product-quantity .compare .btn .leo-wishlist-bt-content span::before {
        content: "";
        border: 5px soli transparent;
        border-top-color: #000;
        position: absolute; }
    .product-detail .product-quantity .wishlist .btn .leo-compare-bt-content i, .product-detail .product-quantity .wishlist .btn .leo-wishlist-bt-content i, .product-detail .product-quantity .compare .btn .leo-compare-bt-content i, .product-detail .product-quantity .compare .btn .leo-wishlist-bt-content i {
      font-family: "Font Awesome 5 Pro";
      font-size: 20px; }
    .product-detail .product-quantity .wishlist .btn .icon-wishlist::before, .product-detail .product-quantity .compare .btn .icon-wishlist::before {
      content: "\f004"; }
    .product-detail .product-quantity .wishlist .btn .icon-compare, .product-detail .product-quantity .compare .btn .icon-compare {
      font-family: "Font Awesome 5 Pro"; }
      .product-detail .product-quantity .wishlist .btn .icon-compare::before, .product-detail .product-quantity .compare .btn .icon-compare::before {
        content: "\f074"; }
    .product-detail .product-quantity .wishlist .btn:hover, .product-detail .product-quantity .compare .btn:hover {
      color: var(--theme-color-default); }
      .product-detail .product-quantity .wishlist .btn:hover .leo-wishlist-bt-content span.text-add, .product-detail .product-quantity .compare .btn:hover .leo-wishlist-bt-content span.text-add {
        display: block; }
      .product-detail .product-quantity .wishlist .btn:hover .leo-wishlist-bt-content span.text-remove, .product-detail .product-quantity .compare .btn:hover .leo-wishlist-bt-content span.text-remove {
        display: none; }
      .product-detail .product-quantity .wishlist .btn:hover .leo-compare-bt-content span, .product-detail .product-quantity .compare .btn:hover .leo-compare-bt-content span {
        display: block; }
.product-detail .product-minimal-quantity {
  margin-bottom: 0; }
.product-detail #leo_product_reviews_block_extra {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 15px; }
  .product-detail #leo_product_reviews_block_extra .reviews_note span {
    font-weight: 600;
    color: var(--theme-color-secondary); }
  .product-detail #leo_product_reviews_block_extra .reviews_advices {
    margin: 10px 0; }
    .product-detail #leo_product_reviews_block_extra .reviews_advices a {
      color: #8e8e8e; }
      .product-detail #leo_product_reviews_block_extra .reviews_advices a:hover {
        color: var(--theme-color-default); }
.product-detail .product-additional-info .social-sharing > span {
  font-weight: 600;
  color: #000; }
.product-detail .product-additional-info .social-sharing ul li:before {
  color: #8e8e8e; }
.product-detail .product-additional-info .social-sharing ul li:hover:before {
  color: var(--theme-color-default); }
.product-detail .p-reference .label {
  font-weight: 600;
  color: #000; }
.product-detail .blockreassurance_product > div:not(.clearfix) {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding: 15px 25px 15px 60px;
  position: relative; }
  .product-detail .blockreassurance_product > div:not(.clearfix) .item-product {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%); }
    .rtl .product-detail .blockreassurance_product > div:not(.clearfix) .item-product {
      right: 10px;
      left: auto; }
  .product-detail .blockreassurance_product > div:not(.clearfix) .block-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600; }
  .product-detail .blockreassurance_product > div:not(.clearfix) p {
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 600;
    color: #8e8e8e !important; }
.product-detail .product-tabs.tabs #product_reviews_block_tab .review_button .usefulness_btn {
  height: auto;
  background-color: transparent;
  color: #000;
  font-weight: 600 !important;
  border: none;
  padding: 0 10px;
  margin-left: 10px; }
  .rtl .product-detail .product-tabs.tabs #product_reviews_block_tab .review_button .usefulness_btn {
    margin-right: 10px;
    margin-left: inherit; }
  .product-detail .product-tabs.tabs #product_reviews_block_tab .review_button .usefulness_btn:hover {
    color: var(--theme-color-default); }
.product-detail .product-tabs.tabs #product_reviews_block_tab .review_button .report_btn {
  padding: 0 20px;
  margin-top: 20px; }
.product-detail .product-tabs.tabs #product_reviews_block_tab .review-info .title_block {
  text-transform: capitalize;
  margin-bottom: 10px; }
.product-detail .product-tabs.tabs .nav-tabs {
  padding-bottom: 20px; }
  .product-detail .product-tabs.tabs .nav-tabs .nav-link {
    border: 0;
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 13px;
    position: relative;
    margin: 0 40px;
    font-weight: 600;
    color: #8e8e8e;
    letter-spacing: 1px; }
    .product-detail .product-tabs.tabs .nav-tabs .nav-link:before {
      content: "";
      left: 0;
      height: 2px;
      position: absolute;
      bottom: -5px;
      right: 0;
      background: var(--theme-color-default);
      display: none; }
    .product-detail .product-tabs.tabs .nav-tabs .nav-link:hover {
      border: none;
      color: var(--theme-color-default); }
  .product-detail .product-tabs.tabs .nav-tabs .nav-link.active {
    color: var(--theme-color-default); }
    .product-detail .product-tabs.tabs .nav-tabs .nav-link.active:before {
      display: block; }
  .product-detail .product-tabs.tabs .nav-tabs .nav-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: auto; }
.product-detail .products-accordion .card-header a {
  border: 0;
  text-transform: uppercase;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 600;
  color: #8e8e8e;
  letter-spacing: 1px; }
  .product-detail .products-accordion .card-header a:hover, .product-detail .products-accordion .card-header a:focus {
    color: var(--theme-color-default); }
  .product-detail .products-accordion .card-header a:after {
    color: #8e8e8e; }
.product-detail .product-cover .layer {
  border-radius: 50%;
  width: 30px;
  height: 30px; }
  .product-detail .product-cover .layer i {
    font-family: "Font Awesome 5 Pro";
    font-size: 16px; }
    .product-detail .product-cover .layer i:before {
      content: "\f002"; }
.product-detail .p-reference .product-quantities .label {
  padding: 2px 10px;
  border-radius: 3px; }
.product-detail .p-reference .product-quantities.out-stock .label {
  border: 2px solid #b05150;
  color: #b05150; }
.product-detail .p-reference .product-quantities.in-stock .label {
  border: 2px solid #47ae74;
  color: #47ae74; }
.product-detail .line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px; }
  .product-detail .line .label {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--theme-color-secondary);
    font-weight: 600; }
  .product-detail .line > div > span a {
    color: var(--theme-color-tertiary); }
.product-detail.product-image-thumbs-bottom .product-thumb-images {
  padding: 0; }
.product-detail.product-image-thumbs-left .images-container .product-thumb-images, .product-detail.product-image-thumbs-right .images-container .product-thumb-images {
  top: 0; }
.product-detail.product-image-no-thumbs-fullwidth .product-cover {
  width: fit-content;
  margin: 0 auto; }
.product-detail.product-image-no-thumbs-center .blockreassurance_product {
  margin-top: 0; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .product-detail.product-image-no-thumbs-center .blockreassurance_product > div:not(.clearfix) {
      padding: 15px; }
      .product-detail.product-image-no-thumbs-center .blockreassurance_product > div:not(.clearfix) .item-product {
        display: none; } }
.product-detail.product-image-no-thumbs-center .product-quantity {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .product-detail.product-image-no-thumbs-center .product-quantity .qty {
      width: 100%; } }
@media (min-width: 768px) {
  .product-detail > .row > div[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 1200px) {
  .product-detail > .row > div[class^="col-"] {
    padding-left: 30px;
    padding-right: 30px; } }

#product-modal .modal-content .modal-body .product-images img {
  width: 100%; }

#blockcart-modal .modal-body .divide-right br {
  display: none; }
#blockcart-modal .modal-body .divide-right span {
  display: block; }
  #blockcart-modal .modal-body .divide-right span.color {
    display: flex;
    margin: 0 0 10px;
    border: none;
    box-shadow: none; }
#blockcart-modal .modal-body .cart-content .cart-products-count {
  color: var(--theme-color-secondary); }
#blockcart-modal .modal-body .cart-content span:first-child, #blockcart-modal .modal-body .cart-content .product-tax {
  color: var(--theme-color-secondary);
  font-weight: 600; }
  #blockcart-modal .modal-body .cart-content span:first-child .value, #blockcart-modal .modal-body .cart-content .product-tax .value {
    color: #8e8e8e;
    font-weight: 400; }
@media (max-width: 450px) {
  #blockcart-modal .modal-body .cart-content .cart-content-btn {
    flex-wrap: wrap; } }

.page-my-account #content .links a:hover i {
  color: var(--theme-color-default); }
.page-my-account .page-footer > div > a {
  height: 40px;
  color: #fff;
  background-color: var(--theme-color-secondary);
  text-transform: uppercase;
  font-family: var(--font-family-septenary);
  font-size: 12px;
  display: inline-block;
  padding: 0 30px;
  line-height: 40px; }

.block-category.card {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none; }

#subcategories {
  border: none; }
  #subcategories .subcategory-meta {
    margin-top: 20px; }

#products .total-products > p {
  display: none; }

.page-header > h1 {
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.1; }

#module-leofeature-productscompare .page-heading {
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.1;
  margin-bottom: 30px; }
#module-leofeature-productscompare .footer_link .btn {
  gap: 0 8px;
  padding: 0;
  height: fit-content;
  background-color: transparent;
  color: var(--theme-color-secondary);
  font-weight: 600 !important;
  border: none;
  margin-right: 30px; }
  .rtl #module-leofeature-productscompare .footer_link .btn {
    margin-left: 30px;
    margin-right: inherit; }
  #module-leofeature-productscompare .footer_link .btn:hover {
    color: var(--theme-color-default); }
#module-leofeature-productscompare .product-miniature {
  position: relative; }
  #module-leofeature-productscompare .product-miniature .delete-productcompare {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 99; }
    .rtl #module-leofeature-productscompare .product-miniature .delete-productcompare {
      right: 20px;
      left: auto; }
    #module-leofeature-productscompare .product-miniature .delete-productcompare .btn {
      padding: 0;
      background: none;
      color: var(--theme-color-secondary); }

#mywishlist > h2 {
  font-size: 1.375rem;
  line-height: 1.1;
  text-transform: uppercase; }
#mywishlist .leo-wishlist-button-delete.btn {
  border: none; }
#mywishlist .btn {
  gap: 0 10px; }
#mywishlist .btn-outline {
  padding: 0;
  height: fit-content;
  background-color: transparent;
  color: var(--theme-color-secondary);
  font-weight: 600 !important;
  border: none;
  margin-right: 30px; }
  .rtl #mywishlist .btn-outline {
    margin-left: 30px;
    margin-right: inherit; }
  #mywishlist .btn-outline:hover {
    color: var(--theme-color-default); }
#mywishlist .wishlist-product-action, #mywishlist .wishlist-product-info {
  display: none; }

#cart .cart-grid-body > a.label {
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #2a2a2a;
  font-family: var(--font-family-septenary);
  transition: 0.4s all;
  font-weight: 600; }
  #cart .cart-grid-body > a.label:hover {
    color: var(--theme-color-default); }
#cart .cart-grid-body a.label:hover {
  color: var(--theme-color-default); }
#cart .cart-grid-body .product-price {
  font-size: 14px;
  font-weight: 600; }
  #cart .cart-grid-body .product-price .product-discount {
    margin-bottom: 8px; }
#cart .cart-grid-body .has-discount .discount {
  padding: 5px 8px;
  font-size: 12px; }
#cart .cart-grid-body .product-line-info.color {
  display: flex;
  border: none;
  box-shadow: none;
  margin: 0; }
#cart .product-line-grid-right .bootstrap-touchspin {
  display: flex; }
#cart .product-line-grid-right .btn-touchspin {
  color: var(--theme-color-secondary); }

#cart .cart-grid-right .blockreassurance_product > div:not(:last-child), #checkout .cart-grid-right .blockreassurance_product > div:not(:last-child) {
  padding: 15px 15px 15px 65px;
  border: 1px solid #e1e1e1;
  position: relative;
  margin-bottom: 15px; }
  .rtl #cart .cart-grid-right .blockreassurance_product > div:not(:last-child), .rtl #checkout .cart-grid-right .blockreassurance_product > div:not(:last-child) {
    padding: 15px 65px 15px 15px; }
  #cart .cart-grid-right .blockreassurance_product > div:not(:last-child) p, #checkout .cart-grid-right .blockreassurance_product > div:not(:last-child) p {
    margin-bottom: 0;
    color: #8e8e8e; }
  #cart .cart-grid-right .blockreassurance_product > div:not(:last-child):last-child, #checkout .cart-grid-right .blockreassurance_product > div:not(:last-child):last-child {
    margin-bottom: 0; }
  #cart .cart-grid-right .blockreassurance_product > div:not(:last-child) .item-product, #checkout .cart-grid-right .blockreassurance_product > div:not(:last-child) .item-product {
    padding-top: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
    .rtl #cart .cart-grid-right .blockreassurance_product > div:not(:last-child) .item-product, .rtl #checkout .cart-grid-right .blockreassurance_product > div:not(:last-child) .item-product {
      right: 15px;
      left: auto; }
  #cart .cart-grid-right .blockreassurance_product > div:not(:last-child) .block-title, #checkout .cart-grid-right .blockreassurance_product > div:not(:last-child) .block-title {
    font-weight: 600;
    color: var(--theme-color-secondary);
    margin-bottom: 10px;
    display: inline-block; }

body#checkout .cart-grid-body {
  padding-top: 100px; }
body#checkout section.checkout-step {
  box-shadow: none;
  border: 0;
  padding: 0;
  outline: none;
  background: 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: capitalize;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-size: 12px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 30px 5px;
    color: #999;
    opacity: 1;
    letter-spacing: 0; }
    body#checkout section.checkout-step .step-title:before {
      content: "";
      position: absolute;
      top: 15px;
      width: 100%;
      height: 2px;
      background: #ccc;
      left: 50%; }
    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:last-child .step-title:before {
    display: none; }
  body#checkout section.checkout-step:nth-child(1) .step-title {
    left: 0;
    z-index: 1; }
  body#checkout section.checkout-step:nth-child(2) .step-title {
    left: 25%;
    z-index: 2; }
  body#checkout section.checkout-step:nth-child(3) .step-title {
    left: 50%;
    z-index: 3; }
  body#checkout section.checkout-step:nth-child(4) .step-title {
    left: 75%;
    z-index: 4; }
  body#checkout section.checkout-step #customer-form {
    margin: 0; }
    body#checkout section.checkout-step #customer-form .form-control-comment {
      width: 100%;
      text-align: right;
      font-size: 12px;
      color: #ccc; }
    body#checkout section.checkout-step #customer-form .input-group-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: auto;
      z-index: 4; }
      body#checkout section.checkout-step #customer-form .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 {
          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 {
      content: "\f070"; }
    body#checkout section.checkout-step #customer-form .radio-inline {
      margin: 10px 10px 0 0; }
  body#checkout section.checkout-step #login-form {
    margin: 0; }
    body#checkout section.checkout-step #login-form .form-control-comment {
      width: 100%;
      text-align: right;
      font-size: 12px;
      color: #ccc; }
    body#checkout section.checkout-step #login-form .input-group-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: auto;
      z-index: 4; }
      body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"] {
        font-size: 0; }
        body#checkout section.checkout-step #login-form .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 #login-form input[type="text"] + .input-group-btn .btn[data-action="show-password"]:before {
      content: "\f070"; }
  body#checkout section.checkout-step #invoice-address {
    margin: 0; }
    body#checkout section.checkout-step #invoice-address .form-control-comment {
      width: 100%;
      text-align: right;
      font-size: 12px;
      color: #ccc; }
    body#checkout section.checkout-step #invoice-address .input-group-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: auto;
      z-index: 4; }
      body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"] {
        font-size: 0; }
        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 #invoice-address input[type="text"] + .input-group-btn .btn[data-action="show-password"]:before {
      content: "\f070"; }
  body#checkout section.checkout-step .form-fields .form-group:last-child > div {
    display: flex;
    gap: 0 10px; }
  body#checkout section.checkout-step .form-footer {
    margin: 30px 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 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; }
  body#checkout section.checkout-step .address-footer {
    text-align: right; }
    body#checkout section.checkout-step .address-footer .text-muted {
      padding: 6px 10px 5px;
      font-size: 12px;
      color: #282828 !important;
      border: 2px solid #282828;
      text-transform: uppercase;
      line-height: 20px;
      transition: all .4s; }
      body#checkout section.checkout-step .address-footer .text-muted .material-icons {
        display: none; }
    body#checkout section.checkout-step .address-footer .text-muted.edit-address:hover {
      background: #282828;
      color: #fff !important; }
    body#checkout section.checkout-step .address-footer .text-muted.delete-address {
      background: #282828;
      color: #fff !important; }
      body#checkout section.checkout-step .address-footer .text-muted.delete-address:hover {
        background: #fff;
        color: #282828 !important; }
  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); }
  body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 10px; }
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.js-current-step .step-title {
  color: #000; }
  body#checkout section.checkout-step.js-current-step .step-title .step-number {
    background: #000; }
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 .custom-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  z-index: 3; }
  body#checkout .custom-checkbox input[type="checkbox"] + span {
    width: 16px;
    height: 16px; }
    body#checkout .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
      font-size: 13px; }
body#checkout .custom-checkbox input[type="radio"] {
  width: 16px;
  height: 16px;
  z-index: 3; }
  body#checkout .custom-checkbox input[type="radio"] + span {
    width: 16px;
    height: 16px; }
    body#checkout .custom-checkbox input[type="radio"] + span .checkbox-checked {
      font-size: 13px; }
body#checkout .custom-checkbox em {
  width: auto;
  color: #ccc; }
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 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.-reachable.-complete .step-title:before {
  background: #4caf50; }
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 .condition-label {
  margin-left: 30px; }
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; }
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; }

#module-leoproductsearch-productsearch .page-heading {
  margin-bottom: 30px; }
#module-leoproductsearch-productsearch .head-leosearch-product {
  display: none; }

#contact .input-group-btn .btn {
  height: auto; }

.page-footer .account-link {
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #2a2a2a;
  font-family: var(--font-family-septenary);
  transition: 0.4s all;
  font-weight: 600;
  gap: 0 10px; }
  .page-footer .account-link:hover {
    color: var(--theme-color-default); }

body:not(#index) #wrapper .breadcrumb {
  display: block; }
@media (max-width: 767px) {
  body:not(#index) #wrapper {
    margin-top: 50px; } }
@media (max-width: 480px) {
  body:not(#index) #wrapper {
    margin-top: 40px; } }

@media (min-width: 600px) {
  #pagenotfound .error-container {
    text-align: center;
    font-size: 106px;
    font-weight: 800;
    margin: 70px 15px; }
    #pagenotfound .error-container > span {
      display: inline-block;
      position: relative; }
    #pagenotfound .error-container > span.four {
      width: 136px;
      height: 43px;
      border-radius: 999px;
      background: linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%), linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%), linear-gradient(to right, #d89ca4, #e27b7e); }
      #pagenotfound .error-container > span.four:before {
        content: '';
        display: block;
        position: absolute;
        border-radius: 999px;
        width: 43px;
        height: 156px;
        left: 60px;
        bottom: -43px;
        background: linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%), linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%), linear-gradient(to top, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F); }
      #pagenotfound .error-container > span.four:after {
        content: '';
        display: block;
        position: absolute;
        border-radius: 999px;
        width: 137px;
        height: 43px;
        transform: rotate(-49.5deg);
        left: -18px;
        bottom: 36px;
        background: linear-gradient(to right, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F); }
    #pagenotfound .error-container > span.zero {
      vertical-align: text-top;
      width: 156px;
      height: 156px;
      border-radius: 999px;
      background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%, transparent 51%, transparent 100%), linear-gradient(to top right, #99749D, #99749D, #B895AB, #CC9AA6, #D7969E, #ED8687, #ED8687);
      overflow: hidden;
      animation: bgshadow 5s infinite; }
      #pagenotfound .error-container > span.zero:before {
        content: '';
        display: block;
        position: absolute;
        transform: rotate(45deg);
        width: 90px;
        height: 90px;
        background-color: transparent;
        left: 0px;
        bottom: 0px;
        background: linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%), linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%); }
      #pagenotfound .error-container > span.zero:after {
        content: '';
        display: block;
        position: absolute;
        border-radius: 999px;
        width: 70px;
        height: 70px;
        left: 43px;
        bottom: 43px;
        background: #FDFAF5;
        box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1); }
  #pagenotfound .screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em; } }
@media (max-width: 599px) {
  #pagenotfound .error-container {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center; }
    #pagenotfound .error-container span {
      font-size: 200px;
      font-weight: bold;
      font-family: var(--font-family-tertiary); } }
@media (max-width: 480px) {
  #pagenotfound .error-container {
    margin-top: 30px;
    margin-bottom: 30px; }
    #pagenotfound .error-container span {
      font-size: 130px; } }
@keyframes bgshadow {
  0% {
    box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4); }
  45% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1); }
  55% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1); }
  100% {
    box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4); } }
#pagenotfound .page-content.page-not-found {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 6rem !important; }
  @media (max-width: 767px) {
    #pagenotfound .page-content.page-not-found {
      margin-bottom: 2rem !important; } }
  #pagenotfound .page-content.page-not-found > h4 {
    font-size: 40px;
    font-family: var(--font-family-septenary);
    text-align: center;
    color: var(--theme-color-secondary); }
    @media (max-width: 480px) {
      #pagenotfound .page-content.page-not-found > h4 {
        font-size: 30px; } }
  #pagenotfound .page-content.page-not-found > p {
    font-size: 18px;
    text-align: center; }

@media (min-width: 576px) {
  .leo-quicklogin-modal .modal-dialog {
    max-width: 350px; } }
.leo-quicklogin-modal .modal-content {
  border-radius: 0; }
.leo-quicklogin-modal .modal-footer {
  padding: 0; }
.leo-quicklogin-modal .lql-form-content-element.row > div:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px; }
  @media (max-width: 400px) {
    .leo-quicklogin-modal .lql-form-content-element.row > div:first-child {
      width: 100%;
      margin-bottom: 10px; } }
  .leo-quicklogin-modal .lql-form-content-element.row > div:first-child .form-control-label {
    padding: 0;
    margin: 0; }

#module-leoblog-list .leading-blog .blog-meta {
  max-width: 100%; }
#module-leoblog-list .secondary-blog .blog-meta {
  max-width: 400px; }

#module-leoblog-category .childrens .section-title {
  font-size: 25px;
  margin-bottom: 20px; }
#module-leoblog-category .childrens .row h4 {
  margin-top: 15px; }
#module-leoblog-category .blogs-container .section-title {
  font-size: 20px; }

.rtl #header .col-info #_desktop_cart .cart-products-count {
  left: auto;
  right: 20px; }
.rtl .about.i2::before {
  content: "";
  width: calc(100% - 300px); }
.rtl .box-video {
  flex-direction: row-reverse; }
  .rtl .box-video .video-btn .block_content {
    justify-content: flex-start; }
.rtl .about-ct3 .sub-title-widget {
  text-align: center; }

#left-column.sidebar .block-categories {
  border: 1px solid #e1e1e1;
  position: relative;
  border-radius: 10px;
  background-color: transparent; }
  #left-column.sidebar .block-categories .block_content {
    background-color: transparent; }
  #left-column.sidebar .block-categories .category-top-menu {
    padding: 15px 0; }
    #left-column.sidebar .block-categories .category-top-menu li a {
      border: none;
      font-size: 14px; }
  #left-column.sidebar .block-categories .title_block {
    position: absolute;
    left: 15px;
    top: 0;
    transform: translateY(-50%);
    padding: 5px 15px;
    background-color: #f6f9fc;
    font-size: 16px; }
    .rtl #left-column.sidebar .block-categories .title_block {
      right: 15px;
      left: auto; }
    #left-column.sidebar .block-categories .title_block:before {
      display: none; }
    #left-column.sidebar .block-categories .title_block a {
      color: var(--theme-color-secondary); }
#left-column.sidebar #search_filters_wrapper {
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 10px; }
#left-column.sidebar #search_filters {
  padding: 30px 20px 10px; }
  #left-column.sidebar #search_filters > p {
    position: absolute;
    top: 0;
    left: 15px;
    transform: translateY(-50%);
    padding: 5px 15px;
    color: var(--theme-color-secondary);
    background-color: #f6f9fc;
    font-size: 16px; }
    .rtl #left-column.sidebar #search_filters > p {
      right: 15px;
      left: auto; }
  #left-column.sidebar #search_filters .facet .facet-label {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: 5px 0; }
    #left-column.sidebar #search_filters .facet .facet-label .custom-checkbox {
      top: auto; }
      #left-column.sidebar #search_filters .facet .facet-label .custom-checkbox > span {
        border-radius: 50%; }
        #left-column.sidebar #search_filters .facet .facet-label .custom-checkbox > span.color {
          width: 16px;
          height: 16px; }
    #left-column.sidebar #search_filters .facet .facet-label a {
      color: var(--theme-color-tertiary);
      font-size: 14px;
      margin-top: 0; }
  #left-column.sidebar #search_filters .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    border-width: 2px;
    border-radius: 50%;
    top: -5px;
    background-color: var(--theme-color-default); }
  #left-column.sidebar #search_filters .ui-widget-header {
    background-color: var(--theme-color-default); }
#left-column.sidebar #_desktop_search_filters_clear_all .btn {
  height: auto;
  padding: 5px 15px; }
#left-column.sidebar #search-blog, #left-column.sidebar #categories_blog_menu, #left-column.sidebar #tags_blog_block_left, #left-column.sidebar #blogRecentBlog {
  padding-bottom: 0;
  background: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  position: relative; }
  #left-column.sidebar #search-blog .block_content, #left-column.sidebar #categories_blog_menu .block_content, #left-column.sidebar #tags_blog_block_left .block_content, #left-column.sidebar #blogRecentBlog .block_content {
    background-color: transparent;
    padding: 15px 20px; }
    #left-column.sidebar #search-blog .block_content a, #left-column.sidebar #categories_blog_menu .block_content a, #left-column.sidebar #tags_blog_block_left .block_content a, #left-column.sidebar #blogRecentBlog .block_content a {
      color: var(--theme-color-tertiary); }
      #left-column.sidebar #search-blog .block_content a:hover, #left-column.sidebar #categories_blog_menu .block_content a:hover, #left-column.sidebar #tags_blog_block_left .block_content a:hover, #left-column.sidebar #blogRecentBlog .block_content a:hover {
        color: var(--theme-color-default); }
  #left-column.sidebar #search-blog .title_block, #left-column.sidebar #categories_blog_menu .title_block, #left-column.sidebar #tags_blog_block_left .title_block, #left-column.sidebar #blogRecentBlog .title_block {
    position: absolute;
    top: 0;
    left: 15px;
    transform: translateY(-50%);
    padding: 5px 15px;
    background-color: #f6f9fc;
    font-size: 16px; }
    #left-column.sidebar #search-blog .title_block::before, #left-column.sidebar #categories_blog_menu .title_block::before, #left-column.sidebar #tags_blog_block_left .title_block::before, #left-column.sidebar #blogRecentBlog .title_block::before {
      display: none; }
    .rtl #left-column.sidebar #search-blog .title_block, .rtl #left-column.sidebar #categories_blog_menu .title_block, .rtl #left-column.sidebar #tags_blog_block_left .title_block, .rtl #left-column.sidebar #blogRecentBlog .title_block {
      right: 15px;
      left: auto; }
#left-column.sidebar #tags_blog_block_left .block_content {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
#left-column .products-block .blog-content {
  text-align: center; }
#left-column .products-block-image {
  display: block;
  width: 150px;
  height: 150px;
  margin: 15px auto 15px;
  border-radius: 50%;
  overflow: hidden; }
  #left-column .products-block-image img {
    width: auto;
    height: 100%; }

.products-section-title {
  text-align: center; }
  .products-section-title span {
    display: block; }

.modal.leo-quickview .product-flags .product-flag {
  right: 90px; }
  .rtl .modal.leo-quickview .product-flags .product-flag {
    left: 90px;
    right: auto; }

@media (max-width: 767px) {
  .products-selection .sort-by-row {
    padding-top: 20px; } }

/*# sourceMappingURL=styles.css.map */
