
/* menu **/

.leo-megamenu {
  font-family: "Nunito", sans-serif;
  background: transparent;
  color: #000000;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */ }
  .leo-megamenu .leo-colorbox {
    display: none !important; }
  .leo-megamenu.navbar {
    padding: 0; }
    .leo-megamenu.navbar .navbar-toggler {
      border-color: #142332;
      color: #142332;
      width: 2em;
      height: 2em;
      padding: 0;
      cursor: pointer; }
  .leo-megamenu .navbar-nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .leo-megamenu .navbar-nav {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; } }
    .leo-megamenu .navbar-nav > li {
      text-align: left; }
      .rtl .leo-megamenu .navbar-nav > li {
        text-align: right; }
      .leo-megamenu .navbar-nav > li:first-child .dropdown-menu ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; }
      .leo-megamenu .navbar-nav > li:first-child .dropdown-menu li a:before {
        bottom: 0; }
      .leo-megamenu .navbar-nav > li + .nav-item {
        margin-left: 35px; }
        .rtl .leo-megamenu .navbar-nav > li + .nav-item {
          margin-right: 35px;
          margin-left: inherit; }
      .leo-megamenu .navbar-nav > li.aligned-fullwidth {
        position: static; }
        .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
          width: 100% !important; }
      .leo-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
        right: 0;
        left: auto; }
      .leo-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
        left: 0;
        right: auto; }
      @media (min-width: 992px) {
        .leo-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
          left: 50% !important;
          right: auto !important;
          -webkit-animation: animationmenus-center ease 0.5s;
          -moz-animation: animationmenus-center ease 0.5s;
          animation: animationmenus-center ease 0.5s;
          animation-iteration-count: 1;
          transform-origin: 50% 50%;
          animation-fill-mode: forwards;
          /*when the spec is finished*/
          -webkit-animation-iteration-count: 1;
          -webkit-transform-origin: 50% 50%;
          -webkit-animation-fill-mode: forwards;
          /*Chrome 16+, Safari 4+*/
          -moz-animation-iteration-count: 1;
          -moz-transform-origin: 50% 50%;
          -moz-animation-fill-mode: forwards;
          /*FF 5+*/
          -o-animation-iteration-count: 1;
          -o-transform-origin: 50% 50%;
          -o-animation-fill-mode: forwards;
          /*Not implemented yet*/
          -ms-animation-iteration-count: 1;
          -ms-transform-origin: 50% 50%;
          -ms-animation-fill-mode: forwards;
          /*IE 10+*/ } }
      .leo-megamenu .navbar-nav > li > a {
        padding: 35px 0;
        font-size: 16px;
        color: #000;
        background-color: transparent;
        font-weight: 700;
        -webkit-transition: all 350ms ease-out;
        -moz-transition: all 350ms ease-out;
        -ms-transition: all 350ms ease-out;
        -o-transition: all 350ms ease-out;
        transition: all 350ms ease-out;
        position: relative; }
        .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
          font-size: 14px;
          content: "\f107";
          font-family: "FontAwesome";
          border: 0;
          width: auto;
          height: auto;
          margin: 0 0 0 5px;
          font-weight: 400; }
        .leo-megamenu .navbar-nav > li > a > .menu-title {
          position: relative; }
      .leo-megamenu .navbar-nav > li.active > a > .menu-title:before, .leo-megamenu .navbar-nav > li:hover > a > .menu-title:before, .leo-megamenu .navbar-nav > li:focus > a > .menu-title:before {
        opacity: 1;
        visibility: visible; }
      .leo-megamenu .navbar-nav > li > .caret {
        display: none; }
      .leo-megamenu .navbar-nav > li:hover > .caret, .leo-megamenu .navbar-nav > li:active > .caret {
        color: #FFB667; }
      .leo-megamenu .navbar-nav > li.home a {
        padding: 20px 20px 20px 0; }
        .rtl .leo-megamenu .navbar-nav > li.home a {
          padding: 20px 0 20px 20px; }
  .leo-megamenu .dropdown-menu {
    top: 100%;
    left: -9999px;
    height: auto;
    font-weight: 300;
    margin: 0px;
    border-radius: 7px;
    -webkit-transition: opacity 0.3s linear 0s;
    -moz-transition: opacity 0.3s linear 0s;
    -ms-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    padding: 20px;
    min-width: 180px; }
    .leo-megamenu .dropdown-menu li {
      line-height: 25px;
      padding: 3px 0;
      float: none; }
      .leo-megamenu .dropdown-menu li + .nav-item {
        margin-left: 0px; }
        .rtl .leo-megamenu .dropdown-menu li + .nav-item {
          margin-right: 0px;
          margin-left: inherit; }
      .leo-megamenu .dropdown-menu li a {
        color: #142332;
        padding: 0;
        font-weight: 300;
        font-size: 13px;
        line-height: 25px;
        position: relative; }
        .leo-megamenu .dropdown-menu li a:before {
          content: "";
          position: absolute;
          bottom: -.3rem;
          left: 0;
          right: 0;
          width: 100%;
          height: 1px;
          background: currentColor;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 100% 50%;
          -moz-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
          -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
          -webkit-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          -moz-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          -ms-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
        .leo-megamenu .dropdown-menu li a:hover:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transform-origin: 0 50%;
          -moz-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          -o-transform-origin: 0 50%;
          transform-origin: 0 50%; }
        .leo-megamenu .dropdown-menu li a:hover {
          color: #142332; }
    .leo-megamenu .dropdown-menu .menu-title {
      margin-bottom: 0.625rem;
      font-size: 14px;
      font-family: "Nunito", sans-serif;
      text-transform: uppercase;
      color: #3a536b;
      font-weight: 700; }
      .leo-megamenu .dropdown-menu .menu-title a {
        color: #000000; }
        .leo-megamenu .dropdown-menu .menu-title a:hover {
          color: #FFB667; }
    .leo-megamenu .dropdown-menu a > .menu-title {
      text-transform: none;
      font-weight: 400;
      color: #000000;
      font-size: 0.875rem;
      font-family: "Nunito", sans-serif; }
  .leo-megamenu .dropdown:hover > .dropdown-menu {
    left: 0px; }
    @media (min-width: 992px) {
      .leo-megamenu .dropdown:hover > .dropdown-menu {
        display: block; } }
    .rtl .leo-megamenu .dropdown:hover > .dropdown-menu {
      right: 0px;
      left: auto; }
  .leo-megamenu .dropdown:hover > a {
    color: #FFB667; }
    .leo-megamenu .dropdown:hover > a .fa {
      color: #FFB667; }
  .leo-megamenu .dropdown-submenu {
    position: relative; }
    .leo-megamenu .dropdown-submenu .dropdown-menu {
      top: 0;
      position: absolute;
      left: 100%; }
      .rtl .leo-megamenu .dropdown-submenu .dropdown-menu {
        right: 100%;
        left: auto; }
    .leo-megamenu .dropdown-submenu:hover > .dropdown-menu {
      top: 0; }
      @media (min-width: 992px) {
        .leo-megamenu .dropdown-submenu:hover > .dropdown-menu {
          display: block; } }
  .leo-megamenu .mega-group > .dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    color: #FFFFFF; }
    .leo-megamenu .mega-group > .dropdown-toggle .fa {
      color: #FFFFFF; }
  .leo-megamenu .megamenu .cols1 {
    min-width: 200px; }
  .leo-megamenu .megamenu .cols2 {
    min-width: 500px; }
  .leo-megamenu .megamenu .cols3 {
    min-width: 740px; }
  .leo-megamenu .manu-logo img {
    border: 1px solid #e6eaef;
    margin-bottom: 0.625rem;
    margin-right: 0.625rem; }
  .leo-megamenu .widget-subcategories {
    margin-bottom: 0.9375rem; }

/* Product for menu */
.leo-widget .thumbnail-container {
  margin: 0;
  text-align: left;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .rtl .leo-widget .thumbnail-container {
    text-align: right; }
  .leo-widget .thumbnail-container .product-image {
    float: left;
    margin-bottom: 10px;
    width: 50px; }
    .rtl .leo-widget .thumbnail-container .product-image {
      float: right; }
    .leo-widget .thumbnail-container .product-image img {
      border-radius: 5px; }
  .leo-widget .thumbnail-container .product-meta {
    overflow: hidden;
    zoom: 1;
    padding: 0;
    width: calc(100% - 50px);
    background: none;
    text-align: left;
    padding-left: 10px; }
  .leo-widget .thumbnail-container .product-title {
    margin-top: 0px;
    margin-bottom: 0;
    text-transform: none; }
    .leo-widget .thumbnail-container .product-title a {
      font-weight: 400;
      font-size: 13px;
      margin-bottom: 0; }
  .leo-widget .thumbnail-container .product-price-and-shipping {
    font-size: 11px; }
    .leo-widget .thumbnail-container .product-price-and-shipping .regular-price {
      font-size: 11px; }
  .leo-widget .thumbnail-container .discount-percentage {
    display: none; }
.leo-widget .widget-html p {
  line-height: 23px; }
.leo-widget .widget-video iframe {
  border-width: 0px; }
  @media (max-width: 991px) {
    .leo-widget .widget-video iframe {
      width: 100%; } }
.leo-widget ul.widget-image {
  margin-left: 0px; }
  .rtl .leo-widget ul.widget-image {
    margin-right: 0px;
    margin-left: inherit; }
  .leo-widget ul.widget-image li {
    margin-right: 0.625rem; }
    .rtl .leo-widget ul.widget-image li {
      margin-left: 0.625rem;
      margin-right: inherit; }
    .leo-widget ul.widget-image li:last-child {
      margin-right: 0px; }
      .rtl .leo-widget ul.widget-image li:last-child {
        margin-left: 0px;
        margin-right: inherit; }
.leo-widget .widget-tab .nav-tabs {
  width: 30%;
  float: left; }
  .rtl .leo-widget .widget-tab .nav-tabs {
    float: right; }
  .leo-widget .widget-tab .nav-tabs > li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd; }
    .leo-widget .widget-tab .nav-tabs > li:first-child {
      border-top: 1px solid #ddd; }
    .leo-widget .widget-tab .nav-tabs > li a {
      font-size: 14px;
      text-transform: none;
      position: relative; }
      .leo-widget .widget-tab .nav-tabs > li a:hover, .leo-widget .widget-tab .nav-tabs > li a.active {
        border-color: transparent;
        background: transparent;
        color: #FFB667; }
      .leo-widget .widget-tab .nav-tabs > li a:after {
        content: "\f105";
        font-family: "FontAwesome";
        position: absolute;
        right: 5px;
        top: 0; }
        .rtl .leo-widget .widget-tab .nav-tabs > li a:after {
          left: 5px;
          right: auto; }
    .leo-widget .widget-tab .nav-tabs > li.active a {
      background: transparent;
      border-color: transparent;
      color: #FFB667; }
.leo-widget .widget-tab .tab-content {
  width: 70%;
  float: left;
  padding: 20px;
  border: 1px solid #ddd; }
  .rtl .leo-widget .widget-tab .tab-content {
    float: right; }
  .leo-widget .widget-tab .tab-content .active {
    max-height: 100%; }

/*
 *
 * Vertical menu
 */
.ApMegamenu .leo-verticalmenu {
  background: #5d4e57;
  position: relative; }
  .ApMegamenu .leo-verticalmenu .title_block {
    margin: 0;
    color: #FFFFFF;
    width: 100%;
    line-height: 26px;
    letter-spacing: 1px;
    font-size: 1.25rem;
    padding: 1.25rem 1.5625rem;
    text-transform: none; }
    .ApMegamenu .leo-verticalmenu .title_block:before {
      display: none; }
  .ApMegamenu .leo-verticalmenu > .block_content {
    background: #5d4e57;
    position: absolute;
    z-index: 30;
    height: auto;
    overflow: visible;
    width: 100%;
    -webkit-transition: height 0.4s ease 0s;
    -moz-transition: height 0.4s ease 0s;
    -ms-transition: height 0.4s ease 0s;
    -o-transition: height 0.4s ease 0s;
    transition: height 0.4s ease 0s; }

div.verticalmenu {
  z-index: 100; }
  div.verticalmenu .navbar-collapse, div.verticalmenu .navbar-vertical {
    margin: 0;
    padding: 0; }
  div.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%; }
    div.verticalmenu .navbar-nav > li {
      width: 100%;
      height: auto;
      position: relative;
      float: none; }
      div.verticalmenu .navbar-nav > li + .nav-item {
        margin-left: 0px; }
        .rtl div.verticalmenu .navbar-nav > li + .nav-item {
          margin-right: 0px;
          margin-left: inherit; }
      div.verticalmenu .navbar-nav > li > a {
        display: block;
        color: #142332;
        font-size: 0.875rem;
        font-family: "Nunito", sans-serif;
        padding: 0.8125rem 1.875rem 0.75rem;
        font-weight: 600;
        line-height: 24px; }
      div.verticalmenu .navbar-nav > li .caret {
        display: none; }
      @media (max-width: 991px) {
        div.verticalmenu .navbar-nav > li .caret {
          display: block;
          position: relative;
          top: -40px;
          cursor: pointer;
          border: none;
          width: 25px;
          height: 1.875rem;
          text-align: center;
          border: none;
          float: right;
          right: 0; }
          .rtl div.verticalmenu .navbar-nav > li .caret {
            float: left; }
          .rtl div.verticalmenu .navbar-nav > li .caret {
            left: 0;
            right: auto; }
          div.verticalmenu .navbar-nav > li .caret:before {
            content: "\f105";
            font-family: "FontAwesome";
            color: #142332;
            font-size: 0.6875rem;
            font-weight: normal; } }
      div.verticalmenu .navbar-nav > li .dropdown-submenu .caret {
        top: 0; }
        @media (max-width: 991px) {
          div.verticalmenu .navbar-nav > li .dropdown-submenu .caret {
            top: -16px; } }
      div.verticalmenu .navbar-nav > li.last a, div.verticalmenu .navbar-nav > li:last-child a {
        border: 0; }
      div.verticalmenu .navbar-nav > li:hover > a {
        color: #FFB667;
        background: #FFB667; }
        div.verticalmenu .navbar-nav > li:hover > a:hover, div.verticalmenu .navbar-nav > li:hover > a:focus {
          color: #FFFFFF;
          background: #FFB667;
          border-color: #e6eaef; }
      div.verticalmenu .navbar-nav > li:hover .caret {
        color: #FFB667; }
        div.verticalmenu .navbar-nav > li:hover .caret:before {
          color: #FFB667; }
      div.verticalmenu .navbar-nav > li.open > a {
        color: #FFB667;
        background: #FFB667; }
        div.verticalmenu .navbar-nav > li.open > a:hover, div.verticalmenu .navbar-nav > li.open > a:focus {
          color: #FFFFFF;
          background: #FFB667;
          border-color: #e6eaef; }
      div.verticalmenu .navbar-nav > li.open .caret {
        color: #FFB667; }
        div.verticalmenu .navbar-nav > li.open .caret:before {
          color: #FFB667;
          top: -23px;
          content: "\f0d7"; }
      div.verticalmenu .navbar-nav > li .parent {
        position: relative; }
        div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
          text-transform: none;
          font-weight: normal;
          color: #142332; }
          div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
            color: #FFB667; }
    div.verticalmenu .navbar-nav li.parent > a:after {
      position: absolute;
      content: "\f105";
      font-family: "FontAwesome";
      color: #FFFFFF;
      font-size: 0.6875rem;
      font-weight: normal;
      right: 12px;
      top: 12px;
      border: none; }
      @media (max-width: 991px) {
        div.verticalmenu .navbar-nav li.parent > a:after {
          display: none; } }
    div.verticalmenu .navbar-nav li.parent:hover > a:after {
      color: #FFFFFF; }
    div.verticalmenu .navbar-nav li.parent.dropdown-submenu > a:after {
      color: #142332; }
  div.verticalmenu ul li a .menu-icon {
    display: block;
    background-position: left center !important; }
    .rtl div.verticalmenu ul li a .menu-icon {
      background-position: right center !important; }
    div.verticalmenu ul li a .menu-icon span {
      display: block;
      margin-left: 35px; }
      .rtl div.verticalmenu ul li a .menu-icon span {
        margin-right: 35px;
        margin-left: inherit; }
    div.verticalmenu ul li a .menu-icon .menu-desc {
      display: none; }
  div.verticalmenu ul li a .menu-title {
    display: block;
    color: #FFFFFF; }
  div.verticalmenu ul li a .sub-title {
    font-size: 0.875rem; }
  div.verticalmenu ul li a:hover, div.verticalmenu ul li a:focus {
    color: #FFFFFF;
    background: #FFFFFF; }
    div.verticalmenu ul li a:hover .menu-title, div.verticalmenu ul li a:focus .menu-title {
      color: #FFFFFF; }
  div.verticalmenu .dropdown-menu {
    left: -9999px;
    top: -9999px;
    right: auto;
    border: 2px solid #FFB667;
    min-height: 100px;
    height: 100% !important;
    min-width: 13.44rem;
    padding: 1.25rem 1.75rem;
    background: #FFFFFF;
    margin: 0px;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); }
    .rtl div.verticalmenu .dropdown-menu {
      text-align: right; }
    div.verticalmenu .dropdown-menu ul li {
      padding: 4px 0;
      line-height: normal;
      list-style: none;
      display: block;
      float: none; }
      div.verticalmenu .dropdown-menu ul li + .nav-item {
        margin-left: 0px; }
        .rtl div.verticalmenu .dropdown-menu ul li + .nav-item {
          margin-right: 0px;
          margin-left: inherit; }
      div.verticalmenu .dropdown-menu ul li a {
        color: #142332;
        font-size: 0.75rem;
        font-weight: 400;
        padding: 0; }
        div.verticalmenu .dropdown-menu ul li a .menu-title {
          color: #142332;
          text-transform: none; }
        div.verticalmenu .dropdown-menu ul li a:hover {
          color: #FFB667; }
          div.verticalmenu .dropdown-menu ul li a:hover .menu-title {
            color: #FFB667; }
    div.verticalmenu .dropdown-menu p {
      line-height: 18px;
      font-size: 0.75rem; }
    div.verticalmenu .dropdown-menu .leo-menu-video {
      width: 100%; }
      div.verticalmenu .dropdown-menu .leo-menu-video iframe {
        margin-bottom: 10px; }
    div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
      color: #000000; }
    div.verticalmenu .dropdown-menu .dropdown-toggle {
      font-weight: bold;
      text-transform: uppercase;
      line-height: normal;
      color: #000000;
      font-family: "Nunito", sans-serif;
      font-size: 0.75rem; }
    div.verticalmenu .dropdown-menu .action {
      display: none; }
  div.verticalmenu .widget-heading {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600; }

div.active-hover ul > li:hover > .dropdown-menu {
  left: 100%;
  top: -1px;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  display: inline-table; }
  .rtl div.active-hover ul > li:hover > .dropdown-menu {
    right: 100%;
    left: auto; }

/* CANVAS MENU - SHOW CANVAS = YES */
.megamenu-overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.off-canvas body {
  position: relative; }

@media (min-width: 992px) {
  .off-canvas-active > #page,
  .off-canvas-active > .off-canvas-nav-megamenu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative !important; }

  .off-canvas-button-megamenu {
    display: none !important; } }
@media (max-width: 991px) {
  .off-canvas-active .megamenu-overlay {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }
.off-canvas-button-megamenu {
  color: #000000;
  margin: 0.9375rem 0.625rem;
  text-align: right; }
  .rtl .off-canvas-button-megamenu {
    text-align: left; }
  .off-canvas-button-megamenu:hover {
    cursor: pointer; }

.off-canvas-inactive > #page {
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s; }

/* .off-canvas-active{
	background: $white;
	> #page{
	  	@include transform(translateX(234px));
	  	@include transition(all 400ms ease 0s);
	}
	> .off-canvas-nav-megamenu{
		&.active{
			@include rtl-left(0px);
	  		@include transform(translateX(234px));
			@include transition(all 400ms ease 0s);
		}
	}
	#page {
	  	position: fixed;
	  	margin: 0 auto;
	  	max-width: 100%;
	}
} */
@media (min-width: 992px) {
  .off-canvas .off-canvas-nav-megamenu {
    display: none; } }
@media (max-width: 991px) {
  .off-canvas .off-canvas-nav-megamenu .navbar-nav {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute; }
  .off-canvas:not(.rtl) .off-canvas-active > .off-canvas-nav-megamenu {
    max-width: none;
    transition: all 400ms;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #FFFFFF;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .off-canvas:not(.rtl) .off-canvas-inactive > .off-canvas-nav-megamenu {
    max-width: none;
    transition: all 400ms;
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #FFFFFF;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .off-canvas.rtl .off-canvas-active > .off-canvas-nav-megamenu {
    max-width: none;
    transition: all 400ms;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #FFFFFF;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .off-canvas.rtl .off-canvas-inactive > .off-canvas-nav-megamenu {
    max-width: none;
    transition: all 400ms;
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #FFFFFF;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; } 



  }

.off-canvas-nav-megamenu {
  width: 234px;
  /* position: absolute;  
  top: 0px; 
  width: 0px;
  background: $white;
  z-index: 999; 
  @include rtl-left(0);
  @include transition(all 400ms ease 0s); */ }
  .off-canvas-nav-megamenu .navbar-nav {
    margin: 0px; }
    .off-canvas-nav-megamenu .navbar-nav > li {
      float: none;
      border-bottom: 1px solid #e6eaef;
      float: none; }
      .off-canvas-nav-megamenu .navbar-nav > li + .nav-item {
        margin-left: 0; }
        .rtl .off-canvas-nav-megamenu .navbar-nav > li + .nav-item {
          margin-right: 0;
          margin-left: inherit; }
      .off-canvas-nav-megamenu .navbar-nav > li > a {
        display: inline-block;
        color: #000000;
        font-size: 0.9375rem;
        font-weight: 400;
        padding: 1.0625rem 0.625rem;
		padding-left: 25px;		}
        .off-canvas-nav-megamenu .navbar-nav > li > a:hover, .off-canvas-nav-megamenu .navbar-nav > li > a:focus {
          background: none; }
  .off-canvas-nav-megamenu .nav li.dropdown .caret {
    cursor: pointer;
    position: absolute;
    top: 1.125rem;
    margin: auto 0;
    right: 0;
    width: 1.875rem;
    height: 20px; }
    .rtl .off-canvas-nav-megamenu .nav li.dropdown .caret {
      left: 0;
      right: auto; }
    .off-canvas-nav-megamenu .nav li.dropdown .caret:before {
      content: "\f107";
      font-family: "FontAwesome";
      color: #000000;
      font-size: 0.9375rem;
      font-weight: normal;
      display: block;
      text-align: center; }
  .off-canvas-nav-megamenu .nav li.dropdown .dropdown-toggle::after {
    display: none; }
  .off-canvas-nav-megamenu .nav li.open-sub > .caret:before {
    content: "\f106"; }
  .off-canvas-nav-megamenu .nav li li.dropdown-submenu .caret {
    top: 0.375rem; }
  .off-canvas-nav-megamenu .offcanvas-mainnav {
    /* background-color: $white;
    position: absolute;
    top: 0;
    width: 234px;
    overflow: hidden;
    @include rtl-left(-234px); */ }
  .off-canvas-nav-megamenu .dropdown-menu {
    font-size: 0.875rem;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    float: none;
    margin: 0;
    width: 100% !important;
    border: 0;
    padding: 0 0.625rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: left;
    /*** Detail layer ***/ }
    .rtl .off-canvas-nav-megamenu .dropdown-menu {
      text-align: right; }
    .off-canvas-nav-megamenu .dropdown-menu ul li {
      line-height: 1.875rem;
      float: none; }
      .off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
        position: relative;
        margin-left: 0; }
        .rtl .off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
          margin-right: 0;
          margin-left: inherit; }
      .off-canvas-nav-megamenu .dropdown-menu ul li > a {
        font-weight: 400; }
    .off-canvas-nav-megamenu .dropdown-menu .demo-product-detail .leo-widget {
      float: none;
      width: 100%; }
  .off-canvas-nav-megamenu .dropdown-sub .menu-title {
    font-weight: 700;
    padding: 0.625rem 0;
    color: #000000; }
  .off-canvas-nav-megamenu ul.nav-links {
    padding-left: 0.4375rem; }
    .rtl .off-canvas-nav-megamenu ul.nav-links {
      padding-right: 0.4375rem;
      padding-left: inherit; }
    .off-canvas-nav-megamenu ul.nav-links li {
      line-height: 1.875rem; }
  .off-canvas-nav-megamenu .mega-col {
    width: 100%; }
  .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
    padding: 0.1875rem 0.1875rem 0.1875rem 0.4375rem; }
    .rtl .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
      padding: 0.1875rem 0.4375rem 0.1875rem 0.1875rem; }

/* OFF CANVAS MENU - SHOW CANVAS = NO */
@media (max-width: 991px) {
  .leo-megamenu.disable-canvas .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .leo-megamenu.disable-canvas .navbar-nav > li.aligned-fullwidth {
    position: relative; }
  .leo-megamenu.disable-canvas .navbar-nav > li > a {
    padding: 1.25rem 0; }
    .leo-megamenu.disable-canvas .navbar-nav > li > a:after {
      display: none; }
  .leo-megamenu.disable-canvas .navbar-nav > li .caret {
    cursor: pointer;
    position: absolute;
    top: 0.8125rem;
    line-height: 1.875rem;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    right: 0; }
    .rtl .leo-megamenu.disable-canvas .navbar-nav > li .caret {
      left: 0;
      right: auto; }
    .leo-megamenu.disable-canvas .navbar-nav > li .caret:before {
      content: "add";
      font-family: "Material Icons";
      position: absolute;
      font-size: 1.25rem;
      font-weight: normal;
      text-align: center;
      color: #FFFFFF;
      z-index: 1001; }
  .leo-megamenu .collapse {
    text-align: left; }
    .rtl .leo-megamenu .collapse {
      text-align: right; }
    .leo-megamenu .collapse .navbar-nav {
      text-align: left;
      height: auto; }
      .rtl .leo-megamenu .collapse .navbar-nav {
        text-align: right; }
    .leo-megamenu .collapse .navbar-nav > li.aligned-fullwidth {
      position: relative; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .leo-megamenu .collapse .navbar-nav > li > .dropdown-menu .mega-col {
      width: 100%; } }
@media (max-width: 991px) {
    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown.open-sub > .caret:before {
      content: "remove"; }
    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu .caret:before {
      top: -0.8125rem; }
    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu.open-sub > .caret:before {
      content: "remove"; }
    .leo-megamenu .collapse .navbar-nav .dropdown-toggle::after {
      display: none; }
    .leo-megamenu .collapse .dropdown-submenu > .dropdown-menu {
      width: 100%;
      position: relative;
      left: 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      .rtl .leo-megamenu .collapse .dropdown-submenu > .dropdown-menu {
        right: 0;
        left: auto; } }
/*** Responsive part ***/
@media (max-width: 991px) {

  .leo-megamenu.disable-canvas .navbar-nav {
    margin: 0 0.625rem 0 1.375rem; }
    .rtl .leo-megamenu.disable-canvas .navbar-nav {
      margin: 0 1.375rem 0 0.625rem; }
    .leo-megamenu.disable-canvas .navbar-nav > li > a {
      padding: 0.9375rem 0; }
    .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {
      cursor: pointer;
      position: absolute;
      top: 0.5625rem;
      line-height: 1.875rem;
      display: block;
      width: 1.875rem;
      height: 1.875rem;
      right: 0; }
      .rtl .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {
        left: 0;
        right: auto; }
      .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret:before {
        content: "add";
        font-family: "Material Icons";
        position: absolute;
        font-size: 1.25rem;
        font-weight: normal;
        text-align: center;
        color: #F0F0F0;
        z-index: 1001; }
  .leo-megamenu.disable-canvas .leo-top-menu {
    background: #21212a;
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 0.625rem;
    right: 0.625rem; }
  .leo-megamenu.disable-canvas .dropdown-toggle::after {
    display: none; } }
.leo-widget .widget-category_image .level0 li {
  position: relative;
  display: inline-block;
  min-width: 8.75rem; }
  .leo-widget .widget-category_image .level0 li ul {
    background: #FFFFFF;
    border: 1px solid #c3c3c3;
    position: absolute;
    top: -1px;
    z-index: 99;
    display: none;
    left: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rtl .leo-widget .widget-category_image .level0 li ul {
      right: 100%;
      left: auto; }
    .leo-widget .widget-category_image .level0 li ul li {
      padding: 0.3125rem 0.625rem; }
  .leo-widget .widget-category_image .level0 li:hover > ul {
    display: block; }

.text-under-cate .widget-raw-html {
  background: #fbfbfb;
  border-top: 1px solid #eee;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
  margin: 0 -20px -20px; }
  .text-under-cate .widget-raw-html p {
    margin-bottom: 0; }
  .text-under-cate .widget-raw-html strong {
    color: #3a536b; }
  .text-under-cate .widget-raw-html .shop-now {
    background: #3a536b;
    color: #FFFFFF;
    padding: 5px 15px 5px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px #3a536b solid; }
    .text-under-cate .widget-raw-html .shop-now:hover {
      background: none;
      color: #3a536b; }
    @media (min-width: 992px) {
      .text-under-cate .widget-raw-html .shop-now {
        margin-left: 10px; } }
  @media (max-width: 991px) {
    .text-under-cate .widget-raw-html {
      margin: 0 -20px 0px;
      display: inline-block;
      padding: 20px; }
      .text-under-cate .widget-raw-html p {
        line-height: 24px; }
      .text-under-cate .widget-raw-html .shop-now {
        display: inline-block;
        margin-top: 10px; } }

.menu-about p {
  font-size: 13px;
  line-height: 19px; }

  
      .cookieAlert {
        display: flex;
        position: fixed;
        right: -238px;
        bottom: 112px;
        background-color: #FEFCF6;
        color: #532B00;
        width: 238px;
        height: 52px;
        border-top-left-radius: 28px;
        border-bottom-left-radius: 28px;
        padding-left: 9px;
        padding: 8px 0 8px 9px;
        line-height: 38px;
        gap: 11px;
        font-weight: 600;
        opacity: 0.9;
        transition: all 0.8s ease-in-out;
        border: 0;
    }

    .cookieAlert .ok {
        border-radius: 100%;
        background-color: #FFB667;
        border: 0;
        font-weight: 600;
        color: #704c4c;
        width: 36px;
        height: 36px;        
        text-align: center;
    }

    .cookieAlert.showed {
        right: 0;
    }

    dialog#cookieModal {
		position: fixed;
		bottom: 0;
		right: 0;
		background-color: #FAF2DA;
		border-radius: 20px;
		max-width: 500px;
		padding: 24px;
		z-index: 1000;
		margin: 15px;
		border: 0;
    }
	dialog#cookieModal[open] {
	  top: auto;
	  left: auto;
	  right:0;
	}

    #cookieModal .content {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    dialog#cookieModal::backdrop {
        background-color: #000000c2;
    } 

    #cookieModal button {
        background-color: #FFB667;
        color: #532B00;
        border-radius: 20px;
    }
