@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0-11/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
* {
  text-decoration: none;
  outline: 0 !important; }

html {
  font-size: 100%;
  font-size: 0.875rem;
  scroll-behavior: smooth; }

a,
button {
  text-decoration: none !important; }

a:hover, a:focus {
  color: #37241C; }

body {
  color: #5C5553;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  min-height: 100vh;
  font-weight: 400; }

a,
p,
label,
ol,
ul,
li,
span {
  color: #5C5553; }

p,
ul,
li {
  line-height: 1.5; }

.pb100 {
  padding-bottom: 6.25rem; }

.mt-50 {
  margin-top: -3.125rem; }

.mt-240 {
  margin-top: -15rem; }

h1 {
  font-size: clamp(2rem, 2.5vw, 121.5rem);
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #37241C; }

h2 {
  font-size: clamp(2rem, 2.5vw, 115.5rem);
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #37241C; }

h3 {
  font-size: clamp(2rem, 2.5vw, 109.5rem);
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #37241C; }

h4 {
  font-size: clamp(2rem, 2.5vw, 103.5rem);
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #37241C; }

h5 {
  font-size: clamp(2rem, 2.5vw, 97.5rem);
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #37241C; }

h6 {
  font-size: clamp(2rem, 2.5vw, 91.5rem);
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #37241C; }

select {
  text-transform: capitalize; }

.wow {
  visibility: hidden; }

.noScroll {
  overflow: hidden; }

.container {
  max-width: 90vw; }

.unStyle {
  list-style: none;
  padding-left: 0rem;
  margin: 0rem; }

.reHeaderSection {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  transition: all 0.4s; }
  .reHeaderSection .reMainNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.875rem 0rem; }
    .reHeaderSection .reMainNav .reLogo .reLogoImg {
      margin-bottom: 0;
      position: fixed;
      top: 0; }
      .reHeaderSection .reMainNav .reLogo .reLogoImg img {
        max-width: 100%; }
    .reHeaderSection .reMainNav .reMobileMenuIcon {
      display: none; }
    .reHeaderSection .reMainNav .reMenuSec {
      display: flex;
      align-items: center;
      position: relative; }
      .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper {
        display: flex;
        align-items: center; }
        .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul {
          display: flex; }
          .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li {
            margin-right: 3.75rem;
            display: inline-block; }
            .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li a {
              font-size: 1.125rem;
              text-transform: capitalize;
              transition: all 0.3s ease-in-out 0s;
              font-weight: 500;
              position: relative;
              color: #525252;
              padding-bottom: 0.375rem; }
              .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li a:hover {
                color: currentColor; }
                .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li a:hover::before {
                  transform: scale3d(1, 1, 1);
                  transform-origin: 0 50%; }
              .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li a::before {
                content: "";
                width: 100%;
                height: 4px;
                position: absolute;
                left: 0;
                bottom: 0;
                background: #fff;
                transition: 0.5s transform ease;
                transform: scale3d(0, 1, 1);
                background: #F8E563;
                transform-origin: 100% 50%; }
            .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.active a::before {
              content: "";
              width: 100%;
              height: 4px;
              position: absolute;
              left: 0;
              bottom: 0;
              background: #fff;
              transition: 0.5s transform ease;
              background: #F8E563;
              transform: scale3d(1, 1, 1);
              transform-origin: 0 50%; }
            .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap {
              display: none;
              background: #FFFDF7;
              box-shadow: 0px 0px 17px #55555514;
              padding: 3.125rem;
              position: absolute;
              width: 100%;
              left: 0;
              right: auto;
              top: 100%;
              border-radius: 4px;
              animation: fadeIn 0.6s ease-in-out 0s 1 both running;
              margin-top: 1.375rem; }
              .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap .re-nav-dropdown {
                display: flex;
                flex-wrap: wrap;
                padding-left: 0; }
                .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap .re-nav-dropdown .re-Dropdown-ProductItem {
                  width: 48%;
                  padding: 0.625rem;
                  margin-right: 0.625rem;
                  margin-bottom: 2rem; }
                  .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap .re-nav-dropdown .re-Dropdown-ProductItem a {
                    display: flex;
                    align-items: center; }
                    .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap .re-nav-dropdown .re-Dropdown-ProductItem a::before {
                      display: none; }
                  .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap .re-nav-dropdown .re-Dropdown-ProductItem .imgWrap {
                    width: 20%;
                    padding-right: 0.625rem; }
                    .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap .re-nav-dropdown .re-Dropdown-ProductItem .imgWrap img {
                      width: 100%; }
                  .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap .re-nav-dropdown .re-Dropdown-ProductItem .imgText {
                    font-size: 16px;
                    color: #37241C;
                    width: 80%; }
                  .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap .re-nav-dropdown .re-Dropdown-ProductItem:hover {
                    background-color: #f5f5f5; }
              .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap.reProductOpen {
                display: block; }
      .reHeaderSection .reMainNav .reMenuSec .reCartSearchIcon ul {
        display: flex;
        align-items: center; }
        .reHeaderSection .reMainNav .reMenuSec .reCartSearchIcon ul li {
          margin-right: 1.5625rem; }
          .reHeaderSection .reMainNav .reMenuSec .reCartSearchIcon ul li a {
            position: relative; }
            .reHeaderSection .reMainNav .reMenuSec .reCartSearchIcon ul li a:hover {
              color: currentColor; }
            .reHeaderSection .reMainNav .reMenuSec .reCartSearchIcon ul li a span {
              position: absolute;
              top: -5px;
              right: -14px;
              width: 15px;
              height: 15px;
              background-color: #ef3f1f;
              border-radius: 100%;
              display: block;
              color: #fff;
              font-size: 11px;
              text-align: center; }
          .reHeaderSection .reMainNav .reMenuSec .reCartSearchIcon ul li:last-child {
            margin-right: 0rem; }
  .reHeaderSection.sticky {
    animation: fadeIn 0.5s ease-in-out 0s 1 both running;
    z-index: 999;
    background: #fffffff5;
    box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.04);
    box-shadow: 0rem/16rem 0rem/16rem 1.125rem/16rem 0rem/16rem rgba(0, 0, 0, 0.3); }
    .reHeaderSection.sticky .reMainNav .reMenuWrapper {
      display: flex;
      align-items: center; }
      .reHeaderSection.sticky .reMainNav .reMenuWrapper ul li a:hover {
        color: currentColor; }

#reCartModal .modal-dialog {
  position: absolute;
  right: 0;
  width: 500px;
  margin: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto; }
  #reCartModal .modal-dialog .modal-content {
    border-radius: 0;
    height: 100%;
    border: 0; }
    #reCartModal .modal-dialog .modal-content .modal-header {
      background-color: #f7efda;
      border-bottom: 0; }
      #reCartModal .modal-dialog .modal-content .modal-header h5 {
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        color: #37241C;
        font-weight: 600; }
      #reCartModal .modal-dialog .modal-content .modal-header .rmaclossBtn span {
        color: #37241C;
        font-size: 16px;
        font-weight: 600; }
    #reCartModal .modal-dialog .modal-content .modal-body {
      background-color: #fff; }
      #reCartModal .modal-dialog .modal-content .modal-body .reModalWrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 0rem 1.25rem 1.25rem; }
      #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 0.4px solid #e9ebf5;
        padding: 1.875rem 0rem; }
        #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reImgWrap {
          width: 10%; }
          #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reImgWrap img {
            width: 100%; }
        #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reCartProductDetail {
          width: 85%; }
          #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reCartProductDetail .reProductName {
            color: #37241C;
            font-weight: 600;
            margin-bottom: 0.8125rem; }
          #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reCartProductDetail .reDetail {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reCartProductDetail .reDetail .reDetail-left {
              display: flex;
              align-items: center; }
              #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reCartProductDetail .reDetail .reDetail-left .mr-20 {
                margin-right: 1rem; }
              #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reCartProductDetail .reDetail .reDetail-left .quantity .quantity__minus,
              #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reCartProductDetail .reDetail .reDetail-left .quantity .quantity__plus {
                width: 25px;
                height: 26px; }
              #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reCartProductDetail .reDetail .reDetail-left .quantity .quantity__input {
                width: 40px;
                height: 26px; }
            #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reCartProductDetail .reDetail .reTotal {
              color: #26bf0a; }
        #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem:last-child {
          border-bottom: 0; }
      #reCartModal .modal-dialog .modal-content .modal-body .reCartTotal {
        background-color: #f7efda;
        border-radius: 9px;
        padding: 1.375rem; }
        #reCartModal .modal-dialog .modal-content .modal-body .reCartTotal ul {
          padding: 0;
          list-style-type: none;
          margin: 0; }
          #reCartModal .modal-dialog .modal-content .modal-body .reCartTotal ul li {
            margin-bottom: 0.75rem; }
            #reCartModal .modal-dialog .modal-content .modal-body .reCartTotal ul li span {
              color: #5c5553;
              font-size: 16px; }
              #reCartModal .modal-dialog .modal-content .modal-body .reCartTotal ul li span strong {
                font-size: 18px; }
              #reCartModal .modal-dialog .modal-content .modal-body .reCartTotal ul li span:last-child {
                float: right; }
    #reCartModal .modal-dialog .modal-content .reCartBottomCheckOut {
      box-shadow: 0px 0px 12px #5f5f5f24;
      position: sticky;
      bottom: 0;
      padding: 1rem 1.875rem;
      background-color: #fff; }
      #reCartModal .modal-dialog .modal-content .reCartBottomCheckOut p {
        font-size: 12px;
        text-align: center; }
      #reCartModal .modal-dialog .modal-content .reCartBottomCheckOut .reCheckOutBtn {
        background-color: #26bf0a;
        padding: 0.9375rem;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #reCartModal .modal-dialog .modal-content .reCartBottomCheckOut .reCheckOutBtn span {
          color: #fff;
          font-size: 16px; }

.searchBox {
  background: transparent;
  height: 40px;
  border-radius: 40px; }
  .searchBox:hover {
    background: #fffce4; }
  .searchBox .searchButton {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border: 0;
    background-color: transparent; }
  .searchBox .searchInput {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #525252;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px; }

.searchBox:hover > .searchInput {
  width: 240px;
  padding: 0 8px; }

.searchBox:hover > .searchButton {
  background: #f8e563;
  color: #2f3640;
  border-radius: 50%; }

.reMainHeader {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%; }
  .reMainHeader.backoverlay::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.7; }

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  scroll-behavior: smooth; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #c5c5c5; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a9a7a7; }

.reMainSlider {
  background-color: #fafff7;
  padding: 6% 0px 4%; }
  .reMainSlider .reHomeSlider .reMainSliderWrap {
    display: flex;
    align-items: center; }
    .reMainSlider .reHomeSlider .reMainSliderWrap .reMainSliderLeft {
      width: 50%;
      padding-right: 10%; }
      .reMainSlider .reHomeSlider .reMainSliderWrap .reMainSliderLeft h2 {
        font-size: clamp(2rem, 2.5vw, 205rem);
        font-weight: 600;
        margin-bottom: 1.375rem;
        font-family: "Playfair Display", serif; }
        .reMainSlider .reHomeSlider .reMainSliderWrap .reMainSliderLeft h2 span {
          display: block;
          color: #37241C; }
      .reMainSlider .reHomeSlider .reMainSliderWrap .reMainSliderLeft p {
        font-size: 110%;
        line-height: 28px;
        margin-bottom: 1.375rem; }
      .reMainSlider .reHomeSlider .reMainSliderWrap .reMainSliderLeft .reBtnBanner {
        font-size: 120%;
        color: #37241C;
        font-weight: 500;
        border-bottom: 9px solid #F8E563;
        line-height: 5px;
        display: inline-block;
        padding: 0rem 0.5rem; }
        .reMainSlider .reHomeSlider .reMainSliderWrap .reMainSliderLeft .reBtnBanner:hover {
          letter-spacing: 1px;
          transition: all 280ms ease-in-out; }
      .reMainSlider .reHomeSlider .reMainSliderWrap .reMainSliderLeft .reNaturalLabel {
        color: #379000;
        font-size: 18px;
        display: inline-block;
        position: relative; }
        .reMainSlider .reHomeSlider .reMainSliderWrap .reMainSliderLeft .reNaturalLabel span {
          position: absolute;
          top: 0;
          color: #379000;
          padding-left: 0.375rem; }
    .reMainSlider .reHomeSlider .reMainSliderWrap .reMainSliderRight {
      width: 50%;
      position: relative; }
      .reMainSlider .reHomeSlider .reMainSliderWrap .reMainSliderRight .reJarImagBanner {
        position: absolute;
        top: 6%;
        animation: bounce-1 2s 0.1s infinite linear; }
  .reMainSlider .reHomeSlider.owl-theme {
    position: relative; }
    .reMainSlider .reHomeSlider.owl-theme .owl-nav {
      margin-top: 0rem;
      position: absolute;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s; }
      .reMainSlider .reHomeSlider.owl-theme .owl-nav button {
        background: #ffffffd6;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translate(0%, -25%);
        box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.1); }
        .reMainSlider .reHomeSlider.owl-theme .owl-nav button span {
          font-size: 100%;
          color: #000;
          font-weight: 700; }
        .reMainSlider .reHomeSlider.owl-theme .owl-nav button:hover {
          background: #ffffffd6; }
      .reMainSlider .reHomeSlider.owl-theme .owl-nav .owl-next {
        right: 0;
        left: auto; }
      .reMainSlider .reHomeSlider.owl-theme .owl-nav .owl-prev {
        left: 0;
        right: auto; }
    .reMainSlider .reHomeSlider.owl-theme:hover .owl-nav {
      opacity: 1; }
  .reMainSlider .reHomeSlider .lnr-chevron-right:before {
    content: "\2192" !important;
    color: #ec6707; }
  .reMainSlider .reHomeSlider .lnr-chevron-left:before {
    content: "\2190" !important;
    color: #ec6707; }
  .reMainSlider .reHomeSlider .owl-item.active h2 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.1s; }
  .reMainSlider .reBannerBottomLeaf {
    margin-left: -16px; }

.reMainSection .reProductSection {
  margin-top: -6%; }
  .reMainSection .reProductSection .reProductsSlider .reProductCard {
    box-shadow: 0px 0px 25px #a0a0a026;
    background-color: #fff;
    border-radius: 12px;
    padding-bottom: 0.5rem; }
    .reMainSection .reProductSection .reProductsSlider .reProductCard .reProductCardHead {
      text-align: right;
      padding: 1.375rem; }
      .reMainSection .reProductSection .reProductsSlider .reProductCard .reProductCardHead img {
        width: auto;
        display: inline; }
      .reMainSection .reProductSection .reProductsSlider .reProductCard .reProductCardHead:hover img {
        animation: jello 1s 0.2s 1 both running;
        filter: drop-shadow(5px 5px 5px #c3c3c3); }
    .reMainSection .reProductSection .reProductsSlider .reProductCard .reProductCardImage {
      margin: 0 auto;
      width: 160px;
      padding: 1.625rem 0rem; }
      .reMainSection .reProductSection .reProductsSlider .reProductCard .reProductCardImage:hover img {
        animation: headShake 1s 0.2s 1 both running; }
    .reMainSection .reProductSection .reProductsSlider .reProductCard .reProductCardDetail {
      background-color: #f5d6c1;
      border-radius: 12px;
      margin: 0.5rem 0.5rem 0rem;
      padding: 1.125rem; }
      .reMainSection .reProductSection .reProductsSlider .reProductCard .reProductCardDetail h3 {
        font-size: 1.5rem;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        margin-bottom: 1rem; }
      .reMainSection .reProductSection .reProductsSlider .reProductCard .reProductCardDetail .reProductCardDetailFooter {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .reMainSection .reProductSection .reProductsSlider .reProductCard .reProductCardDetail .reProductCardDetailFooter .price {
          color: #37241C;
          font-size: 16px; }
      .reMainSection .reProductSection .reProductsSlider .reProductCard .reProductCardDetail small {
        color: #37241c; }
    .reMainSection .reProductSection .reProductsSlider .reProductCard:hover {
      transition: all 0.2s ease-out;
      box-shadow: 0px 4px 14px rgba(28, 28, 28, 0.2); }
  .reMainSection .reProductSection .reProductsSlider .item {
    padding: 6%; }
  .reMainSection .reProductSection .reProductsSlider.owl-theme {
    position: relative; }
    .reMainSection .reProductSection .reProductsSlider.owl-theme .owl-nav {
      margin-top: 0rem;
      position: absolute;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s; }
      .reMainSection .reProductSection .reProductsSlider.owl-theme .owl-nav button {
        background: #ffffffd6;
        width: 3.125rem;
        height: 3.125rem;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translate(0%, -50%);
        box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.1); }
        .reMainSection .reProductSection .reProductsSlider.owl-theme .owl-nav button span {
          font-size: 130%;
          color: #000;
          font-weight: 700; }
        .reMainSection .reProductSection .reProductsSlider.owl-theme .owl-nav button:hover {
          background: #ffffffd6; }
      .reMainSection .reProductSection .reProductsSlider.owl-theme .owl-nav .owl-next {
        right: 0;
        left: auto; }
      .reMainSection .reProductSection .reProductsSlider.owl-theme .owl-nav .owl-prev {
        left: 0;
        right: auto; }
    .reMainSection .reProductSection .reProductsSlider.owl-theme:hover .owl-nav {
      opacity: 1; }
  .reMainSection .reProductSection .reProductsSlider .lnr-chevron-right:before {
    content: "\2192" !important;
    color: #ec6707; }
  .reMainSection .reProductSection .reProductsSlider .lnr-chevron-left:before {
    content: "\2190" !important;
    color: #ec6707; }
.reMainSection .reSection {
  padding: 5% 0;
  position: relative; }
  .reMainSection .reSection .reSectionHeading {
    text-align: center;
    margin-bottom: 3.125rem;
    position: relative; }
    .reMainSection .reSection .reSectionHeading h2 {
      font-size: clamp(2rem, 2.5vw, 165rem);
      margin-bottom: 1.25rem; }
    .reMainSection .reSection .reSectionHeading p {
      margin-top: 1.75rem;
      font-size: 15px;
      padding: 0rem 6.25rem; }
    .reMainSection .reSection .reSectionHeading .reTop-Offer {
      position: absolute;
      top: 16%;
      left: 14%; }
    .reMainSection .reSection .reSectionHeading .reNatural-leaf {
      position: absolute;
      left: 0;
      top: -34%; }
  .reMainSection .reSection .reOfferSectionList {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .reMainSection .reSection .reOfferSectionList .reOfferSectionItem {
      position: relative;
      width: 100%; }
      .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft small {
          display: block;
          font-size: 15px;
          font-weight: 400; }
        .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft h3 {
          font-size: clamp(1rem, 2.5vw, 2rem);
          background-color: #ec0505;
          color: #fff;
          display: inline-block;
          margin: 0.625rem 0rem 3.125rem;
          font-family: "Poppins", sans-serif; }
        .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft h2 {
          font-family: "Poppins", sans-serif;
          font-weight: 600;
          color: #954f06;
          display: flex;
          align-items: center;
          margin-bottom: 1.25rem; }
          .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft h2 span {
            font-weight: 400;
            font-size: 20px;
            color: #954f06;
            transform: rotate(-90deg);
            display: block; }
        .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft .price {
          color: #37241c;
          font-size: 20px;
          font-weight: 500;
          margin-bottom: 1.5rem; }
        .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft .reBtn {
          border-radius: 23px;
          font-size: 13px;
          text-transform: capitalize;
          color: #37241C;
          padding: 0.3125rem 1.4375rem;
          background-color: #ffc49a;
          transition: all 0.3s;
          position: relative;
          overflow: hidden;
          z-index: 1;
          display: inline-block; }
          .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft .reBtn:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffc49a;
            border-radius: 10rem;
            z-index: -2; }
          .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft .reBtn:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background-color: #ecb58e;
            transition: all 0.3s;
            border-radius: 10rem;
            z-index: -1; }
          .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft .reBtn:hover:before {
            width: 100%; }
        .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent.reOrange .reOfferContentLeft small {
          color: #ec6707; }
        .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent.reOrange .reOfferContentLeft h3 {
          background-color: #ec6707; }
      .reMainSection .reSection .reOfferSectionList .reOfferSectionItem svg {
        width: 100%;
        height: 100%; }
  .reMainSection .reSection.reVideoSectionWrap {
    background-color: #fffcf2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20%; }
    .reMainSection .reSection.reVideoSectionWrap .reVideoSection {
      text-align: center;
      position: absolute;
      top: 48%; }
      .reMainSection .reSection.reVideoSectionWrap .reVideoSection .imgBorderTop {
        position: absolute;
        top: -39px; }
      .reMainSection .reSection.reVideoSectionWrap .reVideoSection .imgBorderBottom {
        position: absolute;
        bottom: -39px;
        left: 0;
        right: 0;
        width: 100%; }
      .reMainSection .reSection.reVideoSectionWrap .reVideoSection img {
        width: 100%; }
    .reMainSection .reSection.reVideoSectionWrap .videoTopLeaf {
      position: absolute;
      right: 0;
      top: -18%; }
    .reMainSection .reSection.reVideoSectionWrap .videoBottomLeaf {
      position: absolute;
      right: 0;
      bottom: -26%; }
  .reMainSection .reSection.reBlogWrap {
    padding-top: 24%; }
    .reMainSection .reSection.reBlogWrap .reBlogList {
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 1;
      position: relative; }
      .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem {
        width: 32%; }
        .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem .reBlogItemContent {
          box-shadow: 0px 0px 20px #29292921;
          padding: 6.0625rem 1.75rem 1.75rem;
          margin-top: -64px;
          border-bottom: 2px solid #fff;
          background-color: #fff; }
          .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem .reBlogItemContent small {
            color: #379000;
            font-size: 12px;
            margin-bottom: 0.375rem;
            display: block; }
          .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem .reBlogItemContent p {
            color: #37241C;
            font-size: 15px;
            line-height: 26px;
            margin-bottom: 2rem; }
          .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem .reBlogItemContent .reBtn {
            border-radius: 23px;
            font-size: 13px;
            text-transform: capitalize;
            color: #37241C;
            padding: 0.3125rem 1.4375rem;
            background-color: #F8E563;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            z-index: 1;
            display: inline-block; }
            .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem .reBlogItemContent .reBtn:after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-color: #F8E563;
              border-radius: 10rem;
              z-index: -2; }
            .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem .reBlogItemContent .reBtn:before {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 0%;
              height: 100%;
              background-color: #e8d658;
              transition: all 0.3s;
              border-radius: 10rem;
              z-index: -1; }
            .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem .reBlogItemContent .reBtn:hover:before {
              width: 100%; }
        .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem .reBlogItemImage {
          text-align: center; }
          .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem .reBlogItemImage img {
            width: 90%;
            transition: all 0.5s;
            overflow: hidden; }
            .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem .reBlogItemImage img:hover {
              transform: scale(0.9); }
        .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem:hover .reBlogItemContent {
          border-bottom: 2px solid #379000;
          transition: all 1s; }
        .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem:active .reBlogItemContent {
          border-bottom: 2px solid #379000;
          transition: all 1s; }
    .reMainSection .reSection.reBlogWrap .blogImg {
      position: absolute;
      right: -6%;
      z-index: 0; }

.ml6 {
  position: relative; }

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden; }

.ml6 .letter {
  display: inline-block;
  line-height: 1em;
  color: #37241C; }

@keyframes bounce-1 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }
.rmaVerificationModal {
  background-color: #FFFDF7;
  width: 420px;
  min-height: 407px;
  text-align: center;
  padding: 0rem 2.25rem 2.25rem; }
  .rmaVerificationModal .rmaLogo {
    margin-bottom: 2.25rem; }
  .rmaVerificationModal h3 {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 0.625rem; }
  .rmaVerificationModal p {
    color: #958F89;
    font-size: 16px; }
  .rmaVerificationModal .rmaVerificationForm input {
    margin: 0 5px;
    text-align: center;
    line-height: 0;
    font-size: 16px;
    border: 0;
    outline: none;
    width: 30px;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
    border-bottom: 1px solid #e8e8e8;
    background-color: transparent; }
    .rmaVerificationModal .rmaVerificationForm input:focus {
      border-color: #e6e6e6;
      box-shadow: 0 0 5px #d4d4d4 inset; }
  .rmaVerificationModal .rmaVerificationForm .rmaResendCode {
    font-size: 12px;
    margin-top: 0.875rem;
    margin-bottom: 2.25rem; }
    .rmaVerificationModal .rmaVerificationForm .rmaResendCode span {
      color: #26BF0A; }
  .rmaVerificationModal .rmaVerificationForm .rmaArrowBtn:hover svg {
    filter: drop-shadow(2px 3px 3px #f8e563a6); }
  .rmaVerificationModal .rmaVerificationForm .input-group {
    justify-content: center; }
    .rmaVerificationModal .rmaVerificationForm .input-group .input-group-text {
      background: transparent;
      border: 0;
      border-bottom: 1px solid #e8e8e8;
      border-radius: 0; }
    .rmaVerificationModal .rmaVerificationForm .input-group input {
      max-width: 100px; }

.reProductDetailWrap .reProductDetailList {
  display: flex; }
  .reProductDetailWrap .reProductDetailList .reProductDetailLeft {
    width: 50%;
    padding: 6% 0px 4%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail.owl-carousel .owl-item img {
      width: auto;
      margin: 0 auto; }
    .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail.owl-theme {
      position: relative; }
      .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail.owl-theme .owl-nav {
        margin-top: 0rem;
        position: absolute;
        top: 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        opacity: 0;
        transition: all 0.3s ease-in-out 0s; }
        .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail.owl-theme .owl-nav button {
          background: #ffffffd6;
          width: 2.5rem;
          height: 2.5rem;
          border-radius: 100%;
          position: absolute;
          top: 50%;
          bottom: auto;
          transform: translate(0%, -25%);
          box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.1); }
          .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail.owl-theme .owl-nav button span {
            font-size: 100%;
            color: #000;
            font-weight: 700; }
          .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail.owl-theme .owl-nav button:hover {
            background: #ffffffd6; }
        .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail.owl-theme .owl-nav .owl-next {
          right: 0;
          left: auto; }
        .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail.owl-theme .owl-nav .owl-prev {
          left: 0;
          right: auto; }
      .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail.owl-theme:hover .owl-nav {
        opacity: 1; }
    .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail .owl-item.active h2 {
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-name: fadeInLeft;
      animation-delay: 0.1s; }
    .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail .lnr-chevron-right:before {
      content: "\2192" !important;
      color: #ec6707; }
    .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail .lnr-chevron-left:before {
      content: "\2190" !important;
      color: #ec6707; }
  .reProductDetailWrap .reProductDetailList .reProductDetailRight {
    width: 50%;
    padding: 6% 3% 4%;
    background-color: #ec6707;
    position: relative;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto; }
    .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription {
      color: #fff; }
      .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductHeading {
        margin-bottom: 3.125rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductHeading small {
          font-size: 22px;
          position: relative; }
          .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductHeading small::after {
            content: "";
            position: absolute;
            width: 74px;
            height: 1px;
            background-color: #fff;
            top: 55%;
            margin-left: 1rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductHeading h2 {
          color: #fff;
          font-weight: 700;
          font-family: "Poppins", sans-serif; }
      .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductQty {
        margin-bottom: 2.5rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductQty form {
          position: relative;
          font-size: 15px;
          display: flex; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductQty .radiobtn {
          position: relative;
          display: block;
          margin-right: 1.25rem; }
          .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductQty .radiobtn label {
            display: block;
            background: #f7efda;
            color: #444;
            border-radius: 5px;
            padding: 0.1875rem 0.75rem;
            border: 2px solid #f7efda;
            margin-bottom: 5px;
            font-size: 20px;
            font-weight: 700;
            box-sizing: border-box;
            cursor: pointer; }
            .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductQty .radiobtn label:after {
              content: "";
              position: absolute;
              right: 11px;
              top: -11px;
              width: 20px;
              height: 20px;
              border-radius: 100%;
              background: transparent; }
            .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductQty .radiobtn label:before {
              content: "";
              position: absolute;
              right: 11px;
              top: -11px;
              width: 20px;
              height: 20px;
              border-radius: 3px;
              background: #fdcb77;
              background: transparent;
              transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
              z-index: 1;
              overflow: hidden;
              background-repeat: no-repeat;
              background-size: 13px;
              background-position: center;
              width: 0;
              height: 0;
              background-image: url(../../img/right-icon.svg); }
            .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductQty .radiobtn label small {
              font-size: 10px; }
            .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductQty .radiobtn label:hover {
              background: #e4d7b8;
              border: 2px solid #e4d7b8; }
          .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductQty .radiobtn input[type="radio"] {
            display: none;
            position: absolute;
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductQty .radiobtn input[type="radio"]:checked + label {
              background: #37241C;
              animation-name: blink;
              animation-duration: 1s;
              border-color: #37241C;
              color: #fff; }
              .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductQty .radiobtn input[type="radio"]:checked + label:after {
                background: #f7efda;
                color: #37241C;
                border-radius: 100%; }
              .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductQty .radiobtn input[type="radio"]:checked + label:before {
                width: 20px;
                height: 20px; }
@keyframes blink {
  0% {
    background-color: #37241C; }
  10% {
    background-color: #37241C; }
  11% {
    background-color: #37241C; }
  29% {
    background-color: #37241C; }
  30% {
    background-color: #37241C; }
  50% {
    background-color: #37241C; }
  45% {
    background-color: #37241C; }
  50% {
    background-color: #37241C; }
  100% {
    background-color: #37241C; } }
      .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductIngredient {
        margin-bottom: 2.8125rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductIngredient h4 {
          font-size: 1.375rem;
          color: #fff;
          font-family: "Poppins", sans-serif;
          margin-bottom: 1.25rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductIngredient .reProductIngredientList {
          display: flex;
          align-items: center; }
          .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductIngredient .reProductIngredientList .reProductIngredientItem {
            margin-right: 1.25rem; }
            .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductIngredient .reProductIngredientList .reProductIngredientItem .reProductImg {
              background-color: #ffffff12;
              width: 61px;
              height: 61px;
              border-radius: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-bottom: 0.875rem; }
            .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductIngredient .reProductIngredientList .reProductIngredientItem .name {
              text-align: center;
              text-transform: uppercase;
              font-size: 14px; }
            .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reProductIngredient .reProductIngredientList .reProductIngredientItem:last-child {
              margin-right: 0rem; }
      .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap {
        margin-bottom: 2.8125rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap h4 {
          font-size: 1.375rem;
          color: #fff;
          font-family: "Poppins", sans-serif;
          margin-bottom: 1.25rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap p {
          color: #fff; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap ul {
          display: flex;
          flex-wrap: wrap; }
          .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap ul li {
            color: #fff;
            width: 50%;
            padding-bottom: 0.9375rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap table {
          border: 1px solid #fff;
          color: #fff; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reHealthTable {
          width: 230px; }
          .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reHealthTable tr td {
            border-bottom: 1px dashed #fff;
            border-top: 0; }
            .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reHealthTable tr td:first-child {
              background: #f7efda;
              color: #000; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reNutritionFacts thead {
          border-bottom: 1px solid #fff; }
          .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reNutritionFacts thead th {
            border-bottom: 1px dashed #fff;
            padding: 1.875rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reNutritionFacts td {
          border-top: 0;
          border-bottom: 1px dashed #fff;
          padding: 1.875rem; }
          .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reNutritionFacts td strong {
            font-size: 16px;
            font-weight: 500; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reNutritionFacts th {
          border-bottom: 1px dashed #fff;
          padding: 1.875rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reHealthPoint {
          list-style-type: none;
          padding-left: 1.25rem; }
          .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reHealthPoint li {
            position: relative; }
            .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reHealthPoint li::before {
              content: url(../../../assets/img/health-arrow.svg);
              position: absolute;
              left: -6%;
              top: 0; }
    .reProductDetailWrap .reProductDetailList .reProductDetailRight .reRelatedProduct h4 {
      font-size: 1.375rem;
      color: #fff;
      font-family: "Poppins", sans-serif;
      margin-bottom: 1.25rem; }
    .reProductDetailWrap .reProductDetailList .reProductDetailRight .reRelatedProduct .reProductSection .reRelatedProductsSlider .reProductCard {
      box-shadow: 0px 0px 25px #a0a0a026;
      background-color: #fff;
      border-radius: 12px;
      padding-bottom: 0.5rem; }
      .reProductDetailWrap .reProductDetailList .reProductDetailRight .reRelatedProduct .reProductSection .reRelatedProductsSlider .reProductCard .reProductCardHead {
        text-align: right;
        padding: 1.375rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reRelatedProduct .reProductSection .reRelatedProductsSlider .reProductCard .reProductCardHead img {
          width: auto;
          display: inline; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reRelatedProduct .reProductSection .reRelatedProductsSlider .reProductCard .reProductCardHead:hover img {
          animation: jello 1s 0.2s 1 both running;
          filter: drop-shadow(5px 5px 5px #c3c3c3); }
      .reProductDetailWrap .reProductDetailList .reProductDetailRight .reRelatedProduct .reProductSection .reRelatedProductsSlider .reProductCard .reProductCardImage {
        margin: 0 auto;
        width: 160px;
        padding: 1.625rem 0rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reRelatedProduct .reProductSection .reRelatedProductsSlider .reProductCard .reProductCardImage:hover img {
          animation: headShake 1s 0.2s 1 both running; }
      .reProductDetailWrap .reProductDetailList .reProductDetailRight .reRelatedProduct .reProductSection .reRelatedProductsSlider .reProductCard .reProductCardDetail {
        background-color: #f5d6c1;
        border-radius: 12px;
        margin: 0.5rem 0.5rem 0rem;
        padding: 1.125rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reRelatedProduct .reProductSection .reRelatedProductsSlider .reProductCard .reProductCardDetail h3 {
          font-size: 1.5rem;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          margin-bottom: 1rem; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reRelatedProduct .reProductSection .reRelatedProductsSlider .reProductCard .reProductCardDetail .reProductCardDetailFooter {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .reProductDetailWrap .reProductDetailList .reProductDetailRight .reRelatedProduct .reProductSection .reRelatedProductsSlider .reProductCard .reProductCardDetail .reProductCardDetailFooter .price {
            color: #37241C;
            font-size: 16px; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reRelatedProduct .reProductSection .reRelatedProductsSlider .reProductCard .reProductCardDetail small {
          color: #37241c; }
    .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDetailCart {
      position: fixed;
      background-color: #fff;
      bottom: 0;
      color: #000;
      z-index: 2;
      left: 50%;
      right: 0;
      padding: 1.25rem 3.75rem;
      box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.04);
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDetailCart .reProductDetailCartLeft .price {
        color: #26bf0a;
        font-size: 30px;
        font-weight: 600; }
      .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDetailCart .reProductDetailCartRight {
        display: flex;
        align-items: center; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDetailCart .reProductDetailCartRight .reCartWrap {
          background-color: #37241C;
          height: 43px;
          width: 43px;
          border-radius: 4px;
          display: flex;
          align-items: center;
          justify-content: center; }

.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 1.25rem; }
  .quantity .quantity__minus,
  .quantity .quantity__plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 43px;
    margin: 0;
    border: 0.5px solid #D0D0D0;
    text-decoration: none; }
    .quantity .quantity__minus span,
    .quantity .quantity__plus span {
      color: #EC6707;
      font-size: 16px;
      font-weight: 600; }
  .quantity .quantity__minus {
    border-radius: 3px 0 0 3px;
    border-right: 0; }
  .quantity .quantity__plus {
    border-radius: 0 3px 3px 0;
    border-left: 0; }
  .quantity .quantity__input {
    width: 80px;
    height: 43px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0.5px solid #D0D0D0;
    background: #fff;
    color: #333; }
  .quantity .quantity__minus:link,
  .quantity .quantity__plus:link {
    color: #ec6707; }
  .quantity .quantity__minus:visited,
  .quantity .quantity__plus:visited {
    color: #fff; }

.button {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0cf;
  border-radius: 10rem;
  z-index: -2; }

.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008fb3;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1; }

.button:hover {
  color: #fff; }

.button:hover:before {
  width: 100%; }

footer .reFooterList {
  display: flex;
  justify-content: space-between;
  padding: 5% 0 3%; }
  footer .reFooterList .reFooterItem h3 {
    color: #37241C;
    font-size: clamp(1rem, 1.8vw, 10.8rem);
    margin-bottom: 1.875rem;
    font-family: "Poppins", sans-serif;
    position: relative;
    text-transform: uppercase; }
    footer .reFooterList .reFooterItem h3::after {
      content: "";
      position: absolute;
      width: 29px;
      height: 1px;
      top: 16px;
      bottom: auto;
      background-color: #37241C;
      margin-left: 0.8125rem; }
  footer .reFooterList .reFooterItem ul {
    list-style-type: none;
    padding-left: 0; }
    footer .reFooterList .reFooterItem ul li {
      padding-bottom: 0.875rem; }
      footer .reFooterList .reFooterItem ul li a {
        color: #5C5553;
        font-size: 16px; }
        footer .reFooterList .reFooterItem ul li a span {
          color: #5C5553;
          font-weight: 600;
          padding-right: 0.375rem;
          font-size: 12px; }
        footer .reFooterList .reFooterItem ul li a:hover {
          color: #37241C; }
      footer .reFooterList .reFooterItem ul li input[type=email] {
        border: 1px solid #37241C;
        padding: 1.375rem 0.875rem; }
  footer .reFooterList .reFooterItem .reSocialLinks {
    display: flex; }
    footer .reFooterList .reFooterItem .reSocialLinks li a {
      padding-right: 1.25rem; }
      footer .reFooterList .reFooterItem .reSocialLinks li a i {
        font-size: 20px;
        color: #5C5553;
        transition: all 0.2s; }
        footer .reFooterList .reFooterItem .reSocialLinks li a i:hover {
          color: #37241C;
          transform: scale(1.1); }
footer .reBtnSubmit {
  background-color: #37241C;
  border: 0;
  padding: 0.625rem 1.875rem;
  color: #fff; }
  footer .reBtnSubmit:hover {
    color: #fff;
    background-color: #56382b; }
footer .reFooterBottom {
  font-size: 12px;
  color: #fff;
  background-color: #37241C;
  text-align: center;
  padding: 0.625rem 0rem; }

@media (max-width: 100.06125rem) {
  .reProductDetailWrap .reProductDetailList .reProductDetailRight {
    padding: 11% 3% 4% !important; }

  .reMainSection .reProductSection {
    margin-top: -11%; } }
@media (max-width: 74.99875rem) {
  .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft h3 {
    margin: 0.25rem 0rem; }
  .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft h2 {
    margin-bottom: 0.625rem; }
    .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft h2 span {
      font-size: 10px; }
  .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft .price {
    font-size: 14px;
    margin-bottom: 0.625rem; }
  .reMainSection .reSection .reOfferSectionList .reOfferContentRight {
    width: 90px; }
    .reMainSection .reSection .reOfferSectionList .reOfferContentRight img {
      width: 100%; }

  .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail.owl-carousel .owl-item img {
    display: block;
    width: 100%; } }
@media (max-width: 61.99875rem) {
  .reHeaderSection .reMainNav .reMobileMenuIcon {
    display: block; }
    .reHeaderSection .reMainNav .reMobileMenuIcon i {
      font-size: 180%;
      color: #37241c; }
  .reHeaderSection .reMainNav .reMenuSec {
    align-items: flex-start;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: 0;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0rem 0.875rem;
    display: none;
    animation: slideInLeft 0.6s ease-in-out 0s 1 both running; }
    .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper {
      padding-left: 0.75rem; }
      .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul {
        flex-direction: column; }
        .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li {
          margin-bottom: 1.125rem;
          margin-right: 0; }
          .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap {
            position: relative;
            padding: 0.875rem;
            width: 80%; }
            .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap .re-nav-dropdown .re-Dropdown-ProductItem {
              width: 100%;
              margin-bottom: 0.625rem;
              padding: 0.25rem 0.625rem; }
              .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap .re-nav-dropdown .re-Dropdown-ProductItem .imgWrap {
                padding-right: 1rem;
                width: 18%; }
              .reHeaderSection .reMainNav .reMenuSec .reMenuWrapper ul li.reProductMenu .reProductDropDwonWrap .re-nav-dropdown .re-Dropdown-ProductItem .imgText {
                font-size: 14px;
                width: 100%; }
    .reHeaderSection .reMainNav .reMenuSec .CloseMenu {
      width: 100%;
      text-align: right;
      padding: 0.625rem;
      font-size: 180%;
      display: block; }
    .reHeaderSection .reMainNav .reMenuSec.reOpenMenu {
      display: block; }
  .reHeaderSection .reMainNav .reLogo .reLogoImg img {
    width: 80%; }
  .reHeaderSection.backoverlay::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.7; }

  #reCartModal .modal-dialog {
    width: 100%; }
    #reCartModal .modal-dialog .modal-content .reCartBottomCheckOut .reCheckOutBtn span {
      font-size: 14px; }
    #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reCartProductDetail .reDetail .reDetail-left span {
      font-size: 10px; }
    #reCartModal .modal-dialog .modal-content .modal-body .reCartProductList .reCartProductItem .reCartProductDetail .reDetail .reDetail-left .mr-20 {
      margin-right: 0.375rem; }

  .reMainSlider .reHomeSlider .reMainSliderWrap {
    flex-direction: column;
    padding-top: 28%; }
    .reMainSlider .reHomeSlider .reMainSliderWrap .reMainSliderLeft {
      width: 100%;
      order: 2;
      padding-right: 0;
      padding-top: remCalc; }
    .reMainSlider .reHomeSlider .reMainSliderWrap .reMainSliderRight {
      width: 100%;
      order: 1; }
  .reMainSlider .reBannerBottomLeaf {
    margin-left: -3px;
    width: 14%; }

  .reMainSection .reSection .reOfferSectionList {
    flex-direction: column; }
    .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft h3 {
      margin: 0.25rem 0rem; }
    .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft h2 {
      margin-bottom: 0.625rem; }
      .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft h2 span {
        font-size: 8px; }
    .reMainSection .reSection .reOfferSectionList .reOfferSectionItem .reOfferItemContent .reOfferContentLeft .price {
      font-size: 14px;
      margin-bottom: 0.625rem; }
    .reMainSection .reSection .reOfferSectionList .reOfferContentRight {
      width: 90px; }
      .reMainSection .reSection .reOfferSectionList .reOfferContentRight img {
        width: 100%; }
  .reMainSection .reSection .reSectionHeading .reNatural-leaf {
    display: none; }
  .reMainSection .reSection .reSectionHeading p {
    padding: 0; }
  .reMainSection .reSection.reVideoSectionWrap {
    flex-direction: column; }
    .reMainSection .reSection.reVideoSectionWrap .videoTopLeaf {
      top: 0;
      width: 11%; }
    .reMainSection .reSection.reVideoSectionWrap .videoBottomLeaf {
      display: none; }
    .reMainSection .reSection.reVideoSectionWrap .reVideoSection {
      position: relative;
      margin: 0rem 0.625rem; }
      .reMainSection .reSection.reVideoSectionWrap .reVideoSection .imgBorderTop {
        display: none; }
      .reMainSection .reSection.reVideoSectionWrap .reVideoSection .imgBorderBottom {
        display: none; }
  .reMainSection .reSection.reBlogWrap {
    padding-top: 10%; }
    .reMainSection .reSection.reBlogWrap .reBlogList {
      flex-wrap: wrap; }
      .reMainSection .reSection.reBlogWrap .reBlogList .reBlogItem {
        width: 100%;
        margin-bottom: 0.875rem; }
    .reMainSection .reSection.reBlogWrap .blogImg {
      display: none; }
  .reMainSection .reAboutContent .rmaGoGreen {
    top: -9% !important;
    left: 0% !important;
    width: 30%; }
  .reMainSection .reVisionSection .reVisionList .reVisionItem {
    width: 100% !important; }
  .reMainSection .reVisionSection .rmaVisionBottom {
    bottom: -6px !important; }
  .reMainSection .reAboutProductStep .reAboutProductStepList {
    flex-wrap: wrap !important; }

  footer .reFooterList {
    flex-wrap: wrap; }
    footer .reFooterList .reFooterItem h3::after {
      top: 6px; }
    footer .reFooterList .reFooterItem .reSocialLinks {
      justify-content: center; }
    footer .reFooterList .reFooterItem ul li input[type=email] {
      width: 100%; }
  footer .reBtnSubmit {
    width: 100%; }

  .reProductDetailWrap {
    padding-top: 28%; }
    .reProductDetailWrap .reProductDetailList {
      flex-direction: column; }
      .reProductDetailWrap .reProductDetailList .reProductDetailLeft {
        width: 100%;
        padding: 0;
        position: relative; }
      .reProductDetailWrap .reProductDetailList .reProductDetailRight {
        width: 100%;
        left: 0; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDetailCart {
          left: 0;
          padding: 0.875rem 1rem; }
          .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDetailCart .reProductDetailCartLeft .price {
            font-size: 20px; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reHealthPoint li {
          width: 100%; }
          .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reHealthPoint li::before {
            left: -3%; }
        .reProductDetailWrap .reProductDetailList .reProductDetailRight .reProductDescription .reDescriptionSection .reDescriptionWrap .reNutritionFacts td {
          padding: 0.625rem; }

  .quantity {
    margin-right: 0.625rem; } }
@media (max-width: 47.99875rem) {
  .reProductDetailWrap .reProductDetailList .reProductDetailLeft .reProductDetail.owl-carousel .owl-item img {
    display: block;
    width: 100%; } }
.reInnerBanner {
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b4bf73; }
  .reInnerBanner h2 {
    color: #fff;
    text-align: center;
    font-weight: 700; }
  .reInnerBanner.reInnerBannerAccount {
    background-color: #F4C245; }

.reMainSection .reAboutContent {
  text-align: center;
  background-color: #f7efda;
  padding-top: 8%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  width: 100%; }
  .reMainSection .reAboutContent h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 2.5rem; }
  .reMainSection .reAboutContent p {
    margin-bottom: 0;
    padding-bottom: 18%;
    font-size: 16px;
    margin: 0 4% 0;
    color: #37241C; }
  .reMainSection .reAboutContent.reAboutContentBg2 {
    background-image: url(../../img/about-bg2.png);
    background-size: cover; }
  .reMainSection .reAboutContent.reAboutContentBg1 {
    background-image: url(../../img/about-bg1.png);
    background-size: contain;
    position: relative; }
  .reMainSection .reAboutContent .rmaGoGreen {
    position: absolute;
    top: -16%;
    left: 6%; }
.reMainSection .reVisionSection {
  background-color: #F9E1DE;
  padding: 6% 0;
  position: relative; }
  .reMainSection .reVisionSection .reVisionList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .reMainSection .reVisionSection .reVisionList .reVisionItem {
      width: 50%;
      text-align: center; }
      .reMainSection .reVisionSection .reVisionList .reVisionItem .reVissionContent p {
        color: #37241C;
        font-size: 16px;
        padding: 0rem 2.5rem; }
      .reMainSection .reVisionSection .reVisionList .reVisionItem .reVisionHead {
        margin-bottom: 2.1875rem; }
  .reMainSection .reVisionSection .rmaVisionBottom {
    position: absolute;
    bottom: -3%;
    z-index: 1;
    width: 100%; }
.reMainSection .reAboutProductStep {
  background-color: #8CA0B5; }
  .reMainSection .reAboutProductStep .reAboutProductStepList {
    display: flex;
    justify-content: space-between;
    padding: 3.75rem 0rem; }
    .reMainSection .reAboutProductStep .reAboutProductStepList .reAboutProductStepItem {
      text-align: center; }
      .reMainSection .reAboutProductStep .reAboutProductStepList .reAboutProductStepItem img {
        margin-bottom: 1.25rem; }
      .reMainSection .reAboutProductStep .reAboutProductStepList .reAboutProductStepItem p {
        margin-bottom: 0;
        color: #37241C;
        font-weight: 500; }
      .reMainSection .reAboutProductStep .reAboutProductStepList .reAboutProductStepItem:hover img {
        transform: scale(1.2);
        transition: all 1s; }
.reMainSection .reAboutparallax {
  overflow: hidden;
  padding-bottom: 55%;
  /* The image used */
  background-image: url("../../img/shutterstock.png");
  /* Set a specific height */
  min-height: 600px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center; }

.reMainSection .reMyAccountWrap {
  display: flex; }
  .reMainSection .reMyAccountWrap .reMyAccountLeft {
    width: 30%;
    background-color: #b4bf73;
    padding: 6.25rem 5rem 5rem; }
    .reMainSection .reMyAccountWrap .reMyAccountLeft .reNavPills .nav-link {
      border-radius: 0;
      font-size: 16px;
      color: #37241C;
      margin-bottom: 1.25rem;
      transition: all 0.6s;
      position: relative; }
      .reMainSection .reMyAccountWrap .reMyAccountLeft .reNavPills .nav-link.active {
        background-color: transparent;
        font-weight: 700; }
        .reMainSection .reMyAccountWrap .reMyAccountLeft .reNavPills .nav-link.active::after {
          position: absolute;
          width: 66px;
          content: "";
          height: 2px;
          background-color: #37241C;
          top: 48%;
          margin-left: 0.625rem; }
      .reMainSection .reMyAccountWrap .reMyAccountLeft .reNavPills .nav-link:hover {
        font-weight: 700; }
        .reMainSection .reMyAccountWrap .reMyAccountLeft .reNavPills .nav-link:hover::after {
          position: absolute;
          width: 66px;
          content: "";
          height: 2px;
          background-color: #37241C;
          top: 48%;
          margin-left: 0.625rem; }
  .reMainSection .reMyAccountWrap .reMyAccountRight {
    width: 70%;
    background-color: #faf5e8;
    padding: 6.25rem 5rem 5rem; }
    .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap h2 {
      color: #37241C;
      font-family: "Poppins", sans-serif;
      font-weight: 700; }
    .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reAccountHoldername {
      color: #37241C;
      font-size: 16px; }
    .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashoardWrapHeading {
      margin-bottom: 3.625rem; }
    .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashboardWrapContent {
      color: #37241C; }
      .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashboardWrapContent p {
        color: #37241C;
        font-size: 16px; }
      .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashboardWrapContent ul {
        padding-left: 1rem; }
        .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashboardWrapContent ul li {
          color: #37241C;
          font-size: 16px;
          list-style-type: none;
          position: relative;
          margin-bottom: 0.625rem; }
          .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashboardWrapContent ul li a {
            color: #37241C;
            text-decoration: underline !important; }
          .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashboardWrapContent ul li::before {
            content: ">";
            position: absolute;
            left: -2%;
            top: 0; }
    .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashboardAccountDetail .reAccountForm {
      width: calc(100% - 200px); }
      .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashboardAccountDetail .reAccountForm label {
        color: #958F89;
        font-size: 14px; }
      .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashboardAccountDetail .reAccountForm input {
        background-color: #F7EFDA;
        border-radius: 3px;
        border: 0;
        color: #37241C;
        font-size: 16px; }
        .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashboardAccountDetail .reAccountForm input:focus {
          box-shadow: unset; }
        .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashboardAccountDetail .reAccountForm input input:-webkit-autofill {
          background-color: transparent; }
    .reMainSection .reMyAccountWrap .reMyAccountRight .tab-pane .reDashboardWrap .reDashboardAccountDetail .form-group {
      margin-bottom: 1.625rem; }

.eHeaderSection {
  color: #c3c4c6;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  width: calc(100% - 30px);
  height: auto;
  padding: 0px 60px; }
  .eHeaderSection nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .eHeaderSection nav .navbar-brand {
      max-width: 50px; }
    .eHeaderSection nav a.nav-link {
      position: relative; }
      .eHeaderSection nav a.nav-link:hover {
        color: #333; }
    .eHeaderSection nav .lbt-nav-action {
      position: relative;
      display: flex; }
      .eHeaderSection nav .lbt-nav-action .list-inline-item:not(:last-child) {
        margin-right: 0px; }
      .eHeaderSection nav .lbt-nav-action .lb-search {
        position: relative;
        z-index: 2;
        color: #999; }
        .eHeaderSection nav .lbt-nav-action .lb-search:hover {
          cursor: pointer;
          color: #333; }
      .eHeaderSection nav .lbt-nav-action .lb-cart {
        position: relative;
        transition: all 0.3s ease-in-out 0s; }
        .eHeaderSection nav .lbt-nav-action .lb-cart .lbt-cart-count {
          line-height: 18px;
          font-size: 10px !important;
          border-radius: 100%;
          background: #c3c4c6;
          color: #0e0e0e;
          display: block;
          text-align: center;
          font-family: "Montserrat", sans-serif;
          position: absolute;
          top: -10px;
          right: -15px;
          z-index: 1;
          width: 16px;
          height: 16px;
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
    .eHeaderSection nav .navbar-nav {
      letter-spacing: 1.5px; }
      .eHeaderSection nav .navbar-nav .nav-item {
        padding: 18px 0px; }
        .eHeaderSection nav .navbar-nav .nav-item a.nav-link {
          color: #999;
          position: relative; }
          .eHeaderSection nav .navbar-nav .nav-item a.nav-link span {
            font-size: 150%; }
        .eHeaderSection nav .navbar-nav .nav-item:hover {
          text-decoration: none; }
          .eHeaderSection nav .navbar-nav .nav-item:hover .lbt-nav-dropdown {
            display: flex;
            animation: fadeIn 0.3s ease 0s 1 both running; }
        .eHeaderSection nav .navbar-nav .nav-item .lbt-nav-dropdown {
          width: 100%;
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          z-index: 99;
          display: none;
          z-index: 999;
          margin: 0px auto;
          text-align: center;
          padding: 40px 20px;
          max-height: 400px;
          background: #272727; }
          .eHeaderSection nav .navbar-nav .nav-item .lbt-nav-dropdown .lbt-submenu {
            width: 23.5%;
            padding-right: 10px;
            text-align: left;
            position: relative;
            border-right: 1px solid #3a3a3a;
            min-height: 100%; }
            .eHeaderSection nav .navbar-nav .nav-item .lbt-nav-dropdown .lbt-submenu:last-child {
              margin-right: 0px;
              border-right: none; }
            .eHeaderSection nav .navbar-nav .nav-item .lbt-nav-dropdown .lbt-submenu span {
              vertical-align: middle; }
            .eHeaderSection nav .navbar-nav .nav-item .lbt-nav-dropdown .lbt-submenu h5 {
              border-bottom: 1px dashed #999;
              padding: 0px 10px 10px; }
            .eHeaderSection nav .navbar-nav .nav-item .lbt-nav-dropdown .lbt-submenu .lbt-submenu-child {
              padding-left: 10px;
              display: grid; }
              .eHeaderSection nav .navbar-nav .nav-item .lbt-nav-dropdown .lbt-submenu .lbt-submenu-child li {
                margin-bottom: 10px; }
                .eHeaderSection nav .navbar-nav .nav-item .lbt-nav-dropdown .lbt-submenu .lbt-submenu-child li a {
                  text-decoration: none;
                  text-transform: capitalize;
                  transition: all 0.3s ease-in-out 0s;
                  line-height: normal; }
                  .eHeaderSection nav .navbar-nav .nav-item .lbt-nav-dropdown .lbt-submenu .lbt-submenu-child li a:hover {
                    color: #333; }
          .eHeaderSection nav .navbar-nav .nav-item .lbt-nav-dropdown::before {
            position: absolute;
            width: 100%;
            height: 100%; }
  .eHeaderSection .my-account,
  .eHeaderSection .log-in-out {
    letter-spacing: 1.5px;
    padding-top: 3px;
    text-transform: uppercase; }
    .eHeaderSection .my-account:hover,
    .eHeaderSection .log-in-out:hover {
      text-decoration: none; }
  .eHeaderSection.sticky {
    position: fixed;
    top: 0px;
    animation: slideInDown 1s ease-in-out 0s 1 both running;
    z-index: 99; }

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important; }

.navbar-toggler {
  margin: 10px; }

/*# sourceMappingURL=style.css.map */
